﻿@charset "UTF-8";
/*
 |--------------------------------------------------------------------------
 | TailwindCSS Directives
 |--------------------------------------------------------------------------
 |
 | Import TailwindCSS directives and swipe out at build-time with all of
 | the styles it generates based on your configured design system.
 |
 | Please check this link for more details:
 | https://tailwindcss.com/docs/installation#include-tailwind-in-your-css
 |
 */
/*
 ! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com
 */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
    margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
    font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */
    'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
    text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='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;
}
    /**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
    font-family: 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: #e2e8f0; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
    border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: #cbd5e0;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        color: #cbd5e0;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #cbd5e0;
    }

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;
}
/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
    max-width: 100%;
    height: auto;
}

* {
    --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;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.\!container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }

    .\!container {
        max-width: 640px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }

    .\!container {
        max-width: 768px !important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }

    .\!container {
        max-width: 1024px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }

    .\!container {
        max-width: 1280px !important;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }

    .\!container {
        max-width: 1536px !important;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }

    .\!container {
        max-width: 1600px !important;
    }
}

.accordion .accordion-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .accordion .accordion-item:not(:last-child) {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    }

.dark .accordion .accordion-item:not(:last-child) {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.accordion .accordion-item:first-child {
    margin-top: -1rem;
}

.accordion .accordion-item:last-child {
    margin-bottom: -1rem;
}

.accordion .accordion-item .accordion-header .accordion-button {
    width: 100%;
    text-align: left;
    font-weight: 500;
}

    .accordion .accordion-item .accordion-header .accordion-button:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        --tw-text-opacity: 1;
        color: rgba(28, 63, 170, var(--tw-text-opacity));
    }

.dark .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.accordion .accordion-collapse {
    margin-top: 0.75rem;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.dark .accordion .accordion-collapse {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.accordion .accordion-collapse.collapse:not(.show) {
    display: none;
}

.accordion.accordion-boxed .accordion-item {
    margin-top: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    padding: 1rem;
}

.dark .accordion.accordion-boxed .accordion-item {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.accordion.accordion-boxed .accordion-item:first-child {
    margin-top: 0px;
}

.accordion.accordion-boxed .accordion-item:last-child {
    margin-bottom: 0px;
}

.alert {
    position: relative;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .alert:not(.show) {
        display: none;
    }

    .alert.alert-dismissible {
        padding-left: 1.25rem;
        padding-right: 4rem;
    }

    .alert .btn-close {
        position: absolute;
        right: 0px;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 0.5rem;
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        border-radius: 0.375rem;
        border-width: 1px;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-weight: 500;
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        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-duration: 200ms;
    }

        .alert .btn-close:hover {
            --tw-border-opacity: 0.9;
            --tw-bg-opacity: 0.9;
        }

        .alert .btn-close:focus {
            outline: 2px solid transparent;
            outline-offset: 2px;
            --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
            --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
        }

        .alert .btn-close:not(button) {
            text-align: center;
        }

    .alert .btn-close {
        border-width: 0px;
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .alert .btn-close: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);
        }

.alert-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .alert-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.alert-success {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-warning {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.alert-danger {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.alert-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .alert-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.alert-outline-primary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.dark .alert-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgba(46, 81, 187, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.alert-outline-secondary {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.dark .alert-outline-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.alert-outline-success {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.dark .alert-outline-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.alert-outline-warning {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.dark .alert-outline-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.alert-outline-danger {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.dark .alert-outline-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.alert-outline-dark {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .alert-outline-dark {
    --tw-border-opacity: 1;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.alert-primary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.alert-secondary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.alert-success-soft {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.alert-warning-soft {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.alert-danger-soft {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.alert-dark-soft {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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-duration: 200ms;
}

    .btn:hover {
        --tw-border-opacity: 0.9;
        --tw-bg-opacity: 0.9;
    }

    .btn:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .btn:not(button) {
        text-align: center;
    }

.btn-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.btn-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.btn-primary {
    --tw-border-opacity: 1;
    background-color: #371e4a !important;
    border-color: #371e4a !important;
    background-image: linear-gradient( 180deg, rgb(10, 35, 100) 0%, #1e1758 70%);
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .btn-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-border-opacity: 0.8;
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
}

.btn-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.dark .btn-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-dark {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-dark {
    --tw-border-opacity: 1;
    border-color: rgba(43, 51, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-elevated-primary {
    --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);
}

.btn-elevated-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .btn-elevated-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-elevated-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-border-opacity: 0.8;
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
}

.btn-elevated-secondary {
    --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);
}

.btn-elevated-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-elevated-success {
    --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);
}

.btn-elevated-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.dark .btn-elevated-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-elevated-warning {
    --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);
}

.btn-elevated-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-elevated-danger {
    --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);
}

.btn-elevated-dark {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-dark {
    --tw-border-opacity: 1;
    border-color: rgba(43, 51, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-dark {
    --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);
}

.btn-rounded {
    border-radius: 9999px;
}

.btn-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-rounded-primary {
    border-radius: 9999px;
}

.btn-rounded-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .btn-rounded-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-rounded-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-rounded-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-border-opacity: 0.8;
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
}

.btn-rounded-secondary {
    border-radius: 9999px;
}

.btn-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-rounded-success {
    border-radius: 9999px;
}

.btn-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.dark .btn-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-rounded-warning {
    border-radius: 9999px;
}

.btn-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-rounded-danger {
    border-radius: 9999px;
}

.btn-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgba(43, 51, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-rounded-dark {
    border-radius: 9999px;
}

.btn-elevated-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.btn-elevated-rounded-primary {
    --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);
    border-radius: 9999px;
}

.btn-elevated-rounded-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-rounded-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .btn-elevated-rounded-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-border-opacity: 0.8;
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
}

.btn-elevated-rounded-secondary {
    --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);
    border-radius: 9999px;
}

.btn-elevated-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-elevated-rounded-success {
    --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);
    border-radius: 9999px;
}

.btn-elevated-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(26, 32, 44, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-elevated-rounded-warning {
    --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);
    border-radius: 9999px;
}

.btn-elevated-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-elevated-rounded-danger {
    --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);
    border-radius: 9999px;
}

.btn-elevated-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-elevated-rounded-dark {
    --tw-border-opacity: 1;
    border-color: rgba(43, 51, 72, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-elevated-rounded-dark {
    --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);
    border-radius: 9999px;
}

.btn-facebook {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 152, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-facebook {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 152, var(--tw-border-opacity));
}

.btn-twitter {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 179, 244, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-twitter {
    --tw-border-opacity: 1;
    border-color: rgba(74, 179, 244, var(--tw-border-opacity));
}

.btn-instagram {
    --tw-bg-opacity: 1;
    background-color: rgba(81, 127, 164, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-instagram {
    --tw-border-opacity: 1;
    border-color: rgba(81, 127, 164, var(--tw-border-opacity));
}

.btn-linkedin {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 119, 181, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .btn-linkedin {
    --tw-border-opacity: 1;
    border-color: rgba(0, 119, 181, var(--tw-border-opacity));
}

.btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.dark .btn-outline-primary {
    --tw-border-opacity: 1;
    border-color: rgba(46, 81, 187, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.btn-outline-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.btn-outline-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.dark .btn-outline-secondary {
    --tw-border-opacity: 1;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.btn-outline-secondary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
}

.dark .btn-outline-secondary:hover {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-border-opacity: 0.8;
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
}

.btn-outline-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.dark .btn-outline-success {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.btn-outline-success:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.btn-outline-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.dark .btn-outline-warning {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.btn-outline-warning:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.btn-outline-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.dark .btn-outline-danger {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.btn-outline-danger:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.btn-outline-dark {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .btn-outline-dark {
    --tw-border-opacity: 1;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.btn-outline-dark:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

.btn-primary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.dark .btn-primary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-primary-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-secondary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .btn-secondary-soft {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-secondary-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-success-soft {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.dark .btn-success-soft {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-success-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-warning-soft {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.dark .btn-warning-soft {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-warning-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-danger-soft {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.dark .btn-danger-soft {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-danger-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.btn-dark-soft {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-border-opacity: 0.05;
    --tw-bg-opacity: 1;
    background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .btn-dark-soft {
    --tw-border-opacity: 1;
    border-color: rgba(45, 55, 72, var(--tw-border-opacity));
    --tw-border-opacity: 0.2;
}

.btn-dark-soft:hover {
    --tw-border-opacity: 0.1;
    --tw-bg-opacity: 0.1;
}

.dropdown-menu {
    z-index: 9999;
    inset: 0px auto auto 0px;
    transform: translate3d(-10000px, 0px, 0px);
    transition: visibility 0s ease-in-out 0.2s, opacity 0.2s 0s;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

    .dropdown-menu.show {
        transition: visibility 0s ease-in-out 0s, opacity 0.2s 0s;
        visibility: visible;
        opacity: 1;
    }

        .dropdown-menu.show > .dropdown-menu__content {
            margin-top: 0.25rem;
        }

            .dropdown-menu.show > .dropdown-menu__content .tab-content .tab-pane {
                visibility: visible;
            }

    .dropdown-menu .dropdown-menu__content {
        transition: margin-top 0.2s;
        box-shadow: 0px 3px 10px #00000017;
        margin-top: 1.25rem;
        width: 100%;
    }

        .dropdown-menu .dropdown-menu__content .tab-content .tab-pane {
            visibility: hidden;
        }

.file .file__icon {
    position: relative;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.\!file .\!file__icon {
    position: relative;
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.file .file__icon.file__icon--empty-directory {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='786' height='721' rx='40' transform='translate(567 158)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.\!file .\!file__icon.\!file__icon--empty-directory {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='786' height='721' rx='40' transform='translate(567 158)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.file .file__icon.file__icon--directory {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='742' height='734' rx='40' transform='translate(590 145)' fill='%23bec8d9'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='786' height='692' rx='40' transform='translate(567 187)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.\!file .\!file__icon.\!file__icon--directory {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='786' height='786' viewBox='0 0 786 786'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_3' data-name='Group 3' transform='translate(-567 -93)'%3E%3Crect id='Rectangle_4' data-name='Rectangle 4' width='418' height='681' rx='40' transform='translate(896 109)' fill='%2395a5b9'/%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='433' height='681' rx='40' transform='translate(606 93)' fill='%23a0aec0'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='742' height='734' rx='40' transform='translate(590 145)' fill='%23bec8d9'/%3E%3Crect id='Rectangle_5' data-name='Rectangle 5' width='786' height='692' rx='40' transform='translate(567 187)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.file .file__icon.file__icon--file {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='628.027' height='786.012' viewBox='0 0 628.027 786.012'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-646 -92.988)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M40,786A40,40,0,0,1,0,746V40A40,40,0,0,1,40,0H501V103h29v24h98V746a40,40,0,0,1-40,40Z' transform='translate(646 93)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Intersection_2' data-name='Intersection 2' d='M.409,162.042l.058-109.9c31.605,29.739,125.37,125.377,125.37,125.377l-109.976.049A20.025,20.025,0,0,1,.409,162.042Z' transform='translate(1147 42)' fill='%23bec8d9' stroke='%23bec8d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.\!file .\!file__icon.\!file__icon--file {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='628.027' height='786.012' viewBox='0 0 628.027 786.012'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238a97ac'/%3E%3Cstop offset='1' stop-color='%235d6c83'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Group_5' data-name='Group 5' transform='translate(-646 -92.988)'%3E%3Cpath id='Union_2' data-name='Union 2' d='M40,786A40,40,0,0,1,0,746V40A40,40,0,0,1,40,0H501V103h29v24h98V746a40,40,0,0,1-40,40Z' transform='translate(646 93)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Intersection_2' data-name='Intersection 2' d='M.409,162.042l.058-109.9c31.605,29.739,125.37,125.377,125.37,125.377l-109.976.049A20.025,20.025,0,0,1,.409,162.042Z' transform='translate(1147 42)' fill='%23bec8d9' stroke='%23bec8d9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}

.file .file__icon.file__icon--image .file__icon--image__preview {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.\!file .\!file__icon.\!file__icon--image .\!file__icon--image__preview {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.file .file__icon.file__icon--image .file__icon--image__preview img {
    border-radius: 0.375rem;
}

.\!file .\!file__icon.\!file__icon--image .\!file__icon--image__preview img {
    border-radius: 0.375rem;
}

.file .file__icon .file__icon__file-name {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!file .\!file__icon .\!file__icon__file-name {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.file .file__icon:before {
    content: "";
    padding-top: 100%;
    display: block;
    width: 100%;
}

.\!file .\!file__icon:before {
    content: "" !important;
    padding-top: 100% !important;
    display: block;
    width: 100%;
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check-label {
    margin-left: 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    --tw-text-opacity: 1;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.dark .form-check-label {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.form-check-input:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form-check-input[type=radio] {
    width: 16px;
    height: 16px;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    padding: 0px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .form-check-input[type=radio] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.form-check-input[type=radio]:before {
    content: "";
    width: 10px;
    height: 10px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    opacity: 0;
}

.form-check-input[type=radio]:checked {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

    .form-check-input[type=radio]:checked:before {
        opacity: 1;
    }

.form-check-input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 0.2em;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow: hidden;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    padding: 0px;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .form-check-input[type=checkbox] {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.form-check-input[type=checkbox]:before {
    content: "";
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 80%;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 0;
}

.form-check-input[type=checkbox]:checked {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .form-check-input[type=checkbox]:checked {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.form-check-input[type=checkbox]:checked:before {
    opacity: 1;
}

.form-check-switch {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    background-image: none;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.dark .form-check-switch {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.form-check-switch:before {
    content: "";
    width: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
}

.dark .form-check-switch:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.form-check-switch:checked {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .form-check-switch:checked {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.form-check-switch:checked::before {
    margin-left: 13px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.form-control {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

    .form-control::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

    .form-control:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

    .form-control::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

.form-control {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .form-control {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.form-control:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form-control:disabled, .form-control[readonly] {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.dark .form-control:disabled, .dark .form-control[readonly] {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.form-control-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.form-control-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.form-control-rounded {
    border-radius: 9999px;
}

.form-help {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.form-inline {
    display: flex;
    align-items: center;
}

@media (max-width: 639px) {
    .form-inline {
        display: block;
    }
}

.form-inline .form-label {
    margin-bottom: 0px;
    margin-right: 1.25rem;
    text-align: right;
}

@media (max-width: 639px) {
    .form-inline .form-label {
        margin-bottom: 0.5rem;
    }

    .form-inline .form-label {
        margin-right: 0px;
    }

    .form-inline .form-label {
        text-align: left;
    }
}

.form-inline .form-control {
    flex: 1 1 0%;
}

.form-label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 18px;
    background-position: center right 0.6rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    border-width: 1px;
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-right: 2rem;
}

    .form-select::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

    .form-select:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

    .form-select::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-placeholder-opacity));
    }

.form-select {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .form-select {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.form-select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form-select:disabled, .form-select[readonly] {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.form-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 0.5rem;
    padding-right: 2rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.form-select-lg {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.image-fit {
    position: relative;
}

    .image-fit > img {
        position: absolute;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.input-group {
    display: flex;
}

    .input-group .input-group-text {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        --tw-text-opacity: 1;
        color: rgba(113, 128, 150, var(--tw-text-opacity));
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

.dark .input-group .input-group-text {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.input-group > .input-group-text, .input-group > .form-control {
    border-radius: 0px;
}

    .input-group > .input-group-text:not(:first-child),
    .input-group > .form-control:not(:first-child) {
        border-left-color: transparent;
    }

    .input-group > .input-group-text:first-child, .input-group > .form-control:first-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .input-group > .input-group-text:last-child, .input-group > .form-control:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.input-group > .form-control {
    z-index: 10;
}

* > .intro-x:nth-child(1) {
    z-index: 49;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

* > .-intro-x:nth-child(1) {
    z-index: 49;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

* > .intro-y:nth-child(1) {
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

* > .intro-x:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

* > .-intro-x:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

* > .intro-y:nth-child(2) {
    z-index: 48;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

* > .intro-x:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

* > .-intro-x:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

* > .intro-y:nth-child(3) {
    z-index: 47;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

* > .intro-x:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

* > .-intro-x:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

* > .intro-y:nth-child(4) {
    z-index: 46;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

* > .intro-x:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

* > .-intro-x:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

* > .intro-y:nth-child(5) {
    z-index: 45;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

* > .intro-x:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

* > .-intro-x:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

* > .intro-y:nth-child(6) {
    z-index: 44;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

* > .intro-x:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

* > .-intro-x:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

* > .intro-y:nth-child(7) {
    z-index: 43;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

* > .intro-x:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

* > .-intro-x:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

* > .intro-y:nth-child(8) {
    z-index: 42;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

* > .intro-x:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

* > .-intro-x:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

* > .intro-y:nth-child(9) {
    z-index: 41;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

* > .intro-x:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

* > .-intro-x:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

* > .intro-y:nth-child(10) {
    z-index: 40;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

* > .intro-x:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

* > .-intro-x:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

* > .intro-y:nth-child(11) {
    z-index: 39;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

* > .intro-x:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

* > .-intro-x:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

* > .intro-y:nth-child(12) {
    z-index: 38;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

* > .intro-x:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

* > .-intro-x:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

* > .intro-y:nth-child(13) {
    z-index: 37;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

* > .intro-x:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

* > .-intro-x:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

* > .intro-y:nth-child(14) {
    z-index: 36;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

* > .intro-x:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

* > .-intro-x:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

* > .intro-y:nth-child(15) {
    z-index: 35;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

* > .intro-x:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

* > .-intro-x:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

* > .intro-y:nth-child(16) {
    z-index: 34;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

* > .intro-x:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

* > .-intro-x:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

* > .intro-y:nth-child(17) {
    z-index: 33;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

* > .intro-x:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

* > .-intro-x:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

* > .intro-y:nth-child(18) {
    z-index: 32;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

* > .intro-x:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

* > .-intro-x:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

* > .intro-y:nth-child(19) {
    z-index: 31;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

* > .intro-x:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

* > .-intro-x:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

* > .intro-y:nth-child(20) {
    z-index: 30;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

* > .intro-x:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

* > .-intro-x:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

* > .intro-y:nth-child(21) {
    z-index: 29;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

* > .intro-x:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

* > .-intro-x:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

* > .intro-y:nth-child(22) {
    z-index: 28;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

* > .intro-x:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

* > .-intro-x:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

* > .intro-y:nth-child(23) {
    z-index: 27;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

* > .intro-x:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

* > .-intro-x:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

* > .intro-y:nth-child(24) {
    z-index: 26;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

* > .intro-x:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

* > .-intro-x:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

* > .intro-y:nth-child(25) {
    z-index: 25;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

* > .intro-x:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

* > .-intro-x:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

* > .intro-y:nth-child(26) {
    z-index: 24;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

* > .intro-x:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

* > .-intro-x:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

* > .intro-y:nth-child(27) {
    z-index: 23;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

* > .intro-x:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

* > .-intro-x:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

* > .intro-y:nth-child(28) {
    z-index: 22;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

* > .intro-x:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

* > .-intro-x:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

* > .intro-y:nth-child(29) {
    z-index: 21;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

* > .intro-x:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

* > .-intro-x:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

* > .intro-y:nth-child(30) {
    z-index: 20;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

* > .intro-x:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

* > .-intro-x:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

* > .intro-y:nth-child(31) {
    z-index: 19;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

* > .intro-x:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

* > .-intro-x:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

* > .intro-y:nth-child(32) {
    z-index: 18;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

* > .intro-x:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

* > .-intro-x:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

* > .intro-y:nth-child(33) {
    z-index: 17;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

* > .intro-x:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

* > .-intro-x:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

* > .intro-y:nth-child(34) {
    z-index: 16;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

* > .intro-x:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

* > .-intro-x:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

* > .intro-y:nth-child(35) {
    z-index: 15;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

* > .intro-x:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

* > .-intro-x:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

* > .intro-y:nth-child(36) {
    z-index: 14;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

* > .intro-x:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

* > .-intro-x:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

* > .intro-y:nth-child(37) {
    z-index: 13;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

* > .intro-x:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

* > .-intro-x:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

* > .intro-y:nth-child(38) {
    z-index: 12;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

* > .intro-x:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

* > .-intro-x:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

* > .intro-y:nth-child(39) {
    z-index: 11;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

* > .intro-x:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

* > .-intro-x:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

* > .intro-y:nth-child(40) {
    z-index: 10;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

* > .intro-x:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

* > .-intro-x:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

* > .intro-y:nth-child(41) {
    z-index: 9;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

* > .intro-x:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

* > .-intro-x:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

* > .intro-y:nth-child(42) {
    z-index: 8;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

* > .intro-x:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

* > .-intro-x:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

* > .intro-y:nth-child(43) {
    z-index: 7;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

* > .intro-x:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

* > .-intro-x:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

* > .intro-y:nth-child(44) {
    z-index: 6;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

* > .intro-x:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

* > .-intro-x:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

* > .intro-y:nth-child(45) {
    z-index: 5;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

* > .intro-x:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

* > .-intro-x:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

* > .intro-y:nth-child(46) {
    z-index: 4;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

* > .intro-x:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

* > .-intro-x:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

* > .intro-y:nth-child(47) {
    z-index: 3;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

* > .intro-x:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

* > .-intro-x:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

* > .intro-y:nth-child(48) {
    z-index: 2;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

* > .intro-x:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

* > .-intro-x:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

* > .intro-y:nth-child(49) {
    z-index: 1;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

* > .intro-x:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

* > .-intro-x:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    -webkit-animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

* > .intro-y:nth-child(50) {
    z-index: 0;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

@-webkit-keyframes intro-x-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes intro-x-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes intro-y-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes intro-y-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
    }
}

.modal {
    margin-top: -10000px;
    margin-left: -10000px;
    background: #000000a6;
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s;
    visibility: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100vw;
    opacity: 0;
}

    .modal.modal-overlap {
        background: #000000a6;
    }

    .modal.modal-static .modal-content {
        -webkit-animation: modal-static-backdrop 0.3s infinite;
        animation: modal-static-backdrop 0.3s infinite;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
    }

    .modal.show {
        transition: visibility 0s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        margin-left: 0;
        z-index: 1000;
        overflow: auto
    }

        .modal.show > .modal-dialog {
            margin-top: 3rem;
            transform: translateY(-50px);
            -webkit-animation: 0.4s intro-y-animation ease-in-out 0.33333s;
            animation: 0.4s intro-y-animation ease-in-out 0.33333s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

    .modal .modal-dialog {
        width: 90%;
        transition: margin-top 0.4s;
        margin-left: auto;
        margin-right: auto;
        margin-top: -4rem;
        margin-bottom: 4rem;
    }

@media (min-width: 640px) {
    .modal .modal-dialog {
        width: 460px;
    }

        .modal .modal-dialog.modal-sm {
            width: 300px;
        }

        .modal .modal-dialog.modal-lg {
            width: 600px;
        }

        .modal .modal-dialog.modal-xl {
            width: 600px;
        }
}

@media (min-width: 1024px) {
    .modal .modal-dialog.modal-xl {
        width: 900px;
    }
}

.modal .modal-dialog .modal-content {
    position: relative;
}

    .modal .modal-dialog .modal-content > [data-dismiss=modal] {
        position: absolute;
        right: 0px;
        top: 0px;
        margin-top: 0.75rem;
        margin-right: 0.75rem;
    }

.modal.modal-slide-over {
    overflow-x: hidden;
}

    .modal.modal-slide-over.modal-static .modal-content {
        -webkit-animation: none;
        animation: none;
    }

    .modal.modal-slide-over.show {
        transition: visibility 0s ease-in-out 0s, opacity 0.6s ease-in-out 0s;
        visibility: visible;
        opacity: 1;
    }

        .modal.modal-slide-over.show > .modal-dialog {
            margin-right: 0px;
        }

@media (max-width: 639px) {
    .modal.modal-slide-over.show > .modal-dialog .modal-content > [data-dismiss=modal] {
        margin-left: -2.5rem;
    }
}

.modal.modal-slide-over .modal-dialog {
    margin-right: -100%;
    transition: margin-right 0.6s;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .modal.modal-slide-over .modal-dialog .modal-content {
        min-height: 100vh;
        border-radius: 0px;
    }

        .modal.modal-slide-over .modal-dialog .modal-content > [data-dismiss=modal] {
            position: absolute;
            top: 0px;
            left: 0px;
            right: auto;
            margin-top: 1rem;
            margin-left: -3rem;
        }

.modal-content {
    position: relative;
    width: 100%;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --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);
}

.dark .modal-content {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.modal-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.dark .modal-header {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.modal-body {
    padding: 1.25rem;
}

.modal-footer {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: right;
}

.dark .modal-footer {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

@-webkit-keyframes modal-static-backdrop {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

@keyframes modal-static-backdrop {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }
}

.pagination {
    margin-right: auto;
    display: flex;
}

@media (max-width: 639px) {
    .pagination {
        margin-right: 0px;
    }

    .pagination {
        width: 100%;
    }

        .pagination li {
            flex: 1 1 0%;
        }

            .pagination li:nth-child(1) .pagination__link, .pagination li:nth-child(2) .pagination__link, .pagination li:nth-child(3) .pagination__link, .pagination li:nth-child(7) .pagination__link, .pagination li:nth-child(8) .pagination__link, .pagination li:nth-child(9) .pagination__link {
                padding-left: 0.25rem;
                padding-right: 0.25rem;
            }
}

.pagination li .pagination__link {
    min-width: 40px;
    margin-right: 0.5rem;
    display: flex;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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-duration: 200ms;
}

    .pagination li .pagination__link:hover {
        --tw-border-opacity: 0.9;
        --tw-bg-opacity: 0.9;
    }

    .pagination li .pagination__link:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .pagination li .pagination__link:not(button) {
        text-align: center;
    }

.pagination li .pagination__link {
    align-items: center;
    justify-content: center;
    border-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .pagination li .pagination__link {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

@media (max-width: 639px) {
    .pagination li .pagination__link {
        margin-right: 0px;
    }

    .pagination li .pagination__link {
        min-width: 0px;
    }
}

.pagination li .pagination__link.pagination__link--active {
    font-weight: 500;
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .pagination li .pagination__link.pagination__link--active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.progress {
    height: 0.5rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity));
}

.dark .progress {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.progress-bar {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .progress-bar {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.scrollbar-hidden::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.nav {
    display: flex;
}

.\!nav {
    display: flex;
}

.nav.nav-tabs .active {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    font-weight: 500;
}

.\!nav.\!nav-tabs .\!active {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    font-weight: 500;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    font-weight: 500;
}

.tab-content .tab-pane {
    top: -9999px;
    left: -9999px;
    transition: visibility 0s linear 0.6s, opacity 0.6s 0s;
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

    .tab-content .tab-pane.active {
        transition: visibility 0s linear 0s, opacity 0.6s 0s;
        visibility: visible;
        position: static;
        opacity: 1;
    }

.\!tab-content .\!tab-pane.\!active {
    transition: visibility 0s linear 0s, opacity 0.6s 0s !important;
    visibility: visible;
    position: static;
    opacity: 1;
}

.table {
    width: 100%;
    text-align: left;
}

.\!table {
    width: 100%;
    text-align: left;
}

.table th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
}

.\!table th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
}

.table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.\!table td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.table.table--sm th {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.\!table.\!table--sm th {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.table.table--sm td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.\!table.\!table--sm td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.typing-dots span {
    opacity: 0;
}

    .typing-dots span:nth-child(1) {
        -webkit-animation: 1s type-animation infinite 0.33333s;
        animation: 1s type-animation infinite 0.33333s;
    }

    .typing-dots span:nth-child(2) {
        -webkit-animation: 1s type-animation infinite 0.66666s;
        animation: 1s type-animation infinite 0.66666s;
    }

    .typing-dots span:nth-child(3) {
        -webkit-animation: 1s type-animation infinite 0.99999s;
        animation: 1s type-animation infinite 0.99999s;
    }

@-webkit-keyframes type-animation {
    50% {
        opacity: 1;
    }
}

@keyframes type-animation {
    50% {
        opacity: 1;
    }
}

.zoom-in {
    --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));
    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-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .zoom-in:hover {
        --tw-scale-x: 1.05;
        --tw-scale-y: 1.05;
        --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);
    }

.box {
    box-shadow: 0px 3px 20px #0000000b;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .box {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.\!box {
    box-shadow: 0px 3px 20px #0000000b !important;
    position: relative;
    border-radius: 0.375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .\!box {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.main {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.top-bar {
    height: 67px;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(222, 231, 239, var(--tw-border-opacity));
}

.login {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.dark .login {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}


.login:before {
    content: "";
    margin-left: -48%;
    background-image: url(../images/bg-login-page.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

@media (max-width: 1023px) {
    .login:before {
        display: none;
    }
}

.login .login__input {
    min-width: 300px;
    box-shadow: 0px 3px 5px #00000007;
}

@media (max-width: 1023px) {
    .login .login__input {
        min-width: 100%;
    }
}


@media (max-width: 1279px) {
    .dark .login {
        background: #232a3b;
    }
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-spacing: 0 10px;
    border-collapse: separate;
}

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    box-shadow: 20px 3px 20px #0000000b;
}

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
        border-top-left-radius: 0.375rem;
        border-bottom-left-radius: 0.375rem;
    }

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
        border-top-right-radius: 0.375rem;
        border-bottom-right-radius: 0.375rem;
    }

    .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action {
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            margin-top: auto;
            margin-bottom: auto;
            height: 2rem;
            width: 1px;
            --tw-bg-opacity: 1;
            background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
        }

.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.table-report img {
    box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(3) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(4) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(5) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(6) .tabulator-col-content .tabulator-col-title {
    text-align: center;
}

.dark .table-report img {
    box-shadow: 0px 0px 0px 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, 0.32);
}

.report-timeline:before {
    content: "";
    height: 85%;
    position: absolute;
    margin-left: 1.25rem;
    margin-top: 1.25rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(222, 231, 239, var(--tw-bg-opacity));
}

.dark .report-timeline:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.report-timeline .report-timeline__image:before {
    content: "";
    position: absolute;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    height: 1px;
    width: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(222, 231, 239, var(--tw-bg-opacity));
}

.dark .report-timeline .report-timeline__image:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.report-chart {
    position: relative;
}

    .report-chart:before {
        content: "";
        height: 93%;
        background: linear-gradient(to right, white, #ffffffde, transparent);
        position: absolute;
        left: 0px;
        top: 0px;
        margin-left: 2.5rem;
        width: 3rem;
    }

@media (max-width: 639px) {
    .report-chart:before {
        height: 85%;
    }
}

.report-chart:after {
    content: "";
    height: 93%;
    background: linear-gradient(to right, transparent, #ffffffde, white);
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 0.5rem;
    width: 3rem;
}

@media (max-width: 639px) {
    .report-chart:after {
        height: 85%;
    }
}

.dark .report-chart:before {
    background: linear-gradient(to right, #313b56, #313b56, transparent);
}

.dark .report-chart:after {
    background: linear-gradient(to right, transparent, #313b56, #313b56);
}

.search {
    position: relative;
}

.\!search {
    position: relative;
}

.search .search__input {
    width: 14rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    padding-right: 2rem;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .search .search__input {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.\!search .\!search__input {
    width: 14rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    padding-right: 2rem;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark .\!search .\!search__input {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.search .search__icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, var(--tw-text-opacity));
}

.\!search .\!search__icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0.75rem;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, var(--tw-text-opacity));
}

.notification {
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, var(--tw-text-opacity));
}

    .notification.notification--light {
        --tw-text-opacity: 1;
        color: rgba(152, 175, 245, var(--tw-text-opacity));
    }

    .notification .notification__icon {
        height: 1.25rem;
        width: 1.25rem;
    }

    .notification.notification--bullet:before {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        right: 0px;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    }

.report-box {
    position: relative;
}

    .report-box:before {
        content: "";
        width: 90%;
        background: #f9fafc;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem;
        height: 100%;
        border-radius: 0.375rem;
    }

    .report-box .report-box__icon {
        width: 28px;
        height: 28px;
    }

    .report-box .report-box__indicator {
        padding-top: 3px;
        padding-bottom: 3px;
        display: flex;
        align-items: center;
        border-radius: 9999px;
        padding-left: 0.5rem;
        padding-right: 0.25rem;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark .report-box:before {
    background: #2d3650;
}

.report-box-2 {
    position: relative;
}

    .report-box-2:before {
        content: "";
        width: 90%;
        background: #f9fafc;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        left: 0px;
        right: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0.75rem;
        height: 100%;
        border-radius: 0.375rem;
    }

    .report-box-2 .report-box-2__indicator {
        padding-top: 3px;
        padding-bottom: 3px;
        margin-top: 0.75rem;
        margin-right: auto;
        display: flex;
        align-items: center;
        border-radius: 9999px;
        padding-left: 0.5rem;
        padding-right: 0.25rem;
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.dark .report-box-2:before {
    background: #2d3650;
}

.report-box-3 {
    margin-left: -22px;
    margin-right: -22px;
    position: relative;
}

@media (max-width: 767px) {
    .report-box-3 {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.report-box-3:before {
    content: "";
    border-radius: 30px 30px 0px 0px;
    transform: translatey(35px);
    -webkit-animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
    animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.4;
    opacity: 0;
}

.dark .report-box-3:before {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5;
}

.report-box-3.report-box-3--content {
    padding: 0px 22px;
    min-height: 400px;
}

    .report-box-3.report-box-3--content:before {
        content: "";
        border-radius: 30px;
        transform: translatey(35px);
        -webkit-animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
        animation: 0.4s intro-report-box-3-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
        opacity: 0;
    }

.dark .report-box-3.report-box-3--content:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

@media (max-width: 1279px) {
    .report-box-3.report-box-3--content:before {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .report-box-3.report-box-3--content:before {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

@-webkit-keyframes intro-report-box-3-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes intro-report-box-3-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

.report-box-4 {
    position: relative;
}

    .report-box-4:before {
        content: "";
        border-radius: 30px 30px 0px 0px;
        transform: translatey(35px);
        -webkit-animation: 0.4s intro-report-box-4-animation ease-in-out 0.33333s;
        animation: 0.4s intro-report-box-4-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
        margin-left: -22px;
        margin-right: -22px;
        box-shadow: 0px 3px 20px #0000000b;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        display: none;
        height: 100%;
        --tw-bg-opacity: 1;
        background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
        opacity: 0;
    }

.dark .report-box-4:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

@media (max-width: 1279px) {
    .report-box-4:before {
        display: block;
    }
}

@media (max-width: 767px) {
    .report-box-4:before {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.report-box-4 .report-box-4__content {
    flex: 1 1 0;
}

@-webkit-keyframes intro-report-box-4-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes intro-report-box-4-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

.content {
    border-radius: 30px;
    min-height: 100vh;
    min-width: 0px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    padding-bottom: 2.5rem;
    margin: 20px 20px 20px 0;
}

.login-content {
    flex: 1 1 0%;
}

.dark .content {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.\!content {
    border-radius: 30px !important;
    padding: 0px 22px !important;
    min-height: 100vh;
    min-width: 0px;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    padding-bottom: 2.5rem;
}

.dark .\!content {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

@media (max-width: 767px) {
    .content {
        max-width: 100%;
    }

    .content {
        margin: 1rem !important;
    }

    .\!content {
        max-width: 100%;
    }

    .\!content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.content:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

.\!content:before {
    content: "" !important;
    display: block;
    height: 1px;
    width: 100%;
}

.top-nav {
    position: relative;
    z-index: 50;
}

@media (max-width: 767px) {
    .top-nav {
        display: none;
    }
}

.top-nav > ul {
    padding: 0px 50px;
    display: flex;
}

    .top-nav > ul > li:nth-child(1) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .top-nav > ul > li:nth-child(1) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(2) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .top-nav > ul > li:nth-child(2) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(3) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .top-nav > ul > li:nth-child(3) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(4) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .top-nav > ul > li:nth-child(4) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(5) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .top-nav > ul > li:nth-child(5) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(6) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .top-nav > ul > li:nth-child(6) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(7) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .top-nav > ul > li:nth-child(7) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(8) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .top-nav > ul > li:nth-child(8) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(9) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    .top-nav > ul > li:nth-child(9) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(10) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .top-nav > ul > li:nth-child(10) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(11) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .top-nav > ul > li:nth-child(11) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(12) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .top-nav > ul > li:nth-child(12) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(13) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.3s;
        animation-delay: 1.3s;
    }

    .top-nav > ul > li:nth-child(13) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(14) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .top-nav > ul > li:nth-child(14) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(15) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .top-nav > ul > li:nth-child(15) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(16) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

    .top-nav > ul > li:nth-child(16) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(17) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.7s;
        animation-delay: 1.7s;
    }

    .top-nav > ul > li:nth-child(17) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(18) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s;
    }

    .top-nav > ul > li:nth-child(18) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(19) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.9s;
        animation-delay: 1.9s;
    }

    .top-nav > ul > li:nth-child(19) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(20) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .top-nav > ul > li:nth-child(20) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(21) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.1s;
        animation-delay: 2.1s;
    }

    .top-nav > ul > li:nth-child(21) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(22) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s;
    }

    .top-nav > ul > li:nth-child(22) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(23) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.3s;
        animation-delay: 2.3s;
    }

    .top-nav > ul > li:nth-child(23) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(24) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s;
    }

    .top-nav > ul > li:nth-child(24) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(25) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s;
    }

    .top-nav > ul > li:nth-child(25) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(26) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.6s;
        animation-delay: 2.6s;
    }

    .top-nav > ul > li:nth-child(26) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(27) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.7s;
        animation-delay: 2.7s;
    }

    .top-nav > ul > li:nth-child(27) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(28) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.8s;
        animation-delay: 2.8s;
    }

    .top-nav > ul > li:nth-child(28) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(29) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 2.9s;
        animation-delay: 2.9s;
    }

    .top-nav > ul > li:nth-child(29) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(30) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .top-nav > ul > li:nth-child(30) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(31) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.1s;
        animation-delay: 3.1s;
    }

    .top-nav > ul > li:nth-child(31) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(32) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.2s;
        animation-delay: 3.2s;
    }

    .top-nav > ul > li:nth-child(32) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(33) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.3s;
        animation-delay: 3.3s;
    }

    .top-nav > ul > li:nth-child(33) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(34) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.4s;
        animation-delay: 3.4s;
    }

    .top-nav > ul > li:nth-child(34) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(35) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.5s;
        animation-delay: 3.5s;
    }

    .top-nav > ul > li:nth-child(35) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(36) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.6s;
        animation-delay: 3.6s;
    }

    .top-nav > ul > li:nth-child(36) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(37) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.7s;
        animation-delay: 3.7s;
    }

    .top-nav > ul > li:nth-child(37) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(38) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.8s;
        animation-delay: 3.8s;
    }

    .top-nav > ul > li:nth-child(38) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(39) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 3.9s;
        animation-delay: 3.9s;
    }

    .top-nav > ul > li:nth-child(39) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(40) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .top-nav > ul > li:nth-child(40) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(41) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.1s;
        animation-delay: 4.1s;
    }

    .top-nav > ul > li:nth-child(41) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(42) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.2s;
        animation-delay: 4.2s;
    }

    .top-nav > ul > li:nth-child(42) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(43) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.3s;
        animation-delay: 4.3s;
    }

    .top-nav > ul > li:nth-child(43) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(44) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.4s;
        animation-delay: 4.4s;
    }

    .top-nav > ul > li:nth-child(44) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(45) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.5s;
        animation-delay: 4.5s;
    }

    .top-nav > ul > li:nth-child(45) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(46) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.6s;
        animation-delay: 4.6s;
    }

    .top-nav > ul > li:nth-child(46) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(47) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.7s;
        animation-delay: 4.7s;
    }

    .top-nav > ul > li:nth-child(47) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(48) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.8s;
        animation-delay: 4.8s;
    }

    .top-nav > ul > li:nth-child(48) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(49) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 4.9s;
        animation-delay: 4.9s;
    }

    .top-nav > ul > li:nth-child(49) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .top-nav > ul > li:nth-child(50) > a:not(.top-menu--active) {
        opacity: 0;
        transform: translateY(50px);
        -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }

    .top-nav > ul > li:nth-child(50) > a.top-menu--active {
        -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@media (max-width: 1279px) {
    .top-nav > ul {
        padding: 0px;
    }
}

.top-nav > ul li {
    position: relative;
}

    .top-nav > ul li:hover > .top-menu > .top-menu__title > .top-menu__sub-icon {
        --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));
        --tw-rotate: -90deg;
    }

    .top-nav > ul li:hover .top-menu:not(.top-menu--active) .top-menu__icon:before {
        --tw-bg-opacity: 1;
        background-color: rgba(39, 74, 183, var(--tw-bg-opacity));
    }

.dark .top-nav > ul li:hover .top-menu:not(.top-menu--active) .top-menu__icon:before {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.top-nav > ul li:hover > ul {
    display: block;
}

.top-nav > ul li .top-menu {
    height: 55px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    position: relative;
    margin-right: 0.25rem;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 1279px) {
    .top-nav > ul li .top-menu {
        margin-bottom: 0.75rem;
    }

    .top-nav > ul li .top-menu {
        border-radius: 9999px;
    }
}

.top-nav > ul li .top-menu.top-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.top-nav > ul li .top-menu.top-menu--active:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-left: -20px;
    transform: rotate(90deg) scale(1.04);
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: 0px;
    left: 0px;
}

@media (max-width: 1279px) {
    .top-nav > ul li .top-menu.top-menu--active:before {
        display: none;
    }
}

.top-nav > ul li .top-menu.top-menu--active:after {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: -20px;
    transform: rotate(180deg) scale(1.04);
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
    position: absolute;
    bottom: 0px;
    right: 0px;
}

@media (max-width: 1279px) {
    .top-nav > ul li .top-menu.top-menu--active:after {
        display: none;
    }
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(46, 81, 187, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__icon:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.top-nav > ul li .top-menu.top-menu--active .top-menu__title {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu.top-menu--active .top-menu__title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu .top-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .top-nav > ul li .top-menu .top-menu__title {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.top-nav > ul li .top-menu:not(.top-menu--active) .top-menu__icon:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    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-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (max-width: 1279px) {
    .top-nav > ul li .top-menu:not(.top-menu--active) .top-menu__icon:before {
        border-radius: 9999px;
    }
}

.top-nav > ul li .top-menu .top-menu__title {
    margin-left: 0.75rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
        margin-left: 0.5rem;
        height: 1rem;
        width: 1rem;
        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-duration: 100ms;
        transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    }

@media (max-width: 1279px) {
    .top-nav > ul li .top-menu .top-menu__title .top-menu__sub-icon {
        display: none;
    }
}

.top-nav > ul li ul {
    left: 100%;
    margin-left: -4px;
    background: #1a389fed;
    box-shadow: 0px 3px 20px #0000000b;
    position: absolute;
    top: 0px;
    z-index: 20;
    margin-top: -1.25rem;
    display: none;
    width: 14rem;
    border-radius: 0.375rem;
    padding-left: 0px;
    padding-right: 0px;
}

    .top-nav > ul li ul li {
        position: relative;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

        .top-nav > ul li ul li .top-menu {
            margin-right: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

            .top-nav > ul li ul li .top-menu .top-menu__icon:before {
                display: none;
            }

            .top-nav > ul li ul li .top-menu .top-menu__title {
                width: 100%;
            }

                .top-nav > ul li ul li .top-menu .top-menu__title .top-menu__sub-icon {
                    margin-left: auto;
                }

    .top-nav > ul li ul ul {
        background: #1a389fed;
        margin-top: 0px;
        margin-left: 0px;
        display: none;
        border-radius: 0.375rem;
    }

@-webkit-keyframes intro-top-menu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes intro-top-menu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes intro-active-top-menu-animation {
    100% {
        z-index: 10;
    }
}

@keyframes intro-active-top-menu-animation {
    100% {
        z-index: 10;
    }
}

.dark .top-nav > ul li .top-menu.top-menu--active:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A");
}

.dark .top-nav > ul li .top-menu.top-menu--active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A");
}

.dark .top-nav > ul li ul {
    background: #181f29e6;
}

.side-nav {
    width: 230px;
    overflow: hidden;
    padding-right: 1.25rem;
    padding-bottom: 4rem;
    background-image: linear-gradient( 180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    height: 100vh;
    position: sticky;
    top: 0;
}

@media (max-width: 1279px) {
    .side-nav {
        width: 85px;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .side-nav {
        display: none;
    }
}

.side-nav.side-nav--simple {
    width: 85px;
}

    .side-nav.side-nav--simple .side-menu .side-menu__title {
        display: none;
    }

        .side-nav.side-nav--simple .side-menu .side-menu__title .side-menu__sub-icon {
            display: none;
        }

    .side-nav.side-nav--simple .side-menu:not(.side-menu--active) .side-menu__icon:before {
        display: none;
    }

.side-nav .side-nav__devider {
    position: relative;
    z-index: 10;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.dark .side-nav .side-nav__devider {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.side-nav .side-menu {
    height: 50px;
    position: relative;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

    .side-nav .side-menu .side-menu__title {
        margin-left: 0.75rem;
        display: flex;
        width: 100%;
        align-items: center;
    }

        .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
            margin-left: auto;
            margin-right: 1.25rem;
            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-duration: 100ms;
            transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
        }

            .side-nav .side-menu .side-menu__title .side-menu__sub-icon svg {
                height: 1rem;
                width: 1rem;
            }

@media (max-width: 1279px) {
    .side-nav .side-menu .side-menu__title .side-menu__sub-icon {
        display: none;
    }

    .side-nav .side-menu .side-menu__title {
        display: none;
    }
}

.side-nav > ul > li:nth-child(1).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.side-nav > ul > li:nth-child(1) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.side-nav > ul > li:nth-child(1) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(2).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.side-nav > ul > li:nth-child(2) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.side-nav > ul > li:nth-child(2) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(3).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.side-nav > ul > li:nth-child(3) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.side-nav > ul > li:nth-child(3) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(4).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.side-nav > ul > li:nth-child(4) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.side-nav > ul > li:nth-child(4) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(5).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.side-nav > ul > li:nth-child(5) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.side-nav > ul > li:nth-child(5) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(6).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.side-nav > ul > li:nth-child(6) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.side-nav > ul > li:nth-child(6) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(7).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.side-nav > ul > li:nth-child(7) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.side-nav > ul > li:nth-child(7) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(8).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.side-nav > ul > li:nth-child(8) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.side-nav > ul > li:nth-child(8) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(9).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.side-nav > ul > li:nth-child(9) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.side-nav > ul > li:nth-child(9) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(10).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.side-nav > ul > li:nth-child(10) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.side-nav > ul > li:nth-child(10) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(11).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.side-nav > ul > li:nth-child(11) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.side-nav > ul > li:nth-child(11) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(12).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.side-nav > ul > li:nth-child(12) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.side-nav > ul > li:nth-child(12) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(13).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.side-nav > ul > li:nth-child(13) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.side-nav > ul > li:nth-child(13) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(14).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.side-nav > ul > li:nth-child(14) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.side-nav > ul > li:nth-child(14) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(15).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.side-nav > ul > li:nth-child(15) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.side-nav > ul > li:nth-child(15) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(16).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.side-nav > ul > li:nth-child(16) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.side-nav > ul > li:nth-child(16) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(17).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.side-nav > ul > li:nth-child(17) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.side-nav > ul > li:nth-child(17) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(18).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.side-nav > ul > li:nth-child(18) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.side-nav > ul > li:nth-child(18) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(19).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.side-nav > ul > li:nth-child(19) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.side-nav > ul > li:nth-child(19) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(20).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.side-nav > ul > li:nth-child(20) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.side-nav > ul > li:nth-child(20) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(21).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.side-nav > ul > li:nth-child(21) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.side-nav > ul > li:nth-child(21) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(22).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.side-nav > ul > li:nth-child(22) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.side-nav > ul > li:nth-child(22) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(23).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.side-nav > ul > li:nth-child(23) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.side-nav > ul > li:nth-child(23) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(24).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.side-nav > ul > li:nth-child(24) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.side-nav > ul > li:nth-child(24) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(25).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.side-nav > ul > li:nth-child(25) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.side-nav > ul > li:nth-child(25) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(26).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.side-nav > ul > li:nth-child(26) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.side-nav > ul > li:nth-child(26) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(27).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.side-nav > ul > li:nth-child(27) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.side-nav > ul > li:nth-child(27) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(28).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.side-nav > ul > li:nth-child(28) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.side-nav > ul > li:nth-child(28) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(29).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.side-nav > ul > li:nth-child(29) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.side-nav > ul > li:nth-child(29) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(30).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.side-nav > ul > li:nth-child(30) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.side-nav > ul > li:nth-child(30) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(31).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.side-nav > ul > li:nth-child(31) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.side-nav > ul > li:nth-child(31) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(32).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.side-nav > ul > li:nth-child(32) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.side-nav > ul > li:nth-child(32) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(33).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.side-nav > ul > li:nth-child(33) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.side-nav > ul > li:nth-child(33) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(34).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.side-nav > ul > li:nth-child(34) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.side-nav > ul > li:nth-child(34) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(35).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.side-nav > ul > li:nth-child(35) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.side-nav > ul > li:nth-child(35) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(36).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.side-nav > ul > li:nth-child(36) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.side-nav > ul > li:nth-child(36) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(37).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.side-nav > ul > li:nth-child(37) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.side-nav > ul > li:nth-child(37) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(38).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.side-nav > ul > li:nth-child(38) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.side-nav > ul > li:nth-child(38) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(39).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.side-nav > ul > li:nth-child(39) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.side-nav > ul > li:nth-child(39) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(40).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.side-nav > ul > li:nth-child(40) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.side-nav > ul > li:nth-child(40) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(41).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

.side-nav > ul > li:nth-child(41) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

.side-nav > ul > li:nth-child(41) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(42).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.side-nav > ul > li:nth-child(42) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.side-nav > ul > li:nth-child(42) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(43).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

.side-nav > ul > li:nth-child(43) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

.side-nav > ul > li:nth-child(43) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(44).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.side-nav > ul > li:nth-child(44) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.side-nav > ul > li:nth-child(44) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(45).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.side-nav > ul > li:nth-child(45) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.side-nav > ul > li:nth-child(45) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(46).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

.side-nav > ul > li:nth-child(46) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

.side-nav > ul > li:nth-child(46) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(47).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.side-nav > ul > li:nth-child(47) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.side-nav > ul > li:nth-child(47) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(48).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.side-nav > ul > li:nth-child(48) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.side-nav > ul > li:nth-child(48) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(49).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

.side-nav > ul > li:nth-child(49) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

.side-nav > ul > li:nth-child(49) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul > li:nth-child(50).side-nav__devider {
    opacity: 0;
    -webkit-animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    animation: 0.4s intro-devider-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.side-nav > ul > li:nth-child(50) > a:not(.side-menu--active) {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.side-nav > ul > li:nth-child(50) > a.side-menu--active {
    -webkit-animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    animation: 0.4s intro-active-menu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.side-nav > ul ul {
    display: none;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(26, 56, 159, var(--tw-bg-opacity));
}

.dark .side-nav > ul ul {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.side-nav > ul ul li:nth-child(1) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.side-nav > ul ul li:nth-child(2) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.side-nav > ul ul li:nth-child(3) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.side-nav > ul ul li:nth-child(4) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.side-nav > ul ul li:nth-child(5) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.side-nav > ul ul li:nth-child(6) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.side-nav > ul ul li:nth-child(7) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.side-nav > ul ul li:nth-child(8) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.side-nav > ul ul li:nth-child(9) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.side-nav > ul ul li:nth-child(10) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.side-nav > ul ul li:nth-child(11) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.side-nav > ul ul li:nth-child(12) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.side-nav > ul ul li:nth-child(13) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.side-nav > ul ul li:nth-child(14) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.side-nav > ul ul li:nth-child(15) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.side-nav > ul ul li:nth-child(16) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.side-nav > ul ul li:nth-child(17) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.side-nav > ul ul li:nth-child(18) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.side-nav > ul ul li:nth-child(19) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.side-nav > ul ul li:nth-child(20) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.side-nav > ul ul li:nth-child(21) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.side-nav > ul ul li:nth-child(22) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.side-nav > ul ul li:nth-child(23) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.side-nav > ul ul li:nth-child(24) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.side-nav > ul ul li:nth-child(25) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.side-nav > ul ul li:nth-child(26) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.side-nav > ul ul li:nth-child(27) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
}

.side-nav > ul ul li:nth-child(28) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.side-nav > ul ul li:nth-child(29) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.side-nav > ul ul li:nth-child(30) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.side-nav > ul ul li:nth-child(31) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
}

.side-nav > ul ul li:nth-child(32) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.side-nav > ul ul li:nth-child(33) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.side-nav > ul ul li:nth-child(34) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.side-nav > ul ul li:nth-child(35) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.side-nav > ul ul li:nth-child(36) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.side-nav > ul ul li:nth-child(37) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s;
}

.side-nav > ul ul li:nth-child(38) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.side-nav > ul ul li:nth-child(39) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.9s;
    animation-delay: 3.9s;
}

.side-nav > ul ul li:nth-child(40) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.side-nav > ul ul li:nth-child(41) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.1s;
    animation-delay: 4.1s;
}

.side-nav > ul ul li:nth-child(42) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.side-nav > ul ul li:nth-child(43) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
}

.side-nav > ul ul li:nth-child(44) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.side-nav > ul ul li:nth-child(45) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.side-nav > ul ul li:nth-child(46) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

.side-nav > ul ul li:nth-child(47) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
}

.side-nav > ul ul li:nth-child(48) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.side-nav > ul ul li:nth-child(49) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 4.9s;
    animation-delay: 4.9s;
}

.side-nav > ul ul li:nth-child(50) > a {
    opacity: 0;
    transform: translateX(50px);
    -webkit-animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    animation: 0.2s intro-submenu-animation ease-in-out 0.33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.side-nav > ul ul.side-menu__sub-open {
    display: block;
    width: 100%;
    background-color: transparent;
    border-radius: 15%;
    padding-left: 15px;
}

ul.side-menu__sub-open a.side-menu:hover, .side-nav > ul > li > .side-menu:hover {
    --tw-text-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}


    ul.side-menu__sub-open a.side-menu:hover .side-menu__icon,
    ul.side-menu__sub-open a.side-menu:hover .side-menu__title {
        --tw-text-opacity: 1;
        color: rgba(45, 55, 72, var(--tw-text-opacity));
    }

.side-nav > ul ul .side-menu__icon:before {
    display: none;
}

.side-nav > ul ul li a:not(.side-menu--active) {
    color: #fff;
    padding: 0.65rem;
}

.side-nav > ul ul li a.side-menu--active .side-menu__title {
    font-weight: 500;
}

.side-nav > ul ul ul {
    display: none;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(22, 50, 150, var(--tw-bg-opacity));
}

.dark .side-nav > ul ul ul {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 31, 41, var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active:before {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    transform: rotate(90deg) scale(1.04);
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav > ul > li > .side-menu.side-menu--active:after {
    content: "";
    width: 30px;
    height: 30px;
    margin-top: 50px;
    transform: scale(1.04);
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23f1f5f8'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity))
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
    margin-right: -1.25rem;
    height: 100%;
    width: 3rem;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__icon:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu.side-menu--active .side-menu__title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu .side-menu__icon {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .side-nav > ul > li > .side-menu .side-menu__title {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
    content: "";
    z-index: -1;
    width: 230px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    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-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (max-width: 1279px) {
    .side-nav > ul > li > .side-menu:not(.side-menu--active) .side-menu__icon:before {
        display: none;
    }

    .side-nav > ul > li > .side-menu, .side-nav > ul > li > .side-menu:hover {
        padding-left: 0.80rem !important;
    }

    .side-nav > ul > li, .side-nav > ul > li:hover {
        padding-left: 15px;
    }
}

.side-nav > ul > li > .side-menu:hover:not(.side-menu--active):not(.side-menu--open) .side-menu__icon:before {
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
}

.side-nav > ul > li > .side-menu:hover .side-menu__icon,
.side-nav > ul > li > .side-menu:hover .side-menu__title {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@-webkit-keyframes intro-devider-animation {
    100% {
        opacity: 1;
    }
}

@keyframes intro-devider-animation {
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes intro-menu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes intro-menu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes intro-submenu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes intro-submenu-animation {
    100% {
        opacity: 1;
    }

    100% {
        transform: translateX(0px);
    }
}

@-webkit-keyframes intro-active-menu-animation {
    100% {
        z-index: 10;
    }
}

@keyframes intro-active-menu-animation {
    100% {
        z-index: 10;
    }
}

.dark .side-nav > ul > li > .side-menu.side-menu--active:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A");
}

.dark .side-nav > ul > li > .side-menu.side-menu--active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='259.51' height='259.52' viewBox='0 0 259.51 259.52'%3E%3Cpath id='Path_143' data-name='Path 143' d='M8659.507,423.965c-.167-2.608.05-5.319-.19-8.211-.084-1.012-.031-2.15-.118-3.12-.113-1.25-.1-2.682-.236-4.061-.172-1.722-.179-3.757-.365-5.394-.328-2.889-.478-5.857-.854-8.61-.509-3.714-.825-7.252-1.38-10.543-.934-5.535-2.009-11.312-3.189-16.692-.855-3.9-1.772-7.416-2.752-11.2-1.1-4.256-2.394-8.149-3.687-12.381-1.1-3.615-2.366-6.893-3.623-10.493-1.3-3.739-2.917-7.26-4.284-10.7-1.708-4.295-3.674-8.078-5.485-12.023-1.145-2.493-2.5-4.932-3.727-7.387-1.318-2.646-2.9-5.214-4.152-7.518-1.716-3.16-3.517-5.946-5.274-8.873-1.692-2.818-3.589-5.645-5.355-8.334-2.326-3.542-4.637-6.581-7.039-9.848-2.064-2.809-4.017-5.255-6.088-7.828-2.394-2.974-4.937-5.936-7.292-8.589-3.027-3.411-6.049-6.744-9.055-9.763-2.4-2.412-4.776-4.822-7.108-6.975-3-2.767-5.836-5.471-8.692-7.854-3.332-2.779-6.657-5.663-9.815-8.028-2.958-2.216-5.784-4.613-8.7-6.6-3.161-2.159-6.251-4.414-9.219-6.254-3.814-2.365-7.533-4.882-11.168-6.89-4.213-2.327-8.513-4.909-12.478-6.834-4.61-2.239-9.234-4.619-13.51-6.416-4.1-1.725-8.11-3.505-11.874-4.888-4.5-1.652-8.506-3.191-12.584-4.47-6.045-1.9-12.071-3.678-17.431-5-9.228-2.284-17.608-3.757-24.951-4.9-7.123-1.112-13.437-1.64-18.271-2.035l-2.405-.2c-1.638-.136-3.508-.237-4.633-.3a115.051,115.051,0,0,0-12.526-.227h259.51Z' transform='translate(-8399.997 -164.445)' fill='%23293145'/%3E%3C/svg%3E%0A");
}

.breadcrumb {
    display: flex;
    align-items: center;
}

    .breadcrumb.breadcrumb--light {
        margin-left: 2.5rem;
        height: 100%;
        border-left-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(40, 78, 178, var(--tw-border-opacity));
        padding-left: 2.5rem;
        --tw-text-opacity: 1;
        color: rgba(198, 212, 253, var(--tw-text-opacity));
    }

.dark .breadcrumb.breadcrumb--light {
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

@media (max-width: 767px) {
    .breadcrumb.breadcrumb--light {
        margin-left: 0px;
    }

    .breadcrumb.breadcrumb--light {
        border-left-width: 0px;
    }

    .breadcrumb.breadcrumb--light {
        padding-left: 0px;
    }
}

.breadcrumb.breadcrumb--light .breadcrumb--active {
    --tw-text-opacity: 1;
    color: rgba(232, 238, 255, var(--tw-text-opacity));
}

.dark .breadcrumb.breadcrumb--light .breadcrumb--active {
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.breadcrumb .breadcrumb__icon {
    width: 14px;
    height: 14px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.breadcrumb .breadcrumb--active {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: #07123d;
}

.dark .breadcrumb .breadcrumb--active {
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.feather {
    display: inline-block;
    stroke-width: 1.5;
}

.top-bar-boxed {
    height: 70px;
    z-index: 51;
    position: relative;
}

.mobile-menu {
    margin-top: -1.25rem;
    /*margin-bottom: 1.5rem;*/
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(40, 78, 178, var(--tw-border-opacity));
}

    .mobile-menu ul.menu__sub-open a.active {
        background-color: #1a3777;
    }

    .mobile-menu .mobile-menu-bar {
        height: 70px;
        display: flex;
        align-items: center;
        padding-left: 2rem;
        padding-right: 2rem;
    }

