@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*! tailwindcss v2.2.17 | 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;
}

fieldset {
    margin: 0;
    padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /* 1 */
    line-height: 1.5;
    /* 2 */
}

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

body {
    font-family: inherit;
    line-height: inherit;
}

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

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
/*자체적인 css추가 - module_example_img*/
/*.image-container {*/
/*        height: 200px; !* 원하는 높이 설정 *!*/
/*    }*/

/*    .image-container img {*/
/*        max-width: 100%;*/
/*        height: 100%;*/
/*    }*/

/*자체적인 css추가 - error-message*/
#error-message {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}


/*자체적인 css추가 - About - mail링크*/
.email-link {
    color: blue;
    text-decoration: none;
}

.email-link:hover {
    text-decoration: underline;
}

/*자체적인 css추가 - About - 글자크기 조절*/
.subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

/*자체적인 css추가 - About - 하이퍼링크와 logo */
.link-container {
    display: flex;
    align-items: center;
    gap: 8px; /* 링크와 이미지 사이의 간격을 조정 */

    text-indent: 20px; /* 원하는 들여쓰기 값 설정 */

    /*하이퍼링크 색상변경*/
    color: blue;
    text-decoration: none;
}

.link-container {
    text-decoration: underline;
}

.logo-img {
    max-width: 50px;
    max-height: 50px;
}


/*자체적인 css추가 - 파일업로드*/
.custom-file-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

/*자체적인 css추가 - 비활성화 상태일 때 파일라벨*/

.custom-file-label.disabled {
    color: #a0aec0; /* 비활성화 상태일 때 레이블 텍스트 색상을 회색(#a0aec0)으로 변경 */
    background-color: #edf2f7; /* 비활성화 상태일 때 배경 색상을 밝은 회색(#edf2f7)으로 변경 */
    border-color: #cbd5e0; /* 비활성화 상태일 때 테두리 색상을 회색(#cbd5e0)으로 변경 */
    cursor: not-allowed;
}

.custom-file-label.disabled::after {
    color: #a0aec0; /* 비활성화 상태일 때 'File Upload' 텍스트 색상을 회색(#a0aec0)으로 변경 */
}



.custom-file-label {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4a5568;
    background-color: #edf2f7;
    border: 1px solid #cbd5e0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.custom-file-label::after {
    content: "a FASTA file";
}

.custom-file-label.no-after::after {
    content: none;   /* 혹은 "" */
  }

.custom-file-input:focus ~ .custom-file-label {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(76, 81, 191, 0.25);
    border-color: #4c51bf;
}

/* Optional: Style for file name display */
.custom-file-input-display {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: black;
}

/*자체적인 css 추가 - 게시판 리스트*/
.listWrap {
    padding-top: 15px;
    /*padding: 15px 50px;*/
}

.table {
    width: 100%;
    border-collapse: collapse;
}

colgroup col {
    width: 5%;
}

th,
td {
    text-align: center;
    padding: 10px;
    /*border: 1px solid #cbd5e0;*/
}

th {
    background-color: #f7fafc;
    color: #000000;
}

thead tr {
    background-color: #fff;
    border-bottom: 1px solid #000;
}

tbody tr:nth-child(even) {
    background-color: #f7fafc;
    border-bottom: 1px solid #cbd5e0;
}

tbody tr:nth-child(odd) {
    background-color: #fff;
    border-bottom: 1px solid #cbd5e0;
}

tbody tr:first-child {
    border-top: 1px solid #000;
}

tbody tr:last-child {
    border-bottom: 1px solid #000;
}

.ud-relative {
    position: relative;
}

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

.ud-bg-primary {
    background-color: #4c51bf;
}

.ud-bg-opacity-10 {
    background-color: rgba(76, 81, 191, 0.1);
}

.ud-text-body-color {
    color: #4a5568;
}

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

tr:hover {
    background-color: #d8e2ef;
}

/*자체적인 css 추가 - 게시판 -정렬 아이콘*/
.sort-icon {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    transition: transform 0.2s;
}

.sort-icon i::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.asc .sort-icon i::before {
    content: "\f0d8";
    /*content: "\f062";*/
    transform: rotate(180deg);
}

.desc .sort-icon i::before {
    content: "\f0d7";
}

/*자체적인 css 추가 - 등록페이지 input 박스 색상 변경*/
.ud-text-dark {
    color: black;
}

/*자체적인 css 추가*/
.display_none {
    display: none;
}

