@charset "UTF-8";
/*! tailwindcss v2.2.0 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
    box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
    font-family: system-ui,
    -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
    font-family: ui-monospace,
    SFMono-Regular,
    Consolas,
    'Liberation Mono',
    Menlo,
    monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
    text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
    box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
    padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
    vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

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

/**
 * 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: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
    line-height: 1.5; /* 2 */
}

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

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

/*
 * Ensure horizontal rules are visible by default
 */
hr {
    border-top-width: 1px;
}

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

textarea {
    resize: vertical;
}

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

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

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

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

table {
    border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
    max-width: 100%;
    height: auto;
}

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

.container {
    width: 100%;
}

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

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

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

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

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

.static {
    position: static;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-6 {
    top: 1.5rem;
}

.right-9 {
    right: 2.25rem;
}

.left-0 {
    left: 0px;
}

.bottom-4 {
    bottom: 1rem;
}

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

.m-5 {
    margin: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-3\.5 {
    margin-right: 0.875rem;
}

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

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

.mt-3\.5 {
    margin-top: 0.875rem;
}

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

.block {
    display: block;
}

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

.flex {
    display: flex;
}

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

.table {
    display: table;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-7 {
    height: 1.75rem;
}

.h-full {
    height: 100%;
}

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

.w-full {
    width: 100%;
}

.w-4 {
    width: 1rem;
}

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

.w-7 {
    width: 1.75rem;
}

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

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

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

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

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

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

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

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

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

.rounded {
    border-radius: 0.25rem;
}

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

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

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

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

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.rounded-tl {
    border-top-left-radius: 0.25rem;
}

.rounded-bl {
    border-bottom-left-radius: 0.25rem;
}

.rounded-tr {
    border-top-right-radius: 0.25rem;
}

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

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

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

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

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

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

.border {
    border-width: 1px;
}

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

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

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

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

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

.border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}

.border-green-600 {
    --tw-border-opacity: 1;
    border-color: rgba(5, 150, 105, var(--tw-border-opacity));
}

.border-red-600 {
    --tw-border-opacity: 1;
    border-color: rgba(220, 38, 38, var(--tw-border-opacity));
}

.border-yellow-600 {
    --tw-border-opacity: 1;
    border-color: rgba(217, 119, 6, var(--tw-border-opacity));
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgba(39, 39, 42, var(--tw-border-opacity));
}

.border-purple-600 {
    --tw-border-opacity: 1;
    border-color: rgba(91, 31, 189, var(--tw-border-opacity));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}

.border-orange-350 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 159, 0, var(--tw-border-opacity));
}

.border-gray-350 {
    --tw-border-opacity: 1;
    border-color: rgba(249, 249, 249, var(--tw-border-opacity));
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}

.border-custom-200 {
    --tw-border-opacity: 1;
    border-color: rgba(236, 236, 236, var(--tw-border-opacity));
}

.bg-custom-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}

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

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(168, 85, 247, var(--tw-bg-opacity));
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 63, 70, var(--tw-bg-opacity));
}

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

.bg-gray-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}

.bg-green-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}

.bg-red-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}

.bg-yellow-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(252, 211, 77, var(--tw-bg-opacity));
}

.bg-purple-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(216, 180, 254, var(--tw-bg-opacity));
}

.bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.bg-purple-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(67, 22, 139, var(--tw-bg-opacity));
}

.bg-purple-600 {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 31, 189, var(--tw-bg-opacity));
}

.bg-orange-350 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 159, 0, var(--tw-bg-opacity));
}

.bg-gray-750 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 35, 35, var(--tw-bg-opacity));
}

.bg-custom-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(35, 131, 198, var(--tw-bg-opacity));
}

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

.from-blue-400 {
    --tw-gradient-from: #60a5fa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(96, 165, 250, 0));
}

.from-gray-400 {
    --tw-gradient-from: #a1a1aa;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0));
}

.from-green-400 {
    --tw-gradient-from: #34d399;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(52, 211, 153, 0));
}

.from-red-400 {
    --tw-gradient-from: #f87171;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(248, 113, 113, 0));
}

.from-yellow-400 {
    --tw-gradient-from: #fbbf24;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 191, 36, 0));
}

.from-purple-400 {
    --tw-gradient-from: #c084fc;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0));
}

.from-gray-600 {
    --tw-gradient-from: #52525b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0));
}

.to-blue-600 {
    --tw-gradient-to: #2563eb;
}

.to-gray-600 {
    --tw-gradient-to: #52525b;
}

.to-green-600 {
    --tw-gradient-to: #059669;
}

.to-red-600 {
    --tw-gradient-to: #dc2626;
}