@media (max-width: 639px) {
    .mobile-menu .mobile-menu-bar {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.mobile-menu ul.menu__sub-open {
    display: block;
}

.mobile-menu ul li {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .mobile-menu ul li ul {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
        display: none;
        border-radius: 0.375rem;
        --tw-bg-opacity: 1;
    }

.dark .mobile-menu ul li ul {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}


.mobile-menu ul li ul .menu {
    padding-left: 1rem;
    padding-right: 1rem;
}

.\!mobile-menu ul li ul .\!menu {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mobile-menu ul li ul ul {
    margin-left: 0px;
    margin-right: 0px;
    display: none;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(22, 50, 150, var(--tw-bg-opacity));
}

.dark .mobile-menu ul li ul ul {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 31, 41, var(--tw-bg-opacity));
}

.mobile-menu .menu__devider {
    position: relative;
    height: 1px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(40, 78, 178, var(--tw-bg-opacity));
}

.dark .mobile-menu .menu__devider {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.mobile-menu .menu {
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!mobile-menu .\!menu {
    height: 50px !important;
    display: flex;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (max-width: 639px) {
    .mobile-menu .menu {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .\!mobile-menu .\!menu {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.mobile-menu .menu .menu__title {
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.\!mobile-menu .\!menu .\!menu__title {
    margin-left: 0.75rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.mobile-menu .menu .menu__title .menu__sub-icon {
    margin-left: auto;
    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-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.\!mobile-menu .\!menu .\!menu__title .\!menu__sub-icon {
    margin-left: auto;
    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-duration: 100ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.mobile-menu .menu .menu__title .menu__sub-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.\!mobile-menu .\!menu .\!menu__title .\!menu__sub-icon svg {
    height: 1.25rem;
    width: 1.25rem;
}

.inbox-filter .inbox-filter__dropdown-menu {
    width: 250px;
}

.inbox-filter__dropdown-menu .dropdown-menu__content {
    margin-left: -228px;
    width: auto;
}

.inbox .inbox__item {
    --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));
    cursor: pointer;
    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-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    .inbox .inbox__item:hover {
        transform: scale(1.02, 1.02);
        position: relative;
        z-index: 20;
        border-radius: 0.25rem;
        border-width: 0px;
        --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);
    }

    .inbox .inbox__item.inbox__item--active {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(45, 55, 72, var(--tw-text-opacity));
    }

.dark .inbox .inbox__item.inbox__item--active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.inbox .inbox__item.inbox__item--active .inbox__item--sender {
    font-weight: 500;
}

.inbox .inbox__item.inbox__item--active .inbox__item--highlight {
    font-weight: 500;
}

.inbox .inbox__item.inbox__item--active .inbox__item--time {
    font-weight: 500;
}

.inbox .form-check-input {
    --tw-border-opacity: 1;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity));
}

    .inbox .form-check-input:checked {
        --tw-border-opacity: 1;
        border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    }

.chat .chat__tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!chat .\!chat__tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.chat .chat__chat-list {
    height: 525px;
}

.chat .chat__user-list {
    height: 525px;
}

.chat .chat__box {
    height: 782px;
}

    .chat .chat__box .chat__box__text-box {
        max-width: 49%;
    }

@media (max-width: 639px) {
    .chat .chat__box .chat__box__text-box {
        max-width: 90%;
    }
}

.chat .chat__box__input {
    height: 46px;
}

.boxed-tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .boxed-tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!boxed-tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .\!boxed-tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.chat-dropdown {
    width: 320px;
    margin-top: -364px;
}

    .chat-dropdown .chat-dropdown__box {
        height: 364px;
    }

        .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs {
            --tw-text-opacity: 1;
            color: rgba(113, 128, 150, var(--tw-text-opacity));
        }

            .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active {
                border-bottom-width: 0px;
                --tw-bg-opacity: 1;
                background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
                --tw-text-opacity: 1;
                color: rgba(113, 128, 150, var(--tw-text-opacity));
            }

.dark .chat-dropdown .chat-dropdown__box .chat-dropdown__box__tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.\!chat-dropdown .\!chat-dropdown__box .\!chat-dropdown__box__tabs a.\!active {
    border-bottom-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .\!chat-dropdown .\!chat-dropdown__box .\!chat-dropdown__box__tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.wizard .wizard__line {
    height: 3px;
}

.blog .blog__preview {
    height: 320px;
}

    .blog .blog__preview:before {
        content: "";
        background: linear-gradient(to top, #000000d9, #00000045);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        height: 100%;
        width: 100%;
    }

.blog .blog__category {
    background: #ffffff3d;
}

.blog .blog__action {
    background: #ffffff3d;
}

.news .news__preview {
    height: 400px;
}

@media (max-width: 767px) {
    .news .news__preview {
        height: 250px;
    }
}

.news p {
    text-indent: 30px;
}

.news .news__input {
    height: 69px;
}

.pricing-tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!pricing-tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.error-page img {
    width: 450px;
}

.search-result {
    width: 450px;
    visibility: hidden;
    position: absolute;
    right: 0px;
    z-index: 20;
    margin-top: 0.25rem;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s;
}

    .search-result.show {
        transition: visibility 0s linear 0s, opacity 0.2s 0s;
        visibility: visible;
        opacity: 1;
    }

        .search-result.show > .search-result__content {
            margin-top: -1px;
        }

            .search-result.show > .search-result__content .tab-content .tab-pane {
                visibility: visible;
            }

    .search-result .search-result__content {
        transition: margin-top 0.2s;
        margin-top: 1.25rem;
        padding: 1.25rem;
        box-shadow: 0px 3px 20px #0000000b;
        position: relative;
        border-radius: 0.375rem;
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

.dark .search-result .search-result__content {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
}

.search-result .search-result__content .search-result__content__title {
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.notification-content {
    width: 350px;
}

@media (max-width: 639px) {
    .notification-content {
        width: 280px;
    }
}

.notification-content .notification-content__title {
    margin-bottom: 1.25rem;
    font-weight: 500;
}

.notification-content .notification-content__box {
    padding: 1.25rem;
}

.report-maps {
    height: 310px;
}

.pos-dropdown .pos-dropdown__dropdown-menu {
    width: 265px;
}

.pos .pos-image:before {
    content: "";
    padding-top: 100%;
    display: block;
    width: 100%;
}

.\!pos .\!pos-image:before {
    content: "" !important;
    padding-top: 100% !important;
    display: block;
    width: 100%;
}

.pos .pos-image .pos-image__preview {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.\!pos .\!pos-image .\!pos-image__preview {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.pos .pos-image .pos-image__preview img {
    border-radius: 0.375rem;
}

.\!pos .\!pos-image .\!pos-image__preview img {
    border-radius: 0.375rem;
}

.pos .pos__tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.\!pos .\!pos__tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pos .pos__ticket .pos__ticket__item-name {
    max-width: 50%;
}

.\!pos .\!pos__ticket .\!pos__ticket__item-name {
    max-width: 50% !important;
}

.pos .pos__box {
    height: 780px;
}

.\!pos .\!pos__box {
    height: 780px !important;
}

.post .post__tabs a {
    border-bottom-width: 0px;
}

    .post .post__tabs a.active {
        border-color: transparent;
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(28, 63, 170, var(--tw-text-opacity));
    }

.dark .post .post__tabs a.active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.\!post .\!post__tabs a.\!active {
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.dark .\!post .\!post__tabs a.\!active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark-mode-switcher .dark-mode-switcher__toggle {
    width: 38px;
    height: 24px;
    padding: 1px;
    position: relative;
    cursor: pointer;
    border-radius: 9999px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark-mode-switcher .dark-mode-switcher__toggle:before {
    content: "";
    width: 22px;
    height: 22px;
    transition: all 0.2s ease-in-out;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 9999px;
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.dark-mode-switcher .dark-mode-switcher__toggle.dark-mode-switcher__toggle--active::before {
    margin-left: 13px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ads-box__title {
    line-height: 2.15rem;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.\!visible {
    visibility: visible !important;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.top-10 {
    top: 2.5rem;
}

.bottom-10 {
    bottom: 2.5rem;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.bottom-0 {
    bottom: 0px;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.isolate {
    isolation: isolate;
}

.z-1 {
    z-index: 1 !important;
}

.z-10 {
    z-index: 10;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.col-span-12 {
    grid-column: span 12 / span 12;
}

.col-span-10 {
    grid-column: span 10 / span 2;
}

.col-span-8 {
    grid-column: span 8 / span 4;
}

.col-span-7 {
    grid-column: span 7 / span 7;
}

.col-span-6 {
    grid-column: span 6 / span 6;
}

.col-span-2 {
    grid-column: span 2 / span 2;
}

.col-span-3 {
    grid-column: span 3 / span 3;
}

.col-span-4 {
    grid-column: span 4 / span 4;
}

.col-span-5 {
    grid-column: span 5 / span 5;
}

.row-start-2 {
    grid-row-start: 2;
}

.float-none {
    float: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.m-0 {
    margin: 0px;
}

.m-px {
    margin: 1px;
}

.m-0\.5 {
    margin: 0.125rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-1\.5 {
    margin: 0.375rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-2\.5 {
    margin: 0.625rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-3\.5 {
    margin: 0.875rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.m-9 {
    margin: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.m-11 {
    margin: 2.75rem;
}

.m-12 {
    margin: 3rem;
}

.m-14 {
    margin: 3.5rem;
}

.m-16 {
    margin: 4rem;
}

.m-20 {
    margin: 5rem;
}

.m-24 {
    margin: 6rem;
}

.m-28 {
    margin: 7rem;
}

.m-32 {
    margin: 8rem;
}

.m-36 {
    margin: 9rem;
}

.m-40 {
    margin: 10rem;
}

.m-44 {
    margin: 11rem;
}

.m-48 {
    margin: 12rem;
}

.m-52 {
    margin: 13rem;
}

.m-56 {
    margin: 14rem;
}

.m-60 {
    margin: 15rem;
}

.m-64 {
    margin: 16rem;
}

.m-72 {
    margin: 18rem;
}

.m-80 {
    margin: 20rem;
}

.m-96 {
    margin: 24rem;
}

.m-auto {
    margin: auto;
}

.-m-0 {
    margin: 0px;
}

.-m-px {
    margin: -1px;
}

.-m-0\.5 {
    margin: -0.125rem;
}

.-m-1 {
    margin: -0.25rem;
}

.-m-1\.5 {
    margin: -0.375rem;
}

.-m-2 {
    margin: -0.5rem;
}

.-m-2\.5 {
    margin: -0.625rem;
}

.-m-3 {
    margin: -0.75rem;
}

.-m-3\.5 {
    margin: -0.875rem;
}

.-m-4 {
    margin: -1rem;
}

.-m-5 {
    margin: -1.25rem;
}

.-m-6 {
    margin: -1.5rem;
}

.-m-7 {
    margin: -1.75rem;
}

.-m-8 {
    margin: -2rem;
}

.-m-9 {
    margin: -2.25rem;
}

.-m-10 {
    margin: -2.5rem;
}

.-m-11 {
    margin: -2.75rem;
}

.-m-12 {
    margin: -3rem;
}

.-m-14 {
    margin: -3.5rem;
}

.-m-16 {
    margin: -4rem;
}

.-m-20 {
    margin: -5rem;
}

.-m-24 {
    margin: -6rem;
}

.-m-28 {
    margin: -7rem;
}

.-m-32 {
    margin: -8rem;
}

.-m-36 {
    margin: -9rem;
}

.-m-40 {
    margin: -10rem;
}

.-m-44 {
    margin: -11rem;
}

.-m-48 {
    margin: -12rem;
}

.-m-52 {
    margin: -13rem;
}

.-m-56 {
    margin: -14rem;
}

.-m-60 {
    margin: -15rem;
}

.-m-64 {
    margin: -16rem;
}

.-m-72 {
    margin: -18rem;
}

.-m-80 {
    margin: -20rem;
}

.-m-96 {
    margin: -24rem;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-px {
    margin-left: 1px;
    margin-right: 1px;
}

.mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-1\.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-2\.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-3\.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-4-imp {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
}

.mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
}

.mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
}

.mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
}

.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
}

.mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
}

.mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
}

.mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
}

.mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
}

.mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
}

.mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
}

.mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
}

.mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
}

.mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.-mx-px {
    margin-left: -1px;
    margin-right: -1px;
}

.-mx-0\.5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

.-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.-mx-1\.5 {
    margin-left: -0.375rem;
    margin-right: -0.375rem;
}

.-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.-mx-3\.5 {
    margin-left: -0.875rem;
    margin-right: -0.875rem;
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}

.-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}

.-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
}

.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}

.-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
}

.-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
}

.-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
}

.-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
}

.-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
}

.-mx-20 {
    margin-left: -5rem;
    margin-right: -5rem;
}

.-mx-24 {
    margin-left: -6rem;
    margin-right: -6rem;
}

.-mx-28 {
    margin-left: -7rem;
    margin-right: -7rem;
}

.-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
}

.-mx-36 {
    margin-left: -9rem;
    margin-right: -9rem;
}

.-mx-40 {
    margin-left: -10rem;
    margin-right: -10rem;
}

.-mx-44 {
    margin-left: -11rem;
    margin-right: -11rem;
}

.-mx-48 {
    margin-left: -12rem;
    margin-right: -12rem;
}

.-mx-52 {
    margin-left: -13rem;
    margin-right: -13rem;
}

.-mx-56 {
    margin-left: -14rem;
    margin-right: -14rem;
}

.-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
}

.-mx-64 {
    margin-left: -16rem;
    margin-right: -16rem;
}

.-mx-72 {
    margin-left: -18rem;
    margin-right: -18rem;
}

.-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
}

.-mx-96 {
    margin-left: -24rem;
    margin-right: -24rem;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.my-0\.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-1\.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-2\.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-3\.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.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-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
}

.my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
}

.my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
}

.my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
}

.my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
}

.my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
}

.my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}

.-my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.-my-px {
    margin-top: -1px;
    margin-bottom: -1px;
}

.-my-0\.5 {
    margin-top: -0.125rem;
    margin-bottom: -0.125rem;
}

.-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

.-my-1\.5 {
    margin-top: -0.375rem;
    margin-bottom: -0.375rem;
}

.-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.-my-2\.5 {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}

.-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
}

.-my-3\.5 {
    margin-top: -0.875rem;
    margin-bottom: -0.875rem;
}

.-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-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
}

