/*
! tailwindcss v3.0.7 | 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: currentColor;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Manrope, Noto Sans TC, sans-serif;
  /* 4 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

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

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}



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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

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

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

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

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

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

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

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

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

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

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

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

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

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

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

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

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

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

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

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

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

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

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

.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

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

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

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

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

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

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

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

.prose-xl {
  font-size: 1.25rem;
  line-height: 1.8;
}

.prose-xl :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 1em;
}

.prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

.prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.8em;
  margin-top: 0;
  margin-bottom: 0.8571429em;
  line-height: 1;
}

.prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.8em;
  margin-top: 1.5555556em;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.5em;
  margin-top: 1.6em;
  margin-bottom: 0.6666667em;
  line-height: 1.3333333;
}

.prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

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

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

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

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

.prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
  margin-top: 1em;
}

.prose-xl :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8611111em;
}

.prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.7777778;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
  padding-top: 1.1111111em;
  padding-right: 1.3333333em;
  padding-bottom: 1.1111111em;
  padding-left: 1.3333333em;
}

.prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.prose-xl :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}

.prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4em;
}

.prose-xl :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

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

.prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

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

.prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-xl :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
  line-height: 1.5555556;
}

.prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

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

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

.prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.8888889em;
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

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

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

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

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

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.top-20 {
  top: 5rem;
}

.top-56 {
  top: 14rem;
}

.right-72 {
  right: 18rem;
}

.right-52 {
  right: 13rem;
}

.top-32 {
  top: 8rem;
}

.right-24 {
  right: 6rem;
}

.top-96 {
  top: 24rem;
}

.right-32 {
  right: 8rem;
}

.top-40 {
  top: 10rem;
}

.top-4 {
  top: 1rem;
}

.right-64 {
  right: 16rem;
}

.top-24 {
  top: 6rem;
}

.right-4 {
  right: 1rem;
}

.top-28 {
  top: 7rem;
}

.right-16 {
  right: 4rem;
}

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

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

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

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-96 {
  height: 24rem;
}

.h-screen {
  height: 100vh;
}

.h-2 {
  height: 0.5rem;
}

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

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

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-4 {
  width: 1rem;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

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

.w-6 {
  width: 1.5rem;
}

.w-16 {
  width: 4rem;
}

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

.w-auto {
  width: auto;
}

.w-28 {
  width: 7rem;
}

.w-0 {
  width: 0px;
}

.w-1\/3 {
  /*width: 23rem;*/
}

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

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

.w-40 {
  width: 10rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-9xl {
  max-width: 108rem;
}

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

.max-w-640 {
    max-width: 640px;
}

.max-w-4xl {
  max-width: 56rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-11200 {
  flex:1 1 200%;
} 

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: var(--tw-transform);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-24 {
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

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

.gap-y-12 {
  row-gap: 3rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

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

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-l {
  border-radius: 0.50rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

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

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

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(250 215 90 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(25 25 25 / var(--tw-border-opacity));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(70 69 69 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(1 132 255 / var(--tw-border-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 132 255 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 215 90 / var(--tw-bg-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(76 100 164 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-dark-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 77 126 / var(--tw-bg-opacity));
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-12 {
  padding: 3rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-24 {
  padding-top: 6rem;
}

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

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

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

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

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

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

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

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

.pt-3 {
  padding-top: 0.75rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

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

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

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(1 132 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(250 215 90 / var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(76 100 164 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-1000 {
  --tw-brightness: brightness(10);
  filter: var(--tw-filter);
}

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

.filter {
  filter: var(--tw-filter);
}

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

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

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

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

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

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

html {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity));
}

* {
  transition-duration: 150ms;
  font-family: 'Manrope', 'Noto Sans TC', sans-serif;
}

[x-cloak] {
  display: none;
}

#wpforms-112 {
  margin-left: 0px;
  max-width: 695px !important;
}

#wpforms-112-field_1-container, #wpforms-112-field_2-container {
  margin-bottom: 2rem;
}

#wpforms-form-112 input {
  height: 3.5rem;
}

#wpforms-form-112 .wpforms-field-label {
  margin-bottom: 0.5rem;
}

#wpforms-form-112 input, #wpforms-form-112 textarea {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  max-width: 100%;
}

#wpforms-submit-112 {
  border-radius: 0.75rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 132 255 / var(--tw-bg-opacity)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#wpforms-submit-112:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(42 152 255 / var(--tw-bg-opacity)) !important;
}

@media (min-width: 1024px) {
  #wpforms-113 {
    width: 50% !important;
  }
}

#wpforms-form-113 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

@media (min-width: 768px) {
  #wpforms-form-113 {
    flex-direction: row !important;
  }

  #wpforms-form-113 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }
}

#wpforms-form-113 input {
  height: 3.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#wpforms-form-113 input::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity)) !important;
}

#wpforms-form-113 input:-ms-input-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity)) !important;
}

#wpforms-form-113 input::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity)) !important;
}

#wpforms-form-113 input {
  max-width: 100%;
}

#wpforms-submit-113 {
  border-radius: 0.75rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 103 200 / var(--tw-text-opacity)) !important;
}