.to-yellow-600 {
    --tw-gradient-to: #d97706;
}

.to-purple-600 {
    --tw-gradient-to: #5B1FBD;
}

.to-gray-900 {
    --tw-gradient-to: #18181b;
}

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

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-3\.5 {
    padding: 0.875rem;
}

.p-3 {
    padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-sans {
    font-family: Montserrat, 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";
}

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
    text-transform: uppercase;
}

.text-purple-450 {
    --tw-text-opacity: 1;
    color: rgba(181, 136, 255, var(--tw-text-opacity));
}

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

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(82, 82, 91, var(--tw-text-opacity));
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgba(37, 99, 235, var(--tw-text-opacity));
}

.text-green-600 {
    --tw-text-opacity: 1;
    color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.text-red-600 {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.text-yellow-600 {
    --tw-text-opacity: 1;
    color: rgba(217, 119, 6, var(--tw-text-opacity));
}

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

.text-purple-600 {
    --tw-text-opacity: 1;
    color: rgba(91, 31, 189, var(--tw-text-opacity));
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(24, 24, 27, var(--tw-text-opacity));
}

.text-purple-250 {
    --tw-text-opacity: 1;
    color: rgba(206, 176, 255, var(--tw-text-opacity));
}

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

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgba(161, 161, 170, var(--tw-text-opacity));
}

.text-orange-350 {
    --tw-text-opacity: 1;
    color: rgba(255, 159, 0, var(--tw-text-opacity));
}

.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgba(113, 113, 122, var(--tw-text-opacity));
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgba(63, 63, 70, var(--tw-text-opacity));
}

.text-gray-950 {
    --tw-text-opacity: 1;
    color: rgba(41, 39, 61, var(--tw-text-opacity));
}

.text-gray-750 {
    --tw-text-opacity: 1;
    color: rgba(35, 35, 35, var(--tw-text-opacity));
}

.opacity-0 {
    opacity: 0;
}