.-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
}

.-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
}

.-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
}

.-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
}

.-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
}

.-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
}

.-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
}

.-my-20 {
    margin-top: -5rem;
    margin-bottom: -5rem;
}

.-my-24 {
    margin-top: -6rem;
    margin-bottom: -6rem;
}

.-my-28 {
    margin-top: -7rem;
    margin-bottom: -7rem;
}

.-my-32 {
    margin-top: -8rem;
    margin-bottom: -8rem;
}

.-my-36 {
    margin-top: -9rem;
    margin-bottom: -9rem;
}

.-my-40 {
    margin-top: -10rem;
    margin-bottom: -10rem;
}

.-my-44 {
    margin-top: -11rem;
    margin-bottom: -11rem;
}

.-my-48 {
    margin-top: -12rem;
    margin-bottom: -12rem;
}

.-my-52 {
    margin-top: -13rem;
    margin-bottom: -13rem;
}

.-my-56 {
    margin-top: -14rem;
    margin-bottom: -14rem;
}

.-my-60 {
    margin-top: -15rem;
    margin-bottom: -15rem;
}

.-my-64 {
    margin-top: -16rem;
    margin-bottom: -16rem;
}

.-my-72 {
    margin-top: -18rem;
    margin-bottom: -18rem;
}

.-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
}

.-my-96 {
    margin-top: -24rem;
    margin-bottom: -24rem;
}

.mt-0 {
    margin-top: 0px;
}

.mt-px {
    margin-top: 1px;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-3\.5 {
    margin-top: 0.875rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-4\.5 {
    margin-top: 1.125rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-36 {
    margin-top: 9rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-44 {
    margin-top: 11rem;
}

.mt-48 {
    margin-top: 12rem;
}

.mt-52 {
    margin-top: 13rem;
}

.mt-56 {
    margin-top: 14rem;
}

.mt-60 {
    margin-top: 15rem;
}

.mt-64 {
    margin-top: 16rem;
}

.mt-72 {
    margin-top: 18rem;
}

.mt-80 {
    margin-top: 20rem;
}

.mt-96 {
    margin-top: 24rem;
}

.mt-auto {
    margin-top: auto;
}

.-mt-0 {
    margin-top: 0px;
}

.-mt-px {
    margin-top: -1px;
}

.-mt-0\.5 {
    margin-top: -0.125rem;
}

.-mt-1 {
    margin-top: -0.25rem;
}

.-mt-1\.5 {
    margin-top: -0.375rem;
}

.-mt-2 {
    margin-top: -0.5rem;
}

.-mt-2\.5 {
    margin-top: -0.625rem;
}

.-mt-3 {
    margin-top: -0.75rem;
}

.-mt-3\.5 {
    margin-top: -0.875rem;
}

.-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-9 {
    margin-top: -2.25rem;
}

.-mt-10 {
    margin-top: -2.5rem;
}

.-mt-11 {
    margin-top: -2.75rem;
}

.-mt-12 {
    margin-top: -3rem;
}

.-mt-14 {
    margin-top: -3.5rem;
}

.-mt-16 {
    margin-top: -4rem;
}

.-mt-20 {
    margin-top: -5rem;
}

.-mt-24 {
    margin-top: -6rem;
}

.-mt-28 {
    margin-top: -7rem;
}

.-mt-32 {
    margin-top: -8rem;
}

.-mt-36 {
    margin-top: -9rem;
}

.-mt-40 {
    margin-top: -10rem;
}

.-mt-44 {
    margin-top: -11rem;
}

.-mt-48 {
    margin-top: -12rem;
}

.-mt-52 {
    margin-top: -13rem;
}

.-mt-56 {
    margin-top: -14rem;
}

.-mt-60 {
    margin-top: -15rem;
}

.-mt-64 {
    margin-top: -16rem;
}

.-mt-72 {
    margin-top: -18rem;
}

.-mt-80 {
    margin-top: -20rem;
}

.-mt-96 {
    margin-top: -24rem;
}

.mr-0 {
    margin-right: 0px;
}

.mr-px {
    margin-right: 1px;
}

.mr-0\.5 {
    margin-right: 0.125rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-1\.5 {
    margin-right: 0.375rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-2\.5 {
    margin-right: 0.625rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-3\.5 {
    margin-right: 0.875rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-9 {
    margin-right: 2.25rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-11 {
    margin-right: 2.75rem;
}

.mr-12 {
    margin-right: 3rem;
}

.mr-14 {
    margin-right: 3.5rem;
}

.mr-16 {
    margin-right: 4rem;
}

.mr-20 {
    margin-right: 5rem;
}

.mr-24 {
    margin-right: 6rem;
}

.mr-28 {
    margin-right: 7rem;
}

.mr-32 {
    margin-right: 8rem;
}

.mr-36 {
    margin-right: 9rem;
}

.mr-40 {
    margin-right: 10rem;
}

.mr-44 {
    margin-right: 11rem;
}

.mr-48 {
    margin-right: 12rem;
}

.mr-52 {
    margin-right: 13rem;
}

.mr-56 {
    margin-right: 14rem;
}

.mr-60 {
    margin-right: 15rem;
}

.mr-64 {
    margin-right: 16rem;
}

.mr-72 {
    margin-right: 18rem;
}

.mr-80 {
    margin-right: 20rem;
}

.mr-96 {
    margin-right: 24rem;
}

.mr-auto {
    margin-right: auto;
}

.-mr-0 {
    margin-right: 0px;
}

.-mr-px {
    margin-right: -1px;
}

.-mr-0\.5 {
    margin-right: -0.125rem;
}

.-mr-1 {
    margin-right: -0.25rem;
}

.-mr-1\.5 {
    margin-right: -0.375rem;
}

.-mr-2 {
    margin-right: -0.5rem;
}

.-mr-2\.5 {
    margin-right: -0.625rem;
}

.-mr-3 {
    margin-right: -0.75rem;
}

.-mr-3\.5 {
    margin-right: -0.875rem;
}

.-mr-4 {
    margin-right: -1rem;
}

.-mr-5 {
    margin-right: -1.25rem;
}

.-mr-6 {
    margin-right: -1.5rem;
}

.-mr-7 {
    margin-right: -1.75rem;
}

.-mr-8 {
    margin-right: -2rem;
}

.-mr-9 {
    margin-right: -2.25rem;
}

.-mr-10 {
    margin-right: -2.5rem;
}

.-mr-11 {
    margin-right: -2.75rem;
}

.-mr-12 {
    margin-right: -3rem;
}

.-mr-14 {
    margin-right: -3.5rem;
}

.-mr-16 {
    margin-right: -4rem;
}

.-mr-20 {
    margin-right: -5rem;
}

.-mr-24 {
    margin-right: -6rem;
}

.-mr-28 {
    margin-right: -7rem;
}

.-mr-32 {
    margin-right: -8rem;
}

.-mr-36 {
    margin-right: -9rem;
}

.-mr-40 {
    margin-right: -10rem;
}

.-mr-44 {
    margin-right: -11rem;
}

.-mr-48 {
    margin-right: -12rem;
}

.-mr-52 {
    margin-right: -13rem;
}

.-mr-56 {
    margin-right: -14rem;
}

.-mr-60 {
    margin-right: -15rem;
}

.-mr-64 {
    margin-right: -16rem;
}

.-mr-72 {
    margin-right: -18rem;
}

.-mr-80 {
    margin-right: -20rem;
}

.-mr-96 {
    margin-right: -24rem;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-px {
    margin-bottom: 1px;
}

.mb-0\.5 {
    margin-bottom: 0.125rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-3\.5 {
    margin-bottom: 0.875rem;
}

.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-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-32 {
    margin-bottom: 8rem;
}

.mb-36 {
    margin-bottom: 9rem;
}

.mb-40 {
    margin-bottom: 10rem;
}

.mb-44 {
    margin-bottom: 11rem;
}

.mb-48 {
    margin-bottom: 12rem;
}

.mb-52 {
    margin-bottom: 13rem;
}

.mb-56 {
    margin-bottom: 14rem;
}

.mb-60 {
    margin-bottom: 15rem;
}

.mb-64 {
    margin-bottom: 16rem;
}

.mb-72 {
    margin-bottom: 18rem;
}

.mb-80 {
    margin-bottom: 20rem;
}

.mb-96 {
    margin-bottom: 24rem;
}

.mb-auto {
    margin-bottom: auto;
}

.-mb-0 {
    margin-bottom: 0px;
}

.-mb-px {
    margin-bottom: -1px;
}

.-mb-0\.5 {
    margin-bottom: -0.125rem;
}

.-mb-1 {
    margin-bottom: -0.25rem;
}

.-mb-1\.5 {
    margin-bottom: -0.375rem;
}

.-mb-2 {
    margin-bottom: -0.5rem;
}

.-mb-2\.5 {
    margin-bottom: -0.625rem;
}

.-mb-3 {
    margin-bottom: -0.75rem;
}

.-mb-3\.5 {
    margin-bottom: -0.875rem;
}

.-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-14 {
    margin-bottom: -3.5rem;
}

.-mb-16 {
    margin-bottom: -4rem;
}

.-mb-20 {
    margin-bottom: -5rem;
}

.-mb-24 {
    margin-bottom: -6rem;
}

.-mb-28 {
    margin-bottom: -7rem;
}

.-mb-32 {
    margin-bottom: -8rem;
}

.-mb-36 {
    margin-bottom: -9rem;
}

.-mb-40 {
    margin-bottom: -10rem;
}

.-mb-44 {
    margin-bottom: -11rem;
}

.-mb-48 {
    margin-bottom: -12rem;
}

.-mb-52 {
    margin-bottom: -13rem;
}

.-mb-56 {
    margin-bottom: -14rem;
}

.-mb-60 {
    margin-bottom: -15rem;
}

.-mb-64 {
    margin-bottom: -16rem;
}

.-mb-72 {
    margin-bottom: -18rem;
}

.-mb-80 {
    margin-bottom: -20rem;
}

.-mb-96 {
    margin-bottom: -24rem;
}

.ml-0 {
    margin-left: 0px;
}

.ml-px {
    margin-left: 1px;
}

.ml-0\.5 {
    margin-left: 0.125rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-1\.5 {
    margin-left: 0.375rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-2\.5 {
    margin-left: 0.625rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-3\.5 {
    margin-left: 0.875rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-7 {
    margin-left: 1.75rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-9 {
    margin-left: 2.25rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-11 {
    margin-left: 2.75rem;
}

.ml-12 {
    margin-left: 3rem;
}

.ml-14 {
    margin-left: 3.5rem;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-20 {
    margin-left: 5rem;
}

.ml-24 {
    margin-left: 6rem;
}

.ml-28 {
    margin-left: 7rem;
}

.ml-32 {
    margin-left: 8rem;
}

.ml-36 {
    margin-left: 9rem;
}

.ml-40 {
    margin-left: 10rem;
}

.ml-44 {
    margin-left: 11rem;
}

.ml-48 {
    margin-left: 12rem;
}

.ml-52 {
    margin-left: 13rem;
}

.ml-56 {
    margin-left: 14rem;
}

.ml-60 {
    margin-left: 15rem;
}

.ml-64 {
    margin-left: 16rem;
}

.ml-72 {
    margin-left: 18rem;
}

.ml-80 {
    margin-left: 20rem;
}

.ml-96 {
    margin-left: 24rem;
}

.ml-auto {
    margin-left: auto;
}

.-ml-0 {
    margin-left: 0px;
}

.-ml-px {
    margin-left: -1px;
}

.-ml-0\.5 {
    margin-left: -0.125rem;
}

.-ml-1 {
    margin-left: -0.25rem;
}

.-ml-1\.5 {
    margin-left: -0.375rem;
}

.-ml-2 {
    margin-left: -0.5rem;
}

.-ml-2\.5 {
    margin-left: -0.625rem;
}

.-ml-3 {
    margin-left: -0.75rem;
}

.-ml-3\.5 {
    margin-left: -0.875rem;
}

.-ml-4 {
    margin-left: -1rem;
}

.-ml-5 {
    margin-left: -1.25rem;
}

.-ml-6 {
    margin-left: -1.5rem;
}

.-ml-7 {
    margin-left: -1.75rem;
}

.-ml-8 {
    margin-left: -2rem;
}

.-ml-9 {
    margin-left: -2.25rem;
}

.-ml-10 {
    margin-left: -2.5rem;
}

.-ml-11 {
    margin-left: -2.75rem;
}

.-ml-12 {
    margin-left: -3rem;
}

.-ml-14 {
    margin-left: -3.5rem;
}

.-ml-16 {
    margin-left: -4rem;
}

.-ml-20 {
    margin-left: -5rem;
}

.-ml-24 {
    margin-left: -6rem;
}

.-ml-28 {
    margin-left: -7rem;
}

.-ml-32 {
    margin-left: -8rem;
}

.-ml-36 {
    margin-left: -9rem;
}

.-ml-40 {
    margin-left: -10rem;
}

.-ml-44 {
    margin-left: -11rem;
}

.-ml-48 {
    margin-left: -12rem;
}

.-ml-52 {
    margin-left: -13rem;
}

.-ml-56 {
    margin-left: -14rem;
}

.-ml-60 {
    margin-left: -15rem;
}

.-ml-64 {
    margin-left: -16rem;
}

.-ml-72 {
    margin-left: -18rem;
}

.-ml-80 {
    margin-left: -20rem;
}

.-ml-96 {
    margin-left: -24rem;
}

.block {
    display: block;
}

.\!block {
    display: block !important;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.\!table {
    display: table !important;
}

.table-cell {
    display: table-cell;
}

.table-column {
    display: table-column;
}

.table-column-group {
    display: table-column-group;
}

.table-row-group {
    display: table-row-group;
}

.table-row {
    display: table-row;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.list-item {
    display: list-item;
}

.hidden {
    display: none;
}

.\!hidden {
    display: none !important;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-4 {
    height: 1rem;
}

.h-6 {
    height: 1.5rem;
}

.h-5 {
    height: 1.25rem;
}

.h-40 {
    height: 10rem;
}

.h-8 {
    height: 2rem;
}

.h-3 {
    height: 0.75rem;
}

.h-12 {
    height: 3rem;
}

.h-2 {
    height: 0.5rem;
}

.h-px {
    height: 1px;
}

.h-20 {
    height: 5rem;
}

.h-full {
    height: 100%;
}

.h-16 {
    height: 4rem;
}

.h-32 {
    height: 8rem;
}

.h-screen {
    height: 100vh;
}

.h-48 {
    height: 12rem;
}

.h-64 {
    height: 16rem;
}

.h-56 {
    height: 14rem;
}

.h-24 {
    height: 6rem;
}

.max-h-full {
    max-height: 100%;
}

.min-h-screen {
    min-height: 100vh;
}

.w-auto {
    width: auto;
}

.w-px {
    width: 1px;
}

.w-1 {
    width: 0.25rem;
}

.w-2 {
    width: 0.5rem;
}

.w-3 {
    width: 0.75rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-18 {
    width: 4.5rem;
}

.w-20 {
    width: 5rem;
}

.w-22 {
    width: 5.5rem;
}

.w-24 {
    width: 6rem;
}

.w-26 {
    width: 6.5rem;
}

.w-27 {
    width: 6.75rem;
}

.w-28 {
    width: 7rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-40 {
    width: 10rem;
}

.w-44 {
    width: 11rem;
}

.w-48 {
    width: 12rem;
}

.w-52 {
    width: 13rem;
}

.w-56 {
    width: 14rem;
}

.w-64 {
    width: 16rem;
}

.w-72 {
    width: 18rem;
}

.w-76 {
    width: 19rem;
}

.w-80 {
    width: 20rem;
}

.w-84 {
    width: 21rem;
}

.w-88 {
    width: 22rem;
}

.w-92 {
    width: 23rem;
}

.\!w-92 {
    width: 23rem !important;
}

.w-96 {
    width: 24rem;
}

.\!w-96 {
    width: 24rem !important;
}

.w-full {
    width: 100%;
}

.w-1\/20 {
    width: 5%;
}

.w-1\/10 {
    width: 10%;
}

.w-3\/20 {
    width: 15%;
}

.w-1\/5 {
    width: 20%;
}

.w-1\/4 {
    width: 25%;
}

.w-3\/10 {
    width: 30%;
}

.w-33\/100 {
    width: 33%;
}

.w-7\/20 {
    width: 35%;
}

.w-2\/5 {
    width: 40%;
}

.w-9\/20 {
    width: 45%;
}

.w-1\/2 {
    width: 50%;
}

.w-2\/4 {
    width: 50%;
}

.w-11\/20 {
    width: 55%;
}

.w-3\/5 {
    width: 60%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-3\/4 {
    width: 75%;
}

.w-4\/5 {
    width: 80%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-9\/10 {
    width: 90%;
}


.flex-none {
    flex: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-grow {
    flex-grow: 1;
}

.border-collapse {
    border-collapse: collapse;
}

.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));
}

.rotate-180 {
    --tw-rotate: 180deg;
}

.-rotate-90 {
    --tw-rotate: -90deg;
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
}

.cursor-pointer {
    cursor: pointer;
}

.select-all {
    -webkit-user-select: all;
    -moz-user-select: all;
    user-select: all;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.resize-none {
    resize: none;
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-col-reverse {
    flex-direction: column-reverse;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-space-even {
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-space-even {
    justify-content: space-evenly;
}

.justify-space-even-imp {
    justify-content: space-evenly !important;
}


.justify-space-between {
    justify-content: space-between;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

.gap-y-5 {
    row-gap: 1.25rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-2 {
    row-gap: 0.5rem;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
    column-gap: 0.75rem;
}

.gap-x-2 {
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.gap-x-1 {
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
}

.divide > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-divide-opacity));
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-scroll {
    overflow-y: scroll;
}

.overflow-auto {
    overflow: auto;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.break-normal {
    overflow-wrap: normal;
    word-break: normal;
}

.break-words {
    overflow-wrap: break-word;
    word-break: break-word;
}

.break-all {
    overflow-wrap: break-word;
    word-break: break-all;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.whitespace-normal {
    white-space: normal;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.rounded-b {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-0 {
    border-width: 0px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-l {
    border-left-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-l-2 {
    border-left-width: 2px;
}

.border-dashed {
    border-style: dashed;
}

.border-dotted {
    border-style: dotted;
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgba(203, 213, 224, var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.border-theme-15 {
    --tw-border-opacity: 1;
    border-color: rgba(141, 169, 190, var(--tw-border-opacity));
}

.border-theme-5 {
    --tw-border-opacity: 1;
    border-color: rgba(222, 231, 239, var(--tw-border-opacity));
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-theme-1 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgba(160, 174, 192, var(--tw-border-opacity));
}

.border-theme-3 {
    --tw-border-opacity: 1;
    border-color: rgba(46, 81, 187, var(--tw-border-opacity));
}

.border-theme-9 {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.border-theme-12 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.border-theme-6 {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(113, 128, 150, var(--tw-border-opacity));
}

.border-theme-29 {
    --tw-border-opacity: 1;
    border-color: rgba(40, 78, 178, var(--tw-border-opacity));
}

.border-theme-2 {
    border-color: #717eb7
}

.border-theme-27 {
    --tw-border-opacity: 1;
    border-color: rgba(32, 63, 173, var(--tw-border-opacity));
}

.border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-opacity-20 {
    --tw-bg-opacity: 0.2;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
    --tw-bg-opacity: 0.9;
}

.bg-theme-1 {
    background-image: linear-gradient( 180deg, rgb(10, 35, 100) 0%, #1e1758 70%);
}

.bg-theme-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(46, 81, 187, var(--tw-bg-opacity));
}

.bg-theme-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
}

.bg-theme-8 {
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
}

.bg-theme-9 {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.bg-theme-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 139, 0, var(--tw-bg-opacity));
}

.bg-theme-12 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
}

.bg-theme-14 {
    --tw-bg-opacity: 1;
    background-color: rgba(230, 243, 255, var(--tw-bg-opacity));
}

.bg-theme-17 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 239, 217, var(--tw-bg-opacity));
}

.bg-theme-18 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 248, 188, var(--tw-bg-opacity));
}

.bg-theme-20 {
    --tw-bg-opacity: 1;
    background-color: rgba(57, 94, 193, var(--tw-bg-opacity));
}

.bg-theme-26 {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 50, 154, var(--tw-bg-opacity));
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(203, 213, 224, var(--tw-bg-opacity));
}

.bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 128, 150, var(--tw-bg-opacity));
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 85, 104, 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(254, 226, 226, var(--tw-bg-opacity));
}

.bg-red-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 202, 202, var(--tw-bg-opacity));
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-red-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.bg-red-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-red-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(153, 27, 27, var(--tw-bg-opacity));
}

.bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(127, 29, 29, var(--tw-bg-opacity));
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 251, 235, var(--tw-bg-opacity));
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

.bg-yellow-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 230, 138, var(--tw-bg-opacity));
}

.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-yellow-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-yellow-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.bg-yellow-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(180, 83, 9, var(--tw-bg-opacity));
}

.bg-yellow-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(146, 64, 14, var(--tw-bg-opacity));
}

.bg-yellow-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(120, 53, 15, var(--tw-bg-opacity));
}

.bg-green-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-green-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-green-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.bg-green-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(4, 120, 87, var(--tw-bg-opacity));
}

.bg-green-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(6, 78, 59, var(--tw-bg-opacity));
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}

.bg-blue-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}

.bg-blue-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-blue-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.bg-blue-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 64, 175, var(--tw-bg-opacity));
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}

.bg-indigo-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}

.bg-indigo-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}

.bg-indigo-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-indigo-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}

.bg-indigo-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(129, 140, 248, var(--tw-bg-opacity));
}

.bg-indigo-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.bg-indigo-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-indigo-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}

.bg-indigo-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(55, 48, 163, var(--tw-bg-opacity));
}

.bg-indigo-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}

.bg-purple-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 243, 255, var(--tw-bg-opacity));
}

.bg-purple-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 233, 254, var(--tw-bg-opacity));
}

.bg-purple-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(221, 214, 254, var(--tw-bg-opacity));
}

.bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 181, 253, var(--tw-bg-opacity));
}