/*처음 부터 있었던 css */
img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

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

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-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(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --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-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);
}

.ud-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
}

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

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

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

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

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

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

.ud-fixed {
    position: fixed;
}

.ud-absolute {
    position: absolute;
}

.ud-relative {
    position: relative;
}

.ud-top-0 {
    top: 0px;
}

.ud-left-0 {
    left: 0px;
}

.ud-right-4 {
    right: 1rem;
}

.ud-top-1\/2 {
    top: 50%;
}

.ud-top-full {
    top: 100%;
}

.ud-bottom-0 {
    bottom: 0px;
}

.ud-right-0 {
    right: 0px;
}

.ud-top-14 {
    top: 3.5rem;
}

.ud-bottom-24 {
    bottom: 6rem;
}

.ud-bottom-8 {
    bottom: 2rem;
}

.ud-right-8 {
    right: 2rem;
}

.ud-left-auto {
    left: auto;
}

.ud-top-6 {
    top: 1.5rem;
}

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

.ud-top-5 {
    top: 1.25rem;
}

.ud-bottom-5 {
    bottom: 1.25rem;
}

.ud-top-\[-4px\] {
    top: -4px;
}

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

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

.ud-z-\[-1\] {
    z-index: -1;
}

.ud-z-\[999\] {
    z-index: 999;
}

.ud-m-0 {
    margin: 0px;
}

.ud-mx-\[-16px\] {
    margin-left: -16px;
    margin-right: -16px;
}

.ud-my-\[6px\] {
    margin-top: 6px;
    margin-bottom: 6px;
}

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

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

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

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

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

.ud-mx-\[-12px\] {
    margin-left: -12px;
    margin-right: -12px;
}

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

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

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

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

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

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

.ud-mt-\[6px\] {
    margin-top: 6px;
}

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

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

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

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

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

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

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

.ud-mr-10 {
    margin-right: 2.5rem;
}

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

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

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

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

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

.ud-mb-\[6px\] {
    margin-bottom: 6px;
}

.ud-mb-\[100px\] {
    margin-bottom: 100px;
}

.ud-mb-\[70px\] {
    margin-bottom: 70px;
}

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

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

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

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

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

.ud-block {
    display: block;
}

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

/*자체적인 css 추가 - Download Prediction Result 내리기*/

.ud-flex {
    display: flex;
}

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

.ud-hidden {
    display: none;
}

.ud-h-\[2px\] {
    height: 2px;
}

.ud-h-9 {
    height: 2.25rem;
}

.ud-h-5 {
    height: 1.25rem;
}

.ud-h-10 {
    height: 2.5rem;
}

.ud-h-3 {
    height: 0.75rem;
}

.ud-h-2 {
    height: 0.5rem;
}

.ud-h-\[30px\] {
    height: 30px;
}

.ud-h-\[40px\] {
    height: 40px;
}

.ud-h-full {
    height: 100%;
}
/* */
.ud-h-70 {
    height: 70%;
}


.ud-h-\[50px\] {
    height: 50px;
}

.ud-h-\[75px\] {
    height: 75px;
}

.ud-h-\[70px\] {
    height: 70px;
}

.ud-h-7 {
    height: 1.75rem;
}

.ud-h-4 {
    height: 1rem;
}

.ud-h-\[18px\] {
    height: 18px;
}

.ud-h-\[1px\] {
    height: 1px;
}

.ud-w-30 {
    width: 30%;
}

.ud-w-50 {
    width: 50%;
}

.ud-w-70 {
    width: 70%;
}

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

.ud-w-60 {
    width: 15rem;
}

.ud-w-\[30px\] {
    width: 30px;
}

.ud-w-\[250px\] {
    width: 250px;
}

.ud-w-9 {
    width: 2.25rem;
}

.ud-w-5 {
    width: 1.25rem;
}

.ud-w-10 {
    width: 2.5rem;
}

.ud-w-3 {
    width: 0.75rem;
}

.ud-w-2 {
    width: 0.5rem;
}

.ud-w-\[70px\] {
    width: 70px;
}

.ud-w-14 {
    width: 3.5rem;
}

.ud-w-7 {
    width: 1.75rem;
}

.ud-w-4 {
    width: 1rem;
}

.ud-min-w-\[36px\] {
    min-width: 36px;
}

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

.ud-max-w-\[250px\] {
    max-width: 250px;
}

.ud-max-w-\[530px\] {
    max-width: 530px;
}