.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-first {
    --tw-shadow: 0px 0px 15px #FF9F00;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*********** CUSTOM STYLES *********/
/**** STAR RATING ********/
:root {
    --star-size: 1rem;
    --star-color: #bab9b9;
    --star-background: #fc0;
}

.starRating {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    line-height: 1;
}

.starRating::before {
    content: "\2605\2605\2605\2605\2605";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-footer ul li a {
    color: #6B7582 !important;
}

@media only screen and (max-width: 640px) {
    .menu-footer ul li {
        margin-right: 10px;
    }

    .menu-footer ul li a {
        font-size: 12px;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 172px;
    left: 0;
    background-color: #2383c6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 1rem;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav ul li ul {
    margin-left: 10px;
}

.sidenav ul li ul li:after {
    content: "-";
    position: absolute;
    left: 14px;
    color: white;
    font-size: 26px;
    top: 27%;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.openButtonMobileMenu {
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    margin-right: 1rem;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

.menuFullWidth {
    width: 100%;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.menu-header-mobile ul {
    flex-direction: column;
}

.menu-header-mobile ul li {
    border-top: 1px solid gray;
    width: 100%;
    padding: 10px 3px;
}

.menu-header-mobile li.menu-item img {
    position: absolute;
    left: 19px;
    top: 21px;
}

.menu-header-mobile li.current-menu-item a {
    color: white;
}

#openButton {
    width: 54px;
    height: 45px;
    position: relative;
    margin-right: 10px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#openButton span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #fe8f00;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

#openButton span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#openButton span:nth-child(2) {
    top: 15px;
    transform-origin: left center;
}

#openButton span:nth-child(3) {
    top: 31px;
    transform-origin: left center;
}

#openButton.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -1px;
    left: 8px;
}

#openButton.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#openButton.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

.archive-breadcrumbs a span {
    color: #8A50E9;
}

.archive-breadcrumbs .breadcrumbs__current {
    color: #ffffff;
}

.tab {
    overflow: hidden;
}

.tab-content {
    max-height: 0;
    transition: all 0.5s;
}

input:checked + .tab-label .test {
    background-color: #000;
}

input:checked + .tab-label .test svg {
    transform: rotate(180deg);
    stroke: #fff;
}

input:checked + .tab-label::after {
    transform: rotate(90deg);
}

input:checked ~ .tab-content {
    max-height: 100vh;
}

.wrapperBlock h2,
section.wrapperBlock h2,
article.wrapperBlock h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.wrapperBlock h3,
section.wrapperBlock h3,
article.wrapperBlock h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.wrapperBlock ul,
.wrapperBlock ol {
    margin-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.wrapperBlock ul li {
    list-style: square;
}

.wrapperBlock p {
    margin-bottom: 1rem;
}

.customImage img {
    max-width: 30px;
}

.textImageContent p {
    color: #797979;
    font-size: 1rem;
    font-weight: 500;
}

.textImageContent ol {
    list-style: decimal;
    color: #797979;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 20px;
}

.textImageContent ul {
    list-style: circle;
    color: #797979;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 20px;
}

blockquote,
blockquote.wp-block-quote {
    font-size: 130%;
    line-height: 1.5;
    margin: 32px 0px;
    padding: 12px 18px;
    border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
    padding-left: 18px;
    border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
    display: block;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.85rem;
    margin-top: 12px;
}

.wp-block-quote cite::before,
.wp-block-quote footer::before {
    content: "\2014   ";
}

.wp-block-button {
    position: relative;
    box-sizing: border-box;
}

.wp-block-button.alignwide a {
    display: block;
}

code, pre, .wp-block-code {
    color: #666666;
    font-family: Courier, sans-serif;
    line-height: 1.4;
    margin: 32px 0px;
    padding: 12px;
    border: 2px solid rgba(0, 0, 0, 0.24);
    box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    border-radius: 3px;
}

.wp-block-cover,
.wp-block-cover-image {
    margin-top: 32px;
    margin-bottom: 32px;
}

.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
    color: #ffffff;
}

.wp-block-gallery .blocks-gallery-item {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

.wp-block-gallery .blocks-gallery-image {
    margin-left: 0px;
    margin-right: 0px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    box-sizing: border-box;
}

.wp-block-image {
    max-width: none;
    margin: 32px auto;
    padding: 0px;
}

img.aligncenter,
.wp-block-image.aligncenter {
    display: block;
    margin: 12px auto;
    padding: 0px;
}

img.alignnone,
.wp-block-image.alignnone {
    display: inline;
    margin: 12px 0px;
    padding: 0px;
}

img.alignright,
.wp-block-image.alignright {
    display: inline;
    margin: 16px 0px 16px 24px;
    padding: 0px;
}

img.alignleft,
.wp-block-image.alignleft {
    display: inline;
    margin: 16px 24px 16px 0px;
    padding: 0px;
}

table,
table.wp-block-table {
    width: 100%;
    text-align: left;
    margin: 32px 0px;
    padding: 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;
}

table p,
table form,
table ul,
table li {
    margin: 6px 0px;
    padding: 0px;
}

table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

table tbody tr:nth-child(odd) {
    background: rgba(0, 0, 0, 0.04);
}

table th,
table.wp-block-table th {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin: 0px;
    padding: 12px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

table td,
table.wp-block-table td {
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #dddddd;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}

table.wp-block-table.is-style-stripes {
    border-collapse: collapse;
}

table.wp-block-table.is-style-stripes td {
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

@media only screen and (max-width: 750px) {
    table th,
    table.wp-block-table th {
        font-size: 10px;
        text-transform: uppercase;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }

    table td,
    table.wp-block-table td {
        padding: 0px;
        font-size: 12px;
        margin: 0px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}

.comments-rating {
    border: none;
    padding: 0;
    margin-left: 0;
}

.comments-rating label {
    display: inline-block;
}

.rating-container {
    /* remove inline-block whitespace */
    font-size: 0;
    /* flip the order so we can use the + and ~ combinators */
    unicode-bidi: bidi-override;
    direction: rtl;
}

.rating-container * {
    font-size: 2.3rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    /* only enough room for the star */
    font-family: "dashicons";
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 1em;
    white-space: nowrap;
    cursor: pointer;
    margin: 0;
}

.rating-container > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: "\F154";
    color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: "\F155";
    color: #FF9F00;
    text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
    text-indent: -9999px;
    width: 0.5em;
    margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
    width: 0.5em;
}

.rating-container:hover > input + label:before {
    content: "\F154";
    color: #888;
    text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: "\F155";
    color: #FF9F00;
    text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
    text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
    text-indent: -9999px;
}

.headsatteliteblock {
    flex-direction: row;
}

@media only screen and (max-width: 750px) {
    .headsatteliteblock {
        flex-direction: column;
        align-items: center;
    }
}

.contentBlock h2 {
    font-size: 1.5rem;
    font-weight: 500;
}

.contentBlock h3 {
    font-size: 1.3rem;
    font-weight: 500;
}

.contentBlock p {
    color: #797979;
    font-size: 1rem;
    margin-bottom: 0.7rem;
    line-height: 28px;
    font-weight: 500;
}

.contentBlockImage img {
    max-width: 30px;
}

li.menu-item {
    position: relative;
}

li.menu-item img {
    position: absolute;
    left: -15px;
    top: 3px;
}

li.current-menu-item {
    color: #2383c6;
}

#top-menu {
    height: 50px;
    width: 100%;
}

#top-menu ul li {
    display: inline-block;
    float: left;
    position: relative;
    font-size: 14px;
}

#top-menu ul li:last-child a {
    border-bottom: none;
}

#top-menu ul li a {
    color: #929292;
    display: inline-block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 170px;
    line-height: 30px;
    border-right: #E4E4E4 1px solid;
}

#top-menu ul li ul li a {
    width: 200px;
}

#top-menu ul li.current-menu-item > a, #top-menu ul li:hover > a {
    color: white;
}

/*===>multi level menu */
#top-menu li ul {
    display: none;
    position: absolute;
    left: 0;
    border-radius: 6px;
    z-index: 300;
    border: 1px solid #ecf7ff;
    width: 200px;
    background: #2383c6;
}

