@font-face {
  font-family: "RivieraNights";

  src: url("../fonts/RivieraNights-Regular-WebS.woff?27404161");

  src: url("../fonts/RivieraNights-Regular-WebS.woff2?27404161") format("woff2"),
		url("../fonts/RivieraNights-Regular-WebS.woff?27404161") format("woff");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "RivieraNights";

  src: url("../fonts/RivieraNights-Bold-WebS.woff?27404161");

  src: url("../fonts/RivieraNights-Bold-WebS.woff2?27404161") format("woff2"),
		url("../fonts/RivieraNights-Bold-WebS.woff?27404161") format("woff");

  font-weight: 700;

  font-style: normal;
}

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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:  ;
}

.pac-container {
  z-index: 99999;
}

body {
  font-family: RivieraNights, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

body.navOpen {
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.navOpen {
    overflow: auto;
  }
}

.mobilHidden {
  display: none;
}

.bar-toogle.mobilHidden + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 768px) {
  .mobilHidden {
    display: inline-block;
  }
}

.logged-in .welcomeContainer {
  display: none;
}

.bar-toogle.logged-in .welcomeContainer + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

.site-main {
  margin-top: 6.5rem;
}

@media (min-width: 768px) {
  .site-main {
    margin-top: 7.5rem;
  }
}

@media (min-width: 1536px) {
  .site-main {
    margin-top: 8.5rem;
  }
}

/* Font */

.display-1 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}

@media (min-width: 768px) {
  .display-1 {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .display-1 {
    font-size: 3.5rem;
  }
}

.display-2 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .display-2 {
    font-size: 1.875rem;
  }
}

.display-3 {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .display-3 {
    font-size: 1.5rem;
  }
}

.display-3a {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .display-3a {
    font-size: 1.5rem;
  }
}

.body-superlarge {
  font-size: 1.375rem;
  line-height: 130%;
}

@media (min-width: 768px) {
  .body-superlarge {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .body-superlarge {
    font-size: 1.875rem;
  }
}

.body-large {
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .body-large {
    font-size: 1.375rem;
  }
}

.body-default {
  font-size: 1.125rem;
  line-height: 140%;
}

.body-small {
  font-size: 1rem;
  line-height: 140%;
}

p a {
  -webkit-hyphens: auto;
          hyphens: auto;
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.yellowLink a {
  --tw-text-opacity: 1;
  color: rgb(241 255 76 / var(--tw-text-opacity));
}

p em {
  position: relative;
  z-index: 10;
  display: inline-block;
  white-space: nowrap;
  font-style: normal;
  --tw-text-opacity: 1 !important;
  color: rgb(45 48 140 / var(--tw-text-opacity)) !important;
}

p em:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0.25rem;
  z-index: -1;
  margin-left: -0.125rem;
  height: 0.75rem;
  width: calc(100% + 0.25rem);
  --tw-bg-opacity: 1;
  background-color: rgb(241 255 76 / var(--tw-bg-opacity));
}

img + [class*="display"] {
  margin-top: 2rem;
}

.display-1 + p {
  margin-top: 1.5rem;
}

.display-1.mobilHidden + p {
  margin-top: 0px;
}

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

.display-2 + p {
  margin-top: 0.5rem;
}

.display-3 + p {
  margin-top: 1rem;
}

p + p {
  padding-top: 2rem;
}

p + a.textBtn,
p + .defaultBtn {
  margin-top: 2rem;
}

p + .lightBtn {
  margin-top: 3rem;
}

.body-default ul,
ul.body-default,
.body-large ul,
ul.body-large {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.body-default ul li, ul.body-default li, .body-large ul li, ul.body-large li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.body-default ul li a, ul.body-default li a, .body-large ul li a, ul.body-large li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.body-default ol,
ol.body-default,
.body-large ol,
ol.body-large {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.body-default ol li, ol.body-default li, .body-large ol li, ol.body-large li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

strong {
  font-weight: 700;
}

figcaption {
  display: none;
}

figcaption.bar-toogle + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

/* BUTTONS */

.defaultBtnWrapper a,
a.gb-button.defaultBtn,
.defaultBtn {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 135 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.defaultBtnWrapper a.largeBtn, a.gb-button.defaultBtn.largeBtn, .defaultBtn.largeBtn {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.375rem;
}

.defaultBtnWrapper a.smallBtn, a.gb-button.defaultBtn.smallBtn, .defaultBtn.smallBtn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}

.lightBtnWrapper a,
a.gb-button.lightBtn,
.lightBtn {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

.lightBtnWrapper a:hover,
a.gb-button.lightBtn:hover,
.lightBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 48 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lightBtnWrapper a.largeBtn, a.gb-button.lightBtn.largeBtn, .lightBtn.largeBtn {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.375rem;
}

.lightBtnWrapper a.smallBtn, a.gb-button.lightBtn.smallBtn, .lightBtn.smallBtn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
}

a.gb-button.textBtn,
.textBtn {
  background-color: transparent;
  background-image: none;
  padding: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

a.gb-button.textBtn:hover,
.textBtn:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

a.gb-button.textBtn:after, .textBtn:after {
  content: "\e805";
  margin-left: 0.5rem;
  display: inline-block;
  font-family: fts, sans-serif;
}

.redBtnWrapper a,
a.gb-button.redBtn,
.redBtn {
  display: inline-block;
  border-radius: 9999px;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 115 115 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.uploadBtn {
  margin-top: 0.5rem;
  display: inline-block;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

.uploadBtn::file-selector-button {
  margin-right: 0.5rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 3rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

.uploadBtn:before {
  content: "\e807";
  position: absolute;
  margin-left: 1.25rem;
  margin-top: 0.625rem;
  font-family: fts, sans-serif;
}

.uploadBtn span {
  margin-left: 0.75rem;
}

.downloadBtn:after {
  content: "\e80c";
  margin-left: 0.5rem;
  display: inline-block;
  font-family: fts, sans-serif;
}

.externBtn:after {
  content: "\e805";
  margin-left: 0.5rem;
  display: inline-block;
  font-family: fts, sans-serif;
}

/* HEADER */

.scrollBack .headerWrapper {
  position: fixed;
}

.scrollBack .headerWrapper .custom-logo {
  height: 2.5rem;
}

@media (min-width: 768px) {
  .scrollBack .headerWrapper .custom-logo {
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .scrollBack .headerWrapper .custom-logo {
    height: 3.5rem;
  }
}

@media (min-width: 1536px) {
  .scrollBack .headerWrapper .custom-logo {
    height: 4rem;
  }
}

.headerWrapper {
  position: absolute;
  top: 0px;
  z-index: 99990;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.site-header {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1264px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .site-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1536px) {
  .site-header {
    position: relative;
  }
}

.site-header .custom-logo {
  position: relative;
  z-index: 50;
  height: 4rem;
  width: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .site-header .custom-logo {
    height: 5rem;
  }
}

@media (min-width: 1536px) {
  .site-header .custom-logo {
    height: 6rem;
  }
}

.site-header .navigationWrapper {
  position: fixed;
  left: 100%;
  top: 0px;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .site-header .navigationWrapper {
    position: static;
    left: auto;
    display: flex;
    height: auto;
    width: 80%;
    overflow: hidden;
    padding-top: 0px;
  }
}

.site-header .navigationWrapper .main-navigation {
  display: flex;
  width: 100%;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .site-header .navigationWrapper .main-navigation {
    width: 75%;
    justify-content: center;
    font-size: 1.125rem;
  }
}

.site-header .navigationWrapper .main-navigation > div {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header .navigationWrapper .main-navigation > div {
    width: auto;
  }
}

.site-header .navigationWrapper .main-navigation .current_page_item {
  font-weight: 700;
}

.site-header .navigationWrapper .user-navigation {
  display: flex;
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .site-header .navigationWrapper .user-navigation {
    width: 25%;
    justify-content: flex-end;
  }
}

.site-header .navigationWrapper .user-navigation .menu-usermenu-container {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header .navigationWrapper .user-navigation .menu-usermenu-container {
    width: auto;
  }
}

.site-header .site-branding {
  width: 20%;
}

.site-header .menu-toggle {
  position: absolute;
  right: 1.5rem;
  z-index: 50;
}

@media (min-width: 1024px) {
  .site-header .menu-toggle {
    display: none;
  }
}

#primary-menu {
  display: flex;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(201 203 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #primary-menu {
    flex-direction: row;
    border-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#primary-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  #primary-menu li {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 0px;
  }
}

#user-menu {
  position: absolute;
  bottom: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #user-menu {
    position: static;
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#user-menu > li {
  width: 100%;
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  #user-menu > li {
    margin-left: 1.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#user-menu .userIcon > a {
  position: relative;
  margin-right: 1.75rem;
  display: none;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 135 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bar-toogle#user-menu .userIcon > a + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 1024px) {
  #user-menu .userIcon > a {
    display: flex;
  }
}

#user-menu .userIcon > a:after {
  content: "\e804";
  position: absolute;
  right: -1.75rem;
  top: 0px;
  display: flex;
  height: 2.5rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  font-family: fts, sans-serif;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

#user-menu .userIcon > .sub-menu {
  z-index: 1000;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #user-menu .userIcon > .sub-menu {
    position: absolute;
    right: 1.5rem;
    display: none;
    width: 260px;
    padding-top: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1536px) {
  #user-menu .userIcon > .sub-menu {
    right: -100px;
  }
}

#user-menu .userIcon > .sub-menu::after {
  content: " ";
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 1.5rem;
  display: none;
  height: calc(100% - 20px);
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
}

.bar-toogle#user-menu .userIcon > .sub-menu + .detailsContainer span::after:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 1024px) {
  #user-menu .userIcon > .sub-menu::after {
    display: block;
  }
}

#user-menu .userIcon > .sub-menu > li {
  position: relative;
  z-index: 50;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#user-menu .userIcon > .sub-menu > li:last-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(201 203 255 / var(--tw-border-opacity));
}

