/*
! tailwindcss v3.4.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Noto Sans TC, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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]) {
  text-decoration: underline;
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 254, 246, 1);
  background-color: rgba(255, 254, 246, var(--tw-bg-opacity));
  font-family:
      Merriweather,
      'Noto Serif TC',
      -apple-system,
      BlinkMacSystemFont,
      'Segoe UI',
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      'Fira Sans',
      'Droid Sans',
      'Helvetica Neue',
      sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.redactor-view {
  color: var(--tw-prose-body);
  max-width: 100ch;
}

.redactor-view :where(p):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.redactor-view :where([class~="lead"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.redactor-view :where(a):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-link-default-base);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
}

.redactor-view :where(strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.redactor-view :where(a strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(blockquote strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(thead th strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(ol):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.redactor-view :where(ol[type="A"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: upper-alpha;
}

.redactor-view :where(ol[type="a"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: lower-alpha;
}

.redactor-view :where(ol[type="A" s]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: upper-alpha;
}

.redactor-view :where(ol[type="a" s]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: lower-alpha;
}

.redactor-view :where(ol[type="I"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: upper-roman;
}

.redactor-view :where(ol[type="i"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: lower-roman;
}

.redactor-view :where(ol[type="I" s]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: upper-roman;
}

.redactor-view :where(ol[type="i" s]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: lower-roman;
}

.redactor-view :where(ol[type="1"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: decimal;
}

.redactor-view :where(ul):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.redactor-view :where(ol > li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.redactor-view :where(ul > li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::marker {
  color: var(--tw-prose-bullets);
}

.redactor-view :where(dt):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: bold;
  margin-top: 1.25em;
}

.redactor-view :where(hr):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  line-height: 1;
  background: none;
  text-align: left;
  height: 10px;
}

.redactor-view :where(blockquote):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: normal;
  font-style: italic;
  color: var(--c-text-default);
  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;
  padding: 0;
  background: transparent;
}

.redactor-view :where(blockquote p:first-of-type):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::before {
  content: open-quote;
}

.redactor-view :where(blockquote p:last-of-type):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::after {
  content: close-quote;
}

.redactor-view :where(h1):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1;
}

.redactor-view :where(h1 strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 900;
  color: inherit;
}

.redactor-view :where(h2):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 28px;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3;
}

.redactor-view :where(h2 strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 800;
  color: inherit;
}

.redactor-view :where(h3):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 21px;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.4;
}

.redactor-view :where(h3 strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 700;
  color: inherit;
}

.redactor-view :where(h4):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 16px;
}

.redactor-view :where(h4 strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 700;
  color: inherit;
}

.redactor-view :where(img):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.redactor-view :where(picture):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.redactor-view :where(video):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.redactor-view :where(kbd):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--c-inline-kbd-text);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
  border: 1px solid var(--c-inline-kbd-border);
  padding: .2em .4em;
}

.redactor-view :where(code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-inline-code-text);
  font-weight: 600;
  font-size: 0.875em;
  position: relative;
  top: -1px;
  border: 1px solid transparent;
  background-color: var(--c-inline-code-background);
  padding: .2em .4em .2em;
}

.redactor-view :where(code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::before {
  content: "`";
}

.redactor-view :where(code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::after {
  content: "`";
}

.redactor-view :where(a code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(h1 code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(h2 code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.redactor-view :where(h3 code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.redactor-view :where(h4 code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(blockquote code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(thead th code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
}

.redactor-view :where(pre):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-pre-text);
  background-color: var(--c-pre-background);
  overflow-x: auto;
  font-weight: 400;
  font-size: 90%;
  line-height: 1.5;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 4px;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
  overflow: auto;
  white-space: pre;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  padding: 1em;
  border: 1px solid var(--c-pre-border);
}

.redactor-view :where(pre code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  display: block;
  background: none;
}

.redactor-view :where(pre code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::before {
  content: none;
}

.redactor-view :where(pre code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::after {
  content: none;
}

.redactor-view :where(table):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.redactor-view :where(thead):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.redactor-view :where(thead th):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-headings);
  font-weight: bold;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.redactor-view :where(tbody tr):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.redactor-view :where(tbody tr:last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-bottom-width: 0;
}

.redactor-view :where(tbody td):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: baseline;
}

.redactor-view :where(tfoot):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.redactor-view :where(tfoot td):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: top;
}

.redactor-view :where(figure > *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.redactor-view :where(figcaption):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.redactor-view {
  --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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.redactor-view :where(picture > img):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.redactor-view :where(li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.redactor-view :where(ol > li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-left: 0.375em;
}

.redactor-view :where(ul > li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-left: 0.375em;
}

.redactor-view :where(.redactor-view > ul > li p):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.redactor-view :where(.redactor-view > ul > li > *:first-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 1.25em;
}

.redactor-view :where(.redactor-view > ul > li > *:last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-bottom: 1.25em;
}

.redactor-view :where(.redactor-view > ol > li > *:first-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 1.25em;
}

.redactor-view :where(.redactor-view > ol > li > *:last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-bottom: 1.25em;
}

.redactor-view :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.redactor-view :where(dl):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.redactor-view :where(dd):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.redactor-view :where(hr + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0;
}

.redactor-view :where(h2 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(h3 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(h4 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(thead th:first-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-left: 0;
}

.redactor-view :where(thead th:last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-right: 0;
}

.redactor-view :where(tbody td, tfoot td):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.redactor-view :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-left: 0;
}

.redactor-view :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  padding-right: 0;
}

.redactor-view :where(figure):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.redactor-view :where(.redactor-view > :first-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0;
}

.redactor-view :where(.redactor-view > :last-child):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-bottom: 0;
}

.redactor-view :where(:root):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  --c-placeholder-dark: rgba(0, 11, 29, 0.4);
  --c-text-dark: #000B1D;
  --c-text-default: #262F3F;
  --c-text-moderated: rgba(38, 47, 63, 0.7);
  --c-text-muted: rgba(38, 47, 63, 0.5);
  --c-text-success: #00B4A8;
  --c-text-error: #BF3D66;
  --c-text-light: #ffffff;
  --c-text-light-moderated: rgba(255, 255, 255, 0.8);
  --c-text-light-muted: rgba(255, 255, 255, 0.5);
  --c-heading-default: #000B1D;
  --c-heading-moderated: rgba(0, 11, 29, 0.7);
  --c-heading-muted: rgba(0, 11, 29, 0.5);
  --c-heading-light: #ffffff;
  --c-heading-light-moderated: rgba(255, 255, 255, 0.8);
  --c-link-default-base: #0044C3;
  --c-link-default-hover: #BF3D66;
  --c-link-dark-base: #000B1D;
  --c-link-dark-hover: rgba(0, 11, 29, 0.6);
  --c-link-moderated-base: rgba(0, 11, 29, 0.7);
  --c-link-moderated-hover: #000B1D;
  --c-link-light-base: #ffffff;
  --c-link-light-hover: rgba(255, 255, 255, 0.6);
  --c-link-light-moderated-base: rgba(255, 255, 255, 0.7);
  --c-link-light-moderated-hover: #ffffff;
  --c-pre-background: #F5F5F6;
  --c-pre-text: #262F3F;
  --c-pre-border: transparent;
  --c-table-cell-border: rgba(217, 219, 221, 0.5);
  --c-form-label-text: #262F3F;
  --c-inline-var-text: rgba(0, 11, 29, 0.85);
  --c-inline-kbd-border: rgba(0, 11, 29, 0.15);
  --c-inline-kbd-text: rgba(0, 11, 29, 0.85);
  --c-inline-code-background: #F5F5F6;
  --c-inline-code-text: rgba(0, 11, 29, 0.85);
  --c-button-default-base-background: #ffffff;
  --c-button-default-base-border: #D9DBDD;
  --c-button-default-base-text: #262F3F;
  --c-button-default-hover-background: #F5F5F6;
  --c-button-default-hover-border: #D9DBDD;
  --c-button-default-hover-text: #000B1D;
  --c-button-default-disabled-background: #ffffff;
  --c-button-default-disabled-border: #D9DBDD;
  --c-button-default-disabled-text: rgba(0, 11, 29, 0.85);
  --c-button-primary-base-background: #0058FB;
  --c-button-primary-base-border: transparent;
  --c-button-primary-base-text: #EDF3FF;
  --c-button-primary-hover-background: #0044C3;
  --c-button-primary-hover-border: transparent;
  --c-button-primary-hover-text: #EDF3FF;
  --c-button-primary-disabled-background: #000B1D;
  --c-button-primary-disabled-border: transparent;
  --c-button-primary-disabled-text: rgba(237, 243, 255, 0.75);
  --c-button-secondary-base-background: #000B1D;
  --c-button-secondary-base-border: transparent;
  --c-button-secondary-base-text: #F5F5F6;
  --c-button-secondary-hover-background: #262F3F;
  --c-button-secondary-hover-border: transparent;
  --c-button-secondary-hover-text: #F5F5F6;
  --c-button-secondary-disabled-background: #000B1D;
  --c-button-secondary-disabled-border: transparent;
  --c-button-secondary-disabled-text: rgba(245, 245, 246, 0.75);
  --c-input-default-base-text: #262F3F;
  --c-input-default-base-border: #D9DBDD;
  --c-input-default-base-background: #ffffff;
  --c-input-default-focus-border: rgba(0, 88, 251, 0.5);
  --c-input-default-focus-shadow: rgba(0, 88, 251, 0.3);
  --c-input-error-base-text: #BF3D66;
  --c-input-error-base-border: rgba(255, 79, 127, 0.5);
  --c-input-error-base-shadow: rgba(255, 79, 127, 0.3);
  --c-input-error-focus-border: #FF4F7F;
  --c-hint-default: rgba(38, 47, 63, 0.55);
  --c-hint-success: #00B4A8;
  --c-hint-error: #BF3D66;
  --c-hint-required: #BF3D66;
  --c-line-default: rgba(217, 219, 221, 0.6);
  --c-shadow-neutral-100-1: rgba(0, 11, 29, 0.15);
  --c-shadow-neutral-100-2: rgba(0, 11, 29, 0.06);
  --c-shadow-neutral-200-1: rgba(0, 11, 29, 0.12);
  --c-shadow-neutral-200-2: rgba(0, 11, 29, 0.06);
  --c-shadow-neutral-300: rgba(0, 11, 29, 0.2);
  --c-background-light: #ffffff;
  --c-background-dark: #000B1D;
}

.redactor-view :where(html):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 4px;
}

.redactor-view :where(*, *::before, *::after):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  box-sizing: inherit;
}

.redactor-view :where(*):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin: 0;
  padding: 0;
  outline: none;
}

.redactor-view :where(audio, canvas, video, progress, iframe):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  vertical-align: baseline;
}

.redactor-view :where(fieldset, iframe, img):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border: 0;
}

.redactor-view :where(embed, object, img, video):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  max-width: 100%;
  height: auto;
}

.redactor-view :where(button, [type="submit"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-appearance: button;
}

.redactor-view :where([type="radio"], [type="checkbox"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: middle;
  position: relative;
  bottom: 0.15em;
  margin-right: 2px;
}

.redactor-view :where(input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-appearance: none;
}

.redactor-view :where():not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::-moz-focus-inner {
  border: none;
  padding: 0;
}

.redactor-view :where(@media print):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) body {
  color: #000;
}

.redactor-view :where(@media print):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) a, .redactor-view :where(@media print):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) a:link, .redactor-view :where(@media print):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) a:visited {
  color: #000;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.redactor-view :where(@media print):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .hidden-print {
  display: none;
}

.redactor-view :where(@media screen):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .visible-print {
  display: none;
}

.redactor-view :where(body):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--c-text-default);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

.redactor-view :where():not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::-moz-placeholder {
  color: var(--c-placeholder-dark);
}

.redactor-view :where():not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *))::placeholder {
  color: var(--c-placeholder-dark);
}

.redactor-view :where(h1 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(h5 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(h6 + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 12px;
}

.redactor-view :where(p + h2, ul + h2, ol + h2, blockquote + h2, figure + h2, pre + h2, table + h2, dl + h2, address + h2):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(p + h3, ul + h3, ol + h3, blockquote + h3, figure + h3, pre + h3, table + h3, dl + h3, address + h3):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(p + h4, ul + h4, ol + h4, blockquote + h4, figure + h4, pre + h4, table + h4, dl + h4, address + h4):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(p + h5, ul + h5, ol + h5, blockquote + h5, figure + h5, pre + h5, table + h5, dl + h5, address + h5):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(p + h6, ul + h6, ol + h6, blockquote + h6, figure + h6, pre + h6, table + h6, dl + h6, address + h6):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(p + *, ul + *, ol + *, blockquote + *, figure + *, pre + *, table + *, dl + *, address + *):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 20px;
}

.redactor-view :where(h1 + h2):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(h2 + h3):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(h3 + h4):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(h4 + h5):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(h5 + h6):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 32px;
}

.redactor-view :where(h1 a, h2 a, h3 a, h4 a, h5 a, h6 a):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.redactor-view :where(h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  transition: all 0.2s linear;
  color: inherit;
  opacity: 0.7;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.redactor-view :where(ul, ol):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 20px;
}

.redactor-view :where(li li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 1em;
}

.redactor-view :where(nav ul, nav ol):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 0;
  list-style: none;
}

.redactor-view :where(dd + dt):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.25em;
}

.redactor-view :where(blockquote p):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-text-default);
  font-size: 115%;
  line-height: 1.5;
}

.redactor-view :where(blockquote p + p):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0.5em;
}

.redactor-view :where(blockquote cite, figcaption cite):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-style: inherit;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(var(--c-text-default), 0.7);
}

.redactor-view :where(caption):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: left;
  font-style: normal;
}

.redactor-view :where(td, th):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: left;
  vertical-align: top;
  font-size: 95%;
  line-height: 1.5;
  padding: 0.75em;
  border: 1px solid rgba(217, 219, 221, 0.5);
}

.redactor-view :where(th):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: normal;
}

.redactor-view :where(address):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-style: normal;
}

.redactor-view :where(dfn, abbr):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 95%;
}

.redactor-view :where(time, cite, small, var, kbd, code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 85%;
}

.redactor-view :where(sup, sub):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 65%;
}

.redactor-view :where(var, code, kbd):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: inline-block;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
}

.redactor-view :where(kbd, code):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-radius: 4px;
}

.redactor-view :where(var):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-inline-var-text);
}

.redactor-view :where(mark):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  background-color: yellow;
  color: black;
}

.redactor-view :where(b, strong):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: 600;
}

.redactor-view :where(dfn[title], abbr[title]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  letter-spacing: .01em;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  cursor: help;
}

.redactor-view :where(cite):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-style: italic;
}

.redactor-view :where(sub, sup):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  line-height: 1;
  margin-left: 2px;
}

.redactor-view :where(sub):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: sub;
}

.redactor-view :where(sup):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: super;
}

.redactor-view :where(label):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: var(--c-form-label-text);
  margin-bottom: 0.15em;
}

.redactor-view :where(label.checkbox, label .hint, label .success, label .error):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-transform: none;
  font-weight: normal;
}

.redactor-view :where(label.checkbox):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  cursor: pointer;
  color: inherit;
  font-size: 100%;
}

.redactor-view :where(figure > img, figure > iframe, figure > pre, figure > div):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  vertical-align: middle;
}

.redactor-view :where(figure figcaption):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  font-style: normal;
  margin-top: 0.25em;
  font-size: 12px;
  line-height: 1.5;
}

.redactor-view :where(hr:before):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  margin-top: -0.5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: var(--c-line-default);
}

.redactor-view :where(input, textarea, select):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  width: 100%;
  font-family: inherit;
  vertical-align: middle;
  font-weight: normal;
  color: var(--c-input-default-base-text);
  border: 1px solid var(--c-input-default-base-border);
  background-color: var(--c-input-default-base-background);
  box-shadow: none;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.5em;
  height: 44px;
}

.redactor-view :where(input:disabled, textarea:disabled, select:disabled):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  resize: none;
  opacity: 0.6;
  cursor: default;
}

.redactor-view :where(input:focus, textarea:focus, select:focus):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-color: var(--c-input-default-focus-border);
  box-shadow: 0 0 2px var(--c-input-default-focus-shadow);
}

.redactor-view :where(.input-error):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-input-error-base-text);
  border-color: var(--c-input-error-base-border);
  box-shadow: 0 0 2px var(--c-input-error-base-shadow);
}

.redactor-view :where(.input-error:focus):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  border-color: var(--c-input-error-focus-border);
}

.redactor-view :where(.input-large):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 21px;
  line-height: 1.5;
  border-radius: 2px;
  padding: 0.3em 0.65em;
  height: 56px;
}

.redactor-view :where(textarea):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  resize: vertical;
  height: auto;
  vertical-align: top;
}

.redactor-view :where(select):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg height="10" viewBox="0 0 9 10" width="9" xmlns="http://www.w3.org/2000/svg"><path fill="rgba(0, 0, 0, .6)" d="m3.27162899.66658308.8-.70211699 4 3.51058495-.8.70211699-3.2-2.80846796-3.2 2.80846796-.8-.70211699zm0 8.59576602-3.2-2.80846795.8-.70211699 3.2 2.80846796 3.2-2.80846796.8.70211699-4 3.51058494z" /></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}

.redactor-view :where(select[multiple]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  background-image: none;
  height: auto;
}

.redactor-view :where(input[type="file"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}

.redactor-view :where(input[type="radio"], input[type="checkbox"]):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: inline-block;
  width: auto;
  height: auto;
  box-shadow: none;
  padding: 0;
}

.redactor-view :where(.entry):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin: 0;
  padding: 24px;
  background-color: #ffffff;
}

.redactor-view :where(div + p, div + blockquote, div + table, div + ul, div + ol, div + dl, div + pre, div + pre, div + h1, div + h2, div + h3, div + h4, div + h5, div + h6, div + figure):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 20px;
}

.redactor-view :where(code:after, kbd:after, mark:after):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  content: '\200B';
}

.redactor-view :where(ul[dir="rtl"], ul[dir="rtl"] ul, ul[dir="rtl"] ol, ol[dir="rtl"], ol[dir="rtl"] ul, ol[dir="rtl"] ol):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 0;
  margin-right: 20px;
}

.redactor-view :where(ul[dir="rtl"] li, ol[dir="rtl"] li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: right;
}

.redactor-view :where(.card):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  background-color: #F5F5F6;
  padding: 24px;
  border-radius: 4px;
}

.redactor-view :where(.align-left):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: left;
}

.redactor-view :where(.align-center):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: center;
}

.redactor-view :where(.align-center img):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
}

.redactor-view :where(.align-center figcaption):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.redactor-view :where(.align-right):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: right;
}

.redactor-view :where(.align-right img):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: auto;
}

.redactor-view :where(.align-right figcaption):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: right;
  margin-left: auto;
}

.redactor-view :where(.align-justify):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  text-align: justify;
}

.redactor-view :where(.float-left):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.redactor-view :where(.float-right):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 200px;
}

.redactor-view :where(.valign-top):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  align-items: start;
}

.redactor-view :where(.valign-middle):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  align-items: center;
}

.redactor-view :where(.valign-bottom):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  align-items: end;
}

.redactor-view :where(.outset-right):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  position: relative;
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(24px) translate3d(0, 0, 0);
  left: calc(24px * -1);
}

.redactor-view :where(.outset-left):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  width: calc(100% + 24px);
  max-width: calc(100% + 24px);
  transform: translateX(calc(24px * -1)) translate3d(0, 0, 0);
}

.redactor-view :where(.outset-both):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  position: relative;
  width: calc(100% + 24px + 24px);
  max-width: calc(100% + 24px + 24px);
  transform: translateX(-50%) translate3d(0, 0, 0);
  left: 50%;
}

.redactor-view :where(button, a.button, .button):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  font-family: inherit;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border: 1px solid var(--c-button-default-base-border);
  background: none;
  box-shadow: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1.25;
  font-size: 15px;
  font-weight: normal;
  color: black;
  padding: 0.4em 20px 0.4em 20px;
  height: 44px;
  background-color: var(--c-button-default-base-background);
}

.redactor-view :where(.button [class^='fa-'] + span, .button [class*=' fa-'] + span, .button [class^='icon-'] + span, .button [class*=' icon-'] + span):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 4px;
}

.redactor-view :where(.button span + [class^='fa-'], .button span + [class*=' fa-'], .button span + [class^='icon-'], .button span + [class*=' icon-']):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 4px;
  margin-right: -2px;
}

.redactor-view :where(.button:hover, .button:focus):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  outline: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: var(--c-button-default-hover-text);
  border: 1px solid var(--c-button-default-hover-border);
  background-color: var(--c-button-default-hover-background);
  background-image: none;
}

.redactor-view :where(.button:disabled):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  cursor: default;
  opacity: 0.5;
  color: var(--c-button-default-disabled-text);
  border: 1px solid var(--c-button-default-disabled-border);
  background-color: var(--c-button-default-disabled-background);
  background-image: none;
}

.redactor-view :where(.button):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: normal;
  text-transform: none;
  color: var(--c-button-default-base-text);
  border: 1px solid var(--c-button-default-base-border);
  background-color: var(--c-button-default-base-background);
  background-image: none;
  font-size: 15px;
  border-radius: 4px;
  padding: 0.4em 20px 0.4em 20px;
  height: 44px;
}

.redactor-view :where(.button.button-primary):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: normal;
  text-transform: none;
  color: var(--c-button-primary-base-text);
  border: 1px solid var(--c-button-primary-base-border);
  background-color: var(--c-button-primary-base-background);
  background-image: none;
}

.redactor-view :where(.button.button-primary:hover, .button.button-primary:focus):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-button-primary-hover-text);
  border: 1px solid var(--c-button-primary-hover-border);
  background-color: var(--c-button-primary-hover-background);
  background-image: none;
}

.redactor-view :where(.button.button-primary:disabled):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-button-primary-disabled-text);
  border: 1px solid var(--c-button-primary-disabled-border);
  background-color: var(--c-button-primary-disabled-background);
  background-image: none;
  opacity: 0.4;
}

.redactor-view :where(.button.button-secondary):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-weight: normal;
  text-transform: none;
  color: var(--c-button-secondary-base-text);
  border: 1px solid var(--c-button-secondary-base-border);
  background-color: var(--c-button-secondary-base-background);
  background-image: none;
}

.redactor-view :where(.button.button-secondary:hover, .button.button-secondary:focus):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-button-secondary-hover-text);
  border: 1px solid var(--c-button-secondary-hover-border);
  background-color: var(--c-button-secondary-hover-background);
  background-image: none;
}

.redactor-view :where(.button.button-secondary:disabled):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-button-secondary-disabled-text);
  border: 1px solid var(--c-button-secondary-disabled-border);
  background-color: var(--c-button-secondary-disabled-background);
  background-image: none;
  opacity: 0.4;
}

.redactor-view :where(.button.button-large):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 16px;
  border-radius: 4px;
  padding: 0.4em 32px 0.4em 32px;
  height: 56px;
}

.redactor-view :where(.embed-responsive):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.redactor-view :where(.embed-responsive iframe):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.redactor-view :where(.form-item):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-bottom: 20px;
}

.redactor-view :where(.form-item .form-item):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-bottom: 0;
}

.redactor-view :where(.form-buttons):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 24px;
}

.redactor-view :where(.form-checkboxes label.checkbox):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: inline-block;
  margin-bottom: 0;
}

.redactor-view :where(.form-checkboxes label.checkbox + label.checkbox):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 1em;
}

.redactor-view :where(.grid):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.redactor-view :where(.grid + .grid):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 24px;
}

.redactor-view :where(.grid-gutterless):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-gap: 0;
}

.redactor-view :where(.grid-gapless):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-row-gap: 0;
}

.redactor-view :where(.grid-gapless + .grid):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-top: 0;
}

.redactor-view :where(.grid-auto):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
}

.redactor-view :where(.grid-1):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(1, 1fr);
}

.redactor-view :where(.grid-2):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(2, 1fr);
}

.redactor-view :where(.grid-3):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(3, 1fr);
}

.redactor-view :where(.grid-4):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(4, 1fr);
}

.redactor-view :where(.grid-5):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(5, 1fr);
}

.redactor-view :where(.grid-6):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(6, 1fr);
}

.redactor-view :where(.grid-7):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(7, 1fr);
}

.redactor-view :where(.grid-8):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(8, 1fr);
}

.redactor-view :where(.grid-9):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(9, 1fr);
}

.redactor-view :where(.grid-10):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(10, 1fr);
}

.redactor-view :where(.grid-11):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(11, 1fr);
}

.redactor-view :where(.grid-12):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-template-columns: repeat(12, 1fr);
}

.redactor-view :where(.column-1):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 1;
}

.redactor-view :where(.column-2):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 2;
}

.redactor-view :where(.column-3):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 3;
}

.redactor-view :where(.column-4):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 4;
}

.redactor-view :where(.column-5):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 5;
}

.redactor-view :where(.column-6):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 6;
}

.redactor-view :where(.column-7):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 7;
}

.redactor-view :where(.column-8):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 8;
}

.redactor-view :where(.column-9):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 9;
}

.redactor-view :where(.column-10):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 10;
}

.redactor-view :where(.column-11):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 11;
}

.redactor-view :where(.column-12):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  grid-column-end: span 12;
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-1-md {
  grid-template-columns: repeat(1, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-2-md {
  grid-template-columns: repeat(2, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-3-md {
  grid-template-columns: repeat(3, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-4-md {
  grid-template-columns: repeat(4, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-5-md {
  grid-template-columns: repeat(5, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-6-md {
  grid-template-columns: repeat(6, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-7-md {
  grid-template-columns: repeat(7, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-8-md {
  grid-template-columns: repeat(8, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-9-md {
  grid-template-columns: repeat(9, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-10-md {
  grid-template-columns: repeat(10, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-11-md {
  grid-template-columns: repeat(11, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 1023px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-12-md {
  grid-template-columns: repeat(12, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid, .redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-auto {
  grid-template-columns: repeat(1, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .column {
  grid-column-end: span 1;
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .column:empty {
  display: none;
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-1-sm {
  grid-template-columns: repeat(1, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-2-sm {
  grid-template-columns: repeat(2, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-3-sm {
  grid-template-columns: repeat(3, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-4-sm {
  grid-template-columns: repeat(4, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-5-sm {
  grid-template-columns: repeat(5, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-6-sm {
  grid-template-columns: repeat(6, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-7-sm {
  grid-template-columns: repeat(7, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-8-sm {
  grid-template-columns: repeat(8, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-9-sm {
  grid-template-columns: repeat(9, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-10-sm {
  grid-template-columns: repeat(10, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-11-sm {
  grid-template-columns: repeat(11, 1fr);
}

.redactor-view :where(@media only screen and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .grid-12-sm {
  grid-template-columns: repeat(12, 1fr);
}

.redactor-view :where(@media all and (-ms-high-contrast: none)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: flex;
  margin-left: -24px;
}

.redactor-view :where(@media all and (-ms-high-contrast: none)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .column {
  flex: 1;
  margin-left: 24px;
  margin-bottom: 24px;
}

.redactor-view :where(@media all and (-ms-high-contrast: none) and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: block;
  margin-left: 0;
}

.redactor-view :where(@media all and (-ms-high-contrast: none) and (max-width: 767px)):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) .column {
  margin-left: 0;
}

.redactor-view :where(.heading-moderated):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-heading-moderated);
}

.redactor-view :where(.heading-muted):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-heading-muted);
}

.redactor-view :where(.heading-light):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-heading-light);
}

.redactor-view :where(.heading-light-moderated):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-heading-light-moderated);
}

.redactor-view :where(.heading-mega):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 72px;
  line-height: 1.1;
}

.redactor-view :where(.heading-huge):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 60px;
  line-height: 1.1;
}

.redactor-view :where(.heading-large):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 48px;
  line-height: 1.1;
}

.redactor-view :where(.heading-medium):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 24px;
  line-height: 1.3;
}

.redactor-view :where(.heading-small):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  font-size: 16px;
  line-height: 1.5;
}

.redactor-view :where(.link-stretched:after):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.redactor-view :where(.link-underline):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.redactor-view :where(.link-underline-off):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.redactor-view :where(.link-dark):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-link-dark-base);
}

.redactor-view :where(.link-dark:hover):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  transition: all 0.2s linear;
  color: var(--c-link-dark-hover);
}

.redactor-view :where(.link-moderated):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-link-moderated-base);
}

.redactor-view :where(.link-moderated:hover):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  transition: all 0.2s linear;
  color: var(--c-link-moderated-hover);
}

.redactor-view :where(.link-light):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-link-light-base);
}

.redactor-view :where(.link-light:hover):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  transition: all 0.2s linear;
  color: var(--c-link-light-hover);
}

.redactor-view :where(.link-light-moderated):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  color: var(--c-link-light-moderated-base);
}

.redactor-view :where(.link-light-moderated:hover):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  transition: all 0.2s linear;
  color: var(--c-link-light-moderated-hover);
}

.redactor-view :where(.list-inline):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  list-style: none;
  margin-left: 0;
}

.redactor-view :where(.list-inline li):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  display: inline;
  white-space: nowrap;
  margin-right: 0.25em;
}

.redactor-view :where(.list-unstyled):not(:where([class~="not-redactor-view"],[class~="not-redactor-view"] *)) {
  margin-left: 0;
  list-style: none;
}

.pagination {
  font-family: Merriweather, Noto Serif TC, serif;
  color: rgba(13, 25, 69, 0.5);
}

.pagination .page.active {
  --tw-text-opacity: 1;
  color: rgba(13, 25, 69, 1);
  color: rgba(13, 25, 69, var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

.pagination .page.prev,
  .pagination .page.next {
  font-family: Noto Sans TC, sans-serif;
}

.ft-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
}

.highlight:not(.redactor-view .highlight) {
  background-image: linear-gradient(to top, rgba(168, 128, 89, 0.3) 50%, transparent 50%);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(168, 128, 89, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(168, 128, 89, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 50%;
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position: 50%;
}

.redactor-view b {
  font-weight: 700;
  letter-spacing: 3.12px;
}

.redactor-view h2.title {
  margin-bottom: 1.5rem;
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 4.68px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.redactor-view h3.sub-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Noto Sans TC, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  letter-spacing: 3.51px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  opacity: 0.4;
}

.redactor-view h2.inscription-title {
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 3.12px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.redactor-view p.description {
  margin-top: 0.25rem;
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  letter-spacing: 3.12px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.redactor-view p.description:first-child {
  margin-top: 0px;
}

.redactor-view p.hero-description {
  margin-top: 0.25rem;
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 4.09px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.redactor-view p.hero-description:first-child {
  margin-top: 0px;
}

.redactor-view p.inscription {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, 1);
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 3.12px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.redactor-view img:not([src]) {
  aspect-ratio: 400/320;
  height: auto;
  width: 100%;
  background-image: url(/assets/photo-sample-0885e56e6072e29586d955241cb456d22c3ed5a99255d78e9619a65705474140.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.redactor-view figure figcaption {
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 2.34px;
  margin-top: 1rem;
}

.full-column {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.full-column:first-child {
  margin-top: 0px;
}

@media (min-width: 1024px) {
  .full-column {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.full-column > div {
  margin-left: auto;
  margin-right: auto;
  max-width: 54ch;
}

.two-columns {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
}

.two-columns:first-child {
  margin-top: 0px;
}

@media (min-width: 1024px) {
  .two-columns {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

@media not all and (min-width: 640px) {
  .two-columns {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    row-gap: 1.25rem;
  }
}

@media (min-width: 640px) {
  .two-columns {
    flex-direction: row;
    justify-content: space-evenly;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

@media (min-width: 768px) {
  .two-columns {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }
}

@media (min-width: 640px) {
  .two-columns:has(figure) {
    align-items: center;
  }

  .two-columns:not(:has(figure)),
  .two-columns:has(div:first-child > figure):has(div:last-child > figure) {
    align-items: flex-start;
  }
}

.two-columns > div {
  flex-shrink: 1;
  flex-grow: 1;
}

@media not all and (min-width: 640px) {
  .two-columns > div {
    flex-basis: 100%;
    align-self: stretch;
  }
}

@media (min-width: 640px) {
  .two-columns > div:has(> figure) {
    flex-basis: auto;
  }

  .two-columns > div:has(> h1, > h2, > h3, > p) {
    flex-basis: auto;
  }
}

/* 1:3 */

