@font-face {
  font-family: "Favorit Regular";

  src: url("../fonts/ABCFavorit-Regular.woff2") format("woff2"),
         url("../fonts/ABCFavorit-Regular.woff") format("woff");
}

@font-face {
  font-family: "Favorit Medium";

  src: url("../fonts/ABCFavorit-Medium.woff2") format("woff2"),
         url("../fonts/ABCFavorit-Medium.woff") format("woff");
}

@font-face {
  font-family: "Favorit Bold";

  src: url("../fonts/ABCFavorit-Bold.woff2") format("woff2"),
         url("../fonts/ABCFavorit-Bold.woff") format("woff");
}

@font-face {
  font-family: "Favorit Light";

  src: url("../fonts/EduFavorit-Light.woff2") format("woff2"),
         url("../fonts/EduFavorit-Light.woff") format("woff");
}

.intro-text-wrapper {
  opacity: 1;
}

.menu-Home #menu.intro-text-wrapper li a.top-menu-button, .menu-Home #menu.intro-text-wrapper li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.intro-text-wrapper li a.top-menu-button:hover, .menu-Home #menu.intro-text-wrapper li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu.intro-text-wrapper li a.top-menu-button, .menu-Home #menu.intro-text-wrapper li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.intro-text-wrapper li a.top-menu-button:hover, .menu-Home #menu.intro-text-wrapper li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .menu-Home #menu.intro-text-wrapper li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/*
! 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: #e5e7eb;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Favorit Light, 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;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-bottom-\[600px\] {
  bottom: -600px;
}

.-left-1\/4 {
  left: -25%;
}

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

.-left-\[50px\] {
  left: -50px;
}

.-left-\[600px\] {
  left: -600px;
}

.-right-5 {
  right: -1.25rem;
}

.-right-\[100px\] {
  right: -100px;
}

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

.-top-\[100px\] {
  top: -100px;
}