.bg-purple-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(167, 139, 250, var(--tw-bg-opacity));
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}

.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(124, 58, 237, var(--tw-bg-opacity));
}

.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(109, 40, 217, var(--tw-bg-opacity));
}

.bg-purple-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 33, 182, var(--tw-bg-opacity));
}

.bg-purple-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(76, 29, 149, var(--tw-bg-opacity));
}

.bg-pink-50 {
    --tw-bg-opacity: 1;
    background-color: rgba(253, 242, 248, var(--tw-bg-opacity));
}

.bg-pink-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}

.bg-pink-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-pink-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}

.bg-pink-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}

.bg-pink-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}

.bg-pink-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}

.bg-pink-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(190, 24, 93, var(--tw-bg-opacity));
}

.bg-pink-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(157, 23, 77, var(--tw-bg-opacity));
}

.bg-pink-900 {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}

.fill-current {
    fill: currentColor;
}

.p-0 {
    padding: 0px;
}

.\!p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 0.25rem;
}

.\!p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem;
}

.\!p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 0.75rem;
}

.\!p-3 {
    padding: 0.75rem !important;
}

.p-4 {
    padding: 1rem;
}

.\!p-4 {
    padding: 1rem !important;
}

.p-5 {
    padding: 1.25rem;
}

.\!p-5 {
    padding: 1.25rem !important;
}

.p-6 {
    padding: 1.5rem;
}

.\!p-6 {
    padding: 1.5rem !important;
}

.p-7 {
    padding: 1.75rem;
}

.\!p-7 {
    padding: 1.75rem !important;
}

.p-8 {
    padding: 2rem;
}

.\!p-8 {
    padding: 2rem !important;
}

.p-9 {
    padding: 2.25rem;
}

.\!p-9 {
    padding: 2.25rem !important;
}

.p-10 {
    padding: 2.5rem;
}

.\!p-10 {
    padding: 2.5rem !important;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.\!px-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.\!px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.\!px-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.\!px-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.\!py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.\!py-0\.5 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.\!py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.\!py-1\.5 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.\!py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.\!py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.\!py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.\!py-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.\!py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.\!py-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.\!py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
}

.\!py-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.\!py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.\!py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-0 {
    padding-top: 0px;
}

.\!pt-0 {
    padding-top: 0px !important;
}

.pt-0\.5 {
    padding-top: 0.125rem;
}

.\!pt-0\.5 {
    padding-top: 0.125rem !important;
}

.pt-1 {
    padding-top: 0.25rem;
}

.\!pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem;
}

.\!pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 0.75rem;
}

.\!pt-3 {
    padding-top: 0.75rem !important;
}

.pt-4 {
    padding-top: 1rem;
}

.\!pt-4 {
    padding-top: 1rem !important;
}

.pt-5 {
    padding-top: 1.25rem;
}

.\!pt-5 {
    padding-top: 1.25rem !important;
}

.pt-6 {
    padding-top: 1.5rem;
}

.\!pt-6 {
    padding-top: 1.5rem !important;
}

.pt-7 {
    padding-top: 1.75rem;
}

.\!pt-7 {
    padding-top: 1.75rem !important;
}

.pt-8 {
    padding-top: 2rem;
}

.\!pt-8 {
    padding-top: 2rem !important;
}

.pt-9 {
    padding-top: 2.25rem;
}

.\!pt-9 {
    padding-top: 2.25rem !important;
}

.pt-10 {
    padding-top: 2.5rem;
}

.\!pt-10 {
    padding-top: 2.5rem !important;
}

.pt-11 {
    padding-top: 2.75rem;
}

.\!pt-11 {
    padding-top: 2.75rem !important;
}

.pt-12 {
    padding-top: 3rem;
}

.\!pt-12 {
    padding-top: 3rem !important;
}

.pt-14 {
    padding-top: 3.5rem;
}

.\!pt-14 {
    padding-top: 3.5rem !important;
}

.pt-16 {
    padding-top: 4rem;
}

.\!pt-16 {
    padding-top: 4rem !important;
}

.pr-0 {
    padding-right: 0px;
}

.\!pr-0 {
    padding-right: 0px !important;
}

.pr-0\.5 {
    padding-right: 0.125rem;
}

.\!pr-0\.5 {
    padding-right: 0.125rem !important;
}

.pr-1 {
    padding-right: 0.25rem;
}

.\!pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem;
}

.\!pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 0.75rem;
}

.\!pr-3 {
    padding-right: 0.75rem !important;
}

.pr-4 {
    padding-right: 1rem;
}

.\!pr-4 {
    padding-right: 1rem !important;
}

.pr-5 {
    padding-right: 1.25rem;
}

.\!pr-5 {
    padding-right: 1.25rem !important;
}

.pr-6 {
    padding-right: 1.5rem;
}

.\!pr-6 {
    padding-right: 1.5rem !important;
}

.pr-7 {
    padding-right: 1.75rem;
}

.\!pr-7 {
    padding-right: 1.75rem !important;
}

.pr-8 {
    padding-right: 2rem;
}

.\!pr-8 {
    padding-right: 2rem !important;
}

.pr-9 {
    padding-right: 2.25rem;
}

.\!pr-9 {
    padding-right: 2.25rem !important;
}

.pr-10 {
    padding-right: 2.5rem;
}

.\!pr-10 {
    padding-right: 2.5rem !important;
}

.pr-11 {
    padding-right: 2.75rem;
}

.\!pr-11 {
    padding-right: 2.75rem !important;
}

.pr-12 {
    padding-right: 3rem;
}

.\!pr-12 {
    padding-right: 3rem !important;
}

.pr-14 {
    padding-right: 3.5rem;
}

.\!pr-14 {
    padding-right: 3.5rem !important;
}

.pr-16 {
    padding-right: 4rem;
}

.\!pr-16 {
    padding-right: 4rem !important;
}

.pb-0 {
    padding-bottom: 0px;
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.pb-0\.5 {
    padding-bottom: 0.125rem;
}

.\!pb-0\.5 {
    padding-bottom: 0.125rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.\!pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.\!pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.\!pb-3 {
    padding-bottom: 0.75rem !important;
}

.pb-4 {
    padding-bottom: 1rem;
}

.\!pb-4 {
    padding-bottom: 1rem !important;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.\!pb-5 {
    padding-bottom: 1.25rem !important;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.\!pb-6 {
    padding-bottom: 1.5rem !important;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.\!pb-7 {
    padding-bottom: 1.75rem !important;
}

.pb-8 {
    padding-bottom: 2rem;
}

.\!pb-8 {
    padding-bottom: 2rem !important;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.\!pb-9 {
    padding-bottom: 2.25rem !important;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.\!pb-10 {
    padding-bottom: 2.5rem !important;
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.\!pb-11 {
    padding-bottom: 2.75rem !important;
}

.pb-12 {
    padding-bottom: 3rem;
}

.\!pb-12 {
    padding-bottom: 3rem !important;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.\!pb-14 {
    padding-bottom: 3.5rem !important;
}

.pb-16 {
    padding-bottom: 4rem;
}

.\!pb-16 {
    padding-bottom: 4rem !important;
}

.pl-0 {
    padding-left: 0px;
}

.\!pl-0 {
    padding-left: 0px !important;
}

.pl-0\.5 {
    padding-left: 0.125rem;
}

.\!pl-0\.5 {
    padding-left: 0.125rem !important;
}

.pl-1 {
    padding-left: 0.25rem;
}

.\!pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem;
}

.\!pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 0.75rem;
}

.\!pl-3 {
    padding-left: 0.75rem !important;
}

.pl-3\.5 {
    padding-left: 0.875rem;
}

.\!pl-3\.5 {
    padding-left: 0.875rem !important;
}

.pl-4 {
    padding-left: 1rem;
}

.\!pl-4 {
    padding-left: 1rem !important;
}

.pl-5 {
    padding-left: 1.25rem;
}

.\!pl-5 {
    padding-left: 1.25rem !important;
}

.pl-6 {
    padding-left: 1.5rem;
}

.\!pl-6 {
    padding-left: 1.5rem !important;
}

.pl-7 {
    padding-left: 1.75rem;
}

.\!pl-7 {
    padding-left: 1.75rem !important;
}

.pl-8 {
    padding-left: 2rem;
}

.\!pl-8 {
    padding-left: 2rem !important;
}

.pl-9 {
    padding-left: 2.25rem;
}

.\!pl-9 {
    padding-left: 2.25rem !important;
}

.pl-10 {
    padding-left: 2.5rem;
}

.\!pl-10 {
    padding-left: 2.5rem !important;
}

.pl-11 {
    padding-left: 2.75rem;
}

.\!pl-11 {
    padding-left: 2.75rem !important;
}

.pl-12 {
    padding-left: 3rem;
}

.\!pl-12 {
    padding-left: 3rem !important;
}

.pb-14 {
    padding-left: 3.5rem;
}

.\!pb-14 {
    padding-left: 3.5rem !important;
}

.pl-16 {
    padding-left: 4rem;
}

.\!pl-16 {
    padding-left: 4rem !important;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.\!text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.align-top {
    vertical-align: top;
}

.align-sub {
    vertical-align: sub
}

.text-8xl {
    font-size: 6rem;
    line-height: 1;
}

.text-7xl {
    font-size: 5rem;
    line-height: 1;
}

.text-6xl {
    font-size: 4rem;
    line-height: 1;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-2xs {
    font-size: 0.8rem;
    line-height: 1rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-light {
    font-weight: 300;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.font-extrabold {
    font-weight: 800;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.normal-case {
    text-transform: none;
}

.italic {
    font-style: italic;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
    --tw-ordinal: var(--tw-empty, /*!*/ /*!*/ );
    --tw-slashed-zero: var(--tw-empty, /*!*/ /*!*/ );
    --tw-numeric-figure: var(--tw-empty, /*!*/ /*!*/ );
    --tw-numeric-spacing: var(--tw-empty, /*!*/ /*!*/ );
    --tw-numeric-fraction: var(--tw-empty, /*!*/ /*!*/ );
    font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.ordinal {
    --tw-ordinal: ordinal;
}

.leading-relaxed {
    line-height: 1.625;
}

.leading-8 {
    line-height: 2rem;
}

.leading-3 {
    line-height: .75rem;
}

.leading-6 {
    line-height: 1.5rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.leading-tight {
    line-height: 1.25;
}

.leading-none {
    line-height: 1;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.text-theme-9 {
    --tw-text-opacity: 1;
    color: rgba(145, 199, 20, var(--tw-text-opacity));
}

.text-theme-6 {
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.text-primary-3 {
    --tw-text-opacity: 1;
    color: rgba(211, 41, 41, var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.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-theme-1 {
    --tw-text-opacity: 1;
    color: rgba(28, 63, 170, var(--tw-text-opacity));
}

.text-theme-10 {
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.text-theme-21 {
    --tw-text-opacity: 1;
    color: rgba(198, 212, 253, var(--tw-text-opacity));
}

.text-theme-11 {
    --tw-text-opacity: 1;
    color: rgba(247, 139, 0, var(--tw-text-opacity));
}

.text-theme-12 {
    --tw-text-opacity: 1;
    color: rgba(251, 197, 0, var(--tw-text-opacity));
}

.text-theme-19 {
    --tw-text-opacity: 1;
    color: rgba(36, 73, 175, var(--tw-text-opacity));
}

.text-theme-16 {
    --tw-text-opacity: 1;
    color: rgba(96, 127, 150, var(--tw-text-opacity));
}

.text-theme-22 {
    --tw-text-opacity: 1;
    color: rgba(232, 238, 255, var(--tw-text-opacity));
}

.text-theme-28 {
    --tw-text-opacity: 1;
    color: rgba(187, 200, 253, var(--tw-text-opacity));
}

.text-opacity-70 {
    --tw-text-opacity: 0.7;
}

.line-through {
    text-decoration: line-through;
}

.underline {
    text-decoration: underline;
}

.placeholder-theme-13::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.placeholder-theme-13:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.placeholder-theme-13::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(127, 158, 185, var(--tw-placeholder-opacity));
}

.opacity-0 {
    opacity: 0;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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);
}

.blur {
    --tw-blur: blur(8px);
}

.\!blur {
    --tw-blur: blur(8px) !important;
}

.grayscale {
    --tw-grayscale: grayscale(100%);
}

.invert {
    --tw-invert: invert(100%);
}

.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;
}

.duration {
    transition-duration: 150ms;
}

.\!duration {
    transition-duration: 150ms !important;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*
 |--------------------------------------------------------------------------
 | Fonts
 |--------------------------------------------------------------------------
 |
 | Import all fonts used in the template, the font configuration can be
 | seen in "tailwind.config.js".
 |
 | Please check this link for more details:
 | https://tailwindcss.com/docs/theme
 |
 */
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz0dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzQdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzwdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzMdL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz8dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEz4dL-vwnYh2eg.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOiCnqEu92Fr1Mu51QrEzAdL-vwnYg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto Italic"), local("Roboto-Italic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTYl4BOQ3o.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsTYl4BO.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxFIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxMIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxEIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxLIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxHIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxGIzIXKMnyrYk.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1MmgVxIIzIXKMny.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*
 |--------------------------------------------------------------------------
 | Breakpoints
 |--------------------------------------------------------------------------
 |
 | Provide custom breakpoints for responsive layouts.
 |
 | Default values:
 | xs: 0, sm: 640px, md: 768px, lg: 1024px, xl: 1280px, xxl: 1536px
 |
 */
/*
 |--------------------------------------------------------------------------
 | Mixins
 |--------------------------------------------------------------------------
 |
 | Import helper mixins.
 |
 */
/*
 |--------------------------------------------------------------------------
 | 3rd Party Libraries
 |--------------------------------------------------------------------------
 |
 | Import 3rd party library CSS/SASS files.
 |
 */
.tns-outer {
    padding: 0 !important;
}

    .tns-outer [hidden] {
        display: none !important;
    }

    .tns-outer [aria-controls], .tns-outer [data-action] {
        cursor: pointer;
    }

.tns-slider {
    transition: all 0s;
}

    .tns-slider > .tns-item {
        box-sizing: border-box;
    }

.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}

    .tns-horizontal.tns-subpixel > .tns-item {
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}

.tns-no-calc {
    position: relative;
    left: 0;
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}

    .tns-gallery > .tns-item {
        position: absolute;
        left: -100%;
        transition: transform 0s, opacity 0s;
    }

    .tns-gallery > .tns-slide-active {
        position: relative;
        left: auto !important;
    }

    .tns-gallery > .tns-moving {
        transition: all 0.25s;
    }

.tns-autowidth {
    display: inline-block;
}

.tns-lazy-img {
    transition: opacity 0.6s;
    opacity: 0.6;
}

    .tns-lazy-img.tns-complete {
        opacity: 1;
    }

.tns-ah {
    transition: height 0s;
}

.tns-ovh {
    overflow: hidden;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-transparent {
    opacity: 0;
    visibility: hidden;
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}

.tns-normal, .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.tns-vpfix {
    white-space: nowrap;
}

    .tns-vpfix > div, .tns-vpfix > li {
        display: inline-block;
    }

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}

.tns-t-ct {
    width: 2333.3333333333%;
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}

    .tns-t-ct:after {
        content: "";
        display: table;
        clear: both;
    }

    .tns-t-ct > div {
        width: 1.4285714286%;
        width: calc(100% / 70);
        height: 10px;
        float: left;
    }

/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #333;
    background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
    color: #998;
    font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
    color: #333;
    font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
    color: #008080;
}

.hljs-string,
.hljs-doctag {
    color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
    color: #900;
    font-weight: bold;
}

.hljs-subst {
    font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
    color: #458;
    font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
    color: #000080;
    font-weight: normal;
}

.hljs-regexp,
.hljs-link {
    color: #009926;
}

.hljs-symbol,
.hljs-bullet {
    color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
    color: #0086b3;
}

.hljs-meta {
    color: #999;
    font-weight: bold;
}

.hljs-deletion {
    background: #fdd;
}

.hljs-addition {
    background: #dfd;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0;
}

[data-tippy-root] {
    max-width: calc(100vw - 10px);
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    transition-property: transform, visibility, opacity;
}

    .tippy-box[data-placement^=top] > .tippy-arrow {
        bottom: 0;
    }

        .tippy-box[data-placement^=top] > .tippy-arrow:before {
            bottom: -7px;
            left: 0;
            border-width: 8px 8px 0;
            border-top-color: initial;
            transform-origin: center top;
        }

    .tippy-box[data-placement^=bottom] > .tippy-arrow {
        top: 0;
    }

        .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
            top: -7px;
            left: 0;
            border-width: 0 8px 8px;
            border-bottom-color: initial;
            transform-origin: center bottom;
        }

    .tippy-box[data-placement^=left] > .tippy-arrow {
        right: 0;
    }

        .tippy-box[data-placement^=left] > .tippy-arrow:before {
            border-width: 8px 0 8px 8px;
            border-left-color: initial;
            right: -7px;
            transform-origin: center left;
        }

    .tippy-box[data-placement^=right] > .tippy-arrow {
        left: 0;
    }

        .tippy-box[data-placement^=right] > .tippy-arrow:before {
            left: -7px;
            border-width: 8px 8px 8px 0;
            border-right-color: initial;
            transform-origin: center right;
        }

    .tippy-box[data-inertia][data-state=visible] {
        transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
    }

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333;
}

    .tippy-arrow:before {
        content: "";
        position: absolute;
        border-color: transparent;
        border-style: solid;
    }

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1;
}

.tippy-box[data-theme~=light] {
    color: #26323d;
    box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
    background-color: #fff;
}

    .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
        border-top-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
        border-bottom-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
        border-left-color: #fff;
    }

    .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
        border-right-color: #fff;
    }

    .tippy-box[data-theme~=light] > .tippy-backdrop {
        background-color: #fff;
    }

    .tippy-box[data-theme~=light] > .tippy-svg-arrow {
        fill: #fff;
    }

.tippy-box[data-placement^=top] > .tippy-svg-arrow {
    bottom: 0;
}

    .tippy-box[data-placement^=top] > .tippy-svg-arrow:after, .tippy-box[data-placement^=top] > .tippy-svg-arrow > svg {
        top: 16px;
        transform: rotate(180deg);
    }

.tippy-box[data-placement^=bottom] > .tippy-svg-arrow {
    top: 0;
}

    .tippy-box[data-placement^=bottom] > .tippy-svg-arrow > svg {
        bottom: 16px;
    }

.tippy-box[data-placement^=left] > .tippy-svg-arrow {
    right: 0;
}

    .tippy-box[data-placement^=left] > .tippy-svg-arrow:after, .tippy-box[data-placement^=left] > .tippy-svg-arrow > svg {
        transform: rotate(90deg);
        top: calc(50% - 3px);
        left: 11px;
    }

.tippy-box[data-placement^=right] > .tippy-svg-arrow {
    left: 0;
}

    .tippy-box[data-placement^=right] > .tippy-svg-arrow:after, .tippy-box[data-placement^=right] > .tippy-svg-arrow > svg {
        transform: rotate(-90deg);
        top: calc(50% - 3px);
        right: 11px;
    }

.tippy-svg-arrow {
    width: 16px;
    height: 16px;
    fill: #333;
    text-align: initial;
}

    .tippy-svg-arrow, .tippy-svg-arrow > svg {
        position: absolute;
    }

.tippy-box[data-animation=shift-away][data-state=hidden] {
    opacity: 0;
}

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
        transform: translateY(10px);
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
        transform: translateY(-10px);
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
        transform: translateX(10px);
    }

    .tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
        transform: translateX(-10px);
    }

/*
 |  tail.select - The vanilla solution to make your HTML select fields AWESOME!
 |  @file       ./css/default/tail.select-light.css
 |  @author     SamBrishes <sam@pytes.net>
 |  @version    0.5.15 - Beta
 |
 |  @website    https://github.com/pytesNET/tail.select
 |  @license    X11 / MIT License
 |  @copyright  Copyright © 2014 - 2019 SamBrishes, pytesNET <info@pytes.net>
 */
/* @start GENERAL */
.tail-select, .tail-select *, .tail-select *:before, .tail-select *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .tail-select, .tail-select * {
        outline: none;
        user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

.tail-select {
    width: 250px;
    margin: 1px;
    padding: 0;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-family: inherit;
}

    .tail-select mark {
        color: white;
        background-color: #DC4650;
    }

    .tail-select button {
        outline: none;
    }

        .tail-select button.tail-all, .tail-select button.tail-none {
            height: auto;
            margin: 0 2px;
            padding: 2px 6px;
            display: inline-block;
            font-size: 10px;
            line-height: 14px;
            text-shadow: none;
            letter-spacing: 0;
            text-transform: none;
            vertical-align: top;
            border-width: 1px;
            border-style: solid;
            border-color: transparent;
            border-radius: 3px;
            box-shadow: none;
            -webkit-box-shadow: none;
            transition: color 142ms linear, border 142ms linear, background 142ms linear;
            -webkit-transition: color 142ms linear, border 142ms linear, background 142ms linear;
        }

        .tail-select button.tail-all {
            color: rgba(48, 52, 56, 0.5);
            border-color: rgba(48, 52, 56, 0.5);
            background-color: transparent;
        }

            .tail-select button.tail-all:hover {
                color: #62C462;
                border-color: #62C462;
                background-color: transparent;
            }

        .tail-select button.tail-none {
            color: rgba(48, 52, 56, 0.5);
            border-color: rgba(48, 52, 56, 0.5);
            background-color: transparent;
        }

            .tail-select button.tail-none:hover {
                color: #EE5F5B;
                border-color: #EE5F5B;
                background-color: transparent;
            }

    .tail-select.disabled button.tail-all {
        color: rgba(48, 52, 56, 0.25);
        border-color: rgba(48, 52, 56, 0.25);
        background-color: transparent;
    }

    .tail-select.disabled button.tail-none {
        color: rgba(48, 52, 56, 0.25);
        border-color: rgba(48, 52, 56, 0.25);
        background-color: transparent;
    }

    .tail-select input[type=text] {
        color: #303438;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 10px 15px;
        display: inline-block;
        outline: 0;
        font-size: 12px;
        line-height: 20px;
        vertical-align: middle;
        background-color: transparent;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

        .tail-select input[type=text]:hover {
            color: #303438;
            border-color: transparent;
            background-color: transparent;
        }

        .tail-select input[type=text]:focus {
            color: #3C82E6;
            border-color: transparent;
            background-color: transparent;
        }

    .tail-select.disabled input[type=text] {
        color: rgba(48, 52, 56, 0.75);
        border-color: transparent;
        background-color: transparent;
    }

.tail-select-container {
    margin: 0;
    padding: 3px;
    text-align: left;
    border-radius: 3px;
}

    .tail-select-container .select-handle {
        width: auto;
        color: #303438;
        cursor: pointer;
        margin: 1px;
        padding: 0.2em 0.6em 0.3em;
        display: inline-block;
        position: relative;
        font-size: 11.844px;
        text-align: left;
        font-weight: bold;
        line-height: 16px;
        text-shadow: none;
        vertical-align: top;
        background-color: #d9d9d9;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        border-radius: 3px;
        transition: background 142ms linear;
        -webkit-transition: background 142ms linear;
    }

        .tail-select-container .select-handle:hover {
            color: #303438;
            background-color: #DC4650;
        }

    .tail-select-container.select-label .select-handle {
        margin: 5px 3px;
    }

/* @end GENERAL */
/* @start LABEL */
.tail-select .select-label {
    cursor: pointer;
    color: rgba(48, 52, 56, 0.85);
    width: 100%;
    margin: 0;
    padding: 5px 30px 5px 10px;
    display: block;
    z-index: 27;
    position: relative;
    text-align: left;
    background-color: white;
    border-width: 0px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    transition: background 142ms linear, box-shadow 142ms linear;
    -webkit-transition: background 142ms linear, box-shadow 142ms linear;
}

    .tail-select .select-label:after {
        top: 15px;
        right: 12px;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
        z-index: 25;
        content: "";
        opacity: 0.5;
        display: inline-block;
        position: absolute;
        border-top: 5px dashed;
        border-top: 5px solid\9;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        text-shadow: none;
        transition: opacity 142ms linear, transform 142ms linear;
        -webkit-transition: opacity 142ms linear, transform 142ms linear;
    }

    .tail-select .select-label .label-count, .tail-select .select-label .label-inner {
        width: auto;
        margin: 0;
        text-align: left;
        vertical-align: top;
    }

    .tail-select .select-label .label-count {
        float: left;
        color: rgba(48, 52, 56, 0.85);
        margin: 0 5px 0 0;
        padding: 0 7px 0 0;
        display: inline-block;
        font-size: 11.844px;
        font-weight: bold;
        text-shadow: none;
        white-space: nowrap;
        vertical-align: top;
        border-width: 0px 1px 0 0;
        border-style: solid;
        border-color: #d9d9d9;
        border-radius: 0px;
    }

    .tail-select .select-label .label-inner {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.tail-select:hover .select-label, .tail-select.idle .select-label,
.tail-select.active .select-label {
    z-index: 25;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #3C82E6;
}

    .tail-select:hover .select-label:after, .tail-select.idle .select-label:after,
    .tail-select.active .select-label:after {
        opacity: 0.85;
    }

    .tail-select:hover .select-label .label-count, .tail-select.idle .select-label .label-count,
    .tail-select.active .select-label .label-count, .tail-select:hover .select-label .label-inner,
    .tail-select.idle .select-label .label-inner, .tail-select.active .select-label .label-inner {
        opacity: 1;
    }

.tail-select.active .select-label {
    z-index: 27;
}

    .tail-select.active .select-label:after {
        opacity: 0.85;
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

.tail-select.disabled .select-label {
    cursor: not-allowed;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

/* @end LABEL */
/* @start DROPDOWN */
.tail-select .select-dropdown {
    top: 100%;
    left: 0;
    color: #303438;
    width: 100%;
    min-height: 35px;
    margin: -1px 0 0 0;
    padding: 0;
    z-index: 30;
    display: none;
    overflow: hidden;
    position: absolute;
    background-color: white;
    border-width: 0px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px rgba(0, 0, 0, 0.25);
}

    .tail-select .select-dropdown .dropdown-search {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #d9d9d9;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    }

    .tail-select .select-dropdown .dropdown-inner {
        width: 100%;
        margin: 0;
        padding: 1px 0;
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .tail-select .select-dropdown .dropdown-empty {
        margin: 0;
        padding: 16px 0;
        display: block;
        font-size: 12px;
        text-align: center;
        line-height: 18px;
    }

    .tail-select .select-dropdown .dropdown-action {
        top: 3px;
        right: 15px;
        width: auto;
        margin: 0;
        padding: 7px 0;
        z-index: 35;
        display: inline-block;
        position: absolute;
        text-align: center;
    }

    .tail-select .select-dropdown ul, .tail-select .select-dropdown ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
        position: relative;
        list-style: none;
        font-size: 14px;
        line-height: 20px;
        vertical-align: top;
    }

        .tail-select .select-dropdown ul li {
            color: #303438;
            padding: 5px 10px 5px 35px;
            font-size: 12px;
            text-align: left;
            line-height: 18px;
            font-weight: normal;
        }

            .tail-select .select-dropdown ul li:first-of-type {
                margin-top: 7px;
            }

            .tail-select .select-dropdown ul li:last-of-type {
                margin-bottom: 7px;
            }

            .tail-select .select-dropdown ul li.optgroup-title {
                color: rgba(48, 52, 56, 0.7);
                cursor: default;
                margin: 9px 0 0 0;
                padding-left: 10px;
                font-size: 14px;
                text-shadow: none;
            }

                .tail-select .select-dropdown ul li.optgroup-title button {
                    float: right;
                    margin-top: -2px;
                    opacity: 0;
                }

        .tail-select .select-dropdown ul:hover li button {
            opacity: 1;
        }

        .tail-select .select-dropdown ul li.dropdown-option {
            cursor: pointer;
            color: #303438;
        }

            .tail-select .select-dropdown ul li.dropdown-option:before {
                top: 0;
                left: 0;
                width: 30px;
                height: 30px;
                margin: 0;
                padding: 0;
                z-index: 21;
                display: inline-block;
                content: "";
                opacity: 0;
                position: absolute;
                vertical-align: top;
                background-repeat: no-repeat;
                background-position: center center;
                transition: opacity 50ms linear;
                -webkit-transition: opacity 50ms linear;
            }

            .tail-select .select-dropdown ul li.dropdown-option .option-description {
                color: rgba(48, 52, 56, 0.85);
                width: auto;
                margin: 0;
                padding: 0;
                display: block;
                font-size: 10px;
                text-align: left;
                line-height: 14px;
                vertical-align: top;
            }

            .tail-select .select-dropdown ul li.dropdown-option:hover,
            .tail-select .select-dropdown ul li.dropdown-option.hover {
                color: #303438;
            }

                .tail-select .select-dropdown ul li.dropdown-option:hover .option-description,
                .tail-select .select-dropdown ul li.dropdown-option.hover .option-description {
                    color: #303438;
                }

.tail-select.open-top .select-dropdown {
    top: auto;
    bottom: 100%;
    margin: 0 0 -1px 0;
    border-radius: 3px 3px 0 0;
}

.tail-select.hide-selected .select-dropdown ul li.selected,
.tail-select.hide-disabled .select-dropdown ul li.disabled {
    display: none;
}

/* State & Icons :: Single */
.tail-select .select-dropdown ul li.dropdown-option:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
}

.tail-select .select-dropdown ul li.dropdown-option:hover:before,
.tail-select .select-dropdown ul li.dropdown-option.hover:before {
    opacity: 0.5;
}

.tail-select .select-dropdown ul li.dropdown-option.selected {
    color: #3C82E6;
    background-color: white;
}

    .tail-select .select-dropdown ul li.dropdown-option.selected:before {
        opacity: 0.85;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M12%205l-8%208-4-4%201.5-1.5L4%2010l6.5-6.5L12%205z%22/%3E%3C/svg%3E");
    }

    .tail-select .select-dropdown ul li.dropdown-option.selected .option-description {
        color: #3C82E6;
    }

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover:before {
    opacity: 0.85;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2216%22%20viewBox%3D%220%200%2012%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7.48%208l3.75%203.75-1.48%201.48L6%209.48l-3.75%203.75-1.48-1.48L4.52%208%20.77%204.25l1.48-1.48L6%206.52l3.75-3.75%201.48%201.48L7.48%208z%22/%3E%3C/svg%3E");
}

.tail-select.deselect .select-dropdown ul li.dropdown-option.selected:hover .option-description,
.tail-select.deselect .select-dropdown ul li.dropdown-option.selected.hover .option-description {
    color: #3C82E6;
}

.tail-select .select-dropdown ul li.dropdown-option {
    transition: all 0.3s ease-in;
}

    .tail-select .select-dropdown ul li.dropdown-option:hover,
    .tail-select .select-dropdown ul li.dropdown-option.hover {
        transition: all 0.4s ease;
        background-color: #e9edf2;
    }

    .tail-select.disabled .select-dropdown ul li.dropdown-option,
    .tail-select .select-dropdown ul li.dropdown-option.disabled {
        cursor: not-allowed;
        color: rgba(48, 52, 56, 0.4);
        text-shadow: 0px 1px 0px rgba(119, 129, 138, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
        background-color: #fafafa;
    }

        .tail-select.disabled .select-dropdown ul li.dropdown-option:before,
        .tail-select .select-dropdown ul li.dropdown-option.disabled:before {
            opacity: 0.85;
            background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M7%201C3.14%201%200%204.14%200%208s3.14%207%207%207%207-3.14%207-7-3.14-7-7-7zm0%201.3c1.3%200%202.5.44%203.47%201.17l-8%208A5.755%205.755%200%200%201%201.3%208c0-3.14%202.56-5.7%205.7-5.7zm0%2011.41c-1.3%200-2.5-.44-3.47-1.17l8-8c.73.97%201.17%202.17%201.17%203.47%200%203.14-2.56%205.7-5.7%205.7z%22/%3E%3C/svg%3E");
        }

        .tail-select.disabled .select-dropdown ul li.dropdown-option .option-description,
        .tail-select .select-dropdown ul li.dropdown-option.disabled .option-description {
            color: rgba(48, 52, 56, 0.4);
        }

/* State & Icons :: Multiple */
.tail-select.multiple .select-dropdown ul li.dropdown-option:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM6%209H3V7h3V4h2v3h3v2H8v3H6V9z%22/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zM4%208c0-1.66%201.34-3%203-3s3%201.34%203%203-1.34%203-3%203-3-1.34-3-3z%22/%3E%3C/svg%3E");
}

.tail-select.multiple .select-dropdown ul li.dropdown-option.selected:hover:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.selected.hover:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-2-5H3V7h8v2z%22/%3E%3C/svg%3E");
}

.tail-select.multiple.disabled .select-dropdown ul li.dropdown-option:before,
.tail-select.multiple .select-dropdown ul li.dropdown-option.disabled:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2216%22%20viewBox%3D%220%200%2014%2016%22%3E%3Cpath%20fill%3D%22%23303438%22%20d%3D%22M13%201H1c-.55%200-1%20.45-1%201v12c0%20.55.45%201%201%201h12c.55%200%201-.45%201-1V2c0-.55-.45-1-1-1zm0%2013H1V2h12v12zm-8.5-2H3v-1.5L9.5%204H11v1.5L4.5%2012z%22/%3E%3C/svg%3E");
}

/* @end DROPDOWN */
/*!
 * Toastify js 1.10.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

    .toastify.on {
        opacity: 1;
    }

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.1);
    }

    20% {
        transform: scale(1);
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-message {
        text-align: center;
        margin: 2em 0;
    }

        .dropzone .dz-message .dz-button {
            background: none;
            color: inherit;
            border: none;
            padding: 0;
            font: inherit;
            cursor: pointer;
            outline: inherit;
        }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 20px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            transform: scale(1.05, 1.05);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 20px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            margin-left: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            left: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-left: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                width: 0;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            left: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: "";
                position: absolute;
                top: -6px;
                left: 64px;
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

img[data-action=zoom] {
    cursor: zoom-in;
}

.zoom-img,
.zoom-img-wrap {
    position: relative;
    z-index: 666;
    transition: all 300ms;
}

img.zoom-img {
    cursor: zoom-out;
}

.zoom-overlay {
    cursor: zoom-out;
    z-index: 420;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: "alpha(opacity=0)";
    opacity: 0;
    transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
    filter: "alpha(opacity=100)";
    opacity: 1;
}
/* Tabulator v4.9.3 (c) Oliver Folkerd */
.tabulator {
    position: relative;
    border: 1px solid #999;
    background-color: #888;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    transform: translatez(0);
}

    .tabulator[tabulator-layout=fitDataFill] .tabulator-tableHolder .tabulator-table {
        min-width: 100%;
    }

    .tabulator[tabulator-layout=fitDataTable] {
        display: inline-block;
    }

    .tabulator.tabulator-block-select {
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .tabulator .tabulator-header {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 1px solid #999;
        background-color: #e6e6e6;
        color: #555;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

        .tabulator .tabulator-header.tabulator-header-hidden {
            display: none;
        }

        .tabulator .tabulator-header .tabulator-col {
            display: inline-block;
            position: relative;
            box-sizing: border-box;
            border-right: 1px solid #aaa;
            background: #e6e6e6;
            text-align: left;
            vertical-align: bottom;
            overflow: hidden;
        }

            .tabulator .tabulator-header .tabulator-col.tabulator-moving {
                position: absolute;
                border: 1px solid #999;
                background: #cdcdcd;
                pointer-events: none;
            }

            .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
                box-sizing: border-box;
                position: relative;
                padding: 4px;
            }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
                    padding: 0 8px;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
                        cursor: pointer;
                        opacity: 0.6;
                    }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
                    position: relative;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
                    box-sizing: border-box;
                    width: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    vertical-align: bottom;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
                        box-sizing: border-box;
                        width: 100%;
                        border: 1px solid #999;
                        padding: 1px;
                        background: #fff;
                    }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
                        width: calc(100% - 22px);
                    }

                .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
                    display: flex;
                    align-items: center;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 4px;
                }

                    .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                        width: 0;
                        height: 0;
                        border-left: 6px solid transparent;
                        border-right: 6px solid transparent;
                        border-bottom: 6px solid #bbb;
                    }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
                position: relative;
                display: flex;
                border-top: 1px solid #aaa;
                overflow: hidden;
                margin-right: -1px;
            }

            .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
                display: none;
            }

            .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
                position: relative;
                box-sizing: border-box;
                margin-top: 2px;
                width: 100%;
                text-align: center;
            }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
                    height: auto !important;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
                    margin-top: 3px;
                }

                .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
                    width: 0;
                    height: 0;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
                padding-right: 25px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
                cursor: pointer;
                background-color: #cdcdcd;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
                color: #bbb;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-top: none;
                    border-bottom: 6px solid #bbb;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter {
                color: #666;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-top: none;
                    border-bottom: 6px solid #666;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter {
                color: #666;
            }

                .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
                    border-bottom: none;
                    border-top: 6px solid #666;
                    color: #666;
                }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
                -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl;
                -webkit-text-orientation: mixed;
                text-orientation: mixed;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
                transform: rotate(180deg);
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
                padding-right: 0;
                padding-top: 20px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
                padding-right: 0;
                padding-bottom: 20px;
            }

            .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
                justify-content: center;
                left: 0;
                right: 0;
                top: 4px;
                bottom: auto;
            }

        .tabulator .tabulator-header .tabulator-frozen {
            display: inline-block;
            position: absolute;
            z-index: 10;
        }

            .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
                border-right: 2px solid #aaa;
            }

            .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
                border-left: 2px solid #aaa;
            }

        .tabulator .tabulator-header .tabulator-calcs-holder {
            box-sizing: border-box;
            min-width: 600%;
            background: #f3f3f3 !important;
            border-top: 1px solid #aaa;
            border-bottom: 1px solid #aaa;
            overflow: hidden;
        }

            .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
                background: #f3f3f3 !important;
            }

                .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
                    display: none;
                }

        .tabulator .tabulator-header .tabulator-frozen-rows-holder {
            min-width: 600%;
        }

            .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
                display: none;
            }

    .tabulator .tabulator-tableHolder {
        position: relative;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

        .tabulator .tabulator-tableHolder:focus {
            outline: none;
        }

        .tabulator .tabulator-tableHolder .tabulator-placeholder {
            box-sizing: border-box;
            display: flex;
            align-items: center;
            width: 100%;
        }

            .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode=virtual] {
                min-height: 100%;
                min-width: 100%;
            }

            .tabulator .tabulator-tableHolder .tabulator-placeholder span {
                display: inline-block;
                margin: 0 auto;
                padding: 10px;
                color: #ccc;
                font-weight: bold;
                font-size: 20px;
            }

        .tabulator .tabulator-tableHolder .tabulator-table {
            position: relative;
            display: inline-block;
            background-color: #fff;
            white-space: nowrap;
            overflow: visible;
            color: #333;
            width: 100%;
        }

            .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
                font-weight: bold;
                background: #e2e2e2 !important;
            }

                .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
                    border-bottom: 2px solid #aaa;
                }

                .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
                    border-top: 2px solid #aaa;
                }

    .tabulator .tabulator-footer {
        padding: 5px 10px;
        border-top: 1px solid #999;
        background-color: #e6e6e6;
        text-align: right;
        color: #555;
        font-weight: bold;
        white-space: nowrap;
        -ms-user-select: none;
        user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
    }

        .tabulator .tabulator-footer .tabulator-calcs-holder {
            box-sizing: border-box;
            width: calc(100% + 20px);
            margin: -5px -10px 5px -10px;
            text-align: left;
            background: #f3f3f3 !important;
            border-bottom: 1px solid #aaa;
            border-top: 1px solid #aaa;
            overflow: hidden;
        }

            .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
                background: #f3f3f3 !important;
            }

                .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
                    display: none;
                }

            .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
                margin-bottom: -5px;
                border-bottom: none;
            }

        .tabulator .tabulator-footer .tabulator-paginator {
            color: #555;
            font-family: inherit;
            font-weight: inherit;
            font-size: inherit;
        }

        .tabulator .tabulator-footer .tabulator-page-size {
            display: inline-block;
            margin: 0 5px;
            padding: 2px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
        }

        .tabulator .tabulator-footer .tabulator-pages {
            margin: 0 7px;
        }

        .tabulator .tabulator-footer .tabulator-page {
            display: inline-block;
            margin: 0 2px;
            padding: 2px 5px;
            border: 1px solid #aaa;
            border-radius: 3px;
            background: rgba(255, 255, 255, 0.2);
        }

            .tabulator .tabulator-footer .tabulator-page.active {
                color: #d00;
            }

            .tabulator .tabulator-footer .tabulator-page:disabled {
                opacity: 0.5;
            }

            .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
                cursor: pointer;
                background: rgba(0, 0, 0, 0.2);
                color: #fff;
            }

    .tabulator .tabulator-col-resize-handle {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 5px;
    }

        .tabulator .tabulator-col-resize-handle.prev {
            left: 0;
            right: auto;
        }

        .tabulator .tabulator-col-resize-handle:hover {
            cursor: ew-resize;
        }

    .tabulator .tabulator-loader {
        position: absolute;
        display: flex;
        align-items: center;
        top: 0;
        left: 0;
        z-index: 100;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        text-align: center;
    }

        .tabulator .tabulator-loader .tabulator-loader-msg {
            display: inline-block;
            margin: 0 auto;
            padding: 10px 20px;
            border-radius: 10px;
            background: #fff;
            font-weight: bold;
            font-size: 16px;
        }

            .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
                border: 4px solid #333;
                color: #000;
            }

            .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
                border: 4px solid #D00;
                color: #590000;
            }