#user-menu .userIcon > .sub-menu > li.menu-item-has-children {
  margin-top: 0.5rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 255 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

#user-menu .userIcon > .sub-menu > li.menu-item-has-children ul {
  padding-top: 0.5rem;
}

#user-menu .userIcon > .sub-menu > li.menu-item-has-children ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
}

#user-menu .userIcon > .sub-menu a {
  white-space: nowrap;
}

#user-menu .userIcon:hover > .sub-menu {
  display: block;
}

#user-menu .logout {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.logged-in #user-menu {
  position: static;
}

.logged-in #user-menu > li {
  padding: 0px;
}

a.no-click,
.no-click > a {
  cursor: default;
}

.navBurger .menuBtn {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-width: 0px;
  padding: 0px;
}

.navBurger .menuBtn svg {
  margin-top: -0.25rem;
}

.navBurger .line {
  fill: none;
  stroke: #2D308C;
  stroke-width: 8;
  transition: stroke-dasharray 0ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 0ms cubic-bezier(0.4, 0, 0.2, 1);
  stroke-linecap: round;
}

.navBurger .line1 {
  stroke-dasharray: 60 207;
}

.navBurger .line2 {
  stroke-dasharray: 60 60;
}

.navBurger .line3 {
  stroke-dasharray: 60 207;
}

body.navOpen .site-header {
  position: fixed;
  top: 0px;
  z-index: 99998;
  width: 100%;
}

