*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | 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: #eeeeee;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #bdbdbd;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.outfit {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
}

input, select, textarea {
  font-weight: 300 !important;
  letter-spacing: .0125rem;
}

.source-serif {
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fade {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.fade:before {
  content:'';
  width:25%;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.dark .fade:before {
  background: linear-gradient(to right, rgba(33,33,33,0) 0%,rgba(33,33,33,1) 100%);
}

.dark * {
  border-color: #595959;
}

body {
  scroll-behavior: smooth;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

body:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  body {
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity, 1));
  }
}

.container {
  max-width: 1160px;
}

@media (min-width: 1024px) {
  .dfp {
    height: 94px;
  }
}

@media (min-width: 1280px) {
  .dfp {
    height: 120px;
  }
}

p iframe {
  width: 100%;
}

.logo-hn{
  fill:#BD0E35;
}

.logo-hn-white{
  fill:#FFFFFF;
}

.dark .text-hn-red {
  --tw-text-opacity: 1;
  color: rgb(248 58 107 / var(--tw-text-opacity, 1));
}

.dark .text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

button {
  font-weight: 300;
}

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

.cookie-notice {
  position: fixed;
  bottom: 0px;
  z-index: 10;
  width: 100%;
}

@media (min-width: 640px) {
  .cookie-notice {
    text-align: center;
  }
}

.cookie-notice > span {
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .cookie-notice > span {
    margin-bottom: 1rem;
    width: auto;
    border-radius: 9999px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-top: 0.25rem;
    padding-bottom: 0.375rem;
  }
}

.cookie-notice > span > div {
  display: flex;
  justify-content: center;
}

.cookie-notice > span > div > div:nth-child(2) {
  margin-left: 0.5rem;
}

.socialchannels {
  width: 2.75rem;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center
}

@media (min-width: 1024px) {
  .socialchannels {
    visibility: visible;
  }
}

.socialchannels div {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-width: 1px;
  border-left-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  padding-bottom: 0px;
  --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);
}

.socialchannels div:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.socialchannels a {
  margin-bottom: 0.25rem;
  display: block;
  border-radius: 0.25rem;
  padding: 0.375rem;
}


          .typeahead a.socialchannels a span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.socialchannels a span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.socialchannels a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.socialchannels a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.socialchannels a:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.context-menu-list {
  overflow: visible !important;
}

u > a,
a > u {
  border-bottom: 0 !important;
}

.caption {
  margin: 15px 20px;
}

.caption span {
  line-height: 2.2rem;
  max-width: 50%;
  text-align: right;
  display: inline;
  background: #111111;
  color: white;
  padding: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 10px 0 0 #111111, -20px 0px 0 #111111;
  border: solid 2px #111111
}

.wrapper {
  width: 100%;
  position: relative;
  border: 1px solid #eeeeee;
  border-left: 22px solid #eeeeee;
}

.wrapper span {
  font-family: 'Inter';
  letter-spacing: 0.0025em;
  font-size: 0.875rem;
  padding: 0;
  margin: 0;
  color: #757575;
  text-align: center;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  bottom: -15px;
  left: -22px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}

.brands a > img {
  width: 100%;
  height: auto;
  max-height: 75px;
}

.full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.highlight {
  background-color: #E9EDF5;
  padding: 0 2px;
  margin: 0 -1px;
}

.dark .highlight {
  background-color: #36405D;
  color: #eeeeee;
}

.span3:focus ~ .alert {
  display: none;
}

.span2:focus ~ .alert {
  display: block;
}

.formatted a[style*="background"] {
  font-weight: 600;
  font-size: 1.25rem;
  border-bottom: 0;
}

.playbutton {
  display: block;
  position: relative;
}

.playbutton.cropped {
  overflow: hidden
}

.playbutton img {
  margin: -2px 0;
}

.playbutton.cropped img {
  margin: -10% 0;
}

figure.radial::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent, transparent, #424242);
  content: '';
  opacity: 0.15;
}

.playbutton::after {
  position: absolute;
  width: 70px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -25px;
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M407,493l276-143L407,206V493z'%3E%3C/path%3E%3Cpath fill-opacity='0.65' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5C1023.2,238.9,1013,156.3,1013,156.3z M407,493V206l276,144L407,493z'%3E%3C/path%3E%3C/svg%3E");
}

.playbutton:hover::after {
  content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 721' enable-background='new 0 0 1024 721'%3E%3Cpath fill='%23ffffff' fill-opacity='1' d='M407,493l276-143L407,206V493z'%3E%3C/path%3E%3Cpath fill='%23FF0000' fill-opacity='1' d='M1013,156.3c0,0-10-70.4-40.6-101.4C933.6,14.2,890,14,870.1,11.6C727.1,1.3,512.7,1.3,512.7,1.3h-0.4c0,0-214.4,0-357.4,10.3C135,14,91.4,14.2,52.6,54.9C22,85.9,12,156.3,12,156.3S1.8,238.9,1.8,321.6v77.5C1.8,481.8,12,564.4,12,564.4s10,70.4,40.6,101.4c38.9,40.7,89.9,39.4,112.6,43.7c81.7,7.8,347.3,10.3,347.3,10.3s214.6-0.3,357.6-10.7c20-2.4,63.5-2.6,102.3-43.3c30.6-31,40.6-101.4,40.6-101.4s10.2-82.7,10.2-165.3v-77.5C1023.2,238.9,1013,156.3,1013,156.3z M407,493V206l276,144L407,493z'%3E%3C/path%3E%3C/svg%3E");
}

a .playbuttons {
  fill: black;
  fill-opacity: 0.65;
}

a:hover .playbuttons {
  fill: #FF0000;
  fill-opacity: 1.0;
}

.playbuttons {
  display:block;
  position: absolute;
  z-index: 10;
  width: 4.5rem;
  left: 50%;
  top: 50%;
  margin-left: -2.25rem;
  margin-top: -2.25rem;
}

