/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
   --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
   line-height: 1.5; /* 1 */
   -webkit-text-size-adjust: 100%; /* 2 */
   -moz-tab-size: 4; /* 3 */
   -o-tab-size: 4;
   tab-size: 4; /* 3 */
   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"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
   margin: 0; /* 1 */
   line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
   height: 0; /* 1 */
   color: inherit; /* 2 */
   border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
   font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
   font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
   text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
   -webkit-appearance: button; /* 1 */
   background-color: transparent; /* 2 */
   background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
   outline: auto;
}

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

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

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

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

summary {
   display: list-item;
}

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

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

fieldset {
   margin: 0;
   padding: 0;
}

legend {
   padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
   resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
   opacity: 1; /* 1 */
   color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
   opacity: 1; /* 1 */
   color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
   opacity: 1; /* 1 */
   color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
   cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

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

[hidden] {
   display: none;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-color: #fff;
   border-color: #6b7280;
   border-width: 1px;
   border-radius: 0px;
   padding-top: 0.5rem;
   padding-right: 0.75rem;
   padding-bottom: 0.5rem;
   padding-left: 0.75rem;
   font-size: 1rem;
   line-height: 1.5rem;
   --tw-shadow: 0 0 #0000;
}

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

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

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

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

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

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

select {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
   background-position: right 0.5rem center;
   background-repeat: no-repeat;
   background-size: 1.5em 1.5em;
   padding-right: 2.5rem;
   -webkit-print-color-adjust: exact;
   color-adjust: exact;
}

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

[type="checkbox"],
[type="radio"] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 0;
   -webkit-print-color-adjust: exact;
   color-adjust: exact;
   display: inline-block;
   vertical-align: middle;
   background-origin: border-box;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   flex-shrink: 0;
   height: 1rem;
   width: 1rem;
   color: #1c6894;
   background-color: #fff;
   border-color: #6b7280;
   border-width: 1px;
   --tw-shadow: 0 0 #0000;
}

[type="checkbox"] {
   border-radius: 0px;
}

[type="radio"] {
   border-radius: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
   outline: 2px solid transparent;
   outline-offset: 2px;
   --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
   --tw-ring-offset-width: 2px;
   --tw-ring-offset-color: #fff;
   --tw-ring-color: #1c6894;
   --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
   --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
   box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

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

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

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

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

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

[type="file"]:focus {
   outline: 1px auto -webkit-focus-ring-color;
}
[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
   width: 100%;
   border-radius: 0.5rem;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(192 223 242 / var(--tw-border-opacity));
   background-size: 1.5rem 1.5rem;
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
   font-size: 1.125rem;
   line-height: 1.75rem;
}
[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
   --tw-border-opacity: 1;
   border-color: rgb(65 158 216 / var(--tw-border-opacity));
   --tw-shadow-color: #c0dff2;
   --tw-shadow: var(--tw-shadow-colored);
   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(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);
}
[type="checkbox"],
[type="radio"] {
   margin-right: 0.75rem;
   height: 21px;
   width: 21px;
   border-width: 1px;
   --tw-border-opacity: 1;
   border-color: rgb(192 223 242 / var(--tw-border-opacity));
   font-size: 1.125rem;
   line-height: 1.75rem;
   --tw-text-opacity: 1;
   color: rgb(0 31 63 / var(--tw-text-opacity));
}
[type="checkbox"]:focus,
[type="radio"]: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);
   --tw-ring-offset-width: 0px;
}
[type="checkbox"] {
   position: relative;
   top: 0.25rem;
   border-radius: 0.25rem;
}
[type="checkbox"]:checked {
   background-image: url("../images/bg/checkbox.svg");
}
[type="radio"] {
   border-radius: 9999px;
}
[type="file"] {
   padding: 0.75rem;
   font-size: 1rem;
   line-height: 1.5rem;
}

