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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Noto Sans, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .container{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

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

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

  .container{
    max-width: 1201px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.btn{
  min-height: 3rem;
  max-width: 100%;
  white-space: normal !important;
  padding: 0.75rem 1.75rem;
  display: inline-flex;
  font-size: 16px;
  box-sizing: border-box;
  text-decoration: none !important;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  transition: all 0.15s;
  position: relative;
}
.btn-primary{
  background-color: #CC981F;
  color: white !important;
}
.btn-primary:hover:not(:disabled){
  background-color: #E7BD79;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.absolute{
  position: absolute;
}
.\!relative{
  position: relative !important;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-left-8{
  left: -2rem;
}
.-left-px{
  left: -1px;
}
.-top-0{
  top: -0px;
}
.-top-0\.5{
  top: -0.125rem;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-14{
  top: 3.5rem;
}
.top-40{
  top: 10rem;
}
.top-48{
  top: 12rem;
}
.top-8{
  top: 2rem;
}
.top-\[calc\(100\%\+0\.5rem\)\]{
  top: calc(100% + 0.5rem);
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-first{
  order: -9999;
}
.order-last{
  order: 9999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-8{
  grid-column: span 8 / span 8;
}
.col-span-full{
  grid-column: 1 / -1;
}
.clear-right{
  clear: right;
}
.\!m-0{
  margin: 0px !important;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.\!mb-\[0\.5em\]{
  margin-bottom: 0.5em !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-2{
  margin-top: 0.5rem !important;
}
.-mb-0{
  margin-bottom: -0px;
}
.-mb-0\.5{
  margin-bottom: -0.125rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[0\.5em\]{
  margin-bottom: 0.5em;
}
.mb-\[1em\]{
  margin-bottom: 1em;
}
.ml-5{
  margin-left: 1.25rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.\!inline-flex{
  display: inline-flex !important;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.list-item{
  display: list-item;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[21\/30\]{
  aspect-ratio: 21/30;
}
.aspect-\[3\/1\]{
  aspect-ratio: 3/1;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-\[1em\]{
  height: 1em;
}
.h-\[70vh\]{
  height: 70vh;
}
.h-\[calc\(80vh-6rem\)\]{
  height: calc(80vh - 6rem);
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -moz-max-content;
  height: max-content;
}
.h-px{
  height: 1px;
}
.max-h-0{
  max-height: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-12{
  width: 3rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-48{
  width: 12rem;
}
.w-8{
  width: 2rem;
}
.w-\[21cm\]{
  width: 21cm;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[5rem\]{
  min-width: 5rem;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.max-w-0{
  max-width: 0rem;
}
.max-w-\[100vw\]{
  max-width: 100vw;
}
.max-w-\[8rem\]{
  max-width: 8rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.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));
}
.list-inside{
  list-style-position: inside;
}
.\!list-none{
  list-style-type: none !important;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, 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-\[min-content_1fr\]{
  grid-template-columns: min-content 1fr;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-end{
  align-content: flex-end;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-evenly{
  justify-content: space-evenly;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-12{
  gap: 3rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[40px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overscroll-none{
  overscroll-behavior: none;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded-tl-\[80px\]{
  border-top-left-radius: 80px;
}
.border{
  border-width: 1px;
}
.border-4{
  border-width: 4px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-bordergrey{
  --tw-border-opacity: 1;
  border-color: rgb(208 208 219 / var(--tw-border-opacity));
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(204 152 31 / var(--tw-border-opacity));
}
.bg-\[\#2D2D30\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 48 / var(--tw-bg-opacity));
}
.bg-current{
  background-color: currentColor;
}
.bg-darkgrey{
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 48 / var(--tw-bg-opacity));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(204 152 31 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[length\:0\]{
  background-size: 0;
}
.bg-\[top_130px_left_0\]{
  background-position: top 130px left 0;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-28{
  padding-bottom: 7rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-\[1em\]{
  padding-bottom: 1em;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-display{
  font-family: Noto Serif Display, serif;
}
.font-sans{
  font-family: Noto Sans, sans-serif;
}
.font-serif{
  font-family: Noto Serif, serif;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[120px\]{
  font-size: 120px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(204 152 31 / var(--tw-text-opacity)) !important;
}
.text-\[\#034ea2\]{
  --tw-text-opacity: 1;
  color: rgb(3 78 162 / var(--tw-text-opacity));
}
.text-\[\#707176\]{
  --tw-text-opacity: 1;
  color: rgb(112 113 118 / var(--tw-text-opacity));
}
.text-bordergrey{
  --tw-text-opacity: 1;
  color: rgb(208 208 219 / var(--tw-text-opacity));
}
.text-darkgrey{
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!no-underline{
  text-decoration-line: none !important;
}
.\!underline-offset-2{
  text-underline-offset: 2px !important;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-75{
  opacity: 0.75;
}
.outline{
  outline-style: solid;
}
.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);
}
.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;
}
.duration-\[4000ms\]{
  transition-duration: 4000ms;
}
.ease-linear{
  transition-timing-function: linear;
}
body{
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.625;
}
body :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  font-family: Noto Serif, serif;
  font-weight: 400;
}
body :is(:where(h1):not(:where([class~="not-prose"] *))){
  font-size: 2rem;
  font-weight: 500;
}
body :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 40px;
}
body :is(:where(h3):not(:where([class~="not-prose"] *))){
  font-size: 1.875rem;
  line-height: 2.25rem;
}
body :is(:where(h4):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
body :is(:where(li):not(:where([class~="not-prose"] *))){
  margin: 0px;
}
body :is(:where(img):not(:where([class~="not-prose"] *))){
  margin: 0px;
}
@media (min-width: 900px){

  body{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h1,
h2,
h3,
h4{
  font-family: Noto Serif, serif;
  line-height: 1.5;
}
a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.text-formatted p:last-child{
  margin-bottom: 0px;
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
}
@media (min-width: 900px){

  h2{
    font-size: 40px;
  }
}
.region-sidebar h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.field--name-field-type-of-event{
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 152 31 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.field__label{
  font-family: Noto Sans, sans-serif;
}
.region-breadcrumb a{
  color: currentColor;
}
.region-hero a{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.region-hero .block:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.arrow-button, .arrow-link{
  display: inline-flex;
}
.arrow-button:after, .arrow-link:after{
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: contain;
  background: currentColor;
  display: inline-block;
  width: 1rem;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
  --tw-content: '';
  content: var(--tw-content);
  mask-repeat: no-repeat;
  -webkit-mask-clip: content;
          mask-clip: content;
  -webkit-mask-position: center center;
          mask-position: center center;
  mask-size: contain;
  transition: all .150s;
  -webkit-mask-image: url(../images/arrow-right.svg);
          mask-image: url(../images/arrow-right.svg);
}
.arrow-link{
  display: inline-flex;
  gap: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
h1.page-title{
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 1.375;
}
@media (min-width: 900px){

  h1.page-title{
    font-size: 40px;
  }
}
.block-tocify a{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.block-tocify a:hover{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.tocify li{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-indent: 0px;
}
.tocify ul.tocify-subheader{
  display: block;
  padding-left: 1.5rem;
  text-transform: none;
  line-height: 1.5;
}
.region-hero .tocify ul.tocify-subheader:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tocify a{
  letter-spacing: 0.1em;
  text-decoration-line: none !important;
}
.tocify .tocify-focus a{
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.who-is-stuck.stuck{
  max-width: none;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 208 219 / var(--tw-border-opacity));
}
.who-is-stuck.stuck summary{
  width: 100%;
}
.who-is-stuck.stuck summary h2{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
details summary::-webkit-details-marker {
    display:none;
  }
footer .prose{
  max-width: none;
}
footer p{
  max-width: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5 !important;
}
body.path-user main{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  body.path-user main{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  body.path-user main{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  body.path-user main{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  body.path-user main{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  body.path-user main{
    max-width: 1201px;
  }
}
body.path-user main{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.path-frontpage .title-area + main > body.content-container.path-user main:before,
    .path-frontpage .title-area + main > body.content-container.path-user main:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > body.content-container.path-user main:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > body.content-container.path-user main:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > body.content-container.path-user main:before,
    .path-frontpage .title-area + main > body.content-container.path-user main:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > body.content-container.path-user main:before,
    .path-frontpage .title-area + main > body.content-container.path-user main:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > body.content-container.path-user main:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > body.content-container.path-user main:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > body.content-container.path-user main:before,
    .path-frontpage .title-area + main > body.content-container.path-user main:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
body.path-user main .container{
  padding-left: 0px;
  padding-right: 0px;
}
html, body{
  scroll-behavior: smooth;
}
.region-sidebar aside:not(.node--type-person,.node--type-book),.region-sidebar .block-block-content{
  position: relative;
  margin-bottom: 3rem;
  border-width: 4px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
.view-resources .view-group:nth-child(odd) .region-sidebar aside:not(.node--type-person,.node--type-book),.view-resources .view-group:nth-child(odd) .region-sidebar .block-block-content{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.region-sidebar aside:not(.node--type-person,.node--type-book):empty,.region-sidebar .block-block-content:empty{
  display: none;
}
.region-sidebar a{
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 1px;
}
.region-sidebar a:hover{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.region-sidebar aside:not(.node--type-person,.node--type-book){
  padding-bottom: 2.5rem;
}
.region-sidebar aside:not(.node--type-person,.node--type-book):after{
  position: absolute;
  left: -0.25rem;
  bottom: 0px;
  display: block;
  height: 0.75rem;
  width: calc(100% + 0.5rem);
  --tw-bg-opacity: 1;
  background-color: rgb(204 152 31 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .region-sidebar aside:not(.node--type-person,.node--type-book):not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.path-frontpage .title-area + main > .content-container{
  gap: 2rem;
  padding-top: 0px;
}
.path-frontpage .title-area + main > .content-container.container:before,
    .path-frontpage .title-area + main > .content-container.container:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.container:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.container:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.container:before,
    .path-frontpage .title-area + main > .content-container.container:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
body {

}
.view-project-partners.view-display-id-block_1 .view-content{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 900px){

  .view-project-partners.view-display-id-block_1 .view-content{
    display: flex;
    gap: 1rem;
  }
}
.view-project-partners.view-display-id-block_1 .view-content svg{
  display: block;
  height: 4rem;
  width: auto;
  max-width: 8rem;
  fill: currentColor;
  -o-object-fit: contain;
     object-fit: contain;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.region-hero .view-project-partners.view-display-id-block_1 .view-content svg:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .view-project-partners.view-display-id-block_1 .view-content svg{
    height: 6rem;
    max-width: 15rem;
  }
}
.view-project-partners.view-display-id-block_1 .view-content svg path:not(.innerpath).innerpath {
        }
.view-project-partners.view-display-id-block_1 .view-content svg:hover {
      }
.view-project-partners.view-display-id-block_1 .field--name-field-media-svg{
  display: flex;
  max-height: 7rem;
  align-items: center;
  justify-content: center;
}
.view-project-partners.view-display-id-embed_2 > .view-content > .views-row{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.view-project-partners.view-display-id-embed_2 > .view-content > .views-row:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.container .container{
  padding-left: 0px;
  padding-right: 0px;
}
.view-plugin-embed > .view-content > .view-group > :not([hidden]) ~ :not([hidden]), .view-striped > .view-content > .view-group > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.view-plugin-embed > .view-content > .view-group, .view-striped > .view-content > .view-group{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.view-plugin-embed > .view-content > .view-group:nth-child(odd), .view-striped > .view-content > .view-group:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.view-partners .view-group > div:not(.views-row){
  grid-column: 1 / -1;
}
.view-partners.view-eva{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
  gap: 2rem;
  row-gap: 3rem;
}
.view-partners .views-row:first-child img{
  border-top-left-radius: 25%;
}
.view-partners .views-row:last-child img{
  border-bottom-right-radius: 25%;
}
.node.node--view-mode-header .field__label{
  font-weight: 400;
}
.node.node--view-mode-header .field__item{
  font-weight: 700;
}
.node.node--view-mode-teaser img{
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--type-person.node--view-mode-full .field--name-field-position{
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.node--type-person.node--view-mode-teaser:hover img{
  height: 100%;
  --tw-grayscale: grayscale(0);
  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);
}
.node--type-person.node--view-mode-teaser img{
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  --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);
}
.taxonomy-term.vocabulary-partners .field--name-field-logo svg{
  max-height: 90px;
  width: -moz-max-content;
  width: max-content;
  max-width: 180px;
}
@media (min-width: 900px){

  .taxonomy-term.vocabulary-partners .field--name-field-logo svg{
    height: auto;
    max-height: none;
    min-height: 40px;
    width: 100%;
    max-width: none;
  }
}
.bg-greypixel {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdj+Pbt238ACaoD4kz6kToAAAAASUVORK5CYII=);
}
.has-view-attached main{
  padding-top: 0px !important;
}
.region-footer-top h2{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}
main svg, footer svg{
  height: auto;
  max-width: 100%;
}
.view-striped > .view-filters{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  .view-striped > .view-filters{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  .view-striped > .view-filters{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  .view-striped > .view-filters{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  .view-striped > .view-filters{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  .view-striped > .view-filters{
    max-width: 1201px;
  }
}
.path-frontpage .title-area + main > .content-container.view-striped > .view-filters:before,
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:before,
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > .content-container.view-striped > .view-filters:before,
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:before,
    .path-frontpage .title-area + main > .content-container.view-striped > .view-filters:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.view-striped > .view-filters .container{
  padding-left: 0px;
  padding-right: 0px;
}
.view-striped > .view-content > .views-row:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.view-events > .view-content > .views-row:nth-child(even) .node__content{
  order: -9999;
  padding-left: 0px;
}
.view-events > .view-content > .views-row:nth-child(even) img{
  border-bottom-right-radius: 80px;
}
.view-events > .view-content > .views-row:nth-child(odd) img{
  border-top-left-radius: 80px;
}
.view-events > .view-content > .views-row:nth-child(odd) .node__content{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.view-events > .view-content > .views-row:nth-child(odd) .node--type-event.node--view-mode-teaser{
  position: relative;
}
.view-events > .view-content > .views-row:nth-child(odd) .node--type-event.node--view-mode-teaser:after{
  position: absolute;
  z-index: -10;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.region-hero .view-events > .view-content > .views-row:nth-child(odd) .node--type-event.node--view-mode-teaser:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .view-events > .view-content > .views-row:nth-child(odd) .node--type-event.node--view-mode-teaser:after{
    left: 50%;
    --tw-content: '';
    content: var(--tw-content);
  }
}
.event-type-filter .view-content, .bef-links[name="eventtype"] ul, .bef-links[name="resource_type"] ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
.event-type-button.bef-link--selected, .bef-links[name="eventtype"] .bef-link.bef-link--selected, .bef-links[name="resource_type"] .bef-link.bef-link--selected{
  --tw-border-opacity: 0 !important;
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 48 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-type-button.student-workshop, .event-type-button[name="eventtype[20]"], .bef-links[name="eventtype"] .bef-link.student-workshop, .bef-links[name="eventtype"] .bef-link[name="eventtype[20]"], .bef-links[name="resource_type"] .bef-link.student-workshop, .bef-links[name="resource_type"] .bef-link[name="eventtype[20]"]{
  --tw-border-opacity: 1;
  border-color: rgb(31 143 116 / var(--tw-border-opacity));
}
.event-type-button.student-workshop.bef-link--selected, .event-type-button[name="eventtype[20]"].bef-link--selected, .bef-links[name="eventtype"] .bef-link.student-workshop.bef-link--selected, .bef-links[name="eventtype"] .bef-link[name="eventtype[20]"].bef-link--selected, .bef-links[name="resource_type"] .bef-link.student-workshop.bef-link--selected, .bef-links[name="resource_type"] .bef-link[name="eventtype[20]"].bef-link--selected{
  --tw-border-opacity: 0 !important;
  --tw-text-opacity: 1;
  color: rgb(31 143 116 / var(--tw-text-opacity));
}
.event-type-button[name="eventtype[All]"], .bef-links[name="eventtype"] .bef-link[name="eventtype[All]"], .bef-links[name="resource_type"] .bef-link[name="eventtype[All]"]{
  --tw-border-opacity: 1;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
}
.event-type-button[name="eventtype[All]"].bef-link--selected, .bef-links[name="eventtype"] .bef-link[name="eventtype[All]"].bef-link--selected, .bef-links[name="resource_type"] .bef-link[name="eventtype[All]"].bef-link--selected{
  color: rgb(45 45 48 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.event-type-button.teacher-seminar, .event-type-button[name="eventtype[21]"], .bef-links[name="eventtype"] .bef-link.teacher-seminar, .bef-links[name="eventtype"] .bef-link[name="eventtype[21]"], .bef-links[name="resource_type"] .bef-link.teacher-seminar, .bef-links[name="resource_type"] .bef-link[name="eventtype[21]"]{
  --tw-border-opacity: 1;
  border-color: rgb(225 109 44 / var(--tw-border-opacity));
}
.event-type-button.teacher-seminar.bef-link--selected, .event-type-button[name="eventtype[21]"].bef-link--selected, .bef-links[name="eventtype"] .bef-link.teacher-seminar.bef-link--selected, .bef-links[name="eventtype"] .bef-link[name="eventtype[21]"].bef-link--selected, .bef-links[name="resource_type"] .bef-link.teacher-seminar.bef-link--selected, .bef-links[name="resource_type"] .bef-link[name="eventtype[21]"].bef-link--selected{
  --tw-text-opacity: 1;
  color: rgb(225 109 44 / var(--tw-text-opacity));
}
.event-type-button.exhibition, .event-type-button[name="eventtype[156]"], .bef-links[name="eventtype"] .bef-link.exhibition, .bef-links[name="eventtype"] .bef-link[name="eventtype[156]"], .bef-links[name="resource_type"] .bef-link.exhibition, .bef-links[name="resource_type"] .bef-link[name="eventtype[156]"]{
  --tw-border-opacity: 1;
  border-color: rgb(212 97 231 / var(--tw-border-opacity));
}
.event-type-button.exhibition.bef-link--selected, .event-type-button[name="eventtype[156]"].bef-link--selected, .bef-links[name="eventtype"] .bef-link.exhibition.bef-link--selected, .bef-links[name="eventtype"] .bef-link[name="eventtype[156]"].bef-link--selected, .bef-links[name="resource_type"] .bef-link.exhibition.bef-link--selected, .bef-links[name="resource_type"] .bef-link[name="eventtype[156]"].bef-link--selected{
  --tw-text-opacity: 1;
  color: rgb(212 97 231 / var(--tw-text-opacity));
}
.event-type-button, .bef-links[name="eventtype"] .bef-link, .bef-links[name="resource_type"] .bef-link{
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.event-type-button:hover, .bef-links[name="eventtype"] .bef-link:hover, .bef-links[name="resource_type"] .bef-link:hover{
  --tw-border-opacity: 0;
}
.bef-links[name="eventtype"]{
  border-style: none;
  padding: 0px;
}
.bef-links[name="eventtype"] > ul{
  display: flex;
  gap: 0.375rem;
}
@media (min-width: 900px){

  .bef-links[name="eventtype"] > ul{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.node--view-mode-teaser .media--image{
  display: flex;
}
.field--name-field-supporter-logos > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.view-resources h2{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  .view-resources h2{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  .view-resources h2{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  .view-resources h2{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  .view-resources h2{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  .view-resources h2{
    max-width: 1201px;
  }
}
.view-resources h2{
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.path-frontpage .title-area + main > .content-container.view-resources h2:before,
    .path-frontpage .title-area + main > .content-container.view-resources h2:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-resources h2:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-resources h2:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-resources h2:before,
    .path-frontpage .title-area + main > .content-container.view-resources h2:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > .content-container.view-resources h2:before,
    .path-frontpage .title-area + main > .content-container.view-resources h2:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-resources h2:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-resources h2:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-resources h2:before,
    .path-frontpage .title-area + main > .content-container.view-resources h2:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.view-resources h2 .container{
  padding-left: 0px;
  padding-right: 0px;
}
.view-resources .view-group-content{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  .view-resources .view-group-content{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  .view-resources .view-group-content{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  .view-resources .view-group-content{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  .view-resources .view-group-content{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  .view-resources .view-group-content{
    max-width: 1201px;
  }
}
.view-resources .view-group-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.path-frontpage .title-area + main > .content-container.view-resources .view-group-content:before,
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:before,
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > .content-container.view-resources .view-group-content:before,
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:before,
    .path-frontpage .title-area + main > .content-container.view-resources .view-group-content:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.view-resources .view-group-content .container{
  padding-left: 0px;
  padding-right: 0px;
}
.view-resources .view-group:nth-child(odd) .node-sidebar .field--name-field-languages{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.view-resources .view-group:nth-child(odd) .border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.view-resources .view-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.my-modal .field__item{
  position: relative;
}
.ui-dialog.my-modal{
  z-index: 50;
  border-width: 4px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(246 246 246 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 1.5rem;
}
@media (min-width: 900px){

  .ui-dialog.my-modal{
    padding: 3rem;
  }
}
.ui-dialog.my-modal .my-modal-title .ui-dialog-title{
  display: none;
}
.ui-dialog.my-modal .ui-dialog-content{
  padding: 0px;
}
.ui-dialog.my-modal .ui-dialog-titlebar{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
  text-align: right;
}
.ui-dialog.my-modal .ui-dialog-titlebar-close{
  position: static;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  transform: none;
  background-image: url(/themes/custom/hs/images/x.svg);
  background-size: contain;
  background-size: 1rem 1rem;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1rem;
}
.ui-dialog.my-modal .ui-dialog-titlebar-close span{
  display: none;
}
.ui-dialog.my-modal .gdoc-field{
  margin: 0px;
  display: flex;
  height: auto;
  width: 100%;
  border-width: 0px;
}
.ui-dialog.my-modal .gdoc-filename{
  margin: 0px;
  padding-top: 1.5rem;
  text-align: left;
  line-height: 1rem;
}
.print__wrapper a{
  display: inline-flex !important;
  align-items: center;
  gap: 0.5rem;
  border-style: none;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.print__wrapper a:before{
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-clip: fill-box;
  -webkit-mask-size: contain;
  background: currentColor;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(204 152 31 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  mask-repeat: no-repeat;
  -webkit-mask-clip: content;
          mask-clip: content;
  -webkit-mask-position: center center;
          mask-position: center center;
  mask-size: contain;
  transition: all .150s;
  -webkit-mask-image: url(/themes/custom/hs/images/print.svg);
          mask-image: url(/themes/custom/hs/images/print.svg);
}
.print__wrapper a:hover:before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.address br{
  display: none;
}
.address .locality{
  display: inline-block;
}
.address .locality::after{
  --tw-content: ',';
  content: var(--tw-content);
}
.my-modal.document-preview{
  width: auto !important;
}
.my-modal.document-preview #drupal-modal {

  }
.region-content-below > *{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  .region-content-below > *{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  .region-content-below > *{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  .region-content-below > *{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  .region-content-below > *{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  .region-content-below > *{
    max-width: 1201px;
  }
}
.path-frontpage .title-area + main > .content-container.region-content-below > *:before,
    .path-frontpage .title-area + main > .content-container.region-content-below > *:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.region-content-below > *:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.region-content-below > *:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.region-content-below > *:before,
    .path-frontpage .title-area + main > .content-container.region-content-below > *:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > .content-container.region-content-below > *:before,
    .path-frontpage .title-area + main > .content-container.region-content-below > *:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.region-content-below > *:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.region-content-below > *:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.region-content-below > *:before,
    .path-frontpage .title-area + main > .content-container.region-content-below > *:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.region-content-below > * .container{
  padding-left: 0px;
  padding-right: 0px;
}
.page-node-type-event .region-content-below{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-node-type-event .region-content-below > .block-webform{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 420px){

  .page-node-type-event .region-content-below > .block-webform{
    max-width: 420px;
  }
}
@media (min-width: 600px){

  .page-node-type-event .region-content-below > .block-webform{
    max-width: 600px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 900px){

  .page-node-type-event .region-content-below > .block-webform{
    max-width: 900px;
  }
}
@media (min-width: 1200px){

  .page-node-type-event .region-content-below > .block-webform{
    max-width: 1200px;
  }
}
@media (min-width: 1201px){

  .page-node-type-event .region-content-below > .block-webform{
    max-width: 1201px;
  }
}
.path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:before,
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:before,
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:before,
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:after{
  grid-column: 1 / -1;
  display: block;
  height: 1.5rem;
  width: 100%;
  border-color: rgb(45 45 48 / var(--tw-border-opacity));
  --tw-border-opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:not(.block-page-title-block):before,.region-hero 
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px){

  .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:before,
    .path-frontpage .title-area + main > .content-container.page-node-type-event .region-content-below > .block-webform:after{
    height: 3.5rem;
    border-left-width: 1px;
  }
}
.page-node-type-event .region-content-below > .block-webform .container{
  padding-left: 0px;
  padding-right: 0px;
}
.page-node-type-event .region-content-below > .block-webform h2{
  margin-bottom: 0.5em;
  max-width: 730px;
}
.page-node-type-event .region-content-below > .block-webform form{
  max-width: 730px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 40px;
}
.webform-submission-form > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.webform-submission-form .address--wrapper > .fieldset-wrapper, .webform-submission-form .webform-name--wrapper > .fieldset-wrapper{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 0.5rem;
}
@media (min-width: 600px){

  .webform-submission-form .address--wrapper > .fieldset-wrapper, .webform-submission-form .webform-name--wrapper > .fieldset-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.webform-submission-form .address--wrapper > .fieldset-wrapper > *, .webform-submission-form .webform-name--wrapper > .fieldset-wrapper > *{
  margin: 0px;
  flex-grow: 1;
}
.webform-submission-form .address--wrapper > .fieldset-wrapper .form-item, .webform-submission-form .webform-name--wrapper > .fieldset-wrapper .form-item{
  margin: 0px;
}
.webform-submission-form .address--wrapper > .fieldset-wrapper > .description, .webform-submission-form .webform-name--wrapper > .fieldset-wrapper > .description{
  grid-column: 1 / -1;
}
.webform-submission-form .webform-element-description{
  line-height: 1.375;
  color: rgb(45 45 48 / 0.5);
}
.webform-submission-form label{
  margin-bottom: 0.25rem;
  display: inline-block;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.webform-submission-form input[name="name_table_add"]{
  max-width: -moz-max-content;
  max-width: max-content;
}
.webform-submission-form .webform-multiple-table--operations{
  width: auto !important;
  padding-left: 1rem !important;
  vertical-align: bottom !important;
}
.webform-submission-form .webform-multiple-table--operations .image-button{
  aspect-ratio: 1 / 1;
  height: 30px;
  width: auto;
  --tw-border-opacity: 1;
  border-color: rgb(204 152 31 / var(--tw-border-opacity));
  line-height: 1;
  opacity: 1;
}
.webform-submission-form .webform-multiple-table-responsive td{
  padding: 0px;
}
.webform-submission-form .webform-multiple-table-responsive td.webform-multiple-table--operations{
  position: static;
  padding-top: 0.5rem;
  text-align: right;
}
@media (min-width: 600px){

  .webform-submission-form .webform-multiple-table-responsive td.webform-multiple-table--operations{
    padding-top: 0px;
  }
}
.field--name-field-documents > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.field--name-field-related a:after {

    }
.block-page-title-block {
  
}
.view-competition-submissions th > :not([hidden]) ~ :not([hidden]), .view-competition-submissions td > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.view-competition-submissions th, .view-competition-submissions td{
  padding: 0.5rem;
}
.view-competition-submissions th{
  text-align: left;
  font-family: Noto Sans, sans-serif;
  font-weight: 700;
}
.view-competition-submissions table, .view-competition-submissions tr, .view-competition-submissions td, .view-competition-submissions th{
  border-collapse: collapse;
  border-width: 1px;
  vertical-align: top;
}
.splide--optionset--story-slider{
  position: relative;
}
@media (min-width: 900px){

  .splide--optionset--story-slider .splide__list{
    align-items: flex-end;
  }
}
.splide--optionset--story-slider .splide__slide{
  display: flex;
  padding-top: 1rem;
}
@media (min-width: 1200px){

  .splide--optionset--story-slider .splide__slide{
    height: 100%;
  }
}
.splide--optionset--story-slider .splide__track{
  position: relative;
  overflow: visible;
}
.splide--optionset--story-slider .splide__track:after{
  position: absolute;
  top: 0px;
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .splide--optionset--story-slider .splide__track:not(.block-page-title-block):after{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 900px) {
.splide--optionset--story-slider .splide__track:after{
    left: calc(((100vw - 900px) / 2) * -1);
    width: calc((100vw - 900px) / 2);
    border-right-width: 1px;
    border-color: rgb(45 45 48 / var(--tw-border-opacity));
    --tw-border-opacity: 0.25;
  }
      }
.splide--optionset--story-slider .splide__arrows{
  position: absolute;
  right: 0px;
  bottom: -3rem;
}
.splide--optionset--story-slider .splide__arrows > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  border-style: solid;
  border-color: rgb(45 45 48 / var(--tw-divide-opacity));
  --tw-divide-opacity: 0.25;
}
.splide--optionset--story-slider .splide__arrows{
  --tw-bg-opacity: 0.25;
}
@media (min-width: 1200px){

  .splide--optionset--story-slider .splide__arrows{
    right: 4rem;
    bottom: 2.5rem;
  }
}
.splide--optionset--story-slider .splide__arrow{
  position: static !important;
  display: inline-block;
  transform: none;
  cursor: pointer;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
}
.splide--optionset--story-slider .splide__arrow:hover{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.splide--optionset--story-slider .splide__arrow svg{
  height: 1rem;
  width: 100%;
  fill: none;
  stroke: currentColor;
}
.splide--optionset--story-slider .splide__autoplay{
  position: absolute;
}
.splide--optionset--story-slider .slide.is-active .progress-bar{
  max-width: calc(100% + 3rem);
}
.splide--optionset--story-slider .slide.is-next{
  transform-origin: bottom;
}
@media (min-width: 900px){

  .splide--optionset--story-slider .slide.is-next{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.splide--optionset--exhibition-boards .splide__slider{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.splide--optionset--exhibition-boards .splide__slide{
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.region-hero .splide--optionset--exhibition-boards .splide__slide:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.view-resources .view-group:nth-child(odd) .splide--optionset--exhibition-boards .splide__slide{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.splide--optionset--exhibition-boards .splide__slide a {
    }
.splide--optionset--exhibition-boards .splide__arrows{
  order: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splide--optionset--exhibition-boards .splide__arrow{
  position: static;
  height: 0px;
  width: auto;
  background-color: transparent;
}
.splide--optionset--exhibition-boards .splide__arrow svg{
  fill: #D0D0DB;
}
.splide--optionset--exhibition-boards .splide__pagination{
  position: static;
}
.splide--optionset--exhibition-boards .slide-counter, .splide--optionset--exhibition-boards .total-count{
  display: none;
}
.splide--optionset--exhibition-boards .splide__pagination__page.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(208 208 219 / var(--tw-bg-opacity));
}
.splide__arrow svg{
  fill: #ffffff;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.splide__pagination__page{
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(208 208 219 / var(--tw-border-opacity));
  padding: 0.125rem;
}
.splide__pagination__page.is-active{
  transform: none;
}
.story-slide img, .image-half img{
  position: relative;
  right: 0px;
  bottom: 0px;
  margin: 0px !important;
  display: block;
  width: 100%;
  max-width: none;
  transform-origin: bottom right;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.region-hero .story-slide img:not(.block-page-title-block),.region-hero  .image-half img:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.image-half:before{
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 100%;
  width: calc(92.5% - 1px);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .image-half:not(.block-page-title-block):before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slide-counter{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
}
@media (min-width: 900px){

  .slide-counter{
    font-size: 3rem;
    line-height: 1;
  }
}
.splide__progress__bar{
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 152 31 / var(--tw-bg-opacity));
}
.splide__progress{
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
@media (min-width: 1200px){

  .splide__progress{
    width: calc(50% + 2rem);
  }
}
.node--view-mode-full .media {
        
    }
.node--type-page.node--view-mode-full h2{
  margin-bottom: 0.5em;
}
.media audio{
  width: 100%;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.view-resources .view-group:nth-child(odd) .media audio{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.media audio::-webkit-media-controls-panel{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .field--name-body, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-one-page-summary, .node--type-story:not(.node--view-mode-frontpage) .field-group-tabs-wrapper{
  margin-left: auto;
  margin-right: auto;
}
.node--type-story:not(.node--view-mode-frontpage) .image-half img {
            
          }
.node--type-story:not(.node--view-mode-frontpage) .personal-details, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data{
  clear: right;
  margin-bottom: 2rem;
  line-height: 24px;
}
@media (min-width: 900px){

  .node--type-story:not(.node--view-mode-frontpage) .personal-details, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data{
    float: right;
    margin-left: 3rem;
    width: 32%;
  }
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details strong, .node--type-story:not(.node--view-mode-frontpage) .personal-details .field__label, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data strong, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data .field__label{
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  display: block;
}
.region-hero .node--type-story:not(.node--view-mode-frontpage) .personal-details strong:not(.block-page-title-block),.region-hero  .node--type-story:not(.node--view-mode-frontpage) .personal-details .field__label:not(.block-page-title-block),.region-hero  .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data strong:not(.block-page-title-block),.region-hero  .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data .field__label:not(.block-page-title-block){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details p, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data p{
  margin: 0px;
  line-height: 1.375;
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details p:first-child strong, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data p:first-child strong{
  margin-top: 0px;
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details br, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data br{
  display: none;
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details strong, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data strong{
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details *, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data *{
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details .field--name-field-personal-data, .node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data .field--name-field-personal-data{
  margin-top: 1.5rem;
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details{
  position: relative;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
  padding: 2rem;
  padding-bottom: 2.5rem;
}
.view-resources .view-group:nth-child(odd) .node--type-story:not(.node--view-mode-frontpage) .personal-details{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details:before{
  position: absolute;
  left: -0.25rem;
  bottom: -0.25rem;
  display: block;
  height: 1rem;
  width: calc(100% + 8px);
  background-color: currentColor;
  --tw-content: '';
  content: var(--tw-content);
}
.region-hero .node--type-story:not(.node--view-mode-frontpage) .personal-details:not(.block-page-title-block):before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .personal-details h2{
  font-family: Noto Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .story-versions{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.node--type-story:not(.node--view-mode-frontpage) .story-versions a{
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 152 31 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.node--type-story:not(.node--view-mode-frontpage) .story-versions a.active{
  --tw-border-opacity: 1;
  border-color: rgb(208 208 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 45 48 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .story-versions a:not(.active):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 152 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.node--type-story:not(.node--view-mode-frontpage) .field--name-field-interview-data{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
  padding: 3rem;
}
.node--type-story:not(.node--view-mode-frontpage) .media--type-life-event img{
  border-radius: 0.25rem;
}
.node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full{
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}
@media (min-width: 420px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full{
    max-width: 50%;
  }
}
@media (min-width: 900px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full{
    position: relative;
  }
}
.node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full img{
  width: 100%;
}
.node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-left{
  padding-right: 2rem;
}
@media (min-width: 900px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-left{
    left: -100px;
    margin-right: -100px;
  }
}
@media (min-width: 1200px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-left{
    left: -33.333333%;
    margin-right: -33%;
  }
}
.node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-right{
  padding-left: 2rem;
}
@media (min-width: 900px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-right{
    right: -100px;
    margin-left: -100px;
  }
}
@media (min-width: 1200px){

  .node--type-story:not(.node--view-mode-frontpage) .media--type-life-event.media--view-mode-full.align-right{
    right: -33.333333%;
    margin-left: -33%;
  }
}
.prose p{
  margin-left: auto;
  margin-right: auto;
}
.bodytext p, .bodytext h2, .bodytext h3, .bodytext h4, .bodytext h5 {
        
    }
.view-stories .view-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
@media (min-width: 900px){

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

  .view-stories .views-row:nth-child(even) .story-slide{
    grid-template-columns: 1fr max-content;
  }
}
.view-stories .views-row:nth-child(even) .story-slide .image-half{
  left: -1.5rem;
  margin-right: auto;
  margin-left: 0px;
}
@media (min-width: 900px){

  .view-stories .views-row:nth-child(even) .story-slide .image-half{
    order: 2;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px){

  .view-stories .views-row:nth-child(even) .story-slide .text-half{
    padding-right: 3rem;
    padding-left: 4rem;
  }
}
.view-stories .story-slide{
  padding-left: 0px;
}
.view-stories .story-slide .image-half{
  left: -1rem;
  margin-right: 0px;
  width: 66.666667%;
}
@media (min-width: 900px){

  .view-stories .story-slide .image-half{
    left: 0px;
    width: 100%;
  }
}
.media--view-mode-square {

}
.view-topics .views-view-responsive-grid__item .content{
  overflow: hidden;
}
.view-topics .views-view-responsive-grid__item:first-child .taxonomy-term .content{
  border-top-left-radius: 80px;
}
.view-topics .views-view-responsive-grid__item:last-child .taxonomy-term .content{
  border-bottom-right-radius: 80px;
}
.view-topic .vocabulary-topics .content .media {
                
            }
.view-topic .vocabulary-topics .content .field--name-field-logo{
  position: sticky;
  top: 3rem;
}
.view-topic .vocabulary-topics .content img{
  aspect-ratio: 4/5;
  border-top-right-radius: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.view-topic .views-row:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.view-topic .views-row:nth-child(even) .borderswap{
  border-right-width: 2px;
  text-align: right;
}
@media (min-width: 900px){

  .view-topic .views-row:nth-child(even) .borderswap{
    border-right-width: 4px;
  }
}
.view-topic .views-row:nth-child(even) .node__content{
  text-align: right;
}
@media (min-width: 900px){

  .view-topic .views-row:nth-child(even) .node__content{
    grid-column-start: 4;
  }
}
.view-topic .views-row:nth-child(even) .quotemark{
  left: 1.5rem;
  order: 9999;
}
.view-topic .views-row:nth-child(odd) .borderswap{
  border-left-width: 2px;
}
@media (min-width: 900px){

  .view-topic .views-row:nth-child(odd) .borderswap{
    border-left-width: 4px;
  }
}
.view-topic .views-row:nth-child(odd) .quotemark{
  left: auto;
  right: 1.5rem;
}
.gm-style-iw {
    width: 240px;
}
.gm-style-iw-d {

}
.gm-style .gm-style-iw h2{
  margin-top: 0px;
  padding-top: 0px;
  line-height: 1.375;
}
.geofield-google-map {

}
@media (min-width: 420px){

  .sm\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 420px){

    .sm\:container{
      max-width: 420px;
    }
  }

  @media (min-width: 600px){

    .sm\:container{
      max-width: 600px;
      padding-right: 40px;
      padding-left: 40px;
    }
  }

  @media (min-width: 900px){

    .sm\:container{
      max-width: 900px;
    }
  }

  @media (min-width: 1200px){

    .sm\:container{
      max-width: 1200px;
    }
  }

  @media (min-width: 1201px){

    .sm\:container{
      max-width: 1201px;
    }
  }
}
@media (min-width: 1200px){

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:prose-lg :where(.xl\:prose-lg > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.marker\:text-bordergrey *::marker{
  color: rgb(208 208 219 );
}
.marker\:text-primary *::marker{
  color: rgb(204 152 31 );
}
.marker\:text-bordergrey::marker{
  color: rgb(208 208 219 );
}
.marker\:text-primary::marker{
  color: rgb(204 152 31 );
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.empty\:hidden:empty{
  display: none;
}
.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}
.hover\:\!text-text:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(45 45 48 / var(--tw-text-opacity)) !important;
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.hover\:\!underline:hover{
  text-decoration-line: underline !important;
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:marker\:text-primary *:hover::marker{
  color: rgb(204 152 31 );
}
.hover\:marker\:text-primary:hover::marker{
  color: rgb(204 152 31 );
}
.group:hover .group-hover\:mr-3{
  margin-right: 0.75rem;
}
.group:hover .group-hover\:text-current{
  color: currentColor;
}
.prose-headings\:mb-\[0\.5em\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  margin-bottom: 0.5em;
}
.prose-headings\:max-w-prose :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  max-width: 65ch;
}
.prose-headings\:text-primary :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(204 152 31 / var(--tw-text-opacity));
}
.prose-h2\:text-2xl :is(:where(h2):not(:where([class~="not-prose"] *))){
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-p\:mb-1 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 0.25rem;
}
.prose-p\:mb-6 :is(:where(p):not(:where([class~="not-prose"] *))){
  margin-bottom: 1.5rem;
}
.prose-p\:max-w-prose :is(:where(p):not(:where([class~="not-prose"] *))){
  max-width: 65ch;
}
.prose-p\:leading-normal :is(:where(p):not(:where([class~="not-prose"] *))){
  line-height: 1.5;
}
.prose-a\:break-words :is(:where(a):not(:where([class~="not-prose"] *))){
  overflow-wrap: break-word;
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))){
  text-decoration-line: underline;
}
.prose-li\:list-item :is(:where(li):not(:where([class~="not-prose"] *))){
  display: list-item;
}
.prose-li\:first\:mt-0:first-child :is(:where(li):not(:where([class~="not-prose"] *))){
  margin-top: 0px;
}
.prose-img\:m-0 :is(:where(img):not(:where([class~="not-prose"] *))){
  margin: 0px;
}
@media (min-width: 420px){

  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 600px){

  .md\:block{
    display: block;
  }

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

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

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

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 900px){

  .lg\:static{
    position: static;
  }

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

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

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

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

  .lg\:top-auto{
    top: auto;
  }

  .lg\:order-none{
    order: 0;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

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

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

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

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

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

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

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

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

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

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

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:row-end-3{
    grid-row-end: 3;
  }

  .lg\:float-right{
    float: right;
  }

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

  .lg\:ml-\[-7\.5\%\]{
    margin-left: -7.5%;
  }

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

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

  .lg\:\!flex{
    display: flex !important;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

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

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

  .lg\:w-\[32\%\]{
    width: 32%;
  }

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

  .lg\:w-\[calc\(100\%\+3rem\)\]{
    width: calc(100% + 3rem);
  }

  .lg\:w-\[calc\(33\.3333\%-1\.5rem\)\]{
    width: calc(33.3333% - 1.5rem);
  }

  .lg\:w-\[calc\(66\.66\%\+1\.5rem\)\]{
    width: calc(66.66% + 1.5rem);
  }

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

  .lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

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

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

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

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

  .lg\:grid-cols-\[max-content_1fr\]{
    grid-template-columns: max-content 1fr;
  }

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

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

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

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

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

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

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

  .lg\:border-l-0{
    border-left-width: 0px;
  }

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

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:bg-\[length\:100\%_320px\]{
    background-size: 100% 320px;
  }

  .lg\:bg-bottom{
    background-position: bottom;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:p-12{
    padding: 3rem;
  }

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

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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

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

  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

  .prose-p\:lg\:text-lg :is(:where(p):not(:where([class~="not-prose"] *))){
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1200px){

  .xl\:static{
    position: static;
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:order-none{
    order: 0;
  }

  .xl\:ml-0{
    margin-left: 0px;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-0{
    height: 0px;
  }

  .xl\:h-full{
    height: 100%;
  }

  .xl\:max-h-\[420px\]{
    max-height: 420px;
  }

  .xl\:max-h-none{
    max-height: none;
  }

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

  .xl\:gap-8{
    gap: 2rem;
  }

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

  .xl\:overflow-visible{
    overflow: visible;
  }

  .xl\:bg-\[length\:100\%_420px\]{
    background-size: 100% 420px;
  }

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

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

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

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

  .peer[aria-expanded="true"] ~ .peer-aria-expanded\:xl\:h-max{
    height: -moz-max-content;
    height: max-content;
  }

  .peer[aria-expanded="true"] ~ .peer-aria-expanded\:xl\:border{
    border-width: 1px;
  }

  .peer[aria-expanded="true"] ~ .peer-aria-expanded\:xl\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .peer[aria-expanded="true"] ~ .peer-aria-expanded\:xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .peer[aria-expanded="true"] ~ .peer-aria-expanded\:xl\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
}