@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@400;600&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 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::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

:root,
[data-theme]{
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  color: hsla(var(--bc) / var(--tw-text-opacity, 1));
}

html{
  -webkit-tap-highlight-color: transparent;
}

input{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

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

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

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

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

.alert{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  padding: 1rem;
  border-radius: var(--rounded-box, 1rem);
}

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

@media (min-width: 768px){
  .alert{
    flex-direction: row;
  }

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

.alert > :where(*){
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.avatar.placeholder > div{
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.btn-disabled,
  .btn[disabled]{
  pointer-events: none;
}

.btn.loading,
    .btn.loading:hover{
  pointer-events: none;
}

.btn.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  .btn.loading:before{
    animation: spin 10s linear infinite;
  }
}

@keyframes spin{
  from{
    transform: rotate(0deg);
  }

  to{
    transform: rotate(360deg);
  }
}

.btn-group > input[type="radio"].btn{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].btn:before{
  content: attr(data-title);
}

.card{
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}

.card:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card figure{
  display: flex;
  align-items: center;
  justify-content: center;
}

.card.image-full{
  display: grid;
}

.card.image-full:before{
  position: relative;
  content: "";
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  opacity: 0.75;
  border-radius: var(--rounded-box, 1rem);
}

.card.image-full:before,
    .card.image-full > *{
  grid-column-start: 1;
  grid-row-start: 1;
}

.card.image-full > figure img{
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card.image-full > .card-body{
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.checkbox{
  flex-shrink: 0;
  --chkbg: var(--bc);
  --chkfg: var(--b1);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  border-radius: var(--rounded-btn, 0.5rem);
}

:root .countdown{
  line-height: 1em;
}

.countdown{
  display: inline-flex;
}

.countdown > *{
  height: 1em;
  display: inline-block;
  overflow-y: hidden;
}

.countdown > *:before{
  position: relative;
  content: "00\A 01\A 02\A 03\A 04\A 05\A 06\A 07\A 08\A 09\A 10\A 11\A 12\A 13\A 14\A 15\A 16\A 17\A 18\A 19\A 20\A 21\A 22\A 23\A 24\A 25\A 26\A 27\A 28\A 29\A 30\A 31\A 32\A 33\A 34\A 35\A 36\A 37\A 38\A 39\A 40\A 41\A 42\A 43\A 44\A 45\A 46\A 47\A 48\A 49\A 50\A 51\A 52\A 53\A 54\A 55\A 56\A 57\A 58\A 59\A 60\A 61\A 62\A 63\A 64\A 65\A 66\A 67\A 68\A 69\A 70\A 71\A 72\A 73\A 74\A 75\A 76\A 77\A 78\A 79\A 80\A 81\A 82\A 83\A 84\A 85\A 86\A 87\A 88\A 89\A 90\A 91\A 92\A 93\A 94\A 95\A 96\A 97\A 98\A 99\A";
  white-space: pre;
  top: calc(var(--value) * -1em);
  text-align: center;
  transition: all 1s cubic-bezier(1, 0, 0, 1);
}

.drawer{
  display: grid;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  height: 100dvh;
}

.drawer.drawer-end{
  direction: rtl;
}

.drawer.drawer-end > *{
  direction: ltr;
}

.drawer.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-self: end;
}

.drawer.drawer-end > .drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:where(.drawer-toggle ~ .drawer-content){
  height: inherit;
}

.drawer-toggle{
  position: absolute;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.drawer-toggle ~ .drawer-content{
  z-index: 0;
  grid-column-start: 1;
  grid-row-start: 1;
  overflow-y: auto;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-toggle ~ .drawer-side{
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  max-height: 100vh;
  overflow-x: hidden;
}

.drawer-toggle ~ .drawer-side > .drawer-overlay{
  visibility: hidden;
  grid-column-start: 1;
  grid-row-start: 1;
  opacity: 0;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  z-index: 10;
  grid-column-start: 1;
  grid-row-start: 1;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-toggle:checked ~ .drawer-side{
  isolation: isolate;
  overflow-y: auto;
  overflow-x: hidden;
}

.drawer-toggle:checked ~ .drawer-side > .drawer-overlay{
  visibility: visible;
  opacity: 0.999999;
  --tw-bg-opacity: 0.4;
}

.drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[dir="rtl"] .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[dir="rtl"] .drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

[dir="rtl"] .drawer.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: -100%;
}

[dir="rtl"] .drawer.drawer-end > .drawer-toggle:checked ~ .drawer-side > .drawer-overlay + *{
  --tw-translate-x: 0px;
}

[dir="rtl"] .drawer.drawer-end > .drawer-toggle:checked ~ .drawer-content{
  --tw-translate-x: 0.5rem;
}

@media (min-width: 1024px){
  .drawer-mobile{
    grid-auto-columns: max-content auto;
  }

  .drawer-mobile > .drawer-toggle ~ .drawer-content{
    height: auto;
  }

  @media (min-width: 1024px){
    .drawer-mobile > .drawer-toggle ~ .drawer-content{
      grid-column-start: 2;
    }

    .drawer-mobile > .drawer-toggle ~ .drawer-side > .drawer-overlay{
      visibility: visible;
    }

    .drawer-mobile > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
      --tw-translate-x: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-content{
      grid-column-start: 1;
    }

    .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side{
      grid-column-start: 2;
    }

    .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay{
      visibility: visible;
    }

    .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + *{
      --tw-translate-x: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }

  .drawer-mobile > .drawer-toggle ~ .drawer-side{
    overflow-y: auto;
  }

  .drawer-mobile.drawer-end{
    grid-auto-columns: auto max-content;
    direction: ltr;
  }

  .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-content{
    height: auto;
  }

  .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side{
    overflow-y: auto;
  }

  .drawer-mobile > .drawer-toggle:checked ~ .drawer-content{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.footer{
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer > *{
  display: grid;
  place-items: start;
  gap: 0.5rem;
}

@media (min-width: 48rem){
  .footer{
    grid-auto-flow: column;
  }

  .footer-center{
    grid-auto-flow: row dense;
  }
}

.form-control{
  display: flex;
  flex-direction: column;
}

.label{
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.input{
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}

.input-group{
  display: flex;
  width: 100%;
  align-items: stretch;
}

.input-group > .input{
  isolation: isolate;
}

.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select{
  border-radius: 0px;
}

.input-group :where(span){
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.input-group > :first-child{
  border-top-left-radius: var(--rounded-btn, 0.5rem);
  border-top-right-radius: 0;
  border-bottom-left-radius: var(--rounded-btn, 0.5rem);
  border-bottom-right-radius: 0;
}

.input-group > :last-child{
  border-top-left-radius: 0;
  border-top-right-radius: var(--rounded-btn, 0.5rem);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: var(--rounded-btn, 0.5rem);
}

.link{
  cursor: pointer;
  text-decoration-line: underline;
}

.menu{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.menu.horizontal{
  display: inline-flex;
  flex-direction: row;
}

.menu.horizontal :where(li){
  flex-direction: row;
}

:where(.menu li){
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}

.menu :where(li:not(.menu-title)) > :where(*:not(ul)){
  display: flex;
}

.menu :where(li:not(.disabled):not(.menu-title)) > :where(*:not(ul)){
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu > :where(li > *:not(ul):focus){
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.menu > :where(li.disabled > *:not(ul):focus){
  cursor: auto;
}

.menu > :where(li) :where(ul){
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.menu > :where(li) > :where(ul){
  position: absolute;
  display: none;
  top: initial;
  left: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:hover) > :where(ul){
  display: flex;
}

.menu > :where(li:focus) > :where(ul){
  display: flex;
}

.modal{
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
  overscroll-behavior: contain;
}

:where(.modal){
  align-items: center;
}

.modal-box{
  max-height: calc(100vh - 5em);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  overscroll-behavior: contain;
}

.modal-open,
.modal:target,
.modal-toggle:checked + .modal{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.modal-toggle{
  position: fixed;
  height: 0px;
  width: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}

.select{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  font-weight: 600;
  border-radius: var(--rounded-btn, 0.5rem);
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}

.select[multiple]{
  height: auto;
}

.tabs{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.tab{
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsla(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: var(--tab-padding, 1rem);
  padding-right: var(--tab-padding, 1rem);
}

.btn-outline.btn-primary .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-outline.btn-primary .badge-outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover .badge{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pc) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover .badge.outline{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btm-nav>*.disabled,
    .btm-nav>*.disabled:hover,
    .btm-nav>*[disabled],
    .btm-nav>*[disabled]:hover{
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.btm-nav>* .label{
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn:active:hover,
  .btn:active:focus{
  animation: none;
}

.btn:not(.no-animation):active:hover,
  .btn:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

.btn:hover,
    .btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

.btn:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.btn-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-primary:hover,
    .btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
}

.btn-primary:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn.glass:hover,
    .btn.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.btn.glass:focus-visible{
  outline: 2px solid currentColor;
}

.btn-outline.btn-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--p) / var(--tw-text-opacity));
}

.btn-outline.btn-primary:hover,
      .btn-outline.btn-primary.btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--pf, var(--p)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-disabled,
  .btn-disabled:hover,
  .btn[disabled],
  .btn[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.btn.loading.btn-square:before,
    .btn.loading.btn-circle:before{
  margin-right: 0px;
}

.btn.loading.btn-xl:before,
    .btn.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

.btn.loading.btn-sm:before,
    .btn.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked.btn,
  .btn-group > .btn-active{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible{
  outline: 2px solid hsl(var(--p));
}

@keyframes button-pop{
  0%{
    transform: scale(var(--btn-focus-scale, 0.95));
  }

  40%{
    transform: scale(1.02);
  }

  100%{
    transform: scale(1);
  }
}

.card :where(figure:first-child){
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}

.card :where(figure:last-child){
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}

.card:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.card.bordered{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}

.card.compact .card-body{
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.card.image-full :where(figure){
  overflow: hidden;
  border-radius: inherit;
}

.checkbox:focus-visible{
  outline: 2px solid hsl(var(--bc));
  outline-offset: 2px;
}

.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out;
  background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%), linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%), linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%), linear-gradient(45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 30.99%, hsl(var(--chkfg)) 40%, transparent 40.99%), linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}

.checkbox:indeterminate{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out;
  background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%), linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%), linear-gradient(0deg, hsl(var(--chkbg)) 43%, hsl(var(--chkfg)) 43%, hsl(var(--chkfg)) 57%, hsl(var(--chkbg)) 57%);
}

.checkbox:disabled{
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  opacity: 0.2;
}

@keyframes checkmark{
  0%{
    background-position-y: 5px;
  }

  50%{
    background-position-y: -2px;
  }

  100%{
    background-position-y: 0;
  }
}

[dir="rtl"] .checkbox:checked,
    [dir="rtl"] .checkbox[checked="true"],
    [dir="rtl"] .checkbox[aria-checked="true"]{
  background-image: linear-gradient(45deg, transparent 65%, hsl(var(--chkbg)) 65.99%), linear-gradient(-45deg, transparent 75%, hsl(var(--chkbg)) 75.99%), linear-gradient(45deg, hsl(var(--chkbg)) 40%, transparent 40.99%), linear-gradient(-45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 30.99%, hsl(var(--chkfg)) 40%, transparent 40.99%), linear-gradient(45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%);
}

.drawer.drawer-end > .drawer-toggle:checked ~ .drawer-content{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer-toggle:checked ~ .drawer-content{
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-primary{
  outline: 2px solid hsl(var(--p));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-secondary{
  outline: 2px solid hsl(var(--s));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-accent{
  outline: 2px solid hsl(var(--a));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-info{
  outline: 2px solid hsl(var(--in));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-success{
  outline: 2px solid hsl(var(--su));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-warning{
  outline: 2px solid hsl(var(--wa));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-error{
  outline: 2px solid hsl(var(--er));
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.glass{
  outline: 2px solid currentColor;
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-ghost{
  outline: 2px solid currentColor;
}

.drawer-toggle:focus-visible ~ .drawer-content .drawer-button.btn-link{
  outline: 2px solid currentColor;
}

.label-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}

.label a:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}

.input[list]::-webkit-calendar-picker-indicator{
  line-height: 1em;
}

.input:focus{
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}

.input-disabled,
  .input[disabled]{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.input-disabled::placeholder,
  .input[disabled]::placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.link:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.link:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.menu.horizontal > li.bordered > a,
        .menu.horizontal > li.bordered > button,
        .menu.horizontal > li.bordered > span{
  border-left-width: 0px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu[class*=" px-"]:not(.menu[class*=" px-0"]) li > *,
  .menu[class^="px-"]:not(.menu[class^="px-0"]) li > *,
  .menu[class*=" p-"]:not(.menu[class*=" p-0"]) li > *,
  .menu[class^="p-"]:not(.menu[class^="p-0"]) li > *{
  border-radius: var(--rounded-btn, 0.5rem);
}

.menu :where(li.bordered > *){
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu :where(li) > :where(*:not(ul)){
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: currentColor;
}

.menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):focus),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):hover){
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.menu :where(li:not(.menu-title):not(:empty)) > :where(:not(ul).active),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):active){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.menu :where(li:empty){
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1px;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}

.menu li.disabled > *{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.menu li.disabled > *:hover{
  background-color: transparent;
}

.menu li.hover-bordered a{
  border-left-width: 4px;
  border-color: transparent;
}

.menu li.hover-bordered a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
}

.menu.compact li > a,
      .menu.compact li > span{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.menu .menu-title{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  opacity: 0.4;
}

.menu .menu-title > *{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.menu :where(li:not(.disabled)) > :where(*:not(ul)){
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu > :where(li:first-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li:first-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li:last-child){
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:last-child) > :where(:not(ul)){
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:first-child:last-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li:first-child:last-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) :where(li){
  width: 100%;
  white-space: nowrap;
}

.menu > :where(li) > :where(ul) :where(li) :where(ul){
  padding-left: 1rem;
}

.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)){
  width: 100%;
  white-space: nowrap;
}

.menu > :where(li) > :where(ul) > :where(li:first-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:first-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

.menu > :where(li) > :where(ul) > :where(li:last-child){
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) > :where(li:last-child) > :where(:not(ul)){
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) > :where(li:first-child:last-child){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.menu > :where(li) > :where(ul) > :where(li:first-child:last-child) > :where(:not(ul)){
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.mockup-phone .display{
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}

.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box{
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes progress-loading{
  50%{
    left: 107%;
  }
}

@keyframes radiomark{
  0%{
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

  50%{
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset;
  }

  100%{
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}

@keyframes rating-pop{
  0%{
    transform: translateY(-0.125em);
  }

  40%{
    transform: translateY(-0.125em);
  }

  100%{
    transform: translateY(0);
  }
}

.select:focus{
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}

.select-disabled,
  .select[disabled]{
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}

.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.select-disabled::placeholder,
  .select[disabled]::placeholder{
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]){
  background-image: none;
  padding-right: 1rem;
}

[dir="rtl"] .select{
  background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
}

.tab:hover{
  --tw-text-opacity: 1;
}

.tab.tab-active:not(.tab-disabled):not([disabled]){
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}

.tab:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tab:focus-visible{
  outline: 2px solid currentColor;
  outline-offset: -3px;
}

.tab:focus-visible.tab-lifted{
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}

.tab-disabled,
  .tab-disabled:hover,
  .tab[disabled],
  .tab[disabled]:hover{
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]){
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-left-color: var(--tab-border-color);
  border-right-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-left: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-right: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]):before,
    .tab-lifted.tab-active:not(.tab-disabled):not([disabled]):after{
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: var(--tab-radius, 0.5rem);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  --tab-grad: calc(68% - var(--tab-border, 1px));
  --tab-corner-bg: radial-gradient(circle at var(--circle-pos), transparent var(--tab-grad), var(--tab-border-color) calc(var(--tab-grad) + 0.3px), var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)), var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.3px));
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]):before{
  left: calc(var(--tab-radius, 0.5rem) * -1);
  --circle-pos: top left;
  background-image: var(--tab-corner-bg);
}

[dir="rtl"] .tab-lifted.tab-active:not(.tab-disabled):not([disabled]):before{
  --circle-pos: top right;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]):after{
  right: calc(var(--tab-radius, 0.5rem) * -1);
  --circle-pos: top right;
  background-image: var(--tab-corner-bg);
}

[dir="rtl"] .tab-lifted.tab-active:not(.tab-disabled):not([disabled]):after{
  --circle-pos: top left;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]):first-child:before{
  background: none;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]):last-child:after{
  background: none;
}

.tab-lifted.tab-active:not(.tab-disabled):not([disabled]) + .tab-lifted.tab-active:not(.tab-disabled):not([disabled]):before{
  background: none;
}

.tabs-boxed .tab{
  border-radius: var(--rounded-btn, 0.5rem);
}

.tabs-boxed .tab-active:not(.tab-disabled):not([disabled]){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.tabs-boxed .tab-active:not(.tab-disabled):not([disabled]):hover{
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

@keyframes toast-pop{
  0%{
    transform: scale(0.9);
    opacity: 0;
  }

  100%{
    transform: scale(1);
    opacity: 1;
  }
}

:root .prose{
  --tw-prose-body: hsla(var(--bc)/.8);
  --tw-prose-headings: hsl(var(--bc));
  --tw-prose-lead: hsl(var(--bc));
  --tw-prose-links: hsl(var(--bc));
  --tw-prose-bold: hsl(var(--bc));
  --tw-prose-counters: hsl(var(--bc));
  --tw-prose-bullets: hsla(var(--bc)/.5);
  --tw-prose-hr: hsla(var(--bc)/.2);
  --tw-prose-quotes: hsl(var(--bc));
  --tw-prose-quote-borders: hsla(var(--bc)/.2);
  --tw-prose-captions: hsla(var(--bc)/.5);
  --tw-prose-code: hsl(var(--bc));
  --tw-prose-pre-code: hsl(var(--nc));
  --tw-prose-pre-bg: hsl(var(--n));
  --tw-prose-th-borders: hsla(var(--bc)/.5);
  --tw-prose-td-borders: hsla(var(--bc)/.2);
}

.prose :where(code):not(:where([class~="not-prose"] *)){
  padding: 2px 8px;
  border-radius: var(--rounded-badge);
}

.prose code:after, 
  .prose code:before{
  content: none;
}

.prose pre code{
  border-radius: 0;
  padding: 0;
}

.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)){
  border-bottom-color: hsl(var(--bc) / 20%);
}

.artboard.phone{
  width: 320px;
}

.btn-sm{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-height: 2rem;
  font-size: 0.875rem;
}

.btn-square:where(.btn-sm){
  height: 2rem;
  width: 2rem;
  padding: 0px;
}

.btn-circle:where(.btn-sm){
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}

.input-sm{
  height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 2rem;
}

.avatar.offline:before{
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  box-shadow: 0 0 0 2px hsl(var(--b1));
}

.btn-group .btn:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group .btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group .btn:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .btn:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal .btn:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal .btn:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .btn:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical .btn:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.modal-bottom :where(.modal-box){
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.modal-middle :where(.modal-box){
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
}

.block,
  .node{
  margin-bottom: 1rem;
}

[id$="-local-tasks"] ul{
  list-style-position: inside;
  list-style-type: disc;
}

.visible{
  visibility: visible;
}

.relative{
  position: relative;
}

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

.h-10{
  height: 2.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-6{
  height: 1.5rem;
}

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

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

.w-10{
  width: 2.5rem;
}

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

.w-6{
  width: 1.5rem;
}

.w-full{
  width: 100%;
}

.\!min-w-0{
  min-width: 0px !important;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

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

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-pointer{
  cursor: pointer;
}

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

.\!flex-col{
  flex-direction: column !important;
}

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

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

.place-content-end{
  place-content: end;
}

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

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

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

.justify-items-end{
  justify-items: end;
}

.gap-2{
  gap: 0.5rem;
}

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

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

.justify-self-end{
  justify-self: end;
}

.overflow-hidden{
  overflow: hidden;
}

.\!rounded-none{
  border-radius: 0px !important;
}

.rounded-none{
  border-radius: 0px;
}

.border{
  border-width: 1px;
}

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

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

.border-ae-dark-blue{
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity));
}

.border-ae-dark-red{
  --tw-border-opacity: 1;
  border-color: rgb(170 18 17 / var(--tw-border-opacity));
}

.border-ae-red{
  --tw-border-opacity: 1;
  border-color: rgb(228 24 25 / var(--tw-border-opacity));
}

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

.border-b-ae-blue{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(35 52 70 / var(--tw-border-opacity));
}

.bg-ae-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
}

.bg-ae-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

.bg-ae-dark-red{
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
}

.bg-ae-red{
  --tw-bg-opacity: 1;
  background-color: rgb(228 24 25 / var(--tw-bg-opacity));
}

.bg-ae-sky-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
}

.bg-ae-sky-red{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

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

.stroke-current{
  stroke: currentColor;
}

.stroke-info{
  stroke: hsl(var(--in));
}

.p-0{
  padding: 0px;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

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

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

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

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

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

.\!text-left{
  text-align: left !important;
}

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

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

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

.font-encode-sans-condensed{
  font-family: Encode Sans Condensed, sans-serif;
}

.font-tinos{
  font-family: Tinos, serif;
}

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.text-ae-blue{
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

.text-ae-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.text-ae-dark-red{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.text-ae-red{
  --tw-text-opacity: 1;
  color: rgb(228 24 25 / var(--tw-text-opacity));
}

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

.opacity-70{
  opacity: 0.7;
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.light-block{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

.light-block .fb-epigraph{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.light-block .fb-title{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.light-block .fb-body{
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.light-block .fb-link{
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: block;
  width: 100%;
  text-align: right;
}

.light-block .fb-link a{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark-block{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 254 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
  padding: 1rem;
}

.dark-block .fb-epigraph{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(228 24 25 / var(--tw-text-opacity));
}

.dark-block .fb-title{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(246 254 254 / var(--tw-text-opacity));
}

.dark-block .fb-body{
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(246 254 254 / var(--tw-text-opacity));
}

.dark-block .fb-link{
  margin-bottom: 1rem;
  margin-top: 2rem;
  display: block;
  width: 100%;
  text-align: right;
}

.dark-block .fb-link a{
  margin-top: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ae9-inline-region{
  align-items: center;
}

.dotted-pattern {
  background: white;
  background-image: radial-gradient(#eeeeee 1px, transparent 0);
  background-size: 2px 2px;
  background-position: -1px -1px;
}

#block-imagenprincipal{
  margin-left: auto;
  margin-right: auto;
}

#pre-header>div{
  margin-left: auto;
  margin-right: auto;
}

#block-views-block-taxonomy-page-block-3>div>div>.views-row{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #block-views-block-taxonomy-page-block-3>div>div>.views-row{
    flex-direction: row;
  }
}

#block-views-block-taxonomy-page-block-3 .views-field-field-image{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-taxonomy-page-block-3 .views-field-field-image{
    width: 33.333333%;
  }
}

#block-views-block-taxonomy-page-block-3 .views-field-field-image img{
  height: auto;
  width: 100%;
}

#block-views-block-taxonomy-page-block-3 .views-field-nothing{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-taxonomy-page-block-3 .views-field-nothing{
    width: 66.666667%;
  }
}

#block-views-block-taxonomy-page-block-3 .views-field-nothing .side-article{
  padding: 0px;
}

@media (min-width: 768px){
  #block-views-block-taxonomy-page-block-3 .views-field-nothing .side-article{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#block-views-block-taxonomy-page-block-3 .views-field-nothing .side-article a{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  #block-views-block-taxonomy-page-block-3 .views-field-nothing .side-article a{
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}

#block-views-block-taxonomy-page-block-3 .views-field-nothing .side-article p{
  letter-spacing: -0.025em;
}

#block-views-block-taxonomy-page-block-2>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-taxonomy-page-block-3>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-taxonomy-page-block-2 .views-field-counter{
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-family: Tinos, serif;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-views-block-taxonomy-page-block-2 .views-field-counter.site-logo img{
  height: 4rem;
  width: auto;
}

#block-views-block-taxonomy-page-block-2 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
}

#block-views-block-taxonomy-page-block-2 .views-field-title{
  margin-bottom: 1rem;
  display: inline;
}

#block-views-block-taxonomy-page-block-1 .views-field-title{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#block-views-block-taxonomy-page-block-1 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

/* #block-bloquelibre2 > div > div > div:nth-child(1) {
	@apply float-left mr-4 mb-4;
	
} */

.ae9-block-title em{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(228 24 25 / var(--tw-text-opacity));
}

.ae9-desktop-only{
  display: none;
}

@media (min-width: 768px){
  .ae9-desktop-only{
    margin-bottom: 1rem;
    display: block;
  }
}

.ae9-mobile-only{
  margin-bottom: 1rem;
  display: block;
}

@media (min-width: 768px){
  .ae9-mobile-only{
    display: none;
  }
}

#block-views-block-rankingshome-block-3>div>div>.views-row{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #block-views-block-rankingshome-block-3>div>div>.views-row{
    flex-direction: row;
  }
}

#block-views-block-rankingshome-block-3 .views-field-field-image{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-rankingshome-block-3 .views-field-field-image{
    width: 33.333333%;
  }
}

#block-views-block-rankingshome-block-3 .views-field-field-image img{
  height: auto;
  width: 100%;
}

#block-views-block-rankingshome-block-3 .views-field-nothing{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-rankingshome-block-3 .views-field-nothing{
    width: 66.666667%;
  }
}

#block-views-block-rankingshome-block-3 .views-field-nothing .side-article{
  padding: 0px;
}

@media (min-width: 768px){
  #block-views-block-rankingshome-block-3 .views-field-nothing .side-article{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#block-views-block-rankingshome-block-3 .views-field-nothing .side-article a{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  #block-views-block-rankingshome-block-3 .views-field-nothing .side-article a{
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}

#block-views-block-rankingshome-block-3 .views-field-nothing .side-article p{
  letter-spacing: -0.025em;
}

#block-views-block-rankingshome-block-2>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-rankingshome-block-3>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-rankingshome-block-2 .views-field-counter{
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-family: Tinos, serif;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-views-block-rankingshome-block-2 .views-field-counter.site-logo img{
  height: 4rem;
  width: auto;
}

#block-views-block-rankingshome-block-2 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
}

#block-views-block-rankingshome-block-2 .views-field-title{
  margin-bottom: 1rem;
  display: inline;
}

#block-views-block-rankingshome-block-1 .views-field-title{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#block-views-block-rankingshome-block-1 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#block-views-block-mba-latino-2023-block-3>div>div>.views-row{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #block-views-block-mba-latino-2023-block-3>div>div>.views-row{
    flex-direction: row;
  }
}

#block-views-block-mba-latino-2023-block-3 .views-field-field-image{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-mba-latino-2023-block-3 .views-field-field-image{
    width: 33.333333%;
  }
}

#block-views-block-mba-latino-2023-block-3 .views-field-field-image img{
  height: auto;
  width: 100%;
}

#block-views-block-mba-latino-2023-block-3 .views-field-nothing{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-mba-latino-2023-block-3 .views-field-nothing{
    width: 66.666667%;
  }
}

