html {
  font-family: 'roobert', 'roobert Fallback';
  scroll-behavior: smooth;
  scroll-padding-top: 50%;
}
:root {
  --background: rgb(252 252 252);
  --a1: rgba(0 0 0/0.05);
  --a2: rgba(0 0 0/0.1);
  --foreground: rgb(28 28 29);
  --shadow: 0px 6px 20px rgb(0 0 0/20%);
  --unit: 8px;
}
.rounded-corners {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 834px) {
  .rounded-corners {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1194px) {
  .rounded-corners {
    border-radius: 1rem;
  }
}
@media print {
  .embla-container {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1em !important;
  }
  .embla-slide {
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    display: flex !important;
  }
}
body {
  font-family: var(--font-roobert, 'Roobert', system-ui, sans-serif);
}
@media (min-width: 834px) {
}
@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
} /*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/ /*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
:focus-visible:not(.focus-visible-none) {
  overflow: hidden;
  border-radius: 0.375rem;
}
:focus-visible:not(.focus-visible-none):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 5px #00aaff !important;
  z-index: 9999;
}
@supports selector(:has(:focus-visible)) {
  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    overflow: hidden;
    border-radius: 0.375rem;
  }
  .focus-container-soft:has(:focus-visible):focus,
  .focus-container:has(:focus-visible):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
  .focus-container-soft:has(:focus-visible),
  .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #fff,
      0 0 0 5px #00aaff !important;
    z-index: 9999;
  }
}
@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    .focus-container-soft:has(:focus-visible),
    .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}
.focus-placeholder-top {
  margin-top: -6px !important;
  padding-top: 6px !important;
}
.focus-container :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
.rounded-full:focus-visible {
  border-radius: 9999px !important;
}
[data-theme='dark'] :focus-visible:not(.focus-visible-none) {
  box-shadow:
    0 0 0 1px #15103a,
    0 0 0 5px #00aaff !important;
}
@media (hover: none) and (pointer: coarse) {
  [data-theme='dark'] :focus-visible:not(.focus-visible-none) {
    box-shadow: none !important;
    outline: none !important;
  }
}
@supports selector(:has(:focus-visible)) {
  [data-theme='dark'] .focus-container-soft:has(:focus-visible),
  [data-theme='dark'] .focus-container:has(:focus-visible) {
    box-shadow:
      0 0 0 1px #15103a,
      0 0 0 5px #00aaff !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  @supports selector(:has(:focus-visible)) {
    [data-theme='dark'] .focus-container-soft:has(:focus-visible),
    [data-theme='dark'] .focus-container:has(:focus-visible) {
      box-shadow: none !important;
      outline: none !important;
    }
  }
}
[data-theme='dark'] .focus-container :focus-visible,
[data-theme='dark'] .focus-container-soft :focus-visible {
  box-shadow: none !important;
  outline: none !important;
}
@media (min-width: 834px) {
  .sm\:rounded-full:focus-visible {
    border-radius: 9999px !important;
  }
}
*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246/0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
} /*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}
:after,
:before {
  --tw-content: '';
}
:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b {
  font-weight: bolder;
}
button {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button {
  text-transform: none;
}
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
h1,
h2,
hr,
p {
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg {
  display: block;
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none;
}
html {
  font-family: var(--font-roobert), Roobert, system-ui, sans-serif;
}
body {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
  font-size: 1rem;
}
* {
  box-sizing: border-box;
}
a,
button,
h1,
h2,
p,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration-line: none;
  display: inherit;
}
img {
  max-width: 100%;
  border-width: 0;
}
::-moz-placeholder {
  font-family: var(--font-roobert), Roobert, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
  opacity: 0.56;
}
.prose :where(p):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose
  :where([class~='lead']):not(
    :where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose
  :where(strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose
  :where(a strong):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.prose
  :where(blockquote strong):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.prose
  :where(thead th strong):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.prose :where(ol):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose
  :where(ol[type='A']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-alpha;
}
.prose
  :where(ol[type='a']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-alpha;
}
.prose
  :where(ol[type='A' s]):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-alpha;
}
.prose
  :where(ol[type='a' s]):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-alpha;
}
.prose
  :where(ol[type='I']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-roman;
}
.prose
  :where(ol[type='i']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-roman;
}
.prose
  :where(ol[type='I' s]):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: upper-roman;
}
.prose
  :where(ol[type='i' s]):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: lower-roman;
}
.prose
  :where(ol[type='1']):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose
  :where(ol > li):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  )::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose
  :where(ul > li):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  )::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: '\201C' '\201D' '\2018' '\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose
  :where(blockquote p:first-of-type):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):before {
  content: open-quote;
}
.prose
  :where(blockquote p:last-of-type):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose
  :where(picture):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow:
    0 0 0 1px var(--tw-prose-kbd-shadows),
    0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose
  :where(code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):before {
  content: '`';
}
.prose
  :where(code):not(:where([class~='not-prose'], [class~='not-prose'] *)):after {
  content: '`';
}
.prose
  :where(a code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.prose
  :where(h1 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.prose
  :where(h2 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose
  :where(h3 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose
  :where(h4 code):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: inherit;
}
.prose
  :where(blockquote code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.prose
  :where(thead th code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  color: inherit;
}
.prose :where(pre):not(:where([class~='not-prose'], [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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose
  :where(pre code):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)
  ):before {
  content: none;
}
.prose
  :where(pre code):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ):after {
  content: none;
}
.prose :where(table):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose
  :where(thead th):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose
  :where(tbody tr):not(:where([class~='not-prose'], [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'], [class~='not-prose'] *)
  ) {
  border-bottom-width: 0;
}
.prose
  :where(tbody td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose
  :where(tfoot td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  vertical-align: top;
}
.prose
  :where(th, td):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  text-align: start;
}
.prose
  :where(figure > *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose
  :where(figcaption):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose
  :where(picture > img):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose
  :where(ol > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-inline-start: 0.375em;
}
.prose
  :where(ul > li):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  padding-inline-start: 0.375em;
}
.prose
  :where(.prose > ul > li p):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose
  :where(.prose > ul > li > p:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.prose
  :where(.prose > ul > li > p:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.prose
  :where(.prose > ol > li > p:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 1.25em;
}
.prose
  :where(.prose > ol > li > p:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 1.25em;
}
.prose
  :where(ul ul, ul ol, ol ul, ol ol):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose
  :where(hr + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose
  :where(h2 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose
  :where(h3 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose
  :where(h4 + *):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 0;
}
.prose
  :where(thead th:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-start: 0;
}
.prose
  :where(thead th:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-end: 0;
}
.prose
  :where(tbody td, tfoot td):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-start: 0;
}
.prose
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  padding-inline-end: 0;
}
.prose
  :where(figure):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose
  :where(.prose > :first-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-top: 0;
}
.prose
  :where(.prose > :last-child):not(
    :where([class~='not-prose'], [class~='not-prose'] *)
  ) {
  margin-bottom: 0;
}
.prose-h2-b {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-h2-b {
  font-size: 1.5rem;
}
.prose-h3-b {
  line-height: 130%;
  font-weight: 600;
}
.prose-h3-b,
.prose-intro {
  overflow-wrap: break-word;
  word-break: break-word;
  font-size: 1.13rem;
}
.prose-intro {
  line-height: 1.56rem;
  font-weight: 400;
}
.prose-teaser-info-m {
  font-weight: 500;
}
.prose-teaser-info-b,
.prose-teaser-info-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  letter-spacing: 0.02em;
}
.prose-teaser-info-b {
  font-weight: 600;
}
.prose-button-b {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}
.prose-label-r {
  font-weight: 400;
  font-size: 0.63rem;
  line-height: 0.63rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-label-m {
  font-size: 0.88rem;
  line-height: 0.88rem;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.prose-body-r {
  font-weight: 400;
}
.prose-body-r {
  font-size: 1rem;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.prose-body-sb {
  font-size: 1rem;
  line-height: 120%;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}
.prose-body-small-r {
  font-weight: 400;
}
.prose-body-small-r {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}
.prose-body-small-sb {
  font-size: 0.88rem;
  line-height: 1.25rem;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-weight: 600;
  stylistic-alternates-off: true;
}
.prose-article-body-m,
.prose-article-body-r {
  font-size: 1.13rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-body-m {
  font-weight: 500;
}
.prose-article-h1 {
  font-size: 2rem;
}
.prose-article-h1,
.prose-article-h2 {
  line-height: 130%;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-h2 {
  font-size: 1.5rem;
}
.prose-article-body-small-m {
  font-size: 1rem;
  line-height: 150%;
  stylistic-alternates-off: true;
  overflow-wrap: break-word;
  word-break: break-word;
}
.prose-article-body-small-m {
  font-weight: 500;
}
.screen-reader-only {
  position: absolute;
  left: -10000px;
  top: auto;
  height: 0;
  width: 0;
  overflow: hidden;
}
.break-words {
  word-break: break-word;
}
.prose-h2-b {
  font-size: 1.125rem;
}
@media (min-width: 834px) {
  .prose-h2-b {
    font-size: 1.31rem;
  }
}
@media (min-width: 1194px) {
  .prose-h2-b {
    font-size: 1.5rem;
  }
}
.line-clamp-precise {
  margin-bottom: -1px;
  margin-top: -1px;
  line-height: calc(1em + 2px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.top-\[80px\] {
  top: 80px;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-header {
  z-index: 9000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-px {
  margin-top: -1px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  -webkit-line-clamp: 1;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.min-h-0 {
  min-height: 0;
}
.min-h-\[20vh\] {
  min-height: 20vh;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[64px\] {
  width: 64px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[0_0_calc\(75\%-4px\)\] {
  flex: 0 0 calc(75% - 4px);
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0,
.shrink-0 {
  flex-shrink: 0;
}
.basis-3\/5 {
  flex-basis: 60%;
}
.basis-full {
  flex-basis: 100%;
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-on-surface-default {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}
.border-on-surface-default\/10 {
  border-color: hsl(var(--palette-on-surface-default) / 0.1);
}
.border-on-surface-default\/20 {
  border-color: hsl(var(--palette-on-surface-default) / 0.2);
}
.border-surface-lowest {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-border-opacity))
  );
}
.border-transparent {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-border-opacity))
  );
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-bg-opacity))
  );
}
.bg-primary-container-subtle {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-container-subtle) /
      var(--palette-primary-container-subtle-opacity, var(--tw-bg-opacity))
  );
}
.bg-static-region-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-static-region-accent) /
      var(--palette-static-region-accent-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-default {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-default-elevated {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default-elevated) /
      var(--palette-surface-default-elevated-opacity, var(--tw-bg-opacity))
  );
}
.bg-surface-lowest {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}
.bg-transparent {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-bg-opacity))
  );
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[var\(--banner-shaded-bg\)\] {
  --tw-gradient-from: var(--banner-shaded-bg) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255/0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: hsl(
      var(--palette-transparent)/var(--palette-transparent-opacity, 1)
    )
    var(--tw-gradient-to-position);
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}
.fill-on-primary {
  fill: hsl(var(--palette-on-primary) / var(--palette-on-primary-opacity, 1));
}
.fill-primary {
  fill: hsl(var(--palette-primary) / var(--palette-primary-opacity, 1));
}
.p-0 {
  padding: 0;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-px {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.text-\[32px\] {
  font-size: 32px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[32px\] {
  line-height: 32px;
}
.text-fixed-on-surface-dark {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-fixed-on-surface-dark) /
      var(--palette-fixed-on-surface-dark-opacity, var(--tw-text-opacity))
  );
}
.text-on-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-primary) /
      var(--palette-on-primary-opacity, var(--tw-text-opacity))
  );
}
.text-on-surface-default {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  );
}
.text-on-surface-weak {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-on-surface-weak) /
      var(--palette-on-surface-weak-opacity, var(--tw-text-opacity))
  );
}
.text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.text-static-on-region-accent {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-static-on-region-accent) /
      var(--palette-static-on-region-accent-opacity, var(--tw-text-opacity))
  );
}
.text-transparent {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-transparent) /
      var(--palette-transparent-opacity, var(--tw-text-opacity))
  );
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-highlight-s {
  --tw-shadow: 0px 8px 16px 0px hsl(var(--palette-primary)/16%);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
}
.shadow-highlight-s {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 8px 16px 0px var(--tw-shadow-color);
}
.transition-\[font-size\] {
  transition-property: font-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-\[250ms\] {
  transition-duration: 0.25s;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.\@container\/banner {
  container-type: inline-size;
}
.\@container\/banner {
  container-name: banner;
}
.\@container\/play-indicator {
  container-type: inline-size;
  container-name: play-indicator;
}
.\@container\/teaser {
  container-type: inline-size;
  container-name: teaser;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.\[font-variant-ligatures\:none\] {
  font-variant-ligatures: none;
}
@media screen and (max-width: 399px) {
  .prose-article-h1 {
    font-size: 1.5rem;
    line-height: 120%;
  }
  .prose-article-h2 {
    font-size: 1.375rem;
    line-height: 120%;
  }
}
a:-webkit-any-link {
  color: inherit;
}
@media (min-width: 834px) {
}
@media (min-width: 1194px) {
  .md\:prose-body-sb {
    font-size: 1rem;
    line-height: 120%;
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    font-weight: 600;
    stylistic-alternates-off: true;
  }
}
.hover\:bg-on-surface-default:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.hover\:bg-primary-hover:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-bg-opacity))
  );
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.hover\:text-surface-default:hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}
.hover\:\[background\:linear-gradient\(126\.65deg\2c
  hsl\(var\(--palette-surface-lowest\)\)_25\.96\%\2c
  hsl\(var\(--palette-surface-default\)\)_97\.7\%\)\]:hover {
  background: linear-gradient(
    126.65deg,
    hsl(var(--palette-surface-lowest)) 25.96%,
    hsl(var(--palette-surface-default)) 97.7%
  );
}
.focus\:border-on-surface-default:focus {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-border-opacity))
  );
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-\[2px\]:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-secondary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(
    var(--palette-secondary)/var(
        --palette-secondary-opacity,
        var(--tw-ring-opacity)
      )
  );
}
.focus-visible\:ring-offset-\[2px\]:focus-visible {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:fill-primary-hover {
  fill: hsl(
    var(--palette-primary-hover) / var(--palette-primary-hover-opacity, 1)
  );
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.group:hover .group-hover\:text-primary-hover {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary-hover) /
      var(--palette-primary-hover-opacity, var(--tw-text-opacity))
  );
}
.has-\[button\:hover\]\:border-\[1\.5px_solid\]:has(button:hover) {
  border-color: 1.5px solid;
}
.has-\[button\:hover\]\:border-primary:has(button:hover) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-border-opacity))
  );
}
@container (min-width: 174px) {
}
@container teaser (min-width: 300px) {
}
@container weather-teaser (min-width: 375px) {
}
@container teaser (min-width: 380px) {
}
@container (min-width: 450px) {
}
@container (min-width: 500px) {
  .\@\[500px\]\:mt-4 {
    margin-top: 1rem;
  }
  .\@\[500px\]\:aspect-auto {
    aspect-ratio: auto;
  }
  .\@\[500px\]\:w-auto {
    width: auto;
  }
  .\@\[500px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .\@\[500px\]\:rounded {
    border-radius: 0.25rem;
  }
  .\@\[500px\]\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .\@\[500px\]\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
  .\@\[500px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .\@\[500px\]\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@container banner (min-width: 568px) {
}
@container barometer-widget (min-width: 834px) {
}
@container (min-width: 834px) {
}
@container banner (min-width: 1194px) {
  .\@md\/banner\:rounded-4xl {
    border-radius: 2rem;
  }
  .\@md\/banner\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .\@md\/banner\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }
}
@media (min-width: 834px) {
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[80px\] {
    height: 80px;
  }
  .sm\:flex-\[0_0_calc\(25\%-12px\)\] {
    flex: 0 0 calc(25% - 12px);
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-\[112px_1fr\] {
    grid-template-columns: 112px 1fr;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .sm\:border-b {
    border-bottom-width: 1px;
  }
  .sm\:border-solid {
    border-style: solid;
  }
  .sm\:border-surface-lowest {
    --tw-border-opacity: 1;
    border-color: hsl(
      var(--palette-surface-lowest) /
        var(--palette-surface-lowest-opacity, var(--tw-border-opacity))
    );
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  @container teaser (min-width: 380px) {
  }
}
@media (min-width: 1194px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[calc\(100vh-145px\)\] {
    height: calc(100vh - 145px);
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:flex-\[0_0_calc\(25\%-18px\)\] {
    flex: 0 0 calc(25% - 18px);
  }
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-cols-\[216px_1fr\] {
    grid-template-columns: 216px 1fr;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:text-start {
    text-align: start;
  }
}
.dark\:block:where([data-theme='dark'], [data-theme='dark'] *) {
  display: block;
}
.dark\:hidden:where([data-theme='dark'], [data-theme='dark'] *) {
  display: none;
}
.dark\:border-surface-default\/20:where(
  [data-theme='dark'],
  [data-theme='dark'] *
) {
  border-color: hsl(var(--palette-surface-default) / 0.2);
}
.dark\:border-surface-high:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-border-opacity: 1;
  border-color: hsl(
    var(--palette-surface-high) /
      var(--palette-surface-high-opacity, var(--tw-border-opacity))
  );
}
.dark\:bg-surface-default:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-bg-opacity))
  );
}
.dark\:bg-surface-lowest:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-bg-opacity: 1;
  background-color: hsl(
    var(--palette-surface-lowest) /
      var(--palette-surface-lowest-opacity, var(--tw-bg-opacity))
  );
}
.dark\:bg-\[linear-gradient\(160deg\2chsl\(var\(--palette-surface-default\)\)_82\%\2crgba\(175\2c162\2c255\2c0\.5\)\)\]:where([data-theme='dark'], [data-theme='dark'] *) {
  background-image: linear-gradient(
    160deg,
    hsl(var(--palette-surface-default)) 82%,
    rgba(175, 162, 255, 0.5)
  );
}
.dark\:bg-\[linear-gradient\(216\.77deg\2crgba\(153\2c141\2c246\2c1\)_23\.83\%\2crgba\(153\2c141\2c246\2c0\.4\)_51\.2\%\)\]:where([data-theme='dark'], [data-theme='dark'] *) {
  background-image: linear-gradient(
    216.77deg,
    rgba(153, 141, 246, 1) 23.83%,
    rgba(153, 141, 246, 0.4) 51.2%
  );
}

.dark\:bg-gradient-to-b:where([data-theme='dark'], [data-theme='dark'] *) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.dark\:from-surface-default:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-gradient-from: hsl(
      var(--palette-surface-default)/var(--palette-surface-default-opacity, 1)
    )
    var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--palette-surface-default)/0)
    var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark\:to-primary-container-subtle:where(
  [data-theme='dark'],
  [data-theme='dark'] *
) {
  --tw-gradient-to: hsl(
      var(--palette-primary-container-subtle)/var(
          --palette-primary-container-subtle-opacity,
          1
        )
    )
    var(--tw-gradient-to-position);
}
.dark\:\!text-on-surface-default:where(
  [data-theme='dark'],
  [data-theme='dark'] *
) {
  --tw-text-opacity: 1 !important;
  color: hsl(
    var(--palette-on-surface-default) /
      var(--palette-on-surface-default-opacity, var(--tw-text-opacity))
  ) !important;
}
.dark\:text-primary:where([data-theme='dark'], [data-theme='dark'] *) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-primary) /
      var(--palette-primary-opacity, var(--tw-text-opacity))
  );
}
.dark\:opacity-10:where([data-theme='dark'], [data-theme='dark'] *) {
  opacity: 0.1;
}
.dark\:\[--lane-bg\:var\(--custom-bg-dark\)\]:where(
  [data-theme='dark'],
  [data-theme='dark'] *
) {
  --lane-bg: var(--custom-bg-dark);
}
.dark\:hover\:text-surface-default:hover:where(
    [data-theme='dark'],
    [data-theme='dark'] *
  ) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}
.group:hover
  .dark\:group-hover\:text-surface-default:where(
    [data-theme='dark'],
    [data-theme='dark'] *
  ) {
  --tw-text-opacity: 1;
  color: hsl(
    var(--palette-surface-default) /
      var(--palette-surface-default-opacity, var(--tw-text-opacity))
  );
}
@media (min-width: 834px) {
  .sm\:dark\:bg-\[linear-gradient\(160deg\2chsl\(var\(--palette-surface-default\)\)_82\%\2crgba\(175\2c162\2c255\2c0\.5\)\)\]:where([data-theme='dark'], [data-theme='dark'] *) {
    background-image: linear-gradient(
      160deg,
      hsl(var(--palette-surface-default)) 82%,
      rgba(175, 162, 255, 0.5)
    );
  }
  
}
@media print {
  .print\:hidden {
    display: none;
  }
  .print\:\!max-h-none {
    max-height: none !important;
  }
  .print\:overflow-visible {
    overflow: visible;
  }
  .print\:leading-7 {
    line-height: 1.75rem;
  }
}
.\[\&\:focus-visible\]\:rounded-\[100px\]:focus-visible {
  border-radius: 100px;
}
.\[\&_div\]\:bg-\[var\(--button-bg\)\] div {
  background-color: var(--button-bg);
}
.\[\&_div\]\:hover\:bg-\[var\(--button-hover-bg\)\]:hover div {
  background-color: var(--button-hover-bg);
}
.\[\&_svg\]\:mr-0 svg {
  margin-right: 0;
}
.\[\&_svg\]\:h-8 svg {
  height: 2rem;
}
.\[\&_svg\]\:w-8 svg {
  width: 2rem;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/Bat0QAGvJcaA.woff2) format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/LneDuQNrs0Vy.woff2) format('woff2');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/F7bh8SSJzQxQ.woff2) format('woff2');
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: roobert;
  src: url(../fonts/J97dhGnhuEAW.woff2) format('woff2');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: roobert Fallback;
  src: local('Arial');
  ascent-override: 98.82%;
  descent-override: 25.34%;
  line-gap-override: 0%;
  size-adjust: 101.8%;
}

.main-form {
  #Send-Us-Message {
    max-width: 100%;
  }

  .red-box {
    background-color: #5541f0;
    color: white;
    padding: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    width: 100%;
    text-align: center;
  }

  .important-text {
    font-size: 24px;
    font-weight: bold;
  }

  #Send-Us-Message {
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 560px;
    margin: 0 auto;
    font-family: Arial;
    box-shadow: 3px 3px 6px #00000030;
    background: #2f3032;
  }

  #Send-Us-Message {
    max-width: 100%;
  }

  *,
  :after,
  :before {
    box-sizing: inherit;
    margin: 0;
  }

  h2 {
    font-size: 28px;
  }

  .Send-Us-Message-Title {
    text-align: center;
    padding: 30px 15px;
    font-size: 30px;
    background: #6cbdde00;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    line-height: 1.2;
    letter-spacing: 2px;
  }

  .hidden {
    display: none !important;
  }

  button {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }

  button {
    overflow: visible;
  }

  button {
    text-transform: none;
  }

  button {
    touch-action: manipulation;
  }

  button {
    -webkit-appearance: button;
  }

  button {
    -webkit-appearance: button;
  }

  button > * {
    pointer-events: none;
  }
}