.-top-\[110px\] {
  top: -110px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.left-\[30\%\] {
  left: 30%;
}

.right-0 {
  right: 0px;
}

.right-1\/3 {
  right: 33.333333%;
}

.right-4 {
  right: 1rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-\[10vh\] {
  top: 10vh;
}

.top-\[250px\] {
  top: 250px;
}

.top-\[5\.5em\] {
  top: 5.5em;
}

.top-\[80\%\] {
  top: 80%;
}

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

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

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[60\] {
  z-index: 60;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

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

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

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

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

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

.col-start-5 {
  grid-column-start: 5;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

.-mt-\[10vh\] {
  margin-top: -10vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-12 {
  margin-right: 3rem;
}

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0 {
  height: 0px;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[1200px\] {
  height: 1200px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30vh\] {
  height: 30vh;
}

.h-\[40vh\] {
  height: 40vh;
}

.h-\[5\.5em\] {
  height: 5.5em;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.w-0 {
  width: 0px;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

.w-\[80vw\] {
  width: 80vw;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[10rem\] {
  max-width: 10rem;
}

.max-w-\[150\%\] {
  max-width: 150%;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[2180px\] {
  max-width: 2180px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[50\%\] {
  max-width: 50%;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[75\%\] {
  max-width: 75%;
}

.max-w-\[80\%\] {
  max-width: 80%;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

.max-w-\[90px\] {
  max-width: 90px;
}

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

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

.flex-none {
  flex: none;
}

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

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-1\/4 {
  flex-basis: 25%;
}

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-4\/5 {
  flex-basis: 80%;
}

.basis-full {
  flex-basis: 100%;
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  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));
}

.rotate-12 {
  --tw-rotate: 12deg;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

.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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

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

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

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.border-unbluedark {
  --tw-border-opacity: 1;
  border-color: rgb(0 105 217 / var(--tw-border-opacity));
}

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

.border-y-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  border-bottom-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-ungray {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 227 227 / var(--tw-border-opacity));
}

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

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

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#E2F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 246 255 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  background-color: rgba(0,0,0,0.2);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  background-color: rgba(0,0,0,0.3);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  background-color: rgba(0,0,0,0.35);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.75\)\] {
  background-color: rgba(255,255,255,0.75);
}

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

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

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

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

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

.bg-unorangedark {
  --tw-bg-opacity: 1;
  background-color: rgb(215 74 22 / var(--tw-bg-opacity));
}

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-unblue {
  --tw-gradient-from: #0099ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 153 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-ungray {
  --tw-gradient-from: #E3E3E3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(227 227 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-unblue {
  --tw-gradient-to: rgb(0 153 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0099ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-unblue {
  --tw-gradient-to: #0099ff var(--tw-gradient-to-position);
}

.to-unorangepink {
  --tw-gradient-to: #FBBF9F var(--tw-gradient-to-position);
}

.to-unpink {
  --tw-gradient-to: #FFE5CA var(--tw-gradient-to-position);
}

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

.bg-center {
  background-position: center;
}

.fill-gray-200 {
  fill: #e5e7eb;
}

.fill-unblue {
  fill: #0099ff;
}

.fill-white {
  fill: #fff;
}

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-8 {
  padding-right: 2rem;
}

.pr-\[10\%\] {
  padding-right: 10%;
}

.pr-\[4\.5rem\] {
  padding-right: 4.5rem;
}

.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

.text-\[2em\] {
  font-size: 2em;
}

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.capitalize {
  text-transform: capitalize;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.text-unbluedark {
  --tw-text-opacity: 1;
  color: rgb(0 105 217 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

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

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

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

.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-200 {
  transition-duration: 200ms;
}

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

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

a {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

a.skip-to-content-link:focus {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  z-index: 99999;
}

body.bg-unblue a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

P {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

strong, b {
  font-family: "Favorit Medium", sans-serif;
}

.explainer-description, .explainer-button {
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

button.scrolldown {
  animation-duration: 10s !important;
}

.tab-opened {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

body.tab-opened a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-opened svg {
  fill: #fff;
}

.svgblue {
  fill: #0099ff !important;
}

.svgstrokeblue {
  stroke: #0099ff !important;
}

.chapter:hover .chapter-image, .chapter:focus .chapter-image, .chapter:hover .explainer-description, .chapter:focus .explainer-description, .chapter:hover .explainer-button, .chapter:focus .explainer-button {
  opacity: 1;
}

.menu-Home #menu.chapter:hover .chapter-image li a.top-menu-button, .menu-Home #menu.chapter:hover .chapter-image li button,.menu-Home #menu .chapter:focus .chapter-image li a.top-menu-button, .menu-Home #menu .chapter:focus .chapter-image li button,.menu-Home #menu .chapter:hover .explainer-description li a.top-menu-button, .menu-Home #menu .chapter:hover .explainer-description li button,.menu-Home #menu .chapter:focus .explainer-description li a.top-menu-button, .menu-Home #menu .chapter:focus .explainer-description li button,.menu-Home #menu .chapter:hover .explainer-button li a.top-menu-button, .menu-Home #menu .chapter:hover .explainer-button li button,.menu-Home #menu .chapter:focus .explainer-button li a.top-menu-button, .menu-Home #menu .chapter:focus .explainer-button li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.chapter:hover .chapter-image li a.top-menu-button:hover, .menu-Home #menu.chapter:hover .chapter-image li button:hover,.menu-Home #menu .chapter:focus .chapter-image li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .chapter-image li button:hover,.menu-Home #menu .chapter:hover .explainer-description li a.top-menu-button:hover, .menu-Home #menu .chapter:hover .explainer-description li button:hover,.menu-Home #menu .chapter:focus .explainer-description li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .explainer-description li button:hover,.menu-Home #menu .chapter:hover .explainer-button li a.top-menu-button:hover, .menu-Home #menu .chapter:hover .explainer-button li button:hover,.menu-Home #menu .chapter:focus .explainer-button li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .explainer-button li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu.chapter:hover .chapter-image li a.top-menu-button, .menu-Home #menu.chapter:hover .chapter-image li button,.menu-Home #menu .chapter:focus .chapter-image li a.top-menu-button, .menu-Home #menu .chapter:focus .chapter-image li button,.menu-Home #menu .chapter:hover .explainer-description li a.top-menu-button, .menu-Home #menu .chapter:hover .explainer-description li button,.menu-Home #menu .chapter:focus .explainer-description li a.top-menu-button, .menu-Home #menu .chapter:focus .explainer-description li button,.menu-Home #menu .chapter:hover .explainer-button li a.top-menu-button, .menu-Home #menu .chapter:hover .explainer-button li button,.menu-Home #menu .chapter:focus .explainer-button li a.top-menu-button, .menu-Home #menu .chapter:focus .explainer-button li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.chapter:hover .chapter-image li a.top-menu-button:hover, .menu-Home #menu.chapter:hover .chapter-image li button:hover,.menu-Home #menu .chapter:focus .chapter-image li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .chapter-image li button:hover,.menu-Home #menu .chapter:hover .explainer-description li a.top-menu-button:hover, .menu-Home #menu .chapter:hover .explainer-description li button:hover,.menu-Home #menu .chapter:focus .explainer-description li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .explainer-description li button:hover,.menu-Home #menu .chapter:hover .explainer-button li a.top-menu-button:hover, .menu-Home #menu .chapter:hover .explainer-button li button:hover,.menu-Home #menu .chapter:focus .explainer-button li a.top-menu-button:hover, .menu-Home #menu .chapter:focus .explainer-button li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .menu-Home #menu.chapter:hover .chapter-image li button.submenu-open, .menu-Home #menu .chapter:focus .chapter-image li button.submenu-open, .menu-Home #menu .chapter:hover .explainer-description li button.submenu-open, .menu-Home #menu .chapter:focus .explainer-description li button.submenu-open, .menu-Home #menu .chapter:hover .explainer-button li button.submenu-open, .menu-Home #menu .chapter:focus .explainer-button li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.chapter:focus .chapter-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
}

body.chapter:focus .chapter-wrapper a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.explainer-button:focus {
  opacity: 1;
}

.menu-Home #menu.explainer-button:focus li a.top-menu-button, .menu-Home #menu.explainer-button:focus li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.explainer-button:focus li a.top-menu-button:hover, .menu-Home #menu.explainer-button:focus li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu.explainer-button:focus li a.top-menu-button, .menu-Home #menu.explainer-button:focus li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.explainer-button:focus li a.top-menu-button:hover, .menu-Home #menu.explainer-button:focus li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .menu-Home #menu.explainer-button:focus li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

#chapters:hover .chapter:not(:hover) .chapter-wrapper {
  background-color: rgb(0 0 0 / 0.5);
}

#chapters:hover  .chapter:not(:hover) .chapter-wrapper .chapter-title {
  color: rgb(209 213 219 / 0.6) !important;
}

button.top-menu-button, a.top-menu-button {
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

button.top-menu-button:hover, a.top-menu-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  button.top-menu-button, a.top-menu-button {
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
    border-radius: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
    text-align: center;
  }
}

button.top-menu-button svg {
  float: right;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  button.top-menu-button:hover, button.topmenu-button:focus, a.top-menu-button:hover, a.top-menu-button:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 153 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

button.top-menu-button:hover svg {
  fill: #fff;
}

button.top-menu-button::after {
  content: "";
  position: absolute
}

button.top-menu-button.submenu-open {
  z-index: 200;
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

bodybutton.top-menu-button.submenu-open a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#menu.menu-open {
  position: fixed !important;
  left: 0px !important;
  top: 5.5em !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.menu-button-clicked {
  padding-left: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 0px;
}

.menu-item-desktop {
  display: none;
}

@media (min-width: 1024px) {
  .menu-item-desktop {
    display: block;
  }

  .menu-item-mobile {
    display: none;
  }
}

.submenu {
  display: block;
  height: 0px;
  min-height: 0px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .submenu {
    position: absolute;
    margin-top: 2.25rem;
    width: 260px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.submenu.submenu-open {
  position: relative;
  display: block;
  height: auto;
  min-height: 50px;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .submenu.submenu-open {
    position: absolute;
    width: 260px;
  }
}

.submenu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .submenu li {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.submenu li a {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  opacity: 0.8;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .submenu li a {
    opacity: 0.6;
  }

  .submenu li a:hover {
    opacity: 0.8;
  }
}

.footer-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-menu li a {
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.footer-menu li a:hover {
  text-decoration-line: underline;
}

/* ScrollTrigger CSS */

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  font-weight: 300;
}

.panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

section:not(.first) {
  opacity: 0;
  visibility: hidden;
}

.first-grid .icon-wrapper {
  margin-top: 0.75rem;
}

@media (min-width: 1024px) {
  .first-grid .icon-wrapper {
    margin-top: 0px;
  }
}

#content-new h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  #content-new h2 {
    font-size: 1.75em;
  }
}

#content-new h3 {
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity))
}

#content-new .tab .tab-button h3 {
  max-width: 90%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #content-new .tab .tab-button h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#content-new .tab .tab-button:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#content-new .tab .tab-button.tab-opened h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#content-new > .highlight-text {
  margin-top: 0px;
}

#content-new > .highlight-text ~ .highlight-text {
  margin-top: 1.5rem;
}

.text-content p {
  margin-bottom: 1rem;
}

.text-content p:last-child {
  margin-bottom: 0px;
}

.videoBlock iframe {
  aspect-ratio: 16 / 9 !important;
  height: 250px !important;
  width: 100% !important;
}

@media (min-width: 1024px) {
  .videoBlock iframe {
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    min-height: 400px !important;
  }
}

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

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

.keyfact-gray-200 h3, .keyfact-black h3 {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.keyfact-black h2, .keyfact-unblue h2,  .keyfact-unblue h3, .keyfact-black p {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.keyfact-gray-200 h2, .keyfact-gray-200 p, .keyfact-unblue p {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.keyfact-gray-200 h3, .keyfact-black h3, .keyfact-unblue h3 {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.keyfact-gray-200 p, .keyfact-black p, .keyfact-unblue p {
  margin-top: 0.25rem !important;
}

.quoteblock h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.doc-info h2.doc-title {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.doc-info h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

/* Tabs */

.tab-info .info-wrapper p {
  margin-bottom: 1rem;
}

/* Buttons */

.btn-blue {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 153 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.btn-blue a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.btn-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 153 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#splash h1, .chapter-wrapper h2, h2.splashtitle  {
  font-family: Favorit Light, sans-serif;
}

h1#splash-title {
  margin-top: 1.5rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

bodyh1#splash-title a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h1#splash-title {
    margin-top: 2.25rem;
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  h1#splash-title {
    font-size: 3em;
  }
}

@media (min-width: 1920px) {
  h1#splash-title {
    font-size: 4em;
    line-height: 1.5em;
  }
}

#splash-description {
  opacity: 0;
}

@media (min-width: 1024px) {
  #splash-description {
    margin-top: 2rem;
  }
}

@media (min-width: 1536px) {
  #splash-description {
    margin-top: 1rem;
  }
}

#splash-description p {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #splash-description p {
    line-height: 1.25rem;
  }
}

@media (min-width: 1920px) {
  #splash-description p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#splash-underline2 {
  bottom: 0px;
  margin-left: 5px;
  height: 2px;
}

@media (min-width: 1024px) {
  #splash-underline2 {
    height: 5px;
  }
}

.bg-rootcauses {
  background-position: 50% 75%;
}

@media (min-width: 1024px) {
  .bg-rootcauses {
    background-position: center !important;
  }
}

/* Quote */

.author-wrapper .author {
  float: left;
  height: 0px;
  width: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.author-wrapper:hover .author, .author-wrapper:focus .author {
  height: auto;
  width: auto;
}

/* events table */

#options-panel .btn {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 153 255 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #options-panel .btn {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#options-panel .btn .number {
  display: none;
}

#options-panel .btn svg {
  float: right;
  margin-top: 0.5rem;
  display: inline-block;
  width: 1rem;
  fill: #0099ff;
}

#options-panel ul.filter-options {
  padding-top: 0.5rem;
}

#options-panel ul.filter-options li {
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#options-panel ul.filter-options li button {
  width: 100%;
  text-align: left;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#options-panel ul.filter-options li button:hover {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.btn-active {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

body.pdf-open {
  height: 100vh;
  overflow: hidden;
}

#pdf-viewer-dialog {
  height: 0px;
}

#pdf-viewer-dialog.pdf-open {
  position: fixed;
  top: 0px;
  z-index: 50;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.entry-154647 .icon-wrapper {
  display: none !important;
}

@media (min-width: 1024px) {
  .entry-154647 .icon-wrapper {
    display: block !important;
  }
}

.disaster-match {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 153 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

#exploreOverview .buttons-wrapper button {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#exploreOverview .buttons-wrapper button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#exploreOverview .buttons-wrapper button.button-active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body#exploreOverview .buttons-wrapper button.button-active a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#exploreOverview .buttons-wrapper button.button-active:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.exploreOverview-mainItem {
  border-radius: 1.5rem;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.exploreOverview-mainItem:hover {
  --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));
}

.exploreOverview-mainItem .info-wrapper {
  opacity: 0;
}

.exploreOverview-mainItem:hover .info-wrapper, .exploreOverview-mainItem:focus .info-wrapper {
  opacity: 1;
}

.menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li a.top-menu-button, .menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li button,.menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li a.top-menu-button, .menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li a.top-menu-button:hover, .menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li button:hover,.menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li a.top-menu-button:hover, .menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li a.top-menu-button, .menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li button,.menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li a.top-menu-button, .menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li a.top-menu-button:hover, .menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li button:hover,.menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li a.top-menu-button:hover, .menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .menu-Home #menu.exploreOverview-mainItem:hover .info-wrapper li button.submenu-open, .menu-Home #menu .exploreOverview-mainItem:focus .info-wrapper li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.exploreOverview-mainItem.three {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.exploreOverview-mainItem.three a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.exploreOverview-mainItem.two {
  --tw-bg-opacity: 1;
  background-color: rgb(113 212 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.exploreOverview-mainItem.one {
  --tw-bg-opacity: 1;
  background-color: rgb(226 246 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.exploreOverview-mainItem.one ul li a {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.exploreOverview-mainItem.zero {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.exploreOverview-mainItem.two h3, .exploreOverview-mainItem.one h3, .exploreOverview-mainItem.zero h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Explore Overview */

.exploreOverview-mainItem:hover h3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

/* Tipping Points */

#nav .container, #content-tippingPoints .container, #theme-navigation #menu-wrapper, .homepage .container, #content-exploreOverview.container, #content-exploreOverview .container {
  max-width: 1600px;
}

.quoteSection .quoteText p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .quoteSection .quoteText p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

/* Front Page */

#a.blue .cls-3A {
  fill: #0099ff !important;
}

.menu-Home #menu li a.top-menu-button, .menu-Home #menu li button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu li a.top-menu-button:hover, .menu-Home #menu li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.opacity-100 li a.top-menu-button, .menu-Home #menu.opacity-100 li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menu.opacity-100 li a.top-menu-button:hover, .menu-Home #menu.opacity-100 li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menu li a.top-menu-button.submenu-open, .menu-Home #menu.opacity-100 li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.header-home.header-blue #menu-button svg {
  fill: #fff !important;
}

.menu-Home #menu.menu-open li a.top-menu-button, .menu-Home #menu.menu-open li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

#scroll-button svg {
  fill: #fff;
}

#scroll-button:hover svg {
  fill: #0099ff;
}

.fp-highlight {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  transition: background-color 0.5s;
}

.fp-highlight-inner {
  content: "";
  position: absolute;
  left: 0px;
  z-index: -10;
  display: inline-block;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.fp-highlight-inner a.skip-to-content-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.fp-highlight-inner-white {
  position: absolute;
  left: 0px;
  z-index: -10;
  display: inline-block;
  height: 100%;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Overlay Component */

.tippingPoint-overlay h2 {
  opacity: 0;
}

.tippingPoint-overlay h2::after {
  content: "";
  position: relative;
  left: 0px;
  display: inline-block;
  width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a.tippingPoint-grid-link:hover .tippingPoint-overlay h2::after,   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2::after {
  width: 100%;
}

a.tippingPoint-grid-link:hover .tippingPoint-overlay,  a.tippingPoint-grid-link:focus .tippingPoint-overlay {
  background-color: rgba(0,153,255,0.9);
}

a.tippingPoint-grid-link:hover .tippingPoint-overlay h2,   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 {
  opacity: 1;
}

.menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li a.top-menu-button, .menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li button,.menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li a.top-menu-button, .menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li a.top-menu-button:hover, .menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li button:hover,.menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li a.top-menu-button:hover, .menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li a.top-menu-button, .menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li button,.menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li a.top-menu-button, .menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li button {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

.menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li a.top-menu-button:hover, .menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li button:hover,.menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li a.top-menu-button:hover, .menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

 .menu-Home #menua.tippingPoint-grid-link:hover .tippingPoint-overlay h2 li button.submenu-open, .menu-Home #menu   a.tippingPoint-grid-link:focus .tippingPoint-overlay h2 li button.submenu-open {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tipping-point-content.tipping-point-content-open {
  position: absolute !important;
  z-index: 70 !important;
  display: block !important;
  width: 300px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 2rem !important;
}

#impacts-content.tipping-point-content.tipping-point-content-open {
  right: 0px;
}

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

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

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

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

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

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

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

.hover\:basis-2\/5:hover {
  flex-basis: 40%;
}

.hover\:scale-105:hover {
  --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));
}

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

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

.hover\:bg-unblue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 255 / var(--tw-bg-opacity));
}

.hover\:bg-unblue-transparent:hover {
  background-color: rgba(0,153,255,0.9);
}

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

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

.hover\:text-unblue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 153 255 / var(--tw-text-opacity));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:basis-2\/5:focus {
  flex-basis: 40%;
}

@media (min-width: 640px) {
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 768px) {
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .md\:basis-3\/4 {
    flex-basis: 75%;
  }

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

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

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

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

  .lg\:right-\[100px\] {
    right: 100px;
  }

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

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:top-\[50\%\] {
    top: 50%;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

  .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-7 {
    grid-column: span 7 / span 7;
  }

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

  .lg\:m-auto {
    margin: auto;
  }

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

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

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

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

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

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

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-\[90px\] {
    margin-left: 90px;
  }

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

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

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

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

  .lg\:mt-\[40vh\] {
    margin-top: 40vh;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[1200px\] {
    height: 1200px;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:h-\[50vh\] {
    height: 50vh;
  }

  .lg\:h-\[60vh\] {
    height: 60vh;
  }

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

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

  .lg\:min-h-\[275px\] {
    min-height: 275px;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:min-h-\[65vh\] {
    min-height: 65vh;
  }

  .lg\:min-h-\[80vh\] {
    min-height: 80vh;
  }

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

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

  .lg\:w-\[calc\(100\%-90px\)\] {
    width: calc(100% - 90px);
  }

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

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

  .lg\:max-w-\[12rem\] {
    max-width: 12rem;
  }

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

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

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

  .lg\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .lg\:basis-2\/5 {
    flex-basis: 40%;
  }

  .lg\:basis-3\/4 {
    flex-basis: 75%;
  }

  .lg\:basis-3\/5 {
    flex-basis: 60%;
  }

  .lg\:basis-\[53\.32\%\] {
    flex-basis: 53.32%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

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

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

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

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

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

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

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

  .lg\:text-\[3\.5em\] {
    font-size: 3.5em;
  }

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

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

@media (min-width: 1280px) {
  .xl\:order-2 {
    order: 2;
  }

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

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

  .xl\:ml-auto {
    margin-left: auto;
  }

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

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

  .xl\:h-\[40vh\] {
    height: 40vh;
  }

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

  .xl\:w-\[175px\] {
    width: 175px;
  }

  .xl\:max-w-\[250px\] {
    max-width: 250px;
  }

  .xl\:translate-x-\[-20\%\] {
    --tw-translate-x: -20%;
    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));
  }

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

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

  .xl\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

@media (min-width: 1536px) {
  .\32xl\:min-h-\[350px\] {
    min-height: 350px;
  }

  .\32xl\:w-1\/4 {
    width: 25%;
  }

  .\32xl\:w-\[400px\] {
    width: 400px;
  }

  .\32xl\:w-\[500px\] {
    width: 500px;
  }

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

  .\32xl\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

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

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

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

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

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

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

@media (min-width: 1920px) {
  .\33xl\:w-\[40\%\] {
    width: 40%;
  }

  .\33xl\:max-w-\[275px\] {
    max-width: 275px;
  }

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

  .\33xl\:pr-\[20\%\] {
    padding-right: 20%;
  }

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

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