.ud-max-w-\[360px\] {
    max-width: 360px;
}

.ud-max-w-\[570px\] {
    max-width: 570px;
}

.ud-max-w-\[470px\] {
    max-width: 470px;
}

.ud-max-w-\[40px\] {
    max-width: 40px;
}

.ud-max-w-\[50px\] {
    max-width: 50px;
}

.ud-max-w-\[85px\] {
    max-width: 85px;
}

.ud-max-w-\[770px\] {
    max-width: 770px;
}

.ud-max-w-\[655px\] {
    max-width: 655px;
}

.ud-max-w-\[18px\] {
    max-width: 18px;
}

.ud-max-w-\[500px\] {
    max-width: 500px;
}

.ud-max-w-\[70px\] {
    max-width: 70px;
}

.ud-max-w-\[60px\] {
    max-width: 60px;
}

.ud-translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}

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

.ud-rotate-180 {
    --tw-rotate: 180deg;
    transform: var(--tw-transform);
}

.ud-cursor-pointer {
    cursor: pointer;
}

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

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

.ud-resize-none {
    resize: none;
}

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

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

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

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

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

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

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

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

.ud-overflow-hidden {
    overflow: hidden;
}

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

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

.ud-rounded {
    border-radius: 0.25rem;
}

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

.ud-border {
    border-width: 1px;
}

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

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

.ud-border-t-2 {
    border-top-width: 2px;
}

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

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

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

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

.ud-border-body-color {
    --tw-border-opacity: 1;
    border-color: rgba(149, 156, 177, var(--tw-border-opacity));
}

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

.ud-border-primary {
    --tw-border-opacity: 1;
    border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.ud-border-opacity-\[\.15\] {
    --tw-border-opacity: .15;
}

.ud-border-opacity-10 {
    --tw-border-opacity: 0.1;
}

.ud-border-opacity-25 {
    --tw-border-opacity: 0.25;
}

.ud-border-opacity-20 {
    --tw-border-opacity: 0.2;
}

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

.ud-bg-dark {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 33, 68, var(--tw-bg-opacity));
}

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

.ud-bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
}

.ud-bg-body-color {
    --tw-bg-opacity: 1;
    background-color: rgba(149, 156, 177, var(--tw-bg-opacity));
}

.ud-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(9, 14, 52, var(--tw-bg-opacity));
}

.ud-bg-\[\#1D2144\] {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 33, 68, var(--tw-bg-opacity));
}

.ud-bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.ud-bg-opacity-10 {
    --tw-bg-opacity: 0.1;
}

.ud-bg-opacity-\[15\%\] {
    --tw-bg-opacity: 15%;
}

.ud-bg-opacity-\[3\%\] {
    --tw-bg-opacity: 3%;
}

.ud-bg-opacity-75 {
    --tw-bg-opacity: 0.75;
}

.ud-fill-current {
    fill: currentColor;
}

.ud-stroke-current {
    stroke: currentColor;
}

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

.ud-object-center {
    -o-object-position: center;
    object-position: center;
}

.ud-p-4 {
    padding: 1rem;
}

.ud-p-8 {
    padding: 2rem;
}

.ud-p-6 {
    padding: 1.5rem;
}

.ud-p-11 {
    padding: 2.75rem;
}

.ud-p-3 {
    padding: 0.75rem;
}

.ud-p-12 {
    padding: 3rem;
}

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

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

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

.ud-py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
}

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

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

.ud-py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

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

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

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

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

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

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

.ud-py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
}

.ud-py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.ud-pr-16 {
    padding-right: 4rem;
}

.ud-pt-\[180px\] {
    padding-top: 180px;
}

.ud-pb-\[120px\] {
    padding-bottom: 120px;
}

.ud-pt-\[100px\] {
    padding-top: 100px;
}

.ud-pt-\[150px\] {
    padding-top: 150px;
}

.ud-pr-1 {
    padding-right: 0.25rem;
}

.ud-pt-\[120px\] {
    padding-top: 120px;
}

.ud-pb-\[100px\] {
    padding-bottom: 100px;
}

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

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

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

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

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

.ud-pb-20 {
    padding-bottom: 5rem;
}

.ud-pb-\[110px\] {
    padding-bottom: 110px;
}

.ud-pb-\[50px\] {
    padding-bottom: 50px;
}