*,
::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-pan-x: ;
   --tw-pan-y: ;
   --tw-pinch-zoom: ;
   --tw-scroll-snap-strictness: proximity;
   --tw-ordinal: ;
   --tw-slashed-zero: ;
   --tw-numeric-figure: ;
   --tw-numeric-spacing: ;
   --tw-numeric-fraction: ;
   --tw-ring-inset: ;
   --tw-ring-offset-width: 0px;
   --tw-ring-offset-color: #fff;
   --tw-ring-color: rgb(37 132 191 / 0.5);
   --tw-ring-offset-shadow: 0 0 #0000;
   --tw-ring-shadow: 0 0 #0000;
   --tw-shadow: 0 0 #0000;
   --tw-shadow-colored: 0 0 #0000;
   --tw-blur: ;
   --tw-brightness: ;
   --tw-contrast: ;
   --tw-grayscale: ;
   --tw-hue-rotate: ;
   --tw-invert: ;
   --tw-saturate: ;
   --tw-sepia: ;
   --tw-drop-shadow: ;
   --tw-backdrop-blur: ;
   --tw-backdrop-brightness: ;
   --tw-backdrop-contrast: ;
   --tw-backdrop-grayscale: ;
   --tw-backdrop-hue-rotate: ;
   --tw-backdrop-invert: ;
   --tw-backdrop-opacity: ;
   --tw-backdrop-saturate: ;
   --tw-backdrop-sepia: ;
}
.container {
   width: 100%;
}
@media (min-width: 100%) {
   .container {
      max-width: 100%;
   }
}
@media (min-width: 1322px) {
   .container {
      max-width: 1322px;
   }
}
.fixed {
   position: fixed;
}
.absolute {
   position: absolute;
}
.relative {
   position: relative;
}
.sticky {
   position: -webkit-sticky;
   position: sticky;
}
.inset-y-0 {
   top: 0px;
   bottom: 0px;
}
.top-0 {
   top: 0px;
}
.bottom-0 {
   bottom: 0px;
}
.left-0 {
   left: 0px;
}
.right-0 {
   right: 0px;
}
.right-2 {
   right: 0.5rem;
}
.bottom-2 {
   bottom: 0.5rem;
}
.top-1\/2 {
   top: 50%;
}
.left-1\/2 {
   left: 50%;
}
.z-10 {
   z-index: 10;
}
.z-20 {
   z-index: 20;
}
.z-30 {
   z-index: 30;
}
.\!z-\[60\] {
   z-index: 60 !important;
}
.\!z-\[50\] {
   z-index: 50 !important;
}
.order-last {
   order: 9999;
}
.col-span-6 {
   grid-column: span 6 / span 6;
}
.col-span-2 {
   grid-column: span 2 / span 2;
}
.mx-auto {
   margin-left: auto;
   margin-right: auto;
}
.my-9 {
   margin-top: 2.25rem;
   margin-bottom: 2.25rem;
}
.my-12 {
   margin-top: 3rem;
   margin-bottom: 3rem;
}
.my-4 {
   margin-top: 1rem;
   margin-bottom: 1rem;
}
.my-auto {
   margin-top: auto;
   margin-bottom: auto;
}
.my-10 {
   margin-top: 2.5rem;
   margin-bottom: 2.5rem;
}
.my-5 {
   margin-top: 1.25rem;
   margin-bottom: 1.25rem;
}
.mx-2 {
   margin-left: 0.5rem;
   margin-right: 0.5rem;
}
.my-8 {
   margin-top: 2rem;
   margin-bottom: 2rem;
}
.my-16 {
   margin-top: 4rem;
   margin-bottom: 4rem;
}
.-mx-1 {
   margin-left: -0.25rem;
   margin-right: -0.25rem;
}
.my-2 {
   margin-top: 0.5rem;
   margin-bottom: 0.5rem;
}
.mb-10 {
   margin-bottom: 2.5rem;
}
.mb-1 {
   margin-bottom: 0.25rem;
}
.mb-4 {
   margin-bottom: 1rem;
}
.mt-3 {
   margin-top: 0.75rem;
}
.mt-5 {
   margin-top: 1.25rem;
}
.mb-3 {
   margin-bottom: 0.75rem;
}
.mb-6 {
   margin-bottom: 1.5rem;
}
.mr-4 {
   margin-right: 1rem;
}
.ml-auto {
   margin-left: auto;
}
.mb-8 {
   margin-bottom: 2rem;
}
.mt-2 {
   margin-top: 0.5rem;
}
.mt-4 {
   margin-top: 1rem;
}
.mb-5 {
   margin-bottom: 1.25rem;
}
.mt-6 {
   margin-top: 1.5rem;
}
.mb-14 {
   margin-bottom: 3.5rem;
}
.mb-12 {
   margin-bottom: 3rem;
}
.mb-2 {
   margin-bottom: 0.5rem;
}
.mt-8 {
   margin-top: 2rem;
}
.\!ml-0 {
   margin-left: 0px !important;
}
.mt-auto {
   margin-top: auto;
}
.\!mt-4 {
   margin-top: 1rem !important;
}
.mt-1 {
   margin-top: 0.25rem;
}
.mb-24 {
   margin-bottom: 6rem;
}
.mt-12 {
   margin-top: 3rem;
}
.mt-20 {
   margin-top: 5rem;
}
.ml-2\.5 {
   margin-left: 0.625rem;
}
.ml-2 {
   margin-left: 0.5rem;
}
.mr-3 {
   margin-right: 0.75rem;
}
.mr-2 {
   margin-right: 0.5rem;
}
.block {
   display: block;
}
.inline-block {
   display: inline-block;
}
.flex {
   display: flex;
}
.inline-flex {
   display: inline-flex;
}
.table {
   display: table;
}
.grid {
   display: grid;
}
.contents {
   display: contents;
}
.hidden {
   display: none;
}
.aspect-\[16\/9\] {
   aspect-ratio: 16 / 9;
}
.aspect-\[5\/3\] {
   aspect-ratio: 5 / 3;
}
.h-6 {
   height: 1.5rem;
}
.h-16 {
   height: 4rem;
}
.h-1\.5 {
   height: 0.375rem;
}
.h-1 {
   height: 0.25rem;
}
.h-12 {
   height: 3rem;
}
.h-8 {
   height: 2rem;
}
.max-h-\[200px\] {
   max-height: 200px;
}
.min-h-screen {
   min-height: 100vh;
}
.min-h-\[54px\] {
   min-height: 54px;
}
.w-full {
   width: 100%;
}
.w-72 {
   width: 18rem;
}
.w-6 {
   width: 1.5rem;
}
.w-16 {
   width: 4rem;
}
.w-80 {
   width: 20rem;
}
.w-1\.5 {
   width: 0.375rem;
}
.w-1 {
   width: 0.25rem;
}
.w-12 {
   width: 3rem;
}
.w-8 {
   width: 2rem;
}
.w-8\/12 {
   width: 66.666667%;
}
.w-\[130px\] {
   width: 130px;
}
.w-1\/2 {
   width: 50%;
}
.w-3\/12 {
   width: 25%;
}
.w-4\/12 {
   width: 33.333333%;
}
.w-2\/12 {
   width: 16.666667%;
}
.w-\[80px\] {
   width: 80px;
}
.max-w-5xl {
   max-width: 64rem;
}
.max-w-4xl {
   max-width: 56rem;
}
.max-w-lg {
   max-width: 32rem;
}
.\!max-w-2xl {
   max-width: 42rem !important;
}
.max-w-2xl {
   max-width: 42rem;
}
.max-w-\[200px\] {
   max-width: 200px;
}
.max-w-3xl {
   max-width: 48rem;
}
.flex-none {
   flex: none;
}
.flex-1 {
   flex: 1 1 0%;
}
.flex-shrink-0 {
   flex-shrink: 0;
}
.-translate-x-1\/2 {
   --tw-translate-x: -50%;
   transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
   --tw-translate-y: -50%;
   transform: translate(var(--tw-translate-x), 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 {
   cursor: pointer;
}
.list-disc {
   list-style-type: disc;
}
.flex-row {
   flex-direction: row;
}
.flex-col {
   flex-direction: column;
}
.flex-wrap {
   flex-wrap: wrap;
}
.items-start {
   align-items: flex-start;
}
.items-end {
   align-items: flex-end;
}
.items-center {
   align-items: center;
}
.items-baseline {
   align-items: baseline;
}
.justify-end {
   justify-content: flex-end;
}
.justify-center {
   justify-content: center;
}
.justify-between {
   justify-content: space-between;
}
.gap-6 {
   gap: 1.5rem;
}
.gap-5 {
   gap: 1.25rem;
}
.gap-3 {
   gap: 0.75rem;
}
.gap-4 {
   gap: 1rem;
}
.gap-8 {
   gap: 2rem;
}
.gap-2 {
   gap: 0.5rem;
}
.gap-x-12 {
   -moz-column-gap: 3rem;
   column-gap: 3rem;
}
.gap-y-6 {
   row-gap: 1.5rem;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-y-reverse: 0;
   margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
   margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-x-reverse: 0;
   margin-right: calc(0.75rem * var(--tw-space-x-reverse));
   margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-y-reverse: 0;
   margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
   margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-y-reverse: 0;
   margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
   margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-y-reverse: 0;
   margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
   margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
   --tw-space-y-reverse: 0;
   margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
   margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
   --tw-divide-y-reverse: 0;
   border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
   border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-30 > :not([hidden]) ~ :not([hidden]) {
   --tw-divide-opacity: 1;
   border-color: rgb(210 211 229 / var(--tw-divide-opacity));
}
.divide-blue-50\/40 > :not([hidden]) ~ :not([hidden]) {
   border-color: rgb(234 243 250 / 0.4);
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
   --tw-divide-opacity: 1;
   border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.overflow-hidden {
   overflow: hidden;
}
.scroll-smooth {
   scroll-behavior: smooth;
}
.rounded-lg {
   border-radius: 0.5rem;
}
.rounded-full {
   border-radius: 9999px;
}
.rounded-2xl {
   border-radius: 1rem;
}
.rounded-md {
   border-radius: 0.375rem;
}
.rounded {
   border-radius: 0.25rem;
}
.border {
   border-width: 1px;
}
.border-0 {
   border-width: 0px;
}
.border-b {
   border-bottom-width: 1px;
}
.border-r {
   border-right-width: 1px;
}
.border-t {
   border-top-width: 1px;
}
.border-t-4 {
   border-top-width: 4px;
}
.border-gray-300 {
   --tw-border-opacity: 1;
   border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400\/40 {
   border-color: rgb(156 163 175 / 0.4);
}
.border-gray-400\/60 {
   border-color: rgb(156 163 175 / 0.6);
}
.border-blue-600 {
   --tw-border-opacity: 1;
   border-color: rgb(28 104 148 / var(--tw-border-opacity));
}
.border-blue-200 {
   --tw-border-opacity: 1;
   border-color: rgb(149 201 234 / var(--tw-border-opacity));
}
.border-gray-500 {
   --tw-border-opacity: 1;
   border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-blue-100 {
   --tw-border-opacity: 1;
   border-color: rgb(192 223 242 / var(--tw-border-opacity));
}
.border-blue-400 {
   --tw-border-opacity: 1;
   border-color: rgb(65 158 216 / var(--tw-border-opacity));
}
.bg-blue-30\/70 {
   background-color: rgb(232 242 255 / 0.7);
}
.bg-blue-600\/70 {
   background-color: rgb(28 104 148 / 0.7);
}
.bg-blue-20 {
   --tw-bg-opacity: 1;
   background-color: rgb(243 248 252 / var(--tw-bg-opacity));
}
.bg-blue-50 {
   --tw-bg-opacity: 1;
   background-color: rgb(234 243 250 / var(--tw-bg-opacity));
}
.bg-blue-600 {
   --tw-bg-opacity: 1;
   background-color: rgb(28 104 148 / var(--tw-bg-opacity));
}
.bg-blue-300\/20 {
   background-color: rgb(105 179 224 / 0.2);
}
.bg-blue-400 {
   --tw-bg-opacity: 1;
   background-color: rgb(65 158 216 / var(--tw-bg-opacity));
}
.bg-blue {
   --tw-bg-opacity: 1;
   background-color: rgb(0 31 63 / var(--tw-bg-opacity));
}
.bg-blue-100 {
   --tw-bg-opacity: 1;
   background-color: rgb(192 223 242 / var(--tw-bg-opacity));
}
.bg-blue-500 {
   --tw-bg-opacity: 1;
   background-color: rgb(37 132 191 / var(--tw-bg-opacity));
}
.bg-white {
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#f5f7fa\] {
   --tw-bg-opacity: 1;
   background-color: rgb(245 247 250 / var(--tw-bg-opacity));
}
.bg-gray-100 {
   --tw-bg-opacity: 1;
   background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-red {
   --tw-bg-opacity: 1;
   background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-blue-200 {
   --tw-bg-opacity: 1;
   background-color: rgb(149 201 234 / var(--tw-bg-opacity));
}
.bg-v1 {
   background-image: url("../images/bg/department-bg.svg");
}
.bg-hero {
   background-image: url("../images/hero-image.png");
}
.bg-page-header {
   background-image: url("../images/bg/page-header-bg.svg");
}
.bg-footer {
   background-image: url("../images/bg/footer-bg.svg");
}
.bg-cover {
   background-size: cover;
}
.bg-contain {
   background-size: contain;
}
.bg-center {
   background-position: center;
}
.bg-no-repeat {
   background-repeat: no-repeat;
}
.object-cover {
   -o-object-fit: cover;
   object-fit: cover;
}
.p-8 {
   padding: 2rem;
}
.p-3 {
   padding: 0.75rem;
}
.p-1 {
   padding: 0.25rem;
}
.p-4 {
   padding: 1rem;
}
.px-4 {
   padding-left: 1rem;
   padding-right: 1rem;
}
.py-16 {
   padding-top: 4rem;
   padding-bottom: 4rem;
}
.py-8 {
   padding-top: 2rem;
   padding-bottom: 2rem;
}
.py-52 {
   padding-top: 13rem;
   padding-bottom: 13rem;
}
.py-2 {
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
}
.py-6 {
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}
.py-4 {
   padding-top: 1rem;
   padding-bottom: 1rem;
}
.px-8 {
   padding-left: 2rem;
   padding-right: 2rem;
}
.py-1\.5 {
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
}
.px-3 {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
}
.py-1 {
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
}
.py-10 {
   padding-top: 2.5rem;
   padding-bottom: 2.5rem;
}
.py-3 {
   padding-top: 0.75rem;
   padding-bottom: 0.75rem;
}
.py-5 {
   padding-top: 1.25rem;
   padding-bottom: 1.25rem;
}
.px-6 {
   padding-left: 1.5rem;
   padding-right: 1.5rem;
}
.\!py-4 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important;
}
.pt-10 {
   padding-top: 2.5rem;
}
.pb-10 {
   padding-bottom: 2.5rem;
}
.pr-5 {
   padding-right: 1.25rem;
}
.pt-5 {
   padding-top: 1.25rem;
}
.pt-6 {
   padding-top: 1.5rem;
}
.pl-4 {
   padding-left: 1rem;
}
.pr-2 {
   padding-right: 0.5rem;
}
.text-left {
   text-align: left;
}
.text-center {
   text-align: center;
}
.text-right {
   text-align: right;
}
.font-body {
   font-family: Manrope, Helvetica, Arial, sans-serif;
}
.text-8xl {
   font-size: 6rem;
   line-height: 1;
}
.text-base {
   font-size: 1rem;
   line-height: 1.5rem;
}
.text-4xl {
   font-size: 2.25rem;
   line-height: 2.5rem;
}
.text-3xl {
   font-size: 1.875rem;
   line-height: 2.25rem;
}
.text-xl {
   font-size: 1.25rem;
   line-height: 1.75rem;
}
.text-sm {
   font-size: 0.875rem;
   line-height: 1.25rem;
}
.text-lg {
   font-size: 1.125rem;
   line-height: 1.75rem;
}
.text-2xl {
   font-size: 1.5rem;
   line-height: 2rem;
}
.text-\[22px\] {
   font-size: 22px;
}
.font-bold {
   font-weight: 700;
}
.font-semibold {
   font-weight: 600;
}
.font-normal {
   font-weight: 400;
}
.font-medium {
   font-weight: 500;
}
.uppercase {
   text-transform: uppercase;
}
.leading-none {
   line-height: 1;
}
.leading-8 {
   line-height: 2rem;
}
.leading-tight {
   line-height: 1.25;
}
.leading-7 {
   line-height: 1.75rem;
}
.leading-snug {
   line-height: 1.375;
}
.leading-6 {
   line-height: 1.5rem;
}
.\!leading-tight {
   line-height: 1.25 !important;
}
.tracking-wide {
   letter-spacing: 0.025em;
}
.text-gray-500 {
   --tw-text-opacity: 1;
   color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-blue-500 {
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.text-blue-400 {
   --tw-text-opacity: 1;
   color: rgb(65 158 216 / var(--tw-text-opacity));
}
.text-blue-700 {
   --tw-text-opacity: 1;
   color: rgb(22 75 105 / var(--tw-text-opacity));
}
.text-blue-600 {
   --tw-text-opacity: 1;
   color: rgb(28 104 148 / var(--tw-text-opacity));
}
.text-red {
   --tw-text-opacity: 1;
   color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-white {
   --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-800 {
   --tw-text-opacity: 1;
   color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-blue-800 {
   --tw-text-opacity: 1;
   color: rgb(13 43 64 / var(--tw-text-opacity));
}
.text-gray-600 {
   --tw-text-opacity: 1;
   color: rgb(75 85 99 / var(--tw-text-opacity));
}
.\!text-gray-500 {
   --tw-text-opacity: 1 !important;
   color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-blue {
   --tw-text-opacity: 1;
   color: rgb(0 31 63 / var(--tw-text-opacity));
}
.text-gray-900 {
   --tw-text-opacity: 1;
   color: rgb(17 24 39 / var(--tw-text-opacity));
}
.shadow {
   --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
   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 rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
   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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
   --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
   --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
   --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-blue-400\/20 {
   --tw-shadow-color: rgb(65 158 216 / 0.2);
   --tw-shadow: var(--tw-shadow-colored);
}
.line-clamp-1 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
.line-clamp-2 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.line-clamp-3 {
   overflow: hidden;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.btn {
   display: inline-flex;
   align-items: center;
   border-radius: 0.5rem;
   border-width: 1px;
   padding-left: 1.75rem;
   padding-right: 1.75rem;
   padding-top: 0.625rem;
   padding-bottom: 0.625rem;
   font-size: 1rem;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 1.75rem;
   letter-spacing: 0.025em;
}
.btn-sm {
   padding-left: 1.25rem;
   padding-right: 1.25rem;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   font-size: 0.875rem;
   line-height: 1.25rem;
}
.btn-xs {
   padding-left: 0.75rem;
   padding-right: 0.75rem;
   padding-top: 0.25rem;
   padding-bottom: 0.25rem;
   font-size: 1rem;
   line-height: 1.5rem;
}
.btn i {
   padding-left: 0.75rem;
   font-size: 1rem;
   line-height: 1.5rem;
}
.btn-xs i {
   font-size: 0.75rem;
   line-height: 1rem;
}
.btn-primary {
   --tw-border-opacity: 1;
   border-color: rgb(37 132 191 / var(--tw-border-opacity));
   --tw-bg-opacity: 1;
   background-color: rgb(37 132 191 / var(--tw-bg-opacity));
   --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
   --tw-border-opacity: 1;
   border-color: rgb(22 75 105 / var(--tw-border-opacity));
   --tw-bg-opacity: 1;
   background-color: rgb(22 75 105 / var(--tw-bg-opacity));
}
.btn-secondary {
   --tw-border-opacity: 1;
   border-color: rgb(37 132 191 / var(--tw-border-opacity));
   background-color: transparent;
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.btn-secondary:hover {
   --tw-bg-opacity: 1;
   background-color: rgb(37 132 191 / var(--tw-bg-opacity));
   --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary i {
   --tw-text-opacity: 1;
   color: rgb(107 114 128 / var(--tw-text-opacity));
}
.btn-link {
   display: inline-flex;
   align-items: center;
   font-weight: 600;
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.btn-link span {
   margin-left: 0.5rem;
   margin-right: 0.5rem;
   display: flex;
   height: 20px;
   width: 20px;
   align-items: center;
   justify-content: center;
   border-radius: 9999px;
   border-width: 2px;
   --tw-border-opacity: 1;
   border-color: rgb(0 31 63 / var(--tw-border-opacity));
   font-size: 0.75rem;
   line-height: 1rem;
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
   .main-menu {
      margin-left: -1rem;
      margin-right: -1rem;
   }

   .main-menu > :not([hidden]) ~ :not([hidden]) {
      --tw-space-x-reverse: 0;
      margin-right: calc(1rem * var(--tw-space-x-reverse));
      margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
   }
}
.main-menu > li {
   position: relative;
   font-size: 1rem;
   line-height: 1.5rem;
   font-weight: 400;
   text-transform: uppercase;
   letter-spacing: 0.05em;
}
.main-menu > li > a,
.main-menu > li > span {
   display: block;
   padding-top: 0.5rem;
   padding-bottom: 0.5rem;
   padding-left: 1rem;
   padding-right: 1rem;
   font-weight: 500;
   --tw-text-opacity: 1;
   color: rgb(22 75 105 / var(--tw-text-opacity));
}
.main-menu > li > a:hover,
.main-menu > li > span:hover {
   --tw-text-opacity: 1;
   color: rgb(65 158 216 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
   .main-menu > li > a,
   .main-menu > li > span {
      padding-top: 1rem;
      padding-bottom: 1rem;
   }
}
.main-menu > li ul {
   margin-bottom: 0.75rem;
   padding-left: 1.5rem;
}
.main-menu > li ul::before {
   position: absolute;
   top: -2.5rem;
   left: 0px;
   height: 2.5rem;
   width: 100%;
   content: var(--tw-content);
   background-color: transparent;
}
@media (min-width: 1024px) {
   .main-menu > li ul {
      margin-bottom: 0px;
   }

   .main-menu > li ul {
      padding-left: 1rem;
   }

   .main-menu > li ul::before {
      --tw-content: "";
      content: var(--tw-content);
   }
}
.main-menu > li ul:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 11px 11px 11px;
   border-color: transparent transparent #fff transparent;
   top: -11px;
   left: 50%;
   transform: translateX(-50%);
}
.main-menu > li ul li a,
.main-menu > li ul li span {
   display: flex;
   cursor: pointer;
   font-weight: 500;
   text-transform: none;
   letter-spacing: 0.025em;
   --tw-text-opacity: 1;
   color: rgb(22 75 105 / var(--tw-text-opacity));
}
.main-menu > li ul li a:hover,
.main-menu > li ul li span:hover {
   --tw-text-opacity: 1;
   color: rgb(65 158 216 / var(--tw-text-opacity));
}
.main-menu > li.active a {
   --tw-text-opacity: 1;
   color: rgb(65 158 216 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
   .main-menu > li:hover ul {
      display: flex;
   }
}
.footer-menu {
   margin-bottom: 1.5rem;
   display: grid;
   -moz-column-gap: 2.5rem;
   column-gap: 2.5rem;
   row-gap: 0.75rem;
}
.footer-menu li {
   display: inline-flex;
   width: 100%;
   align-items: flex-start;
}
.footer-menu li::before {
   margin-right: 0.5rem;
   font-family: "icomoon";
   font-weight: 400;
   --tw-text-opacity: 1;
   color: rgb(65 158 216 / var(--tw-text-opacity));
   --tw-content: "\e904";
   content: var(--tw-content);
}
.submenu > :not([hidden]) ~ :not([hidden]) {
   --tw-divide-y-reverse: 0;
   border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
   border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
   --tw-divide-opacity: 1;
   border-color: rgb(107 114 128 / var(--tw-divide-opacity));
}
.submenu {
   font-size: 1.125rem;
   line-height: 1.75rem;
   text-transform: uppercase;
}
.submenu li {
   position: relative;
   padding-top: 1rem;
   padding-bottom: 1rem;
   padding-left: 1.5rem;
   font-size: 1.125rem;
   line-height: 1.75rem;
   --tw-text-opacity: 1;
   color: rgb(17 24 39 / var(--tw-text-opacity));
}
.submenu li::before {
   position: absolute;
   left: -0px;
   margin-right: 0.5rem;
   font-family: "icomoon";
   font-weight: 400;
   --tw-text-opacity: 1;
   color: rgb(17 24 39 / var(--tw-text-opacity));
   --tw-content: "\e904";
   content: var(--tw-content);
}
.submenu li.active {
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.submenu li.active::before {
   content: var(--tw-content);
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.submenu ul li {
   padding-top: 0.375rem;
   padding-bottom: 0.375rem;
   padding-left: 0px;
}
.submenu ul li::before {
   --tw-content: none;
   content: var(--tw-content);
}
.prose-item {
   color: var(--tw-prose-body);
   max-width: 65ch;
}
.prose-item :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-lead);
   font-size: 1.25em;
   line-height: 1.6;
   margin-top: 1.2em;
   margin-bottom: 1.2em;
}
.prose-item :where(a):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-links);
   text-decoration: underline;
   font-weight: 500;
}
.prose-item :where(strong):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-bold);
   font-weight: 600;
}
.prose-item :where(ol):not(:where([class~="not-prose"] *)) {
   list-style-type: decimal;
   padding-left: 1.625em;
}
.prose-item :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
   list-style-type: upper-alpha;
}
.prose-item :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
   list-style-type: lower-alpha;
}
.prose-item :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
   list-style-type: upper-alpha;
}
.prose-item :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
   list-style-type: lower-alpha;
}
.prose-item :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
   list-style-type: upper-roman;
}
.prose-item :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
   list-style-type: lower-roman;
}
.prose-item :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
   list-style-type: upper-roman;
}
.prose-item :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
   list-style-type: lower-roman;
}
.prose-item :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
   list-style-type: decimal;
}
.prose-item :where(ul):not(:where([class~="not-prose"] *)) {
   list-style-type: disc;
   padding-left: 1.625em;
}
.prose-item :where(ol > li):not(:where([class~="not-prose"] *))::marker {
   font-weight: 400;
   color: var(--tw-prose-counters);
}
.prose-item :where(ul > li):not(:where([class~="not-prose"] *))::marker {
   color: var(--tw-prose-bullets);
}
.prose-item :where(hr):not(:where([class~="not-prose"] *)) {
   border-color: var(--tw-prose-hr);
   border-top-width: 1px;
   margin-top: 3em;
   margin-bottom: 3em;
}
.prose-item :where(blockquote):not(:where([class~="not-prose"] *)) {
   font-weight: 500;
   font-style: italic;
   color: var(--tw-prose-quotes);
   border-left-width: 0.25rem;
   border-left-color: var(--tw-prose-quote-borders);
   quotes: "\201C""\201D""\2018""\2019";
   margin-top: 1.6em;
   margin-bottom: 1.6em;
   padding-left: 1em;
}
.prose-item :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
   content: open-quote;
}
.prose-item :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
   content: close-quote;
}
.prose-item :where(h1):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 800;
   font-size: 2.25em;
   margin-top: 0;
   margin-bottom: 0.8888889em;
   line-height: 1.1111111;
}
.prose-item :where(h1 strong):not(:where([class~="not-prose"] *)) {
   font-weight: 900;
}
.prose-item :where(h2):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 700;
   font-size: 1.5em;
   margin-top: 2em;
   margin-bottom: 1em;
   line-height: 1.3333333;
}
.prose-item :where(h2 strong):not(:where([class~="not-prose"] *)) {
   font-weight: 800;
}
.prose-item :where(h3):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   font-size: 1.25em;
   margin-top: 1.6em;
   margin-bottom: 0.6em;
   line-height: 1.6;
}
.prose-item :where(h3 strong):not(:where([class~="not-prose"] *)) {
   font-weight: 700;
}
.prose-item :where(h4):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   margin-top: 1.5em;
   margin-bottom: 0.5em;
   line-height: 1.5;
}
.prose-item :where(h4 strong):not(:where([class~="not-prose"] *)) {
   font-weight: 700;
}
.prose-item :where(figure > *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
   margin-bottom: 0;
}
.prose-item :where(figcaption):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-captions);
   font-size: 0.875em;
   line-height: 1.4285714;
   margin-top: 0.8571429em;
}
.prose-item :where(code):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-code);
   font-weight: 600;
   font-size: 0.875em;
}
.prose-item :where(code):not(:where([class~="not-prose"] *))::before {
   content: "`";
}
.prose-item :where(code):not(:where([class~="not-prose"] *))::after {
   content: "`";
}
.prose-item :where(a code):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-links);
}
.prose-item :where(pre):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-pre-code);
   background-color: var(--tw-prose-pre-bg);
   overflow-x: auto;
   font-weight: 400;
   font-size: 0.875em;
   line-height: 1.7142857;
   margin-top: 1.7142857em;
   margin-bottom: 1.7142857em;
   border-radius: 0.375rem;
   padding-top: 0.8571429em;
   padding-right: 1.1428571em;
   padding-bottom: 0.8571429em;
   padding-left: 1.1428571em;
}
.prose-item :where(pre code):not(:where([class~="not-prose"] *)) {
   background-color: transparent;
   border-width: 0;
   border-radius: 0;
   padding: 0;
   font-weight: inherit;
   color: inherit;
   font-size: inherit;
   font-family: inherit;
   line-height: inherit;
}
.prose-item :where(pre code):not(:where([class~="not-prose"] *))::before {
   content: none;
}
.prose-item :where(pre code):not(:where([class~="not-prose"] *))::after {
   content: none;
}
.prose-item :where(table):not(:where([class~="not-prose"] *)) {
   width: 100%;
   table-layout: auto;
   text-align: left;
   margin-top: 2em;
   margin-bottom: 2em;
   font-size: 0.875em;
   line-height: 1.7142857;
}
.prose-item :where(thead):not(:where([class~="not-prose"] *)) {
   border-bottom-width: 1px;
   border-bottom-color: var(--tw-prose-th-borders);
}
.prose-item :where(thead th):not(:where([class~="not-prose"] *)) {
   color: var(--tw-prose-headings);
   font-weight: 600;
   vertical-align: bottom;
   padding-right: 0.5714286em;
   padding-bottom: 0.5714286em;
   padding-left: 0.5714286em;
}
.prose-item :where(tbody tr):not(:where([class~="not-prose"] *)) {
   border-bottom-width: 1px;
   border-bottom-color: var(--tw-prose-td-borders);
}
.prose-item :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
   border-bottom-width: 0;
}
.prose-item :where(tbody td):not(:where([class~="not-prose"] *)) {
   vertical-align: baseline;
   padding-top: 0.5714286em;
   padding-right: 0.5714286em;
   padding-bottom: 0.5714286em;
   padding-left: 0.5714286em;
}
.prose-item {
   --tw-prose-body: #374151;
   --tw-prose-headings: #111827;
   --tw-prose-lead: #4b5563;
   --tw-prose-links: #111827;
   --tw-prose-bold: #111827;
   --tw-prose-counters: #6b7280;
   --tw-prose-bullets: #d1d5db;
   --tw-prose-hr: #e5e7eb;
   --tw-prose-quotes: #111827;
   --tw-prose-quote-borders: #e5e7eb;
   --tw-prose-captions: #6b7280;
   --tw-prose-code: #111827;
   --tw-prose-pre-code: #e5e7eb;
   --tw-prose-pre-bg: #1f2937;
   --tw-prose-th-borders: #d1d5db;
   --tw-prose-td-borders: #e5e7eb;
   --tw-prose-invert-body: #d1d5db;
   --tw-prose-invert-headings: #fff;
   --tw-prose-invert-lead: #9ca3af;
   --tw-prose-invert-links: #fff;
   --tw-prose-invert-bold: #fff;
   --tw-prose-invert-counters: #9ca3af;
   --tw-prose-invert-bullets: #4b5563;
   --tw-prose-invert-hr: #374151;
   --tw-prose-invert-quotes: #f3f4f6;
   --tw-prose-invert-quote-borders: #374151;
   --tw-prose-invert-captions: #9ca3af;
   --tw-prose-invert-code: #fff;
   --tw-prose-invert-pre-code: #d1d5db;
   --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
   --tw-prose-invert-th-borders: #4b5563;
   --tw-prose-invert-td-borders: #374151;
   font-size: 1rem;
   line-height: 1.75;
}
.prose-item :where(p):not(:where([class~="not-prose"] *)) {
   margin-top: 1.25em;
   margin-bottom: 1.25em;
}
.prose-item :where(img):not(:where([class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
}
.prose-item :where(video):not(:where([class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
}
.prose-item :where(figure):not(:where([class~="not-prose"] *)) {
   margin-top: 2em;
   margin-bottom: 2em;
}
.prose-item :where(h2 code):not(:where([class~="not-prose"] *)) {
   font-size: 0.875em;
}
.prose-item :where(h3 code):not(:where([class~="not-prose"] *)) {
   font-size: 0.9em;
}
.prose-item :where(li):not(:where([class~="not-prose"] *)) {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}
.prose-item :where(ol > li):not(:where([class~="not-prose"] *)) {
   padding-left: 0.375em;
}
.prose-item :where(ul > li):not(:where([class~="not-prose"] *)) {
   padding-left: 0.375em;
}
.prose-item > :where(ul > li p):not(:where([class~="not-prose"] *)) {
   margin-top: 0.75em;
   margin-bottom: 0.75em;
}
.prose-item > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 1.25em;
}
.prose-item > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 1.25em;
}
.prose-item > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 1.25em;
}
.prose-item > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 1.25em;
}
.prose-item :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
   margin-top: 0.75em;
   margin-bottom: 0.75em;
}
.prose-item :where(hr + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h2 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h3 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h4 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
   padding-left: 0;
}
.prose-item :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
   padding-right: 0;
}
.prose-item :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
   padding-left: 0;
}
.prose-item :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
   padding-right: 0;
}
.prose-item > :where(:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item > :where(:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 0;
}
.prose-item {
   font-size: 1.125rem;
   line-height: 1.7777778;
}
.prose-item :where(p):not(:where([class~="not-prose"] *)) {
   margin-top: 1.3333333em;
   margin-bottom: 1.3333333em;
}
.prose-item :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
   font-size: 1.2222222em;
   line-height: 1.4545455;
   margin-top: 1.0909091em;
   margin-bottom: 1.0909091em;
}
.prose-item :where(blockquote):not(:where([class~="not-prose"] *)) {
   margin-top: 1.6666667em;
   margin-bottom: 1.6666667em;
   padding-left: 1em;
}
.prose-item :where(h1):not(:where([class~="not-prose"] *)) {
   font-size: 2.6666667em;
   margin-top: 0;
   margin-bottom: 0.8333333em;
   line-height: 1;
}
.prose-item :where(h2):not(:where([class~="not-prose"] *)) {
   font-size: 1.6666667em;
   margin-top: 1.8666667em;
   margin-bottom: 1.0666667em;
   line-height: 1.3333333;
}
.prose-item :where(h3):not(:where([class~="not-prose"] *)) {
   font-size: 1.3333333em;
   margin-top: 1.6666667em;
   margin-bottom: 0.6666667em;
   line-height: 1.5;
}
.prose-item :where(h4):not(:where([class~="not-prose"] *)) {
   margin-top: 1.7777778em;
   margin-bottom: 0.4444444em;
   line-height: 1.5555556;
}
.prose-item :where(img):not(:where([class~="not-prose"] *)) {
   margin-top: 1.7777778em;
   margin-bottom: 1.7777778em;
}
.prose-item :where(video):not(:where([class~="not-prose"] *)) {
   margin-top: 1.7777778em;
   margin-bottom: 1.7777778em;
}
.prose-item :where(figure):not(:where([class~="not-prose"] *)) {
   margin-top: 1.7777778em;
   margin-bottom: 1.7777778em;
}
.prose-item :where(figure > *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
   margin-bottom: 0;
}
.prose-item :where(figcaption):not(:where([class~="not-prose"] *)) {
   font-size: 0.8888889em;
   line-height: 1.5;
   margin-top: 1em;
}
.prose-item :where(code):not(:where([class~="not-prose"] *)) {
   font-size: 0.8888889em;
}
.prose-item :where(h2 code):not(:where([class~="not-prose"] *)) {
   font-size: 0.8666667em;
}
.prose-item :where(h3 code):not(:where([class~="not-prose"] *)) {
   font-size: 0.875em;
}
.prose-item :where(pre):not(:where([class~="not-prose"] *)) {
   font-size: 0.8888889em;
   line-height: 1.75;
   margin-top: 2em;
   margin-bottom: 2em;
   border-radius: 0.375rem;
   padding-top: 1em;
   padding-right: 1.5em;
   padding-bottom: 1em;
   padding-left: 1.5em;
}
.prose-item :where(ol):not(:where([class~="not-prose"] *)) {
   padding-left: 1.5555556em;
}
.prose-item :where(ul):not(:where([class~="not-prose"] *)) {
   padding-left: 1.5555556em;
}
.prose-item :where(li):not(:where([class~="not-prose"] *)) {
   margin-top: 0.6666667em;
   margin-bottom: 0.6666667em;
}
.prose-item :where(ol > li):not(:where([class~="not-prose"] *)) {
   padding-left: 0.4444444em;
}
.prose-item :where(ul > li):not(:where([class~="not-prose"] *)) {
   padding-left: 0.4444444em;
}
.prose-item > :where(ul > li p):not(:where([class~="not-prose"] *)) {
   margin-top: 0.8888889em;
   margin-bottom: 0.8888889em;
}
.prose-item > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 1.3333333em;
}
.prose-item > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 1.3333333em;
}
.prose-item > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 1.3333333em;
}
.prose-item > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 1.3333333em;
}
.prose-item :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
   margin-top: 0.8888889em;
   margin-bottom: 0.8888889em;
}
.prose-item :where(hr):not(:where([class~="not-prose"] *)) {
   margin-top: 3.1111111em;
   margin-bottom: 3.1111111em;
}
.prose-item :where(hr + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h2 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h3 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(h4 + *):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item :where(table):not(:where([class~="not-prose"] *)) {
   font-size: 0.8888889em;
   line-height: 1.5;
}
.prose-item :where(thead th):not(:where([class~="not-prose"] *)) {
   padding-right: 0.75em;
   padding-bottom: 0.75em;
   padding-left: 0.75em;
}
.prose-item :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
   padding-left: 0;
}
.prose-item :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
   padding-right: 0;
}
.prose-item :where(tbody td):not(:where([class~="not-prose"] *)) {
   padding-top: 0.75em;
   padding-right: 0.75em;
   padding-bottom: 0.75em;
   padding-left: 0.75em;
}
.prose-item :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
   padding-left: 0;
}
.prose-item :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
   padding-right: 0;
}
.prose-item > :where(:first-child):not(:where([class~="not-prose"] *)) {
   margin-top: 0;
}
.prose-item > :where(:last-child):not(:where([class~="not-prose"] *)) {
   margin-bottom: 0;
}
.prose-item {
   max-width: 100%;
}
.prose-item :is(:where(h1, h2, h3, h4, th):not(:where([class~="not-prose"] *))) {
   font-weight: 700;
   --tw-text-opacity: 1;
   color: rgb(28 104 148 / var(--tw-text-opacity));
}
.prose-item :is(:where(h2):not(:where([class~="not-prose"] *))) {
   font-size: 1.875rem;
   line-height: 2.25rem;
}
.prose-item :is(:where(h3):not(:where([class~="not-prose"] *))) {
   font-size: 1.5rem;
   line-height: 2rem;
}
.prose-item :is(:where(h4):not(:where([class~="not-prose"] *))) {
   font-size: 22px;
}
.prose-item :is(:where(a):not(:where([class~="not-prose"] *))) {
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
   -webkit-text-decoration-color: #0d2b40;
   text-decoration-color: #0d2b40;
   text-decoration-thickness: 2px;
   text-underline-offset: 2px;
}
.prose-item :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
   border-radius: 0.5rem;
   border-left-width: 0px;
   --tw-bg-opacity: 1;
   background-color: rgb(234 243 250 / var(--tw-bg-opacity));
   padding: 2rem;
   font-size: 1.125rem;
   line-height: 1.75rem;
   font-weight: 600;
   font-style: normal;
   --tw-text-opacity: 1;
   color: rgb(3 15 21 / var(--tw-text-opacity));
}
.prose-item :is(:where(figure):not(:where([class~="not-prose"] *))) {
   overflow: hidden;
   border-radius: 0.5rem;
}
.prose-item :is(:where(figcaption):not(:where([class~="not-prose"] *))) {
   text-align: center;
}
.prose-item :is(:where(li):not(:where([class~="not-prose"] *))) {
   position: relative;
   margin-top: 0.25rem;
   margin-bottom: 0.25rem;
}
.prose-item * :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
.prose-item :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
   --tw-text-opacity: 1;
   color: rgb(37 132 191 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
   .prose-item :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
      padding: 5rem;
   }

   .prose-item :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
      font-size: 1.25rem;
      line-height: 1.75rem;
   }

   .prose-item :is(:where(blockquote):not(:where([class~="not-prose"] *))) {
      line-height: 1.625;
   }
}
p {
   margin-bottom: 1rem;
}
h1,
h2,
h3,
h4 {
   --tw-text-opacity: 1;
   color: rgb(13 43 64 / var(--tw-text-opacity));
}
.label {
   margin-bottom: 0.25rem;
   display: block;
   font-size: 0.75rem;
   line-height: 1rem;
   font-weight: 700;
   letter-spacing: 0.025em;
   --tw-text-opacity: 1;
   color: rgb(75 85 99 / var(--tw-text-opacity));
}
@media (max-width: 1024px) {
   .navbar-nav-collapse {
      display: none;
      position: absolute;
      top: 100%;
      background-color: #fff;
      left: 0;
      right: 0;
      z-index: 9999;
      padding: 16px;
      height: calc(100vh - 53px);
      overflow-y: scroll;
   }
   .navbar-nav-collapse.show {
      display: block;
   }

   .navbar-nav-toggle {
      display: block;
      height: 24px;
      width: 24px;
      position: relative;
   }
   .navbar-nav-toggle span {
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateX(-50%) translateY(-50%);
      transition: background-color 0.2s;
      position: absolute;
      width: 24px;
      height: 2px;
      border-radius: 1px;
   }
   .navbar-nav-toggle span {
      --tw-bg-opacity: 1;
      background-color: rgb(0 31 63 / var(--tw-bg-opacity));
   }
   .navbar-nav-toggle span:after,
   .navbar-nav-toggle span:before {
      position: absolute;
      width: 24px;
      height: 2px;
      border-radius: 1px;
      content: "";
      top: 0;
      left: 0;
      transition: transform 0.1s;
   }
   .navbar-nav-toggle span:after,
   .navbar-nav-toggle span:before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 31 63 / var(--tw-bg-opacity));
   }
   .navbar-nav-toggle span:before {
      transform: translateY(-8px);
   }
   .navbar-nav-toggle span:after {
      transform: translateY(8px);
   }
   .navbar-nav-toggle.navbar-nav-toggle-active span {
      background-color: transparent;
   }
   .navbar-nav-toggle.navbar-nav-toggle-active span:before {
      transform: rotate(-45deg);
   }
   .navbar-nav-toggle.navbar-nav-toggle-active span:before {
      --tw-bg-opacity: 1;
      background-color: rgb(0 31 63 / var(--tw-bg-opacity));
   }
   .navbar-nav-toggle.navbar-nav-toggle-active span:after {
      transform: rotate(45deg);
   }
   .navbar-nav-toggle.navbar-nav-toggle-active span:after {
      --tw-bg-opacity: 1;
      background-color: rgb(0 31 63 / var(--tw-bg-opacity));
   }
}
/*md-modal*/
.md-modal {
   position: fixed;
   top: 50%;
   left: 50%;
   z-index: 40;
   display: none;
   width: 100%;
   --tw-translate-x: -50%;
   --tw-translate-y: -50%;
   transform: translate(var(--tw-translate-x), 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));
   padding-left: 1rem;
   padding-right: 1rem;
}
@media (min-width: 1024px) {
   .md-modal {
      max-width: 56rem;
   }
}
.md-modal .close-btn {
   position: absolute;
   right: 2rem;
   top: 1rem;
   z-index: 40;
   cursor: pointer;
   --tw-text-opacity: 1;
   color: rgb(156 163 175 / var(--tw-text-opacity));
}
.md-wrapper {
   border-radius: 0.75rem;
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity));
   padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
   .md-wrapper {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
   }
}
.md-body {
   margin-left: auto;
   margin-right: auto;
   max-height: 80vh;
   overflow-y: scroll;
   padding-left: 1rem;
   padding-right: 1rem;
}
@media (min-width: 768px) {
   .md-body {
      padding-left: 2rem;
      padding-right: 2rem;
   }
}
.md-overlay {
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   z-index: 40;
}
.md-modal.md-show {
   visibility: visible;
   display: block;
}
.md-modal.md-show + .md-overlay {
   position: fixed;
   top: 0px;
   bottom: 0px;
   left: 0px;
   right: 0px;
   z-index: 30;
   background-color: rgb(22 75 105 / 0.9);
}
header {
   --tw-bg-opacity: 1;
   background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
header .logo img {
   width: 180px;
}
@media (min-width: 1024px) {
   header .logo img {
      width: 240px;
   }
}
.frontpage-search .label {
   --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
}
.breadcrumbs li a,
.breadcrumbs li span {
   display: block;
}
.breadcrumbs li a:first-letter,
.breadcrumbs li span:first-letter {
   text-transform: uppercase;
}
.placeholder\:text-gray-700::-moz-placeholder {
   --tw-text-opacity: 1;
   color: rgb(55 65 81 / var(--tw-text-opacity));
}
.placeholder\:text-gray-700:-ms-input-placeholder {
   --tw-text-opacity: 1;
   color: rgb(55 65 81 / var(--tw-text-opacity));
}
.placeholder\:text-gray-700::placeholder {
   --tw-text-opacity: 1;
   color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:bg-blue-300\/20:hover {
   background-color: rgb(105 179 224 / 0.2);
}
.hover\:bg-blue-400:hover {
   --tw-bg-opacity: 1;
   background-color: rgb(65 158 216 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover {
   font-weight: 700;
}
.hover\:text-blue:hover {
   --tw-text-opacity: 1;
   color: rgb(0 31 63 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
   --tw-text-opacity: 1;
   color: rgb(28 104 148 / var(--tw-text-opacity));
}
.hover\:underline:hover {
   -webkit-text-decoration-line: underline;
   text-decoration-line: underline;
}
.hover\:decoration-blue:hover {
   -webkit-text-decoration-color: #001f3f;
   text-decoration-color: #001f3f;
}
.hover\:decoration-white:hover {
   -webkit-text-decoration-color: #ffffff;
   text-decoration-color: #ffffff;
}
.hover\:decoration-2:hover {
   text-decoration-thickness: 2px;
}
.hover\:underline-offset-1:hover {
   text-underline-offset: 1px;
}
.focus\:shadow-none:focus {
   --tw-shadow: 0 0 #0000;
   --tw-shadow-colored: 0 0 #0000;
   box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group:hover .group-hover\:text-gray-800 {
   --tw-text-opacity: 1;
   color: rgb(31 41 55 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
   --tw-text-opacity: 1;
   color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
   .sm\:block {
      display: block;
   }

   .sm\:w-8\/12 {
      width: 66.666667%;
   }

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

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

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

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

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

   .sm\:\!px-12 {
      padding-left: 3rem !important;
      padding-right: 3rem !important;
   }

   .sm\:text-4xl {
      font-size: 2.25rem;
      line-height: 2.5rem;
   }
}
@media (min-width: 768px) {
   .md\:bottom-4 {
      bottom: 1rem;
   }

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

   .md\:my-32 {
      margin-top: 8rem;
      margin-bottom: 8rem;
   }

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

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

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

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

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

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

   .md\:block {
      display: block;
   }

   .md\:flex {
      display: flex;
   }

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

   .md\:w-8\/12 {
      width: 66.666667%;
   }

   .md\:w-4\/12 {
      width: 33.333333%;
   }

   .md\:w-3\/12 {
      width: 25%;
   }

   .md\:w-2\/12 {
      width: 16.666667%;
   }

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

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

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

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

   .md\:gap-10 {
      gap: 2.5rem;
   }

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

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

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

   .md\:divide-gray-30 > :not([hidden]) ~ :not([hidden]) {
      --tw-divide-opacity: 1;
      border-color: rgb(210 211 229 / var(--tw-divide-opacity));
   }

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

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

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

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

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

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

   .md\:text-\[240px\] {
      font-size: 240px;
   }

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

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

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

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

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

   .lg\:top-20 {
      top: 5rem;
   }

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

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

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

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

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

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

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

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

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

   .lg\:mb-24 {
      margin-bottom: 6rem;
   }

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

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

   .lg\:flex {
      display: flex;
   }

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

   .lg\:hidden {
      display: none;
   }

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

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

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

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

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

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

   .lg\:-translate-x-1\/2 {
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), 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));
   }

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

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

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

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

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

   .lg\:gap-24 {
      gap: 6rem;
   }

   .lg\:gap-x-24 {
      -moz-column-gap: 6rem;
      column-gap: 6rem;
   }

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

   .lg\:bg-white {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
   }

   .lg\:p-12 {
      padding: 3rem;
   }

   .lg\:p-4 {
      padding: 1rem;
   }

   .lg\:py-40 {
      padding-top: 10rem;
      padding-bottom: 10rem;
   }

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

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

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

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

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

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

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

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

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

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

   .lg\:shadow {
      --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
   }
}
@media (min-width: 1280px) {
   .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
   }

   .xl\:text-6xl {
      font-size: 3.75rem;
      line-height: 1;
   }
}

.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0, 0, 0, 0);
   white-space: nowrap;
   border-width: 0;
}

.has-error input,
.has-error select,
.has-error textarea {
   border-color: #ef4444;
}
.has-error label {
   --tw-text-opacity: 1;
   color: rgb(239 68 68 / var(--tw-text-opacity));
}