#block-views-block-mba-latino-2023-block-3 .views-field-nothing .side-article{
  padding: 0px;
}

@media (min-width: 768px){
  #block-views-block-mba-latino-2023-block-3 .views-field-nothing .side-article{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#block-views-block-mba-latino-2023-block-3 .views-field-nothing .side-article a{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  #block-views-block-mba-latino-2023-block-3 .views-field-nothing .side-article a{
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}

#block-views-block-mba-latino-2023-block-3 .views-field-nothing .side-article p{
  letter-spacing: -0.025em;
}

#block-views-block-mba-latino-2023-block-2>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-mba-latino-2023-block-3>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-especial-block-3>div>div>.views-row,
#block-views-block-home-1-block-3>div>div>.views-row{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #block-views-block-especial-block-3>div>div>.views-row,
#block-views-block-home-1-block-3>div>div>.views-row{
    flex-direction: row;
  }
}

#block-views-block-especial-block-3 .views-field-field-image,
#block-views-block-home-1-block-3 .views-field-field-image{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-especial-block-3 .views-field-field-image,
#block-views-block-home-1-block-3 .views-field-field-image{
    width: 33.333333%;
  }
}

#block-views-block-especial-block-3 .views-field-field-image img,
#block-views-block-home-1-block-3 .views-field-field-image img{
  height: auto;
  width: 100%;
}

#block-views-block-especial-block-3 .views-field-nothing,
#block-views-block-home-1-block-3 .views-field-nothing{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-especial-block-3 .views-field-nothing,
#block-views-block-home-1-block-3 .views-field-nothing{
    width: 66.666667%;
  }
}

#block-views-block-especial-block-3 .views-field-nothing .side-article,
#block-views-block-home-1-block-3 .views-field-nothing .side-article{
  padding: 0px;
}

@media (min-width: 768px){
  #block-views-block-especial-block-3 .views-field-nothing .side-article,
#block-views-block-home-1-block-3 .views-field-nothing .side-article{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#block-views-block-especial-block-3 .views-field-nothing .side-article a,
#block-views-block-home-1-block-3 .views-field-nothing .side-article a{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  #block-views-block-especial-block-3 .views-field-nothing .side-article a,
#block-views-block-home-1-block-3 .views-field-nothing .side-article a{
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}

#block-views-block-especial-block-3 .views-field-nothing .side-article p,
#block-views-block-home-1-block-3 .views-field-nothing .side-article p{
  letter-spacing: -0.025em;
}

#block-views-block-home-1-block-2>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-especial-block-3>h2,
#block-views-block-home-1-block-3>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-home-1-block-2 .views-field-counter{
  margin-right: 0.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-family: Tinos, serif;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-views-block-home-1-block-2 .views-field-counter.site-logo img{
  height: 4rem;
  width: auto;
}

#block-views-block-home-1-block-2 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
}

#block-views-block-home-1-block-2 .views-field-title{
  margin-bottom: 1rem;
  display: inline;
}

#block-views-block-home-1-block-1 .views-field-title{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#block-views-block-home-1-block-1 .views-field-title a{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#node-body p:first-child::first-letter{
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  #node-body p:first-child::first-letter{
    font-size: 3.75rem;
    line-height: 1;
  }
}

#block-ae9-primary-local-tasks--2{
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 52 70 / var(--tw-border-opacity));
}

#block-ae9-primary-local-tasks--2>ul{
  display: flex;
  list-style-type: none;
  flex-direction: row;
}

#block-ae9-primary-local-tasks--2>ul a{
  margin-right: 1rem;
}

#block-ae9-primary-local-tasks{
  margin-bottom: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(35 52 70 / var(--tw-border-opacity));
}

#block-ae9-primary-local-tasks>ul{
  display: flex;
  list-style-type: none;
  flex-direction: row;
}

#block-ae9-primary-local-tasks>ul a{
  margin-right: 1rem;
}

.views-field-field-subhead{
  letter-spacing: -0.025em;
}

#node-subhead p{
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

#node-subhead{
  margin-bottom: 1rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

#node-date{
  margin-top: 1rem;
  text-align: right;
}

#block-ae9-primary-local-tasks--2>ul{
  display: flex;
  flex-direction: row;
}

#block-ae9-primary-local-tasks--2>ul a{
  margin-right: 1rem;
}

#node-title span{
  margin-bottom: 1rem;
  font-family: Tinos, serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.025em;
}

.mr-2.site-logo img{
  height: 4rem;
  width: auto;
}

#top-menu-area>div{
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}

#menu-area>div{
  width: 100%;
}

#block-topmenu, #block-topmenueng, #block-landingback{
  display: flex;
  align-items: center;
}

#block-topmenu .menu, #block-topmenueng .menu, #block-landingback .menu{
  display: flex;
  flex-direction: row;
}

#block-topmenu .menu > :not([hidden]) ~ :not([hidden]), #block-topmenueng .menu > :not([hidden]) ~ :not([hidden]), #block-landingback .menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

#block-topmenu .menu, #block-topmenueng .menu, #block-landingback .menu{
  text-align: center;
}

@media (min-width: 768px){
  #block-topmenu .menu > :not([hidden]) ~ :not([hidden]), #block-topmenueng .menu > :not([hidden]) ~ :not([hidden]), #block-landingback .menu > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (min-width: 1024px){
  #block-topmenu .menu > :not([hidden]) ~ :not([hidden]), #block-topmenueng .menu > :not([hidden]) ~ :not([hidden]), #block-landingback .menu > :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)));
  }
}

#block-topmenu .menu a, #block-topmenueng .menu a, #block-landingback .menu a{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-topmenu .menu a:hover, #block-topmenueng .menu a:hover, #block-landingback .menu a:hover{
  text-decoration-line: underline;
}

@media (min-width: 1024px){
  #block-topmenu .menu a, #block-topmenueng .menu a, #block-landingback .menu a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

#block-ae9-main-menu,
#block-ae9-main-menu--2{
  text-align: center;
}

#block-ae9-main-menu .menu a,
#block-ae9-main-menu--2 .menu a{
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(246 254 254 / var(--tw-text-opacity));
}