@media (min-width: 640px) {
  .two-columns.ratio-1-to-3 > div:first-child {
    flex-basis: 25%;
  }

  .two-columns.ratio-1-to-3 > div:last-child {
    flex-basis: 75%;
  }
}

/* 1:2 */

@media (min-width: 640px) {
  .two-columns.ratio-1-to-2 > div:first-child {
    flex-basis: 33.333333%;
  }

  .two-columns.ratio-1-to-2 > div:last-child {
    flex-basis: 66.666667%;
  }
}

/* 5:7 */

@media (min-width: 640px) {
  .two-columns.ratio-5-to-7 > div:first-child {
    flex-basis: 41.666667%;
  }

  .two-columns.ratio-5-to-7 > div:last-child {
    flex-basis: 58.333333%;
  }
}

/* 1:1 */

@media (min-width: 640px) {
  .two-columns.ratio-1-to-1 > div:first-child {
    flex-basis: 50%;
  }

  .two-columns.ratio-1-to-1 > div:last-child {
    flex-basis: 50%;
  }
}

/* 7:5 */

@media (min-width: 640px) {
  .two-columns.ratio-7-to-5 > div:first-child {
    flex-basis: 58.333333%;
  }

  .two-columns.ratio-7-to-5 > div:last-child {
    flex-basis: 41.666667%;
  }
}