body.navOpen .site-header .navigationWrapper {
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body.navOpen .navBurger .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

body.navOpen .navBurger .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

body.navOpen .navBurger .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

/* CONTENT CLASSES */

.innerContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 1264px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .innerContent {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .innerContent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  section.hasInnerGrid .innerContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.innerGrid > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.card-img-text img {
  margin-right: 2rem;
  max-width: 100%;
  border-radius: 1rem;
}

@media (min-width: 768px) {
  .card-img-text img {
    max-width: 230px;
  }
}

.card-img-text p {
  margin-top: 0.5rem;
}

.max-w-500 {
  max-width: none;
}

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

.max-w-600 {
  max-width: 80%;
}

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

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

@media (min-width: 768px) {
  .max-w-800 {
    max-width: 80%;
  }
}

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

.specialIconLeftBottom {
  margin-top: 1.5rem;
  width: 10rem;
}

@media (min-width: 1024px) {
  .specialIconLeftBottom {
    position: absolute;
    left: 0.5rem;
    bottom: -3.5rem;
    margin-top: 0px;
    width: 12rem;
  }
}

@media (min-width: 1280px) {
  .specialIconLeftBottom {
    width: 15rem;
  }
}

@media (min-width: 1440px) {
  .specialIconLeftBottom {
    left: -3rem;
    bottom: -3rem;
    width: auto;
  }
}

.mobilReverse {
  flex-direction: column-reverse;
}

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

.heroIllu picture {
  width: 100%;
}

.heroIllu img {
  width: 100%;
  max-width: none;
}

.profilMap > div {
  height: 300px;
}

@media (min-width: 1024px) {
  .profilMap > div {
    height: 50vh;
  }
}

.profilMap + .innerCardContent {
  margin-top: -2rem;
}

@media (min-width: 768px) {
  .profilMap + .innerCardContent {
    margin-top: -6rem;
  }
}

.noMap {
  height: 5rem;
}

article.school {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
}

.innerCardContent {
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  max-width: 1376px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .innerCardContent {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* PROFIL */

.schooolInfoContainer {
  display: flex;
  flex-direction: column;
}

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

.schoolInfoWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .schoolInfoWrapper {
    width: 58.333333%;
    padding-right: 5%;
  }
}

.school-info-type {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .school-info-type {
    font-size: 1.375rem;
  }
}

.school-info-type ul,
ul.school-info-type {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.school-info-type ul li, ul.school-info-type li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-info-type ul li a, ul.school-info-type li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.school-info-type ol,
ol.school-info-type {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.school-info-type ol li, ol.school-info-type li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.statusBadge .school-info-type {
  margin-top: 0.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge .school-info-type {
    text-align: left;
  }
}

.school-info-address {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 140%;
}

.school-info-address ul,
ul.school-info-address {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.school-info-address ul li, ul.school-info-address li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-info-address ul li a, ul.school-info-address li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.school-info-address ol,
ol.school-info-address {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.school-info-address ol li, ol.school-info-address li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-info-description {
  margin-top: 1.5rem;
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .school-info-description {
    font-size: 1.375rem;
  }
}

.school-info-description ul,
ul.school-info-description {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.school-info-description ul li, ul.school-info-description li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.school-info-description ul li a, ul.school-info-description li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.school-info-description ol,
ol.school-info-description {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.school-info-description ol li, ol.school-info-description li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.statusBadge .school-info-description {
  margin-top: 0.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge .school-info-description {
    text-align: left;
  }
}

.statusBadge {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
  padding: 2rem;
}

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

  .statusBadge img {
    margin-right: 2rem;
  }
}

.statusBadge h3 {
  margin-top: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge h3 {
    margin-top: 0px;
    text-align: left;
  }
}

.statusBadge .body-large {
  margin-top: 0.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge .body-large {
    text-align: left;
  }
}

.schoolBadgeContainer {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

@media (min-width: 768px) {
  .schoolBadgeContainer {
    flex-direction: row;
    justify-content: space-between;
  }
}

.schoolBadgeContainer .statusBadge {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
}

.schoolBadgeContainer .btn-group {
  margin-top: 1.5rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .schoolBadgeContainer .btn-group {
    margin-top: 0px;
  }
}

.schoolImageWrapper {
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .schoolImageWrapper {
    margin-top: 0px;
    width: 41.666667%;
  }
}

.editSchoolButtons {
  display: flex;
  width: 100%;
  gap: 2rem;
}

.editSchoolButtons > button {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 50%;
}

/* StatusBars */

.schoolStatusbars {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.sum-bar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

.statusbar-container {
  width: 100%;
}

.statusbar-background {
  position: relative;
  height: 3rem;
  width: 100%;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 231 / var(--tw-bg-opacity));
}

.statusbar-background .statusbar {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 135 / var(--tw-bg-opacity));
}

.statusbar-background .statusbar-number {
  position: absolute;
  top: 0.625rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .statusbar-background .statusbar-number {
    font-size: 1.375rem;
  }
}

.statusbar-background .statusbar-number ul,
ul.statusbar-background .statusbar-number {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.statusbar-background .statusbar-number ul li, ul.statusbar-background .statusbar-number li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.statusbar-background .statusbar-number ul li a, ul.statusbar-background .statusbar-number li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.statusbar-background .statusbar-number ol,
ol.statusbar-background .statusbar-number {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.statusbar-background .statusbar-number ol li, ol.statusbar-background .statusbar-number li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.statusBadge .statusbar-background .statusbar-number {
  margin-top: 0.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge .statusbar-background .statusbar-number {
    text-align: left;
  }
}

.statusbar-background .trenner {
  position: absolute;
  top: 0px;
  z-index: 10;
  height: 100%;
  width: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
}

.criterion-content-container .statusbar-background .trenner {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bar-toogle + .detailsContainer span:before {
  --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));
}

.bar-toogle.hidden + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

.bar-toogle {
  margin-top: 3rem;
}

.bar-toogle .statusbar-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .bar-toogle .statusbar-container {
    flex-direction: row;
  }
}

.bar-toogle h4 {
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
  font-size: 1.25rem;
  line-height: 140%;
}

@media (min-width: 768px) {
  .bar-toogle h4 {
    font-size: 1.375rem;
  }
}

.bar-toogle h4 ul,
ul.bar-toogle h4 {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.bar-toogle h4 ul li, ul.bar-toogle h4 li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.bar-toogle h4 ul li a, ul.bar-toogle h4 li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.bar-toogle h4 ol,
ol.bar-toogle h4 {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.bar-toogle h4 ol li, ol.bar-toogle h4 li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.statusBadge .bar-toogle h4 {
  margin-top: 0.25rem;
  text-align: center;
}

@media (min-width: 768px) {
  .statusBadge .bar-toogle h4 {
    text-align: left;
  }

  .bar-toogle h4 {
    margin-bottom: 0px;
    width: 20rem;
  }
}

.bar-toogle .statusbar-background {
  height: 2rem;
}

.bar-toogle .statusbar-background .statusbar {
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 255 / var(--tw-bg-opacity));
}

.detailsContainer {
  margin-top: 1.75rem;
  width: 100%;
  text-align: right;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 140%;
}

.detailsContainer ul,
ul.detailsContainer {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.detailsContainer ul li, ul.detailsContainer li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.detailsContainer ul li a, ul.detailsContainer li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.detailsContainer ol,
ol.detailsContainer {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.detailsContainer ol li, ol.detailsContainer li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* Criteria tabs */

.criteria-tabs-container.innerContent {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .criteria-tabs-container.innerContent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.criteria-tabs-container.innerContent {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .criteria-tabs-container.innerContent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.criteria-tabs-container {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.criteria-tabs-container .criterion-tab {
  display: flex;
  width: 16.666667%;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  opacity: 0.2;
  font-size: 1.125rem;
  line-height: 140%;
}

.criteria-tabs-container .criterion-tab ul,
ul.criteria-tabs-container .criterion-tab {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.criteria-tabs-container .criterion-tab ul li, ul.criteria-tabs-container .criterion-tab li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.criteria-tabs-container .criterion-tab ul li a, ul.criteria-tabs-container .criterion-tab li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.criteria-tabs-container .criterion-tab ol,
ol.criteria-tabs-container .criterion-tab {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.criteria-tabs-container .criterion-tab ol li, ol.criteria-tabs-container .criterion-tab li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.criteria-tabs-container .criterion-tab:first-child {
  border-top-left-radius: 1rem;
}

.criteria-tabs-container .criterion-tab:last-child {
  border-top-right-radius: 1rem;
}

.criteria-tabs-container .criterion-tab img {
  pointer-events: none;
  width: 2rem;
}

@media (min-width: 768px) {
  .criteria-tabs-container .criterion-tab img {
    margin-bottom: 1rem;
    height: 6rem;
    width: 6rem;
  }
}

.criteria-tabs-container .criterion-tab.selected {
  font-weight: 700;
  opacity: 1;
}

.criteria-tabs-container .criterion-tab .tabText {
  pointer-events: none;
  display: none;
}

.bar-toogle.criteria-tabs-container .criterion-tab .tabText + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 768px) {
  .criteria-tabs-container .criterion-tab .tabText {
    display: inline;
  }
}

/* Criteria Content */

.criterion-contentWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .criterion-contentWrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.criterion-contentWrapper .statusbar-background {
  margin-top: 1rem;
  height: 2rem;
}

.criterion-contentWrapper .display-1 + p {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .criterion-contentWrapper .display-1 + p {
    margin-top: 3rem;
  }
}

.criterionHeader {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

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

.criterionHeader > div {
  width: 100%;
}

@media (min-width: 768px) {
  .criterionHeader > div {
    width: 50%;
  }
}

.requirementContainer {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .requirementContainer {
    padding: 4rem;
  }
}

.requirementContainer.fullfilled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 244 207 / var(--tw-bg-opacity));
}

.requirementInnerContainer {
  width: 100%;
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .requirementInnerContainer {
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 0px;
  }
}

.requirementInnerContainer .requirement-entry {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .requirementInnerContainer .requirement-entry {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.requirementInnerContainer p {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .requirementInnerContainer p {
    margin-top: 3rem;
  }
}

.requirementInnerContainer h3 {
  margin-top: 1.5rem;
}

.requirementInnerContainer img {
  border-radius: 1rem;
}

.requirement-entry-value + .requirement-entry-value,
.requirement-form-field-container + .requirement-form-field-container {
  margin-top: 1rem;
}

.uploadContainer {
  margin-top: 0.5rem;
  display: flex;
  height: 9rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.uploadContainer span:before {
  font-size: 1.875rem;
}

.uploadContainer.smallContainer {
  height: 4rem;
}

.btn-group {
  margin-top: 2rem;
}

.btn-group button {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-top: 1rem;
}

.btn-group button:first-child {
  margin-top: 0px;
}

.btn-group button:last-child {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .btn-group button {
    margin-top: 0px;
  }
}

.btn-group.fullWidth {
  display: flex;
  width: 100%;
}

.btn-group.fullWidth > * {
  width: 50%;
}

.toDoIcon {
  position: absolute;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 231 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .toDoIcon {
    height: 4rem;
    width: 4rem;
  }
}

.toDoIcon span.icon-check:before {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .toDoIcon span.icon-check:before {
    font-size: 24px;
  }
}

.toDoIcon.fullfilled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 135 / var(--tw-bg-opacity));
}

.edit-requirement-btn {
  position: absolute;
  top: 4rem;
  right: 4rem;
  font-size: 1.75rem;
}

.additionalRequirementWrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

.status-container .statusWrapper {
  position: relative;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 232 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .status-container .statusWrapper {
    padding: 4rem;
  }
}

.statusInnerContainer {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

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

.statusInnerContainer .status-entry {
  margin-top: 2rem;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .statusInnerContainer .status-entry {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.statusInnerContainer img {
  border-radius: 1rem;
}

.editCriterionBtn {
  width: 100%;
  text-align: center;
}

.requirementEditButtons {
  display: flex;
  width: 100%;
  gap: 2rem;
  text-align: center;
}

.requirementEditButtons > button {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 50%;
}

.requirementEditButtons + .delete-requirement-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: block;
  font-size: 1.125rem;
  line-height: 140%;
}

.requirementEditButtons + .delete-requirement-btn ul,
ul.requirementEditButtons + .delete-requirement-btn {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.requirementEditButtons + .delete-requirement-btn ul li, ul.requirementEditButtons + .delete-requirement-btn li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.requirementEditButtons + .delete-requirement-btn ul li a, ul.requirementEditButtons + .delete-requirement-btn li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.requirementEditButtons + .delete-requirement-btn ol,
ol.requirementEditButtons + .delete-requirement-btn {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.requirementEditButtons + .delete-requirement-btn ol li, ol.requirementEditButtons + .delete-requirement-btn li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.requirementAddButtons {
  text-align: right;
}

/* TIPPS & RESOURCES */

.tipps {
  position: relative;
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .tipps {
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.tipps .myBG {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 239 / var(--tw-bg-opacity));
}

.tipps .insert-page {
  position: relative;
  z-index: 10;
}

.tipps .gb-grid-wrapper {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .tipps .gb-grid-wrapper {
    margin-top: 3rem;
    flex-direction: row;
    gap: 4rem;
  }
}

.tipps .gb-grid-column {
  width: 100%;
}

@media (min-width: 768px) {
  .tipps .gb-grid-column {
    width: 50%;
  }
}

.tipps .display-3 {
  margin-top: 3rem;
}

.tipps + .resources {
  margin-top: 0px;
}

.tipps ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.resources {
  position: relative;
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .resources {
    margin-top: 8rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.resources h2 + h3 {
  margin-top: 3rem;
}

.resources h3 + p {
  margin-top: 0.5rem;
}

.resources .display-3 {
  margin-top: 3rem;
}

.resources p + .lightBtn {
  margin-top: 2rem !important;
}

.resources p + ul {
  margin-top: 2rem;
}

.resources .myBG {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 255 / var(--tw-bg-opacity));
}

.resources .insert-page {
  position: relative;
  z-index: 10;
}

.resources .insert-page > div:first-of-type {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .resources .insert-page > div:first-of-type {
    margin-top: 3rem;
  }
}

.resources .lightweight-accordion {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(201 203 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.resources .lightweight-accordion + .lightweight-accordion {
  margin-top: 0.5rem;
}

.resources .lightweight-accordion .lightweight-accordion-title {
  position: relative;
  cursor: pointer;
  list-style-type: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .resources .lightweight-accordion .lightweight-accordion-title {
    font-size: 1.5rem;
  }
}

.resources .lightweight-accordion .lightweight-accordion-title *::marker {
  display: none;
}

.resources .lightweight-accordion .lightweight-accordion-title::marker {
  display: none;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .lightweight-accordion-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.resources .lightweight-accordion .lightweight-accordion-title::after {
  content: "\e804";
  position: absolute;
  right: 0px;
  top: 0.75rem;
  display: block;
  font-family: fts, sans-serif;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .lightweight-accordion-title::after {
    top: 1.5rem;
  }
}

.resources .lightweight-accordion details[open] .lightweight-accordion-title:after {
  --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));
}

.resources .lightweight-accordion .cardWrapper {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .cardWrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.resources .lightweight-accordion .cardHeader {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 255 / var(--tw-border-opacity));
  padding-bottom: 2rem;
}

.resources .lightweight-accordion .cardHeader .wp-block-heading {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .resources .lightweight-accordion .cardHeader .wp-block-heading {
    font-size: 1.5rem;
  }
}

.resources .lightweight-accordion .lightweight-accordion-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .lightweight-accordion-body {
    padding-bottom: 8rem;
  }
}

.resources .lightweight-accordion .cardContent {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 2rem;
}

.resources .lightweight-accordion .cardContent > .gb-grid-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .cardContent > .gb-grid-wrapper {
    flex-direction: row;
    gap: 4rem;
  }
}

.resources .lightweight-accordion .cardContent > .gb-grid-wrapper > div:first-child {
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 768px) {
  .resources .lightweight-accordion .cardContent > .gb-grid-wrapper > div:first-child {
    flex-basis: 20rem;
  }
}

.resources .lightweight-accordion .cardContent a {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.tippsContent .insert-page > div {
  margin-top: 2.5rem;
}

.tippsContent .insert-page > div:first-of-type {
  margin-top: 4rem;
}

.tippsContent .insert-page > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tippsContent .insert-page > div button {
  margin-top: 1.5rem;
}

/* User Management */

.managementWrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.studentListHeader {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  .studentListHeader {
    margin-top: 8rem;
    flex-direction: row;
    text-align: left;
  }
}

.studentListHeader button {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .studentListHeader button {
    margin-top: 0px;
  }
}

.studentListHeader {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

@media (min-width: 768px) {
  .studentListHeader {
    margin-top: 8rem;
    flex-direction: row;
    text-align: left;
  }
}

.studentListHeader button {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .studentListHeader button {
    margin-top: 0px;
  }
}

.sft-user-management-table {
  margin-top: 3rem;
  font-size: 1rem;
  line-height: 140%;
}

.sft-user-management-table th {
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  text-align: left;
}

.bar-toogle.sft-user-management-table th + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 768px) {
  .sft-user-management-table th {
    display: table-cell;
  }
}

.sft-user-management-table th.td-icon {
  padding-left: 0px;
}

.sft-user-management-table tr {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.sft-user-management-table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .sft-user-management-table tr {
    display: table-row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.sft-user-management-table tr td {
  display: block;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 768px) {
  .sft-user-management-table tr td {
    display: table-cell;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.sft-user-management-table td.td-icon {
  position: absolute;
  right: 1rem;
  top: 5rem;
  width: 2.25rem;
  padding-left: 0px;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .sft-user-management-table td.td-icon {
    position: static;
  }
}

.sft-user-management-table td.td-icon span {
  cursor: pointer;
}

.sft-user-management-table td:nth-child(7) {
  top: 1rem;
}

.sft-user-management-table td:nth-child(8) {
  top: 3rem;
}

.sft-user-management-table td:nth-child(7) {
  top: 1rem;
}

.sft-user-management-table td:nth-child(8) {
  top: 3rem;
}

.sft-user-management-table .actionNav > li {
  position: relative;
}

.sft-user-management-table .actionNav > li > ul {
  position: absolute;
  right: 0px;
  z-index: 50;
  display: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 140%;
}

.bar-toogle.sft-user-management-table .actionNav > li > ul + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

.sft-user-management-table .actionNav > li > ul li {
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.sft-user-management-table .actionNav > li > ul li button {
  font-size: 1rem;
  line-height: 140%;
}

.sft-user-management-table .actionNav > li:hover > ul {
  display: block;
}

/* userProfil */

.userProfil {
  margin-bottom: 6rem;
  margin-top: 10rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.userProfil h1 {
  text-align: center;
}

.userProfil h2 {
  margin-top: 4rem;
}

.userProfil button {
  margin-top: 2rem;
}

.userProfil .notification {
  margin-top: 1rem;
}

/* MAP */

.mapWrapper {
  position: relative;
  height: 658px;
  width: 100%;
}

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

.mapWrapper #fairtrade_schule {
  height: 100%;
}

@media (min-width: 768px) {
  .mapWrapper #fairtrade_schule {
    border-radius: 1.5rem;
  }
}

.marker-label {
  margin-top: -3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: RivieraNights, sans-serif !important;
}

.sft-map-info-window {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
}

@media (min-width: 768px) {
  .sft-map-info-window {
    padding: 2rem;
  }
}

.sft-map-info-window img {
  width: 3.5rem;
}

@media (min-width: 768px) {
  .sft-map-info-window img {
    width: 5rem;
  }
}

.sft-map-info-window h3 {
  margin-top: 1.5rem;
  font-family: RivieraNights, sans-serif;
}

@media (min-width: 1024px) {
  .sft-map-info-window h3 {
    font-size: 1.25rem;
  }
}

.sft-map-info-window p {
  margin-top: 0.5rem;
  font-family: RivieraNights, sans-serif;
  font-size: 1rem;
  line-height: 140%;
}

.sft-map-info-window a.textBtn {
  margin-top: 1.5rem;
  font-family: RivieraNights, sans-serif;
}

.gm-style-iw-tc {
  overflow: auto !important;
}

.gm-style-iw button.gm-ui-hover-effect {
  top: 0px !important;
  right: 0.5rem !important;
}

.gm-style-iw button.gm-ui-hover-effect span {
  height: 1.5rem !important;
  width: 1.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 48 140 / var(--tw-bg-opacity)) !important;
}

/* TIMELINE */

.timelineCompassWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .timelineCompassWrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.timelineCompassWrapper .finishedWrapper {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .timelineCompassWrapper .finishedWrapper {
    margin-top: 4rem;
    flex-direction: row;
  }
}

.timelineCompassWrapper .finishedWrapper > div {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .timelineCompassWrapper .finishedWrapper > div {
    width: 33.333333%;
  }
}

.timelineCompassWrapper .finishedWrapper > div.finished svg rect {
  fill: #00BE87;
}

.timelineCompassWrapper .finishedWrapper > div svg {
  margin-right: 1.5rem;
  height: 4rem;
  width: 4rem;
}

.timelineCompassWrapper .finishedWrapper > div svg rect {
  fill: #EBE8E7;
}

.timelineProductWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .timelineProductWrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.timelineProductWrapper .innerContent {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timelineProductWrapper .innerContent h2 {
  text-align: center;
}

.timelineProductWrapper .innerContent .finishedWrapper,
		.timelineProductWrapper .innerContent .additionalProductsWrapper {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .timelineProductWrapper .innerContent .finishedWrapper,
		.timelineProductWrapper .innerContent .additionalProductsWrapper {
    margin-top: 4rem;
    flex-direction: row;
  }
}

.timelineProductWrapper .innerContent .finishedWrapper.hide, .timelineProductWrapper .innerContent .additionalProductsWrapper.hide {
  display: none;
}

.bar-toogle.timelineProductWrapper .innerContent .finishedWrapper.hide + .detailsContainer span:before,.bar-toogle .timelineProductWrapper .innerContent .additionalProductsWrapper.hide + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

.timelineProductWrapper .innerContent .additionalProducts {
  width: 100%;
}

.timelineProductWrapper .innerContent .additionalProducts .moreBtn {
  margin-top: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .timelineProductWrapper .innerContent .additionalProducts .moreBtn {
    margin-top: 4rem;
  }
}

.timelineProductWrapper .innerContent .additionalProducts .moreBtn span {
  margin-left: 0.25rem;
}

.timelineProductWrapper .innerContent .additionalProducts .moreBtn.nextOpen span:before {
  --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));
}

.timelineProductWrapper .innerContent .productEntry {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 162 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .timelineProductWrapper .innerContent .productEntry {
    width: 33.333333%;
  }
}

.timelineProductWrapper .innerContent .productEntry .count {
  display: flex;
  height: 72px;
  width: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: RivieraNights, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%;
}

@media (min-width: 1024px) {
  .timelineProductWrapper .innerContent .productEntry .count {
    font-size: 1.875rem;
  }
}

.timelineProductWrapper .innerContent .productEntry .count + p {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  footer.site-footer .copyrightFooter .timelineProductWrapper .innerContent .productEntry .count {
    font-size: 3rem;
  }
}

.timelineProductWrapper .innerContent .productEntry h3 {
  margin-top: 1rem;
}

.timelineProductWrapper .innerContent .productEntry p {
  margin-top: 0.5rem;
}

.timelineProductWrapper .innerContent .emptyProduct {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .timelineProductWrapper .innerContent .emptyProduct {
    width: 33.333333%;
  }
}

.timelineProductWrapper.emptyState .innerContent {
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 768px) {
  .timelineProductWrapper.emptyState .innerContent h2 {
    text-align: left;
  }
}

.timelineActionWrapper,
.timelinePublicWrapper,
.timelineClassWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper,
.timelinePublicWrapper,
.timelineClassWrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.timelineActionWrapper .innerContent, .timelinePublicWrapper .innerContent, .timelineClassWrapper .innerContent {
  display: flex;
  flex-direction: column;
}

.timelineActionWrapper .innerContent h2, .timelinePublicWrapper .innerContent h2, .timelineClassWrapper .innerContent h2 {
  width: 100%;
  align-self: center;
  text-align: center;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent h2, .timelinePublicWrapper .innerContent h2, .timelineClassWrapper .innerContent h2 {
    align-self: auto;
    text-align: left;
  }
}

.timelineActionWrapper .innerContent .publicContent,
		.timelineActionWrapper .innerContent .actionContent,
		.timelineActionWrapper .innerContent .additionalContent,
		.timelinePublicWrapper .innerContent .publicContent,
		.timelinePublicWrapper .innerContent .actionContent,
		.timelinePublicWrapper .innerContent .additionalContent,
		.timelineClassWrapper .innerContent .publicContent,
		.timelineClassWrapper .innerContent .actionContent,
		.timelineClassWrapper .innerContent .additionalContent {
  margin-top: 1rem;
  width: 100%;
  align-self: center;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent,
		.timelineActionWrapper .innerContent .actionContent,
		.timelineActionWrapper .innerContent .additionalContent,
		.timelinePublicWrapper .innerContent .publicContent,
		.timelinePublicWrapper .innerContent .actionContent,
		.timelinePublicWrapper .innerContent .additionalContent,
		.timelineClassWrapper .innerContent .publicContent,
		.timelineClassWrapper .innerContent .actionContent,
		.timelineClassWrapper .innerContent .additionalContent {
    width: 83.333333%;
  }
}

.timelineActionWrapper .innerContent .publicContent .actionEntry, .timelineActionWrapper .innerContent .actionContent .actionEntry, .timelineActionWrapper .innerContent .additionalContent .actionEntry, .timelinePublicWrapper .innerContent .publicContent .actionEntry, .timelinePublicWrapper .innerContent .actionContent .actionEntry, .timelinePublicWrapper .innerContent .additionalContent .actionEntry, .timelineClassWrapper .innerContent .publicContent .actionEntry, .timelineClassWrapper .innerContent .actionContent .actionEntry, .timelineClassWrapper .innerContent .additionalContent .actionEntry {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent .actionEntry, .timelineActionWrapper .innerContent .actionContent .actionEntry, .timelineActionWrapper .innerContent .additionalContent .actionEntry, .timelinePublicWrapper .innerContent .publicContent .actionEntry, .timelinePublicWrapper .innerContent .actionContent .actionEntry, .timelinePublicWrapper .innerContent .additionalContent .actionEntry, .timelineClassWrapper .innerContent .publicContent .actionEntry, .timelineClassWrapper .innerContent .actionContent .actionEntry, .timelineClassWrapper .innerContent .additionalContent .actionEntry {
    margin-top: 3rem;
    flex-direction: row;
    gap: 2rem;
  }

  .timelineActionWrapper .innerContent .publicContent .actionEntry:nth-child(even), .timelineActionWrapper .innerContent .actionContent .actionEntry:nth-child(even), .timelineActionWrapper .innerContent .additionalContent .actionEntry:nth-child(even), .timelinePublicWrapper .innerContent .publicContent .actionEntry:nth-child(even), .timelinePublicWrapper .innerContent .actionContent .actionEntry:nth-child(even), .timelinePublicWrapper .innerContent .additionalContent .actionEntry:nth-child(even), .timelineClassWrapper .innerContent .publicContent .actionEntry:nth-child(even), .timelineClassWrapper .innerContent .actionContent .actionEntry:nth-child(even), .timelineClassWrapper .innerContent .additionalContent .actionEntry:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.timelineActionWrapper .innerContent .publicContent .imgWrapper, .timelineActionWrapper .innerContent .actionContent .imgWrapper, .timelineActionWrapper .innerContent .additionalContent .imgWrapper, .timelinePublicWrapper .innerContent .publicContent .imgWrapper, .timelinePublicWrapper .innerContent .actionContent .imgWrapper, .timelinePublicWrapper .innerContent .additionalContent .imgWrapper, .timelineClassWrapper .innerContent .publicContent .imgWrapper, .timelineClassWrapper .innerContent .actionContent .imgWrapper, .timelineClassWrapper .innerContent .additionalContent .imgWrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent .imgWrapper, .timelineActionWrapper .innerContent .actionContent .imgWrapper, .timelineActionWrapper .innerContent .additionalContent .imgWrapper, .timelinePublicWrapper .innerContent .publicContent .imgWrapper, .timelinePublicWrapper .innerContent .actionContent .imgWrapper, .timelinePublicWrapper .innerContent .additionalContent .imgWrapper, .timelineClassWrapper .innerContent .publicContent .imgWrapper, .timelineClassWrapper .innerContent .actionContent .imgWrapper, .timelineClassWrapper .innerContent .additionalContent .imgWrapper {
    width: 50%;
  }
}

.timelineActionWrapper .innerContent .publicContent .imgWrapper img, .timelineActionWrapper .innerContent .actionContent .imgWrapper img, .timelineActionWrapper .innerContent .additionalContent .imgWrapper img, .timelinePublicWrapper .innerContent .publicContent .imgWrapper img, .timelinePublicWrapper .innerContent .actionContent .imgWrapper img, .timelinePublicWrapper .innerContent .additionalContent .imgWrapper img, .timelineClassWrapper .innerContent .publicContent .imgWrapper img, .timelineClassWrapper .innerContent .actionContent .imgWrapper img, .timelineClassWrapper .innerContent .additionalContent .imgWrapper img {
  border-radius: 1rem;
}

.timelineActionWrapper .innerContent .publicContent .contentWrapper, .timelineActionWrapper .innerContent .actionContent .contentWrapper, .timelineActionWrapper .innerContent .additionalContent .contentWrapper, .timelinePublicWrapper .innerContent .publicContent .contentWrapper, .timelinePublicWrapper .innerContent .actionContent .contentWrapper, .timelinePublicWrapper .innerContent .additionalContent .contentWrapper, .timelineClassWrapper .innerContent .publicContent .contentWrapper, .timelineClassWrapper .innerContent .actionContent .contentWrapper, .timelineClassWrapper .innerContent .additionalContent .contentWrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent .contentWrapper, .timelineActionWrapper .innerContent .actionContent .contentWrapper, .timelineActionWrapper .innerContent .additionalContent .contentWrapper, .timelinePublicWrapper .innerContent .publicContent .contentWrapper, .timelinePublicWrapper .innerContent .actionContent .contentWrapper, .timelinePublicWrapper .innerContent .additionalContent .contentWrapper, .timelineClassWrapper .innerContent .publicContent .contentWrapper, .timelineClassWrapper .innerContent .actionContent .contentWrapper, .timelineClassWrapper .innerContent .additionalContent .contentWrapper {
    width: 50%;
  }
}

.timelineActionWrapper .innerContent .additionalContentWrapper, .timelinePublicWrapper .innerContent .additionalContentWrapper, .timelineClassWrapper .innerContent .additionalContentWrapper {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .additionalContentWrapper, .timelinePublicWrapper .innerContent .additionalContentWrapper, .timelineClassWrapper .innerContent .additionalContentWrapper {
    margin-top: 4rem;
    flex-direction: row;
  }
}

.timelineActionWrapper .innerContent .additionalContentWrapper .actionEntry, .timelinePublicWrapper .innerContent .additionalContentWrapper .actionEntry, .timelineClassWrapper .innerContent .additionalContentWrapper .actionEntry {
  width: 100%;
}

.timelineActionWrapper .innerContent .additionalContentWrapper.hide, .timelinePublicWrapper .innerContent .additionalContentWrapper.hide, .timelineClassWrapper .innerContent .additionalContentWrapper.hide {
  display: none;
}

.bar-toogle.timelineActionWrapper .innerContent .additionalContentWrapper.hide + .detailsContainer span:before,.bar-toogle .timelinePublicWrapper .innerContent .additionalContentWrapper.hide + .detailsContainer span:before,.bar-toogle .timelineClassWrapper .innerContent .additionalContentWrapper.hide + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

.timelineActionWrapper .innerContent .additionalContent .moreBtn, .timelinePublicWrapper .innerContent .additionalContent .moreBtn, .timelineClassWrapper .innerContent .additionalContent .moreBtn {
  margin-top: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .additionalContent .moreBtn, .timelinePublicWrapper .innerContent .additionalContent .moreBtn, .timelineClassWrapper .innerContent .additionalContent .moreBtn {
    margin-top: 4rem;
  }
}

.timelineActionWrapper .innerContent .additionalContent .moreBtn span, .timelinePublicWrapper .innerContent .additionalContent .moreBtn span, .timelineClassWrapper .innerContent .additionalContent .moreBtn span {
  margin-left: 0.25rem;
}

.timelineActionWrapper .innerContent .additionalContent .moreBtn.nextOpen span:before, .timelinePublicWrapper .innerContent .additionalContent .moreBtn.nextOpen span:before, .timelineClassWrapper .innerContent .additionalContent .moreBtn.nextOpen span:before {
  --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));
}

.timelineActionWrapper .innerContent .publicContent, .timelinePublicWrapper .innerContent .publicContent, .timelineClassWrapper .innerContent .publicContent {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent, .timelinePublicWrapper .innerContent .publicContent, .timelineClassWrapper .innerContent .publicContent {
    margin-top: 4rem;
  }
}

.timelineActionWrapper .innerContent .publicContent .publicEntry, .timelinePublicWrapper .innerContent .publicContent .publicEntry, .timelineClassWrapper .innerContent .publicContent .publicEntry {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 232 231 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent .publicEntry, .timelinePublicWrapper .innerContent .publicContent .publicEntry, .timelineClassWrapper .innerContent .publicContent .publicEntry {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.timelineActionWrapper .innerContent .publicContent .contentWrapper, .timelinePublicWrapper .innerContent .publicContent .contentWrapper, .timelineClassWrapper .innerContent .publicContent .contentWrapper {
  width: 100%;
}

.timelineActionWrapper .innerContent .publicContent p, .timelinePublicWrapper .innerContent .publicContent p, .timelineClassWrapper .innerContent .publicContent p {
  margin-top: 1rem;
}

.timelineActionWrapper .innerContent .publicContent .textBtn, .timelinePublicWrapper .innerContent .publicContent .textBtn, .timelineClassWrapper .innerContent .publicContent .textBtn {
  display: inline-block;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .publicContent .textBtn, .timelinePublicWrapper .innerContent .publicContent .textBtn, .timelineClassWrapper .innerContent .publicContent .textBtn {
    padding-top: 1.5rem;
  }
}

.timelineActionWrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 245 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .timelineActionWrapper .innerContent .actionContent .actionEntry:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.emptyState .innerContent .emptySVG {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.emptyState .innerContent .emptySVG .display-3 {
  text-align: center;
  font-weight: 400;
}

.emptyState .innerContent .emptySVG img {
  margin-top: 4rem;
  max-width: 20rem;
}

/* Notification */

.fixedNotification {
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 99999;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 232 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 140%;
}

.fixedNotification.error {
  --tw-border-opacity: 1;
  border-color: rgb(255 115 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 227 / var(--tw-bg-opacity));
}

.fixedNotification.success {
  --tw-border-opacity: 1;
  border-color: rgb(0 190 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 231 / var(--tw-bg-opacity));
}

/* Modals */

.delete-modal {
  position: fixed;
  z-index: 99991;
  height: 100%;
  width: 100%;
}

.delete-modal .delete-modal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  width: 632px;
  --tw-translate-x: -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));
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  text-align: center;
}

.delete-modal::after {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.delete-modal .delete-modal-buttons {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}

.delete-modal .delete-modal-buttons > button {
  width: 50%;
}

.defaultModal {
  position: fixed;
  z-index: 99991;
  height: 100%;
  width: 100%;
}

.defaultModal .defaultModal-content {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  max-height: 100vh;
  width: 91.666667%;
  --tw-translate-x: -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));
  overflow-y: auto;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .defaultModal .defaultModal-content {
    width: 632px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.defaultModal .defaultModal-smallContent {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  max-height: 100vh;
  width: 91.666667%;
  --tw-translate-x: -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));
  overflow-y: auto;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .defaultModal .defaultModal-smallContent {
    width: 572px;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.defaultModal .defaultModal-bigContent {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  max-height: calc(100vh - 6%);
  width: 91.666667%;
  max-width: 64rem;
  --tw-translate-x: -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));
  overflow-y: auto;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .defaultModal .defaultModal-bigContent {
    width: 100%;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.defaultModal::after {
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.defaultModal .defaultModal-buttons {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
}

.defaultModal .defaultModal-buttons > button {
  width: 50%;
}

.defaultModal .defaultModal-button {
  margin-top: 2rem;
  display: flex;
}

.defaultModal .defaultModal-button button {
  width: 100%;
}

.defaultModal .modalClose {
  position: absolute;
  right: 1rem;
  top: 1rem;
}

@media (min-width: 768px) {
  .defaultModal .modalClose {
    right: 2rem;
    top: 2rem;
  }
}

.defaultModal .modalClose .icon-x:before {
  font-size: 1.5rem;
}

.defaultModal .twoCols {
  display: flex;
  gap: 1rem;
}

@media (min-width: 768px) {
  #editSchoolModal .defaultModal-content {
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.juhui-inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* IMAGES SIZES */

.size-profil {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

/* Forms */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="password"],
textarea {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 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.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="date"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

input[type="text"]:-moz-read-only, input[type="email"]:-moz-read-only, input[type="tel"]:-moz-read-only, input[type="url"]:-moz-read-only, input[type="date"]:-moz-read-only, input[type="number"]:-moz-read-only, input[type="password"]:-moz-read-only, textarea:-moz-read-only {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 232 231 / var(--tw-text-opacity));
}

input[type="text"]:read-only,
input[type="email"]:read-only,
input[type="tel"]:read-only,
input[type="url"]:read-only,
input[type="date"]:read-only,
input[type="number"]:read-only,
input[type="password"]:read-only,
textarea:read-only {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 232 231 / var(--tw-text-opacity));
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input[type="text"]:-moz-read-only:focus, input[type="email"]:-moz-read-only:focus, input[type="tel"]:-moz-read-only:focus, input[type="url"]:-moz-read-only:focus, input[type="date"]:-moz-read-only:focus, input[type="number"]:-moz-read-only:focus, input[type="password"]:-moz-read-only:focus, textarea:-moz-read-only:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 232 231 / var(--tw-text-opacity));
}

input[type="text"]:read-only:focus,
input[type="email"]:read-only:focus,
input[type="tel"]:read-only:focus,
input[type="url"]:read-only:focus,
input[type="date"]:read-only:focus,
input[type="number"]:read-only:focus,
input[type="password"]:read-only:focus,
textarea:read-only:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 232 231 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(235 232 231 / var(--tw-text-opacity));
}

.fakeInput {
  margin-top: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 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.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

.fakeInput::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

.fakeInput::placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

.fakeInput:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select {
  position: relative;
  margin-top: 0.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 203 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.625rem;
  padding-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 203 255 / var(--tw-text-opacity));
}

select:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.selectWrapper {
  position: relative;
}

.selectWrapper:after {
  content: "\e804";
  position: absolute;
  top: 1.25rem;
  right: 0.5rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  font-family: fts, sans-serif;
}

label {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 140%;
}

.form-fileupload {
  margin-top: 0.5rem;
}

.checkboxWrapper {
  display: flex;
  align-items: flex-start;
}

.checkboxWrapper input {
  margin-top: 0.25rem;
  margin-right: 0.75rem;
  display: inline-block;
}

input[type="checkbox"] + label {
  display: inline-block;
}

.formHeader {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.formElementWrapper {
  margin-top: 1rem;
}

.formElementWrapper.readonly {
  --tw-text-opacity: 1;
  color: rgb(235 232 231 / var(--tw-text-opacity));
}

.formElementWrapper .description {
  font-size: .875rem;
}

.formBtnWrapper {
  margin-top: 2rem;
}

.sft-register-form,
.sft-login-form,
.sft-reset-form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.sft-register-form > *, .sft-login-form > *, .sft-reset-form > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.registerSuccess,
.registerConfirmed,
.registerError {
  margin-top: 4rem;
}

.registerSuccess p, .registerConfirmed p, .registerError p {
  margin-top: 3rem;
}

.checker {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 244 207 / var(--tw-bg-opacity));
}

.checker span:before {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.registerSuccess {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.registerText {
  margin-top: 2rem;
  display: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

.bar-toogle.registerText + .detailsContainer span:before {
  --tw-rotate: 0deg;
  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));
}

@media (min-width: 768px) {
  .registerText {
    display: inline;
  }
}

.login_alreadyLogged h2, .register_alreadyLogged h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.snippetContainer {
  margin-top: 8rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 140%;
}

.snippetContainer ul,
ul.snippetContainer {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.snippetContainer ul li, ul.snippetContainer li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.snippetContainer ul li a, ul.snippetContainer li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.snippetContainer ol,
ol.snippetContainer {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.snippetContainer ol li, ol.snippetContainer li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.notification {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(45 48 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(213 214 232 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  line-height: 140%;
}

.notification ul,
ul.notification {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

.notification ul li, ul.notification li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.notification ul li a, ul.notification li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

.notification ol,
ol.notification {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

.notification ol li, ol.notification li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.notification.success {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 190 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 231 / var(--tw-bg-opacity));
}

.notification.error {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 115 115 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 227 / var(--tw-bg-opacity));
}

.forgotPasswordContainer {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 140%;
}

.stickyContainer {
  position: sticky;
  top: 0px;
}

/* Footer */

footer.site-footer {
  background-image: url("/wp-content/uploads/2024/01/graphic-world-mobile.svg");
  background-size: 180px auto;
  --tw-bg-opacity: 1;
  background-color: rgb(224 237 241 / var(--tw-bg-opacity));
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  footer.site-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

footer.site-footer p a {
  --tw-text-opacity: 1;
  color: rgb(45 48 140 / var(--tw-text-opacity));
}

footer.site-footer #footer-menu {
  margin-top: 1rem;
  display: flex;
  font-size: 1rem;
}

@media (min-width: 768px) {
  footer.site-footer #footer-menu {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  footer.site-footer #footer-menu {
    margin-top: 0px;
  }
}

footer.site-footer #footer-menu li {
  margin-left: 0.75rem;
}

footer.site-footer #footer-menu li:before {
  content: "|";
  margin-right: 0.75rem;
  display: inline-block;
}

footer.site-footer #footer-menu li:first-child {
  margin-left: 0px;
}

footer.site-footer #footer-menu li:first-child::before {
  display: none;
}

footer.bar-toogle.site-footer #footer-menu li:first-child + .detailsContainer span::before:before {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

footer.site-footer #footer-menu li:first-child::before {
  content: "";
}

footer.site-footer .adressFooter {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  line-height: 140%;
}

footer.site-footer .adressFooter ul,
ulfooter.site-footer .adressFooter {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: disc;
  padding: 0.5rem;
}

footer.site-footer .adressFooter ul li, ulfooter.site-footer .adressFooter li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

footer.site-footer .adressFooter ul li a, ulfooter.site-footer .adressFooter li a {
  --tw-text-opacity: 1;
  color: rgb(0 190 135 / var(--tw-text-opacity));
}

footer.site-footer .adressFooter ol,
olfooter.site-footer .adressFooter {
  margin-left: 1rem;
  margin-right: 1rem;
  list-style-type: decimal;
  padding: 0.5rem;
}

footer.site-footer .adressFooter ol li, olfooter.site-footer .adressFooter li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

footer.site-footer .adressFooter *:first-child {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  footer.site-footer .adressFooter *:first-child {
    margin-bottom: 0px;
  }
}

footer.site-footer .copyrightFooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 768px) {
  footer.site-footer .copyrightFooter {
    flex-direction: row;
    align-items: flex-end;
  }

  footer.site-footer .copyrightFooter .display-2 {
    font-size: 3rem;
  }
}

footer.site-footer hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 600px) {
  footer.site-footer {
    background-image: url("/wp-content/uploads/2024/01/graphic-world-desktop.svg");
    background-size: 350px auto;
  }
}

/* ICON FONT */

@font-face {
  font-family: "fts";

  src: url("../fonts/fts.eot?51689147");

  src: url("../fonts/fts.eot?51689147#iefix") format("embedded-opentype"),
		url("../fonts/fts.woff2?51689147") format("woff2"),
		url("../fonts/fts.woff?51689147") format("woff"),
		url("../fonts/fts.ttf?51689147") format("truetype"),
		url("../fonts/fts.svg?51689147#fts") format("svg");

  font-weight: normal;

  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fts';
    src: url('../font/fts.svg?51689147#fts') format('svg');
  }
}
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fts";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-buildings:before {
  content: "\e800";
}

/* '' */

.icon-angle-up:before {
  content: "\e801";
}

/* '' */

.icon-angle-left:before {
  content: "\e802";
}

/* '' */

.icon-angle-right:before {
  content: "\e803";
}

/* '' */

.icon-angle-down:before {
  content: "\e804";
}

/* '' */

.icon-arrow-right:before {
  content: "\e805";
}

/* '' */

.icon-pencil:before {
  content: "\e806";
}

/* '' */

.icon-upload:before {
  content: "\e807";
}

/* '' */

.icon-check:before {
  content: "\e808";
}

/* '' */

.icon-trash:before {
  content: "\e809";
}

/* '' */

.icon-x:before {
  content: "\e80a";
}

/* '' */

.icon-download:before {
  content: "\e80c";
}

/* '' */

.icon-submenu:before {
  content: "\e80d";
}

/* '' */

.visible {
  visibility: visible;
}

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

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

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

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

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

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

.w-1\/6 {
  width: 16.666667%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-2\/12 {
  width: 16.666667%;
}

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

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.items-start {
  align-items: flex-start;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(45 48 140 / var(--tw-bg-opacity));
}

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

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

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

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

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

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