<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! tailwindcss v2.2.4 | 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'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
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 &lt;details&gt; where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

*, ::before, ::after{
  border-color:currentColor;
}

@font-face{
  font-family:BrilliantCut-Medium;

  font-style:normal;

  font-weight:500;

  src:url(/8469658705d00bf3cbb90505e79c240f.woff2) format("woff2"),url(/e67c97ed2a8ee5c316c9fae4051e11ad.woff) format("woff")
}

@font-face{
  font-family:BrilliantCut-Regular;

  font-style:normal;

  font-weight:400;

  src:url(/5433ddaff6da1e5053b6fadf482663df.woff2) format("woff2"),url(/a23ebbd2359ae02f0cdeed4394f61e04.woff) format("woff")
}

@font-face{
  font-family:FancyCut-Regular;

  font-style:normal;

  font-weight:300;

  src:url(/527e04398e06759184f9fc26ea44a51e.woff2) format("woff2"),url(/128f6142c8a16720bcb3de475f2fd549.woff) format("woff")
}

@font-face{
  font-family:Almarai-ExtraBold;

  font-style:normal;

  font-weight:800;

  src:url(/1b1656f24c56b29c399931d13b43e7e2.woff2) format("woff2"),url(/264ea2927351aef7f8eb0f9cacb15cca.woff) format("woff")
}

@font-face{
  font-family:Almarai-Regular;

  font-style:normal;

  font-weight:500;

  src:url(/61b60ad6545f64f2463d9d9a5e8d0fad.woff2) format("woff2"),url(/6442f34bfcc02773f660111e09e8fd84.woff) format("woff")
}

@font-face{
  font-family:Almarai-Light;

  font-style:normal;

  font-weight:300;

  src:url(/2533a9b78e652a7647c8d94911f215b2.woff2) format("woff2"),url(/1a31018202aeb7346ebe258f636e2cca.woff) format("woff")
}

@font-face{
  font-family:NotoSansJP-Medium;

  font-style:normal;

  font-weight:700;

  src:url(/852fc44c0fcff9c3189270fdcc537f8c.woff2) format("woff2"),url(/13f9fb885f7b59a9ca64c1fd747dc164.woff) format("woff")
}

@font-face{
  font-family:"NotoSerifJP";

  font-style:normal;

  font-weight:400;

  src:url(/e9fb6704aba373a5ce6b168bcda6dca1.woff2) format("woff2"),url(/442187891e6722f9a0402f188d856784.woff) format("woff")
}

@font-face{
  font-family:NotoSansSC-Medium;

  font-style:normal;

  font-weight:700;

  src:url(/9205a26a00cb2f63a368d9058987f740.woff2) format("woff2"),url(/b76b22f5feed95af23eb80024395a240.woff) format("woff")
}

@font-face{
  font-family:"NotoSerifSC";

  font-style:normal;

  font-weight:400;

  src:url(/b82f1d521fa11e70e18eab1f8e2f601a.woff2) format("woff2"),url(/e9218e921425c2d91c0e5d30fa12f386.woff) format("woff")
}

@font-face{
  font-family:NotoSansTC-Medium;

  font-style:normal;

  font-weight:700;

  src:url(/1c531a4985581110b89f0b4505c63f28.woff2) format("woff2"),url(/304d5c39e2b6241113348776d8c65d37.woff) format("woff")
}

@font-face{
  font-family:"NotoSerifTC";

  font-style:normal;

  font-weight:400;

  src:url(/817026ad3628eb19f03c0167d3e42662.woff2) format("woff2"),url(/87f502c347ca315062a3c503dfe051a2.woff) format("woff")
}

@font-face{
  font-family:NotoSansKR-Medium;

  font-style:normal;

  font-weight:700;

  src:url(/48daf0c1fd79379889f29e7a64a3b7f2.woff2) format("woff2"),url(/cccb1c6ec3ccbbaaa90c1dffc6806197.woff) format("woff")
}

@font-face{
  font-family:"NotoSerifKR";

  font-style:normal;

  font-weight:400;

  src:url(/83f4c41aae941638996307a97c932e85.woff2) format("woff2"),url(/54e002dd88fb0634a2ad37db0af24a01.woff) format("woff")
}