#wpforms-113 .wpforms-field-container {
  flex-grow: 1 !important;
}

.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 0 !important;
}

.wpforms-error {
  margin-top: 0.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(250 215 90 / var(--tw-text-opacity)) !important;
  font-size: 14px;
}

.swiper-slide {
  height: auto !important;
}

.swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}

.swiper-pagination-bullet {
  background: white !important;
}

.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 132 255 / var(--tw-bg-opacity)) !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: var(--tw-transform);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 132 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 152 255 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 200 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(1 132 255 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 103 200 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

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

.hover\:brightness-100:hover {
  --tw-brightness: brightness(1);
  filter: var(--tw-filter);
}

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

.prose-headings\:text-white :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose-a\:text-blue-400 :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(42 152 255 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-28 {
    height: 7rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-72 {
    width: 18rem;
  }

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

  .md\:flex-none {
    flex: none;
  }

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

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

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

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
  
  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }
  
    .lg\:grid {
    display: grid;
    } 

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

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

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

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

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

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

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

  .lg\:w-1\/3 {
    /*width: 23rem;*/
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }
 

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

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

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

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

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

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

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

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

  .lg\:items-baseline {
    align-items: baseline;
  }

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

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

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

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

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

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

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

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .lg\:object-fill {
    -o-object-fit: fill;
       object-fit: fill;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }
  
   .lg\:pr-10 {
    padding-right: rem;
  } 

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

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }
       
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
    
  .lg\:pt-32 {
    padding-top: 8rem;
  }  

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

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-1\/2 {
    bottom: 50%;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-auto {
    width: auto;
  }

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

  .xl\:w-1\/3 {
    /*width: 23rem;*/
  } 

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

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

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

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

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

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

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

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

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

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

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:w-18\.8 {
    width: 75.25rem;
  } 
}

/* Added by Sanne */

.footer_region_dropdown,
.footer_region_dropdown *,
.footer_region_dropdown a,
.footer_region_dropdown button,
.footer_region_dropdown select,
.navbar_region_dropdown,
.navbar_region_dropdown *,
.navbar_region_dropdown a,
.navbar_region_dropdown button,
.navbar_region_dropdown select {
  cursor: default !important;
}

.footer_region_dropdown:hover,
.footer_region_dropdown *:hover,
.footer_region_dropdown a:hover,
.footer_region_dropdown button:hover,
.footer_region_dropdown select:hover,
.navbar_region_dropdown:hover,
.navbar_region_dropdown *:hover,
.navbar_region_dropdown a:hover,
.navbar_region_dropdown button:hover,
.navbar_region_dropdown select:hover {
  cursor: default !important;
}

.tw_header {
    height: 700px;
    background-image: url('../images/tw_header.svg'); /* Add your background image */
    background-size: 800px; /* Ensures the image covers the entire section */
    background-position: bottom right; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the image from repeating */    
}

.container_tw_header {
    height: 100%;
    vertical-align: top;
    justify-content: top;
    align-items: top;
}

@media (min-width: 640px) {  
    .tw_header {
        height: 700px;
        background-image: url('../images/tw_header.svg'); /* Add your background image */
        background-size: 1024px; /* Ensures the image covers the entire section */
        background-position: bottom right; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */    
    }
    
    .container_tw_header {
        height: 100%;
        vertical-align: top;
        justify-content: top;
        align-items: top;
    }
}

/* For larger screens */
@media (min-width: 1024px) {
    .tw_header {
        height: 1030px;
        background-image: url('../images/tw_header.svg'); /* Add your background image */
        background-size: 1700px; /* Ensures the image covers the entire section */
        background-position: center right; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */    
    }
    
    .container_tw_header {
        height: 100%;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }     
}



/* For larger screens */
@media (min-width: 1500px) {
    .tw_header {
        height: 1030px;
        background-image: url('../images/tw_header.svg'); /* Add your background image */
        background-size: 1900px; /* Ensures the image covers the entire section */
        background-position: center right; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */    
    }
    
    .container_tw_header {
        height: 100%;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
    }     
}

.tw_dc_floating_container {
    position: relative;
}

.tw_dc_floating {
    position: absolute;
    top: 30%;
    left: 68%;
    transform: translate(-50%, -50%);
    transition: transform 0.1s linear; /* Smooth animation */
    will-change: transform; /* Optimizes rendering */    
}

.tw_dc_floating_lower {
    max-width: 320px;
}  


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

.tw-trade-feature-image-side {
    max-width: 320px;
}  

.tw-trade-feature-image-center {
    max-width: 360px;
} 

@media (min-width: 640px) {
.tw-trade-feature-image-side {
    max-width: 440px;
}  

.tw-trade-feature-image-center {
    max-width: 550px;
}  
}

.tiny_disclosure {
    width: 100%;
    font-size: 9px;
    color: #ccc;
    margin: 24px 0 24px 0;
    text-align: center;
    display: block;
}

.tiny_disclosure.light {
    color: #ccc;   
}

.tiny_disclosure.dark {
    color: #444;   
}


@media (min-width: 1280px) {
    .tw-trade-feature-image-side {
        max-width: 560px;
    }  
    
    .tw-trade-feature-image-center {
        max-width: 800px;
    }  
}

.xrex-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.xrex-modal-box {
    background: white;
    color: black;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    width: 400px;
}

.xrex-modal-illu-change-region-tw {
    width: 61px;
    height: 68px;
    margin-bottom: 8px;
}

@media (min-width: 640px) {  
    .xrex-modal-illu-change-region-tw {
        width: 81px;
        height: 88px;
        margin-bottom: 12px;        
    }
}

.xrex-modal-header {
    display: flex;
    justify-content: flex-end; /* Align X button to the right */
    align-items: center; /* Vertically center */
    width: 100%; /* Fill modal width */
    padding: 16px 16px;  
    height: 56px;
}

.xrex-modal-divider {
    width: 100%; /* Full width */
    height: 1px;
    background: #e5e7eb; /* Light gray divider */
}

.xrex-modal-content {
    display: flex;
    flex-direction: column;
    width: 100%; /* Fill modal width */
    padding: 16px 24px 16px 24px;        
}

.xrex-modal-heading {
    margin-bottom: 12px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    text-align: left;s
}

.xrex-modal-subtext {
    font-size: 0.875rem;
    color: #4b5563;
    line-height: 1.4;
    text-align: left;
}

.xrex-modal-footer {
    display: flex;
    justify-content: flex-end; /* Align buttons to the right */
    gap: 12px; /* Space between buttons */
    width: 100%; /* Fill modal width */
    padding: 16px;        
}

.xrex-btn {
    padding: 10px 24px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.xrex-btn-cancel {
    background: #e0e7ff;
    color: #4b5563;
    border: none; /* Ensure button consistency */
}

.xrex-btn-cancel:hover {
    background: #E7F0FC;
}

.xrex-btn-proceed {
    background: #0184FF;
    color: white;
}

.xrex-btn-proceed:hover {
    background: #2A98FF;
}

.xrex-modal-close-x {
    background: none;
    border: none;
    padding: 4px;
    font-size: 2.25rem;
    color: #4b5563;
    cursor: pointer;
    line-height: 1;
}

.xrex-modal-close-x:hover {
    color: #000;
}

.qrcode-icon-wrapper {
  position: relative; /* Sets the wrapper as a relative parent for positioning */
  display: flex; /* Ensures flexbox layout */
  align-items: center; /* Vertically aligns content inside */
  gap: 8px; /* Adds spacing between elements */
  cursor: pointer; /* Changes cursor to indicate interactivity */
  transition: opacity 0.3s ease; /* Smooth hover effect for opacity */
}

.qrcode-icon-wrapper:hover {
  opacity: 1; 
}

.qrbtn {
  background-color: #23272A !important;
  color: #fff !important;
  height: 48px !important;
  min-height: 48px !important;
  font-size: 14px !important;
  min-width: 200px !important;
}

/* Styling for the QR code popup */
.qrcode-icon {
  display: none; /* Hidden by default */
  position: absolute; /* Allows positioning relative to the wrapper */
  bottom: 80px; /* Positions it directly below the wrapper */
  left: 50%; /* Centers horizontally */
  transform: translateX(-50%); /* Adjusts for exact centering */
  background-color: #fff; /* Background color for the popup */
  color: #000; /* Text color */
  width: 200px; 
  padding: 8px 8px 8px 8px; /* Adds space inside the popup */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Adds a subtle shadow */
  z-index: 1000; /* Ensures it appears above other content */
  text-align: center; /* Centers text content */
}

/* Tooltip arrow */
.qrcode-icon::after {
  content: ""; /* Required to create a visual element */
  position: absolute;
  top: 100%; /* Positions the arrow at the bottom of the tooltip */
  left: 50%; /* Centers the arrow horizontally */
  transform: translateX(-50%); /* Adjusts for exact centering */
  border-width: 12px; /* Size of the arrow */
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* White arrow pointing downward */
}

/* Show the QR code popup on hover */
.qrcode-icon-wrapper:hover .qrcode-icon {
  display: block; 
}



.sm_label {
    color: #7C7C7C;
    font-size: 12px;
}

.sm_label_margintop {
    margin-top: 35px !important;
}

.tooltip_s {
  position: relative;
  display: inline-block;
}

.tooltip_s .tooltip_s_text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
  transform: translateX(-50%);
}

.tooltip_s .tooltip_s_text {
  visibility: hidden;
  width: 100%;
  background-color: white;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the button */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
}

.navbar_linkbutton, .footer_linkbutton {
    font-size: 15px;
    cursor: pointer;        
}  

.navbar_linkbutton_dropdown, .footer_linkbutton_dropdown {
    margin-bottom: 1px;
}

.navbar_region_dropdown span, .footer_region_dropdown span {
    font-size: 15px;
}        

.navbar_wrapper, .footer_wrapper {
    padding: 0px 15px 0px 15px;    
}

.navbar_button_cta, .footer_button_cta {
    font-size: 15px; 
    z-index: 11;
    min-width: 120px;    
    text-align: center;
}    

.navbar_region_dropdown, .footer_region_dropdown {
    position: relative;        
    display: flex;
    align-items: center;
    /*background-color: #222;*/
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
}
.navbar_region_dropdown .navbar_icon_flag, .footer_region_dropdown .footer_icon_flag {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.navbar_region_dropdown .navbar_icon_close, .footer_region_dropdown .footer_icon_close {
    width: 16px;
    height: 16px;
    margin-bottom: 20px;
    cursor: pointer;        
}    

.navbar_region_title, .footer_region_title {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 32px;       
    color: #ffffff;
}

@media (min-width: 1024px) { 
   .navbar_region_title, .footer_region_title {
        font-size: 14px !important;
        font-weight: bold !important;
        margin: 4px 0px 8px 8px;
        color: #A3A3A3;
    } 
}
.navbar_region_dropdown .navbar_icon_arrow, .footer_region_dropdown .footer_icon_arrow {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.navbar_region_dropdown_outer_modal, .footer_region_dropdown_outer_modal {
  position: fixed;
  z-index: 10;
  top: 0px; /* Below the button */
  left: 0px;
  width: 100vw; 
  height: 100vh;
  display: none;
}

.navbar_region_dropdown_inner_modal, .footer_region_dropdown_inner_modal {
  background-color: #2F2F2F;
  padding: 24px 24px;
  width: 100vw;
  height: 100vh;      
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar_region_dropdown_modal_item, .footer_region_dropdown_modal_item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  transition: background 0.3s;
  border-radius: 6px;
  margin-bottom: 5px;
}

.navbar_region_dropdown_modal_item:last-child, .footer_region_dropdown_modal_item:last-child {
  margin-bottom: 0px;
}


.navbar_region_dropdown_modal_item:hover, .navbar_region_dropdown_modal_item.active:hover, .footer_region_dropdown_modal_item:hover, .footer_region_dropdown_modal_item.active:hover {
  background-color: #3C3C3C;
}

.navbar_region_dropdown_modal_item.active, .footer_region_dropdown_modal_item.active {
    background-color: #3C3C3C;
    /*cursor: default;*/
} 

.navbar_region_dropdown_active_noscroll, .footer_region_dropdown_active_noscroll {
    overflow: hidden; /* Prevent scrolling */
    height: 100%; /* Ensure the height is maintained */
}

.navbar_region_dropdown_modal_item_icon, .footer_region_dropdown_modal_item_icon {
  margin-right: 12px;
  width: 20px;
  height: 20px;  
}

.navbar_region_dropdown_modal_item_icon.lastchild, .footer_region_dropdown_modal_item_icon.lastchild {
  margin-right: 0px;
  margin-left: auto;
  width: 18px;
  height: 18px;      
}    

.navbar_region_dropdown_modal_item_text, .footer_region_dropdown_modal_item_text {
      margin: 0;
              line-height: normal;
}        

.navbar_region_dropdown_modal_item_text span, .footer_region_dropdown_modal_item_text span {
  font-size: 15px;
      margin: 0;
              line-height: normal;
}    

.navbar_region_dropdown_modal_item_text p, .footer_region_dropdown_modal_item_text p  {
  margin: 0;
  font-size: 12px;
  color: #989898;
      margin: 0;
              line-height: normal;
}

@media (min-width: 320px) { 
    
    .navbar_logo {
        width: 80px;
    }    
    
    .sg-swiper-image-wrapper {
       height: 280px;
       width: 280px;
       background-size: cover; 
       background-position: center; 
       background-repeat: no-repeat;       
       background-color: #fff;
       border-radius: 25px 25px;
       text-align: center;
       justify-content: center;
       display: flex;
       /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);*/
       align-items: flex-end;
       margin: 15px 0px 15px 0px;
    }
    
    .sg-swiper-image {
       width: 225px; 
    }    

    .sg-swiper.left-gradient, .sg-swiper.right-gradient {
        display: none;    
    }  
        
    .sg-swiper-button {
        top: 157px !important;
    }    
    
    .swiper-button-prev.sg-swiper-button {
        left: 20px; /* Change color as needed */
    }
    
    .swiper-button-next.sg-swiper-button {
        right: 20px; /* Change color as needed */
    }        
    
    .sg-explain-image {
        max-width: 280px;
    }  

 
    
    .full-width-bg-sg {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/sg-skyline@1x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/sg-skyline@1x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
     
    }
    
    .full-width-bg-academy {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/academy-class@1x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/academy-class@1x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
    }
    .full-width-bg-window {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/window-trading@1x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/window-trading@1x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
    }  
    
    
}


@media (min-width: 640px) {  
    .sg-explain-image {
        max-width: 320px;
    }  
    
    .full-width-bg {
        height: 400px; /* Set the desired height */
    }  
    
    
    .sg-swiper-image-wrapper {
       height: 330px;
       width: 330px;
       background-size: cover; 
       background-position: center; 
       background-repeat: no-repeat;       
       background-color: #fff;
       border-radius: 25px 25px;
       text-align: center;
       justify-content: center;
       display: flex;
       /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);*/
       align-items: flex-end;
       margin: 15px 0px 15px 0px;
    }
    
    .sg-swiper-image {
       width: 265px; 
    }    

    .sg-swiper.left-gradient, .sg-swiper.right-gradient {
        display: none;    
    } 
    
    .sg-swiper-button {
        top: 185px !important;
    }
    
    .swiper-button-prev.sg-swiper-button {
        left: 25px; /* Change color as needed */
    }
    
    .swiper-button-next.sg-swiper-button {
        right: 25px; /* Change color as needed */
    }    
    
}

@media (min-width: 768px) {    
    .navbar_logo {
        width: 100px;
    }
    
    .sg-explain-image {
        max-width: 400px;
    }   
    
    .full-width-bg {
        height: 500px; /* Set the desired height */
    }      
    
    .sg-swiper-image-wrapper {
       height: 400px;
       width: 400px;
       background-size: cover; 
       background-position: center; 
       background-repeat: no-repeat;       
       background-color: #fff;
       border-radius: 35px 35px;
       text-align: center;
       justify-content: center;
       display: flex;
       /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);*/
       align-items: flex-end;
       margin: 15px 0px 15px 0px;
    }
    
    .sg-swiper-image {
       width: 325px; 
    }    

    .sg-swiper.left-gradient, .sg-swiper.right-gradient {
        display: none;    
    }
    
    .sg-swiper-button {
        top: 230px !important;
    }
    
    .swiper-button-prev.sg-swiper-button {
        left: 35px; /* Change color as needed */
    }
    
    .swiper-button-next.sg-swiper-button {
        right: 35px; /* Change color as needed */
    }    
   
}