.tabulator-row {
    position: relative;
    box-sizing: border-box;
    min-height: 22px;
    background-color: #fff;
}

    .tabulator-row.tabulator-row-even {
        background-color: #EFEFEF;
    }

    .tabulator-row.tabulator-selectable:hover {
        background-color: #bbb;
        cursor: pointer;
    }

    .tabulator-row.tabulator-selected {
        background-color: #9ABCEA;
    }

        .tabulator-row.tabulator-selected:hover {
            background-color: #769BCC;
            cursor: pointer;
        }

    .tabulator-row.tabulator-row-moving {
        border: 1px solid #000;
        background: #fff;
    }

    .tabulator-row.tabulator-moving {
        position: absolute;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        pointer-events: none;
        z-index: 15;
    }

    .tabulator-row .tabulator-row-resize-handle {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 5px;
    }

        .tabulator-row .tabulator-row-resize-handle.prev {
            top: 0;
            bottom: auto;
        }

        .tabulator-row .tabulator-row-resize-handle:hover {
            cursor: ns-resize;
        }

    .tabulator-row .tabulator-frozen {
        display: inline-block;
        position: absolute;
        background-color: inherit;
        z-index: 10;
    }

        .tabulator-row .tabulator-frozen.tabulator-frozen-left {
            border-right: 2px solid #aaa;
        }

        .tabulator-row .tabulator-frozen.tabulator-frozen-right {
            border-left: 2px solid #aaa;
        }

    .tabulator-row .tabulator-responsive-collapse {
        box-sizing: border-box;
        padding: 5px;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

        .tabulator-row .tabulator-responsive-collapse:empty {
            display: none;
        }

        .tabulator-row .tabulator-responsive-collapse table {
            font-size: 14px;
        }

            .tabulator-row .tabulator-responsive-collapse table tr td {
                position: relative;
            }

                .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
                    padding-right: 10px;
                }

    .tabulator-row .tabulator-cell {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding: 4px;
        border-right: 1px solid #aaa;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .tabulator-row .tabulator-cell.tabulator-editing {
            border: 1px solid #1D68CD;
            outline: none;
            padding: 0;
        }

            .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
                border: 1px;
                background: transparent;
            }

        .tabulator-row .tabulator-cell.tabulator-validation-fail {
            border: 1px solid #dd0000;
        }

            .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
                border: 1px;
                background: transparent;
                color: #dd0000;
            }

        .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
            display: none;
        }

        .tabulator-row .tabulator-cell.tabulator-row-handle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
        }

            .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
                width: 80%;
            }

                .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
                    width: 100%;
                    height: 3px;
                    margin-top: 2px;
                    background: #666;
                }

        .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
            display: inline-block;
            vertical-align: middle;
            height: 9px;
            width: 7px;
            margin-top: -9px;
            margin-right: 5px;
            border-bottom-left-radius: 1px;
            border-left: 2px solid #aaa;
            border-bottom: 2px solid #aaa;
        }

        .tabulator-row .tabulator-cell .tabulator-data-tree-control {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            vertical-align: middle;
            height: 11px;
            width: 11px;
            margin-right: 5px;
            border: 1px solid #333;
            border-radius: 2px;
            background: rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
                cursor: pointer;
                background: rgba(0, 0, 0, 0.2);
            }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
                display: inline-block;
                position: relative;
                height: 7px;
                width: 1px;
                background: transparent;
            }

                .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
                    position: absolute;
                    content: "";
                    left: -3px;
                    top: 3px;
                    height: 1px;
                    width: 7px;
                    background: #333;
                }

            .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
                display: inline-block;
                position: relative;
                height: 7px;
                width: 1px;
                background: #333;
            }

                .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
                    position: absolute;
                    content: "";
                    left: -3px;
                    top: 3px;
                    height: 1px;
                    width: 7px;
                    background: #333;
                }

        .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            -o-user-select: none;
            height: 15px;
            width: 15px;
            border-radius: 20px;
            background: #666;
            color: #fff;
            font-weight: bold;
            font-size: 1.1em;
        }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
                opacity: 0.7;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
                display: initial;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
                display: none;
            }

            .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
                display: none;
            }

        .tabulator-row .tabulator-cell .tabulator-traffic-light {
            display: inline-block;
            height: 14px;
            width: 14px;
            border-radius: 14px;
        }

    .tabulator-row.tabulator-group {
        box-sizing: border-box;
        border-bottom: 1px solid #999;
        border-right: 1px solid #aaa;
        border-top: 1px solid #999;
        padding: 5px;
        padding-left: 10px;
        background: #ccc;
        font-weight: bold;
        min-width: 100%;
    }

        .tabulator-row.tabulator-group:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
            margin-right: 10px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #666;
            border-bottom: 0;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-1 {
            padding-left: 30px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-2 {
            padding-left: 50px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-3 {
            padding-left: 70px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-4 {
            padding-left: 90px;
        }

        .tabulator-row.tabulator-group.tabulator-group-level-5 {
            padding-left: 110px;
        }

        .tabulator-row.tabulator-group .tabulator-group-toggle {
            display: inline-block;
        }

        .tabulator-row.tabulator-group .tabulator-arrow {
            display: inline-block;
            width: 0;
            height: 0;
            margin-right: 16px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 0;
            border-left: 6px solid #666;
            vertical-align: middle;
        }

        .tabulator-row.tabulator-group span {
            margin-left: 10px;
            color: #d00;
        }

.tabulator-menu {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

    .tabulator-menu .tabulator-menu-item {
        position: relative;
        box-sizing: border-box;
        padding: 5px 10px;
        -webkit-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

        .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
            opacity: 0.5;
        }

        .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
            cursor: pointer;
            background: #EFEFEF;
        }

        .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
            padding-right: 25px;
        }

            .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
                display: inline-block;
                position: absolute;
                top: calc(5px + .4em);
                right: 10px;
                height: 7px;
                width: 7px;
                content: "";
                border-width: 1px 1px 0 0;
                border-style: solid;
                border-color: #aaa;
                vertical-align: top;
                transform: rotate(45deg);
            }

    .tabulator-menu .tabulator-menu-separator {
        border-top: 1px solid #aaa;
    }

.tabulator-edit-select-list {
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    max-height: 200px;
    background: #fff;
    border: 1px solid #aaa;
    font-size: 14px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

    .tabulator-edit-select-list .tabulator-edit-select-list-item {
        padding: 4px;
        color: #333;
    }

        .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
            color: #fff;
            background: #1D68CD;
        }

            .tabulator-edit-select-list .tabulator-edit-select-list-item.active.focused {
                outline: 1px solid rgba(255, 255, 255, 0.5);
            }

        .tabulator-edit-select-list .tabulator-edit-select-list-item.focused {
            outline: 1px solid #1D68CD;
        }

        .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
            cursor: pointer;
            color: #fff;
            background: #1D68CD;
        }

    .tabulator-edit-select-list .tabulator-edit-select-list-notice {
        padding: 4px;
        color: #333;
        text-align: center;
    }

    .tabulator-edit-select-list .tabulator-edit-select-list-group {
        border-bottom: 1px solid #aaa;
        padding: 4px;
        padding-top: 6px;
        color: #333;
        font-weight: bold;
    }

.tabulator.tabulator-ltr {
    direction: ltr;
}

.tabulator.tabulator-rtl {
    text-align: initial;
    direction: rtl;
}

    .tabulator.tabulator-rtl .tabulator-header .tabulator-col {
        text-align: initial;
        border-left: 1px solid #aaa;
        border-right: initial;
    }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
            margin-right: initial;
            margin-left: -1px;
        }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
            padding-right: 0;
            padding-left: 25px;
        }

        .tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
            left: 8px;
            right: initial;
        }

    .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
        border-right: initial;
        border-left: 1px solid #aaa;
    }

        .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
            margin-right: initial;
            margin-left: 5px;
            border-bottom-left-radius: initial;
            border-bottom-right-radius: 1px;
            border-left: initial;
            border-right: 2px solid #aaa;
        }

        .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
            margin-right: initial;
            margin-left: 5px;
        }

    .tabulator.tabulator-rtl .tabulator-col-resize-handle {
        position: absolute;
        left: 0;
        right: auto;
    }

        .tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
            right: 0;
            left: auto;
        }

.tabulator-print-fullscreen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
    display: none !important;
}

.tabulator-print-table {
    border-collapse: collapse;
}

    .tabulator-print-table .tabulator-data-tree-branch {
        display: inline-block;
        vertical-align: middle;
        height: 9px;
        width: 7px;
        margin-top: -9px;
        margin-right: 5px;
        border-bottom-left-radius: 1px;
        border-left: 2px solid #aaa;
        border-bottom: 2px solid #aaa;
    }

    .tabulator-print-table .tabulator-print-table-group {
        box-sizing: border-box;
        border-bottom: 1px solid #999;
        border-right: 1px solid #aaa;
        border-top: 1px solid #999;
        padding: 5px;
        padding-left: 10px;
        background: #ccc;
        font-weight: bold;
        min-width: 100%;
    }

        .tabulator-print-table .tabulator-print-table-group:hover {
            cursor: pointer;
            background-color: rgba(0, 0, 0, 0.1);
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
            margin-right: 10px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #666;
            border-bottom: 0;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
            padding-left: 30px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
            padding-left: 50px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
            padding-left: 70px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
            padding-left: 90px !important;
        }

        .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
            padding-left: 110px !important;
        }

        .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
            display: inline-block;
        }

        .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
            display: inline-block;
            width: 0;
            height: 0;
            margin-right: 16px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 0;
            border-left: 6px solid #666;
            vertical-align: middle;
        }

        .tabulator-print-table .tabulator-print-table-group span {
            margin-left: 10px;
            color: #d00;
        }

    .tabulator-print-table .tabulator-data-tree-control {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
        height: 11px;
        width: 11px;
        margin-right: 5px;
        border: 1px solid #333;
        border-radius: 2px;
        background: rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

        .tabulator-print-table .tabulator-data-tree-control:hover {
            cursor: pointer;
            background: rgba(0, 0, 0, 0.2);
        }

        .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
            display: inline-block;
            position: relative;
            height: 7px;
            width: 1px;
            background: transparent;
        }

            .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
                position: absolute;
                content: "";
                left: -3px;
                top: 3px;
                height: 1px;
                width: 7px;
                background: #333;
            }

        .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
            display: inline-block;
            position: relative;
            height: 7px;
            width: 1px;
            background: #333;
        }

            .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
                position: absolute;
                content: "";
                left: -3px;
                top: 3px;
                height: 1px;
                width: 7px;
                background: #333;
            }

/*
 |--------------------------------------------------------------------------
 | Components
 |--------------------------------------------------------------------------
 |
 | Import CSS/SCSS components.
 |
 */
html {
    --tw-bg-opacity: 1;
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    background-repeat: no-repeat;
    background-size: auto;
}

    html.dark body *, html.dark body ::before, html.dark body ::after {
        --tw-border-opacity: 1;
        border-color: rgba(49, 58, 85, var(--tw-border-opacity));
    }

    html body {
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
        /*padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2rem;
  padding-right: 2rem; */
        font-family: Roboto;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgba(45, 55, 72, var(--tw-text-opacity));
    }

.toastify {
    background: none;
    padding: 0px;
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (max-width: 767px) {
    .toastify {
        max-width: calc(100% - 30px);
    }
}

.toastify .toast-close {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    padding-right: 0.75rem;
    color: transparent;
    opacity: 1;
}

    .toastify .toast-close:before {
        content: "×";
        margin-top: -0.375rem;
        display: block;
        font-size: 1.875rem;
        line-height: 2.25rem;
        font-weight: 300;
        --tw-text-opacity: 1;
        color: rgba(113, 128, 150, var(--tw-text-opacity));
    }

.toastify-content {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 3.5rem;
    --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);
}

.dark .toastify-content {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.litepicker {
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 7px;
    box-shadow: 0px 3px 20px #00000014;
}

@media (max-width: 1023px) {
    .litepicker {
        width: 310px;
    }
}

@media (max-width: 639px) {
    .litepicker {
        left: 0px !important;
    }

    .litepicker {
        right: 0px;
    }

    .litepicker {
        margin-left: auto;
        margin-right: auto;
    }
}

.litepicker:before {
    content: "";
    left: 9px;
    top: -7px;
    border-bottom-color: #f7f7f7;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e8e8e8;
    position: absolute;
    display: inline-block;
}

.litepicker:after {
    content: "";
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    display: inline-block;
}

.litepicker .container__months, .litepicker .container__footer {
    background-color: transparent;
    padding-top: 0px;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.litepicker .container__footer {
    margin: 0px;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
    padding: 0.75rem;
}

@media (max-width: 1023px) {
    .litepicker .container__footer {
        display: flex;
    }

    .litepicker .container__footer {
        flex-direction: column-reverse;
    }

    .litepicker .container__footer {
        text-align: center;
    }

        .litepicker .container__footer .preview-date-range {
            order: 1;
        }

        .litepicker .container__footer .preview-date-range {
            margin-bottom: 0.375rem;
        }

        .litepicker .container__footer .preview-date-range {
            display: block;
        }

        .litepicker .container__footer .preview-date-range {
            width: 100%;
        }

        .litepicker .container__footer .button-cancel {
            width: 100% !important;
            margin-left: 0px !important;
            padding-top: 0.375rem !important;
            padding-bottom: 0.375rem !important;
        }

        .litepicker .container__footer .button-apply {
            width: 100% !important;
            margin-left: 0px !important;
            padding-top: 0.375rem !important;
            padding-bottom: 0.375rem !important;
        }

        .litepicker .container__footer .button-apply {
            margin-bottom: 0.375rem;
        }
}

.litepicker .container__footer .button-apply, .litepicker .container__footer .button-cancel {
    margin-left: 0.25rem;
    margin-right: 0px;
    width: 5rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: 500;
}

.litepicker .container__footer .button-apply {
    --tw-bg-opacity: 1;
    background-color: rgba(21, 50, 154, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.litepicker .container__footer .button-cancel {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.litepicker .container__months {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

    .litepicker .container__months .month-item-weekdays-row {
        margin-top: 0.75rem;
        --tw-text-opacity: 1;
        color: rgba(160, 174, 192, var(--tw-text-opacity));
    }

    .litepicker .container__months .month-item-header {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0.5rem;
    }

        .litepicker .container__months .month-item-header .button-previous-month {
            display: flex;
            height: 2rem;
            width: 2rem;
            align-items: center;
            justify-content: center;
        }

            .litepicker .container__months .month-item-header .button-previous-month:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
            }

            .litepicker .container__months .month-item-header .button-previous-month svg {
                transform: rotate(135deg);
                margin-right: -0.25rem;
            }

        .litepicker .container__months .month-item-header .button-next-month {
            display: flex;
            height: 2rem;
            width: 2rem;
            align-items: center;
            justify-content: center;
        }

            .litepicker .container__months .month-item-header .button-next-month:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
            }

            .litepicker .container__months .month-item-header .button-next-month svg {
                transform: rotate(-45deg);
                margin-left: -0.25rem;
            }

            .litepicker .container__months .month-item-header .button-previous-month:hover svg,
            .litepicker .container__months .month-item-header .button-previous-month svg,
            .litepicker .container__months .month-item-header .button-next-month:hover svg,
            .litepicker .container__months .month-item-header .button-next-month svg {
                fill: transparent;
                border: solid black;
                border-width: 0 2px 2px 0;
                border-radius: 0;
                display: inline-block;
                border-color: #4a5568;
            }

            .litepicker .container__months .month-item-header .button-previous-month:hover svg, .litepicker .container__months .month-item-header .button-previous-month svg, .litepicker .container__months .month-item-header .button-next-month:hover svg, .litepicker .container__months .month-item-header .button-next-month svg {
                display: block;
                height: 0.5rem;
                width: 0.5rem;
            }

        .litepicker .container__months .month-item-header div > .month-item-name,
        .litepicker .container__months .month-item-header div > .month-item-year {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
            background-size: 15px;
            background-position: center right 0.6rem;
        }

        .litepicker .container__months .month-item-header div > .month-item-name, .litepicker .container__months .month-item-header div > .month-item-year {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0.375rem;
            border-width: 1px;
            background-color: transparent;
            background-repeat: no-repeat;
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
            padding-left: 0.5rem;
            padding-right: 2rem;
        }

.litepicker .container__days .day-item {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

    .litepicker .container__days .day-item:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(45, 55, 72, var(--tw-text-opacity));
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .litepicker .container__days .day-item.is-today, .litepicker .container__days .day-item.is-today:hover {
        --tw-text-opacity: 1;
        color: rgba(211, 41, 41, var(--tw-text-opacity));
    }

    .litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date, .litepicker .container__days .day-item.is-end-date:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(21, 50, 154, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .litepicker .container__days .day-item.is-in-range, .litepicker .container__days .day-item.is-in-range:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    }

.litepicker .container__days .week-number {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

@media (max-width: 1023px) {
    :root {
        --litepicker-day-width: 35px;
    }
}

.dark .litepicker {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

    .dark .litepicker:before, .dark .litepicker:after {
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: #293145;
    }

    .dark .litepicker .container__months .button-previous-month:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    }

    .dark .litepicker .container__months .button-next-month:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    }

    .dark .litepicker .container__months .month-item-header .button-previous-month:hover svg, .dark .litepicker .container__months .month-item-header .button-previous-month svg, .dark .litepicker .container__months .month-item-header .button-next-month:hover svg, .dark .litepicker .container__months .month-item-header .button-next-month svg {
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    }

    .dark .litepicker .container__months .month-item-header div > .month-item-name, .dark .litepicker .container__months .month-item-header div > .month-item-year {
        --tw-text-opacity: 1;
        color: rgba(226, 232, 240, var(--tw-text-opacity));
    }

    .dark .litepicker .container__days .day-item {
        --tw-text-opacity: 1;
        color: rgba(226, 232, 240, var(--tw-text-opacity));
    }

        .dark .litepicker .container__days .day-item:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
        }

        .dark .litepicker .container__days .day-item.is-start-date, .dark .litepicker .container__days .day-item.is-start-date:hover, .dark .litepicker .container__days .day-item.is-end-date, .dark .litepicker .container__days .day-item.is-end-date:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(21, 50, 154, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(226, 232, 240, var(--tw-text-opacity));
        }

        .dark .litepicker .container__days .day-item.is-in-range, .dark .litepicker .container__days .day-item.is-in-range:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
        }

        .dark .litepicker .container__days .day-item.is-today, .dark .litepicker .container__days .day-item.is-today:hover {
            --tw-text-opacity: 1;
            color: rgba(226, 232, 240, var(--tw-text-opacity));
        }

    .dark .litepicker .container__footer {
        --tw-border-opacity: 1;
        border-color: rgba(49, 58, 85, var(--tw-border-opacity));
    }

        .dark .litepicker .container__footer .button-cancel {
            --tw-bg-opacity: 1;
            background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(226, 232, 240, var(--tw-text-opacity));
        }

    .dark .litepicker .container__tooltip {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    }

        .dark .litepicker .container__tooltip:before, .dark .litepicker .container__tooltip:after {
            border-top-color: #3f4865;
        }

.tns-outer {
    position: relative;
}

    .tns-outer .tns-controls button {
        background: #71809647;
        position: absolute;
        top: 0px;
        bottom: 0px;
        z-index: 10;
        margin-top: auto;
        margin-bottom: auto;
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 9999px;
        color: transparent;
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

        .tns-outer .tns-controls button:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
        }

        .tns-outer .tns-controls button[data-controls=prev] {
            left: 0px;
            margin-left: -1.5rem;
        }

            .tns-outer .tns-controls button[data-controls=prev]:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
                background-size: 80%;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                --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));
                --tw-rotate: 90deg;
                background-position: center;
            }

        .tns-outer .tns-controls button[data-controls=next] {
            right: 0px;
            margin-right: -1.5rem;
        }

            .tns-outer .tns-controls button[data-controls=next]:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(102 113 132)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
                background-size: 80%;
                position: absolute;
                top: 0px;
                left: 0px;
                height: 100%;
                width: 100%;
                --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));
                --tw-rotate: -90deg;
                background-position: center;
            }

    .tns-outer .tns-nav {
        margin-bottom: -1.8rem;
        position: absolute;
        bottom: 0px;
        z-index: 10;
        display: flex;
        width: 100%;
        justify-content: center;
    }

        .tns-outer .tns-nav button {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
            height: 0.75rem;
            width: 0.75rem;
            border-radius: 9999px;
            --tw-bg-opacity: 1;
            background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
            outline: 2px solid transparent;
            outline-offset: 2px;
        }

            .tns-outer .tns-nav button.tns-nav-active {
                --tw-bg-opacity: 1;
                background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
            }

    .tns-outer button[data-action] {
        display: none;
    }

    .tns-outer .tns-visually-hidden {
        display: none;
    }

.tooltip-content {
    left: 10000px;
    position: fixed;
}

.tippy-box {
    border-radius: 0.375rem;
}