#top-menu li:hover > ul {
    display: block;
}

#top-menu li ul ul {
    left: 140px;
    top: 10px;
}

#top-menu li li a {
    border: 0;
    width: 200px;
    border-bottom: 1px solid #bcbcbc;
    color: #fff;
    text-align: left;
    padding-left: 10px;
}

ul#top-menu > .menu-item-has-children > a::after {
    content: "\25BC";
    top: 0;
    position: absolute;
    font-size: 13px;
    padding-left: 3px;
}

.mobileButtonContainer a {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #2383c6;
    padding: 12px;
    position: fixed;
    color: #fff;
    bottom: 0;
    font-size: 21px;
    font-weight: bold;
}

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

.hover\:cursor-pointer:hover {
    cursor: pointer;
}

.hover\:bg-blue-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

.hover\:bg-yellow-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(217, 119, 6, var(--tw-bg-opacity));
}

.hover\:bg-purple-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(91, 31, 189, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}

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

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

.hover\:bg-green-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(236, 253, 245, var(--tw-bg-opacity));
}

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

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

.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}

.hover\:bg-blue-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.hover\:bg-yellow-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}

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

.hover\:bg-blue-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}

.hover\:bg-green-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(52, 211, 153, var(--tw-bg-opacity));
}

.hover\:bg-red-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}

.hover\:bg-yellow-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(251, 191, 36, var(--tw-bg-opacity));
}

.hover\:bg-purple-400:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}

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

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

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

@media (max-width: 639px) {
    .xm\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .xm\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }

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

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

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

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

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

    .xm\:ml-5 {
        margin-left: 1.25rem;
    }

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

    .xm\:flex {
        display: flex;
    }

    .xm\:hidden {
        display: none;
    }

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

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

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

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

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

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

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

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

    .xm\:rounded-tr {
        border-top-right-radius: 0.25rem;
    }

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

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

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

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

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

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

@media (min-width: 640px) {
    .sm\:right-5 {
        right: 1.25rem;
    }

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

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

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

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }

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

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

    .md\:w-5\/12 {
        width: 41.666667%;
    }

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

    .md\:w-2\/3 {
        width: 66.666667%;
    }

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

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

@media (min-width: 1024px) {
    .lg\:mr-5 {
        margin-right: 1.25rem;
    }

    .lg\:block {
        display: block;
    }

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

    .lg\:w-3\/4 {
        width: 75%;
    }

    .lg\:w-1\/6 {
        width: 16.666667%;
    }

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

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

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

@media (min-width: 1360px) {
    .xl\:w-0\.9\/4 {
        width: 23%;
    }

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


.header_cta .flex span:first-child {
    background-color: #2383c6
}

.header_cta .flex span:last-child {
    background-color: #2383c6
}

.desc p {
    margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
    .pc {
        display: none;
    }

    .logo {
        margin: 0 auto;
    }

    .jc {
        justify-content: center;
    }


}

@media (min-width: 900px) {
    .mobile {
        display: none;
    }

    body .mobile-version {
        display: block;
    }
}

.pc .menu-header li a:hover{
    border-bottom:2px solid #1c55fc;

}



body .mobile-version > * {
    font-size: 18px;
    padding: 5px 64px;
    border-radius: 5px !important;
}


body .mobile-version:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9;
}

body .mobile-version {
    position: fixed;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    padding: 10px 0 0 10px;
    text-align: center;
}

.hd{
    display: none !important;
}

@media (max-width: 900px) {
    body .mobile-version {
        display: block;
    }


}

@media (max-width: 700px) {
    .sub_header_color >div{
        padding: 10px;
    }
}