#block-ae9-main-menu .menu a:hover,
#block-ae9-main-menu--2 .menu a:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-ae9-main-menu .menu,
#block-ae9-main-menu--2 .menu{
  display: inline-flex;
  flex-direction: row;
}

#block-ae9-main-menu .menu > :not([hidden]) ~ :not([hidden]),
#block-ae9-main-menu--2 .menu > :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)));
}

#block-ae9-main-menu .menu,
#block-ae9-main-menu--2 .menu{
  text-align: center;
}

#block-views-block-press-releases-block-1,
#block-views-block-editor-picks-block-1-2,
#block-views-block-editor-picks-block-1,
#block-views-block-press-releases-block-block-1,
#block-views-block-press-releases-block-block-1-2{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#block-views-block-press-releases-block-1 .views-row-fix,
#block-views-block-editor-picks-block-1-2 .views-row-fix,
#block-views-block-editor-picks-block-1 .views-row-fix,
#block-views-block-press-releases-block-block-1 .views-row-fix,
#block-views-block-press-releases-block-block-1-2 .views-row-fix{
  display: flex;
  flex-direction: row;
}

#block-views-block-press-releases-block-1 .views-row-fix:not(:last-child),
#block-views-block-editor-picks-block-1-2 .views-row-fix:not(:last-child),
#block-views-block-editor-picks-block-1 .views-row-fix:not(:last-child),
#block-views-block-press-releases-block-block-1 .views-row-fix:not(:last-child),
#block-views-block-press-releases-block-block-1-2 .views-row-fix:not(:last-child){
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
}

#block-views-block-press-releases-block-1 .views-field-field-image,
#block-views-block-press-releases-block-1-2 .views-field-field-image,
#block-views-block-editor-picks-block-1-2 .views-field-field-image,
#block-views-block-editor-picks-block-1 .views-field-field-image{
  aspect-ratio: 1 / 1;
  width: 33.333333%;
  padding-top: 0.25rem;
}

#block-views-block-press-releases-block-block-1 .views-field-field-logo,
#block-views-block-press-releases-block-block-1-2 .views-field-field-logo{
  aspect-ratio: auto;
  width: 33.333333%;
  padding-top: 0.25rem;
}

#block-views-block-press-releases-block-1 .views-field-field-image div,
#block-views-block-press-releases-block-1-2 .views-field-field-image div,
#block-views-block-editor-picks-block-1-2 .views-field-field-image div,
#block-views-block-editor-picks-block-1 .views-field-field-image div{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
}

#block-views-block-press-releases-block-block-1 .views-field-field-logo div,
#block-views-block-press-releases-block-block-1-2 .views-field-field-logo div{
  aspect-ratio: auto;
  height: auto;
  width: 100%;
}

#block-views-block-press-releases-block-1 .views-field-field-image img,
#block-views-block-press-releases-block-1-2 .views-field-field-image img,
#block-views-block-editor-picks-block-1-2 .views-field-field-image img,
#block-views-block-editor-picks-block-1 .views-field-field-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-views-block-press-releases-block-block-1 .views-field-field-logo img,
#block-views-block-press-releases-block-block-1-2 .views-field-field-logo img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

#block-views-block-press-releases-block-1 .views-field-title,
#block-views-block-editor-picks-block-1-2 .views-field-title,
#block-views-block-editor-picks-block-1 .views-field-title,
#block-views-block-press-releases-block-block-1 .views-field-title,
#block-views-block-press-releases-block-block-1-2 .views-field-title{
  width: 66.666667%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#block-views-block-press-releases-block-1 .views-field-title a,
#block-views-block-editor-picks-block-1-2 .views-field-title a,
#block-views-block-editor-picks-block-1 .views-field-title a,
#block-views-block-press-releases-block-block-1 .views-field-title a,
#block-views-block-press-releases-block-block-1-2 .views-field-title a{
  font-size: 1rem;
  font-weight: 700;
  line-height: .75rem;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

#block-views-block-editor-picks-block-1-2 h2,
#block-views-block-editor-picks-block-1 h2,
#block-views-block-press-releases-block-block-1 h2,
#block-views-block-press-releases-block-block-1-2 h2{
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.drawer-side #block-navegacionprincipal h2,
.drawer-side #block-topmenu-2 h2{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.drawer-side #block-navegacionprincipal .menu-item,
.drawer-side #block-topmenu-2 .menu-item {
  align-content: end;
}

.drawer-side #block-navegacionprincipal .menu-item a,
.drawer-side #block-topmenu-2 .menu-item a{
  padding-right: 0px;
  text-align: right;
  letter-spacing: -0.025em;
}

#block-contentstudiohead{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #block-contentstudiohead{
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#block-publicidadhead, #block-suscribetehead, #block-issuepage, #block-issuepage500s2023, #block-issuepageclinicas, #block-issue491page, #block-ia2024page{
  display: flex;
  flex-direction: column-reverse;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #block-publicidadhead, #block-suscribetehead, #block-issuepage, #block-issuepage500s2023, #block-issuepageclinicas, #block-issue491page, #block-ia2024page{
    flex-direction: column-reverse;
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#block-contentstudiohead .ae9-block-title,
#block-issuepage .ae9-block-title,
#block-issuepage500s2023 .ae9-block-title,
#block-issuepageclinicas .ae9-block-title,
#block-issue491page .ae9-block-title,
#block-ia2024page .ae9-block-title,
#block-publicidadhead .ae9-block-title,
#block-suscribetehead .ae9-block-title{
  margin-bottom: 1rem;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

#block-publicidadhead, #block-suscribetehead, #block-issuepage, #block-issuepage500s2023, #block-issuepageclinicas, #block-issue491page, #block-ia2024page{
  width: 100%;
}

@media (min-width: 768px){
  #block-publicidadhead, #block-suscribetehead, #block-issuepage, #block-issuepage500s2023, #block-issuepageclinicas, #block-issue491page, #block-ia2024page{
    width: 50%;
  }
}

#block-contentstudiohead>.layout.layout--onecol{
  padding: 2rem;
}

#block-cuerpocontentstudio p{
  margin-bottom: 2rem;
  text-align: center;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

#block-cuerpocontentstudio p a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

#block-publicidadending p,
#block-publicidadmiddle p{
  text-align: center;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

#block-publicidadending{
  margin-top: 6rem;
}

#block-publicidadending a{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.ae9-incentives-blocks>div{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .ae9-incentives-blocks>div{
    flex-direction: row;
  }
}

.ae9-incentive-image{
  padding-left: 6rem;
  padding-right: 6rem;
  padding-bottom: 3rem;
  padding-top: 6rem;
}

.ae9-incentive-title{
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

#block-rrssfooter>div{
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}

#block-rrssfooter>div img{
  height: 2rem;
  width: 2rem;
}

#ae9-footer-bottom>div>*{
  padding-left: 2rem;
  padding-right: 2rem;
}

#ae9-footer-bottom>div{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}

#ae9-footer-bottom>div > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

@media (min-width: 768px){
  #ae9-footer-bottom>div{
    flex-direction: row;
  }
}

#ae9-footer{
  place-content: end;
}

#ae9-footer-bottom .menu .menu-item a{
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

#ae9-footer-bottom h2{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#block-navegacionprincipal-2{
  padding-left: 0px;
}

#block-logofooter img{
  width: 12rem;
}

#block-logofooter{
  flex-grow: 1;
  padding: 0px !important;
}

#block-pagetitle h1{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #block-pagetitle h1{
    margin-left: 0px;
    margin-right: 0px;
  }
}

#node-authors{
  margin-bottom: 3rem;
}

#node-authors h2{
  text-align: right;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#node-authors>div>div{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding-top: 1.5rem;
  text-align: right;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

#node-countries>div>div{
  margin-right: 1rem;
  margin-top: 2rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#node-countries a{
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(246 254 254 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.ae9-archive-day{
  display: flex;
  flex-direction: column;
}

.ae9-archive-day > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity));
}

.ae9-archive-day .ae9-archive-article.views-row{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ae9-archive-day .ae9-archive-article.views-row .views-field-title a{
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.ae9-archive-day .ae9-archive-article.views-row .views-field-created{
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.ae9-archive-day .ae9-archive-article.views-row .views-field-field-subhead{
  font-family: Encode Sans Condensed, sans-serif;
  color: rgb(170 18 17 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.ae9-weekday{
  margin-right: 0.5rem;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.ae9-weekday.site-logo img{
  height: 4rem;
  width: auto;
}

.ae9-monthday{
  margin-right: 0.5rem;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.ae9-monthday.site-logo img{
  height: 4rem;
  width: auto;
}

.ae9-year{
  margin-right: 0.5rem;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(228 24 25 / var(--tw-text-opacity));
}

.ae9-year.site-logo img{
  height: 4rem;
  width: auto;
}

.ae9-calendar-year-title{
  margin-right: 0.5rem;
  text-align: center;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(228 24 25 / var(--tw-text-opacity));
}

.ae9-calendar-year-title.site-logo img{
  height: 4rem;
  width: auto;
}

.ae9-calendar-year-months{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px){
  .ae9-calendar-year-months{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ae9-calendar-month-table{
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-radius: 0.5rem;
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ae9-cal-day{
  margin: 0px;
  display: flex;
  aspect-ratio: 1 / 1;
  place-content: center;
  padding: 0.25rem;
  vertical-align: middle;
}

.ae9-cal-day a{
  margin: 0px;
  display: flex;
  aspect-ratio: 1 / 1;
  place-content: center;
  align-content: center;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}

.ae9-cal-day a:hover{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ae9-cal-weekday{
  margin-bottom: 1rem;
  margin: 0px;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
  text-align: center;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.ae9-cal-skip{
  margin: 0px;
  aspect-ratio: 1 / 1;
  text-align: center;
}

.ae9-cal-month{
  margin-bottom: 1rem;
  grid-column: span 7 / span 7;
  display: block;
  text-align: center;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.05em;
}

.ae9-archive-no-results{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-style: none;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.ae9-calendar-year-links{
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ae9-calendar-year-links a{
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

.ae9-calendar-year-links a:not(:last-child){
  margin-right: 1rem;
}

/*
ae9-featured-components

*/

.ae9-featured-components{
  width: 100%;
}

@media (min-width: 640px){
  .ae9-featured-components{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ae9-featured-components{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ae9-featured-components{
    max-width: 1024px;
  }
}

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

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

.ae9-featured-components :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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ae9-featured-components :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;
}

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

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

.ae9-featured-components :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;
}

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

.ae9-featured-components :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;
}

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

.ae9-featured-components :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;
}

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

.ae9-featured-components :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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ae9-featured-components :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;
}

.ae9-featured-components :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;
}

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

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

.ae9-featured-components :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;
}

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

.ae9-featured-components :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;
}

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

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

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

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

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

.ae9-featured-components{
  --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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ae9-featured-components :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;
}

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

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

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

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

:root .ae9-featured-components{
  --tw-prose-body: hsla(var(--bc)/.8);
  --tw-prose-headings: hsl(var(--bc));
  --tw-prose-lead: hsl(var(--bc));
  --tw-prose-links: hsl(var(--bc));
  --tw-prose-bold: hsl(var(--bc));
  --tw-prose-counters: hsl(var(--bc));
  --tw-prose-bullets: hsla(var(--bc)/.5);
  --tw-prose-hr: hsla(var(--bc)/.2);
  --tw-prose-quotes: hsl(var(--bc));
  --tw-prose-quote-borders: hsla(var(--bc)/.2);
  --tw-prose-captions: hsla(var(--bc)/.5);
  --tw-prose-code: hsl(var(--bc));
  --tw-prose-pre-code: hsl(var(--nc));
  --tw-prose-pre-bg: hsl(var(--n));
  --tw-prose-th-borders: hsla(var(--bc)/.5);
  --tw-prose-td-borders: hsla(var(--bc)/.2);
}

.ae9-featured-components :where(code):not(:where([class~="not-prose"] *)){
  padding: 2px 8px;
  border-radius: var(--rounded-badge);
}

.ae9-featured-components code:after,.ae9-featured-components code:before{
  content: none;
}

.ae9-featured-components pre code{
  border-radius: 0;
  padding: 0;
}

.ae9-featured-components :where(tbody tr, thead):not(:where([class~="not-prose"] *)){
  border-bottom-color: hsl(var(--bc) / 20%);
}

.ae9-featured-components{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px){
  .ae9-featured-components{
    font-size: 1.25rem;
    line-height: 1.8;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ae9-featured-components :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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ae9-featured-components :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;
  }

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

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

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

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

.ae9-featured-head-title{
  width: 100%;
}

@media (min-width: 640px){
  .ae9-featured-head-title{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ae9-featured-head-title{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ae9-featured-head-title{
    max-width: 1024px;
  }
}

.ae9-featured-head-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  text-align: center;
}

.ae9-featured-head-title span{
  font-family: Tinos, serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.025em;
}

.ae9-featured-head-subhead{
  width: 100%;
}

@media (min-width: 640px){
  .ae9-featured-head-subhead{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ae9-featured-head-subhead{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ae9-featured-head-subhead{
    max-width: 1024px;
  }
}

.ae9-featured-head-subhead{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.ae9-featured-head-authors{
  padding-bottom: 1rem;
  text-align: center;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

.ae9-featured-head-subhead p{
  text-align: center;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.ae9-featured-head-image,
.ae9-featured-head-image>div{
  margin-bottom: 1rem;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.ae9-featured-head-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ae9-featured-brand-logo{
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 12rem;
}

.ae9-featured-components>div>div:first-child p:first-child::first-letter{
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .ae9-featured-components>div>div:first-child p:first-child::first-letter{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.ae9-featured-logo-intro{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

.ae9-thank-you-page{
  margin-bottom: 4rem;
  text-align: center;
}

.ae9-thank-you-page h2{
  font-family: Tinos, serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

.ae9-thank-you-page p{
  font-family: Encode Sans Condensed, sans-serif;
  font-weight: 700;
}

.ae9-thank-you-page a{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

#ae9-column-author{
  margin-bottom: 1rem;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(170 18 17 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#ae9-column-author h2{
  display: none;
}

#ae9-column-author>div>div>div{
  display: flex;
  flex-direction: row;
}

#ae9-author-image{
  height: 6rem;
  width: 6rem;
}

#ae9-author-image img{
  margin: 0px;
  padding: 0px;
}

#ae9-author-bio{
  padding-left: 1rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

#ae9-author-name-column{
  padding-left: 1rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

#block-views-block-analisis-section-block-1 .views-row article img{
  margin: 0px;
  height: 6rem;
  width: 6rem;
  padding: 0px;
}

#block-views-block-analisis-section-block-1 .views-row article{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row-reverse;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(170 18 17 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content{
  display: flex;
  width: 100%;
  flex-direction: row;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content>div:first-child{
  width: 6rem;
  flex-grow: 0;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content>div:last-child{
  flex-grow: 1;
  padding-left: 1rem;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content>div:last-child a{
  font-family: Tinos, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  text-decoration-line: none;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content>div:last-child>div>div:last-child{
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration-line: none;
}

#block-views-block-analisis-section-block-1 .views-row article .node-content>div>div>div>div>div>div h2{
  display: none;
}

#block-views-block-analisis-section-block-1 .views-row article h2{
  display: none;
}

.ae9-column-snipped-authors div{
  width: 6rem;
}

.ae9-column-snipped-authors img{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
}

/* #block-views-block-analisis-section-block-1 .views-row article > div:last-child {
  @apply grow-0 w-24
} */

#block-views-block-analisis-section-block-1 nav{
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

#block-views-block-analisis-section-block-1 nav ul{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  font-weight: 700;
}

.drawer{
  height: auto;
}

.drawer-toggle~.drawer-side{
  height: 100%;
  max-height: 100%;
}

.gsc-search-button.gsc-search-button-v2 {
  padding: 12px;
}

#block-mediakitform,
#block-formulario,
#block-issueform,
#block-issueform500s2023,
#block-issueformclinicas,
#block-issue491form,
#block-ia2024form{
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  #block-mediakitform,
#block-formulario,
#block-issueform,
#block-issueform500s2023,
#block-issueformclinicas,
#block-issue491form,
#block-ia2024form{
    width: 50%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

#featured-area.ae9-publicidad-featured>div{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  #featured-area.ae9-publicidad-featured>div{
    flex-direction: row;
  }
}

#featured-area.ae9-publicidad-featured .ae9-block-image{
  padding: 2rem;
}

#ae9-search-mobile-top-text {
  min-width: 0px;
}

#ae9-main-body #block-bloquelibre1,
#ae9-main-body #block-bloquelibre2{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  #ae9-main-body #block-bloquelibre1,
#ae9-main-body #block-bloquelibre2{
    flex-direction: row;
  }
}

#ae9-main-body #block-bloquelibre1>div:last-child,
#ae9-main-body #block-bloquelibre2>div:last-child{
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}

@media (min-width: 768px){
  #ae9-main-body #block-bloquelibre1>div:last-child,
#ae9-main-body #block-bloquelibre2>div:last-child{
    width: 75%;
  }
}

#ae9-main-body #block-bloquelibre1>div:not(:last-child),
#ae9-main-body #block-bloquelibre2>div:not(:last-child){
  width: 100%;
  flex-grow: 0;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  #ae9-main-body #block-bloquelibre1>div:not(:last-child),
#ae9-main-body #block-bloquelibre2>div:not(:last-child){
    width: 25%;
  }
}

#ae9-main-body #block-bloquelibre1 img,
#ae9-main-body #block-bloquelibre2 img,
#ae9-main-body #block-bloquelibre1-2 img{
  margin-left: auto;
  margin-right: auto;
}

#ae9-sidebar-right #block-bloquelibre1 img,
#ae9-sidebar-right #block-bloquelibre2 img{
  margin-left: auto;
  margin-right: auto;
}

/* ae9-inline-region views-row

ae9-sidebar-right
ae9-sidebar-right
.ae9-main-body */

/*
#block-ae9-content
*/

#block-ae9-content #node-press-release-form .file.file--image,
#block-contentform #node-press-release-form .file.file--image {
  display: none;
}

#block-ae9-content #node-press-release-form .file-size,
#block-contentform #node-press-release-form .file-size {
  display: none;
}

#block-ae9-content #node-press-release-form .image-widget img,
#block-contentform #node-press-release-form .image-widget img {
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: 0.7rem;
}

#block-ae9-content #node-press-release-form #edit-field-image-0-remove-button,
#block-ae9-content #node-press-release-form #edit-field-logo-0-remove-button,
#block-contentform #node-press-release-form #edit-field-image-0-remove-button,
#block-contentform #node-press-release-form #edit-field-logo-0-remove-button {
  border: none;
  margin-left: 0.7rem;
}

#block-contentform #node-press-release-form legend,
#block-ae9-content #node-press-release-form legend{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

#block-contentform #node-press-release-form summary,
#block-ae9-content #node-press-release-form summary{
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

#block-contentform #node-press-release-form .form-item label,
#block-ae9-content #node-press-release-form .form-item label{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  margin-top: 1rem;
  display: block;
  font-family: Encode Sans Condensed, sans-serif;
  font-weight: 700;
}

#block-contentform #node-press-release-form .form-item .form-text,
#block-contentform #node-press-release-form .form-item .form-email,
#block-contentform #node-press-release-form .form-item .form-select,
#block-contentform #node-press-release-form .form-item .form-file,

#block-ae9-content #node-press-release-form .form-item .form-text,
#block-ae9-content #node-press-release-form .form-item .form-email,
#block-ae9-content #node-press-release-form .form-item .form-select,
#block-ae9-content #node-press-release-form .form-item .form-file{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#block-contentform #node-press-release-form .form-item .cke_editor_edit-body-0-value,
#block-contentform #node-press-release-form .form-item .cke_editor_edit-field-subhead-0-value,
#block-contentform #node-press-release-form .form-item .cke_editor_edit-field-about-0-value,
#block-ae9-content #node-press-release-form .form-item .cke_editor_edit-body-0-value,
#block-ae9-content #node-press-release-form .form-item .cke_editor_edit-field-subhead-0-value,
#block-ae9-content #node-press-release-form .form-item .cke_editor_edit-field-about-0-value{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
  width: auto;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#block-contentform #node-press-release-form .form-item .description,
#block-ae9-content #node-press-release-form .form-item .description{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#block-contentform #node-press-release-form .form-no-label,
#block-ae9-content #node-press-release-form .form-no-label{
  display: none;
}