/* 1:2 */

@media (min-width: 640px) {
  .two-columns.ratio-2-to-1 > div:first-child {
    flex-basis: 66.666667%;
  }

  .two-columns.ratio-2-to-1 > div:last-child {
    flex-basis: 33.333333%;
  }
}

/* 3:1 */

@media (min-width: 640px) {
  .two-columns.ratio-3-to-1 > div:first-child {
    flex-basis: 75%;
  }

  .two-columns.ratio-3-to-1 > div:last-child {
    flex-basis: 25%;
  }
}

.step-sections {
  margin-top: 50px;
  padding-left: 30px;
  counter-reset: section;
}

.step-sections .step-item {
  margin-left: -30px;
}

.step-sections .step-item::before {
  counter-increment: section;
  content: counter(section) '.';
}

.redactor-view .highlight {
  font-family: Merriweather, Noto Serif TC, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.195em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 8px;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[30px\] {
  bottom: 30px;
}

.end-1 {
  right: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.left-\[10\%\] {
  left: 10%;
}

.left-\[150px\] {
  left: 150px;
}

.left-\[30\%\] {
  left: 30%;
}

.left-\[390px\] {
  left: 390px;
}

.left-\[55px\] {
  left: 55px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-24 {
  right: 6rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0px;
}

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

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-34 {
  top: 8.5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-60 {
  top: 15rem;
}

.top-8 {
  top: 2rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[290px\] {
  top: 290px;
}

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

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

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

.order-3 {
  order: 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

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

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

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

.my-18 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

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

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

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

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

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

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

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

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

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

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

.mb-15 {
  margin-bottom: 3.75rem;
}

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

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

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

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

.mb-30 {
  margin-bottom: 7.5rem;
}

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

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

.mb-40 {
  margin-bottom: 10rem;
}

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1040\/622\] {
  aspect-ratio: 1040/622;
}

.aspect-\[350\/200\] {
  aspect-ratio: 350/200;
}

.aspect-\[400\/320\] {
  aspect-ratio: 400/320;
}

.aspect-\[470\/300\] {
  aspect-ratio: 470/300;
}

.aspect-\[535\/400\] {
  aspect-ratio: 535/400;
}

.aspect-\[550\/366\] {
  aspect-ratio: 550/366;
}

.aspect-auto {
  aspect-ratio: auto;
}

.aspect-image {
  aspect-ratio: 3 / 2;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-\[100vh\] {
  max-height: 100vh;
}

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

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

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

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

.w-10 {
  width: 2.5rem;
}

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

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[51\.91\%\] {
  width: 51.91%;
}

.w-\[64\.89\%\] {
  width: 64.89%;
}

.w-\[calc\(\(100\%_-_1\.25rem\)\/2\)\] {
  width: calc((100% - 1.25rem) / 2);
}

.w-\[calc\(100\%_-_1\.25rem_\*_2\)\] {
  width: calc(100% - 1.25rem * 2);
}

.w-\[calc\(100vw_-_20px_\*_2\)\] {
  width: calc(100vw - 20px * 2);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[100ch\] {
  max-width: 100ch;
}

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

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

.max-w-\[54ch\] {
  max-width: 54ch;
}

.max-w-none {
  max-width: none;
}

.shrink {
  flex-shrink: 1;
}

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

.basis-\[1160px\] {
  flex-basis: 1160px;
}

.basis-\[550px\] {
  flex-basis: 550px;
}

.basis-full {
  flex-basis: 100%;
}

.origin-top-right {
  transform-origin: top right;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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));
  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), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}

.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}

.-rotate-\[50deg\] {
  --tw-rotate: -50deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-50deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}

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

@keyframes breathing {
  0%, 100% {
    filter: brightness(100%);
  }

  50% {
    filter: brightness(90%);
  }

  75% {
    filter: brightness(110%);
  }
}

.animate-breathing {
  animation: breathing 5s ease-in-out infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[repeat\(auto-fill\2c _calc\(100vw_-_20px_\*_2\)\)\] {
  grid-template-columns: repeat(auto-fill, calc(100vw - 20px * 2));
}

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

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-15 {
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[1\.5rem\] {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

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

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[3rem\] {
  row-gap: 3rem;
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - 0));
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - 0));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * 0);
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-y-clip {
  overflow-y: clip;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-b-\[\.5px\] {
  border-bottom-width: .5px;
}

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

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

.border-t-\[\.5px\] {
  border-top-width: .5px;
}

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

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

.border-black\/40 {
  border-color: rgba(0, 0, 0, 0.4);
}

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

.border-golden {
  --tw-border-opacity: 1;
  border-color: rgba(168, 128, 89, 1);
  border-color: rgba(168, 128, 89, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, 1);
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgba(74, 222, 128, 1);
  border-color: rgba(74, 222, 128, var(--tw-border-opacity));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 146, 60, 1);
  border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgba(248, 113, 113, 1);
  border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}

.border-stroke-gold\/50 {
  border-color: rgba(170, 172, 176, 0.5);
}

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(250, 204, 21, 1);
  border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(209, 213, 219, 1);
  border-bottom-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgba(209, 213, 219, 1);
  border-top-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

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

.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

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

.bg-golden {
  --tw-bg-opacity: 1;
  background-color: rgba(168, 128, 89, 1);
  background-color: rgba(168, 128, 89, var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 252, 231, 1);
  background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
}

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

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 237, 213, 1);
  background-color: rgba(255, 237, 213, var(--tw-bg-opacity));
}

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 249, 195, 1);
  background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}

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