.overlay {
  position: fixed;
  inset: 0px;
  z-index: 20;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.overlay div {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  opacity: 0.75;
}

.overlay div:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.theme {
  z-index: 10;
  height: 2rem;
  width: 2.5rem;
}

.theme > div {
  font-size: 0;
  float: right;
  height: 2rem;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  font-size: 0.825rem;
  line-height: 1.25rem
}

.theme > div:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.theme button {
  display: inline-flex;
  height: 2rem;
  align-items: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.theme button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.theme button:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}

.theme button:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme button:first-of-type {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding-left: 1rem;
  padding-right: 0.75rem;
}

.theme button.current {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.theme button.current:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.theme span {
  max-width: 0;
  transition: max-width 0.5s;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
}

.theme:hover span {
  max-width: 260px;
}

.like-button {
  left: -65px;
  top: -4px;
  width: 50px;
  position: absolute;
  display: none;
  text-align: center
}

@media (min-width: 1024px) {
  .like-button {
    display: block;
  }
}

.site-header {
  max-height: 115px;
  transition: top 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem
}

.site-header:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.site-header.hide {
  top: -120px;
}

.site-header header {
  max-width: 1160px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center
}

/* Logo */

.site-header .logo {
  margin-right: 0.75rem;
  height: 2.5rem;
  width: auto;
}

@media (min-width: 768px) {
  .site-header .logo {
    margin-right: 1.5rem;
    width: 16rem;
  }
}

.site-header .logo-icon {
  display: inline;
  height: 100%;
}

.site-header .logo-text {
  height: 25px;
  margin: 5px 0 0 16px;
  display: none
}

@media only screen and (min-width: 570px) {
  .site-header .logo-text {
    display: inline;
  }
}

.dark .site-header .logo-text {
  filter: invert(1);
}

/* Search */

.site-header header > div:nth-child(2) {
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .site-header header > div:nth-child(2) {
    position: relative;
  }
}

.search {
  transition: width 350ms;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

@media (min-width: 768px) {
  .search {
    width: 230px;
    margin: 0 auto 0 auto;
    border-radius: 0.25rem
  }
}

.search:focus-within {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 20;
  width: 100%
}

@media (min-width: 1024px) {
  .search:focus-within {
    top: -1.25rem;
    max-width: 768px
  }
}

@media (min-width: 1280px) {
  .search:focus-within {
    top: -1.25rem;
    max-width: 1024px
  }
}

.search input {
  height: 2.5rem;
  width: 100%;
  border-radius: 0px;
  padding-left: 2rem;
}

.search input:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.search input::-moz-placeholder {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.search input::placeholder {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.search.filter input {
  border-width: 1px;
}

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

.typeahead {
  position: absolute;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.typeahead::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.typeahead::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.typeahead:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.typeahead:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

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

.typeahead input {
  border-radius: 0.25rem;
}

.typeahead input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.typeahead input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.typeahead input:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.search div ul,
        .typeahead div ul {
  position: absolute;
  z-index: 10;
  margin: 0px;
  width: 100%;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.search div ul:is(.dark *),
        .typeahead div ul:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.search div li,
          .typeahead div li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.search div li:is(.dark *),
          .typeahead div li:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.search div li.active,
          .typeahead div li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.search div li.active:is(.dark *),
          .typeahead div li.active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.search div li.searching,
          .typeahead div li.searching {
  opacity: 0.5;
}

.search div li:last,
            .typeahead div li:last {
  border-bottom-width: 0px;
}

.search div li:not(.searching) span,
          .typeahead div li:not(.searching) span {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.search .search-header {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.search .search-header:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search .search-header a {
  float: right;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.search .item,
          .typeahead .item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.search .item:is(.dark *),
          .typeahead .item:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search a.item.active,
            .typeahead a.item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.search a.item.active:is(.dark *),
            .typeahead a.item.active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search div.item,
          .typeahead div.item {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.search div.item.active,
            .typeahead div.item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.search div.item.active:is(.dark *),
            .typeahead div.item.active:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search div.searching,
          .typeahead div.searching {
  opacity: 0.5;
}

.search div.item span,
          .typeahead a.block span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .search div.item span,.dark 
          .typeahead a.block span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.search button {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
}

/* User Button */

.site-header header > div:nth-child(3) {
  position: relative;
  margin-left: 1.5rem;
  width: auto;
  text-align: right;
}

@media (min-width: 1024px) {
  .site-header header > div:nth-child(3) {
    width: 14rem;
  }
}

.site-header nav {
  max-width: 1160px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

@media (min-width: 1024px) {
  .site-header nav {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}

.site-footer {
  font-size: 0.8725rem;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.site-footer:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .site-footer {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.site-footer > div {
  width: 100%;
}

@media (min-width: 640px) {
  .site-footer > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .site-footer > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .site-footer > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .site-footer > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .site-footer > div {
    max-width: 1536px;
  }
}

.site-footer > div {
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  max-width: 1160px;
}

.site-footer > div .site-footer-logo {
  display: flex;
  align-items: center;
}

.site-footer > div .site-footer-logo img {
  margin-right: 0.125rem;
  height: 2.5rem;
  flex: none;
}

.site-footer > div .site-footer-links {
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 2.5rem;
}

.site-footer > div .site-footer-links a {
  margin-right: 1.5rem;
  display: inline;
  white-space: nowrap;
}

.site-footer > div .site-footer-links a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.site-footer > div .copyright {
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.tabs {
  position: relative;
}

.tabs:not(.--jsfied) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tabs .--hidden {
  display: none;
}

@media (hover: none) and (pointer: coarse) and (max-width: 1024px) and (orientation: portrait) {
  .tabs-gradient {
    position: relative;
  }

  .tabs-gradient::after {
    position: absolute;
    pointer-events: none;
    content: "";
    height: 90%;
    width: 60px;
    top: 0;
    right: 0;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  }

  .dark .tabs-gradient::after {
    background: linear-gradient(to right,  rgba(33,33,33,0) 0%,rgba(33,33,33,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00212121', endColorstr='#a6212121',GradientType=1 );
  }
}

.tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs ul > li {
  flex-grow: 1;
  white-space: nowrap;
  transition: 0.2s;
  padding: 4px;
}

.tabs ul > li:first-of-type {
  padding-left: 2px !important;
  margin-left: -0.25rem
}

.tabs ul > li:first-of-type:not(.current) {
  margin-left: -15px;
}

.tabs ul > li a,
        .tabs ul > li button {
  font-size: .9125rem;
  line-height: 1.8rem;
  letter-spacing: 0.025rem;
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  display: inline-block;
  height: 100%;
  border-radius: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
  text-decoration-line: none
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tabs ul > li a,
          .tabs ul > li button {
    --tw-text-opacity: 1;
    color: rgb(158 158 158 / var(--tw-text-opacity, 1));
  }
}

.tabs ul > li button {
  cursor: pointer;
  padding-right: 0;
}

.tabs ul .more > button span {
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.2s;
  transform-origin: 30% 60%;
  transform: rotate(270deg);
  z-index: -1;
  position: relative
}

.tabs.--show-secondary ul .more > button span {
  transform-origin: 50% 50%;
  transform: rotate(90deg);
}

.tabs ul > li:not(.current) a:hover,
          .tabs ul > li button:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.tabs ul > li:not(.current) a:hover:is(.dark *),
          .tabs ul > li button:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tabs ul > li.current a {
  transition: 0.2s;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1))
}

.tabs ul > li.current a:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.tabs .-secondary {
  max-width: 100%;
  min-width: 10rem;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  animation: nav-secondary 0.4s;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tabs .-secondary:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.tabs.--show-secondary .-secondary {
  display: block;
}

.tabs li.index::before {
  content: 'index';
  margin-left: 0.25rem;
  margin-right: -0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1))
}

.tabs li.index:is(.dark *)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@keyframes nav-secondary {
  0% {
    opacity: 0;
    transform: translateY(-1em);
  }

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

/* (smartphones, touchscreens), (stylus-based screens): make menu scrollable */

@media (hover: none) and (pointer: coarse) and (max-width: 1024px) and (orientation: portrait) {
  .tabs {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }

  .tabs::-webkit-scrollbar {
    width: 0;
    display: none;
  }

  .tabs li.more {
    display: none;
  }
}

#main {
  margin-top: 135px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 1280px) {
  #main {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 768px) {
  #main {
    margin-top: 140px;
  }
}

@media only screen and (min-width: 1280px) {
  #main {
    max-width: 1160px;
    margin-top: 150px;
  }
}

#main-fullwidth {
  margin-top: 115px;
  width: 100%
}

.flash-message {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  width: 100%;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
}

.type {
  font-size: 0.95rem;
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1))
}

.dark .type {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.type.opinion {
  --tw-text-opacity: 1;
  color: rgb(184 24 56 / var(--tw-text-opacity, 1));
}

.dark .type.opinion {
  --tw-text-opacity: 1;
  color: rgb(248 58 107 / var(--tw-text-opacity, 1));
}

.type.textad {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.type.textad a:nth-child(3) {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .type.textad a:nth-child(3) {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.breadcrumbs {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1))
}

div.popmenu.breadcrumbs {
  display: block;
}


          .typeahead adiv.popmenu.breadcrumbs span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.breadcrumbs span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.breadcrumbs a:first-of-type {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumbs a:first-of-type {
    display: inline-block;
  }
}

.breadcrumbs a:not(:last-of-type):after {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

article:not(.list-item):not(.card):not(.homepage-item):not(.timeline-item) {
  margin-top: 2.5rem;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  article:not(.list-item):not(.card):not(.homepage-item):not(.timeline-item) {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  article:not(.list-item):not(.card):not(.homepage-item):not(.timeline-item) {
    margin-bottom: 3rem;
  }
}

div.full {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

@media (min-width: 1024px) {
  div.full {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px) {
  div.full {
    margin-left: 0px;
    margin-right: 0px;
  }
}

article header,
  article main,
  article > aside {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1280px) {
  article header,
  article main,
  article > aside {
    flex-wrap: nowrap;
  }
}

article > aside.reverse-on-mobile {
  flex-wrap: wrap-reverse;
}

article header > div.content,
    article main > div.content,
    article > aside > div.content {
  overflow-wrap: break-word;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%
}

@media (min-width: 1280px) {
  article header > div.content,
        article main > div.content,
        article > aside > div.content {
    width: 65%;
  }
}

article header > div.aside,
    article main > div.aside,
    article > aside > div.aside {
  width: 35%;
  display: none;
  padding-left: 4rem
}

@media (min-width: 1280px) {
  article header > div.aside,
    article main > div.aside,
    article > aside > div.aside {
    display: block;
  }
}

article main > div.aside-visible-on-mobile,
    article > aside > div.aside-visible-on-mobile {
  overflow-wrap: break-word;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%
}

@media (min-width: 1280px) {
  article main > div.aside-visible-on-mobile,
    article > aside > div.aside-visible-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
    width: 35%;
    padding-left: 4rem;
  }
}

article main > div.aside-below-on-mobile,
    article > aside > div.aside-below-on-mobile {
  overflow-wrap: break-word;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%
}

@media (min-width: 1280px) {
  article main > div.aside-below-on-mobile,
    article > aside > div.aside-below-on-mobile {
    padding-left: 0px;
    padding-right: 0px;
    width: 35%;
    padding-left: 4rem;
  }
}

article header span.line {
  width: 15.29%;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(184 24 56 / var(--tw-bg-opacity, 1))
}

article header span.line:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  article header span.line {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

article header h1 {
  letter-spacing: -0.003em;
  font-size: 2rem;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768px) {
  article header h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 1280px) {
  article header h1 {
    font-size: 2.75rem;
  }
}

article header h3 {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  opacity: 0.6;
}

@media (min-width: 1280px) {
  article header h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

article header h4 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

article header h4 > span:not(:first-of-type):before {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

article header div.title {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  article header div.title {
    margin-bottom: 2rem;
  }
}

article header div.source,
  .content div.source {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .0125rem;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

article header div.source:is(.dark *),
  .content div.source:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

article header div.source.no-line {
  margin-bottom: 1.5rem;
  border-bottom-width: 0px;
  padding-bottom: 1.5rem;
}

.content div.source.no-line {
  margin-bottom: 0.75rem;
  border-bottom-width: 0px;
  padding-bottom: 0.75rem;
}

.formatted a.related {
  text-decoration: none;
}

.formatted a.external {
  position: relative;
  margin-right: 15px;
}

.author-icon {
  flex: none;
}

.author-icon img {
  margin-right: 0.5rem;
  display: inline-block;
  height: 3rem;
  border-radius: 9999px;
  --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);
}

.author-name {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.author-name > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.organization-icon {
  flex: none;
  padding-right: 1.25rem;
}

.organization-icon img {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  height: 4rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.organization-name {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.organization-name:before {
  content:'';
  width:25%;
  height:100%;
  position:absolute;
  right:0;
  top:0;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.dark .organization-name:before {
  background: linear-gradient(to right, rgba(33,33,33,0) 0%,rgba(33,33,33,1) 100%);
}

.organization-name {
  flex-grow: 1;
  overflow: hidden;
}

.author-name a,
  .organization-name a {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.author-name a:is(.dark *),
  .organization-name a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.author-name a.supplier,
    .organization-name a.supplier {
  --tw-text-opacity: 1;
  color: rgb(184 24 56 / var(--tw-text-opacity, 1));
}

.dark .author-name a.supplier,.dark 
    .organization-name a.supplier {
  --tw-text-opacity: 1;
  color: rgb(248 58 107 / var(--tw-text-opacity, 1));
}

.author-name a:hover,
  .organization-name a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.author-name > div,
  .organization-name > div {
  font-size: 0.825rem;
  line-height: 1.25rem;
}

.title h4 {
  font-size: .95rem;
  margin-top: 0.25rem
}

.title h4 a:hover {
  text-decoration-line: underline;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.author-name span,
  .organization-name span {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.author-name span:not(:last-of-type):after,
  .organization-name span:not(:last-of-type):after {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

article header .buttons {
  display: none;
}

@media (min-width: 640px) {
  article header .buttons {
    display: flex;
    flex: none;
  }
}

article header .buttons a {
  flex: none;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

article header .buttons a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

article header .buttons a:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

h3.header {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25;
  display: flex;
  align-items: center;
}

figure.photo {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}

figure.photo-inline {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1280px) {
  figure.photo-inline {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

figure.chart-inline {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1280px) {
  figure.chart-inline {
    width: 80%;
  }
}

figure.chart-inline-full {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}

figure.chart-inline-lg {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 83.333333%;
}

figure.photo-inline.portrait {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

@media (min-width: 640px) {
  figure.photo-inline.portrait {
    width: 66.666667%;
  }
}

figure[role=group].photo {
  margin-bottom: 1.5rem;
}

figure.photo img {
  width: 100%;
}

figure.photo img.portrait {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

@media (min-width: 640px) {
  figure.photo img.portrait {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}

figure.chart-inline figcaption,
  figure.chart-inline-full figcaption,
  figure.chart-inline-lg figcaption,
  figure.photo figcaption,
  figure.photo-inline figcaption {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .0125rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.5rem;
  text-align: center;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

figure.chart-inline figcaption a,
    figure.chart-inline-full figcaption a,
    figure.chart-inline-lg figcaption a,
    figure.photo figcaption a,
    figure.photo-inline figcaption a {
  text-decoration-line: underline;
  text-decoration-line: none;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

figure.chart-inline figcaption a:hover,
    figure.chart-inline-full figcaption a:hover,
    figure.chart-inline-lg figcaption a:hover,
    figure.photo figcaption a:hover,
    figure.photo-inline figcaption a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video iframe {
  border: none;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.button-rounded {
  padding-bottom: 10px;
  font-size: 0.925rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.button-rounded:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
}

.button-rounded:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
}

.button-rounded:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
}

.button-rounded svg {
  transition: opacity 0.2s;
  margin-top: -2px;
  margin-right: -0.5rem;
  display: inline;
  width: 1rem;
  opacity: 0.5
}

.button-rounded:hover svg {
  opacity: 1;
}

.button {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
  align-items: center;
  white-space: nowrap;
  line-height: 2rem;
}

.button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button.black {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.button.black.active,
    .button.black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.gray {
  font-size: 0.95rem;
  margin-top: -0.25rem;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1))
}

.button.gray:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.gray > span:not([class]) {
  margin-left: 0.5rem;
  display: none;
}

@media (min-width: 768px) {
  .button.gray > span:not([class]) {
    display: block;
  }
}

.button.gray:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.button.gray:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.button.gray.active {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.button.gray.active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.button.showfilters {
  font-size: 0.95rem;
  margin-top: -0.25rem;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1))
}

.button.showfilters:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .button.showfilters {
    display: none;
  }
}

.button.showfilters > span {
  display: none;
}

@media only screen and (min-width: 414px) {
  .button.showfilters > span {
    margin-left: 0.5rem;
    display: block;
  }

  
          .typeahead a.button.showfilters > span span {
    --tw-text-opacity: 1;
    color: rgb(43 69 142 / var(--tw-text-opacity, 1));
  }

  .dark 
          .typeahead a.button.showfilters > span span {
    --tw-text-opacity: 1;
    color: rgb(91 119 201 / var(--tw-text-opacity, 1));
  }
}

.button.showfilters:hover,
    .button.showfilters.active {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.button.showfilters:hover:is(.dark *),
    .button.showfilters.active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.button.selected {
  margin-top: -0.25rem;
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.simple {
  display: inline-flex;
  height: 2.5rem;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.button.simple:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.simple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.button.simple:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.button.simple.active {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.button.simple.active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.button.blue {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(59 90 180 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .button.blue {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.button.blue:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(43 69 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.blue.active {
  --tw-border-opacity: 1;
  border-color: rgb(43 69 142 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.blue.active:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 90 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
}

.button.transparent {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.button.transparent:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.button.transparent:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button.transparent:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button.left {
  padding-left: 20px;
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M352 115.4L331.3 96 160 256l171.3 160 20.7-19.3L201.5 256z"/></svg>');
  background-repeat: no-repeat;
  background-position: left center;
}

.dark .button.left {
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M352 115.4L331.3 96 160 256l171.3 160 20.7-19.3L201.5 256z"/></svg>');
}

.button.right {
  padding-right: 20px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path fill="%239e9e9e" d="M17.92,11.62a1,1,0,0,0-.21-.33l-5-5a1,1,0,0,0-1.42,1.42L14.59,11H7a1,1,0,0,0,0,2h7.59l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-.33A1,1,0,0,0,17.92,11.62Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1px;
}

.dark .button.right {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path fill="%23eeeeee" d="M17.92,11.62a1,1,0,0,0-.21-.33l-5-5a1,1,0,0,0-1.42,1.42L14.59,11H7a1,1,0,0,0,0,2h7.59l-3.3,3.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0l5-5a1,1,0,0,0,.21-.33A1,1,0,0,0,17.92,11.62Z"/></svg>');
}

.button.down {
  padding-right: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 350 512" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M396.6 160l19.4 20.7L256 352 96 180.7l19.3-20.7L256 310.5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
}

.button.check:after {
  content: url('data:image/svg+xml;charset=utf-8,<svg width="12" height="12" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M18.71,7.21a1,1,0,0,0-1.42,0L9.84,14.67,6.71,11.53A1,1,0,1,0,5.29,13l3.84,3.84a1,1,0,0,0,1.42,0l8.16-8.16A1,1,0,0,0,18.71,7.21Z"/></svg>');
  margin-bottom: -10px;
  margin-left: 0.25rem
}

.button.filter {
  font-size: 0.95rem;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.5rem
}

.button.filter:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.button.filter:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.button.filter:after {
  content: "\d7";
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1))
}

.button.filter:hover:after {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.dark .button.filter:hover:after {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-group {
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 204 232 / var(--tw-border-opacity, 1));
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .button-group {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.button-group:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}

.button-group a {
  display: inline-block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(198 204 232 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: currentColor;
}

.button-group a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-group a:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

.button-group a:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
}

.button-group a:first-child {
  padding-left: 1rem;
}

.button-group a:last-child {
  border-right-width: 0px;
  padding-right: 1rem;
}

.button-group a.current {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-group a span {
  display: none;
}

@media (min-width: 640px) {
  .button-group a span {
    display: inline-block;
  }
}

.tag {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

article footer {
  margin-top: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.overlay {
  position: fixed;
  inset: 0px;
  height: 100%;
  width: 100%;
  cursor: default;
}

.horizontal-line {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 1.5rem;
  height: 1.5rem;
  border-top-width: 1px
}

.horizontal-line:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .horizontal-line {
    margin-top: 3rem;
    height: 3rem;
  }
}

@media only screen and (min-width: 768px) {
  .h-full-header {
    height: calc(100% - 3.25rem);
  }

  .min-h-full-header {
    min-height: calc(100% - 3.25rem);
  }

  .max-h-full-header {
    max-height: calc(100% - 3.25rem);
  }
}

a.more {
  font-size: .875rem;
  letter-spacing: .0125rem;
  margin-left: 1.25rem;
  display: inline-flex;
  height: 2rem;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1))
}

a.more:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

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

a.more:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.more.top {
  float: right;
  display: none;
}

@media (min-width: 768px) {
  a.more.top {
    display: inline-flex;
  }
}

a.more.bottom {
  float: right;
}

@media (min-width: 768px) {
  a.more.bottom {
    display: none;
  }
}

a.more svg {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  fill: currentColor;
}

.section-header {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .0125rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom-width: 1px;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {
  .section-header {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .section-header.no-line-on-large {
    margin-bottom: 0px;
    border-bottom-width: 0px;
  }
}

.block-header {
  display: flex;
  align-items: center;
}

.section-footer {
  margin-top: 1rem;
  text-align: right;
}

.section-footer a {
  padding-bottom: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.section-footer a:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.section-footer a svg {
  transition: opacity 0.2s;
  margin-top: -2px;
  margin-right: -0.25rem;
  display: inline;
  width: 1rem;
  opacity: 0.5
}

.section-footer a:hover svg {
  opacity: 1;
}

.formatted {
  font-size: 1.095rem;
  line-height: 1.625;
  letter-spacing: -0.005em;
  font-family: 'Source Serif Pro', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px
}

.formatted:is(.dark *) {
  font-weight: 300;
}

@media (min-width: 640px) {
  .formatted:is(.dark *) {
    font-weight: 400;
  }
}

@media (min-width: 768px) {
  .formatted {
    font-size: 1.275rem;
    letter-spacing: -0.0025em;
  }
}

.formatted img.logo {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  width: 33.333333%;
}

@media (min-width: 640px) {
  .formatted img.logo {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .formatted img.logo {
    max-width: 20rem;
  }
}

.dark .formatted img.logo {
  border-radius: 0.375rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

@media (min-width: 768px) {
  .dark .formatted img.logo {
    padding: 0.5rem;
  }
}

.formatted img.logo.lg {
  width: 33.333333%;
}

@media (min-width: 640px) {
  .formatted img.logo.lg {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .formatted img.logo.lg {
    width: 33.333333%;
  }
}

.formatted img.logo-small {
  float: right;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
}

.dark .formatted img.logo-small {
  border-radius: 0.375rem;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

@media (min-width: 768px) {
  .dark .formatted img.logo-small {
    padding: 0.5rem;
  }
}

.formatted a:not(.related) {
  text-decoration: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1))
}

.formatted a:not(.related):hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.formatted a:not(.related):hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.formatted a.related {
  text-decoration: none;
}

.formatted a.external {
  position: relative;
  margin-right: 15px;
}

.formatted a.external:after {
  position: absolute;
  content: ' ';
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="12" height="12" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M18,10.82a1,1,0,0,0-1,1V19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7h7.18a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V11.82A1,1,0,0,0,18,10.82Zm3.92-8.2a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L8.29,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/></svg>');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-top: 9px;
  margin-left: 3px;
}

.dark a.external:after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="12" height="12" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M18,10.82a1,1,0,0,0-1,1V19a1,1,0,0,1-1,1H5a1,1,0,0,1-1-1V8A1,1,0,0,1,5,7h7.18a1,1,0,0,0,0-2H5A3,3,0,0,0,2,8V19a3,3,0,0,0,3,3H16a3,3,0,0,0,3-3V11.82A1,1,0,0,0,18,10.82Zm3.92-8.2a1,1,0,0,0-.54-.54A1,1,0,0,0,21,2H15a1,1,0,0,0,0,2h3.59L8.29,14.29a1,1,0,0,0,0,1.42,1,1,0,0,0,1.42,0L20,5.41V9a1,1,0,0,0,2,0V3A1,1,0,0,0,21.92,2.62Z"/></svg>');
}

.formatted h2 {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 1.45rem;
  letter-spacing: 0.0125rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

div.popmenu.formatted h2 {
  display: block;
}


          .typeahead adiv.popmenu.formatted h2 span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.formatted h2 span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.formatted h2:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.formatted p {
  margin-top: 0px;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .formatted p {
    margin-bottom: 1.5rem;
  }
}

mark {
  display: inline;
  line-height: 2.25rem;
  padding: .25em 0;
  background: #FDF343;
  color: #000;
  box-shadow: .5em 0 0 #FDF343, -.5em 0 0 #FDF343;
  margin-top: 0px;
  margin-bottom: 1.25rem
}

@media (min-width: 768px) {
  mark {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  mark {
    line-height: 2.5rem;
  }
}

.dark mark {
  background: #F6DC56;
  box-shadow: .5em 0 0 #F6DC56, -.5em 0 0 #F6DC56;
}

.formatted mark + p {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .formatted mark + p {
    margin-top: 1.5rem;
  }
}

.formatted strong,
    .formatted b {
  font-weight: 600;
}

.formatted h3,
    .formatted h3 strong,
    h3.formatted {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 1.325rem;
  letter-spacing: 0.0125rem;
  margin-top: 2rem;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.formatted h3:is(.dark *),
    .formatted h3 strong:is(.dark *),
    h3.formatted:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.formatted > h4,
    blockquote.formatted h4,
    .formatted > h4 strong,
    h4.formatted {
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1))
}

.formatted > h4:is(.dark *),
    blockquote.formatted h4:is(.dark *),
    .formatted > h4 strong:is(.dark *),
    h4.formatted:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.formatted ul {
  list-style-type: none;
}

.formatted ul > li:before {
  content: "\2013";
  position: absolute;
  margin-left: -1.5rem
}

.formatted ul > li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 1.5rem;
}

@media (min-width: 768px) {
  .formatted ul > li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.formatted ol {
  margin-left: 2rem;
  list-style-type: decimal;
}

@media (min-width: 768px) {
  .formatted ol {
    margin-left: 3rem;
  }
}

.formatted > ul,
    .formatted > ol {
  margin-bottom: 2rem;
}

.formatted > .related {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .0125rem;
  margin-top: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
}

.formatted > .related:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.formatted > .related header {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
}

.formatted > .related header:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.formatted aside {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.formatted aside .related-header {
  font-weight: 500;
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.0375em;
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1))
}

.dark .formatted aside .related-header {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.formatted aside h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.formatted aside h4 a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.formatted aside .related-footer {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.formatted aside span:not(:last-of-type):after {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

.formatted aside img.related-image {
  float: right;
  margin-top: 1.25rem;
  display: none;
  width: 8rem;
}

@media (min-width: 640px) {
  .formatted aside img.related-image {
    display: block;
  }
}

.dark .formatted aside img.related-image {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.75rem;
  width: 7rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.formatted aside img.related-photo {
  float: right;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: none;
  width: 7rem;
  border-radius: 0.5rem;
}

@media (min-width: 640px) {
  .formatted aside img.related-photo {
    display: block;
  }
}

.tags {
  margin-top: 3rem;
}

.tags a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.825rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

div.popmenu.tags a {
  display: block;
}


          .typeahead adiv.popmenu.tags a span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.tags a span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.tags a:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.tags a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.tags a:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-footer {
  margin-top: 3rem;
  display: flex;
  align-items: center;
}

.aside .content-footer {
  margin-top: 0.5rem;
}

.content-footer .grow {
  flex-grow: 1;
  text-align: right;
}

.content-footer a.content-footer-more {
  padding-bottom: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.content-footer a.content-footer-more:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.content-footer a.content-footer-more svg {
  transition: opacity 0.2s;
  margin-top: -2px;
  margin-right: -0.25rem;
  display: inline;
  width: 1rem;
  opacity: 0.5
}

.content-footer a.content-footer-more:hover svg {
  opacity: 1;
}

.content-footer a.content-footer-more span {
  display: none;
}

@media (min-width: 640px) {
  .content-footer a.content-footer-more span {
    display: inline;
  }
}

div.line {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  height: 0.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

div.line:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

aside.related {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

aside.related > a {
  flex: none;
}

aside.related > a > img {
  margin-right: 1rem;
  width: 4rem;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

aside.related > a > img.author {
  margin-right: 1rem;
  width: 4rem;
  border-radius: 9999px;
  border-width: 0px;
  padding: 0px;
  --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);
}

aside.related .related-name {
  flex-grow: 1;
}

aside.related .related-name a {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

aside.related .related-name a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

aside.related .related-name span {
  font-size: .85rem;
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1))
}

aside.related .follow {
  margin-left: 0.5rem;
  flex: none;
}

.timeline {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

.timeline:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .timeline {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.timeline.sidebar {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.timeline > h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.timeline > header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.timeline > div {
  position: relative;
  display: flex;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.timeline > div:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .timeline > div {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.timeline.sidebar > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.timeline > div:first-of-type {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .timeline > div:first-of-type {
    padding-top: 1.5rem;
  }
}

.timeline:not(.sidebar) > div:last-of-type {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .timeline:not(.sidebar) > div:last-of-type {
    padding-bottom: 2rem;
  }
}

.timeline > div:after {
  content: '';
  margin-left: -7px;
  position: absolute;
  margin-top: 1.25rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

.timeline > div:is(.dark *):after {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.timeline article {
  margin-left: 1.5rem;
  flex: 1 1 auto;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.timeline article:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.timeline .event-date {
  margin-bottom: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .timeline .event-date {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.timeline .event-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}

.timeline .event-booth {
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.timeline > footer {
  margin-top: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  text-align: right;
}

.timeline > footer:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

div.alert {
  margin-bottom: 2rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(184 24 56 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

div.alert:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(248 58 107 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

div.alert div {
  font-size: 0.825rem;
  line-height: 1.25rem;
}

div.alert div strong {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sticky-sidebar {
  position: sticky;
  top: 0px;
  margin-top: -1rem;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
}

.sticky-sidebar section {
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.sticky-sidebar section:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.sticky-sidebar section header {
  margin-bottom: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.sticky-sidebar section header:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.sticky-sidebar section nav {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mostread button {
  margin-right: 0.25rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.mostread button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

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

.mostread button:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.mostread button:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mostread button {
    --tw-text-opacity: 1;
    color: rgb(158 158 158 / var(--tw-text-opacity, 1));
  }

  .mostread button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  }
}

.mostread button.current {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.mostread button.current:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .mostread button.current {
    --tw-bg-opacity: 1;
    background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  }
}

.mostread nav a.more-inline {
  float: right;
  display: inline-flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.mostread nav a.more-inline:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.mostread nav a.more-inline:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mostread nav a.more-inline:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mostread.aside nav a.more-inline {
  font-size: 0.825rem;
  line-height: 1.25rem;
}

.mostread nav a.more-inline svg {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  fill: currentColor;
}

.mostread.aside dl {
  margin: 1.25rem;
}

.mostread.aside > p {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

dl {
  line-height: 1.4rem;
}

dl.numbered {
  counter-reset: counter;
}

dl.numbered dt {
  position: relative;
  padding-left: 40px;
}

dl.numbered dt:before {
  content: "0" counter(counter);
  counter-increment: counter;
  position: absolute;
  left: 0px;
  top: 3px;
  font: 200 24px/1 "Outfit", Sans-Serif;
  opacity: 0.25;
}

dl.numbered dt:nth-child(n+4) {
  display: none;
}

@media (min-width: 768px) {
  dl.numbered dt:nth-child(n+4) {
    display: block;
  }
}

dl.numbered dt .footer {
  font-size: .875rem;
  letter-spacing: .0125rem;
}

@keyframes placeHolderShimmer{
  0%{
    background-position: -468px 0
  }

  100%{
    background-position: 468px 0
  }
}

dl dt.placeholder {
  margin-bottom: 1.5rem;
}

dl dt.placeholder.list {
  margin-top: 2.5rem;
}

dt.placeholder span {
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 0.5rem;
}

dt.placeholder.list span {
  display: block;
  width: 100%;
  height: 12px;
  margin-bottom: 0.75rem;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
}

dt.placeholder.grid span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.grid.large span {
  height: 215px;
}

dt.placeholder span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #f5f5f5 8%, #eeeeee 18%, #f5f5f5 33%);
  background-size: 1000px 104px;
}

dt.placeholder.grid span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

.dark dt.placeholder span {
  background-color: rgba(255, 255, 255, 0.05);
  background: linear-gradient(to right, #2C2C2C 8%, #242424 18%, #2C2C2C 33%);
  background-size: 1000px 104px;
}

dt.placeholder.list span:last-child {
  width: 30%;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  dt.placeholder.list span {
    width: 72%;
    margin-bottom: 1rem;
  }
}

dt.placeholder.list span:first-child {
  display: none;
  float: right;
  width: 25%;
  height: 120px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  dt.placeholder.list span:first-child {
    display: block;
  }
}

dt.placeholder.list span:nth-child(2) {
  width: 15%;
}

dt.placeholder.list span:last-child {
  width: 30%;
  margin-bottom: 2rem;
}

.intersection {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}

.intersection:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .intersection {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-top-width: 1px;
    padding-top: 1.5rem;
  }
}

.intersection-header {
  display: flex;
}

.intersection-header div:nth-child(1) {
  width: 50%;
  --tw-text-opacity: 1;
  color: rgb(184 24 56 / var(--tw-text-opacity, 1));
}

.dark .intersection-header div:nth-child(1) {
  --tw-text-opacity: 1;
  color: rgb(248 58 107 / var(--tw-text-opacity, 1));
}

.intersection-header div:nth-child(2) {
  width: 50%;
  text-align: right;
}

.intersection-grid {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: grid;
  grid-auto-flow: row;
  gap: 0.25rem;
}

dt.placeholder.intersection-grid span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.intersection-grid.large span {
  height: 215px;
}

dt.placeholder.intersection-grid span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 640px) {
  .intersection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .intersection-grid {
    margin-top: 1.5rem;
  }
}

.intersection-grid > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  display: flex;
}


          .typeahead a.intersection-grid > div span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.intersection-grid > div span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.intersection-grid > div > div{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.intersection-grid > div:nth-child(n+4) {
  display: none;
}

@media (min-width: 640px){
  .intersection-grid > div:nth-child(4) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    display: flex;
  }

  
          .typeahead a.intersection-grid > div:nth-child(4) span {
    --tw-text-opacity: 1;
    color: rgb(43 69 142 / var(--tw-text-opacity, 1));
  }

  .dark 
          .typeahead a.intersection-grid > div:nth-child(4) span {
    --tw-text-opacity: 1;
    color: rgb(91 119 201 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .intersection-grid > div:nth-child(n+4) {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
    display: flex;
  }

  
          .typeahead a.intersection-grid > div:nth-child(n+4) span {
    --tw-text-opacity: 1;
    color: rgb(43 69 142 / var(--tw-text-opacity, 1));
  }

  .dark 
          .typeahead a.intersection-grid > div:nth-child(n+4) span {
    --tw-text-opacity: 1;
    color: rgb(91 119 201 / var(--tw-text-opacity, 1));
  }
}

.intersection-grid > div > div:nth-child(1) {
  display: block;
  flex: none;
}


          .typeahead a.intersection-grid > div > div:nth-child(1) span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.intersection-grid > div > div:nth-child(1) span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.intersection-grid > div > div img {
  float: left;
  margin-top: 0.25rem;
  width: 2.5rem;
  border-radius: 9999px;
  --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);
}

.intersection-grid > div > div:nth-child(2) {
  flex-grow: 1;
  padding-left: 1rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.intersection-grid > div > div:nth-child(2):is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.intersection-grid > div > div a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.intersection-grid > div > div span {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.intersection-grid > div > div span:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.timeline-subheader {
  z-index: 10;
  margin-top: 2rem;
  display: inline-block;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.timeline-subheader:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.aside-above-on-mobile .list > div:first-of-type .timeline-subheader {
  margin-top: 1rem;
}

.timeline-list {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .timeline-list {
    padding-left: 1.25rem;
  }
}

.timeline-list > div {
  position: relative;
  display: flex;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.timeline-list > div:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .timeline-list > div {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.timeline-list > div:after {
  content: '';
  margin-left: -7px;
  margin-top: 0.8rem;
  position: absolute;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.timeline-list > div:is(.dark *):after {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.list {
  clear: both;
}

article.list-item {
  margin-bottom: 1.25rem;
  display: flex;
  border-bottom-width: 1px;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  article.list-item {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-bottom-width: 0px;
    padding-bottom: 0px;
  }
}

.content .in-article .list-item {
  margin-bottom: 0px;
  margin-top: 3rem;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-bottom: 0px;
}

.content .in-article .list-item:is(.dark *) {
  border-width: 0px;
}

.aside article.list-item {
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .aside article.list-item {
    margin-top: 0px;
    margin-bottom: 2rem;
    border-bottom-width: 0px;
  }
}

.timeline-list article.list-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  flex: 1 1 auto;
}

.list-details,
  .list-ad {
  width: 100%;
  align-self: center;
}

@media (min-width: 768px) {
  .list-details,
  .list-ad {
    width: 75%;
    padding-right: 2rem;
  }
}

.list-details > img.photo,
    .list-details > a > img.photo {
  margin-bottom: 1rem;
  display: block;
  border-radius: 0.5rem;
}


          .typeahead a.list-details > img.photo span,
          .typeahead a
    .list-details > a > img.photo span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.list-details > img.photo span,.dark 
          .typeahead a
    .list-details > a > img.photo span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .list-details > img.photo,
    .list-details > a > img.photo {
    margin-bottom: 0px;
    display: none;
  }
}

.list-sidebar-ad {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.list-sidebar-ad:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .list-sidebar-ad {
    border-width: 1px;
  }
}

.list-sidebar {
  width: 100%;
  align-self: center;
}

.list-image {
  display: none;
  align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .list-image {
    display: block;
    width: 25%;
  }
}

.list-image img {
  display: none;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .list-image img {
    display: block;
  }
}

.grid-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

dt.placeholder.grid-3 span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.grid-3.large span {
  height: 215px;
}

dt.placeholder.grid-3 span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 640px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}

.grid-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

dt.placeholder.grid-4 span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.grid-4.large span {
  height: 215px;
}

dt.placeholder.grid-4 span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 640px) {
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}

.grid-4.responsive article:nth-child(4),
  .grid-4.responsive span:nth-child(4) {
  display: none;
}

@media (min-width: 640px) {
  .grid-4.responsive article:nth-child(4),
      .grid-4.responsive span:nth-child(4) {
    display: block;
  }
}

@media (min-width: 768px) {
  .grid-4.responsive article:nth-child(4),
      .grid-4.responsive span:nth-child(4) {
    display: none;
  }
}

@media (min-width: 1280px) {
  .grid-4.responsive article:nth-child(4),
      .grid-4.responsive span:nth-child(4) {
    display: block;
  }
}

article.card,
section.card {
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-bottom: 1.25rem;
}

article.card:is(.dark *),
section.card:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  article.card,
section.card {
    border-width: 1px;
  }
}

article.card.blue,
  section.card.blue {
  --tw-border-opacity: 1;
  border-color: rgb(59 90 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

article.card.blue:is(.dark *),
  section.card.blue:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 90 180 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
}

.grid-3 article.card,
  .grid-3 article.card,
  .grid-4 section.card,
  .grid-4 article.card {
  height: 100%;
}

article.card.simple,
  section.card.simple {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-bottom: 0px;
}

article.card.simple:is(.dark *),
  section.card.simple:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

article.card header,
  section.card header {
  width: 100%;
}

article.card figure img,
    section.card figure img {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

article.card > header,
  section.card > header {
  padding: 1.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 768px) {
  article.card > header,
  section.card > header {
    display: flex;
    align-items: center;
  }
}

article.card > header div.card-icon,
  section.card > header div.card-icon {
  display: none;
}

@media (min-width: 768px) {
  article.card > header div.card-icon,
  section.card > header div.card-icon {
    display: block;
    flex-shrink: 0;
  }
}

article.card > header div.card-icon img,
    section.card > header div.card-icon img {
  margin-right: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  article.card > header div.card-icon img,
    section.card > header div.card-icon img {
    height: 5rem;
    width: 5rem;
  }
}

article.card > header div.card-icon img,
    section.card > header div.card-icon img {
  margin-right: 1rem;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  article.card > header div.card-icon img,
    section.card > header div.card-icon img {
    height: 5rem;
    width: 5rem;
  }
}

article.card > header div.card-link a,
    section.card > header div.card-link a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

article.card > header div.card-link a:is(.dark *),
    section.card > header div.card-link a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

article.card > header div.card-link a:hover,
      section.card > header div.card-link a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

section.card > div {
  line-height: 1.8725;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1))
}

article.card p,
  section.card p {
  line-height: 1.5725;
  max-height: 3.25rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1))
}

p.author-position {
  font-size: 0.8725rem;
  line-height: 1.5725;
  max-height: 4.675rem;
  margin-top: 0.25rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1))
}

article.card footer,
  section.card footer {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
}

article.card footer span:not(.no-dot):before {
  content: '·';
  margin-right: 0.25rem;
  opacity: 0.5
}

article.card footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

article.card footer a:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

article.card.blue *,
      section.card.blue * {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.homepage-grid-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

dt.placeholder.homepage-grid-3 span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.homepage-grid-3.large span {
  height: 215px;
}

dt.placeholder.homepage-grid-3 span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 1024px) {
  .homepage-grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.homepage-grid-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

dt.placeholder.homepage-grid-4 span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.homepage-grid-4.large span {
  height: 215px;
}

dt.placeholder.homepage-grid-4 span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 640px) {
  .homepage-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .homepage-grid-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .homepage-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.homepage-list article:nth-of-type(3),
.homepage-list .homepage-line:nth-of-type(3) {
  display: none;
}

@media (min-width: 768px) {
  .homepage-list article:nth-of-type(3),
.homepage-list .homepage-line:nth-of-type(3) {
    display: block;
  }
}

.homepage-line {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 0px;
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .homepage-line.first {
    display: none;
  }
}

.list article.homepage-item:nth-child(n+4) {
  display: none;
}

@media (min-width: 768px) {
  .list article.homepage-item:nth-child(n+4) {
    display: flex;
  }
}

.homepage-item.list {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .homepage-item.list {
    margin-bottom: 1rem;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
    padding: 1.25rem;
  }

  .homepage-item.list:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  }
}

.scrollbar article:nth-child(n+2) {
  display: none;
}

@media (min-width: 768px) {
  .scrollbar article:nth-child(n+2) {
    display: block;
  }
}

.homepage-item.feature {
  overflow: hidden;
  border-radius: 0.5rem;
}

.homepage-item.feature.gray {
  height: 100%;
}

@media (min-width: 768px) {
  .homepage-item.feature.gray {
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .homepage-item.feature.gray:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  }
}

.homepage-item figure {
  position: relative;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .homepage-item figure {
    margin-bottom: 1.25rem;
  }
}

.homepage-item.gray figure {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .homepage-item.gray figure {
    margin-bottom: 0px;
  }
}

.homepage-item figure.float {
  float: right;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  width: 33.333333%;
}

@media (min-width: 768px) {
  .homepage-item figure.float {
    float: none;
    margin: 0px;
    width: 100%;
  }
}

.homepage-item figure img {
  min-height: 190px;
  width: 100%;
  border-radius: 0.5rem
}

@media (min-width: 375px) {
  .homepage-item figure img {
    min-height: 230px;
  }
}

@media (min-width: 400px) {
  .homepage-item figure img {
    min-height: 250px;
  }
}

@media (min-width: 540px) {
  .homepage-item figure img {
    min-height: 340px;
  }
}

@media (min-width: 620px) {
  .homepage-item figure img {
    min-height: 390px;
  }
}

@media (min-width: 768px) {
  .homepage-item figure img {
    min-height: auto;
  }
}

.homepage-item figure.float img {
  border-radius: 0px;
}

@media (min-width: 768px) {
  .homepage-item figure.float img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    width: 40%;
  }

  .homepage-item.gray figure img {
    border-radius: 0px;
  }
}

.homepage-item .outline {
  -webkit-text-stroke: 1px #c0c0c0;
  position: absolute;
  display: flex;
  height: 100%;
  max-height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  overflow: hidden;
  padding: 1rem;
  padding-left: 6rem;
  text-align: right;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

@media (min-width: 768px) {
  .homepage-item.feature > div {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

.homepage-item h1 {
  letter-spacing: 0.0125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem
}

div.popmenu.homepage-item h1 {
  display: block;
}


          .typeahead adiv.popmenu.homepage-item h1 span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.homepage-item h1 span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.homepage-item.feature.gray h1 {
  margin-bottom: 0.5rem;
}

div.popmenu.homepage-item.feature.gray h1 {
  display: block;
}


          .typeahead adiv.popmenu.homepage-item.feature.gray h1 span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.homepage-item.feature.gray h1 span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .homepage-item.feature.gray h1 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .homepage-item.feature.gray h1 {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

@media (min-width: 640px) {
  .homepage-item.feature.gray > div:not(.justify-between) {
    padding-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .homepage-item.feature.gray > div:not(.justify-between) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.list-item h1.title,
  .grid-item h1.title {
  font-size: 1.325rem;
  letter-spacing: .025rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem
}

.list-sidebar h1.title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.list-sidebar-ad h1.title {
  font-size: 1.075rem;
  letter-spacing: .025rem;
  margin-top: 0.25rem;
  margin-bottom: 0.125rem
}

.homepage-item h1 a:hover,
  .list-item h1.title a:hover,
  .grid-item h1.title a:hover,
  .content-item h1 a:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.homepage-item p {
  font-size: 0.8725rem;
  line-height: 1.8725;
  max-height: 4.8rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1))
}

.homepage-item p:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.list-item p,
  .grid-item p {
  font-size: 1.0125rem;
  line-height: 1.775;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.75rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1))
}

.list-item p:is(.dark *),
  .grid-item p:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.list-item .list-sidebar-ad p {
  line-height: 1.4rem;
  max-height: 5.6rem;
  margin-bottom: 0.75rem;
  overflow: hidden;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1))
}

.list-item .list-sidebar-ad p:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.list-item div.p,
  .grid-item div.p {
  font-size: 0.925rem;
  line-height: 1.425rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1))
}

.list-item div.p:is(.dark *),
  .grid-item div.p:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.homepage-item div.header {
  margin-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.homepage-item div.footer {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.list-item div.footer,
  .grid-item div.footer {
  font-size: .875rem;
  letter-spacing: .0125rem;
  margin-top: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1))
}

.homepage-item .author {
  font-size: .875rem;
  letter-spacing: .0125rem;
  float: left;
  margin-right: 2rem
}

.homepage-item .expert,
    .list-item .expert {
  font-size: .875rem;
  letter-spacing: .0125rem;
  float: left;
  margin-right: 2rem;
  line-height: 1.5rem
}

.homepage-item .expert a,
      .homepage-item .author a,
      .list-item .author a,
      .list-item .expert a,
      .grid-item .expert a {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.homepage-item .expert a:is(.dark *),
      .homepage-item .author a:is(.dark *),
      .list-item .author a:is(.dark *),
      .list-item .expert a:is(.dark *),
      .grid-item .expert a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.homepage-item .avatars,
    .list-item .avatars,
    .grid-item .avatars {
  direction: rtl;
  text-align: left;
  padding-left: 0.5rem
}

.homepage-item .avatar > *,
    .list-item .avatar > *,
    .grid-item .avatar > * {
  z-index: 1;
  direction: ltr;
  position: relative;
  margin-left: -0.75rem;
  line-height: 1.5rem
}

.homepage-item .avatar:last-of-type > *,
    .list-item .avatar:last-of-type > *,
    .grid-item .avatar:last-of-type > * {
  margin-right: 0.5rem;
}

.homepage-item img.tiny,
    .list-item img.tiny,
    .grid-item img.tiny,
    .mostread img.tiny,
    .morein img.tiny {
  float: left;
  margin-right: 0.5rem;
  height: 1.5rem;
  border-radius: 9999px;
  --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);
}

.homepage-item img.round,
    .morein img.round,
    .list-item img.round,
    .grid-item img.round {
  float: left;
  margin-right: 1rem;
  width: 2.5rem;
  border-radius: 9999px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.homepage-item img.tv,
    .list-item img.tv,
    .grid-item img.tv {
  width: 100%;
}

.list-homepage img.square,
    .list-item img.square,
    .grid-item img.square {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.homepage-item img.favicon,
    .list-item img.favicon,
    .grid-item img.favicon {
  float: left;
  margin-right: 0.75rem;
  width: 1.5rem;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .homepage-item img.favicon,
    .list-item img.favicon,
    .grid-item img.favicon {
    display: none;
  }
}

.list-item img.textad-favicon {
  float: left;
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
}

.list-item img.textad-favicon:is(.dark *) {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
}

.homepage-item div.footer span,
    .homepage-item div.footer time,
    .list-item div.footer span,
    .list-item div.footer time,
    .grid-item div.footer span,
    .grid-item div.footer time {
  font-size: .875rem;
  letter-spacing: .0125rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1))
}

.homepage-item div.footer span.more,
      .list-item div.footer span.more,
      .grid-item div.footer span.more {
  display: none;
}

@media (min-width: 768px) {
  .homepage-item div.footer span.more,
      .list-item div.footer span.more,
      .grid-item div.footer span.more {
    display: inline;
  }
}

.homepage-item div.footer span.author,
        .list-item div.footer span.author,
        .grid-item div.footer span.author,
        .mostread div.footer span.author,
        .morein div.footer span.author {
  display: block;
}


          .typeahead a.homepage-item div.footer span.author span,
          .typeahead a
        .list-item div.footer span.author span,
          .typeahead a
        .grid-item div.footer span.author span,
          .typeahead a
        .mostread div.footer span.author span,
          .typeahead a
        .morein div.footer span.author span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.homepage-item div.footer span.author span,.dark 
          .typeahead a
        .list-item div.footer span.author span,.dark 
          .typeahead a
        .grid-item div.footer span.author span,.dark 
          .typeahead a
        .mostread div.footer span.author span,.dark 
          .typeahead a
        .morein div.footer span.author span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.homepage-item div.footer span.author a,
          .list-item div.footer span.author a,
          .grid-item div.footer span.author a,
          .mostread div.footer span.author a,
          .morein div.footer span.author a {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.homepage-item div.footer span.author a:is(.dark *),
          .list-item div.footer span.author a:is(.dark *),
          .grid-item div.footer span.author a:is(.dark *),
          .mostread div.footer span.author a:is(.dark *),
          .morein div.footer span.author a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.homepage-item div.footer > span:not(.author):not(.no-dot):not(:empty):before,
        .list-item div.footer > span:not(.author):not(.no-dot):not(:empty):before,
        .grid-item div.footer > span:not(.author):not(.no-dot):not(:empty):before,
        .content-item div.footer > span:not(:first-of-type):before {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

.homepage-item div.footer span.experts:after,
          .list-item div.footer span.experts:after,
          .grid-item div.footer span.experts:after,
          .more-footer span:not(:last-of-type):after,
          .morein div.footer span.author span:first-of-type:after {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

.homepage-item div.footer a:hover,
    .list-item div.footer a:hover,
    .grid-item div.footer a:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.homepage-item div.footer a:hover:is(.dark *),
    .list-item div.footer a:hover:is(.dark *),
    .grid-item div.footer a:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div.content-item {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.content-details {
  width: 100%;
  align-self: center;
}

@media (min-width: 768px) {
  .content-details {
    width: 75%;
    padding-right: 2rem;
  }
}

.content-item h1.title {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-item div.footer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.content-image {
  position: relative;
  display: none;
  align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .content-image {
    display: block;
    width: 25%;
  }
}

.content-image:not(.video-preview) img {
  margin-left: auto;
  margin-right: auto;
  width: 66.666667%;
}

.content-image.video-preview:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 48px;
  height: 48px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZycgeG1sbnM6eGxpbms9J2h0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsnIHg9JzBweCcgeT0nMHB4JyBmaWxsPScjZmZmZmZmJyB2aWV3Qm94PScwIDAgMzAuMDUxIDMwLjA1MScgc3R5bGU9J2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAuMDUxIDMwLjA1MTsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxnPjxwYXRoIGQ9J00xOS45ODIsMTQuNDM4bC02LjI0LTQuNTM2Yy0wLjIyOS0wLjE2Ni0wLjUzMy0wLjE5MS0wLjc4NC0wLjA2MmMtMC4yNTMsMC4xMjgtMC40MTEsMC4zODgtMC40MTEsMC42Njl2OS4wNjljMCwwLjI4NCwwLjE1OCwwLjU0MywwLjQxMSwwLjY3MWMwLjEwNywwLjA1NCwwLjIyNCwwLjA4MSwwLjM0MiwwLjA4MWMwLjE1NCwwLDAuMzEtMC4wNDksMC40NDItMC4xNDZsNi4yNC00LjUzMmMwLjE5Ny0wLjE0NSwwLjMxMi0wLjM2OSwwLjMxMi0wLjYwN0MyMC4yOTUsMTQuODAzLDIwLjE3NywxNC41OCwxOS45ODIsMTQuNDM4eicvPjxwYXRoIGQ9J00xNS4wMjYsMC4wMDJDNi43MjYsMC4wMDIsMCw2LjcyOCwwLDE1LjAyOGMwLDguMjk3LDYuNzI2LDE1LjAyMSwxNS4wMjYsMTUuMDIxYzguMjk4LDAsMTUuMDI1LTYuNzI1LDE1LjAyNS0xNS4wMjFDMzAuMDUyLDYuNzI4LDIzLjMyNCwwLjAwMiwxNS4wMjYsMC4wMDJ6IE0xNS4wMjYsMjcuNTQyYy02LjkxMiwwLTEyLjUxNi01LjYwMS0xMi41MTYtMTIuNTE0YzAtNi45MSw1LjYwNC0xMi41MTgsMTIuNTE2LTEyLjUxOGM2LjkxMSwwLDEyLjUxNCw1LjYwNywxMi41MTQsMTIuNTE4QzI3LjU0MSwyMS45NDEsMjEuOTM3LDI3LjU0MiwxNS4wMjYsMjcuNTQyeicvPjwvZz48L3N2Zz4=);
  content: '';
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.countdown {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  margin: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(184 24 56 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div.noresults {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

div.noresults:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

div.notice {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

div.notice:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

div.notice strong {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

div.notice strong:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

aside.footer-more {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

aside.footer-more:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  aside.footer-more {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
    padding-top: 1.5rem;
  }

  aside.footer-more:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  }
}

aside.footer-more > div > section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem
}

aside.footer-more > div > section:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  aside.footer-more > div > section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1280px) {
  aside.footer-more > div > section {
    max-width: 1280px;
  }
}

.footer-more dl.morein {
  display: grid;
}

dt.placeholder.footer-more dl.morein span {
  display: block;
  width: 100%;
  height: 90px;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px
}

dt.placeholder.footer-more dl.morein.large span {
  height: 215px;
}

dt.placeholder.footer-more dl.morein span {
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to right, #fafafa 8%, #f5f5f5 18%, #fafafa 33%);
  background-size: 1000px 104px;
}

@media (min-width: 1280px) {
  .footer-more dl.morein {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.footer-more dl.morein dt {
  margin-bottom: 1rem;
}

.footer-more dl.morein dt div.flex-1 {
  margin-top: -0.25rem;
  min-width: 0px;
}

.footer-more dl.morein dt > a {
  text-decoration: none !important;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem
}

.footer-more dl.morein dt > a:hover {
  text-decoration-line: underline;
  text-decoration: none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.footer-more dl.morein dt div.footer {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.footer-more dl.morein dt div.footer > span:not(:last-of-type):after {
  content: '·';
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.5
}

.footer-more dl.morein dt div.footer a {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.footer-more dl.morein dt div.footer a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.twitter-tweet,
  .instagram-media,
  .instagram-media-rendered {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 32px !important;
}

div.popmenu {
  position: relative;
  clear: both;
  display: inline;
  width: auto;
}

div.popmenu.mb-2 {
  display: block;
}


          .typeahead adiv.popmenu.mb-2 span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.mb-2 span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.popmenubutton.button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem 0.25rem 1rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.95rem;
  border-radius: 0.25rem;
  border-width: 1px;
  text-align: left
}

.popmenubutton.button:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

.popmenubutton.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.popmenubutton.button:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.popmenubutton.button svg {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: visible;
  transition: transform .1s ease;
  margin-left: 0.5rem;
}

.popmenubutton.button svg.left {
  margin-left: 0;
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  fill: currentColor
}

.popmenubutton.button.active svg {
  transform: rotate(-180deg);
}

.popmenubutton.icon {
  transition: transform .1s ease;
  --tw-text-opacity: 1;
  color: rgb(198 204 232 / var(--tw-text-opacity, 1))
}

.popmenubutton.icon:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.popmenubutton.icon.active,
        .popmenubutton.icon:hover {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark .popmenubutton.icon.active,.dark 
        .popmenubutton.icon:hover {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.popmenubutton.icon.active:is(.dark *),
        .popmenubutton.icon:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.popmenubutton.icon svg {
  display: inline-block;
  margin-left: 0.75rem;
  margin-top: -0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor
}

div.popmenu button.ellipsis {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23bdbdbd" d="M12,10a2,2,0,1,0,2,2A2,2,0,0,0,12,10ZM5,10a2,2,0,1,0,2,2A2,2,0,0,0,5,10Zm14,0a2,2,0,1,0,2,2A2,2,0,0,0,19,10Z"/></svg>');
  display: inline-block
}

div.popmenu button.ellipsis:hover {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.dark div.popmenu button.ellipsis:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

div.popmenuitems {
  right: 0;
  min-width: 180px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.05);
  animation: fadeIn ease 0s;
  font-size: .85rem;
  position: absolute;
  z-index: 10;
  display: none;
  height: 0px;
  border-radius: 0.375rem;
  border-top-right-radius: 0px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

div.popmenuitems:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  div.popmenuitems {
    border-top-right-radius: 0.375rem;
  }
}

div.popmenuitems.bubble {
  min-width: 325px;
  --tw-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  margin-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

div.popmenuitems.bubble.sm {
  min-width: 250px;
}

div.popmenuitems.bubble.xs {
  min-width: 175px;
}

div.popmenuitems.bubble.text {
  margin-top: 20px;
  min-width: 250px;
}

@media only screen and (min-width: 1280px) {
  div.popmenuitems.bubble {
    right: -150px;
  }

  div.popmenuitems.bubble.sm {
    right: -112px;
  }

  div.popmenuitems.bubble.xs {
    right: -73px;
  }

  div.popmenuitems.bubble.text {
    width: 170%;
    right: -35%;
  }
}

div.popmenuitems.active {
  animation: fadeIn ease 0s;
  display: block;
  height: auto
}


          .typeahead adiv.popmenuitems.active span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenuitems.active span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

div.popmenuitems.above {
  bottom: 45px;
}

div.popmenuitems.below {
  top: 35px;
}

div.popmenuitems.bubble:after, 
          div.popmenuitems.bubble:before {
  left: 95%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

@media only screen and (min-width: 1280px) {
  div.popmenuitems.bubble:after, 
              div.popmenuitems.bubble:before {
    left: 50%;
  }
}

div.popmenuitems.below.bubble:after, 
              div.popmenuitems.below.bubble:before {
  bottom: 100%;
}

div.popmenuitems.above.bubble:after, 
              div.popmenuitems.above.bubble:before {
  top: 100%;
}

div.popmenuitems.below.bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}

.dark div.popmenuitems.below.bubble:after {
  border-bottom-color: #2c2c2c;
}

div.popmenuitems.below.bubble:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(0,0,0,0.09);
  border-width: 11px;
  margin-left: -11px;
}

@media only screen and (min-width: 1280px) {
  div.popmenuitems.above.bubble:after, 
              div.popmenuitems.above.bubble:before {
    left: 50%;
  }
}

div.popmenuitems.above.bubble:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 10px;
  margin-left: -10px;
}

.dark div.popmenuitems.above.bubble:after {
  border-top-color: #2c2c2c;
}

div.popmenuitems.above.bubble:before {
  border-color: rgba(255, 255, 255, 0);
  border-width: 11px;
  margin-left: -11px;
  border-top-color: rgba(0,0,0,0.09);
}

div.popmenuitems > div > a,
      div.popmenuitems .social > a {
  display: block;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}


          .typeahead adiv.popmenuitems > div > a span,
          .typeahead a
      div.popmenuitems .social > a span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenuitems > div > a span,.dark 
          .typeahead a
      div.popmenuitems .social > a span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

div.popmenuitems > div > a:is(.dark *),
      div.popmenuitems .social > a:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}

div.popmenuitems.bubble > div > a,
        div.popmenuitems.bubble .social > a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}


          .typeahead adiv.popmenuitems.bubble > div > a span,
          .typeahead a
        div.popmenuitems.bubble .social > a span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenuitems.bubble > div > a span,.dark 
          .typeahead a
        div.popmenuitems.bubble .social > a span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

div.popmenuitems.bubble.sm > div > a,
        div.popmenuitems.bubble.xs > div > a,
        div.popmenuitems.bubble.sm .social > a,
        div.popmenuitems.bubble.xs .social > a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}


          .typeahead adiv.popmenuitems.bubble.sm > div > a span,
          .typeahead a
        div.popmenuitems.bubble.xs > div > a span,
          .typeahead a
        div.popmenuitems.bubble.sm .social > a span,
          .typeahead a
        div.popmenuitems.bubble.xs .social > a span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenuitems.bubble.sm > div > a span,.dark 
          .typeahead a
        div.popmenuitems.bubble.xs > div > a span,.dark 
          .typeahead a
        div.popmenuitems.bubble.sm .social > a span,.dark 
          .typeahead a
        div.popmenuitems.bubble.xs .social > a span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

div.popmenuitems.bubble > div > .with-title,
          div.popmenuitems.bubble .social > .with-title {
  padding-top: 0.5rem;
}

div.popmenuitems.bubble > div > a svg,
          div.popmenuitems.bubble .social > a svg {
  float: left;
  margin-top: -0.25rem;
  margin-right: 1rem;
  height: 1.75rem;
  fill: currentColor;
}

div.popmenuitems.bubble.sm > div > a svg,
            div.popmenuitems.bubble.sm .social > a svg {
  margin-top: .03rem;
  height: 1.5rem
}

div.popmenuitems.bubble > div > a.with-title svg,
            div.popmenuitems.bubble .social > a.with-title svg {
  margin-top: 0.25rem;
}

div.popmenuitems.bubble > div > a div:last-child,
          div.popmenuitems.bubble .social > a div:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

div.popmenuitems > div > a:hover,
        div.popmenuitems > div > button:hover,
        div.popmenuitems .social > a:hover,
        div.popmenuitems .social > button:hover,
        div.popmenuitems div.filter:hover {
  background-color: #f5f5f5;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
}

div.popmenuitems > div > a:hover:is(.dark *),
        div.popmenuitems > div > button:hover:is(.dark *),
        div.popmenuitems .social > a:hover:is(.dark *),
        div.popmenuitems .social > button:hover:is(.dark *),
        div.popmenuitems div.filter:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

div.popmenuitems .feature {
  display: flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 0.75rem;
}

div.popmenuitems .feature > div:first-child {
  flex: 0 1 auto;
}

div.popmenuitems .feature > div:last-child {
  flex: 1 1 0%;
}

.footer-more dl.morein dt divdiv.popmenuitems .feature > div:last-child {
  margin-top: -0.25rem;
  min-width: 0px;
}

div.popmenuitems .feature img {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 4rem;
}

div.popmenuitems .feature img.author {
  border-radius: 9999px;
  --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);
}

div.popmenuitems .feature header {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

div.popmenuitems .feature div div {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.825rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

div.popmenuitems .feature footer {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

div.popmenuitems div.line {
  height: 1px;
  clear: left;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1))
}

div.popmenuitems div.line:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(startYposition);
  }

  100% {
    opacity: 1;
    transform: translateY(endYposition);
  }
}

.hn-tv {
  position: relative;
  display: block;
  cursor: pointer;
}

.hn-tv:before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23ffffff' viewBox='0 0 30.051 30.051' style='enable-background:new 0 0 30.051 30.051;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M19.982,14.438l-6.24-4.536c-0.229-0.166-0.533-0.191-0.784-0.062c-0.253,0.128-0.411,0.388-0.411,0.669v9.069c0,0.284,0.158,0.543,0.411,0.671c0.107,0.054,0.224,0.081,0.342,0.081c0.154,0,0.31-0.049,0.442-0.146l6.24-4.532c0.197-0.145,0.312-0.369,0.312-0.607C20.295,14.803,20.177,14.58,19.982,14.438z'/%3E%3Cpath d='M15.026,0.002C6.726,0.002,0,6.728,0,15.028c0,8.297,6.726,15.021,15.026,15.021c8.298,0,15.025-6.725,15.025-15.021C30.052,6.728,23.324,0.002,15.026,0.002z M15.026,27.542c-6.912,0-12.516-5.601-12.516-12.514c0-6.91,5.604-12.518,12.516-12.518c6.911,0,12.514,5.607,12.514,12.518C27.541,21.941,21.937,27.542,15.026,27.542z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
  cursor: pointer;
  opacity: 1;
}

.hn-tv:hover:before {
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 1;
  cursor: pointer;
}

.hn-tv div {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.expandable {
  position: relative;
}

.expandable.gradient:before {
  position: absolute;
  bottom: 0;
  height: 12rem;
  width: 100%;
  content: "";
  background: linear-gradient(to top,
      rgba(255,255,255, 0.75) 5%, 
      rgba(255,255,255, 0) 100%
    );
  pointer-events: none;
}

.dark .expandable.gradient:before {
  background: linear-gradient(to top,
        rgba(33,33,33, 0.90) 20%, 
        rgba(33,33,33, 0) 100%
      );
}

button.expand {
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg>');
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

button.expand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

button.expand:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.dark button.expand {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="%23000000" d="M17,9.17a1,1,0,0,0-1.41,0L12,12.71,8.46,9.17a1,1,0,0,0-1.41,0,1,1,0,0,0,0,1.42l4.24,4.24a1,1,0,0,0,1.42,0L17,10.59A1,1,0,0,0,17,9.17Z"/></svg>');
}

p:empty {
  display: none;
}

.checkbox-filter {
  display: flex;
  align-items: center;
}

.checkbox-filter input {
  margin-right: 0.5rem;
  flex: none;
}

.checkbox-filter label {
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.checkbox-filter span {
  flex: none;
  font-size: 0.825rem;
  line-height: 1.25rem;
  opacity: 0.5;
}

.map-fullscreen {
  height: 90vh;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1))
}

.map-fullscreen:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.step {
  width: 10px;
  height: 10px;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1))
}

.step:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

.step.current {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.step.current:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.error {
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #f5c6cb;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.error > strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.error a,
  .error a:hover {
  border-color: #721c24 !important;
}

.success {
  color: #155724;
  background-color: #d4edda;
  border: solid 1px #c3e6cb;
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.success > strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.success a,
  .success a:hover {
  border-color: #155724 !important;
}

.inline-form {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .0125rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.inline-form input[type=text],
  .inline-form input[type=email],
  .inline-form textarea {
  margin-bottom: 0.5rem;
  width: 100%;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div.popmenu.inline-form input[type=text],div.popmenu
  .inline-form input[type=email],div.popmenu
  .inline-form textarea {
  display: block;
}


          .typeahead adiv.popmenu.inline-form input[type=text] span,
          .typeahead adiv.popmenu
  .inline-form input[type=email] span,
          .typeahead adiv.popmenu
  .inline-form textarea span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead adiv.popmenu.inline-form input[type=text] span,.dark 
          .typeahead adiv.popmenu
  .inline-form input[type=email] span,.dark 
          .typeahead adiv.popmenu
  .inline-form textarea span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.inline-form input[type=text]:focus,
  .inline-form input[type=email]:focus,
  .inline-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.inline-form input[type=text]:is(.dark *),
  .inline-form input[type=email]:is(.dark *),
  .inline-form textarea:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.inline-form input[type=text].required,
    .inline-form input[type=email].required,
    .inline-form textarea.required {
  color: #721c24;
  background-color: #f8d7da;
  border: solid 1px #f5c6cb
}

.inline-form input[type=text].required::-moz-placeholder, .inline-form input[type=email].required::-moz-placeholder, .inline-form textarea.required::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.inline-form input[type=text].required::placeholder,
    .inline-form input[type=email].required::placeholder,
    .inline-form textarea.required::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.inline-form input[type=text].required:is(.dark *)::-moz-placeholder, .inline-form input[type=email].required:is(.dark *)::-moz-placeholder, .inline-form textarea.required:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.inline-form input[type=text].required:is(.dark *)::placeholder,
    .inline-form input[type=email].required:is(.dark *)::placeholder,
    .inline-form textarea.required:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.inline-form input[type=file].required {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

@media only screen and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
  select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="number"], input[type="email"] {
    font-size: 16px;
  }
}

@supports (-webkit-touch-callout: none) {
  select, textarea, input[type="text"], input[type="password"], input[type="date"], input[type="time"], input[type="number"], input[type="email"] {
    font-size: 16px;
  }
}

div.cssbox {
  display: inline-block;
  outline:none;
}

div.cssbox * {
  outline:none !important;
}

span.cssbox_full {
  z-index: 999999;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(238,238,238,0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.dark span.cssbox_full {
  background-color: rgba(66,66,66,0.8);
}

span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  --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)
}

a.cssbox_close {
  z-index: 999999;
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: inherit;
  font-size: 36px;
  border-bottom: 0;
  top: 1%;
  right: 1%;
}

a.cssbox_close::after {
  content: '\00d7';
}

a:target ~ a.cssbox_close,
  a:target ~ a.cssbox_prev,
  a:target ~ a.cssbox_next {
  visibility: visible;
}

a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}

.select-pulldown {
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 50' width='9' height='6' xmlns='http://www.w3.org/2000/svg'><polygon fill='%23757575' points='0,0 50,50 100,0'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
}

a.cta,
.cta-button {
  display: inline-block;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300;
  font-size: 1.0125rem;
  letter-spacing: .0125rem;
  align-items: center;
  white-space: nowrap;
  text-decoration: none;
  line-height: 3rem;
  color: #fff;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  border: 0;
  border-radius: 9999px;
  margin-bottom: 1.5rem;
  transition: 0.25s;
}

.cta-button.full {
  width: 100%;
  text-align: center;
}

@media (min-width: 640px) {
  .cta-button.full {
    width: 50%;
    margin: 0 25%;
  }
}

.cta-button.red {
  background-color: #b81838;
}

.cta-button.blue {
  background-color: #2B458E;
}

.cta-button.purple {
  background-color: #8E2B77;
}

.cta-button.green {
  background-color: #8E742B;
}

.cta-button.brown {
  background-color: #8E432B;
}

.cta-button.gray {
  background-color: #eee;
  color: #333;
}

.cta-button:hover {
  background-color: black;
  color: white;
}

.cta-button svg {
  display: inline;
  margin-top: -.125rem;
  margin-left: -.5rem;
  margin-right: .35rem;
  height: 1.25rem;
}

.sidebar{
  will-change: min-height;
}

.sidebar-inner{
  transform: translate(0, 0);
  /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}

blockquote:not(.formatted) {
  position: relative;
  border-left: 4px solid #EEEEEE;
  padding: 2.5rem .5rem .75rem 1.5rem;
  margin-bottom: 2rem !important;
  font-style: italic;
  font-size: 1.275rem;
}

blockquote:not(.formatted)::before {
  content: '“';
  font-family: 'georgia';
  font-size: 5rem;
  line-height: 5rem;
  opacity: .25;
  position: absolute;
  top: 0;
  left: .4rem;
  padding: 0 4px 0 0;
  pointer-events: none;
}

blockquote:not(.formatted) cite {
  display: block;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 0.925rem;
  letter-spacing: .0125rem;
  margin-top: .25rem;
}

blockquote:not(.formatted) cite::before {
  content: '— ';
}

.formatted q {
  font-style: italic;
  opacity: .85;
}

.btq {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  .btq {
    margin-bottom: 2rem;
  }
}

.btq-icon {
  flex: none;
}

.btq-icon img {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 2.5rem;
  border-radius: 9999px;
}

.btq-text {
  border-radius: 0 15px 15px 15px;
  flex-grow: 1;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem
}

.btq-text:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.btq-text.bubble-right {
  border-radius: 15px 0 15px 15px;
  background-color: #F4F5F9;
  border-color: #DEE3ED;
}

.dark .btq-text.bubble-right {
  background-color: #282b35;
  border-color: #282b35;
}

.btq-text span {
  margin-bottom: 0.25rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}


          .typeahead a.btq-text span span {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.dark 
          .typeahead a.btq-text span span {
  --tw-text-opacity: 1;
  color: rgb(91 119 201 / var(--tw-text-opacity, 1));
}

.btq-text span:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.btq-text.bubble-right span {
  background-color: #EAECF3
}

.dark .btq-text.bubble-right span {
  background-color: #282b35
}

.btq-text p,
  .btq-text ul,
  .btq-text ol {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.btq-text p:last-of-type,
  .btq-text ul:last-of-type,
  .btq-text ol:last-of-type {
  padding-bottom: 1.25rem;
}

.btq-text p:is(.dark *),
  .btq-text ul:is(.dark *),
  .btq-text ol:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.btq-text ul {
  list-style-type: disc;
}

.btq-text ol {
  list-style-type: decimal
}

.btq-text ul > li,
  .btq-text ol > li {
  margin: .5rem 0 .5rem 2rem;
}

.btq-text ul > li:last-of-type,
  .btq-text ol > li:last-of-type {
  margin-bottom: 0;
}

.btq-text p + ul,
  .btq-text p + ol {
  margin-top: -1rem;
}

.btq-spacer {
  width: 0px;
  flex: none;
}

@media (min-width: 768px) {
  .btq-spacer {
    width: 7rem;
  }
}

.slider {
  position: relative;
  overflow-x: hidden;
}

.slider [type="radio"] {
  display: none;
}

.slider ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}

.slider ul li > label {
  display: block;
  margin: 15px 5px;
  width: 10px;
  height: 10px;
  border-radius: 6px;
  background-color: #eee;
  cursor: pointer;
  transition: all 0.3s;
}

.dark .slider ul li > label {
  background-color: #616161;
}

.slider [type="radio"]:nth-of-type(1):checked ~ ul li:nth-of-type(1) label,
.slider [type="radio"]:nth-of-type(2):checked ~ ul li:nth-of-type(2) label,
.slider [type="radio"]:nth-of-type(3):checked ~ ul li:nth-of-type(3) label,
.slider [type="radio"]:nth-of-type(4):checked ~ ul li:nth-of-type(4) label,
.slider [type="radio"]:nth-of-type(5):checked ~ ul li:nth-of-type(5) label,
.slider [type="radio"]:nth-of-type(6):checked ~ ul li:nth-of-type(6) label,
.slider [type="radio"]:nth-of-type(7):checked ~ ul li:nth-of-type(7) label,
.slider [type="radio"]:nth-of-type(8):checked ~ ul li:nth-of-type(8) label,
.slider [type="radio"]:nth-of-type(9):checked ~ ul li:nth-of-type(9) label,
.slider [type="radio"]:nth-of-type(10):checked ~ ul li:nth-of-type(10) label {
  background: #000;
}

.dark .slider [type="radio"]:nth-of-type(1):checked ~ ul li:nth-of-type(1) label,
  .dark .slider [type="radio"]:nth-of-type(2):checked ~ ul li:nth-of-type(2) label,
  .dark .slider [type="radio"]:nth-of-type(3):checked ~ ul li:nth-of-type(3) label,
  .dark .slider [type="radio"]:nth-of-type(4):checked ~ ul li:nth-of-type(4) label,
  .dark .slider [type="radio"]:nth-of-type(5):checked ~ ul li:nth-of-type(5) label,
  .dark .slider [type="radio"]:nth-of-type(6):checked ~ ul li:nth-of-type(6) label,
  .dark .slider [type="radio"]:nth-of-type(7):checked ~ ul li:nth-of-type(7) label,
  .dark .slider [type="radio"]:nth-of-type(8):checked ~ ul li:nth-of-type(8) label,
  .dark .slider [type="radio"]:nth-of-type(9):checked ~ ul li:nth-of-type(9) label,
  .dark .slider [type="radio"]:nth-of-type(10):checked ~ ul li:nth-of-type(10) label {
  background: #FFF;
}

.slider ul li label:hover {
  background-color: #000;
}

.dark .slider ul li label:hover {
  background-color: #fff;
}

.slider .slide {
  transition: 0.5s ease-out opacity;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.slider .slide div {
  position: relative;
}

.slider .slide label {
  display: none;
}

.slider [type="radio"]:nth-of-type(1):checked ~ .slide:nth-of-type(1) label,
    .slider [type="radio"]:nth-of-type(2):checked ~ .slide:nth-of-type(2) label,
    .slider [type="radio"]:nth-of-type(3):checked ~ .slide:nth-of-type(3) label,
    .slider [type="radio"]:nth-of-type(4):checked ~ .slide:nth-of-type(4) label,
    .slider [type="radio"]:nth-of-type(5):checked ~ .slide:nth-of-type(5) label,
    .slider [type="radio"]:nth-of-type(6):checked ~ .slide:nth-of-type(6) label,
    .slider [type="radio"]:nth-of-type(7):checked ~ .slide:nth-of-type(7) label,
    .slider [type="radio"]:nth-of-type(8):checked ~ .slide:nth-of-type(8) label,
    .slider [type="radio"]:nth-of-type(9):checked ~ .slide:nth-of-type(9) label,
    .slider [type="radio"]:nth-of-type(10):checked ~ .slide:nth-of-type(10) label {
  display: block;
}

.slider [type="radio"]:nth-of-type(1):checked ~ .slide:nth-of-type(1),
    .slider [type="radio"]:nth-of-type(2):checked ~ .slide:nth-of-type(2),
    .slider [type="radio"]:nth-of-type(3):checked ~ .slide:nth-of-type(3),
    .slider [type="radio"]:nth-of-type(4):checked ~ .slide:nth-of-type(4),
    .slider [type="radio"]:nth-of-type(5):checked ~ .slide:nth-of-type(5),
    .slider [type="radio"]:nth-of-type(6):checked ~ .slide:nth-of-type(6),
    .slider [type="radio"]:nth-of-type(7):checked ~ .slide:nth-of-type(7),
    .slider [type="radio"]:nth-of-type(8):checked ~ .slide:nth-of-type(8),
    .slider [type="radio"]:nth-of-type(9):checked ~ .slide:nth-of-type(9),
    .slider [type="radio"]:nth-of-type(10):checked ~ .slide:nth-of-type(10) {
  opacity: 1;
  height: auto;
}

.slide .slide-nav {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: rgba(255,255,255,.5);
  padding: 12px;
  width: 30px;
  height: 40px;
  cursor: pointer;
  transition: all 0.15s;
}

.slide .slide-nav:hover {
  background: rgba(255,255,255,.85);
}

.slide .slide-nav.prevs {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="30" height="30" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M11.29,12l3.54-3.54a1,1,0,0,0,0-1.41,1,1,0,0,0-1.42,0L9.17,11.29a1,1,0,0,0,0,1.42L13.41,17a1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29,1,1,0,0,0,0-1.41Z"></path></svg>');
  background-position: 100% 50%;
}

.slide .slide-nav.nexts {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="30" height="30" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M14.83,11.29,10.59,7.05a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41L12.71,12,9.17,15.54a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.29,1,1,0,0,0,.71-.29l4.24-4.24A1,1,0,0,0,14.83,11.29Z"></path></svg>');
  background-position: 100% 50%;
}

h3.hyb {
  margin-left: 42px;
}

h3.hyb::before {
  content: attr(data-number);
  position: absolute;
  left: 0;
  display: flex;
  font-family: Outfit;
  font-weight: 500;
  font-size: 1.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 2px currentColor;
  width: 34px;
  height: 34px;
  margin-top: -1px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

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

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

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

.row-span-4 {
  grid-row: span 4 / span 4;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

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

.mr-24 {
  margin-right: 6rem;
}

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

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

.mr-48 {
  margin-right: 12rem;
}

.mr-72 {
  margin-right: 18rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.max-h-20 {
  max-height: 5rem;
}

.w-1 {
  width: 0.25rem;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

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

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

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

.cursor-move {
  cursor: move;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.cursor-wait {
  cursor: wait;
}

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

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(198 204 232 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.border-hn-red {
  --tw-border-opacity: 1;
  border-color: rgb(184 24 56 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

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

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 90 180 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-hn-red {
  --tw-bg-opacity: 1;
  background-color: rgb(184 24 56 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

.fill-current {
  fill: currentColor;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3 {
  padding-left: 0.75rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

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

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

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

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

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

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-hn-red {
  --tw-text-opacity: 1;
  color: rgb(184 24 56 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 224 224 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 224 224 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(158 158 158 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(158 158 158 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-85 {
  opacity: 0.85;
}

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

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.outline {
  outline-style: solid;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

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

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

.underline {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

.hover\:bg-hn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 24 56 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(43 69 142 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.hover\:text-hn-red:hover {
  --tw-text-opacity: 1;
  color: rgb(184 24 56 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:underline:hover {
  text-decoration: none !important;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: currentColor;
}

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

.dark\:border:is(.dark *) {
  border-width: 1px;
}

.dark\:border-gray-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.dark\:bg-gray-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(117 117 117 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

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

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

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

.dark\:placeholder-red-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.dark\:ring-gray-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(117 117 117 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 33 33 / var(--tw-ring-opacity, 1));
}

.dark\:hover\:border-gray-500:hover:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(158 158 158 / var(--tw-border-opacity, 1));
}

.dark\:hover\:bg-gray-500:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(158 158 158 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:bg-gray-900:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
}

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

.dark\:focus\:bg-gray-800:focus:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .sm\:block {
    display: block;
  }

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

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:w-1\/4 {
    width: 25%;
  }

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

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

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .sm\:overflow-auto {
    overflow: auto;
  }

  .sm\:bg-blue-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(43 69 142 / var(--tw-bg-opacity, 1));
  }

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

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

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:float-right {
    float: right;
  }

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

  .md\:m-3 {
    margin: 0.75rem;
  }

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

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

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

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

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

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

  .md\:-mr-12 {
    margin-right: -3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

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

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

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

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

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

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

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

  .md\:flex-auto {
    flex: 1 1 auto;
  }

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

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

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

  .md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

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

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

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

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

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

  .md\:dark\:border-gray-800:is(.dark *) {
    --tw-border-opacity: 1;
    border-color: rgb(44 44 44 / var(--tw-border-opacity, 1));
  }

  .md\:dark\:bg-gray-800:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(44 44 44 / var(--tw-bg-opacity, 1));
  }
}

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

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

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-32 {
    height: 8rem;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

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

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

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

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

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

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

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

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:border {
    border-width: 1px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

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

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

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

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

  .xl\:mr-72 {
    margin-right: 18rem;
  }

  .xl\:mr-80 {
    margin-right: 20rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-max {
    height: -moz-max-content;
    height: max-content;
  }

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/5 {
    width: 20%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

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

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

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

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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