#block-contentform #node-press-release-form #edit-footer,
#block-ae9-content #node-press-release-form #edit-footer{
  display: none;
}

#block-contentform #node-press-release-form .js-form-type-textarea .field-edit-link,
#block-ae9-content #node-press-release-form .js-form-type-textarea .field-edit-link{
  display: none;
}

.image-widget{
  display: flex;
  flex-direction: row;
}

.image-widget img{
  aspect-ratio: 1 / 1;
  flex-grow: 1;
}

#block-contentform #node-press-release-form .filter-wrapper,
#block-contentform #node-press-release-form #edit-field-validated-wrapper,
#block-ae9-content #node-press-release-form .filter-wrapper,
#block-ae9-content #node-press-release-form #edit-field-validated-wrapper{
  display: none;
}

#block-contentform #node-press-release-form #edit-actions input.button,
#block-ae9-content #node-press-release-form #edit-actions input.button{
  margin-top: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-pressreleasehead{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #block-pressreleasehead{
    flex-direction: row;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

#block-pressreleasehead .ae9-block-title{
  margin-bottom: 1rem;
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
}

#block-pressreleasehead>.layout.layout--onecol{
  padding: 2rem;
}

.press-release-page .node-content{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.press-release-page .node-content>div:first-child{
  grid-column: span 3 / span 3;
  border-bottom-width: 2px;
  padding-bottom: 1rem;
}

.press-release-page .node-content>div:nth-child(3){
  grid-column: span 3 / span 3;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:nth-child(3){
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page h2 {
  display: none;
}

.press-release-page .node-content>div:first-child>div{
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
}

.press-release-page .node-content>div:first-child>div #node-title{
  grid-column: span 8 / span 8;
  text-align: center;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child>div #node-title{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page .node-content>div:first-child>div #node-title div{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.press-release-page .node-content>div:first-child>div #press-logo{
  grid-column: span 2 / span 2;
  text-align: center;
}

.press-release-page .node-content>div:first-child>div #node-main-image img{
  margin-top: 0px;
  margin-bottom: 0px;
}

.press-release-page .node-content>div:first-child>div .ae9-pr-back{
  grid-column: span 8 / span 8;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child>div .ae9-pr-back{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page .node-content>div:first-child>div #node-main-image{
  grid-column: span 8 / span 8;
  text-align: center;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child>div #node-main-image div{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page .node-content>div:first-child>div #node-date{
  grid-column: span 8 / span 8;
  text-align: right;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child>div #node-date{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page .node-content>div:first-child>div .ae9-pr-subhead{
  grid-column: span 8 / span 8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child>div .ae9-pr-subhead{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.press-release-page .node-content>div:first-child .ae9-pr-share{
  grid-column: span 8 / span 8;
}

@media (min-width: 768px){
  .press-release-page .node-content>div:first-child .ae9-pr-share{
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/* .press-release-page .node-content > div:first-child  .ae9-pr-share .social-sharing-buttons {
  @apply inline-block
}  */

.ae9-pr-about{
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ae9-pr-about h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.press-release-page .node-content .press-body{
  font-size: 1.25rem;
  line-height: 1.8;
}

.press-release-page .node-content .press-body :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

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

.press-release-page .node-content .press-body :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1.0666667em;
}

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

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

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

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

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

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

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

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

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

.press-release-page .node-content .press-body :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.press-release-page .node-content .press-body :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8611111em;
}

.press-release-page .node-content .press-body :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}

.press-release-page .node-content .press-body :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;
}

.press-release-page .node-content .press-body :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.press-release-page .node-content .press-body :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  padding-left: 1.6em;
}

.press-release-page .node-content .press-body :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

.press-release-page .node-content .press-body :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

.press-release-page .node-content .press-body :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4em;
}

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

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

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

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

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

.press-release-page .node-content .press-body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.press-release-page .node-content .press-body :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}

.press-release-page .node-content .press-body :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.press-release-page .node-content .press-body :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.press-release-page .node-content .press-body :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.press-release-page .node-content .press-body :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.press-release-page .node-content .press-body :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
  line-height: 1.5555556;
}

.press-release-page .node-content .press-body :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.6666667em;
  padding-bottom: 0.8888889em;
  padding-left: 0.6666667em;
}

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

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

.press-release-page .node-content .press-body :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;
}

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

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

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

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

.press-release-page .node-content .ae-pr-pre-logo{
  text-align: center;
}

#press-logo>div{
  margin-bottom: 1rem;
  display: block;
  height: 8rem;
  width: 100%;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

#press-logo img{
  margin: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px;
}

#node-body.press-body p:first-child::first-letter{
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
  padding: 1rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  #node-body.press-body p:first-child::first-letter{
    font-size: 3.75rem;
    line-height: 1;
  }
}

#node-authors.press-company{
  margin-top: 4rem;
  margin-bottom: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  text-align: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.press-address, .press-country{
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.press-address>div>div:first-child, .press-country>div>div:first-child{
  font-weight: 700;
}

.press-epigraph h2{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.press-epigraph{
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-views-block-press-releases-block-1 h2,
#block-views-block-press-releases-block-1-2 h2{
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-notasdeprensa{
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
  width: 100%;
}

#block-notasdeprensa h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  #block-notasdeprensa h2{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.press-epi{
  margin-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-views-block-press-releases-page-small-block-3>div>div>.views-row{
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3>div>div>.views-row{
    flex-direction: row;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-field-image,
#block-views-block-press-releases-page-small-block-3 .views-field-field-logo{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3 .views-field-field-image,
#block-views-block-press-releases-page-small-block-3 .views-field-field-logo{
    width: 20%;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-field-logo .field-content{
  display: none;
  aspect-ratio: 1 / 1;
  align-items: flex-start;
  justify-content: center;
  padding: 0.5rem;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3 .views-field-field-logo .field-content{
    display: flex;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-field-logo img{
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#block-views-block-press-releases-page-small-block-3 .views-field-field-image img{
  height: auto;
  width: 100%;
}

#block-views-block-press-releases-page-small-block-3 .views-field-nothing{
  width: 100%;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3 .views-field-nothing{
    width: 80%;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-nothing .side-article{
  padding: 0px;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3 .views-field-nothing .side-article{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-nothing .side-article a{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  font-family: Tinos, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
}

@media (min-width: 768px){
  #block-views-block-press-releases-page-small-block-3 .views-field-nothing .side-article a{
    margin-bottom: 0.5rem;
    margin-top: 0px;
  }
}

#block-views-block-press-releases-page-small-block-3 .views-field-nothing .side-article p{
  letter-spacing: -0.025em;
}

#block-views-block-home-1-block-2>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-press-releases-page-small-block-3>h2{
  margin-bottom: 1rem;
  display: inline-block;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.025em;
}

#block-views-block-rk-block-block-1>h2,
#block-views-block-rk-block-block-2>h2{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Tinos, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

#block-views-block-rk-block-block-1 article>h2,
#block-views-block-rk-block-block-2 article>h2{
  display: none;
}

.ae9-rk-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ae9-rk-title{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.ae9-rankings-index{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px){
  .ae9-rankings-index{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ae9-rankings-index .views-row{
  position: relative;
  aspect-ratio: 16 / 9;
}

.ae9-rankings-index .views-row .views-field-field-image{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.ae9-rankings-index .views-field.views-field-name a{
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 2rem;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ae9-featured-area, .ae9-featured-area>div{
  width: 100%;
}

.ae9-sub-featured-area, .ae9-sub-featured-area>div{
  width: 100%;
}

.ae9-sub-featured-area>div{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

#block-headerrightrkmba .ae9-block-body{
  margin-bottom: 1rem;
  margin-bottom: 0px;
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

#block-ae9rknext{
  grid-column: span 8 / span 8;
}

@media (min-width: 640px){
  #block-ae9rknext{
    max-height: 24rem;
  }
}

#block-headerleftrkmba iframe{
  height: 46rem;
  width: 100%;
}

@media (min-width: 768px){
  #block-headerleftrkmba iframe{
    aspect-ratio: 16 / 9;
    height: 24rem;
    height: auto;
  }
}

#block-rksecondbanner{
  order: 4;
  grid-column: span 12 / span 12;
}

.main-ad-layout{
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px){
  .main-ad-layout{
    aspect-ratio: 192/69;
  }
}

.main-ad-layout>video{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-ad-layout>div{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
}

.main-ad-title img{
  display: inline;
  width: 8rem;
}

.main-ad-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-ad-title h2{
  margin-bottom: 1rem;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding: 2rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .main-ad-title h2{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.main-ad-title p{
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
  padding: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.05em;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}

#block-ae9rknext{
  order: 1;
  grid-column: span 12 / span 12;
}

@media (min-width: 640px){
  #block-ae9rknext{
    order: 2;
  }
}

@media (min-width: 768px){
  #block-ae9rknext{
    grid-column: span 8 / span 8;
  }
}

#block-headerrightrkmba{
  order: 3;
  grid-column: span 12 / span 12;
  display: flex;
  height: 100%;
  width: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 32 44 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px){
  #block-headerrightrkmba{
    order: 2;
    max-height: 24rem;
  }
}

@media (min-width: 768px){
  #block-headerrightrkmba{
    grid-column: span 4 / span 4;
  }
}

#block-headerrightrkmba img{
  height: 18rem;
  width: auto;
}

#block-verrk{
  order: 2;
  grid-column: span 12 / span 12;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 640px){
  #block-verrk{
    order: 3;
  }
}

@media (min-width: 768px){
  #block-verrk{
    align-items: center;
    justify-content: flex-start;
  }
}

.social-sharing-buttons{
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: flex-end;
}

#node-main-image img{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ae9-social-share-center{
  width: 100%;
}

@media (min-width: 640px){
  .ae9-social-share-center{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ae9-social-share-center{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ae9-social-share-center{
    max-width: 1024px;
  }
}

.ae9-social-share-center{
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.ae9-social-share-center .social-sharing-buttons{
  margin-top: 1rem;
  margin-bottom: 1rem;
  justify-content: center;
}

#edit-group-press-release{
  width: 100%;
}

@media (min-width: 768px){
  #edit-group-press-release{
    width: 75%;
  }
}

#block-ae9-content #edit-group-press-release{
  width: 100%;
}

@media (min-width: 768px){
  #block-ae9-content #edit-group-press-release{
    width: 100%;
  }
}

.field--type-readonly-html-field{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  padding: 1rem;
  border-radius: var(--rounded-box, 1rem);
}

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

@media (min-width: 768px){
  .field--type-readonly-html-field{
    flex-direction: row;
  }

  .field--type-readonly-html-field > :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));
  }

  .field--type-readonly-html-field{
    flex-direction: row;
  }

  .field--type-readonly-html-field > :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));
  }
}

.field--type-readonly-html-field > :where(*){
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.field--type-readonly-html-field{
  margin-top: 1rem;
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ae9-payment-cc::after {
  display: block;
  background-image: url('/themes/contrib/ae9/images/op.png');
  height: 30px;
  background-size: contain;
  content: " ";
  background-repeat: no-repeat;
  background-position: right center;
  max-width: 100%;
  grid-column: span 4 / span 4;
  margin-top: 2rem;
  margin-bottom: 2rem
}

.ae9-payment-cc::before {
  display: block;
  background-image: url('/themes/contrib/ae9/images/cc.png');
  width: 100%;
  height: 30px;
  background-size: contain;
  content: " ";
  background-repeat: no-repeat;
  background-position: left center;
  grid-column: span 4 / span 4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ae9-payment-cc{
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ae9-payment-cc #edit-field-payment-name-wrapper{
  grid-column: span 4 / span 4;
}

.ae9-payment-cc #edit-field-payment-card-number-wrapper{
  grid-column: span 4 / span 4;
}

@media (min-width: 768px){
  .ae9-payment-cc #edit-field-payment-card-number-wrapper{
    grid-column: span 2 / span 2;
    padding-right: 0.5rem;
  }
}

.ae9-payment-cc #edit-field-payment-expiration-wrapper{
  grid-column: span 2 / span 2;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .ae9-payment-cc #edit-field-payment-expiration-wrapper{
    grid-column: span 1 / span 1;
    padding-left: 0.5rem;
  }
}

.ae9-payment-cc #edit-field-payment-cvv-wrapper{
  grid-column: span 2 / span 2;
  padding-left: 0.5rem;
}

@media (min-width: 768px){
  .ae9-payment-cc #edit-field-payment-cvv-wrapper{
    grid-column: span 1 / span 1;
  }
}

#block-notasdeprensa div p a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-notasdeprensa div p a[disabled]{
  pointer-events: none;
}

#block-notasdeprensa div p a.loading,#block-notasdeprensa div p a.loading:hover{
  pointer-events: none;
}

#block-notasdeprensa div p a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-notasdeprensa div p a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-notasdeprensa div p a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-notasdeprensa div p a:before{
  content: attr(data-title);
}