.ud-pr-\[10px\] {
    padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ud-italic {
    font-style: italic;
}

.ud-leading-relaxed {
    line-height: 1.625;
}

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

.ud-leading-snug {
    line-height: 1.375;
}

.ud-text-dark {
    --tw-text-opacity: 1;
    color: rgba(29, 33, 68, var(--tw-text-opacity));
}

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

.ud-text-black {
    --tw-text-opacity: 1;
    color: rgba(9, 14, 52, var(--tw-text-opacity));
}

.ud-text-body-color {
    --tw-text-opacity: 1;
    color: rgba(149, 156, 177, var(--tw-text-opacity));
}

.ud-text-\[\#CED3F6\] {
    --tw-text-opacity: 1;
    color: rgba(206, 211, 246, var(--tw-text-opacity));
}

.ud-text-primary {
    --tw-text-opacity: 1;
    color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.ud-text-yellow {
    --tw-text-opacity: 1;
    color: rgba(251, 176, 64, var(--tw-text-opacity));
}

.ud-underline {
    text-decoration: underline;
}

.ud-placeholder-body-color::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-placeholder-body-color:-ms-input-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-placeholder-body-color::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-opacity-70 {
    opacity: 0.7;
}

.ud-opacity-0 {
    opacity: 0;
}

.ud-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-signUp {
    --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.ud-shadow-one {
    --tw-shadow: 0px 2px 3px rgba(7, 7, 77, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-inner {
    --tw-shadow: inset 0 2px 4px 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);
}

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

.ud-ring-primary {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(74, 108, 247, var(--tw-ring-opacity));
}

.ud-grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-filter);
}

.ud-transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

body {
    font-family: "Inter", sans-serif;
}

input[type="checkbox"]:checked ~ label span svg {
    display: inline-flex;
}

.sticky {
    position: fixed;
    z-index: 9999;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.ud-dark .sticky {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;
}

.sticky {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .header-logo {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 960px) {
    .sticky .header-logo {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.sticky .menu-scroll.active {
    opacity: 0.7;
}

.navbarTogglerActive > span:nth-child(1) {
    top: 7px;
    --tw-rotate: 45deg;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
}

.navbarTogglerActive > span:nth-child(2) {
    opacity: 0;
}

.navbarTogglerActive > span:nth-child(3) {
    top: -8px;
    --tw-rotate: 135deg;
    transform: var(--tw-transform);
}

input#togglePlan:checked ~ .dot {
    --tw-translate-x: 100%;
    transform: var(--tw-transform);
}

input#checkboxLabel:checked ~ .box span {
    opacity: 1;
}

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

.after\:ud-right-1::after {
    content: "";
    right: 0.25rem;
}

.after\:ud-top-1\/2::after {
    content: "";
    top: 50%;
}

.after\:ud-mt-\[-2px\]::after {
    content: "";
    margin-top: -2px;
}

.after\:ud-h-2::after {
    content: "";
    height: 0.5rem;
}

.after\:ud-w-2::after {
    content: "";
    width: 0.5rem;
}

.after\:ud-translate-y-\[-50\%\]::after {
    content: "";
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
}

.after\:ud-rotate-45::after {
    content: "";
    --tw-rotate: 45deg;
    transform: var(--tw-transform);
}

.after\:ud-border-b-2::after {
    content: "";
    border-bottom-width: 2px;
}

.after\:ud-border-r-2::after {
    content: "";
    border-right-width: 2px;
}

.after\:ud-border-current::after {
    content: "";
    border-color: currentColor;
}

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

.hover\:ud-bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
}

.hover\:ud-bg-opacity-90:hover {
    --tw-bg-opacity: 0.9;
}

.hover\:ud-bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}

.hover\:ud-bg-opacity-100:hover {
    --tw-bg-opacity: 1;
}

.hover\:ud-bg-opacity-20:hover {
    --tw-bg-opacity: 0.2;
}

.hover\:ud-text-primary:hover {
    --tw-text-opacity: 1;
    color: rgba(74, 108, 247, var(--tw-text-opacity));
}

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

.hover\:ud-underline:hover {
    text-decoration: underline;
}

.hover\:ud-opacity-70:hover {
    opacity: 0.7;
}

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

.hover\:ud-shadow-signUp:hover {
    --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ud-grayscale-0:hover {
    --tw-grayscale: grayscale(0);
    filter: var(--tw-filter);
}

.focus\:ud-border-primary:focus {
    --tw-border-opacity: 1;
    border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.focus\:ud-border-opacity-100:focus {
    --tw-border-opacity: 1;
}

.focus\:ud-ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ud-shadow-none:focus-visible {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-group:hover .group-hover\:ud-opacity-70 {
    opacity: 0.7;
}

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

/* 
====================== 
   Added 251202
====================== */
@font-face {
    font-family: 'Space Grotesk';
    src: url('/static/fonts/SpaceGrotesk-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR Light';
    src: url('/static/fonts/NotoSansKR-Light.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.error_message {
    display: flex;

    color: #cf0007;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;

    border: 2px solid #cf0007;
    border-radius: 6px;
    padding: 8px;
}

/*.ud-dark .dark\:ud-block {*/
/*    display: block;*/
/*}*/

/*.ud-dark .dark\:ud-hidden {*/
/*    display: none;*/
/*}*/

/*.ud-dark .dark\:ud-border-white {*/
/*    --tw-border-opacity: 1;*/
/*    border-color: rgba(255, 255, 255, var(--tw-border-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-border-opacity-10 {*/
/*    --tw-border-opacity: 0.1;*/
/*}*/

/*.ud-dark .dark\:ud-border-opacity-25 {*/
/*    --tw-border-opacity: 0.25;*/
/*}*/

/*.ud-dark .dark\:ud-bg-black {*/
/*    --tw-bg-opacity: 1;*/
/*    background-color: rgba(9, 14, 52, var(--tw-bg-opacity));*/
/*}*/

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

/*.ud-dark .dark\:ud-bg-dark {*/
/*    --tw-bg-opacity: 1;*/
/*    background-color: rgba(29, 33, 68, var(--tw-bg-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-bg-\[\#242B51\] {*/
/*    --tw-bg-opacity: 1;*/
/*    background-color: rgba(36, 43, 81, var(--tw-bg-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-bg-primary {*/
/*    --tw-bg-opacity: 1;*/
/*    background-color: rgba(74, 108, 247, var(--tw-bg-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-bg-\[\#1D2144\] {*/
/*    --tw-bg-opacity: 1;*/
/*    background-color: rgba(29, 33, 68, var(--tw-bg-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-bg-opacity-5 {*/
/*    --tw-bg-opacity: 0.05;*/
/*}*/

/*.ud-dark .dark\:ud-bg-opacity-10 {*/
/*    --tw-bg-opacity: 0.1;*/
/*}*/

/*.ud-dark .dark\:ud-text-white {*/
/*    --tw-text-opacity: 1;*/
/*    color: rgba(255, 255, 255, var(--tw-text-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-text-body-color {*/
/*    --tw-text-opacity: 1;*/
/*    color: rgba(149, 156, 177, var(--tw-text-opacity));*/
/*}*/

/*.ud-dark .dark\:ud-opacity-90 {*/
/*    opacity: 0.9;*/
/*}*/

/*.ud-dark .dark\:ud-opacity-60 {*/
/*    opacity: 0.6;*/
/*}*/

/*.ud-dark .dark\:ud-shadow-signUp {*/
/*    --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);*/
/*    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);*/
/*}*/

/*.ud-dark .dark\:hover\:ud-bg-opacity-20:hover {*/
/*    --tw-bg-opacity: 0.2;*/
/*}*/

/*.ud-dark .dark\:hover\:ud-text-primary:hover {*/
/*    --tw-text-opacity: 1;*/
/*    color: rgba(74, 108, 247, var(--tw-text-opacity));*/
/*}*/

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

/*.ud-dark .dark\:hover\:ud-opacity-100:hover {*/
/*    opacity: 1;*/
/*}*/

@media (min-width: 540px) {
    .sm\:ud-mx-4 {
        margin-left: 1rem;
        margin-right: 1rem;
    }

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

    .sm\:ud-block {
        display: block;
    }

    .sm\:ud-flex {
        display: flex;
    }

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

    .sm\:ud-justify-end {
        justify-content: flex-end;
    }

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

    .sm\:ud-p-11 {
        padding: 2.75rem;
    }

    .sm\:ud-p-\[55px\] {
        padding: 55px;
    }

    .sm\:ud-p-\[60px\] {
        padding: 60px;
    }

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

    .sm\:ud-text-right {
        text-align: right;
    }

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

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

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

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

    .sm\:ud-leading-relaxed {
        line-height: 1.625;
    }

    .sm\:ud-leading-tight {
        line-height: 1.25;
    }
}

@media (min-width: 720px) {
    .md\:ud-mb-0 {
        margin-bottom: 0px;
    }

    .md\:ud-block {
        display: block;
    }

    .md\:ud-h-14 {
        height: 3.5rem;
    }

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

    .md\:ud-w-14 {
        width: 3.5rem;
    }

    .md\:ud-w-6 {
        width: 1.5rem;
    }

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

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

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

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

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

    .md\:ud-p-9 {
        padding: 2.25rem;
    }

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

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

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

    .md\:ud-py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .md\:ud-px-\[50px\] {
        padding-left: 50px;
        padding-right: 50px;
    }

    .md\:ud-pt-\[150px\] {
        padding-top: 150px;
    }

    .md\:ud-pb-\[120px\] {
        padding-bottom: 120px;
    }

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

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

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

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

    .md\:ud-leading-tight {
        line-height: 1.25;
    }

    .md\:ud-leading-relaxed {
        line-height: 1.625;
    }
}

@media (min-width: 960px) {
    .lg\:ud-invisible {
        visibility: hidden;
    }

    .lg\:ud-static {
        position: static;
    }

    .lg\:ud-absolute {
        position: absolute;
    }

    .lg\:ud-top-\[110\%\] {
        top: 110%;
    }

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

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

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

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

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

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

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

    .lg\:ud-block {
        display: block;
    }

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

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

    .lg\:ud-hidden {
        display: none;
    }

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

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

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

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

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

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

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


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

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

    .lg\:ud-max-w-\[130px\] {
        max-width: 130px;
    }

    .lg\:ud-bg-transparent {
        background-color: transparent;
    }

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

    .lg\:ud-p-11 {
        padding: 2.75rem;
    }

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

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

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

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

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

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

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

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

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

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

    .lg\:ud-text-left {
        text-align: left;
    }

    .lg\:ud-text-right {
        text-align: right;
    }

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

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

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

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

    .lg\:ud-leading-tight {
        line-height: 1.25;
    }

    .lg\:ud-leading-relaxed {
        line-height: 1.625;
    }

    .lg\:ud-opacity-0 {
        opacity: 0;
    }

    .lg\:ud-shadow-none {
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:ud-shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

    .lg\:after\:ud-right-0::after {
        content: "";
        right: 0px;
    }

    .ud-group:hover .lg\:group-hover\:ud-visible {
        visibility: visible;
    }

    .ud-group:hover .lg\:group-hover\:ud-top-full {
        top: 100%;
    }

    .ud-dark .lg\:dark\:ud-bg-transparent {
        background-color: transparent;
    }
}

@media (min-width: 1140px) {
    .xl\:ud-mx-6 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .xl\:ud-ml-12 {
        margin-left: 3rem;
    }

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

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

    .xl\:ud-flex {
        display: flex;
    }

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

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

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

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

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

    .xl\:ud-max-w-\[150px\] {
        max-width: 150px;
    }

    .xl\:ud-p-9 {
        padding: 2.25rem;
    }

    .xl\:ud-p-11 {
        padding: 2.75rem;
    }

    .xl\:ud-p-\[55px\] {
        padding: 55px;
    }

    .xl\:ud-p-\[50px\] {
        padding: 50px;
    }

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

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

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

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

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

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

    .xl\:ud-pt-\[180px\] {
        padding-top: 180px;
    }

    .xl\:ud-pb-\[160px\] {
        padding-bottom: 160px;
    }

    .xl\:ud-text-\[45px\] {
        font-size: 45px;
    }

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

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

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

    .xl\:ud-leading-tight {
        line-height: 1.25;
    }

    .xl\:ud-leading-relaxed {
        line-height: 1.625;
    }
}

@media (min-width: 1320px) {
    .\32xl\:ud-mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .\32xl\:ud-mr-5 {
        margin-right: 1.25rem;
    }

    .\32xl\:ud-max-w-\[160px\] {
        max-width: 160px;
    }

    .\32xl\:ud-p-8 {
        padding: 2rem;
    }

    .\32xl\:ud-py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .\32xl\:ud-px-\[70px\] {
        padding-left: 70px;
        padding-right: 70px;
    }

    .\32xl\:ud-pr-5 {
        padding-right: 1.25rem;
    }

    .\32xl\:ud-pt-\[210px\] {
        padding-top: 210px;
    }

    .\32xl\:ud-pb-\[200px\] {
        padding-bottom: 200px;
    }
}