@font-face{
  font-family:NotoSansCR-Medium;

  font-style:normal;

  font-weight:700;

  src:url(/cbcbb9a045b8a1081c00520fcebb18b8.woff2) format("woff2"),url(/6a675e7b93c7fc9d17393b1c49ebeb1c.woff) format("woff")
}

@font-face{
  font-family:"NotoSerifCR";

  font-style:normal;

  font-weight:400;

  src:url(/fe715226d719206f4742f54a797bd04e.woff2) format("woff2"),url(/39cc039664bfeb39a5faef0cfd55980d.woff) format("woff")
}

.tw-pointer-events-none{
  pointer-events:none;
}

.tw-static{
  position:static;
}

.tw-fixed{
  position:fixed;
}

.tw-absolute{
  position:absolute;
}

.tw-relative{
  position:relative;
}

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

.tw--top-2{
  top:-0.5rem;
}

.tw--top-4{
  top:-1rem;
}

.tw--top-7{
  top:-1.75rem;
}

.tw--top-12{
  top:-3rem;
}

.tw--top-20{
  top:-5rem;
}

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

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

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

.tw-left-2{
  left:0.5rem;
}

.tw-left-14{
  left:3.5rem;
}

.tw--left-4{
  left:-1rem;
}

.tw--left-14{
  left:-3.5rem;
}

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

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

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

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

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

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

.tw--z-1{
  z-index:-1;
}

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

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

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

.tw-col-start-4{
  grid-column-start:4;
}

.tw-col-start-5{
  grid-column-start:5;
}

.tw-col-start-7{
  grid-column-start:7;
}

.tw-col-end-8{
  grid-column-end:8;
}

.tw-col-end-10{
  grid-column-end:10;
}

.tw-col-end-11{
  grid-column-end:11;
}

.tw-col-end-12{
  grid-column-end:12;
}

.tw-col-end-13{
  grid-column-end:13;
}

.tw-row-start-1{
  grid-row-start:1;
}

.tw-row-start-2{
  grid-row-start:2;
}

.tw-float-right{
  float:right;
}

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

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

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

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

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

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

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

.tw-mt-16{
  margin-top:4rem;
}

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

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

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

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

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

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

.tw-block{
  display:block;
}

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

.tw-flex{
  display:flex;
}

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

.tw-grid{
  display:grid;
}

.tw-hidden{
  display:none;
}

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

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

.tw-h-60{
  height:15rem;
}

.tw-h-72{
  height:18rem;
}

.tw-h-auto{
  height:auto;
}

.tw-h-px{
  height:1px;
}

.tw-h-full{
  height:100%;
}

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

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

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

.tw-w-52{
  width:13rem;
}

.tw-w-px{
  width:1px;
}

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

.tw-w-1\/12{
  width:8.333333%;
}

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

.tw-w-9\/12{
  width:75%;
}

.tw-w-10\/12{
  width:83.333333%;
}

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

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

.tw-max-w-screen-2xl{
  max-width:1536px;
}

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

.tw-translate-x-1\/2{
  --tw-translate-x:50%;
}

.tw--translate-x-1\/2{
  --tw-translate-x:-50%;
}

.tw--translate-y-1\/2{
  --tw-translate-y:-50%;
}

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

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

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

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

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

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

.tw-animate-bounce{
  animation:tw-bounce 1s infinite;
}

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

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

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

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

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

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

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

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

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

.tw-justify-evenly{
  justify-content:space-evenly;
}

.tw-gap-y-5{
  row-gap:1.25rem;
}

.tw-space-y-5 &gt; :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));
}

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

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

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

.tw-overflow-x-hidden{
  overflow-x:hidden;
}

.tw-overflow-y-hidden{
  overflow-y:hidden;
}

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

.tw-whitespace-nowrap{
  white-space:nowrap;
}

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

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

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

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

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

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

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

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

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