#block-notasdeprensa div p a:active:hover,#block-notasdeprensa div p a:active:focus{
  animation: none;
}

#block-notasdeprensa div p a:not(.no-animation):active:hover,#block-notasdeprensa div p a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-notasdeprensa div p a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-notasdeprensa div p a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-notasdeprensa div p a.glass:hover,#block-notasdeprensa div p a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-notasdeprensa div p a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-notasdeprensa div p a[disabled],#block-notasdeprensa div p a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-notasdeprensa div p a.loading.btn-square:before,#block-notasdeprensa div p a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-notasdeprensa div p a.loading.btn-xl:before,#block-notasdeprensa div p a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-notasdeprensa div p a.loading.btn-sm:before,#block-notasdeprensa div p a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-notasdeprensa div p a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-notasdeprensa div p a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-notasdeprensa div p a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-notasdeprensa div p a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-notasdeprensa div p a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-notasdeprensa div p a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-notasdeprensa div p a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-notasdeprensa div p a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-notasdeprensa div p a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-notasdeprensa div p a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-prhead{
  position: relative;
  width: 100%;
}

@media (min-width: 768px){
  #block-prhead{
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
}

#block-500stop{
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px){
  #block-500stop{
    aspect-ratio: 16 / 9;
    flex-direction: column;
    overflow: hidden;
  }
}

#block-500stop>div:last-child{
  display: flex;
  place-content: center;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 4rem;
}

@media (min-width: 768px){
  #block-500stop>div:last-child{
    z-index: 50;
    height: 100%;
    width: 100%;
  }
}

#block-500stop>div:last-child>div{
  display: flex;
  place-content: center;
}

#block-prhead>div:last-child{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 4rem;
}

@media (min-width: 768px){
  #block-prhead>div:last-child{
    z-index: 50;
    height: 100%;
    width: 50%;
  }
}

#block-prhead>div:last-child>div,
#block-500stop>div:last-child>div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#block-prhead .layout.layout--onecol:not(:last-child),
#block-500stop .layout.layout--onecol:not(:last-child){
  height: 100%;
  width: 100%;
}

#block-prhead img,
#block-500stop img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#block-prhead .layout.layout--onecol:not(:last-child) div,
#block-500stop .layout.layout--onecol:not(:last-child) div{
  width: 100%;
}

@media (min-width: 768px){
  #block-500stop>div{
    position: absolute;
  }

  #block-prhead>div{
    position: absolute;
  }
}

#block-prhead .fb-link a,
#block-500stop .fb-link a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-prhead .fb-link a[disabled],
#block-500stop .fb-link a[disabled]{
  pointer-events: none;
}

#block-prhead .fb-link a.loading,#block-prhead .fb-link a.loading:hover,
#block-500stop .fb-link a.loading,
#block-500stop .fb-link a.loading:hover{
  pointer-events: none;
}

#block-prhead .fb-link a.loading:before,
#block-500stop .fb-link a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-prhead .fb-link a.loading:before,
#block-500stop .fb-link a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-prhead .fb-link a,.btn-group > input[type="radio"]
#block-500stop .fb-link a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-prhead .fb-link a:before,.btn-group > input[type="radio"]
#block-500stop .fb-link a:before{
  content: attr(data-title);
}

#block-prhead .fb-link a:active:hover,#block-prhead .fb-link a:active:focus,
#block-500stop .fb-link a:active:hover,
#block-500stop .fb-link a:active:focus{
  animation: none;
}

#block-prhead .fb-link a:not(.no-animation):active:hover,#block-prhead .fb-link a:not(.no-animation):active:focus,
#block-500stop .fb-link a:not(.no-animation):active:hover,
#block-500stop .fb-link a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-prhead .fb-link a:hover,
#block-500stop .fb-link a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-prhead .fb-link a:focus-visible,
#block-500stop .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-prhead .fb-link a.glass:hover,#block-prhead .fb-link a.glass.btn-active,
#block-500stop .fb-link a.glass:hover,
#block-500stop .fb-link a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-prhead .fb-link a.glass:focus-visible,
#block-500stop .fb-link a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-prhead .fb-link a[disabled],#block-prhead .fb-link a[disabled]:hover,
#block-500stop .fb-link a[disabled],
#block-500stop .fb-link a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-prhead .fb-link a.loading.btn-square:before,#block-prhead .fb-link a.loading.btn-circle:before,
#block-500stop .fb-link a.loading.btn-square:before,
#block-500stop .fb-link a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-prhead .fb-link a.loading.btn-xl:before,#block-prhead .fb-link a.loading.btn-lg:before,
#block-500stop .fb-link a.loading.btn-xl:before,
#block-500stop .fb-link a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-prhead .fb-link a.loading.btn-sm:before,#block-prhead .fb-link a.loading.btn-xs:before,
#block-500stop .fb-link a.loading.btn-sm:before,
#block-500stop .fb-link a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-prhead .fb-link a,.btn-group > input[type="radio"]:checked
#block-500stop .fb-link a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-prhead .fb-link a:focus-visible,.btn-group > input[type="radio"]:checked
#block-500stop .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-prhead .fb-link a:not(:first-child):not(:last-child),.btn-group 
#block-500stop .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-prhead .fb-link a:first-child:not(:last-child),.btn-group 
#block-500stop .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-prhead .fb-link a:last-child:not(:first-child),.btn-group 
#block-500stop .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-prhead .fb-link a:not(:first-child):not(:last-child),.btn-group-horizontal 
#block-500stop .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prhead .fb-link a:first-child:not(:last-child),.btn-group-horizontal 
#block-500stop .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prhead .fb-link a:last-child:not(:first-child),.btn-group-horizontal 
#block-500stop .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-prhead .fb-link a:first-child:not(:last-child),.btn-group-vertical 
#block-500stop .fb-link a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-prhead .fb-link a:last-child:not(:first-child),.btn-group-vertical 
#block-500stop .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-prhead .fb-link a,
#block-500stop .fb-link a{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500stop .fb-link span{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-500stop .fb-link span[disabled]{
  pointer-events: none;
}

#block-500stop .fb-link span.loading,#block-500stop .fb-link span.loading:hover{
  pointer-events: none;
}

#block-500stop .fb-link span.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-500stop .fb-link span.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-500stop .fb-link span{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-500stop .fb-link span:before{
  content: attr(data-title);
}

#block-500stop .fb-link span:active:hover,#block-500stop .fb-link span:active:focus{
  animation: none;
}

#block-500stop .fb-link span:not(.no-animation):active:hover,#block-500stop .fb-link span:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-500stop .fb-link span:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-500stop .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-500stop .fb-link span.glass:hover,#block-500stop .fb-link span.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-500stop .fb-link span.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-500stop .fb-link span[disabled],#block-500stop .fb-link span[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-500stop .fb-link span.loading.btn-square:before,#block-500stop .fb-link span.loading.btn-circle:before{
  margin-right: 0px;
}

#block-500stop .fb-link span.loading.btn-xl:before,#block-500stop .fb-link span.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-500stop .fb-link span.loading.btn-sm:before,#block-500stop .fb-link span.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-500stop .fb-link span{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-500stop .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-500stop .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-500stop .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-500stop .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-500stop .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500stop .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500stop .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-500stop .fb-link span:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-500stop .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-500stop .fb-link span{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500stop .fb-link span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

#block-prhead .fb-title,
#block-500stop .fb-title{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#block-prhead .fb-body,
#block-500stop .fb-body{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

#block-prhead .fb-epigraph,
#block-500stop .fb-epigraph{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#block-prmiddle1,
#block-500smiddle{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  #block-prmiddle1,
#block-500smiddle{
    flex-direction: row;
  }
}

#block-prmiddle1>div{
  padding: 4rem;
}

#block-500smiddle>div:last-child{
  padding: 4rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  #block-500smiddle>div:last-child{
    padding-top: 4rem;
    padding-bottom: 0px;
  }
}

#block-500sbottom>div img{
  margin: auto;
  height: auto;
  width: 66.666667%;
}

#block-prmiddle1>div:last-child>div,
#block-500smiddle>div:last-child>div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#block-prmiddle1>div{
  width: 100%;
}

@media (min-width: 768px){
  #block-prmiddle1>div{
    width: 50%;
  }
}

#block-prmiddle1 .fb-link a,
#block-500smiddle .fb-link a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-prmiddle1 .fb-link a[disabled],
#block-500smiddle .fb-link a[disabled]{
  pointer-events: none;
}

#block-prmiddle1 .fb-link a.loading,#block-prmiddle1 .fb-link a.loading:hover,
#block-500smiddle .fb-link a.loading,
#block-500smiddle .fb-link a.loading:hover{
  pointer-events: none;
}

#block-prmiddle1 .fb-link a.loading:before,
#block-500smiddle .fb-link a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-prmiddle1 .fb-link a.loading:before,
#block-500smiddle .fb-link a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-prmiddle1 .fb-link a,.btn-group > input[type="radio"]
#block-500smiddle .fb-link a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-prmiddle1 .fb-link a:before,.btn-group > input[type="radio"]
#block-500smiddle .fb-link a:before{
  content: attr(data-title);
}

#block-prmiddle1 .fb-link a:active:hover,#block-prmiddle1 .fb-link a:active:focus,
#block-500smiddle .fb-link a:active:hover,
#block-500smiddle .fb-link a:active:focus{
  animation: none;
}

#block-prmiddle1 .fb-link a:not(.no-animation):active:hover,#block-prmiddle1 .fb-link a:not(.no-animation):active:focus,
#block-500smiddle .fb-link a:not(.no-animation):active:hover,
#block-500smiddle .fb-link a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-prmiddle1 .fb-link a:hover,
#block-500smiddle .fb-link a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-prmiddle1 .fb-link a:focus-visible,
#block-500smiddle .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-prmiddle1 .fb-link a.glass:hover,#block-prmiddle1 .fb-link a.glass.btn-active,
#block-500smiddle .fb-link a.glass:hover,
#block-500smiddle .fb-link a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-prmiddle1 .fb-link a.glass:focus-visible,
#block-500smiddle .fb-link a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-prmiddle1 .fb-link a[disabled],#block-prmiddle1 .fb-link a[disabled]:hover,
#block-500smiddle .fb-link a[disabled],
#block-500smiddle .fb-link a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-prmiddle1 .fb-link a.loading.btn-square:before,#block-prmiddle1 .fb-link a.loading.btn-circle:before,
#block-500smiddle .fb-link a.loading.btn-square:before,
#block-500smiddle .fb-link a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-prmiddle1 .fb-link a.loading.btn-xl:before,#block-prmiddle1 .fb-link a.loading.btn-lg:before,
#block-500smiddle .fb-link a.loading.btn-xl:before,
#block-500smiddle .fb-link a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-prmiddle1 .fb-link a.loading.btn-sm:before,#block-prmiddle1 .fb-link a.loading.btn-xs:before,
#block-500smiddle .fb-link a.loading.btn-sm:before,
#block-500smiddle .fb-link a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-prmiddle1 .fb-link a,.btn-group > input[type="radio"]:checked
#block-500smiddle .fb-link a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-prmiddle1 .fb-link a:focus-visible,.btn-group > input[type="radio"]:checked
#block-500smiddle .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-prmiddle1 .fb-link a:not(:first-child):not(:last-child),.btn-group 
#block-500smiddle .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-prmiddle1 .fb-link a:first-child:not(:last-child),.btn-group 
#block-500smiddle .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-prmiddle1 .fb-link a:last-child:not(:first-child),.btn-group 
#block-500smiddle .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-prmiddle1 .fb-link a:not(:first-child):not(:last-child),.btn-group-horizontal 
#block-500smiddle .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prmiddle1 .fb-link a:first-child:not(:last-child),.btn-group-horizontal 
#block-500smiddle .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prmiddle1 .fb-link a:last-child:not(:first-child),.btn-group-horizontal 
#block-500smiddle .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-prmiddle1 .fb-link a:first-child:not(:last-child),.btn-group-vertical 
#block-500smiddle .fb-link a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-prmiddle1 .fb-link a:last-child:not(:first-child),.btn-group-vertical 
#block-500smiddle .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-prmiddle1 .fb-link a,
#block-500smiddle .fb-link a{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500smiddle .fb-link span{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-500smiddle .fb-link span[disabled]{
  pointer-events: none;
}

#block-500smiddle .fb-link span.loading,#block-500smiddle .fb-link span.loading:hover{
  pointer-events: none;
}

#block-500smiddle .fb-link span.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-500smiddle .fb-link span.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-500smiddle .fb-link span{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-500smiddle .fb-link span:before{
  content: attr(data-title);
}

#block-500smiddle .fb-link span:active:hover,#block-500smiddle .fb-link span:active:focus{
  animation: none;
}

#block-500smiddle .fb-link span:not(.no-animation):active:hover,#block-500smiddle .fb-link span:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-500smiddle .fb-link span:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-500smiddle .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-500smiddle .fb-link span.glass:hover,#block-500smiddle .fb-link span.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-500smiddle .fb-link span.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-500smiddle .fb-link span[disabled],#block-500smiddle .fb-link span[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-500smiddle .fb-link span.loading.btn-square:before,#block-500smiddle .fb-link span.loading.btn-circle:before{
  margin-right: 0px;
}

#block-500smiddle .fb-link span.loading.btn-xl:before,#block-500smiddle .fb-link span.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-500smiddle .fb-link span.loading.btn-sm:before,#block-500smiddle .fb-link span.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-500smiddle .fb-link span{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-500smiddle .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-500smiddle .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-500smiddle .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-500smiddle .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-500smiddle .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500smiddle .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500smiddle .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-500smiddle .fb-link span:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-500smiddle .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-500smiddle .fb-link span{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500smiddle .fb-link span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

#block-prmiddle1 .fb-title::after,
#block-500smiddle .fb-title::after {
  content: " ";
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(228 24 25 / var(--tw-bg-opacity))
}

#block-prmiddle1 .fb-title,
#block-500smiddle .fb-title{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

#block-prmiddle1 .fb-body,
#block-500smiddle .fb-body{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(35 52 70 / var(--tw-text-opacity));
}

#block-prmiddle1 .fb-body ul,
#block-500smiddle .fb-body ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1rem;
}

#block-prmiddle1 .fb-epigraph,
#block-500smiddle .fb-epigraph{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#block-prmiddle2{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  #block-prmiddle2{
    flex-direction: row-reverse;
  }
}

#block-prmiddle2 {
  background-color: #f6f6f6;
}

#block-prmiddle2>div{
  padding: 4rem;
}

#block-prmiddle2>div:last-child>div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#block-prmiddle2>div{
  width: 100%;
}

@media (min-width: 768px){
  #block-prmiddle2>div{
    width: 50%;
  }
}

#block-prmiddle2 .fb-link a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-prmiddle2 .fb-link a[disabled]{
  pointer-events: none;
}

#block-prmiddle2 .fb-link a.loading,#block-prmiddle2 .fb-link a.loading:hover{
  pointer-events: none;
}

#block-prmiddle2 .fb-link a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-prmiddle2 .fb-link a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-prmiddle2 .fb-link a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-prmiddle2 .fb-link a:before{
  content: attr(data-title);
}

#block-prmiddle2 .fb-link a:active:hover,#block-prmiddle2 .fb-link a:active:focus{
  animation: none;
}

#block-prmiddle2 .fb-link a:not(.no-animation):active:hover,#block-prmiddle2 .fb-link a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-prmiddle2 .fb-link a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-prmiddle2 .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-prmiddle2 .fb-link a.glass:hover,#block-prmiddle2 .fb-link a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-prmiddle2 .fb-link a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-prmiddle2 .fb-link a[disabled],#block-prmiddle2 .fb-link a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-prmiddle2 .fb-link a.loading.btn-square:before,#block-prmiddle2 .fb-link a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-prmiddle2 .fb-link a.loading.btn-xl:before,#block-prmiddle2 .fb-link a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-prmiddle2 .fb-link a.loading.btn-sm:before,#block-prmiddle2 .fb-link a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-prmiddle2 .fb-link a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-prmiddle2 .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-prmiddle2 .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-prmiddle2 .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-prmiddle2 .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-prmiddle2 .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prmiddle2 .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prmiddle2 .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-prmiddle2 .fb-link a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-prmiddle2 .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-prmiddle2 .fb-link a{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-prmiddle2 .fb-title{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#block-prmiddle2 .fb-title::after {
  content: " ";
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(228 24 25 / var(--tw-bg-opacity))
}

#block-prmiddle2 .fb-body{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#block-prmiddle2 .fb-body ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1rem;
}

#block-prmiddle2 .fb-epigraph{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#block-500sbottom{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  #block-500sbottom{
    flex-direction: row-reverse;
  }
}