@media (min-width: 1024px) {
    
    
    .full-width-bg-sg {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/sg-skyline@2x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/sg-skyline@2x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
     
    }
    
    .full-width-bg-academy {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/academy-class@2x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/academy-class@2x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
    }
    .full-width-bg-window {
        height: 250px; /* Set the desired height */
        width: 100%; /* Full width */
        background-image: url('../images/window-trading@2x.jpg'); /* Add your background image */
        background: rgba(0, 0, 0, 0.35) url('../images/window-trading@2x.jpg') no-repeat center center;        
        background-blend-mode: overlay;
        background-size: cover; /* Ensures the image covers the entire section */
        background-position: center; /* Centers the background image */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        display: flex; /* Optional: Use flexbox to center content */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        color: white; /* Adjust text color to ensure readability */
        text-align: center; /* Centers text within the div */      
        
         /* Create the parallax effect by fixing the background in place */
        background-attachment: fixed;
         min-height: 80vh;
    }  
        

    .navbar_linkbutton, .footer_linkbutton {
        font-size: 15px;
        cursor: pointer;        
    }  
    
    .navbar_linkbutton_dropdown, .footer_linkbutton_dropdown {
        margin-bottom: 1px;
    }

    .navbar_region_dropdown span, .footer_region_dropdown span {
        font-size: 15px;
    }        
    
    .navbar_wrapper, .footer_wrapper {
        padding: 0px 15px 0px 15px;    
    }

    .navbar_button_cta, .footer_button_cta {
        font-size: 15px; 
        z-index: 11;
        min-width: 120px;
    }    

    .navbar_region_dropdown, .footer_region_dropdown {
        position: relative;        
        display: flex;
        align-items: center;
        /*background-color: #222;*/
        padding: 8px 12px;
        border-radius: 5px;
        cursor: pointer;
        width: auto;
        height: auto;
    }
    .navbar_region_dropdown .navbar_icon_flag, .footer_region_dropdown .footer_icon_flag {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    
    .navbar_region_dropdown .navbar_icon_arrow, .footer_region_dropdown .footer_icon_arrow {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }

    .navbar_region_dropdown_outer_modal, .footer_region_dropdown_outer_modal {
      position: absolute;
      z-index: 10;
      top: 35px; /* Below the button */
      left: -8px;
      width: 290px; 
      display: none;
      padding-top: 20px;
      height: auto;      
    }
    
    .navbar_region_dropdown_inner_modal, .footer_region_dropdown_inner_modal {
      background-color: #2F2F2F;
      border-radius: 12px;
      padding: 10px 10px;
      width: 290px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      height: auto;
    }
    
    .navbar_region_dropdown_inner_modal::before, .footer_region_dropdown_inner_modal::before {
      content: '';
      position: absolute;
      top: 10px; /* Position the arrow above the dropdown */
      left: 20px; /* Adjust the left value to position the arrow horizontally */
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2F2F2F; /* Match this color to the dropdown background */
    }
    
    .navbar_region_dropdown_modal_item, .footer_region_dropdown_modal_item {
      display: flex;
      align-items: center;
      padding: 15px 20px;
      transition: background 0.3s;
      border-radius: 6px;
      margin-bottom: 5px;
    }
    
    .navbar_region_dropdown_modal_item:last-child, .footer_region_dropdown_modal_item:last-child {
      margin-bottom: 0px;
    }
    
    
    .navbar_region_dropdown_modal_item:hover, .navbar_region_dropdown_modal_item.active:hover, .footer_region_dropdown_modal_item:hover, .footer_region_dropdown_modal_item.active:hover {
      background-color: #3C3C3C;
    }
    
    .navbar_region_dropdown_modal_item.active, .footer_region_dropdown_modal_item.active {
        background-color: #3C3C3C;
        /*cursor: default;*/
    } 

    .navbar_region_dropdown_modal_item_icon, .footer_region_dropdown_modal_item_icon {
      margin-right: 12px;
      width: 20px;
      height: 20px;  
    }
    
    .navbar_region_dropdown_modal_item_icon.lastchild, .footer_region_dropdown_modal_item_icon.lastchild {
      margin-right: 0px;
      margin-left: auto;
      width: 18px;
      height: 18px;      
    }    
    
    .navbar_region_dropdown_modal_item_text, .footer_region_dropdown_modal_item_text {
          margin: 0;
                  line-height: normal;
    }        
    
    .navbar_region_dropdown_modal_item_text span, .footer_region_dropdown_modal_item_text span {
      font-size: 15px;
          margin: 0;
                  line-height: normal;
    }    
    
    .navbar_region_dropdown_modal_item_text p, .footer_region_dropdown_modal_item_text p  {
      margin: 0;
      font-size: 12px;
      color: #989898;
          margin: 0;
                  line-height: normal;
    }      
}

@media (min-width: 1280px) {    
    .navbar_logo {
        width: 132px;
    }

    .navbar_linkbutton, .footer_linkbutton {
        font-size: 17px;
        cursor: pointer;        
    }
    
    .navbar_linkbutton_dropdown, .footer_linkbutton_dropdown {
        margin-bottom: 0px;       
    }
    
    .navbar_region_dropdown span, .footer_region_dropdown span {
        font-size: 17px;
    }    
    
    .navbar_wrapper, .footer_wrapper {
        padding: 0px 24px 0px 24px;    
    }    
    
    .navbar_button_cta, .footer_button_cta {
        font-size: 17px; 
        z-index: 11;    
        text-align: center;        
    }
    
    .navbar_region_dropdown, .footer_region_dropdown {
        position: relative;
        display: flex;
        align-items: center;
        /*background-color: #222;*/
        padding: 10px 15px;
        border-radius: 5px;
        cursor: pointer;
    }
    .navbar_region_dropdown .navbar_icon_flag, .footer_region_dropdown .footer_icon_flag {
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
    
    .navbar_region_dropdown .navbar_icon_arrow, .footer_region_dropdown .footer_icon_arrow {
        width: 20px;
        height: 20px;
        margin-left: 4px;
    }  
    
    .navbar_region_dropdown_outer_modal.block, .footer_region_dropdown_outer_modal.block {
        display: block !important;
    }    
    
    .navbar_region_dropdown_outer_modal, .footer_region_dropdown_outer_modal {
      position: absolute;
      z-index: 10;
      top: 40px; /* Below the button */
      left: -3px;
      width: 320px; 
      display: none;
      padding-top: 20px;
    }
    
    .navbar_region_dropdown_inner_modal, .footer_region_dropdown_inner_modal {
      background-color: #2F2F2F;
      border-radius: 12px;
      padding: 10px 10px;
      width: 320px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .navbar_region_dropdown_inner_modal::before, .footer_region_dropdown_inner_modal::before {
      content: '';
      position: absolute;
      top: 10px; /* Position the arrow above the dropdown */
      left: 20px; /* Adjust the left value to position the arrow horizontally */
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #2F2F2F; /* Match this color to the dropdown background */
    }
    
    .navbar_region_dropdown_modal_item, .footer_region_dropdown_modal_item {
      display: flex;
      align-items: center;
      padding: 15px 20px;
      transition: background 0.3s;
      border-radius: 6px;
      margin-bottom: 5px;
    }
    
    .navbar_region_dropdown_modal_item:last-child, .footer_region_dropdown_modal_item:last-child {
      margin-bottom: 0px;
    }
    
    
    .navbar_region_dropdown_modal_item:hover, .navbar_region_dropdown_modal_item.active:hover, .footer_region_dropdown_modal_item:hover, .footer_region_dropdown_modal_item.active:hover {
      background-color: #3C3C3C;
    }
    
    .navbar_region_dropdown_modal_item.active, .footer_region_dropdown_modal_item.active {
        background-color: #3C3C3C;
        cursor: default;
    } 
    
    .navbar_region_dropdown_modal_item_icon, .footer_region_dropdown_modal_item_icon {
      margin-right: 15px;
      width: 24px;
      height: 24px;  
    }
    
    .navbar_region_dropdown_modal_item_icon.lastchild, .footer_region_dropdown_modal_item_icon.lastchild {
      margin-right: 0px;
      margin-left: auto;
      width: 20px;
      height: 20px;      
    }     

    
   .navbar_region_dropdown_modal_item_text, .footer_region_dropdown_modal_item_text {
          margin: 0;
                  line-height: normal;
    }     

   .navbar_region_dropdown_modal_item_text span, .footer_region_dropdown_modal_item_text span {
      font-size: 17px;
        margin: 0;
                line-height: normal;
    }     
    
    .navbar_region_dropdown_modal_item_text p, .footer_region_dropdown_modal_item_text p {
      margin: 0;
      font-size: 14px;
      color: #989898;
          margin: 0;
                  line-height: normal;
    }    
    
    .sg-explain-image {
        max-width: 100%;
    }

    .sg-swiper-image-wrapper {
       height: 500px;
       width: 500px;
       background-size: cover; 
       background-position: center; 
       background-repeat: no-repeat;
       background-color: #fff;
       border-radius: 40px 40px;
       text-align: center;
       justify-content: center;
       display: flex;
       /*box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);*/
       align-items: flex-end;
       margin: 20px 0px 20px 0px;
    }
    
    .sg-swiper-image {
       width: 400px; 
    }    
    
    
    .sg-swiper.left-gradient, .sg-swiper.right-gradient {
        width: 150px; /* Width of the gradient overlay on the right */  
        display: block;    
    }
    
    .sg-swiper-button {
        top: 270px !important;
    }
    
    .swiper-button-prev.sg-swiper-button {
        left: 50px; /* Change color as needed */
    }
    
    .swiper-button-next.sg-swiper-button {
        right: 50px; /* Change color as needed */
    }
        
    /* CSS */
    .full-width-bg {
        height: 720px; /* Set the desired height */
    }    
}

.footer_divider {
    border-color: #555555;
}

.stickybtn_visible {
    opacity: 1 !important; /* Show the div */
  display: block !important;
}

.stickybtn {
  opacity: 0;
  transition: opacity 0.5s ease; /* Smooth fade in/out effect */
  display: none;
}

.tw-swiper-wrapper .tw-swiper-image-wrapper {
    width: 600px;
    background-color: transparent;
    background-size: contain;
    border-radius: 0 !important;
}

.swiper-slide.sg-swiper-bitcheck-slide {
  height: auto !important;
}

.sg-swiper-bitcheck-pagination .swiper-pagination {
  position: relative !important;
  margin-top: 30px;
}

.swiper-slide.sg-swiper-bitcheck-slide {
  opacity: 0.3; /* Default opacity for inactive slides */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.swiper-slide-active.sg-swiper-bitcheck-slide {
  opacity: 1; /* Fully visible active slide */
}

.sg-swiper-bitcheck-pagination .swiper-pagination-bullet {
  background: #000 !important;
}

.sg-swiper-bitcheck-pagination .swiper-pagination-bullet-active {
   background: rgb(1 132 255 / var(--tw-bg-opacity)) !important;
}

.swiper-wrapper .sg-swiper-bitcheck {
    position: relative;
}

.swiper-pagination-bullet-active.sg-swiper-bitcheck-slide {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(1 132 255 / var(--tw-bg-opacity)) !important;
}

.swiper-button-prev.sg-swiper-button,
.swiper-button-next.sg-swiper-button {
    color: #000; /* Change color as needed */
}

/* Gradient overlays */
.sg-swiper.fade-overlay {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    pointer-events: none; /* Make sure it doesn't interfere with swiper navigation */
}

.sg-swiper.left-gradient {
    left: 0;
    background: linear-gradient(to right, #F3F4F8, transparent);
}

.sg-swiper.right-gradient {
    right: 0;
    background: linear-gradient(to left, #F3F4F8, transparent);
}

.text strong {
  font-size: 18px;
}

/* Show dropdown on hover */
.region-select:hover .dropdown {
  display: block;
}

/* Dropdown hides if it overflows the page */
@media (max-height: 600px) {
  .dropdown {
    overflow-y: auto;
    max-height: 200px;
  }
}

/*.tooltip_s:hover .tooltip_s_text {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*}*/
/* Footer-specific grid layout */
.footer-grid {
    display: grid;
    /*grid-template-columns: repeat(4, 1fr);*/
    max-width: 6xl;
    margin: auto;
    margin-top: 16px;
    font-size: small;
}

/* Ensure footer links are aligned and don't take up full width */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    align-items: center;
}

.footer-link {
    white-space: nowrap; /* Ensure the links don't break to multiple lines */
    padding: 0; /* Remove padding so they don't take full width */
}

.footer-separator {
    padding: 0 0.25rem;
    color: #555 !important;
}



/* Adjust layout for small screens */
@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr; /* Single-column layout on small screens */
        gap: 0.5rem;
    }

    .footer-col-info, .footer-col-download {
        grid-column: 1 / span 1; /* Each section takes full width */
    }

    .footer-links {
        flex-direction: row; /* Horizontal layout for links */
        flex-wrap: wrap; /* Wrap links if necessary */
        margin-top: 32px;
    }
    
    .footer-download-title {
        margin-top: 30px;
    }    

    .footer-download-buttons {
        flex-direction: row; /* Stack download buttons vertically */
        align-items: flex-start;
    }
}

/* For larger screens */
@media (min-width: 1024px) {
    .footer-grid {
        /*grid-template-columns: repeat(4, 1fr);*/
        column-gap: 4.5rem;
    }

    .footer-col-info {
        grid-column: span 2;
    }

    .footer-download-buttons {
        flex-direction: row; /* Keep download buttons aligned horizontally */
    }
    .footer-download-button {
        min-width: 122px;
        min-height: 40px;
        vertical-align: middle;
    }  
    
    .footer-download-button img {
        min-width: 120px;
        min-height: 38px;
    }      
}

.license-image-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.license-image-emblem {
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 50px;
    height: 50px;
}

.sg-bitchech-slider-flex-container {
    flex-direction: column !important;
    display: flex;
    align-items: center; /* Optional *//
    padding: 20px; /* Padding for the container */
}

.sg-bitchech-slider-flex-item {
    flex: 0 1 auto; /* Allow the item to shrink but not grow */
    width: auto;
    white-space: normal; /* Allow text to wrap */
    overflow-wrap: break-word; /* Break long words if needed */
    margin-right: 10px; /* Space between h2 and other elements */
    margin-left: 10px; /* Space between h2 and other elements */    
}

.sg-bitchech-slider-text-center-wrapper {
    flex-direction: column !important;
    display: inline-block; /* Allow it to only take the necessary width */
    text-align: center; /* Center the text */
}

.sg-bitchech-slider-icon {
    width: 25px;
    height: 25px;
    margin-bottom: 3px;
}

@media (min-width: 1024px) {
    .sg-bitchech-slider-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 5px;
    }     
}