.tw-bg-gold{
  --tw-bg-opacity:1;
  background-color:rgba(181, 152, 96, var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

.tw-pr-6{
  padding-right:1.5rem;
}

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

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

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

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

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

.tw-pb-32{
  padding-bottom:8rem;
}

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

.tw-pl-4{
  padding-left:1rem;
}

.tw-pl-12{
  padding-left:3rem;
}

.tw-pl-14{
  padding-left:3.5rem;
}

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

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

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

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

.tw-text-sm{
  font-size:0.875rem;
  line-height:1.25rem;
  letter-spacing:0.04em;
}

.tw-text-base{
  font-size:1rem;
  line-height:1.4rem;
  letter-spacing:0.03em;
}

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

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

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

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

.tw-text-tiny{
  font-size:0.62rem;
  line-height:1.25rem;
  letter-spacing:0.04em;
}

.tw-uppercase{
  text-transform:uppercase;
}

.tw-leading-none{
  line-height:1;
}

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

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

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

.tw-text-gold{
  --tw-text-opacity:1;
  color:rgba(181, 152, 96, var(--tw-text-opacity));
}

.hover\:tw-text-gold:hover{
  --tw-text-opacity:1;
  color:rgba(181, 152, 96, var(--tw-text-opacity));
}

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

.tw-opacity-100{
  opacity:1;
}

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

*, ::before, ::after{
  --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-transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

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

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

.antialised{
  -webkit-font-smoothing:antialiased
}

.force-overflow-x-visible{
  overflow:visible!important
}

#sidebar-menu ::-webkit-scrollbar{
  width:0
}

.force-font-family{
  font-family:BrilliantCut-Medium,Verdana,sans-serif!important
}

.dir-rtl .direction-assign{
  direction:rtl
}

.dir-rtl .block-date{
  display:flex;
  justify-content:flex-end
}

@media(min-width:768px){
  .dir-rtl .block-date{
    display:block
  }
}

.welcome-section .block-date{
  display:flex;
  justify-content:center
}

@media (min-width: 640px){
  .sm\:tw--top-12{
    top:-3rem;
  }

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

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

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

  .md\:tw--top-7{
    top:-1.75rem;
  }

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

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

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

  .md\:tw--top-16{
    top:-4rem;
  }

  .md\:tw--top-20{
    top:-5rem;
  }

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

  .md\:tw-left-2{
    left:0.5rem;
  }

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

  .md\:tw-left-6{
    left:1.5rem;
  }

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

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

  .md\:tw--left-7{
    left:-1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:tw-col-end-6{
    grid-column-end:6;
  }

  .md\:tw-col-end-7{
    grid-column-end:7;
  }

  .md\:tw-col-end-8{
    grid-column-end:8;
  }

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

  .md\:tw-col-end-10{
    grid-column-end:10;
  }

  .md\:tw-col-end-11{
    grid-column-end:11;
  }

  .md\:tw-col-end-12{
    grid-column-end:12;
  }

  .md\:tw-row-start-1{
    grid-row-start:1;
  }

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

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

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

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

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

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

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

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

  .md\:tw-mt-28{
    margin-top:7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:tw--mt-52{
    margin-top:-13rem;
  }

  .md\:tw--mt-64{
    margin-top:-16rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:tw-mb-36{
    margin-bottom:9rem;
  }

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

  .md\:tw-ml-10{
    margin-left:2.5rem;
  }

  .md\:tw-ml-24{
    margin-left:6rem;
  }

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

  .md\:tw--ml-12{
    margin-left:-3rem;
  }

  .md\:tw-h-10\/12{
    height:83.333333%;
  }

  .md\:tw-h-11\/12{
    height:91.666667%;
  }

  .md\:tw-w-76\%{
    width:76%;
  }

  .md\:tw-justify-center{
    justify-content:center;
  }

  .md\:tw-gap-y-8{
    row-gap:2rem;
  }

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

  .md\:tw-pr-0{
    padding-right:0px;
  }

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

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

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

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

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

  .md\:tw-pb-16{
    padding-bottom:4rem;
  }

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:tw-top-8{
    top:2rem;
  }

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

  .lg\:tw--top-16{
    top:-4rem;
  }

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

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

  .lg\:tw--top-36{
    top:-9rem;
  }

  .lg\:tw--left-12{
    left:-3rem;
  }

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

  .lg\:tw-col-start-4{
    grid-column-start:4;
  }

  .lg\:tw-col-end-6{
    grid-column-end:6;
  }

  .lg\:tw-col-end-11{
    grid-column-end:11;
  }

  .lg\:tw-my-0{
    margin-top:0px;
    margin-bottom:0px;
  }

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

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

  .lg\:tw-mt-16{
    margin-top:4rem;
  }

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

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

  .lg\:tw-mt-48{
    margin-top:12rem;
  }

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

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

  .lg\:tw--mt-16{
    margin-top:-4rem;
  }

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

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

  .lg\:tw--mt-28{
    margin-top:-7rem;
  }

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

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

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

  .lg\:tw--mt-60{
    margin-top:-15rem;
  }

  .lg\:tw--mt-72{
    margin-top:-18rem;
  }

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

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

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

  .lg\:tw-mb-32{
    margin-bottom:8rem;
  }

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

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

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

  .lg\:tw-w-1\/12{
    width:8.333333%;
  }

  .lg\:tw-w-6\/12{
    width:50%;
  }

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

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

  .lg\:tw-space-y-10 &gt; :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse));
  }

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

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

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

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

  .lg\:tw-pt-40{
    padding-top:10rem;
  }

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

  .lg\:tw-pr-1{
    padding-right:0.25rem;
  }

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

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

  .lg\:tw-pr-16{
    padding-right:4rem;
  }

  .lg\:tw-pb-48{
    padding-bottom:12rem;
  }

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

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

  .lg\:tw-pl-12{
    padding-left:3rem;
  }

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

  .lg\:tw-text-base{
    font-size:1rem;
    line-height:1.4rem;
    letter-spacing:0.03em;
  }

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

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

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

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

@media (min-width: 1280px){
  .xl\:tw--top-14{
    top:-3.5rem;
  }

  .xl\:tw--top-20{
    top:-5rem;
  }

  .xl\:tw--top-24{
    top:-6rem;
  }

  .xl\:tw--top-44{
    top:-11rem;
  }

  .xl\:tw--right-20{
    right:-5rem;
  }

  .xl\:tw-left-0{
    left:0px;
  }

  .xl\:tw-left-4{
    left:1rem;
  }

  .xl\:tw-left-14{
    left:3.5rem;
  }

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

  .xl\:tw-col-start-4{
    grid-column-start:4;
  }

  .xl\:tw-col-start-5{
    grid-column-start:5;
  }

  .xl\:tw-col-start-6{
    grid-column-start:6;
  }

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

  .xl\:tw-col-end-6{
    grid-column-end:6;
  }

  .xl\:tw-col-end-7{
    grid-column-end:7;
  }

  .xl\:tw-col-end-8{
    grid-column-end:8;
  }

  .xl\:tw-col-end-9{
    grid-column-end:9;
  }

  .xl\:tw-col-end-10{
    grid-column-end:10;
  }

  .xl\:tw-col-end-11{
    grid-column-end:11;
  }

  .xl\:tw-col-end-12{
    grid-column-end:12;
  }

  .xl\:tw-col-end-13{
    grid-column-end:13;
  }

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

  .xl\:tw-mt-16{
    margin-top:4rem;
  }

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

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

  .xl\:tw-mt-28{
    margin-top:7rem;
  }

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

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

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

  .xl\:tw-mt-44{
    margin-top:11rem;
  }

  .xl\:tw-mt-52{
    margin-top:13rem;
  }

  .xl\:tw-mt-64{
    margin-top:16rem;
  }

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

  .xl\:tw--mt-16{
    margin-top:-4rem;
  }

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

  .xl\:tw--mt-28{
    margin-top:-7rem;
  }

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

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

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

  .xl\:tw--mt-44{
    margin-top:-11rem;
  }

  .xl\:tw--mt-52{
    margin-top:-13rem;
  }

  .xl\:tw--mt-64{
    margin-top:-16rem;
  }

  .xl\:tw--mt-72{
    margin-top:-18rem;
  }

  .xl\:tw--mt-80{
    margin-top:-20rem;
  }

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

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

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

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

  .xl\:tw-ml-28{
    margin-left:7rem;
  }

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

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

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

  .xl\:tw-pr-16{
    padding-right:4rem;
  }

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

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

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

  .xl\:tw-pb-32{
    padding-bottom:8rem;
  }

  .xl\:tw-pb-40{
    padding-bottom:10rem;
  }

  .xl\:tw-pl-4{
    padding-left:1rem;
  }

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

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

  .xl\:tw-pl-12{
    padding-left:3rem;
  }

  .xl\:tw-pl-14{
    padding-left:3.5rem;
  }

  .xl\:tw-pl-16{
    padding-left:4rem;
  }

  .xl\:tw-pl-20{
    padding-left:5rem;
  }

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

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

  .xl\:tw-text-6xl{
    font-size:3.9rem;
    line-height:4.6rem;
    letter-spacing:0.04em;
  }
}

@media (min-width: 1536px){
  .\32xl\:tw--top-24{
    top:-6rem;
  }

  .\32xl\:tw--top-28{
    top:-7rem;
  }

  .\32xl\:tw--top-32{
    top:-8rem;
  }

  .\32xl\:tw--top-36{
    top:-9rem;
  }

  .\32xl\:tw--top-40{
    top:-10rem;
  }

  .\32xl\:tw--top-44{
    top:-11rem;
  }

  .\32xl\:tw--right-24{
    right:-6rem;
  }

  .\32xl\:tw-left-6{
    left:1.5rem;
  }

  .\32xl\:tw-left-20{
    left:5rem;
  }

  .\32xl\:tw--left-8{
    left:-2rem;
  }

  .\32xl\:tw--left-16{
    left:-4rem;
  }

  .\32xl\:tw-col-start-4{
    grid-column-start:4;
  }

  .\32xl\:tw-col-start-9{
    grid-column-start:9;
  }

  .\32xl\:tw-col-end-9{
    grid-column-end:9;
  }

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

  .\32xl\:tw-mt-40{
    margin-top:10rem;
  }

  .\32xl\:tw-mt-60{
    margin-top:15rem;
  }

  .\32xl\:tw--mt-0{
    margin-top:0px;
  }

  .\32xl\:tw--mt-10{
    margin-top:-2.5rem;
  }

  .\32xl\:tw--mt-16{
    margin-top:-4rem;
  }

  .\32xl\:tw--mt-20{
    margin-top:-5rem;
  }

  .\32xl\:tw--mt-24{
    margin-top:-6rem;
  }

  .\32xl\:tw--mt-28{
    margin-top:-7rem;
  }

  .\32xl\:tw--mt-40{
    margin-top:-10rem;
  }

  .\32xl\:tw--mt-44{
    margin-top:-11rem;
  }

  .\32xl\:tw--mt-48{
    margin-top:-12rem;
  }

  .\32xl\:tw--mt-52{
    margin-top:-13rem;
  }

  .\32xl\:tw--mt-60{
    margin-top:-15rem;
  }

  .\32xl\:tw--mt-64{
    margin-top:-16rem;
  }

  .\32xl\:tw--mt-96{
    margin-top:-24rem;
  }

  .\32xl\:tw-w-16{
    width:4rem;
  }

  .\32xl\:tw-pr-28{
    padding-right:7rem;
  }

  .\32xl\:tw-pr-36{
    padding-right:9rem;
  }

  .\32xl\:tw-pl-6{
    padding-left:1.5rem;
  }

  .\32xl\:tw-pl-24{
    padding-left:6rem;
  }

  .\32xl\:tw-pl-32{
    padding-left:8rem;
  }

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

  .\32xl\:tw-text-6xl{
    font-size:3.9rem;
    line-height:4.6rem;
    letter-spacing:0.04em;
  }

  .\32xl\:tw-text-7xl{
    font-size:4.5rem;
    line-height:5.2rem;
    letter-spacing:0.04em;
  }
}

/*# sourceMappingURL=styles.7a76a9aa3a23ddde89d4.css.map*/</pre></body></html>