.dark .tippy-box {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.tippy-box .tippy-content {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.tippy-popper[x-placement=left] .tippy-roundarrow, .tippy-popper[x-placement=left] .tippy-arrow, .tippy-popper[x-placement=right] .tippy-roundarrow, .tippy-popper[x-placement=right] .tippy-arrow, .tippy-popper[x-placement=left-start] .tippy-roundarrow, .tippy-popper[x-placement=left-start] .tippy-arrow, .tippy-popper[x-placement=left-end] .tippy-roundarrow, .tippy-popper[x-placement=left-end] .tippy-arrow, .tippy-popper[x-placement=right-start] .tippy-roundarrow, .tippy-popper[x-placement=right-start] .tippy-arrow, .tippy-popper[x-placement=right-end] .tippy-roundarrow, .tippy-popper[x-placement=right-end] .tippy-arrow {
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}

.tippy-popper[x-placement=top] .tippy-roundarrow, .tippy-popper[x-placement=top] .tippy-arrow, .tippy-popper[x-placement=bottom] .tippy-roundarrow, .tippy-popper[x-placement=bottom] .tippy-arrow, .tippy-popper[x-placement=top-start] .tippy-roundarrow, .tippy-popper[x-placement=top-start] .tippy-arrow, .tippy-popper[x-placement=top-end] .tippy-roundarrow, .tippy-popper[x-placement=top-end] .tippy-arrow, .tippy-popper[x-placement=bottom-start] .tippy-roundarrow, .tippy-popper[x-placement=bottom-start] .tippy-arrow, .tippy-popper[x-placement=bottom-end] .tippy-roundarrow, .tippy-popper[x-placement=bottom-end] .tippy-arrow {
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.dark .tippy-box {
    box-shadow: 0 0 20px 4px #00000026, 0 4px 80px -8px #24282f40, 0 4px 4px -2px #5b5e6926;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

    .dark .tippy-box > .tippy-svg-arrow {
        fill: #2a3244;
    }

.tabulator-print-fullscreen-hide:before {
    content: "";
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.tabulator {
    overflow: hidden;
    border-width: 0px;
    background-color: transparent;
}

    .tabulator .tabulator-header {
        border-top-width: 1px;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
        background-color: transparent;
        font-weight: 500;
        color: currentColor;
    }

        .tabulator .tabulator-header .tabulator-headers .tabulator-col {
            border-right-width: 0px;
            background-color: transparent;
        }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
                --tw-bg-opacity: 1;
                background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
            }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content {
                padding-top: 0.75rem;
                padding-bottom: 0.75rem;
            }

                .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-col-title {
                    padding-right: 0px;
                }

                .tabulator .tabulator-header .tabulator-headers .tabulator-col .tabulator-col-content .tabulator-arrow {
                    top: -3px;
                    border-left-width: 5px;
                    border-right-width: 5px;
                    bottom: 0px;
                    margin-top: auto;
                    margin-bottom: auto;
                }

            .tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-arrow {
                border-bottom-color: #cbd5e0;
            }

    .tabulator .tabulator-row {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    }

        .tabulator .tabulator-row:hover, .tabulator .tabulator-row.tabulator-row-even:hover, .tabulator-tableHolder:hover {
            /*--tw-bg-opacity: 0.3;
            background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
            border: 0.5px solid darkgray;
            border-radius: 4px;*/
        }

        .tabulator .tabulator-row.tabulator-row-even {
            --tw-bg-opacity: 1;
            background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
        }

        .tabulator .tabulator-row .tabulator-cell {
            border-right-width: 0px;
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

            .tabulator .tabulator-row .tabulator-cell.tabulator-row-handle {
                padding-left: 0px;
                padding-right: 0px;
            }

            .tabulator .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
                margin-right: -1.25rem;
                height: 1rem;
                width: 1rem;
                border-radius: 9999px;
                --tw-bg-opacity: 1;
                background-color: rgba(160, 174, 192, var(--tw-bg-opacity));
            }

        .tabulator .tabulator-row .tabulator-responsive-collapse {
            border-bottom-width: 0px;
            --tw-border-opacity: 1;
            border-color: rgba(226, 232, 240, var(--tw-border-opacity));
            padding: 0.75rem;
        }

            .tabulator .tabulator-row .tabulator-responsive-collapse td {
                padding: 0.5rem;
            }

                .tabulator .tabulator-row .tabulator-responsive-collapse td strong {
                    font-weight: 500;
                }

    .tabulator .tabulator-footer {
        margin-top: 0.5rem;
        border-top-width: 0px;
        background-color: transparent;
        padding: 0px;
    }

@media (max-width: 767px) {
    .tabulator .tabulator-footer {
        white-space: normal;
    }
}

.tabulator .tabulator-footer .tabulator-paginator {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .tabulator .tabulator-footer .tabulator-paginator {
        display: block;
    }

    .tabulator .tabulator-footer .tabulator-paginator {
        text-align: left;
    }
}

.tabulator .tabulator-footer .tabulator-paginator > label {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgb(74, 85, 104)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-size: 15px;
    background-position: center right 0.6rem;
    margin-left: 0.5rem;
    margin-right: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 2rem;
}

@media (max-width: 767px) {
    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
        margin-right: 0.75rem;
    }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    min-width: 40px;
    display: inline-flex;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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-duration: 200ms;
}

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
        --tw-border-opacity: 0.9;
        --tw-bg-opacity: 0.9;
    }

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:not(button) {
        text-align: center;
    }

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    align-items: center;
    justify-content: center;
    border-color: transparent;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (max-width: 639px) {
    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
        margin-right: 0px;
    }

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
    color: currentColor;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    font-weight: 500;
}

    .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
    }

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next], .tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last] {
    width: 1.25rem;
    color: transparent;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=first] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='11 17 6 12 11 7'%3E%3C/polyline%3E%3Cpolyline points='18 17 13 12 18 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=prev] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=next] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-footer .tabulator-paginator .tabulator-page[data-page=last] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%232d3748' stroke-width='1.1' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.tabulator .tabulator-tableHolder .tabulator-placeholder span {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.tabulator .tabulator-loader {
    background: #ffffffbd;
}

    .tabulator .tabulator-loader .tabulator-loader-msg {
        background-color: transparent;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 400;
    }

        .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
            border-width: 0px;
            --tw-text-opacity: 1;
            color: rgba(45, 55, 72, var(--tw-text-opacity));
        }

        .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
            border-width: 0px;
            --tw-text-opacity: 1;
            color: rgba(211, 41, 41, var(--tw-text-opacity));
        }

.dark .tabulator .tabulator-header {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

    .dark .tabulator .tabulator-header .tabulator-headers .tabulator-col:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    }

.dark .tabulator .tabulator-table {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

    .dark .tabulator .tabulator-table .tabulator-row {
        border-color: transparent;
        background-color: transparent;
    }

        .dark .tabulator .tabulator-table .tabulator-row:hover, .dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even:hover {
            --tw-bg-opacity: 1;
            background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
        }

        .dark .tabulator .tabulator-table .tabulator-row.tabulator-row-even {
            --tw-bg-opacity: 1;
            background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
        }

.dark .tabulator .tabulator-footer .tabulator-paginator > label {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page-size {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

    .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
    }

    .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active, .dark .tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    }

.dark .tabulator .tabulator-loader {
    background: #0000003d;
}

    .dark .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
        --tw-text-opacity: 1;
        color: rgba(226, 232, 240, var(--tw-text-opacity));
    }