#block-500sbottom {
  background-color: #f6f6f6;
}

#block-500sbottom>div{
  padding: 4rem;
}

#block-500sbottom>div:last-child{
  padding-top: 0px;
}

@media (min-width: 768px){
  #block-500sbottom>div:last-child{
    padding-top: 4rem;
  }
}

#block-500sbottom>div>div,
#block-500sbottom>div .ae9-free-block-image,
#block-500sbottom>div .ae9-free-block-image>div{
  display: flex;
  height: 100%;
  width: 100%;
  place-content: center;
}

#block-500sbottom>div:last-child>div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#block-500sbottom>div{
  width: 100%;
}

@media (min-width: 768px){
  #block-500sbottom>div{
    width: 50%;
  }
}

#block-500sbottom .fb-link a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-500sbottom .fb-link a[disabled]{
  pointer-events: none;
}

#block-500sbottom .fb-link a.loading,#block-500sbottom .fb-link a.loading:hover{
  pointer-events: none;
}

#block-500sbottom .fb-link a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-500sbottom .fb-link a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-500sbottom .fb-link a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-500sbottom .fb-link a:before{
  content: attr(data-title);
}

#block-500sbottom .fb-link a:active:hover,#block-500sbottom .fb-link a:active:focus{
  animation: none;
}

#block-500sbottom .fb-link a:not(.no-animation):active:hover,#block-500sbottom .fb-link a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-500sbottom .fb-link a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-500sbottom .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-500sbottom .fb-link a.glass:hover,#block-500sbottom .fb-link a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-500sbottom .fb-link a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-500sbottom .fb-link a[disabled],#block-500sbottom .fb-link a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-500sbottom .fb-link a.loading.btn-square:before,#block-500sbottom .fb-link a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-500sbottom .fb-link a.loading.btn-xl:before,#block-500sbottom .fb-link a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-500sbottom .fb-link a.loading.btn-sm:before,#block-500sbottom .fb-link a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-500sbottom .fb-link a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-500sbottom .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-500sbottom .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-500sbottom .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-500sbottom .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-500sbottom .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500sbottom .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500sbottom .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-500sbottom .fb-link a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-500sbottom .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-500sbottom .fb-link a{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500sbottom .fb-link span{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-500sbottom .fb-link span[disabled]{
  pointer-events: none;
}

#block-500sbottom .fb-link span.loading,#block-500sbottom .fb-link span.loading:hover{
  pointer-events: none;
}

#block-500sbottom .fb-link span.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-500sbottom .fb-link span.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-500sbottom .fb-link span{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-500sbottom .fb-link span:before{
  content: attr(data-title);
}

#block-500sbottom .fb-link span:active:hover,#block-500sbottom .fb-link span:active:focus{
  animation: none;
}

#block-500sbottom .fb-link span:not(.no-animation):active:hover,#block-500sbottom .fb-link span:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-500sbottom .fb-link span:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-500sbottom .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-500sbottom .fb-link span.glass:hover,#block-500sbottom .fb-link span.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-500sbottom .fb-link span.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-500sbottom .fb-link span[disabled],#block-500sbottom .fb-link span[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-500sbottom .fb-link span.loading.btn-square:before,#block-500sbottom .fb-link span.loading.btn-circle:before{
  margin-right: 0px;
}

#block-500sbottom .fb-link span.loading.btn-xl:before,#block-500sbottom .fb-link span.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-500sbottom .fb-link span.loading.btn-sm:before,#block-500sbottom .fb-link span.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-500sbottom .fb-link span{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-500sbottom .fb-link span:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-500sbottom .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-500sbottom .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-500sbottom .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-500sbottom .fb-link span:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500sbottom .fb-link span:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-500sbottom .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-500sbottom .fb-link span:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-500sbottom .fb-link span:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-500sbottom .fb-link span{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-500sbottom .fb-link span:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

#block-500sbottom .fb-title{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#block-500sbottom .fb-title::after {
  content: " ";
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(228 24 25 / var(--tw-bg-opacity))
}

#block-500sbottom .fb-body{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#block-500sbottom .fb-body ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 1rem;
}

#block-500sbottom .fb-epigraph{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#ae9_purchase_form_tys, #ae9_purchase_form_subscribe {
  width: 18px;
  height: 18px;
}

#block-prclosure{
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

@media (min-width: 768px){
  #block-prclosure{
    flex-direction: row;
  }
}

#block-prclosure>div{
  padding: 4rem;
}

#block-prclosure>div:last-child>div{
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

#block-prclosure>div{
  width: 50%;
}

#block-prclosure .fb-link a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

#block-prclosure .fb-link a[disabled]{
  pointer-events: none;
}

#block-prclosure .fb-link a.loading,#block-prclosure .fb-link a.loading:hover{
  pointer-events: none;
}

#block-prclosure .fb-link a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  #block-prclosure .fb-link a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"]#block-prclosure .fb-link a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"]#block-prclosure .fb-link a:before{
  content: attr(data-title);
}

#block-prclosure .fb-link a:active:hover,#block-prclosure .fb-link a:active:focus{
  animation: none;
}

#block-prclosure .fb-link a:not(.no-animation):active:hover,#block-prclosure .fb-link a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

#block-prclosure .fb-link a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

#block-prclosure .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

#block-prclosure .fb-link a.glass:hover,#block-prclosure .fb-link a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

#block-prclosure .fb-link a.glass:focus-visible{
  outline: 2px solid currentColor;
}

#block-prclosure .fb-link a[disabled],#block-prclosure .fb-link a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

#block-prclosure .fb-link a.loading.btn-square:before,#block-prclosure .fb-link a.loading.btn-circle:before{
  margin-right: 0px;
}

#block-prclosure .fb-link a.loading.btn-xl:before,#block-prclosure .fb-link a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

#block-prclosure .fb-link a.loading.btn-sm:before,#block-prclosure .fb-link a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked#block-prclosure .fb-link a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked#block-prclosure .fb-link a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group #block-prclosure .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group #block-prclosure .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group #block-prclosure .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal #block-prclosure .fb-link a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prclosure .fb-link a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal #block-prclosure .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical #block-prclosure .fb-link a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical #block-prclosure .fb-link a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

#block-prclosure .fb-link a{
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#block-prclosure .fb-title{
  font-family: Tinos, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: -0.025em;
}

#block-prclosure .fb-title::after {
  content: " ";
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  display: block;
  height: 0.125rem;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(228 24 25 / var(--tw-bg-opacity))
}

#block-prclosure .fb-body{
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: -0.05em;
}

#block-prclosure .fb-epigraph{
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

#block-prclients .ae9-incentives-blocks>div{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  --tw-grayscale: grayscale(100%);
  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);
}

#block-prclients .ae9-incentives-blocks .ae9-incentive-image{
  padding: 4rem;
}

.ae-preview-payment{
  margin-bottom: 1rem;
  position: fixed;
  right: 0px;
  bottom: 50%;
  z-index: 50;
  display: block;
  width: 18rem;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  background-color: rgb(246 254 254 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  padding: 2rem;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.025em;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ae-preview-payment a{
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-color: transparent;
  border-color: hsl(var(--n) / var(--tw-border-opacity));
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-btn, 0.5rem);
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1em;
  min-height: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-transform: var(--btn-text-case, uppercase);
  text-decoration-line: none;
  border-width: var(--border-btn, 1px);
  animation: button-pop var(--animation-btn, 0.25s) ease-out;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}

.ae-preview-payment a[disabled]{
  pointer-events: none;
}

.ae-preview-payment a.loading,.ae-preview-payment a.loading:hover{
  pointer-events: none;
}

.ae-preview-payment a.loading:before{
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}

@media (prefers-reduced-motion: reduce){
  .ae-preview-payment a.loading:before{
    animation: spin 10s linear infinite;
  }
}

.btn-group > input[type="radio"].ae-preview-payment a{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-group > input[type="radio"].ae-preview-payment a:before{
  content: attr(data-title);
}

.ae-preview-payment a:active:hover,.ae-preview-payment a:active:focus{
  animation: none;
}

.ae-preview-payment a:not(.no-animation):active:hover,.ae-preview-payment a:not(.no-animation):active:focus{
  transform: scale(var(--btn-focus-scale, 0.95));
}

.ae-preview-payment a:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
}

.ae-preview-payment a:focus-visible{
  outline: 2px solid hsl(var(--nf));
  outline-offset: 2px;
}

.ae-preview-payment a.glass:hover,.ae-preview-payment a.glass.btn-active{
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}

.ae-preview-payment a.glass:focus-visible{
  outline: 2px solid currentColor;
}

.ae-preview-payment a[disabled],.ae-preview-payment a[disabled]:hover{
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

.ae-preview-payment a.loading.btn-square:before,.ae-preview-payment a.loading.btn-circle:before{
  margin-right: 0px;
}

.ae-preview-payment a.loading.btn-xl:before,.ae-preview-payment a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

.btn.loading.ae-preview-payment a:before{
  height: 1.25rem;
  width: 1.25rem;
}

.ae-preview-payment a.loading.btn-xl:before,.ae-preview-payment a.loading.btn-lg:before{
  height: 1.25rem;
  width: 1.25rem;
}

.ae-preview-payment a.loading.btn-sm:before,.ae-preview-payment a.loading.btn-xs:before{
  height: 0.75rem;
  width: 0.75rem;
}

.btn-group > input[type="radio"]:checked.ae-preview-payment a{
  --tw-border-opacity: 1;
  border-color: hsl(var(--p) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}

.btn-group > input[type="radio"]:checked.ae-preview-payment a:focus-visible{
  outline: 2px solid hsl(var(--p));
}

.btn-group .ae-preview-payment a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group .ae-preview-payment a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group .ae-preview-payment a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-horizontal .ae-preview-payment a:not(:first-child):not(:last-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-horizontal .ae-preview-payment a:first-child:not(:last-child){
  margin-top: -0px;
  margin-left: -1px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: 0;
}

.btn-group-horizontal .ae-preview-payment a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.btn-group-vertical .ae-preview-payment a:first-child:not(:last-child){
  margin-top: -1px;
  margin-left: -0px;
  border-start-start-radius: var(--rounded-btn, 0.5rem);
  border-start-end-radius: var(--rounded-btn, 0.5rem);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.btn-group-vertical .ae-preview-payment a:last-child:not(:first-child){
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: var(--rounded-btn, 0.5rem);
  border-end-end-radius: var(--rounded-btn, 0.5rem);
}

.ae-preview-payment a{
  margin-top: 1rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 52 70 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ae-preview-payment a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

.thank-you h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#ae9-footer-closure svg{
  display: inline;
  height: 1rem;
  width: 1rem;
}

#ae9-footer-closure span{
  display: inline-block;
}

.side-article.featured_article::before {
  content: "Contenido patrocinado";
  color: rgb(170, 18, 17);
  text-transform: uppercase;
  font-size: 12px;
}

#block-views-block-rk-articles-block-1 .side-article.featured_article::before{
  margin-bottom: 0.25rem;
  display: block;
}

.ui-dialog-titlebar-close {
  top: -4px !important;
  right: 0px !important;
}

.ui-dialog {
  background-color: #fff !important;
  box-shadow: 0px 0px 1rem #666 !important;
  padding: 1rem !important;
}

@media (orientation:portrait) {
  #block-views-block-press-releases-block-block-1-2{
    margin-top: 1rem;
  }

  #node-press-release-form .fieldset-wrapper {
    width: 100% !important;
    overflow: hidden;
  }

  .captcha{
    margin-top: 1rem;
  }

  #edit-field-subhead-wrapper textarea,
  #edit-body-wrapper textarea,
  #edit-field-about-wrapper textarea{
    display: none !important;
  }

  #node-press-release-form{
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#edit-field-tyc-wrapper>div{
  margin-top: 2rem;
  display: flex;
}

#edit-field-tyc-wrapper label{
  display: none !important;
}

#edit-field-tyc-value--description{
  margin-top: 0px !important;
  margin-left: 1rem;
  font-family: Open Sans, sans-serif !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400 !important;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

#edit-field-tyc-value--description a{
  font-weight: 700;
  text-decoration-line: underline;
}

#edit-field-tyc-value{
  height: 1.25rem;
  width: 1.25rem;
}

#block-views-block-press-releases-block-block-1 footer,
#block-views-block-press-releases-block-block-1-2 footer{
  text-align: right;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(170 18 17 / var(--tw-text-opacity));
}

.side-article.press_release::before {
  content: "Nota de prensa";
  color: rgb(170, 18, 17);
  text-transform: uppercase;
  font-size: 12px;
}