.bg-icon-bar {
  background-image: url(/assets/icons/icon-bar-752c89722b49eca76182edad322443a062d3bf14d407f08e831e45ba8e145f97.svg);
}

.bg-icon-cross {
  background-image: url(/assets/icons/icon-cross-f94a0aa85d2a2d729e1330193260567ce952d2d5d918b2886c79db5b763a0f55.svg);
}

.bg-nav-close {
  background-image: url(/assets/nav/close-8516da48071cbc23ef9ad8531a45183ac542e605f79c838bb9cf2ee1d10d1f30.svg);
}

.bg-nav-menu {
  background-image: url(/assets/nav/menu-b5d5899352f1b51ffe46ca94b883adc696127e08996040e5a14fcba98023c381.svg);
}

.bg-photo-sample {
  background-image: url(/assets/photo-sample-0885e56e6072e29586d955241cb456d22c3ed5a99255d78e9619a65705474140.svg);
}

.from-golden\/30 {
  --tw-gradient-from: rgba(168, 128, 89, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(168, 128, 89, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-50\% {
  --tw-gradient-from-position: 50%;
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.bg-center {
  background-position: center;
}

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

.stroke-golden {
  stroke: #A88059;
}

.stroke-1 {
  stroke-width: 1;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

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

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

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

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

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

.pt-4 {
  padding-top: 1rem;
}

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

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

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

.indent-\[-9999px\] {
  text-indent: -9999px;
}

.align-middle {
  vertical-align: middle;
}

.font-sans {
  font-family: Noto Sans TC, sans-serif;
}

.font-serif {
  font-family: Merriweather, Noto Serif TC, serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[13px\] {
  line-height: 13px;
}

.leading-\[180\%\] {
  line-height: 180%;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[216\.7\%\] {
  line-height: 216.7%;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[33px\] {
  line-height: 33px;
}

.leading-\[35px\] {
  line-height: 35px;
}

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

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

.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tracking-\[0\.195em\] {
  letter-spacing: 0.195em;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[2\.34px\] {
  letter-spacing: 2.34px;
}

.tracking-\[3\.12px\] {
  letter-spacing: 3.12px;
}

.tracking-\[3\.51px\] {
  letter-spacing: 3.51px;
}

.tracking-\[4\.09px\] {
  letter-spacing: 4.09px;
}

.tracking-\[4\.68px\] {
  letter-spacing: 4.68px;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#5A5A5B\] {
  --tw-text-opacity: 1;
  color: rgba(90, 90, 91, 1);
  color: rgba(90, 90, 91, var(--tw-text-opacity));
}

.text-\[\#5A5A5B\]\/50 {
  color: rgba(90, 90, 91, 0.5);
}

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

.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}

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

.text-golden {
  --tw-text-opacity: 1;
  color: rgba(168, 128, 89, 1);
  color: rgba(168, 128, 89, var(--tw-text-opacity));
}

.text-golden\/50 {
  color: rgba(168, 128, 89, 0.5);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgba(22, 163, 74, 1);
  color: rgba(22, 163, 74, var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgba(234, 88, 12, 1);
  color: rgba(234, 88, 12, var(--tw-text-opacity));
}

.text-pagy {
  --tw-text-opacity: 1;
  color: rgba(13, 25, 69, 1);
  color: rgba(13, 25, 69, var(--tw-text-opacity));
}

.text-pagy\/50 {
  color: rgba(13, 25, 69, 0.5);
}

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

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgba(71, 85, 105, 1);
  color: rgba(71, 85, 105, var(--tw-text-opacity));
}

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

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgba(202, 138, 4, 1);
  color: rgba(202, 138, 4, var(--tw-text-opacity));
}

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

.underline-offset-8 {
  text-underline-offset: 8px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.shadow-floating {
  --tw-shadow: 0px 3px 3px 0px rgba(179, 128, 171, 0.35);
  --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 3px 3px 0px rgba(179, 128, 171, 0.35);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(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: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

.shadow-slate-500\/40 {
  --tw-shadow-color: rgba(100, 116, 139, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.outline-2 {
  outline-width: 2px;
}

.outline-slate-300 {
  outline-color: #cbd5e1;
}

.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(100%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  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);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) invert(100%) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  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);
}

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-500 {
  transition-duration: 500ms;
}

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

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

.first\:mt-0:first-child {
  margin-top: 0px;
}

.last\:mb-20:last-child {
  margin-bottom: 5rem;
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

@media not all and (min-width: 1024px) {
  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .max-lg\:-z-10 {
    z-index: -10;
  }

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .max-lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:mt-\[71px\] {
    margin-top: 71px;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-center {
    align-items: center;
  }

  .max-lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:static {
    position: static;
  }

  .max-md\:-top-18 {
    top: -4.25rem;
  }

  .max-md\:order-1 {
    order: 1;
  }

  .max-md\:order-2 {
    order: 2;
  }

  .max-md\:\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .max-md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .max-md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

  .max-md\:mb-\[42px\] {
    margin-bottom: 42px;
  }

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

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

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

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

  .max-md\:hidden {
    display: none;
  }

  .max-md\:h-0 {
    height: 0px;
  }

  .max-md\:h-\[300px\] {
    height: 300px;
  }

  .max-md\:h-auto {
    height: auto;
  }

  .max-md\:w-16 {
    width: 4rem;
  }

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

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

  .max-md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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(.75) scaleY(.75);
    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));
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:justify-start {
    justify-content: flex-start;
  }

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

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

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

  .max-md\:pb-\[277px\] {
    padding-bottom: 277px;
  }

  .max-md\:text-center {
    text-align: center;
  }

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

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

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

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

  .max-md\:leading-\[20px\] {
    line-height: 20px;
  }

  .max-md\:leading-\[26px\] {
    line-height: 26px;
  }

  .max-md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:justify-start {
    justify-content: flex-start;
  }

  .max-sm\:self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 640px) {
  .sm\:h-\[264px\] {
    height: 264px;
  }

  .sm\:h-\[55px\] {
    height: 55px;
  }

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

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

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

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

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

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

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

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * (1 - 0));
    border-top-width: calc(0px * (1 - var(--tw-divide-y-reverse)));
    border-top-width: calc(0px * calc(1 - 0));
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * 0);
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

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

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

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

  .md\:-right-24 {
    right: -6rem;
  }

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

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

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

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

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

  .md\:mb-\[46px\] {
    margin-bottom: 46px;
  }

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

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

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

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

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

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

  .md\:mt-\[87px\] {
    margin-top: 87px;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1280\/505\] {
    aspect-ratio: 1280/505;
  }

  .md\:aspect-\[253\/318\] {
    aspect-ratio: 253/318;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-\[327px\] {
    height: 327px;
  }

  .md\:h-\[540px\] {
    height: 540px;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-\[320px\] {
    width: 320px;
  }

  .md\:w-\[580px\] {
    width: 580px;
  }

  .md\:w-\[calc\(\(100\%_-_2\.5rem_\*_2\)\/3\)\] {
    width: calc((100% - 2.5rem * 2) / 3);
  }

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

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

  .md\:grid-cols-\[auto_51\.45\%\] {
    grid-template-columns: auto 51.45%;
  }

  .md\:grid-cols-\[repeat\(auto-fill\2c _320px\)\] {
    grid-template-columns: repeat(auto-fill, 320px);
  }

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

  .md\:leading-\[23px\] {
    line-height: 23px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .group:hover .md\:group-hover\:opacity-0 {
    opacity: 0;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:left-\[175px\] {
    left: 175px;
  }

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

  .lg\:top-\[150px\] {
    top: 150px;
  }

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

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

  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

  .lg\:my-30 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }

  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-\[150px\] {
    margin-top: 150px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-40 {
    width: 10rem;
  }

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

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

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

  .lg\:w-\[calc\(\(100\%_-_2\.5rem_\*_5\)\/6\)\] {
    width: calc((100% - 2.5rem * 5) / 6);
  }

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

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

  .lg\:basis-2\/7 {
    flex-basis: 28.5714286%;
  }

  .lg\:basis-3\/7 {
    flex-basis: 42.8571429%;
  }

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

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

  .lg\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }

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

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

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

  .lg\:gap-15 {
    gap: 3.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-x-18 {
    -moz-column-gap: 4.25rem;
         column-gap: 4.25rem;
  }

  .lg\:gap-x-\[73px\] {
    -moz-column-gap: 73px;
         column-gap: 73px;
  }

  .lg\:gap-y-15 {
    row-gap: 3.75rem;
  }

  .lg\:gap-y-34 {
    row-gap: 8.5rem;
  }

  .lg\:gap-y-\[100px\] {
    row-gap: 100px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

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

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

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

  .lg\:pb-\[212px\] {
    padding-bottom: 212px;
  }

  .lg\:pl-72 {
    padding-left: 18rem;
  }

  .lg\:pr-\[437px\] {
    padding-right: 437px;
  }

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

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

  .lg\:text-\[27px\] {
    font-size: 27px;
  }

  .lg\:text-\[30px\] {
    font-size: 30px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[42px\] {
    font-size: 42px;
  }

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

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

  .lg\:leading-\[39px\] {
    line-height: 39px;
  }

  .lg\:leading-\[45px\] {
    line-height: 45px;
  }

  .lg\:leading-\[53px\] {
    line-height: 53px;
  }
}

@media (min-width: 1280px) {
  .xl\:-right-48 {
    right: -12rem;
  }

  .xl\:-ml-30 {
    margin-left: -7.5rem;
  }

  .xl\:mb-17 {
    margin-bottom: 4.25rem;
  }

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

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

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

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

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:px-30 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