.tail-select {
    margin: 0px;
    width: 100%;
    vertical-align: top;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .tail-select input[type=text] {
        padding: 8px 10px;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        border-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .tail-select input[type=text]:focus {
            border-radius: 0.25rem;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgba(226, 232, 240, var(--tw-border-opacity));
            --tw-text-opacity: 1;
            color: rgba(45, 55, 72, var(--tw-text-opacity));
        }

    .tail-select mark {
        border-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
    }

    .tail-select:hover .select-label, .tail-select.idle .select-label, .tail-select.active .select-label {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .tail-select .select-label {
        padding: 7.5px 32px 7.5px 12px;
        border-radius: 0.375rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
        --tw-text-opacity: 1;
        color: rgba(45, 55, 72, var(--tw-text-opacity));
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .tail-select .select-label:after {
            border-top-color: #444;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
        }

        .tail-select .select-label.tail-select-container {
            padding: 5.5px 25px 5.5px 8px;
        }

            .tail-select .select-label.tail-select-container .select-handle {
                margin-top: 1.5px;
                margin-bottom: 1.5px;
                margin-right: 5px;
                padding: 0.2em 0.6em 0.3em 1.6em;
                margin-left: 0px;
                --tw-bg-opacity: 1;
                background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
                font-size: 0.875rem;
                line-height: 1.25rem;
                font-weight: 400;
            }

                .tail-select .select-label.tail-select-container .select-handle:before {
                    content: "×";
                    margin-left: 8px;
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    display: flex;
                    height: 100%;
                    align-items: center;
                    --tw-text-opacity: 1;
                    color: rgba(74, 85, 104, var(--tw-text-opacity));
                }

                .tail-select .select-label.tail-select-container .select-handle:hover:before {
                    --tw-text-opacity: 1;
                    color: rgba(45, 55, 72, var(--tw-text-opacity));
                }

            .tail-select .select-label.tail-select-container .label-inner {
                padding: 1.3px 4px;
            }

    .tail-select .select-dropdown {
        border-radius: 0.25rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

        .tail-select .select-dropdown .dropdown-inner {
            padding: 0px;
        }

        .tail-select .select-dropdown .dropdown-empty {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
            text-transform: capitalize;
            --tw-text-opacity: 1;
            color: rgba(113, 128, 150, var(--tw-text-opacity));
        }

        .tail-select .select-dropdown .dropdown-search {
            --tw-border-opacity: 1;
            border-color: rgba(226, 232, 240, var(--tw-border-opacity));
            padding: 0.25rem;
            --tw-shadow: 0 0 #0000;
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

        .tail-select .select-dropdown ul li {
            padding: 9px 13px;
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

            .tail-select .select-dropdown ul li:first-of-type {
                margin-top: 0px;
            }

                .tail-select .select-dropdown ul li:first-of-type.selected {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                    border-top-width: 1px;
                    --tw-border-opacity: 1;
                    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
                }

            .tail-select .select-dropdown ul li:last-of-type {
                margin-bottom: 0px;
            }

                .tail-select .select-dropdown ul li:last-of-type.selected {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                    border-bottom-width: 1px;
                    --tw-border-opacity: 1;
                    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
                }

            .tail-select .select-dropdown ul li.dropdown-option:before {
                display: none;
            }

            .tail-select .select-dropdown ul li.dropdown-option.selected {
                --tw-bg-opacity: 1;
                background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
                --tw-text-opacity: 1;
                color: rgba(255, 255, 255, var(--tw-text-opacity));
            }

                .tail-select .select-dropdown ul li.dropdown-option.selected:before {
                    opacity: 0.8;
                }

            .tail-select .select-dropdown ul li.optgroup-title {
                --tw-text-opacity: 1;
                color: rgba(45, 55, 72, var(--tw-text-opacity));
            }

.dark .tail-select input[type=text] {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .tail-select .select-label {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

    .dark .tail-select .select-label:after {
        --tw-border-opacity: 1;
        border-color: rgba(113, 128, 150, var(--tw-border-opacity));
        border-right-color: transparent;
        border-left-color: transparent;
    }

    .dark .tail-select .select-label.tail-select-container .select-handle {
        --tw-bg-opacity: 1;
        background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

        .dark .tail-select .select-label.tail-select-container .select-handle:before {
            --tw-text-opacity: 1;
            color: rgba(160, 174, 192, var(--tw-text-opacity));
        }

        .dark .tail-select .select-label.tail-select-container .select-handle:hover:before {
            --tw-text-opacity: 1;
            color: rgba(203, 213, 224, var(--tw-text-opacity));
        }

.dark .tail-select .select-dropdown {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

    .dark .tail-select .select-dropdown ul li {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

        .dark .tail-select .select-dropdown ul li.optgroup-title {
            --tw-text-opacity: 1;
            color: rgba(160, 174, 192, var(--tw-text-opacity));
        }

        .dark .tail-select .select-dropdown ul li:hover:not(.selected):not(.optgroup-title) {
            --tw-bg-opacity: 1;
            background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

        .dark .tail-select .select-dropdown ul li:first-of-type.selected {
            --tw-border-opacity: 1;
            border-color: rgba(30, 37, 51, var(--tw-border-opacity));
        }

        .dark .tail-select .select-dropdown ul li:last-of-type.selected {
            --tw-border-opacity: 1;
            border-color: rgba(30, 37, 51, var(--tw-border-opacity));
        }

    .dark .tail-select .select-dropdown .dropdown-search {
        --tw-border-opacity: 1;
        border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    }

.dropzone {
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.dark .dropzone {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.ck-editor, .document-editor, .ck-editor__editable {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.document-editor {
    display: flex;
    max-height: 700px;
    flex-flow: column nowrap;
    border-radius: var(--ck-border-radius);
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

    .document-editor .document-editor__toolbar {
        z-index: 1;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    }

        .document-editor .document-editor__toolbar .ck-toolbar {
            border: 0;
            border-radius: 0;
            --tw-bg-opacity: 1;
            background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
        }

            .document-editor .document-editor__toolbar .ck-toolbar .ck-icon {
                width: 16px;
            }

    .document-editor .document-editor__editable-container {
        overflow-y: scroll;
        padding: calc(2 * var(--ck-spacing-large));
        --tw-bg-opacity: 1;
        background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
    }

        .document-editor .document-editor__editable-container .ck-editor__editable {
            width: 15.8cm;
            margin: 0 auto;
            min-height: 21cm;
            background: white;
            padding: 1cm 2cm 2cm;
            border-radius: var(--ck-border-radius);
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgba(226, 232, 240, var(--tw-border-opacity));
            --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);
        }

    .document-editor .ck-heading-dropdown .ck-list .ck-button__label {
        line-height: calc( 1.7 * var(--ck-line-height-base) * var(--ck-font-size-base) );
        min-width: 6em;
    }

    .document-editor .ck-heading-dropdown .ck-list .ck-button:not(.ck-heading_paragraph) .ck-button__label {
        transform: scale(0.8);
        transform-origin: left;
    }

    .document-editor .ck-content h2,
    .document-editor .ck-heading-dropdown .ck-heading_heading1 .ck-button__label {
        font-size: 2.18em;
        font-weight: normal;
    }

    .document-editor .ck-content h2 {
        line-height: 1.37em;
        padding-top: 0.342em;
        margin-bottom: 0.142em;
    }

    .document-editor .ck-content h3,
    .document-editor .ck-heading-dropdown .ck-heading_heading2 .ck-button__label {
        font-size: 1.75em;
        font-weight: normal;
        color: #009dff;
    }

    .document-editor .ck-heading-dropdown .ck-heading_heading2.ck-on .ck-button__label {
        color: var(--ck-color-list-button-on-text);
    }

    .document-editor .ck-content h3 {
        line-height: 1.86em;
        padding-top: 0.171em;
        margin-bottom: 0.357em;
    }

    .document-editor .ck-content h4,
    .document-editor .ck-heading-dropdown .ck-heading_heading3 .ck-button__label {
        font-size: 1.31em;
        font-weight: bold;
    }

    .document-editor .ck-content h4 {
        line-height: 1.24em;
        padding-top: 0.286em;
        margin-bottom: 0.952em;
    }

    .document-editor .ck-content p {
        font-size: 1em;
        line-height: 1.63em;
        padding-top: 0.5em;
        margin-bottom: 1.13em;
    }

    .document-editor .ck-content blockquote {
        font-family: Georgia, serif;
        margin-left: calc(2 * var(--ck-spacing-large));
        margin-right: calc(2 * var(--ck-spacing-large));
    }

.ck.ck-content {
    min-height: 250px;
}

    .ck.ck-content.ck-editor__editable_inline {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    }

.ck .ck .ck-content {
    min-height: 250px;
}

    .ck .ck .ck-content.ck-editor__editable_inline {
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    }

.ck .ck.ck-reset_all, .ck .ck.ck-reset_all * {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.ck .ck.ck-toolbar, .ck .ck.ck-balloon-panel {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

    .ck .ck.ck-toolbar:before, .ck .ck.ck-balloon-panel:before {
        border-bottom-color: #e2e8f0 !important;
    }

    .ck .ck.ck-toolbar:after, .ck .ck.ck-balloon-panel:after {
        border-bottom-color: #edf2f7 !important;
    }

    .ck .ck.ck-toolbar .ck-icon, .ck .ck.ck-balloon-panel .ck-icon {
        width: 16px;
    }

.ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    --tw-border-opacity: 1;
    border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}

.ck .ck.ck-button:not(.ck-disabled):hover, .ck .cka.ck-button:not(.ck-disabled):hover {
    --tw-bg-opacity: 1;
    background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}

.dark .document-editor {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

    .dark .document-editor .document-editor__toolbar {
        --tw-border-opacity: 1;
        border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    }

        .dark .document-editor .document-editor__toolbar .ck-toolbar {
            --tw-bg-opacity: 1;
            background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
        }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-toolbar__separator {
                --tw-bg-opacity: 1;
                background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text {
                --tw-bg-opacity: 1;
                background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
                --tw-text-opacity: 1;
                color: rgba(226, 232, 240, var(--tw-text-opacity));
            }

                .dark .document-editor .document-editor__toolbar .ck-toolbar .ck-tooltip .ck-tooltip__text:after {
                    border-bottom-color: #3f4865;
                }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-icon :not([fill]) {
                fill: #9fa8bb;
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-dropdown__panel {
                --tw-border-opacity: 1;
                border-color: rgba(35, 42, 59, var(--tw-border-opacity));
            }

            .dark .document-editor .document-editor__toolbar .ck-toolbar .ck.ck-button.ck-on, .dark .document-editor .document-editor__toolbar .ck-toolbar a.ck.ck-button.ck-on {
                --tw-bg-opacity: 1;
                background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
            }

    .dark .document-editor .document-editor__editable-container {
        --tw-bg-opacity: 1;
        background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
    }

        .dark .document-editor .document-editor__editable-container .ck-editor__editable {
            --tw-border-opacity: 1;
            border-color: rgba(30, 37, 51, var(--tw-border-opacity));
            --tw-bg-opacity: 1;
            background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
        }

.dark .ck.ck-content.ck-editor__editable_inline {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .ck .ck .ck-content.ck-editor__editable_inline {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .ck .ck.ck-reset_all, .dark .ck .ck.ck-reset_all * {
    --tw-text-opacity: 1;
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.dark .ck .ck.ck-toolbar, .dark .ck .ck.ck-balloon-panel {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

    .dark .ck .ck.ck-toolbar:before, .dark .ck .ck.ck-balloon-panel:before {
        border-bottom-color: #1e2533 !important;
    }

    .dark .ck .ck.ck-toolbar:after, .dark .ck .ck.ck-balloon-panel:after {
        border-bottom-color: #1e2533 !important;
    }

    .dark .ck .ck.ck-toolbar .ck-toolbar__separator, .dark .ck .ck.ck-balloon-panel .ck-toolbar__separator {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
    }

    .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text, .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text {
        --tw-bg-opacity: 1;
        background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(226, 232, 240, var(--tw-text-opacity));
    }

        .dark .ck .ck.ck-toolbar .ck-tooltip .ck-tooltip__text:after, .dark .ck .ck.ck-balloon-panel .ck-tooltip .ck-tooltip__text:after {
            border-bottom-color: #3f4865;
        }

    .dark .ck .ck.ck-toolbar .ck.ck-icon :not([fill]), .dark .ck .ck.ck-balloon-panel .ck.ck-icon :not([fill]) {
        fill: #9fa8bb;
    }

    .dark .ck .ck.ck-toolbar .ck.ck-dropdown__panel, .dark .ck .ck.ck-balloon-panel .ck.ck-dropdown__panel {
        --tw-border-opacity: 1;
        border-color: rgba(35, 42, 59, var(--tw-border-opacity));
    }

    .dark .ck .ck.ck-toolbar .ck.ck-button.ck-on, .dark .ck .ck.ck-toolbar a.ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel .ck.ck-button.ck-on, .dark .ck .ck.ck-balloon-panel a.ck.ck-button.ck-on {
        --tw-bg-opacity: 1;
        background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
    }

.dark .ck .ck.ck-editor__main > .ck-editor__editable {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

    .dark .ck .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
        --tw-border-opacity: 1;
        border-color: rgba(30, 37, 51, var(--tw-border-opacity));
    }

.dark .ck .ck.ck-button:not(.ck-disabled):hover, .dark .ck .cka.ck-button:not(.ck-disabled):hover {
    --tw-bg-opacity: 1;
    background-color: rgba(30, 37, 51, var(--tw-bg-opacity));
}

.zoom-overlay {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.75;
}

.hljs {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.source-preview {
    position: relative;
}

    .source-preview code:before {
        content: "HTML";
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        border-bottom-left-radius: 0.25rem;
        --tw-bg-opacity: 1;
        background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
        --tw-bg-opacity: 0.7;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-family: Roboto;
        font-weight: 500;
    }

    .source-preview code.javascript:before {
        content: "JS";
    }

@media (max-width: 1023px) {
    .full-calendar .fc-toolbar {
        flex-direction: column;
    }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(1) {
    order: 3;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(2) {
    order: 1;
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
    order: 2;
}

@media (max-width: 1023px) {
    .full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

.full-calendar .fc-toolbar .fc-toolbar-chunk:nth-child(3) .fc-button-group button {
    width: 5rem;
}

.full-calendar .fc-toolbar .fc-toolbar-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:first-child {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.full-calendar .fc-toolbar-chunk .fc-button-primary:last-child {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.full-calendar.fc-theme-standard .fc-scrollgrid, .full-calendar.fc-theme-standard th, .full-calendar.fc-theme-standard td, .full-calendar.fc-theme-standard .fc-list {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity));
}

.dark .full-calendar.fc-theme-standard .fc-scrollgrid, .dark .full-calendar.fc-theme-standard th, .dark .full-calendar.fc-theme-standard td, .dark .full-calendar.fc-theme-standard .fc-list {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.full-calendar table {
    border-radius: 0.375rem;
}

    .full-calendar table tr th {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

.full-calendar .fc-daygrid-event-harness {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.full-calendar .fc-h-event {
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.full-calendar .fc-event-title-container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
}

.full-calendar .fc-daygrid-event {
    font-size: 0.75rem;
    line-height: 1rem;
}

.full-calendar .fc-daygrid-event-dot {
    margin-right: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.full-calendar .fc-daygrid-dot-event .fc-event-title {
    font-weight: 500;
}

.full-calendar .fc-col-header-cell-cushion {
    font-weight: 500;
}

.full-calendar .fc-daygrid-more-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.full-calendar .fc-daygrid-day-bottom {
    padding-top: 0.25rem;
}

.full-calendar .fc-day-other {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}

.dark .full-calendar .fc-day-other {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.full-calendar .fc-button-primary {
    --tw-border-opacity: 1;
    border-color: rgba(237, 242, 247, var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1;
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity)) !important;
    text-transform: capitalize !important;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    border-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-weight: 500;
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    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-duration: 200ms;
}

    .full-calendar .fc-button-primary:hover {
        --tw-border-opacity: 0.9;
        --tw-bg-opacity: 0.9;
    }

    .full-calendar .fc-button-primary:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .full-calendar .fc-button-primary:not(button) {
        text-align: center;
    }

    .full-calendar .fc-button-primary .fc-icon {
        font-size: 1.2em;
    }

    .full-calendar .fc-button-primary:focus {
        box-shadow: none !important;
    }

    .full-calendar .fc-button-primary:not(:disabled):active,
    .full-calendar .fc-button-primary:not(:disabled).fc-button-active {
        color: #ffffff !important;
        border-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
        background-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
    }

.full-calendar .fc-list-day-cushion {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity)) !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

.full-calendar .fc-list-event td {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.full-calendar .fc-list-event-dot {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity)) !important;
}

.full-calendar .fc-v-event {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .full-calendar .fc-v-event {
    --tw-border-opacity: 1;
    border-color: rgba(41, 49, 69, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.full-calendar .fc-event-time {
    font-size: 0.75rem !important;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
}

.full-calendar .fc-daygrid-more-link {
    padding-left: 0.5rem;
}

.dark .full-calendar .fc-button-primary {
    border-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
    color: rgba(203, 213, 224, var(--tw-text-opacity)) !important;
}

    .dark .full-calendar .fc-button-primary:not(:disabled):active,
    .dark .full-calendar .fc-button-primary:not(:disabled).fc-button-active {
        border-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
        background-color: rgba(28, 63, 170, var(--tw-bg-opacity)) !important;
    }

.dark .full-calendar .fc-day-today {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .full-calendar .fc-list-day-cushion {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity)) !important;
}

.dark .full-calendar .fc-event:hover td {
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.has-error .form-control {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.hover\:bg-none:hover {
    background-color: transparent !important;
}

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.hover\:bg-theme-1:hover {
    background-color: #1c2464;
    color: #fff;
}

.hover\:bg-theme-2:hover {
    background-color: rgba(28, 63, 170, 0.15);
}

.hover\:bg-opacity-30:hover {
    --tw-bg-opacity: 0.3;
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.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);
}

.dark .dark\:border-dark-5 {
    --tw-border-opacity: 1;
    border-color: rgba(63, 72, 101, var(--tw-border-opacity));
}

.dark .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgba(74, 85, 104, var(--tw-border-opacity));
}

.dark .dark\:border-dark-4 {
    --tw-border-opacity: 1;
    border-color: rgba(30, 37, 51, var(--tw-border-opacity));
}

.dark .dark\:border-theme-1 {
    --tw-border-opacity: 1;
    border-color: rgba(28, 63, 170, var(--tw-border-opacity));
}

.dark .dark\:border-dark-1 {
    --tw-border-opacity: 1;
    border-color: rgba(41, 49, 69, var(--tw-border-opacity));
}

.dark .dark\:border-dark-2 {
    --tw-border-opacity: 1;
    border-color: rgba(35, 42, 59, var(--tw-border-opacity));
}

.dark .dark\:border-theme-10 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 96, 216, var(--tw-border-opacity));
}

.dark .dark\:border-theme-9 {
    --tw-border-opacity: 1;
    border-color: rgba(145, 199, 20, var(--tw-border-opacity));
}

.dark .dark\:border-theme-12 {
    --tw-border-opacity: 1;
    border-color: rgba(251, 197, 0, var(--tw-border-opacity));
}

.dark .dark\:border-theme-6 {
    --tw-border-opacity: 1;
    border-color: rgba(211, 41, 41, var(--tw-border-opacity));
}

.dark .dark\:border-dark-3 {
    --tw-border-opacity: 1;
    border-color: rgba(49, 58, 85, var(--tw-border-opacity));
}

.dark .dark\:border-opacity-100 {
    --tw-border-opacity: 1;
}

.dark .dark\:bg-dark-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-5 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-9 {
    --tw-bg-opacity: 1;
    background-color: rgba(145, 199, 20, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-1 {
    --tw-bg-opacity: 1;
    background-color: rgba(28, 63, 170, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-11 {
    --tw-bg-opacity: 1;
    background-color: rgba(247, 139, 0, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-12 {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 197, 0, var(--tw-bg-opacity));
}

.dark .dark\:bg-theme-10 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 96, 216, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-3 {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

.dark .dark\:bg-dark-2 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .dark\:bg-transparent {
    background-color: transparent;
}

.dark .dark\:bg-dark-6 {
    --tw-bg-opacity: 1;
    background-color: rgba(43, 51, 72, var(--tw-bg-opacity));
}

.dark .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.dark .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(226, 232, 240, var(--tw-text-opacity));
}

.dark .dark\:text-theme-10 {
    --tw-text-opacity: 1;
    color: rgba(49, 96, 216, var(--tw-text-opacity));
}

.dark .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(160, 174, 192, var(--tw-text-opacity));
}

.dark .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(203, 213, 224, var(--tw-text-opacity));
}

.dark .dark\:text-opacity-100 {
    --tw-text-opacity: 1;
}

.dark .dark\:hover\:bg-dark-2:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 42, 59, var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-dark-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-dark-3:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
}

@media (min-width: 375px) {

    .xs\:mt-0 {
        margin-top: 0;
    }

    .xs\:mt-1 {
        margin-top: 0.25rem;
    }

    .xs\:mt-2 {
        margin-top: 0.5rem;
    }

    .xs\:mt-3 {
        margin-top: 0.75rem;
    }

    .xs\:mt-4 {
        margin-top: 1rem;
    }

    .xs\:ml-0 {
        margin-left: 0;
    }

    .xs\:ml-1 {
        margin-left: 0.25rem;
    }

    .xs\:ml-2 {
        margin-left: 0.5rem;
    }

    .xs\:ml-3 {
        margin-left: 0.75rem;
    }

    .xs\:ml-4 {
        margin-left: 1rem;
    }

    .xs\:mr-0 {
        margin-right: 0;
    }

    .xs\:mr-1 {
        margin-right: 0.25rem;
    }

    .xs\:mr-2 {
        margin-right: 0.5rem;
    }

    .xs\:mr-3 {
        margin-right: 0.75rem;
    }

    .xs\:mr-4 {
        margin-right: 1rem;
    }

    .xs\:p-0 {
        padding: 0px;
    }

    .xs\:\!p-0 {
        padding: 0px !important;
    }

    .xs\:p-1 {
        padding: 0.25rem;
    }

    .xs\:\!p-1 {
        padding: 0.25rem !important;
    }

    .xs\:p-2 {
        padding: 0.5rem;
    }

    .xs\:\!p-2 {
        padding: 0.5rem !important;
    }

    .xs\:p-3 {
        padding: 0.75rem;
    }

    .xs\:\!p-3 {
        padding: 0.75rem !important;
    }

    .xs\:p-4 {
        padding: 1rem;
    }

    .xs\:\!p-4 {
        padding: 1rem !important;
    }

    .xs\:p-5 {
        padding: 1.25rem;
    }

    .xs\:\!p-5 {
        padding: 1.25rem !important;
    }

    .xs\:p-6 {
        padding: 1.5rem;
    }

    .xs\:\!p-6 {
        padding: 1.5rem !important;
    }

    .xs\:p-7 {
        padding: 1.75rem;
    }

    .xs\:\!p-7 {
        padding: 1.75rem !important;
    }

    .xs\:p-8 {
        padding: 2rem;
    }

    .xs\:\!p-8 {
        padding: 2rem !important;
    }

    .xs\:p-9 {
        padding: 2.25rem;
    }

    .xs\:\!p-9 {
        padding: 2.25rem !important;
    }

    .xs\:p-10 {
        padding: 2.5rem;
    }

    .xs\:\!p-10 {
        padding: 2.5rem !important;
    }

    .xs\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xs\:\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .xs\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .xs\:\!px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .xs\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .xs\:\!px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .xs\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .xs\:\!px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .xs\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .xs\:\!px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .xs\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .xs\:\!px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .xs\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xs\:\!px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .xs\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .xs\:\!px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .xs\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .xs\:\!px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .xs\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .xs\:\!px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .xs\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .xs\:\!px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .xs\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xs\:\!py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .xs\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .xs\:\!py-0\.5 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }

    .xs\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .xs\:\!py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .xs\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .xs\:\!py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .xs\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .xs\:\!py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .xs\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .xs\:\!py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .xs\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .xs\:\!py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .xs\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .xs\:\!py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .xs\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .xs\:\!py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .xs\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .xs\:\!py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .xs\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .xs\:\!py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .xs\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .xs\:\!py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .xs\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .xs\:\!py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .xs\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .xs\:\!py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .xs\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .xs\:\!py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .xs\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .xs\:\!py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .xs\:pt-0 {
        padding-top: 0px;
    }

    .xs\:\!pt-0 {
        padding-top: 0px !important;
    }

    .xs\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .xs\:\!pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .xs\:pt-1 {
        padding-top: 0.25rem;
    }

    .xs\:\!pt-1 {
        padding-top: 0.25rem !important;
    }

    .xs\:pt-2 {
        padding-top: 0.5rem;
    }

    .xs\:\!pt-2 {
        padding-top: 0.5rem !important;
    }

    .xs\:pt-3 {
        padding-top: 0.75rem;
    }

    .xs\:\!pt-3 {
        padding-top: 0.75rem !important;
    }

    .xs\:pt-4 {
        padding-top: 1rem;
    }

    .xs\:\!pt-4 {
        padding-top: 1rem !important;
    }

    .xs\:pt-5 {
        padding-top: 1.25rem;
    }

    .xs\:\!pt-5 {
        padding-top: 1.25rem !important;
    }

    .xs\:pt-6 {
        padding-top: 1.5rem;
    }

    .xs\:\!pt-6 {
        padding-top: 1.5rem !important;
    }

    .xs\:pt-7 {
        padding-top: 1.75rem;
    }

    .xs\:\!pt-7 {
        padding-top: 1.75rem !important;
    }

    .xs\:pt-8 {
        padding-top: 2rem;
    }

    .xs\:\!pt-8 {
        padding-top: 2rem !important;
    }

    .xs\:pt-9 {
        padding-top: 2.25rem;
    }

    .xs\:\!pt-9 {
        padding-top: 2.25rem !important;
    }

    .xs\:pt-10 {
        padding-top: 2.5rem;
    }

    .xs\:\!pt-10 {
        padding-top: 2.5rem !important;
    }

    .xs\:pt-11 {
        padding-top: 2.75rem;
    }

    .xs\:\!pt-11 {
        padding-top: 2.75rem !important;
    }

    .xs\:pt-12 {
        padding-top: 3rem;
    }

    .xs\:\!pt-12 {
        padding-top: 3rem !important;
    }

    .xs\:pt-14 {
        padding-top: 3.5rem;
    }

    .xs\:\!pt-14 {
        padding-top: 3.5rem !important;
    }

    .xs\:pt-16 {
        padding-top: 4rem;
    }

    .xs\:\!pt-16 {
        padding-top: 4rem !important;
    }

    .xs\:pr-0 {
        padding-right: 0px;
    }

    .xs\:\!pr-0 {
        padding-right: 0px !important;
    }

    .xs\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .xs\:\!pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .xs\:pr-1 {
        padding-right: 0.25rem;
    }

    .xs\:\!pr-1 {
        padding-right: 0.25rem !important;
    }

    .xs\:pr-2 {
        padding-right: 0.5rem;
    }

    .xs\:\!pr-2 {
        padding-right: 0.5rem !important;
    }

    .xs\:pr-3 {
        padding-right: 0.75rem;
    }

    .xs\:\!pr-3 {
        padding-right: 0.75rem !important;
    }

    .xs\:pr-4 {
        padding-right: 1rem;
    }

    .xs\:\!pr-4 {
        padding-right: 1rem !important;
    }

    .xs\:pr-5 {
        padding-right: 1.25rem;
    }

    .xs\:\!pr-5 {
        padding-right: 1.25rem !important;
    }

    .xs\:pr-6 {
        padding-right: 1.5rem;
    }

    .xs\:\!pr-6 {
        padding-right: 1.5rem !important;
    }

    .xs\:pr-7 {
        padding-right: 1.75rem;
    }

    .xs\:\!pr-7 {
        padding-right: 1.75rem !important;
    }

    .xs\:pr-8 {
        padding-right: 2rem;
    }

    .xs\:\!pr-8 {
        padding-right: 2rem !important;
    }

    .xs\:pr-9 {
        padding-right: 2.25rem;
    }

    .xs\:\!pr-9 {
        padding-right: 2.25rem !important;
    }

    .xs\:pr-10 {
        padding-right: 2.5rem;
    }

    .xs\:\!pr-10 {
        padding-right: 2.5rem !important;
    }

    .xs\:pr-11 {
        padding-right: 2.75rem;
    }

    .xs\:\!pr-11 {
        padding-right: 2.75rem !important;
    }

    .xs\:pr-12 {
        padding-right: 3rem;
    }

    .xs\:\!pr-12 {
        padding-right: 3rem !important;
    }

    .xs\:pr-14 {
        padding-right: 3.5rem;
    }

    .xs\:\!pr-14 {
        padding-right: 3.5rem !important;
    }

    .xs\:pr-16 {
        padding-right: 4rem;
    }

    .xs\:\!pr-16 {
        padding-right: 4rem !important;
    }

    .xs\:pb-0 {
        padding-bottom: 0px;
    }

    .xs\:\!pb-0 {
        padding-bottom: 0px !important;
    }

    .xs\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .xs\:\!pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .xs\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .xs\:\!pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .xs\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .xs\:\!pb-2 {
        padding-bottom: 0.5rem !important;
    }

    .xs\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .xs\:\!pb-3 {
        padding-bottom: 0.75rem !important;
    }

    .xs\:pb-4 {
        padding-bottom: 1rem;
    }

    .xs\:\!pb-4 {
        padding-bottom: 1rem !important;
    }

    .xs\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .xs\:\!pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .xs\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .xs\:\!pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .xs\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .xs\:\!pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .xs\:pb-8 {
        padding-bottom: 2rem;
    }

    .xs\:\!pb-8 {
        padding-bottom: 2rem !important;
    }

    .xs\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .xs\:\!pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .xs\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .xs\:\!pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .xs\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .xs\:\!pb-11 {
        padding-bottom: 2.75rem !important;
    }

    .xs\:pb-12 {
        padding-bottom: 3rem;
    }

    .xs\:\!pb-12 {
        padding-bottom: 3rem !important;
    }

    .xs\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .xs\:\!pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .xs\:pb-16 {
        padding-bottom: 4rem;
    }

    .xs\:\!pb-16 {
        padding-bottom: 4rem !important;
    }

    .xs\:pl-0 {
        padding-left: 0px;
    }

    .xs\:\!pl-0 {
        padding-left: 0px !important;
    }

    .xs\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .xs\:\!pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .xs\:pl-1 {
        padding-left: 0.25rem;
    }

    .xs\:\!pl-1 {
        padding-left: 0.25rem !important;
    }

    .xs\:pl-2 {
        padding-left: 0.5rem;
    }

    .xs\:\!pl-2 {
        padding-left: 0.5rem !important;
    }

    .xs\:pl-3 {
        padding-left: 0.75rem;
    }

    .xs\:\!pl-3 {
        padding-left: 0.75rem !important;
    }

    .xs\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .xs\:\!pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .xs\:pl-4 {
        padding-left: 1rem;
    }

    .xs\:\!pl-4 {
        padding-left: 1rem !important;
    }

    .xs\:pl-5 {
        padding-left: 1.25rem;
    }

    .xs\:\!pl-5 {
        padding-left: 1.25rem !important;
    }

    .xs\:pl-6 {
        padding-left: 1.5rem;
    }

    .xs\:\!pl-6 {
        padding-left: 1.5rem !important;
    }

    .xs\:pl-7 {
        padding-left: 1.75rem;
    }

    .xs\:\!pl-7 {
        padding-left: 1.75rem !important;
    }

    .xs\:pl-8 {
        padding-left: 2rem;
    }

    .xs\:\!pl-8 {
        padding-left: 2rem !important;
    }

    .xs\:pl-9 {
        padding-left: 2.25rem;
    }

    .xs\:\!pl-9 {
        padding-left: 2.25rem !important;
    }

    .xs\:pl-10 {
        padding-left: 2.5rem;
    }

    .xs\:\!pl-10 {
        padding-left: 2.5rem !important;
    }

    .xs\:pl-11 {
        padding-left: 2.75rem;
    }

    .xs\:\!pl-11 {
        padding-left: 2.75rem !important;
    }

    .xs\:pl-12 {
        padding-left: 3rem;
    }

    .xs\:\!pl-12 {
        padding-left: 3rem !important;
    }

    .xs\:pb-14 {
        padding-left: 3.5rem;
    }

    .xs\:\!pb-14 {
        padding-left: 3.5rem !important;
    }

    .xs\:pl-16 {
        padding-left: 4rem;
    }

    .xs\:\!pl-16 {
        padding-left: 4rem !important;
    }

    .xs\:text-left {
        text-align: left;
    }

    .xs\:text-right {
        text-align: right;
    }

    .xs\:text-justify {
        text-align: justify;
    }

    .xs\:text-center {
        text-align: center;
    }

    .xs\:hidden {
        display: none;
    }

    .xs\:\!hidden {
        display: none !important;
    }

    .xs\:w-auto {
        width: auto;
    }

    .xs\:w-px {
        width: 1px;
    }

    .xs\:w-1 {
        width: 0.25rem;
    }

    .xs\:w-2 {
        width: 0.5rem;
    }

    .xs\:w-3 {
        width: 0.75rem;
    }

    .xs\:w-4 {
        width: 1rem;
    }

    .xs\:w-5 {
        width: 1.25rem;
    }

    .xs\:w-6 {
        width: 1.5rem;
    }

    .xs\:w-8 {
        width: 2rem;
    }

    .xs\:w-10 {
        width: 2.5rem;
    }

    .xs\:w-12 {
        width: 3rem;
    }

    .xs\:w-16 {
        width: 4rem;
    }

    .xs\:w-20 {
        width: 5rem;
    }

    .xs\:w-24 {
        width: 6rem;
    }

    .xs\:w-32 {
        width: 8rem;
    }

    .xs\:w-36 {
        width: 9rem;
    }

    .xs\:w-40 {
        width: 10rem;
    }

    .xs\:w-44 {
        width: 11rem;
    }

    .xs\:w-48 {
        width: 12rem;
    }

    .xs\:w-52 {
        width: 13rem;
    }

    .xs\:w-56 {
        width: 14rem;
    }

    .xs\:w-64 {
        width: 16rem;
    }

    .xs\:w-72 {
        width: 18rem;
    }

    .xs\:w-1\/20 {
        width: 5%;
    }

    .xs\:w-1\/10 {
        width: 10%;
    }

    .xs\:w-3\/20 {
        width: 15%;
    }

    .xs\:w-1\/5 {
        width: 20%;
    }

    .xs\:w-1\/4 {
        width: 25%;
    }

    .xs\:w-3\/10 {
        width: 30%;
    }

    .xs\:w-7\/20 {
        width: 35%;
    }

    .xs\:w-2\/5 {
        width: 40%;
    }

    .xs\:w-9\/20 {
        width: 45%;
    }

    .xs\:w-1\/2 {
        width: 50%;
    }

    .xs\:w-2\/4 {
        width: 50%;
    }

    .xs\:w-3\/5 {
        width: 60%;
    }

    .xs\:w-2\/3 {
        width: 66.666667%;
    }

    .xs\:w-3\/4 {
        width: 75%;
    }

    .xs\:w-4\/5 {
        width: 80%;
    }

    .xs\:w-10\/12 {
        width: 83.333333%;
    }

    .xs\:w-5\/6 {
        width: 83.333333%;
    }

    .xs\:w-9\/10 {
        width: 90%;
    }

    .xs\:w-full {
        width: 100%;
    }

    .xs\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .xs\:text-7xl {
        font-size: 5rem;
        line-height: 1;
    }

    .xs\:text-6xl {
        font-size: 4rem;
        line-height: 1;
    }

    .xs\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .xs\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xs\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xs\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xs\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xs\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .xs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xs\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xs\:text-2xs {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .xs\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .xs\:text-xxs {
        font-size: 0.65rem;
        line-height: 1rem;
    }
}

@media (max-width: 639px) {
    .xs\:\!relative-hover:hover {
        position: relative !important;
    }

    .xs\:select-none {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .xs\:absolute {
        position: absolute;
    }

    .xs\:right-3 {
        right: 0.75rem;
    }

    .xs\:top-16 {
        top: 4rem;
    }

    .xs\:hidden-mobile {
        display: none;
    }

    .xs\:flex-wrap {
        flex-wrap: wrap;
    }
}

@media (min-width: 640px) {
    .sm\:relative {
        position: relative;
    }

    .sm\:absolute {
        position: absolute;
    }

    .sm\:absolute-hover-imp:hover {
        position: absolute !important;
    }

    .sm\:static {
        position: static;
    }

    .sm\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .sm\:col-span-7 {
        grid-column: span 7 / span 7;
    }

    .sm\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .sm\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .sm\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .sm\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .sm\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .sm\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    .sm\:ml-auto {
        margin-left: auto;
    }

    .sm\:mt-0 {
        margin-top: 0px;
    }

    .sm\:ml-2 {
        margin-left: 0.5rem;
    }

    .sm\:ml-0 {
        margin-left: 0px;
    }

    .sm\:mr-3 {
        margin-right: 0.75rem;
    }

    .sm\:ml-3 {
        margin-left: 0.75rem;
    }

    .sm\:mb-0 {
        margin-bottom: 0px;
    }

    .sm\:mr-5 {
        margin-right: 1.25rem;
    }

    .sm\:mt-0 {
        margin-top: 0;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:mt-6 {
        margin-top: 1.5rem;
    }

    .sm\:mt-2 {
        margin-top: 0.5rem;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:ml-40 {
        margin-left: 10rem;
    }

    .sm\:mr-28 {
        margin-right: 7rem;
    }

    .sm\:mr-40 {
        margin-right: 10rem;
    }

    .sm\:mr-20 {
        margin-right: 5rem;
    }

    .sm\:mr-1 {
        margin-right: 0.25rem;
    }

    .sm\:mr-8 {
        margin-right: 2rem;
    }

    .sm\:mr-0 {
        margin-right: 0px;
    }

    .sm\:mr-2 {
        margin-right: 0.5rem;
    }

    .sm\:ml-20 {
        margin-left: 5rem;
    }

    .sm\:mr-auto {
        margin-right: auto;
    }

    .sm\:mr-4 {
        margin-right: 1rem;
    }

    .sm\:ml-1 {
        margin-left: 0.25rem;
    }

    .sm\:mr-6 {
        margin-right: 1.5rem;
    }

    .sm\:block {
        display: block;
    }

    .sm\:inline-block {
        display: inline-block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:grid {
        display: grid;
    }

    .sm\:table-cell {
        display: table-cell;
    }

    .sm\:hidden {
        display: none;
    }

    .sm\:h-10 {
        height: 2.5rem;
    }

    .sm\:h-12 {
        height: 3rem;
    }

    .sm\:h-5 {
        height: 1.25rem;
    }

    .sm\:h-24 {
        height: 6rem;
    }

    .sm\:w-auto {
        width: auto;
    }

    .sm\:w-px {
        width: 1px;
    }

    .sm\:w-1 {
        width: 0.25rem;
    }

    .sm\:w-2 {
        width: 0.5rem;
    }

    .sm\:w-3 {
        width: 0.75rem;
    }

    .sm\:w-4 {
        width: 1rem;
    }

    .sm\:w-5 {
        width: 1.25rem;
    }

    .sm\:w-6 {
        width: 1.5rem;
    }

    .sm\:w-8 {
        width: 2rem;
    }

    .sm\:w-10 {
        width: 2.5rem;
    }

    .sm\:w-12 {
        width: 3rem;
    }

    .sm\:w-16 {
        width: 4rem;
    }

    .sm\:w-18 {
        width: 4.5rem;
    }

    .sm\:w-20 {
        width: 5rem;
    }

    .sm\:w-22 {
        width: 5.5rem;
    }

    .sm\:w-24 {
        width: 6rem;
    }

    .sm\:w-26 {
        width: 6.5rem;
    }

    .sm\:w-27 {
        width: 6.75rem;
    }

    .sm\:w-28 {
        width: 7rem;
    }

    .sm\:w-32 {
        width: 8rem;
    }

    .sm\:w-36 {
        width: 9rem;
    }

    .sm\:w-40 {
        width: 10rem;
    }

    .sm\:w-44 {
        width: 11rem;
    }

    .sm\:w-48 {
        width: 12rem;
    }

    .sm\:w-52 {
        width: 13rem;
    }

    .sm\:w-56 {
        width: 14rem;
    }

    .sm\:w-64 {
        width: 16rem;
    }

    .sm\:w-72 {
        width: 18rem;
    }

    .sm\:w-full {
        width: 100%;
    }

    .sm\:w-1\/20 {
        width: 5%;
    }

    .sm\:w-1\/10 {
        width: 10%;
    }

    .sm\:w-3\/20 {
        width: 15%;
    }

    .sm\:w-1\/5 {
        width: 20%;
    }

    .sm\:w-1\/4 {
        width: 25%;
    }

    .sm\:w-3\/10 {
        width: 30%;
    }

    .sm\:w-7\/20 {
        width: 35%;
    }

    .sm\:w-2\/5 {
        width: 40%;
    }

    .sm\:w-9\/20 {
        width: 45%;
    }

    .sm\:w-1\/2 {
        width: 50%;
    }

    .sm\:w-2\/4 {
        width: 50%;
    }

    .sm\:w-3\/5 {
        width: 60%;
    }

    .sm\:w-2\/3 {
        width: 66.666667%;
    }

    .sm\:w-3\/4 {
        width: 75%;
    }

    .sm\:w-4\/5 {
        width: 80%;
    }

    .sm\:w-10\/12 {
        width: 83.333333%;
    }

    .sm\:w-5\/6 {
        width: 83.333333%;
    }

    .sm\:w-9\/10 {
        width: 90%;
    }

    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:flex-col {
        flex-direction: column;
    }

    .sm\:flex-nowrap {
        flex-wrap: nowrap;
    }


    .sm\:items-end {
        align-items: flex-end;
    }

    .sm\:justify-start {
        justify-content: flex-start;
    }

    .sm\:justify-end {
        justify-content: flex-end;
    }

    .sm\:justify-space-even {
        justify-content: space-evenly;
    }

    .sm\:gap-10 {
        gap: 2.5rem;
    }

    .sm\:gap-6 {
        gap: 1.5rem;
    }

    .sm\:overflow-x-visible {
        overflow-x: visible;
    }

    .sm\:whitespace-normal {
        white-space: normal;
    }

    .sm\:border-0 {
        border-width: 0px;
    }

    .sm\:border-t-0 {
        border-top-width: 0px;
    }

    .sm\:border-l {
        border-left-width: 1px;
    }

    .sm\:border-b-0 {
        border-bottom-width: 0px;
    }

    .sm\:p-0 {
        padding: 0px;
    }

    .sm\:\!p-0 {
        padding: 0px !important;
    }

    .sm\:p-1 {
        padding: 0.25rem;
    }

    .sm\:\!p-1 {
        padding: 0.25rem !important;
    }

    .sm\:p-2 {
        padding: 0.5rem;
    }

    .sm\:\!p-2 {
        padding: 0.5rem !important;
    }

    .sm\:p-3 {
        padding: 0.75rem;
    }

    .sm\:\!p-3 {
        padding: 0.75rem !important;
    }

    .sm\:p-4 {
        padding: 1rem;
    }

    .sm\:\!p-4 {
        padding: 1rem !important;
    }

    .sm\:p-5 {
        padding: 1.25rem;
    }

    .sm\:\!p-5 {
        padding: 1.25rem !important;
    }

    .sm\:p-6 {
        padding: 1.5rem;
    }

    .sm\:\!p-6 {
        padding: 1.5rem !important;
    }

    .sm\:p-7 {
        padding: 1.75rem;
    }

    .sm\:\!p-7 {
        padding: 1.75rem !important;
    }

    .sm\:p-8 {
        padding: 2rem;
    }

    .sm\:\!p-8 {
        padding: 2rem !important;
    }

    .sm\:p-9 {
        padding: 2.25rem;
    }

    .sm\:\!p-9 {
        padding: 2.25rem !important;
    }

    .sm\:p-10 {
        padding: 2.5rem;
    }

    .sm\:\!p-10 {
        padding: 2.5rem !important;
    }

    .sm\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .sm\:\!px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sm\:px-1 {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .sm\:\!px-1 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .sm\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .sm\:\!px-2 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .sm\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .sm\:\!px-3 {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:\!px-4 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .sm\:\!px-5 {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .sm\:\!px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .sm\:px-7 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .sm\:\!px-7 {
        padding-left: 1.75rem !important;
        padding-right: 1.75rem !important;
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .sm\:\!px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .sm\:px-9 {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }

    .sm\:\!px-9 {
        padding-left: 2.25rem !important;
        padding-right: 2.25rem !important;
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .sm\:\!px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .sm\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .sm\:\!py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .sm\:py-0\.5 {
        padding-top: 0.125rem;
        padding-bottom: 0.125rem;
    }

    .sm\:\!py-0\.5 {
        padding-top: 0.125rem !important;
        padding-bottom: 0.125rem !important;
    }

    .sm\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .sm\:\!py-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .sm\:py-1\.5 {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .sm\:\!py-1\.5 {
        padding-top: 0.375rem !important;
        padding-bottom: 0.375rem !important;
    }

    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:\!py-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .sm\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .sm\:\!py-3 {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .sm\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .sm\:\!py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .sm\:py-5 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .sm\:\!py-5 {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .sm\:\!py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .sm\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .sm\:\!py-7 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sm\:\!py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .sm\:py-9 {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .sm\:\!py-9 {
        padding-top: 2.25rem !important;
        padding-bottom: 2.25rem !important;
    }

    .sm\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .sm\:\!py-10 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .sm\:py-11 {
        padding-top: 2.75rem;
        padding-bottom: 2.75rem;
    }

    .sm\:\!py-11 {
        padding-top: 2.75rem !important;
        padding-bottom: 2.75rem !important;
    }

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .sm\:\!py-12 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .sm\:\!py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .sm\:pt-0 {
        padding-top: 0px;
    }

    .sm\:\!pt-0 {
        padding-top: 0px !important;
    }

    .sm\:pt-0\.5 {
        padding-top: 0.125rem;
    }

    .sm\:\!pt-0\.5 {
        padding-top: 0.125rem !important;
    }

    .sm\:pt-1 {
        padding-top: 0.25rem;
    }

    .sm\:\!pt-1 {
        padding-top: 0.25rem !important;
    }

    .sm\:pt-2 {
        padding-top: 0.5rem;
    }

    .sm\:\!pt-2 {
        padding-top: 0.5rem !important;
    }

    .sm\:pt-3 {
        padding-top: 0.75rem;
    }

    .sm\:\!pt-3 {
        padding-top: 0.75rem !important;
    }

    .sm\:pt-4 {
        padding-top: 1rem;
    }

    .sm\:\!pt-4 {
        padding-top: 1rem !important;
    }

    .sm\:pt-5 {
        padding-top: 1.25rem;
    }

    .sm\:\!pt-5 {
        padding-top: 1.25rem !important;
    }

    .sm\:pt-6 {
        padding-top: 1.5rem;
    }

    .sm\:\!pt-6 {
        padding-top: 1.5rem !important;
    }

    .sm\:pt-7 {
        padding-top: 1.75rem;
    }

    .sm\:\!pt-7 {
        padding-top: 1.75rem !important;
    }

    .sm\:pt-8 {
        padding-top: 2rem;
    }

    .sm\:\!pt-8 {
        padding-top: 2rem !important;
    }

    .sm\:pt-9 {
        padding-top: 2.25rem;
    }

    .sm\:\!pt-9 {
        padding-top: 2.25rem !important;
    }

    .sm\:pt-10 {
        padding-top: 2.5rem;
    }

    .sm\:\!pt-10 {
        padding-top: 2.5rem !important;
    }

    .sm\:pt-11 {
        padding-top: 2.75rem;
    }

    .sm\:\!pt-11 {
        padding-top: 2.75rem !important;
    }

    .sm\:pt-12 {
        padding-top: 3rem;
    }

    .sm\:\!pt-12 {
        padding-top: 3rem !important;
    }

    .sm\:pt-14 {
        padding-top: 3.5rem;
    }

    .sm\:\!pt-14 {
        padding-top: 3.5rem !important;
    }

    .sm\:pt-16 {
        padding-top: 4rem;
    }

    .sm\:\!pt-16 {
        padding-top: 4rem !important;
    }

    .sm\:pr-0 {
        padding-right: 0px;
    }

    .sm\:\!pr-0 {
        padding-right: 0px !important;
    }

    .sm\:pr-0\.5 {
        padding-right: 0.125rem;
    }

    .sm\:\!pr-0\.5 {
        padding-right: 0.125rem !important;
    }

    .sm\:pr-1 {
        padding-right: 0.25rem;
    }

    .sm\:\!pr-1 {
        padding-right: 0.25rem !important;
    }

    .sm\:pr-2 {
        padding-right: 0.5rem;
    }

    .sm\:\!pr-2 {
        padding-right: 0.5rem !important;
    }

    .sm\:pr-3 {
        padding-right: 0.75rem;
    }

    .sm\:\!pr-3 {
        padding-right: 0.75rem !important;
    }

    .sm\:pr-4 {
        padding-right: 1rem;
    }

    .sm\:\!pr-4 {
        padding-right: 1rem !important;
    }

    .sm\:pr-5 {
        padding-right: 1.25rem;
    }

    .sm\:\!pr-5 {
        padding-right: 1.25rem !important;
    }

    .sm\:pr-6 {
        padding-right: 1.5rem;
    }

    .sm\:\!pr-6 {
        padding-right: 1.5rem !important;
    }

    .sm\:pr-7 {
        padding-right: 1.75rem;
    }

    .sm\:\!pr-7 {
        padding-right: 1.75rem !important;
    }

    .sm\:pr-8 {
        padding-right: 2rem;
    }

    .sm\:\!pr-8 {
        padding-right: 2rem !important;
    }

    .sm\:pr-9 {
        padding-right: 2.25rem;
    }

    .sm\:\!pr-9 {
        padding-right: 2.25rem !important;
    }

    .sm\:pr-10 {
        padding-right: 2.5rem;
    }

    .sm\:\!pr-10 {
        padding-right: 2.5rem !important;
    }

    .sm\:pr-11 {
        padding-right: 2.75rem;
    }

    .sm\:\!pr-11 {
        padding-right: 2.75rem !important;
    }

    .sm\:pr-12 {
        padding-right: 3rem;
    }

    .sm\:\!pr-12 {
        padding-right: 3rem !important;
    }

    .sm\:pr-14 {
        padding-right: 3.5rem;
    }

    .sm\:\!pr-14 {
        padding-right: 3.5rem !important;
    }

    .sm\:pr-16 {
        padding-right: 4rem;
    }

    .sm\:\!pr-16 {
        padding-right: 4rem !important;
    }

    .sm\:pb-0 {
        padding-bottom: 0px;
    }

    .sm\:\!pb-0 {
        padding-bottom: 0px !important;
    }

    .sm\:pb-0\.5 {
        padding-bottom: 0.125rem;
    }

    .sm\:\!pb-0\.5 {
        padding-bottom: 0.125rem !important;
    }

    .sm\:pb-1 {
        padding-bottom: 0.25rem;
    }

    .sm\:\!pb-1 {
        padding-bottom: 0.25rem !important;
    }

    .sm\:pb-2 {
        padding-bottom: 0.5rem;
    }

    .sm\:\!pb-2 {
        padding-bottom: 0.5rem !important;
    }

    .sm\:pb-3 {
        padding-bottom: 0.75rem;
    }

    .sm\:\!pb-3 {
        padding-bottom: 0.75rem !important;
    }

    .sm\:pb-4 {
        padding-bottom: 1rem;
    }

    .sm\:\!pb-4 {
        padding-bottom: 1rem !important;
    }

    .sm\:pb-5 {
        padding-bottom: 1.25rem;
    }

    .sm\:\!pb-5 {
        padding-bottom: 1.25rem !important;
    }

    .sm\:pb-6 {
        padding-bottom: 1.5rem;
    }

    .sm\:\!pb-6 {
        padding-bottom: 1.5rem !important;
    }

    .sm\:pb-7 {
        padding-bottom: 1.75rem;
    }

    .sm\:\!pb-7 {
        padding-bottom: 1.75rem !important;
    }

    .sm\:pb-8 {
        padding-bottom: 2rem;
    }

    .sm\:\!pb-8 {
        padding-bottom: 2rem !important;
    }

    .sm\:pb-9 {
        padding-bottom: 2.25rem;
    }

    .sm\:\!pb-9 {
        padding-bottom: 2.25rem !important;
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .sm\:\!pb-10 {
        padding-bottom: 2.5rem !important;
    }

    .sm\:pb-11 {
        padding-bottom: 2.75rem;
    }

    .sm\:\!pb-11 {
        padding-bottom: 2.75rem !important;
    }

    .sm\:pb-12 {
        padding-bottom: 3rem;
    }

    .sm\:\!pb-12 {
        padding-bottom: 3rem !important;
    }

    .sm\:pb-14 {
        padding-bottom: 3.5rem;
    }

    .sm\:\!pb-14 {
        padding-bottom: 3.5rem !important;
    }

    .sm\:pb-16 {
        padding-bottom: 4rem;
    }

    .sm\:\!pb-16 {
        padding-bottom: 4rem !important;
    }

    .sm\:pl-0 {
        padding-left: 0px;
    }

    .sm\:\!pl-0 {
        padding-left: 0px !important;
    }

    .sm\:pl-0\.5 {
        padding-left: 0.125rem;
    }

    .sm\:\!pl-0\.5 {
        padding-left: 0.125rem !important;
    }

    .sm\:pl-1 {
        padding-left: 0.25rem;
    }

    .sm\:\!pl-1 {
        padding-left: 0.25rem !important;
    }

    .sm\:pl-2 {
        padding-left: 0.5rem;
    }

    .sm\:\!pl-2 {
        padding-left: 0.5rem !important;
    }

    .sm\:pl-3 {
        padding-left: 0.75rem;
    }

    .sm\:\!pl-3 {
        padding-left: 0.75rem !important;
    }

    .sm\:pl-3\.5 {
        padding-left: 0.875rem;
    }

    .sm\:\!pl-3\.5 {
        padding-left: 0.875rem !important;
    }

    .sm\:pl-4 {
        padding-left: 1rem;
    }

    .sm\:\!pl-4 {
        padding-left: 1rem !important;
    }

    .sm\:pl-5 {
        padding-left: 1.25rem;
    }

    .sm\:\!pl-5 {
        padding-left: 1.25rem !important;
    }

    .sm\:pl-6 {
        padding-left: 1.5rem;
    }

    .sm\:\!pl-6 {
        padding-left: 1.5rem !important;
    }

    .sm\:pl-7 {
        padding-left: 1.75rem;
    }

    .sm\:\!pl-7 {
        padding-left: 1.75rem !important;
    }

    .sm\:pl-8 {
        padding-left: 2rem;
    }

    .sm\:\!pl-8 {
        padding-left: 2rem !important;
    }

    .sm\:pl-9 {
        padding-left: 2.25rem;
    }

    .sm\:\!pl-9 {
        padding-left: 2.25rem !important;
    }

    .sm\:pl-10 {
        padding-left: 2.5rem;
    }

    .sm\:\!pl-10 {
        padding-left: 2.5rem !important;
    }

    .sm\:pl-11 {
        padding-left: 2.75rem;
    }

    .sm\:\!pl-11 {
        padding-left: 2.75rem !important;
    }

    .sm\:pl-12 {
        padding-left: 3rem;
    }

    .sm\:\!pl-12 {
        padding-left: 3rem !important;
    }

    .sm\:pb-14 {
        padding-left: 3.5rem;
    }

    .sm\:\!pb-14 {
        padding-left: 3.5rem !important;
    }

    .sm\:pl-16 {
        padding-left: 4rem;
    }

    .sm\:\!pl-16 {
        padding-left: 4rem !important;
    }

    .sm\:text-left {
        text-align: left;
    }

    .sm\:text-right {
        text-align: right;
    }

    .sm\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }

    .sm\:text-7xl {
        font-size: 5rem;
        line-height: 1;
    }

    .sm\:text-6xl {
        font-size: 4rem;
        line-height: 1;
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sm\:text-2xs {
        font-size: 0.8rem;
        line-height: 1rem;
    }

    .sm\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 768px) {
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .md\:row-start-auto {
        grid-row-start: auto;
    }

    .md\:ml-0 {
        margin-left: 0px;
    }

    .md\:-mt-5 {
        margin-top: -1.25rem;
    }

    .md\:mx-2 {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .md\:mr-3 {
        margin-right: 0.75rem;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:block {
        display: block;
    }

    .md\:inline-block {
        display: inline-block;
    }

    .md\:\!inline-block {
        display: inline-block !important;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:table-cell {
        display: table-cell;
    }

    .md\:border-t-0 {
        border-top-width: 0px;
    }

    .md\:border-l {
        border-left-width: 1px;
    }

    .md\:border-r {
        border-right-width: 1px;
    }

    .md\:border-l-0 {
        border-left-width: 0px;
    }

    .md\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .md\:pl-0 {
        padding-left: 0px;
    }

    .md\:pt-0 {
        padding-top: 0px;
    }

    .md\:w-auto {
        width: auto;
    }

    .md\:w-64 {
        width: 16rem;
    }

    .md\:w-56 {
        width: 14rem;
    }

    .md\:w-40 {
        width: 10rem;
    }

    .md\:w-32 {
        width: 8rem;
    }

    .md\:w-24 {
        width: 6rem;
    }

    .md\:w-1\/10 {
        width: 10%;
    }

    .md\:w-3\/20 {
        width: 15%;
    }

    .md\:w-1\/5 {
        width: 20%;
    }

    .md\:w-7\/20 {
        width: 35%;
    }

    .md\:w-2\/5 {
        width: 40%;
    }

    .md\:w-9\/20 {
        width: 45%;
    }

    .md\:w-1\/2 {
        width: 50%;
    }

    .md\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .lg\:mt-5 {
        margin-top: 1.25rem;
    }

    .lg\:mt-6 {
        margin-top: 1.5rem;
    }

    .lg\:mr-20 {
        margin-right: 5rem;
    }

    .lg\:mt-0 {
        margin-top: 0px;
    }

    .lg\:ml-auto {
        margin-left: auto;
    }

    .lg\:mr-3 {
        margin-right: 0.75rem;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:ml-8 {
        margin-left: 2rem;
    }

    .lg\:mt-3 {
        margin-top: 0.75rem;
    }

    .lg\:mr-1 {
        margin-right: 0.25rem;
    }

    .lg\:ml-2 {
        margin-left: 0.5rem;
    }

    .lg\:mr-auto {
        margin-right: auto;
    }

    .lg\:ml-0 {
        margin-left: 0px;
    }

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:my-auto {
        margin-top: auto;
        margin-bottom: auto;
    }

    .lg\:block {
        display: block;
    }

    .lg\:inline-block {
        display: inline-block;
    }

    .lg\:\!inline-block {
        display: inline-block !important;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:h-32 {
        height: 8rem;
    }

    .lg\:h-12 {
        height: 3rem;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:w-px {
        width: 1px;
    }

    .lg\:w-1 {
        width: 0.25rem;
    }

    .lg\:w-2 {
        width: 0.5rem;
    }

    .lg\:w-3 {
        width: 0.75rem;
    }

    .lg\:w-4 {
        width: 1rem;
    }

    .lg\:w-5 {
        width: 1.25rem;
    }

    .lg\:w-6 {
        width: 1.5rem;
    }

    .lg\:w-8 {
        width: 2rem;
    }

    .lg\:w-10 {
        width: 2.5rem;
    }

    .lg\:w-12 {
        width: 3rem;
    }

    .lg\:w-16 {
        width: 4rem;
    }

    .lg\:w-20 {
        width: 5rem;
    }

    .lg\:w-24 {
        width: 6rem;
    }

    .lg\:w-32 {
        width: 8rem;
    }

    .lg\:w-36 {
        width: 9rem;
    }

    .lg\:w-40 {
        width: 10rem;
    }

    .lg\:w-44 {
        width: 11rem;
    }

    .lg\:w-48 {
        width: 12rem;
    }

    .lg\:w-52 {
        width: 13rem;
    }

    .lg\:w-56 {
        width: 14rem;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-1\/20 {
        width: 5%;
    }

    .lg\:w-1\/10 {
        width: 10%;
    }

    .lg\:w-3\/20 {
        width: 15%;
    }

    .lg\:w-1\/5 {
        width: 20%;
    }

    .lg\:w-1\/4 {
        width: 25%;
    }

    .lg\:w-3\/10 {
        width: 30%;
    }

    .lg\:w-7\/20 {
        width: 35%;
    }

    .lg\:w-2\/5 {
        width: 40%;
    }

    .lg\:w-9\/20 {
        width: 45%;
    }

    .lg\:w-1\/2 {
        width: 50%;
    }

    .lg\:w-2\/4 {
        width: 50%;
    }

    .lg\:w-3\/5 {
        width: 60%;
    }

    .lg\:w-2\/3 {
        width: 66.666667%;
    }

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-4\/5 {
        width: 80%;
    }

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-5\/6 {
        width: 83.333333%;
    }

    .lg\:w-9\/10 {
        width: 90%;
    }

    .lg\:w-full {
        width: 100%;
    }

    .lg\:flex-row {
        flex-direction: row;
    }

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:justify-center {
        justify-content: center;
    }

    .lg\:justify-start {
        justify-content: flex-start;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:overflow-visible {
        overflow: visible;
    }

    .lg\:border-0 {
        border-width: 0px;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0px;
    }

    .lg\:border-t-0 {
        border-top-width: 0px;
    }

    .lg\:border-l {
        border-left-width: 1px;
    }

    .lg\:border-r {
        border-right-width: 1px;
    }

    .lg\:p-0 {
        padding: 0px;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pl-5 {
        padding-left: 1.25rem;
    }

    .lg\:pb-20 {
        padding-bottom: 5rem;
    }

    .lg\:pt-0 {
        padding-top: 0px;
    }

    .lg\:text-left {
        text-align: left;
    }

    .lg\:text-right {
        text-align: right;
    }

    .lg\:text-justify {
        text-align: justify;
    }

    .lg\:text-center {
        text-align: center;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:table-cell {
        display: table-cell;
    }

    .lg\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {
    .xl\:absolute {
        position: absolute;
    }

    .xl\:sticky {
        position: sticky;
    }

    .xl\:z-auto {
        z-index: auto;
    }

    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-8 {
        grid-column: span 8 / span 8;
    }

    .xl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xl\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .xl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xl\:col-start-1 {
        grid-column-start: 1;
    }

    .xl\:col-start-10 {
        grid-column-start: 10;
    }

    .xl\:row-start-1 {
        grid-row-start: 1;
    }

    .xl\:row-start-2 {
        grid-row-start: 2;
    }

    .xl\:mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .xl\:my-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .xl\:ml-auto {
        margin-left: auto;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:mt-2 {
        margin-top: 0.5rem;
    }

    .xl\:-mt-5 {
        margin-top: -1.25rem;
    }

    .xl\:ml-20 {
        margin-left: 5rem;
    }

    .xl\:mt-8 {
        margin-top: 2rem;
    }

    .xl\:mr-3 {
        margin-right: 0.75rem;
    }

    .xl\:mt-24 {
        margin-top: 6rem;
    }

    .xl\:mr-0 {
        margin-right: 0px;
    }

    .xl\:ml-6 {
        margin-left: 1.5rem;
    }

    .xl\:block {
        display: block;
    }

    .xl\:inline-block {
        display: inline-block;
    }

    .xl\:inline-block-imp {
        display: inline-block !important;
    }

    .xl\:flex {
        display: flex;
    }

    .xl\:grid {
        display: grid;
    }

    .xl\:table-cell {
        display: table-cell;
    }

    .xl\:hidden {
        display: none;
    }

    .xl\:h-auto {
        height: auto;
    }

    .xl\:min-h-0 {
        min-height: 0px;
    }

    .xl\:w-3\/5 {
        width: 60%;
    }

    .xl\:w-auto {
        width: auto;
    }

    .xl\:w-32 {
        width: 8rem;
    }

    .xl\:flex-initial {
        flex: 0 1 auto;
    }

    .xl\:flex-row {
        flex-direction: row;
    }

    .xl\:items-center {
        align-items: center;
    }

    .xl\:items-start {
        align-items: flex-start;
    }

    .xl\:overflow-y-auto {
        overflow-y: auto;
    }

    .xl\:bg-transparent {
        background-color: transparent;
    }

    .xl\:p-0 {
        padding: 0px;
    }

    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .xl\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .xl\:pb-0 {
        padding-bottom: 0px;
    }

    .xl\:pb-16 {
        padding-bottom: 4rem;
    }

    .xl\:text-left {
        text-align: left;
    }

    .xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
}

@media (min-width: 1600px) {
    .xxl\:z-10 {
        z-index: 10;
    }

    .xxl\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .xxl\:col-span-9 {
        grid-column: span 9 / span 9;
    }

    .xxl\:col-span-12 {
        grid-column: span 12 / span 12;
    }

    .xxl\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .xxl\:col-span-10 {
        grid-column: span 10 / span 10;
    }

    .xxl\:col-span-5 {
        grid-column: span 5 / span 5;
    }

    .xxl\:col-span-6 {
        grid-column: span 6 / span 6;
    }

    .xxl\:col-start-auto {
        grid-column-start: auto;
    }

    .xxl\:row-start-auto {
        grid-row-start: auto;
    }

    .xxl\:mt-8 {
        margin-top: 2rem;
    }

    .xxl\:mt-6 {
        margin-top: 1.5rem;
    }

    .xxl\:mt-24 {
        margin-top: 6rem;
    }

    .xxl\:mt-0 {
        margin-top: 0px;
    }

    .xxl\:ml-16 {
        margin-left: 4rem;
    }

    .xxl\:-ml-20 {
        margin-left: -5rem;
    }

    .xxl\:mb-0 {
        margin-bottom: 0px;
    }

    .xxl\:-mt-1\.5 {
        margin-top: -0.375rem;
    }

    .xxl\:-mt-1 {
        margin-top: -0.25rem;
    }

    .xxl\:mr-auto {
        margin-right: auto;
    }

    .xxl\:-mt-8 {
        margin-top: -2rem;
    }

    .xxl\:flex {
        display: flex;
    }

    .xxl\:h-56 {
        height: 14rem;
    }

    .xxl\:w-14 {
        width: 3.5rem;
    }

    .xxl\:w-52 {
        width: 13rem;
    }

    .xxl\:w-4\/6 {
        width: 66.666667%;
    }

    .xxl\:w-2\/3 {
        width: 66.666667%;
    }

    .xxl\:w-full {
        width: 100%;
    }

    .xxl\:flex-none {
        flex: none;
    }

    .xxl\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .xxl\:justify-center {
        justify-content: center;
    }

    .xxl\:border-l {
        border-left-width: 1px;
    }

    .xxl\:bg-transparent {
        background-color: transparent;
    }

    .xxl\:p-0 {
        padding: 0px;
    }

    .xxl\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .xxl\:pl-6 {
        padding-left: 1.5rem;
    }

    .xxl\:pt-0 {
        padding-top: 0px;
    }

    .xxl\:pl-1 {
        padding-left: 0.25rem;
    }

    .xxl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xxl\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .xxl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xxl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xxl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xxl\:leading-5 {
        line-height: 1.25rem;
    }

    .xxl\:text-theme-9 {
        --tw-text-opacity: 1;
        color: rgba(145, 199, 20, var(--tw-text-opacity));
    }
}

.tabulator-headers {
    width: 100%;
}

.side-nav > ul ul li a.active {
    font-weight: bold;
    --tw-text-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    color: rgba(45, 55, 72, var(--tw-text-opacity));
}

.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
    cursor: not-allowed;
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fc {
    /* layout of immediate children */
    display: flex;
    flex-direction: column;
    font-size: 1em
}

    .fc,
    .fc *,
    .fc *:before,
    .fc *:after {
        box-sizing: border-box;
    }

        .fc table {
            border-collapse: collapse;
            border-spacing: 0;
            font-size: 1em; /* normalize cross-browser */
        }

        .fc th {
            text-align: center;
        }

        .fc th,
        .fc td {
            vertical-align: top;
            padding: 0;
        }

        .fc a {
            cursor: pointer;
        }

            .fc a:hover {
                text-decoration: underline;
            }

.fc-direction-ltr {
    direction: ltr;
    text-align: left;
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
.fc-liquid-hack th {
    position: relative;
}

@font-face {
    font-family: 'fcicons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fc-icon {
    /* added for fc */
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'fcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
    content: "\e900";
}

.fc-icon-chevron-right:before {
    content: "\e901";
}

.fc-icon-chevrons-left:before {
    content: "\e902";
}

.fc-icon-chevrons-right:before {
    content: "\e903";
}

.fc-icon-minus-square:before {
    content: "\e904";
}

.fc-icon-plus-square:before {
    content: "\e905";
}

.fc-icon-x:before {
    content: "\e906";
}
/*
        Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

        These styles only apply when the standard-theme is activated.
        When it's NOT activated, the fc-button classes won't even be in the DOM.
        */
.fc {
    /* reset */
}

    .fc .fc-button {
        border-radius: 0;
        overflow: visible;
        text-transform: none;
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

        .fc .fc-button:focus {
            outline: 1px dotted;
            outline: 5px auto -webkit-focus-ring-color;
        }

    .fc .fc-button {
        -webkit-appearance: button;
    }

        .fc .fc-button:not(:disabled) {
            cursor: pointer;
        }

        .fc .fc-button::-moz-focus-inner {
            padding: 0;
            border-style: none;
        }

.fc {
    /* theme */
}

    .fc .fc-button {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.4em 0.65em;
        font-size: 1em;
        line-height: 1.5;
        border-radius: 0.25em;
    }

        .fc .fc-button:hover {
            text-decoration: none;
        }

        .fc .fc-button:focus {
            outline: 0;
            box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
        }

        .fc .fc-button:disabled {
            opacity: 0.65;
        }

.fc {
    /* "primary" coloring */
}

    .fc .fc-button-primary {
        color: #fff;
        color: var(--fc-button-text-color, #fff);
        background-color: #2C3E50;
        background-color: var(--fc-button-bg-color, #2C3E50);
        border-color: #2C3E50;
        border-color: var(--fc-button-border-color, #2C3E50);
    }

        .fc .fc-button-primary:hover {
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #1e2b37;
            background-color: var(--fc-button-hover-bg-color, #1e2b37);
            border-color: #1a252f;
            border-color: var(--fc-button-hover-border-color, #1a252f);
        }

        .fc .fc-button-primary:disabled { /* not DRY */
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #2C3E50;
            background-color: var(--fc-button-bg-color, #2C3E50);
            border-color: #2C3E50;
            border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
        }

        .fc .fc-button-primary:focus {
            box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
        }

        .fc .fc-button-primary:not(:disabled):active,
        .fc .fc-button-primary:not(:disabled).fc-button-active {
            color: #fff;
            color: var(--fc-button-text-color, #fff);
            background-color: #1a252f;
            background-color: var(--fc-button-active-bg-color, #1a252f);
            border-color: #151e27;
            border-color: var(--fc-button-active-border-color, #151e27);
        }

            .fc .fc-button-primary:not(:disabled):active:focus,
            .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
                box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
            }

.fc {
    /* icons within buttons */
}

    .fc .fc-button .fc-icon {
        vertical-align: middle;
        font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
    }

    .fc .fc-button-group {
        position: relative;
        display: inline-flex;
        vertical-align: middle;
    }

        .fc .fc-button-group > .fc-button {
            position: relative;
            flex: 1 1 auto;
        }

            .fc .fc-button-group > .fc-button:hover {
                z-index: 1;
            }

            .fc .fc-button-group > .fc-button:focus,
            .fc .fc-button-group > .fc-button:active,
            .fc .fc-button-group > .fc-button.fc-button-active {
                z-index: 1;
            }

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .fc .fc-toolbar.fc-header-toolbar {
        margin-bottom: 1.5em;
    }

    .fc .fc-toolbar.fc-footer-toolbar {
        margin-top: 1.5em;
    }

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
}

.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
}

.fc .fc-scroller-liquid {
    height: 100%;
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
    /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
    /* TODO: demonstrate in codepen */
}

.fc .fc-scroller-harness-liquid {
    height: 100%;
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
}

.fc .fc-scrollgrid,
.fc .fc-scrollgrid table { /* all tables (self included) */
    width: 100%; /* because tables don't normally do this */
    table-layout: fixed;
}

    .fc .fc-scrollgrid table { /* inner tables */
        border-top-style: hidden;
        border-left-style: hidden;
        border-right-style: hidden;
    }

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;
}

.fc .fc-scrollgrid-liquid {
    height: 100%;
}

.fc .fc-scrollgrid-section { /* a  */
    height: 1px /* better than 0, for firefox */
}

    .fc .fc-scrollgrid-section > td {
        height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }

    .fc .fc-scrollgrid-section table {
        height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }

.fc .fc-scrollgrid-section-liquid {
    height: auto
}

    .fc .fc-scrollgrid-section-liquid > td {
        height: 100%; /* better than `auto`, for firefox */
    }

.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
}

.fc .fc-scrollgrid-section-header > *,
.fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
}

.fc {
    /* stickiness */
}

    .fc .fc-scrollgrid-section-sticky > * {
        background: #fff;
        background: var(--fc-page-bg-color, #fff);
        position: sticky;
        z-index: 2; /* TODO: var */
        /* TODO: box-shadow when sticking */
    }

    .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
        top: 0; /* because border-sharing causes a gap at the top */
        /* TODO: give safari -1. has bug */
    }

    .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
        bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
    }

    .fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
        height: 1px; /* needs height to create scrollbars */
        margin-bottom: -1px;
    }

.fc-sticky { /* no .fc wrap because used as child of body */
    position: sticky;
}

.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
}

.fc {
    /* when the harness controls the height, make the view liquid */
}

    .fc .fc-view-harness-active > .fc-view {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .fc .fc-col-header-cell-cushion {
        display: inline-block; /* x-browser for when sticky (when multi-tier header) */
        padding: 2px 4px;
    }

    .fc .fc-bg-event,
    .fc .fc-non-business,
    .fc .fc-highlight {
        /* will always have a harness with position:relative/absolute, so absolutely expand */
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .fc .fc-non-business {
        background: rgba(215, 215, 215, 0.3);
        background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
    }

    .fc .fc-bg-event {
        background: rgb(143, 223, 130);
        background: var(--fc-bg-event-color, rgb(143, 223, 130));
        opacity: 0.3;
        opacity: var(--fc-bg-event-opacity, 0.3)
    }

        .fc .fc-bg-event .fc-event-title {
            margin: .5em;
            font-size: .85em;
            font-size: var(--fc-small-font-size, .85em);
            font-style: italic;
        }

    .fc .fc-highlight {
        background: rgba(188, 232, 241, 0.3);
        background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
    }

    .fc .fc-cell-shaded,
    .fc .fc-day-disabled {
        background: rgba(208, 208, 208, 0.3);
        background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
    text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
    cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
}
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
}

.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
}

.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */
}

    .fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
        display: block;
    }

    .fc-event-selected .fc-event-resizer {
        border-radius: 4px;
        border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
        border-width: 1px;
        border-width: var(--fc-event-resizer-dot-border-width, 1px);
        width: 8px;
        width: var(--fc-event-resizer-dot-total-width, 8px);
        height: 8px;
        height: var(--fc-event-resizer-dot-total-width, 8px);
        border-style: solid;
        border-color: inherit;
        background: #fff;
        background: var(--fc-page-bg-color, #fff)
        /* expand hit area */
    }

        .fc-event-selected .fc-event-resizer:before {
            content: '';
            position: absolute;
            top: -20px;
            left: -20px;
            right: -20px;
            bottom: -20px;
        }
/* selecting (always TOUCH) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
    /* expand hit area (subclasses should expand) */
}

    .fc-event-selected:before {
        content: "";
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.fc-event-selected {
    /* dimmer effect */
}

    .fc-event-selected:after {
        content: "";
        background: rgba(0, 0, 0, 0.25);
        background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
        position: absolute;
        z-index: 1;
        /* assume there's a border on all sides. overcome it. */
        /* sometimes there's NOT a border, in which case the dimmer will go over */
        /* an adjacent border, which looks fine. */
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
    }
/*
        A HORIZONTAL event
        */
.fc-h-event { /* allowed to be top-level */
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

    .fc-h-event .fc-event-main {
        color: #fff;
        color: var(--fc-event-text-color, #fff);
    }

    .fc-h-event .fc-event-main-frame {
        display: flex; /* for make fc-event-title-container expand */
    }

    .fc-h-event .fc-event-time {
        max-width: 100%; /* clip overflow on this element */
        overflow: hidden;
    }

    .fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
        flex-grow: 1;
        flex-shrink: 1;
        min-width: 0; /* important for allowing to shrink all the way */
    }

    .fc-h-event .fc-event-title {
        display: inline-block; /* need this to be sticky cross-browser */
        vertical-align: top; /* for not messing up line-height */
        left: 0; /* for sticky */
        right: 0; /* for sticky */
        max-width: 100%; /* clip overflow on this element */
        overflow: hidden;
    }

    .fc-h-event.fc-event-selected:before {
        /* expand hit area */
        top: -10px;
        bottom: -10px;
    }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) / -2);
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
}

:root {
    --fc-daygrid-event-dot-width: 8px;
}

.fc .fc-popover {
    position: fixed;
    top: 0; /* for when not positioned yet */
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
}

.fc .fc-popover-title {
    margin: 0 2px;
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}

    .fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
        content: "";
        clear: both;
        display: table;
    }

    .fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
        content: "";
        clear: both;
        display: table;
    }

.fc .fc-daygrid-body { /* a that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because s can't do it */
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
}

.fc {
    /* cell top */
}

    .fc .fc-daygrid-day-top {
        display: flex;
        flex-direction: row-reverse;
    }

    .fc .fc-day-other .fc-daygrid-day-top {
        opacity: 0.3;
    }

.fc {
    /* day number (within cell top) */
}

    .fc .fc-daygrid-day-number {
        position: relative;
        z-index: 4;
        padding: 4px;
    }

.fc {
    /* event container */
}

    .fc .fc-daygrid-day-events {
        margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
    }

.fc {
    /* positioning for balanced vs natural */
}

    .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
        position: absolute;
        left: 40%;
        right: 0;
    }

    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
        position: relative; /* for containing abs positioned event harnesses */
        min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }

    .fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
    }

        .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
            margin-bottom: 1em;
        }

.fc {
    /* event harness */
}

    .fc .fc-daygrid-event-harness {
        position: relative;
    }

    .fc .fc-daygrid-event-harness-abs {
        position: absolute;
        top: 0; /* fallback coords for when cannot yet be computed */
        left: 0; /* */
        right: 0; /* */
    }

    .fc .fc-daygrid-bg-harness {
        position: absolute;
        top: 0;
        bottom: 0;
    }

.fc {
    /* bg content */
}

    .fc .fc-daygrid-day-bg .fc-non-business {
        z-index: 1
    }

    .fc .fc-daygrid-day-bg .fc-bg-event {
        z-index: 2
    }

    .fc .fc-daygrid-day-bg .fc-highlight {
        z-index: 3
    }

.fc {
    /* events */
}

    .fc .fc-daygrid-event {
        z-index: 6;
        margin-top: 1px;
    }

        .fc .fc-daygrid-event.fc-event-mirror {
            z-index: 7;
        }

.fc {
    /* cell bottom (within day-events) */
}

    .fc .fc-daygrid-day-bottom {
        font-size: .85em;
        margin: 2px 3px 0;
    }

    .fc .fc-daygrid-more-link {
        position: relative;
        z-index: 4;
        cursor: pointer;
    }

.fc {
    /* week number (within frame) */
}

    .fc .fc-daygrid-week-number {
        position: absolute;
        z-index: 5;
        top: 0;
        padding: 2px;
        min-width: 1.5em;
        text-align: center;
        background-color: rgba(208, 208, 208, 0.3);
        background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
        color: #808080;
        color: var(--fc-neutral-text-color, #808080);
    }

.fc {
    /* popover */
}

    .fc .fc-more-popover {
        z-index: 8;
    }

        .fc .fc-more-popover .fc-popover-body {
            min-width: 220px;
            padding: 10px;
        }

.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px;
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to */
}

.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
    position: relative; /* for z-indexes assigned later */
    white-space: nowrap;
    border-radius: 3px; /* dot event needs this to when selected */
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
}

.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
    padding: 1px;
}
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0
}

    .fc-daygrid-dot-event .fc-event-title {
        flex-grow: 1;
        flex-shrink: 1;
        min-width: 0; /* important for allowing to shrink all the way */
        overflow: hidden;
        font-weight: bold;
    }

    .fc-daygrid-dot-event:hover,
    .fc-daygrid-dot-event.fc-event-mirror {
        background: rgba(0, 0, 0, 0.1);
    }

    .fc-daygrid-dot-event.fc-event-selected:before {
        /* expand hit area */
        top: -10px;
        bottom: -10px;
    }

.fc-daygrid-event-dot { /* the actual dot */
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
}

/*
        A VERTICAL event
        */

.fc-v-event { /* allowed to be top-level */
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

    .fc-v-event .fc-event-main {
        color: #fff;
        color: var(--fc-event-text-color, #fff);
        height: 100%;
    }

    .fc-v-event .fc-event-main-frame {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .fc-v-event .fc-event-time {
        flex-grow: 0;
        flex-shrink: 0;
        max-height: 100%;
        overflow: hidden;
    }

    .fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
        flex-grow: 1;
        flex-shrink: 1;
        min-height: 0; /* important for allowing to shrink all the way */
    }

    .fc-v-event .fc-event-title { /* will have fc-sticky on it */
        top: 0;
        bottom: 0;
        max-height: 100%; /* clip overflow */
        overflow: hidden;
    }

    .fc-v-event:not(.fc-event-start) {
        border-top-width: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .fc-v-event:not(.fc-event-end) {
        border-bottom-width: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .fc-v-event.fc-event-selected:before {
        /* expand hit area */
        left: -10px;
        right: -10px;
    }

.fc-v-event {
    /* resizer (mouse AND touch) */
}

    .fc-v-event .fc-event-resizer-start {
        cursor: n-resize;
    }

    .fc-v-event .fc-event-resizer-end {
        cursor: s-resize;
    }

.fc-v-event {
    /* resizer for MOUSE */
}

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
        height: 8px;
        height: var(--fc-event-resizer-thickness, 8px);
        left: 0;
        right: 0;
    }

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
        top: -4px;
        top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

    .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
        bottom: -4px;
        bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {
    /* resizer for TOUCH (when event is "selected") */
}

    .fc-v-event.fc-event-selected .fc-event-resizer {
        left: 50%;
        margin-left: -4px;
        margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

    .fc-v-event.fc-event-selected .fc-event-resizer-start {
        top: -4px;
        top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

    .fc-v-event.fc-event-selected .fc-event-resizer-end {
        bottom: -4px;
        bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
}

.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
}

.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */
}

    .fc .fc-timegrid-axis-chunk > table {
        position: relative;
        z-index: 1; /* above the now-indicator-container */
    }

.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
}

.fc .fc-timegrid-slot { /* a  */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
}

    .fc .fc-timegrid-slot:empty:before {
        content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
}

.fc {
    /* slots AND axis cells (top-left corner of view including the "all-day" text) */
}

    .fc .fc-timegrid-axis-cushion,
    .fc .fc-timegrid-slot-label-cushion {
        padding: 0 4px;
    }

.fc {
    /* axis cells (top-left corner of view including the "all-day" text) */
    /* vertical align is more complicated, uses flexbox */
}

    .fc .fc-timegrid-axis-frame-liquid {
        height: 100%; /* will need liquid-hack in FF */
    }

    .fc .fc-timegrid-axis-frame {
        overflow: hidden;
        display: flex;
        align-items: center; /* vertical align */
        justify-content: flex-end; /* horizontal align. matches text-align below */
    }

    .fc .fc-timegrid-axis-cushion {
        max-width: 60px; /* limits the width of the "all-day" text */
        flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
    }

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, 0.15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
}

.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
}

.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

    .fc-media-screen .fc-timegrid-cols > table {
        height: 100%;
    }

.fc-media-screen .fc-timegrid-col-bg,
.fc-media-screen .fc-timegrid-col-events,
.fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.fc-media-screen .fc-timegrid-event-harness {
    position: absolute; /* top/left/right/bottom will all be set by JS */
}

.fc {
    /* bg */
}

    .fc .fc-timegrid-col-bg {
        z-index: 2; /* TODO: kill */
    }

        .fc .fc-timegrid-col-bg .fc-non-business {
            z-index: 1
        }

        .fc .fc-timegrid-col-bg .fc-bg-event {
            z-index: 2
        }

        .fc .fc-timegrid-col-bg .fc-highlight {
            z-index: 3
        }

    .fc .fc-timegrid-bg-harness {
        position: absolute; /* top/bottom will be set by JS */
        left: 0;
        right: 0;
    }

.fc {
    /* fg events */
    /* (the mirror segs are put into a separate container with same classname, */
    /* and they must be after the normal seg container to appear at a higher z-index) */
}

    .fc .fc-timegrid-col-events {
        z-index: 3;
        /* child event segs have z-indexes that are scoped within this div */
    }

.fc {
    /* now indicator */
}

    .fc .fc-timegrid-now-indicator-container {
        bottom: 0;
        overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
        /* z-index is set on the individual elements */
    }

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
}

.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror {
    box-shadow: 0px 0px 0px 1px #fff;
    box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}

.fc-timegrid-event { /* events need to be root */
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    border-radius: 3px
}

    .fc-timegrid-event .fc-event-main {
        padding: 1px 1px 0;
    }

    .fc-timegrid-event .fc-event-time {
        white-space: nowrap;
        font-size: .85em;
        font-size: var(--fc-small-font-size, .85em);
        margin-bottom: 1px;
    }

.fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
}

.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
}

.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
}

.fc-media-screen .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0;
    bottom: 1px; /* stay away from bottom slot line */
    left: 0;
    right: 0;
}

.fc {
    /* line */
}

    .fc .fc-timegrid-now-indicator-line {
        position: absolute;
        z-index: 4;
        left: 0;
        right: 0;
        border-style: solid;
        border-color: red;
        border-color: var(--fc-now-indicator-color, red);
        border-width: 1px 0 0;
    }

.fc {
    /* arrow */
}

    .fc .fc-timegrid-now-indicator-arrow {
        position: absolute;
        z-index: 4;
        margin-top: -5px; /* vertically center on top coordinate */
        border-style: solid;
        border-color: red;
        border-color: var(--fc-now-indicator-color, red);
    }

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5;
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
}

.fc {
    /* message when no events */
}

    .fc .fc-list-empty {
        background-color: rgba(208, 208, 208, 0.3);
        background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; /* vertically aligns fc-list-empty-inner */
    }

    .fc .fc-list-empty-cushion {
        margin: 5em 0;
    }

.fc {
    /* table within the scroller */
    /* ---------------------------------------------------------------------------------------------------- */
}

    .fc .fc-list-table {
        width: 100%;
        border-style: hidden; /* kill outer border on theme */
    }

        .fc .fc-list-table tr > * {
            border-left: 0;
            border-right: 0;
        }

    .fc .fc-list-sticky .fc-list-day > * { /* the cells */
        position: sticky;
        top: 0;
        background: #fff;
        background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
    }

    .fc .fc-list-table th {
        padding: 0; /* uses an inner-wrapper instead... */
    }

    .fc .fc-list-table td,
    .fc .fc-list-day-cushion {
        padding: 8px 14px;
    }

.fc {
    /* date heading rows */
    /* ---------------------------------------------------------------------------------------------------- */
}

    .fc .fc-list-day-cushion:after {
        content: "";
        clear: both;
        display: table; /* clear floating */
    }

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
}

.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
    float: left;
}

.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
    float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
}

.fc {
    /* shrink certain cols */
}

    .fc .fc-list-event-graphic,
    .fc .fc-list-event-time {
        white-space: nowrap;
        width: 1px;
    }

    .fc .fc-list-event-dot {
        display: inline-block;
        box-sizing: content-box;
        width: 0;
        height: 0;
        border: 5px solid #3788d8;
        border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
        border-radius: 5px;
        border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
    }

.fc {
    /* reset styling */
}

    .fc .fc-list-event-title a {
        color: inherit;
        text-decoration: none;
    }

.fc {
    /* underline link when hovering over any part of row */
}

    .fc .fc-list-event.fc-event-forced-url:hover a {
        text-decoration: underline;
    }

.mobile-menu ul.menu__sub-open a.active {
    background-color: #1a3777;
}

.side-nav > ul > li > .side-menu.side-menu--active {
}