.tabs{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 32 44 / var(--tw-border-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  .tab-active{
    border-bottom-width: 2px;
  }
  .tab-active{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(170 18 17 / var(--tw-border-opacity));
  }
  .tab-active{
    --tw-bg-opacity: 1;
    background-color: rgb(170 18 17 / var(--tw-bg-opacity));
  }
  .tab-active{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .tab-active{
    font-weight: 700;
  }
  .tab-active{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .tab{
    border-bottom-width: 2px;
  }
  .tab{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(246 254 254 / var(--tw-border-opacity));
  }
  .tab{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .tab{
    font-weight: 700;
  }
  .tab{
    --tw-text-opacity: 1;
    color: rgb(35 52 70 / var(--tw-text-opacity));
  }
}

#block-views-block-rk-articles-block-1{
  padding-top: 6rem;
  header h2{
    border-bottom-width: 2px;
  }
  header h2{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(170 18 17 / var(--tw-border-opacity));
  }
  header h2{
    --tw-text-opacity: 1;
    color: rgb(170 18 17 / var(--tw-text-opacity));
  }
  footer{
    text-align: right;
  }
  footer {
    a{
      font-weight: 700;
    }
    a{
      letter-spacing: -0.05em;
    }
    a{
      --tw-text-opacity: 1;
      color: rgb(228 24 25 / var(--tw-text-opacity));
    }
    a{
      text-decoration-line: underline;
    }
  }
  .views-row{
    display: flex;
  }
  .views-row{
    flex-direction: row;
  }
  .views-row > :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)));
  }
  .views-row{
    border-bottom-width: 1px;
  }
  .views-row{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(26 32 44 / var(--tw-border-opacity));
  }
  .views-row{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .views-row {
    .views-field-field-image{
      flex-grow: 0;
    }
    .views-field-field-image {
      >div{
        aspect-ratio: 1 / 1;
      }
      >div{
        height: 100%;
      }
      >div{
        height: 4rem;
      }
      >div{
        width: 100%;
      }
      >div{
        width: 4rem;
      }
      >div{
        overflow: hidden;
      }
      >div {
        img{
          height: 100%;
        }
        img{
          width: 100%;
        }
        img{
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
    }
    .views-field-field-title{
      flex-grow: 1;
    }
    .views-field-field-title{
      --tw-text-opacity: 1;
      color: rgb(26 32 44 / var(--tw-text-opacity));
    }
    .views-field-field-title {
      a{
        letter-spacing: -0.05em;
      }
    }
  }
}

#mba-2023-main-menu{
  text-decoration-line: underline;
  text-decoration-color: #e41819;
  text-decoration-thickness: 2px;
}

.ae9-entity-file .node-content{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  >div:first-child{
    grid-column: span 12 / span 12;
  }
  >div:first-child{
    margin-bottom: 2rem;
  }
  @media (min-width: 768px){
    >div:first-child{
      grid-column: span 12 / span 12;
    }
  }
  >div:nth-child(2){
    grid-column: span 12 / span 12;
  }
  @media (min-width: 768px){
    >div:nth-child(2){
      grid-column: span 8 / span 8;
    }
  }
  >div:nth-child(3){
    color: var(--tw-prose-body);
    max-width: 65ch;
  }
  >div:nth-child(3) :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(a):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  >div:nth-child(3) :where(strong):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  >div:nth-child(3) :where(a strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(blockquote strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(thead th strong):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(ol):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  >div:nth-child(3) :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  >div:nth-child(3) :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  >div:nth-child(3) :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha;
  }
  >div:nth-child(3) :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha;
  }
  >div:nth-child(3) :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  >div:nth-child(3) :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  >div:nth-child(3) :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman;
  }
  >div:nth-child(3) :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman;
  }
  >div:nth-child(3) :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
  }
  >div:nth-child(3) :where(ul):not(:where([class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }
  >div:nth-child(3) :where(ol > li):not(:where([class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  >div:nth-child(3) :where(ul > li):not(:where([class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets);
  }
  >div:nth-child(3) :where(hr):not(:where([class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
    content: open-quote;
  }
  >div:nth-child(3) :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
    content: close-quote;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(h1 strong):not(:where([class~="not-prose"] *)){
    font-weight: 900;
    color: inherit;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(h2 strong):not(:where([class~="not-prose"] *)){
    font-weight: 800;
    color: inherit;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(h3 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(h4 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700;
    color: inherit;
  }
  >div:nth-child(3) :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  >div:nth-child(3) :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  >div:nth-child(3) :where(figcaption):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  >div:nth-child(3) :where(code):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  >div:nth-child(3) :where(code):not(:where([class~="not-prose"] *))::before{
    content: "`";
  }
  >div:nth-child(3) :where(code):not(:where([class~="not-prose"] *))::after{
    content: "`";
  }
  >div:nth-child(3) :where(a code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(h1 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(h2 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.875em;
  }
  >div:nth-child(3) :where(h3 code):not(:where([class~="not-prose"] *)){
    color: inherit;
    font-size: 0.9em;
  }
  >div:nth-child(3) :where(h4 code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(blockquote code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :where(thead th code):not(:where([class~="not-prose"] *)){
    color: inherit;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(pre code):not(:where([class~="not-prose"] *))::before{
    content: none;
  }
  >div:nth-child(3) :where(pre code):not(:where([class~="not-prose"] *))::after{
    content: none;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  >div:nth-child(3) :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
    border-bottom-width: 0;
  }
  >div:nth-child(3) :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline;
  }
  >div:nth-child(3) :where(tfoot):not(:where([class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  >div:nth-child(3) :where(tfoot td):not(:where([class~="not-prose"] *)){
    vertical-align: top;
  }
  >div:nth-child(3){
    --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;
  }
  >div:nth-child(3) :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  >div:nth-child(3) :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  >div:nth-child(3) :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  >div:nth-child(3) :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  >div:nth-child(3) :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em;
  }
  >div:nth-child(3) :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  >div:nth-child(3) :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  >div:nth-child(3) :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  >div:nth-child(3) :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em;
  }
  >div:nth-child(3) :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  >div:nth-child(3) :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  >div:nth-child(3) :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  >div:nth-child(3) :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;
  }
  >div:nth-child(3) :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  >div:nth-child(3) :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  >div:nth-child(3) :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  >div:nth-child(3) :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  >div:nth-child(3) :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  :root >div:nth-child(3){
    --tw-prose-body: hsla(var(--bc)/.8);
    --tw-prose-headings: hsl(var(--bc));
    --tw-prose-lead: hsl(var(--bc));
    --tw-prose-links: hsl(var(--bc));
    --tw-prose-bold: hsl(var(--bc));
    --tw-prose-counters: hsl(var(--bc));
    --tw-prose-bullets: hsla(var(--bc)/.5);
    --tw-prose-hr: hsla(var(--bc)/.2);
    --tw-prose-quotes: hsl(var(--bc));
    --tw-prose-quote-borders: hsla(var(--bc)/.2);
    --tw-prose-captions: hsla(var(--bc)/.5);
    --tw-prose-code: hsl(var(--bc));
    --tw-prose-pre-code: hsl(var(--nc));
    --tw-prose-pre-bg: hsl(var(--n));
    --tw-prose-th-borders: hsla(var(--bc)/.5);
    --tw-prose-td-borders: hsla(var(--bc)/.2);
  }
  >div:nth-child(3) :where(code):not(:where([class~="not-prose"] *)){
    padding: 2px 8px;
    border-radius: var(--rounded-badge);
  }
  >div:nth-child(3) code:after,>div:nth-child(3) code:before{
    content: none;
  }
  >div:nth-child(3) code:after,>div:nth-child(3) code:before{
    content: none;
  }
  >div:nth-child(3) pre code{
    border-radius: 0;
    padding: 0;
  }
  >div:nth-child(3) :where(tbody tr, thead):not(:where([class~="not-prose"] *)){
    border-bottom-color: hsl(var(--bc) / 20%);
  }
  >div:nth-child(3){
    grid-column: span 12 / span 12;
  }
  >div:nth-child(3){
    border-left-width: 1px;
  }
  >div:nth-child(3){
    --tw-border-opacity: 1;
    border-color: rgb(35 52 70 / var(--tw-border-opacity));
  }
  >div:nth-child(3){
    padding-left: 1rem;
  }
  @media (min-width: 768px){
    >div:nth-child(3){
      grid-column: span 4 / span 4;
    }
  }
}

.ae9-entity-file .node-content>div:first-child>div{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 2rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(170 18 17 / var(--tw-border-opacity));
  .ae9-entity-school-logo{
    grid-column: span 12 / span 12;
  }
  @media not all and (min-width: 640px){
    .ae9-entity-school-logo{
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media not all and (min-width: 640px){
    .ae9-entity-school-logo{
      margin-bottom: 4rem;
    }
  }
  @media not all and (min-width: 640px){
    .ae9-entity-school-logo{
      height: auto;
    }
  }
  @media not all and (min-width: 640px){
    .ae9-entity-school-logo{
      width: 50%;
    }
  }
  @media (min-width: 768px){
    .ae9-entity-school-logo{
      grid-column: span 2 / span 2;
    }
  }
  @media (min-width: 768px){
    .ae9-entity-school-logo{
      grid-row: span 2 / span 2;
    }
  }
  .ae9-entity-school-name{
    margin-bottom: 1rem;
  }
  .ae9-entity-school-name{
    font-family: Tinos, serif;
  }
  .ae9-entity-school-name{
    font-size: 3rem;
    line-height: 1;
  }
  .ae9-entity-school-name{
    letter-spacing: -0.025em;
  }
  .ae9-entity-school-name{
    grid-column: span 12 / span 12;
  }
  @media (min-width: 768px){
    .ae9-entity-school-name{
      grid-column: span 10 / span 10;
    }
  }
  .ae9-entity-school-subhead{
    grid-column: span 12 / span 12;
  }
  @media (min-width: 768px){
    .ae9-entity-school-subhead{
      grid-column: span 10 / span 10;
    }
  }
  .ae9-entity-school-subhead{
    font-family: Encode Sans Condensed, sans-serif;
  }
  .ae9-entity-school-subhead{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ae9-entity-school-subhead{
    font-weight: 700;
  }
  .ae9-entity-school-subhead{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

.ae9-entity-file .node-content>div:nth-child(2)>div{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  .ae9-entity-school-body{
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .ae9-entity-school-body :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .ae9-entity-school-body :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .ae9-entity-school-body :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .ae9-entity-school-body :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .ae9-entity-school-body :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .ae9-entity-school-body :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .ae9-entity-school-body :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .ae9-entity-school-body :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ae9-entity-school-body :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ae9-entity-school-body :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .ae9-entity-school-body :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .ae9-entity-school-body :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .ae9-entity-school-body :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .ae9-entity-school-body :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8611111em;
  }
  .ae9-entity-school-body :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
  }
  .ae9-entity-school-body :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;
  }
  .ae9-entity-school-body :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  .ae9-entity-school-body :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em;
  }
  .ae9-entity-school-body :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .ae9-entity-school-body :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  .ae9-entity-school-body :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .ae9-entity-school-body :where(.prose-xl > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em;
  }
  .ae9-entity-school-body :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .ae9-entity-school-body :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .ae9-entity-school-body :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .ae9-entity-school-body :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .ae9-entity-school-body :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .ae9-entity-school-body :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .ae9-entity-school-body :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;
  }
  .ae9-entity-school-body :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0;
  }
  .ae9-entity-school-body :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0;
  }
  .ae9-entity-school-body :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(.prose-xl > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0;
  }
  .ae9-entity-school-body :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .ae9-entity-school-body :where(.prose-xl > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
  .ae9-entity-school-body{
    grid-column: span 12 / span 12;
  }
  .ae9-entity-school-body{
    width: 100%;
  }
  .ae9-entity-school-body{
    max-width: none;
  }
  .ae9-entity-school-body {
    .paragraph{
      margin-bottom: 4rem;
    }
    h2{
      font-family: Open Sans, sans-serif;
    }
    h2{
      font-size: 1.5rem;
      line-height: 2rem;
    }
    h2{
      font-weight: 700;
    }
    h2{
      text-transform: uppercase;
    }
    h2{
      text-decoration-line: underline;
    }
    h2{
      text-decoration-color: #aa1211;
    }
    h2{
      text-decoration-thickness: 4px;
    }
    p>{
      width: 100%;
    }
    p>{
      max-width: none;
    }
    iframe{
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    iframe{
      aspect-ratio: 16 / 9;
    }
    iframe{
      width: 100%;
    }
  }
}

#block-logosae {
  img{
    height: 5rem;
  }
  img{
    width: auto;
  }
  >div:not(.contextual){
    display: flex;
  }
  >div:not(.contextual){
    flex-direction: row;
  }
  >div:not(.contextual){
    align-items: flex-end;
  }
  .ae9-logo-apec{
    height: 3.5rem;
  }
  .ae9-logo-apec{
    width: auto;
  }
  .ae9-logo-apec{
    padding-bottom: 0.75rem;
  }
  .ae9-mp{
    padding-bottom: 0.75rem;
  }
  .ae9-mp{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.ae9-apec-green-bar{
  margin-bottom: 1rem;
  margin: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #009600 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 150 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(192 222 49 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c0de31 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #009600 var(--tw-gradient-to-position);
  background-size: 400%;
  animation: animatebackground 8s ease infinite;
  animation-delay: 0s;
}

.ae9-apec-blue-bar{
  margin-bottom: 1rem;
  margin: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0039bc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 57 188 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 198 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00c6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #0039bc var(--tw-gradient-to-position);
  background-size: 400%;
  animation: animatebackground 8s ease infinite;
  animation-delay: 2s;
}

.ae9-apec-yellow-bar{
  margin-bottom: 1rem;
  margin: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f78200 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 130 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 229 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe524 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #f78200 var(--tw-gradient-to-position);
  background-size: 400%;
  animation: animatebackground 8s ease infinite;
  animation-delay: 4s;
}

.ae9-apec-red-bar{
  margin-bottom: 1rem;
  margin: 0px;
  display: block;
  height: 0.25rem;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #c70046 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 0 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(250 0 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fa0052 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #c70046 var(--tw-gradient-to-position);
  background-size: 400%;
  animation: animatebackground 8s ease infinite;
  animation-delay: 8s;
}

.ae9-apec-divider{
  margin-bottom: 1rem;
  margin: 0px;
  margin-top: 0.5rem;
  display: block;
  height: 0.75rem;
  width: 100%;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
  animation: animatebackground 10s ease infinite;
}

@keyframes animatebackground {
  0%{
    --tw-bg-opacity: 1;
    background-color: rgb(199 0 70 / var(--tw-bg-opacity));
  }

  12%{
    --tw-bg-opacity: 1;
    background-color: rgb(247 130 0 / var(--tw-bg-opacity));
  }

  25%{
    --tw-bg-opacity: 1;
    background-color: rgb(255 229 36 / var(--tw-bg-opacity));
  }

  37%{
    --tw-bg-opacity: 1;
    background-color: rgb(192 222 49 / var(--tw-bg-opacity));
  }

  50%{
    --tw-bg-opacity: 1;
    background-color: rgb(0 150 0 / var(--tw-bg-opacity));
  }

  62%{
    --tw-bg-opacity: 1;
    background-color: rgb(0 198 255 / var(--tw-bg-opacity));
  }

  75%{
    --tw-bg-opacity: 1;
    background-color: rgb(0 57 188 / var(--tw-bg-opacity));
  }

  88%{
    --tw-bg-opacity: 1;
    background-color: rgb(250 0 82 / var(--tw-bg-opacity));
  }

  100%{
    --tw-bg-opacity: 1;
    background-color: rgb(199 0 70 / var(--tw-bg-opacity));
  }

  /* from {
    background-position: 0 0;
  }
  to {
    background-position:100% 0;
  } */
}

/* <div class="ae9-apec-green-bar"></div>
<div class="ae9-apec-blue-bar"></div>
<div class="ae9-apec-yellow-bar"></div>
<div class="ae9-apec-red-bar"></div> */

#featured-area.ae9-apec-featured>div{
  width: 100%;
}

#block-views-block-apec-articles-block-1{
  width: 100%;
  >div{
    width: 100%;
  }
}

#block-views-block-apec-articles-block-1>{
  margin-left: auto;
  margin-right: auto;
}

.ae9-apec-articles{
  width: 100%;
}

@media (min-width: 640px){
  .ae9-apec-articles{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .ae9-apec-articles{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .ae9-apec-articles{
    max-width: 1024px;
  }
}

.ae9-apec-articles{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  height: auto;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px){
  .ae9-apec-articles{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ae9-apec-articles {
  .views-row{
    aspect-ratio: 2;
  }
  .views-row{
    overflow: hidden;
  }
  .views-row{
    border-radius: 0.75rem;
  }
  .views-row{
    --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);
  }
  @media (min-width: 1024px){
    .views-row{
      aspect-ratio: 4/3;
    }
  }
  .views-row {
    .views-field-nothing{
      height: 100%;
    }
    .views-field-nothing{
      width: 100%;
    }
    .views-field-nothing {
      .field-content{
        margin-bottom: 1rem;
      }
      .field-content{
        display: block !important;
      }
      .field-content{
        height: 100%;
      }
      .field-content{
        width: 100%;
      }
      .field-content {
        .ae9-apec-wrapper:hover {
          .ae9-apec-text-wrapper{
            background-color: transparent !important;
          }
          .ae9-apec-text-wrapper{
            --tw-backdrop-blur: blur(0);
            -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
                    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          }
          .ae9-apec-text-wrapper {
            h2 {
              text-shadow: 1px 1px 8px black;
            }
            h2{
              --tw-bg-opacity: 1;
              background-color: rgb(0 0 0 / var(--tw-bg-opacity));
            }
            h2{
              --tw-bg-opacity: 0.5;
            }
          }
          .ae9-apec-image-wrapper {
            img{
              --tw-scale-x: 1.25;
              --tw-scale-y: 1.25;
              transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
          }
        }
        .ae9-apec-wrapper{
          margin-bottom: 1rem;
        }
        .ae9-apec-wrapper{
          position: relative;
        }
        .ae9-apec-wrapper{
          display: block !important;
        }
        .ae9-apec-wrapper{
          height: 100%;
        }
        .ae9-apec-wrapper{
          width: 100%;
        }
        .ae9-apec-wrapper {
          .ae9-apec-image-wrapper{
            margin-bottom: 1rem;
          }
          .ae9-apec-image-wrapper{
            position: absolute;
          }
          .ae9-apec-image-wrapper{
            z-index: 30;
          }
          .ae9-apec-image-wrapper{
            display: block !important;
          }
          .ae9-apec-image-wrapper{
            aspect-ratio: 1 / 1;
          }
          .ae9-apec-image-wrapper{
            height: 100%;
          }
          .ae9-apec-image-wrapper{
            width: 100%;
          }
          .ae9-apec-image-wrapper {
            img{
              height: 100%;
            }
            img{
              width: 100%;
            }
            img{
              --tw-scale-x: 1;
              --tw-scale-y: 1;
              transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            }
            img{
              -o-object-fit: cover;
                 object-fit: cover;
            }
            img{
              transition-property: all;
              transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
              transition-duration: 150ms;
            }
          }
          .ae9-apec-text-wrapper{
            position: absolute;
          }
          .ae9-apec-text-wrapper{
            z-index: 50;
          }
          .ae9-apec-text-wrapper{
            display: flex;
          }
          .ae9-apec-text-wrapper{
            aspect-ratio: 1 / 1;
          }
          .ae9-apec-text-wrapper{
            height: 100%;
          }
          .ae9-apec-text-wrapper{
            width: 100%;
          }
          .ae9-apec-text-wrapper{
            flex-direction: column;
          }
          .ae9-apec-text-wrapper{
            align-items: center;
          }
          .ae9-apec-text-wrapper{
            justify-content: flex-start;
          }
          .ae9-apec-text-wrapper{
            --tw-backdrop-blur: blur(1px);
            -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
                    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          }
          .ae9-apec-text-wrapper {
            /* backdrop-blur-sm; */
            h2{
              flex-grow: 1;
            }
            h2{
              padding: 2rem;
            }
            h2{
              font-family: Open Sans, sans-serif;
            }
            h2{
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            h2{
              font-weight: 700;
            }
            h2{
              letter-spacing: -0.05em;
            }
            h2{
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            h2 {
              text-shadow: 1px 1px 4px black;
            }
            p{
              display: none;
            }
            p{
              flex-grow: 0;
            }
            p{
              --tw-bg-opacity: 1;
              background-color: rgb(0 0 0 / var(--tw-bg-opacity));
            }
            p{
              --tw-bg-opacity: 0.6;
            }
            p{
              padding: 2rem;
            }
            p{
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
          }
        }
      }
    }
  }
  .views-row {
    .ae9-apec-text-wrapper{
      --tw-bg-opacity: 0.6 !important;
    }
  }
}

#block-banner720x90 {
  background-image: url(/sites/default/files/2024-08/dots.png);
  background-size: 20px auto;
  .ae-720x90{
    margin-left: auto;
    margin-right: auto;
  }
  .ae-720x90{
    display: flex;
  }
  .ae-720x90{
    align-items: center;
  }
  .ae-720x90{
    justify-content: center;
  }
  .ae-720x90{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .ae-720x90{
    --tw-bg-opacity: 0.7;
  }
  .ae-720x90{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

#block-views-block-apec-articles-block-1{
  margin-top: 2rem;
}

#block-views-block-apec-articles-block-1>h2{
  width: 100%;
}

@media (min-width: 640px){
  #block-views-block-apec-articles-block-1>h2{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  #block-views-block-apec-articles-block-1>h2{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #block-views-block-apec-articles-block-1>h2{
    max-width: 1024px;
  }
}

#block-views-block-apec-articles-block-1>h2{
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #fa0052;
  text-decoration-thickness: 4px;
}

body:not(.gin--horizontal-toolbar) {
  .ae9-apec-articles {
    .views-row {
      &:nth-of-type(1){
        aspect-ratio: 1 / 1;
      }
      @media (min-width: 768px){
        &:nth-of-type(1){
          grid-column: span 2 / span 2;
        }
      }
      @media (min-width: 768px){
        &:nth-of-type(1){
          aspect-ratio: auto;
        }
      }
      &:nth-of-type(1) {
        h2{
          font-size: 1.875rem !important;
          line-height: 2.25rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
      &:nth-of-type(2){
        aspect-ratio: 4/3;
      }
      @media (min-width: 768px){
        &:nth-of-type(2){
          aspect-ratio: 1 / 1;
        }
      }
      &:nth-of-type(2) {
        h2{
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
      &:nth-of-type(3),
      &:nth-of-type(4),
      &:nth-of-type(5){
        aspect-ratio: 4/3;
      }
      @media (min-width: 768px){
        &:nth-of-type(3),
      &:nth-of-type(4),
      &:nth-of-type(5){
          aspect-ratio: 1 / 1;
        }
      }
      &:nth-of-type(3),
      &:nth-of-type(4),
      &:nth-of-type(5) {
        h2{
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
    }
    .views-row:nth-child(8n) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(199 0 70 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+1) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 57 188 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+2) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(255 229 36 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+3) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 150 0 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+4) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(192 222 49 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+5) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 198 255 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+6) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(247 130 0 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+7) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(250 0 82 / var(--tw-bg-opacity));
      }
    }
  }
}

.gin--horizontal-toolbar {
  .ae9-apec-articles {
    .views-row {
      &:nth-of-type(2){
        aspect-ratio: 1 / 1;
      }
      @media (min-width: 768px){
        &:nth-of-type(2){
          grid-column: span 2 / span 2;
        }
      }
      @media (min-width: 768px){
        &:nth-of-type(2){
          aspect-ratio: auto;
        }
      }
      &:nth-of-type(2) {
        h2{
          font-size: 1.875rem !important;
          line-height: 2.25rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
      &:nth-of-type(3){
        aspect-ratio: 4/3;
      }
      @media (min-width: 768px){
        &:nth-of-type(3){
          aspect-ratio: 1 / 1;
        }
      }
      &:nth-of-type(3) {
        h2{
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
      &:nth-of-type(4),
      &:nth-of-type(5),
      &:nth-of-type(6){
        aspect-ratio: 4/3;
      }
      @media (min-width: 768px){
        &:nth-of-type(4),
      &:nth-of-type(5),
      &:nth-of-type(6){
          aspect-ratio: 1 / 1;
        }
      }
      &:nth-of-type(4),
      &:nth-of-type(5),
      &:nth-of-type(6) {
        h2{
          font-size: 1.5rem !important;
          line-height: 2rem !important;
        }
        h2 {
          text-shadow: 1px 1px 4px black;
        }
      }
    }
    .views-row:nth-child(8n+1) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(199 0 70 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+2) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 57 188 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+3) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(255 229 36 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+4) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 150 0 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+5) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(192 222 49 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+6) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(0 198 255 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+7) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(247 130 0 / var(--tw-bg-opacity));
      }
    }
    .views-row:nth-child(8n+8) {
      .ae9-apec-text-wrapper{
        --tw-bg-opacity: 1;
        background-color: rgb(250 0 82 / var(--tw-bg-opacity));
      }
    }
  }
}

.ae9-apec #top-menu-area #block-topmenu li.menu-item a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* 
    
    <div class="views-row"><div class="views-field views-field-nothing"><span class="field-content"><a class="ae9-apec-wrapper" href="/negocios-e-industrias/puerto-de-chancay-la-gran-oportunidad-para-el-comercio-peruano-o-amenaza-la">
<div class="ae9-apec-image-wrapper">
  <img src="/sites/default/files/styles/1280x720/public/2024-05/000888852W.jpg?itok=26cZJiPx" width="1280" height="720" alt="Fuente: Agencia Andina" loading="lazy" typeof="Image">



</div>
<div class="ae9-apec-text-wrapper">
Puerto de Chancay: ¿la gran oportunidad para el comercio peruano o amenaza a la seguridad nacional?
<p><span><span><span><span><span>En medio de conflictos sobre el acuerdo de exclusividad, amenazas de EE.UU. y la oportunidad de potenciar las agroexportaciones a nuevos mercados, la primera etapa del megapuerto se aproxima a su inauguración.</span></span></span></span></span></p>
</div>
</a></span></div></div>

*/

#block-apecheader .ae9-titl-list{
  width: 100%;
}

@media (min-width: 640px){
  #block-apecheader .ae9-titl-list{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  #block-apecheader .ae9-titl-list{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  #block-apecheader .ae9-titl-list{
    max-width: 1024px;
  }
}

#block-apecheader .ae9-titl-list{
  margin-left: auto;
  margin-right: auto;
  >div{
    display: grid;
  }
  >div{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  >div{
    gap: 1rem;
  }
  >div{
    padding: 1rem;
  }
  @media (min-width: 768px){
    >div{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  >div {
    >div{
      aspect-ratio: 1 / 1;
    }
    >div{
      overflow: hidden;
    }
    @media (min-width: 768px){
      >div{
        aspect-ratio: 16 / 9;
      }
    }
    .paragraph.paragraph--type--titl:hover {
      img{
        --tw-scale-x: 1.1;
        --tw-scale-y: 1.1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      }
      img{
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
    }
    .paragraph.paragraph--type--titl{
      position: relative;
    }
    .paragraph.paragraph--type--titl{
      height: 100%;
    }
    .paragraph.paragraph--type--titl{
      width: 100%;
    }
    .paragraph.paragraph--type--titl{
      overflow: hidden;
    }
    .paragraph.paragraph--type--titl{
      border-radius: 0.75rem;
    }
    .paragraph.paragraph--type--titl {
      >div:nth-child(1) {
        img{
          position: absolute;
        }
        img{
          top: 0px;
        }
        img{
          left: 0px;
        }
        img{
          z-index: 30;
        }
        img{
          height: 100%;
        }
        img{
          width: 100%;
        }
        img{
          -o-object-fit: cover;
             object-fit: cover;
        }
      }
      >div:nth-child(2){
        position: absolute;
      }
      >div:nth-child(2){
        bottom: 0px;
      }
      >div:nth-child(2){
        left: 0px;
      }
      >div:nth-child(2){
        z-index: 40;
      }
      >div:nth-child(2){
        display: flex;
      }
      >div:nth-child(2){
        height: 100%;
      }
      >div:nth-child(2){
        width: 100%;
      }
      >div:nth-child(2){
        align-items: center;
      }
      >div:nth-child(2){
        justify-content: center;
      }
      >div:nth-child(2){
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      }
      >div:nth-child(2){
        --tw-bg-opacity: 0.5;
      }
      >div:nth-child(2){
        padding: 2rem;
      }
      >div:nth-child(2){
        letter-spacing: -0.05em;
      }
      >div:nth-child(2){
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
      >div:nth-child(2) {
        text-shadow: 1px 1px 4px solid #000;
        .ae9-titls-title{
          margin-bottom: 0.5rem;
        }
        .ae9-titls-title{
          font-size: 1.875rem;
          line-height: 2.25rem;
        }
        .ae9-titls-title{
          font-weight: 700;
        }
        .ae9-titls-title{
          text-decoration-line: underline;
        }
        .ae9-titls-title{
          text-decoration-color: #fa0052;
        }
        .ae9-titls-title{
          text-decoration-thickness: 4px;
        }
        .ae9-titls-link{
          margin-top: 1rem;
        }
        .ae9-titls-link{
          text-align: right;
        }
        .ae9-titls-link {
          a{
            display: inline-flex;
            flex-shrink: 0;
            cursor: pointer;
            -webkit-user-select: none;
               -moz-user-select: none;
                    user-select: none;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            border-color: transparent;
            border-color: hsl(var(--n) / var(--tw-border-opacity));
            text-align: center;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-duration: 200ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            border-radius: var(--rounded-btn, 0.5rem);
            height: 3rem;
            padding-left: 1rem;
            padding-right: 1rem;
            font-size: 0.875rem;
            line-height: 1.25rem;
            line-height: 1em;
            min-height: 3rem;
            font-weight: 600;
            text-transform: uppercase;
            text-transform: var(--btn-text-case, uppercase);
            text-decoration-line: none;
            border-width: var(--border-btn, 1px);
            animation: button-pop var(--animation-btn, 0.25s) ease-out;
            --tw-border-opacity: 1;
            --tw-bg-opacity: 1;
            background-color: hsl(var(--n) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: hsl(var(--nc) / var(--tw-text-opacity));
          }
          a[disabled]{
            pointer-events: none;
          }
          a.loading,a.loading:hover{
            pointer-events: none;
          }
          a.loading,a.loading:hover{
            pointer-events: none;
          }
          a.loading:before{
            margin-right: 0.5rem;
            height: 1rem;
            width: 1rem;
            border-radius: 9999px;
            border-width: 2px;
            animation: spin 2s linear infinite;
            content: "";
            border-top-color: transparent;
            border-left-color: transparent;
            border-bottom-color: currentColor;
            border-right-color: currentColor;
          }
          @media (prefers-reduced-motion: reduce){
            a.loading:before{
              animation: spin 10s linear infinite;
            }
          }
          .btn-group > input[type="radio"]a{
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
          }
          .btn-group > input[type="radio"]a:before{
            content: attr(data-title);
          }
          a:active:hover,a:active:focus{
            animation: none;
          }
          a:active:hover,a:active:focus{
            animation: none;
          }
          a:not(.no-animation):active:hover,a:not(.no-animation):active:focus{
            transform: scale(var(--btn-focus-scale, 0.95));
          }
          a:not(.no-animation):active:hover,a:not(.no-animation):active:focus{
            transform: scale(var(--btn-focus-scale, 0.95));
          }
          a:hover{
            --tw-border-opacity: 1;
            border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
            --tw-bg-opacity: 1;
            background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
          }
          a:focus-visible{
            outline: 2px solid hsl(var(--nf));
            outline-offset: 2px;
          }
          a.glass:hover,a.glass.btn-active{
            --glass-opacity: 25%;
            --glass-border-opacity: 15%;
          }
          a.glass:hover,a.glass.btn-active{
            --glass-opacity: 25%;
            --glass-border-opacity: 15%;
          }
          a.glass:focus-visible{
            outline: 2px solid currentColor;
          }
          a[disabled],a[disabled]:hover{
            --tw-border-opacity: 0;
            background-color: hsl(var(--n) / var(--tw-bg-opacity));
            --tw-bg-opacity: 0.2;
            color: hsl(var(--bc) / var(--tw-text-opacity));
            --tw-text-opacity: 0.2;
          }
          a[disabled],a[disabled]:hover{
            --tw-border-opacity: 0;
            background-color: hsl(var(--n) / var(--tw-bg-opacity));
            --tw-bg-opacity: 0.2;
            color: hsl(var(--bc) / var(--tw-text-opacity));
            --tw-text-opacity: 0.2;
          }
          a.loading.btn-square:before,a.loading.btn-circle:before{
            margin-right: 0px;
          }
          a.loading.btn-square:before,a.loading.btn-circle:before{
            margin-right: 0px;
          }
          a.loading.btn-xl:before,a.loading.btn-lg:before{
            height: 1.25rem;
            width: 1.25rem;
          }
          a.loading.btn-xl:before,a.loading.btn-lg:before{
            height: 1.25rem;
            width: 1.25rem;
          }
          a.loading.btn-sm:before,a.loading.btn-xs:before{
            height: 0.75rem;
            width: 0.75rem;
          }
          a.loading.btn-sm:before,a.loading.btn-xs:before{
            height: 0.75rem;
            width: 0.75rem;
          }
          .btn-group > input[type="radio"]:checkeda{
            --tw-border-opacity: 1;
            border-color: hsl(var(--p) / var(--tw-border-opacity));
            --tw-bg-opacity: 1;
            background-color: hsl(var(--p) / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: hsl(var(--pc) / var(--tw-text-opacity));
          }
          .btn-group > input[type="radio"]:checkeda:focus-visible{
            outline: 2px solid hsl(var(--p));
          }
          .btn-group a:not(:first-child):not(:last-child){
            border-start-start-radius: 0;
            border-start-end-radius: 0;
            border-end-start-radius: 0;
            border-end-end-radius: 0;
          }
          .btn-group a:first-child:not(:last-child){
            margin-top: -0px;
            margin-left: -1px;
            border-start-start-radius: var(--rounded-btn, 0.5rem);
            border-start-end-radius: 0;
            border-end-start-radius: var(--rounded-btn, 0.5rem);
            border-end-end-radius: 0;
          }
          .btn-group a:last-child:not(:first-child){
            border-start-start-radius: 0;
            border-start-end-radius: var(--rounded-btn, 0.5rem);
            border-end-start-radius: 0;
            border-end-end-radius: var(--rounded-btn, 0.5rem);
          }
          .btn-group-horizontal a:not(:first-child):not(:last-child){
            border-start-start-radius: 0;
            border-start-end-radius: 0;
            border-end-start-radius: 0;
            border-end-end-radius: 0;
          }
          .btn-group-horizontal a:first-child:not(:last-child){
            margin-top: -0px;
            margin-left: -1px;
            border-start-start-radius: var(--rounded-btn, 0.5rem);
            border-start-end-radius: 0;
            border-end-start-radius: var(--rounded-btn, 0.5rem);
            border-end-end-radius: 0;
          }
          .btn-group-horizontal a:last-child:not(:first-child){
            border-start-start-radius: 0;
            border-start-end-radius: var(--rounded-btn, 0.5rem);
            border-end-start-radius: 0;
            border-end-end-radius: var(--rounded-btn, 0.5rem);
          }
          .btn-group-vertical a:first-child:not(:last-child){
            margin-top: -1px;
            margin-left: -0px;
            border-start-start-radius: var(--rounded-btn, 0.5rem);
            border-start-end-radius: var(--rounded-btn, 0.5rem);
            border-end-start-radius: 0;
            border-end-end-radius: 0;
          }
          .btn-group-vertical a:last-child:not(:first-child){
            border-start-start-radius: 0;
            border-start-end-radius: 0;
            border-end-start-radius: var(--rounded-btn, 0.5rem);
            border-end-end-radius: var(--rounded-btn, 0.5rem);
          }
          a{
            --tw-bg-opacity: 1;
            background-color: rgb(0 150 0 / var(--tw-bg-opacity));
          }
          a{
            text-transform: uppercase;
          }
          a{
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          a:hover{
            --tw-bg-opacity: 1;
            background-color: rgb(250 0 82 / var(--tw-bg-opacity));
          }
        }
      }
    }
  }
}

@media (min-width: 1024px){
  .lg\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8;
  }

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

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

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

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

  .lg\: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;
  }

  .lg\: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;
  }

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

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

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

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

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

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

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

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

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

  .lg\: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;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\: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;
  }

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

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

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

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

.hover\:bg-ae-dark-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}

.hover\:bg-ae-dark-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(170 18 17 / var(--tw-bg-opacity));
}

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

@media (min-width: 640px){
  .sm\:aspect-video{
    aspect-ratio: 16 / 9;
  }
}

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

  .md\:\!hidden{
    display: none !important;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:w-48{
    width: 12rem;
  }

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

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

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

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

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

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

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

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