/*
! 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;
}
    body {
  display: flex;
  height: 100%;
  flex-direction: column;
  font-family: Roboto, sans-serif;
  line-height: 1.625;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

    main {
  position: relative;
}

    footer {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    @media (min-width: 1024px) {

  footer {
    padding-top: 2rem;
  }
}

    section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

    @media (min-width: 1024px) {

  section {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

    @media (min-width: 640px) {

  section:last-of-type {
    padding-bottom: 4rem;
  }
}

    @media (min-width: 768px) {

  section:last-of-type {
    padding-bottom: 8rem;
  }
}

    @media (min-width: 1024px) {

  section:last-of-type {
    padding-bottom: 16rem;
  }
}

    header {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

    header h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

    h1, h2, h3 {
  text-align: left;
  font-family: Oswald, sans-serif;
}

    h2:first-child, h3:first-child {
  margin-top: 0px;
}

    h1 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 0.025em;
}

    @media (min-width: 1024px) {

  h1 {
    font-size: 3rem;
    line-height: 1.375;
  }
}

    h2 {
  position: relative;
  left: -0.75rem;
  margin-top: 2.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 0.025em;
}

    h3 {
  position: static;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  background-image: none;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

    h4 {
  font-weight: 700;
}

    main li {
  margin-left: 1rem;
  list-style-position: outside;
}

    a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(191 156 10 / var(--tw-text-opacity));
}

    a:hover, a:focus {
  text-decoration-line: underline;
}

    a:active {
  --tw-text-opacity: 1;
  color: rgb(214 178 24 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

    a:disabled {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

    .button, .button:hover, .button:focus, .button:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

    a.button {
  margin-top: 2rem;
  display: inline-block;
}

    button, .button {
  margin-top: 2rem;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
    .button.support {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
    @media (min-width: 1280px) {

  .button.support {
    margin-right: 0px;
  }
}

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

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

    button:disabled, .button:disabled {
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

    form button {
  margin-top: 2rem;
}
    label {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  display: block;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}

    input, textarea, select {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

    input.invalid, textarea.invalid {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(199 5 5 / var(--tw-border-opacity));
}

    input:focus, textarea:focus {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

    .error {
  --tw-text-opacity: 1;
  color: rgb(199 5 5 / var(--tw-text-opacity));
}

    table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}
    tr {
  height: 3rem;
  border-style: none;
}
    td:nth-child(n+1):not(:last-child) {
  border-left-width: 2px;
  border-right-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 226 175 / var(--tw-border-opacity));
}
    th, td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
    th.top {
  margin: 0px;
  padding: 0px;
}
    th h3 {
  text-align: center;
}

    footer .links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}

    @media (min-width: 1280px) {

  footer .links {
    width: 100%;
  }

  @media (min-width: 640px) {

    footer .links {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    footer .links {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    footer .links {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    footer .links {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    footer .links {
      max-width: 1536px;
    }
  }

    .post footer .links img {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
  }

    @media (min-width: 768px) {

    .post > divfooter .links, .categories > divfooter .links {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .post > divfooter .links > div, .categories > divfooter .links > div {
      grid-column: span 2 / span 2;
      grid-column-start: 2;
    }
  }
}

    @media (min-width: 1024px) {

  footer .links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

    @media (min-width: 1280px) {

  footer .links {
    margin-left: auto;
    margin-right: auto;
  }
}

    footer .links div {
  margin-bottom: 1.5rem;
}

    @media (min-width: 1024px) {

  footer .links div {
    grid-row-start: 1;
  }
}

    footer a, footer a:hover, footer a:focus, footer a:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    footer .links div h4 {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
h2 {
  background-image: url('/img/highlighter-menu.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
.logo {
  min-width: 180px;
}
@media (min-width: 1280px) {

  .logo {
    min-width: 200px;
  }
}
section.bottom:last-of-type {
  padding-bottom: 0px;
}
@media (min-width: 1024px) {

  section.bottom:last-of-type {
    padding-bottom: 0px;
  }
}
section.full-width {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

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

  section div.centered-container, section ul.image-grid {
    width: 100%;
  }

  @media (min-width: 640px) {

    section div.centered-container, section ul.image-grid {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    section div.centered-container, section ul.image-grid {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    section div.centered-container, section ul.image-grid {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    section div.centered-container, section ul.image-grid {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    section div.centered-container, section ul.image-grid {
      max-width: 1536px;
    }
  }

    .post section div.centered-container img,.post  section ul.image-grid img {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
  }

    @media (min-width: 768px) {

    .post > divsection div.centered-container, .categories > divsection div.centered-container,.post > div section ul.image-grid, .categories > div section ul.image-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .post > divsection div.centered-container > div, .categories > divsection div.centered-container > div,.post > div section ul.image-grid > div, .categories > div section ul.image-grid > div {
      grid-column: span 2 / span 2;
      grid-column-start: 2;
    }
  }

    section div.centered-container, section ul.image-grid {
    margin-left: auto;
    margin-right: auto;
  }
}
.shoutout {
  font-family: Oswald, sans-serif;
}
.post h2, .categories h2, .shoutout {
  position: static;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  background-image: none;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
p, ul {
  margin-bottom: 1rem;
}
main li {
        list-style-image: url('/img/list-style-image.png');
    }
button:hover, button:focus, .button:hover, .button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div.black .button {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
div.black .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
button#mobile-menu {
  margin-top: 0px;
  border-style: none;
  padding: 0px;
}
button#mobile-menu:hover, button#mobile-menu:focus, .button#mobile-menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
input.condensed {
  display: inline;
  width: 25%;
}
input[type='checkbox'] {
  border-radius: 0.125rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
img.content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-height: 20rem;
}
@media (min-width: 1024px) {

  img.content {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
img.tile {
  margin-left: 0px;
  margin-bottom: 1rem;
  max-height: 5rem;
}
img.rounded {
  border-radius: 0.5rem;
}
img.full-width {
        max-height: 60vh;
        max-width: 100%;
    }
img.icon {
  display: inline;
  height: 2rem;
}
div img.no-max-height {
  max-height: 100%;
}
form input.error, form textarea.error {
  --tw-border-opacity: 1;
  border-color: rgb(199 5 5 / var(--tw-border-opacity));
}
form p.error, form span.error {
  display: none;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(199 5 5 / var(--tw-text-opacity));
}
dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
dt {
  font-weight: 700;
}
dd {
  padding-left: 3rem;
}
.map-sink {
  margin-bottom: 2.5rem;
  height: 12rem;
}
@media (min-width: 768px) {

  .map-sink {
    height: 100%;
  }
}
#map-points-of-sale {
        height: 750px;
        margin-bottom: 2.5rem}
#map-product-filter {
  margin: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
#map-product-filter img {
  display: inline;
  height: 2rem;
}
#map-product-filter label {
  margin-top: 0px;
  margin-bottom: 0px;
  display: inline;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
#map-product-filter-select {
  display: inline;
}
#map-product-filter-select select {
  margin-top: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
  font-family: Oswald, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.pos-info {
  padding: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.pos-info .products {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.pos-info .products .product img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  display: block;
  height: 2rem;
}
.pos-info .products .product p {
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
nav.site-navigation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {

  nav.site-navigation {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.button-bar-mobile {
  display: flex;
  place-content: center;
  gap: 1.5rem;
}
@media (min-width: 1280px) {

  .button-bar-mobile {
    display: none;
  }
}
.button-bar-mobile a, .button-bar-mobile img, .button-bar-mobile svg {
  margin-top: auto;
  margin-bottom: auto;
}
nav button, nav button:hover, nav button:focus, nav button:active {
  margin-top: 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  nav button, nav button:hover, nav button:focus, nav button:active {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
nav button svg {
        color: inherit;
        transition: transform .1s linear;
    }
nav button[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }
.menu-items {
  margin-top: 1rem;
}
@media (min-width: 1280px) {

  .menu-items {
    margin-top: 0px;
  }
}
.menu-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.menu-item a {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px) {

  .menu-item a {
    display: block;
    cursor: pointer;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .menu-item a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
.menu-item img .highlighter {
  position: absolute;
  top: 50%;
  right: 2rem;
  height: 0.5rem;
  width: 1.5rem;
}
@media (min-width: 1280px) {

  .menu-item img .highlighter {
    display: none;
  }
}
.menu-item button[aria-current="page"] + .highlighter, .menu-item a[aria-current="page"] + .highlighter {
  position: absolute;
}
@media (min-width: 1280px) {

  .menu-item button[aria-current="page"] + .highlighter, .menu-item a[aria-current="page"] + .highlighter {
    bottom: 0px;
    left: 2.5rem;
    display: inline;
    height: 0.5rem;
    width: 4rem;
  }
}
.menu-item a {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.sub-menu {
  z-index: 999;
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}
@media (min-width: 1280px) {

  .sub-menu {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 16rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}
.sub-menu-item {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1280px) {

  .sub-menu-item {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.sub-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .sub-menu-item a {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.sub-menu-item a[aria-current="page"], .sub-menu-item a:hover, .sub-menu-item a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .sub-menu-item a[aria-current="page"], .sub-menu-item a:hover, .sub-menu-item a:focus {
    background-color: transparent;
  }
}
.menu-item .highlighter, .sub-menu-item .highlighter {
  display: none;
}
@media (min-width: 1280px) {

  .sub-menu-item a[aria-current="page"] + .highlighter {
    position: absolute;
    top: 1rem;
    left: -1.5rem;
    display: inline;
    height: 0.5rem;
    width: 1rem;
  }
}
div#announcement-overlay {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.25rem;
}
@media (min-width: 1024px) {

  div#announcement-overlay {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    padding: 3rem;
  }
}
@media (min-width: 1280px) {

  div#announcement-overlay {
    width: 50%;
  }
}
section h1, section h2 {
  grid-column: 1 / -1;
}
section.announcement {
  font-weight: 700;
  font-style: italic;
}
section div.centered-container {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 1024px) {

  section div.centered-container {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 2rem;
  }

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

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

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

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

  section div.cols-5 {
    display: grid;
  }
}
@media (min-width: 1024px) {

  section div.cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
section ul.image-grid {
  position: relative;
  margin-bottom: 1rem;
  display: grid;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
}
@media (min-width: 640px) {

  section ul.image-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  section ul.image-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
section ul.image-grid-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0px;
}
@media (min-width: 640px) {

  section ul.image-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}
@media (min-width: 768px) {

  section ul.image-grid-2 {
    row-gap: 4rem;
  }
}
section ul.image-grid-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 0px;
}
@media (min-width: 640px) {

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

  section ul.image-grid-3 {
    row-gap: 4rem;
  }
}
section ul.image-grid-3 h2 {
  justify-self: start;
}
section ul.image-grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0px;
}
section ul.image-grid li.image-cell {
  list-style-image: none;
}
section ul.image-grid li.image-cell.center h3 {
  text-align: center;
}
section ul.image-grid li.image-cell img {
  margin-bottom: 0px;
  display: inline;
}
@media (min-width: 640px) {

  section ul.image-grid li.image-cell img {
    max-height: 100%;
  }
}
section ul.image-grid li.image-cell div.bullet-point img {
  margin-top: 0px;
  display: inline;
  width: 5rem;
}
section ul.image-grid-3 li.image-cell img {
  max-height: 12rem;
}
@media (min-width: 640px) {

  section ul.image-grid-3 li.image-cell img {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {

  section ul.image-grid-3 li.image-cell img {
    max-height: 15rem;
  }
}
section div.image-strip {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.5rem;
}
@media (min-width: 1024px) {

  section div.image-strip {
    position: relative;
    flex-direction: row;
  }
}
section div.image-strip div.image-strip-node {
  position: relative;
}
@media (min-width: 1024px) {

  section div.image-strip div.image-strip-node {
    position: static;
  }
}
section div.image-strip div.image-strip-node:has(div.caption), section ul.image-grid li.image-cell:has(div.caption) {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
@media (min-width: 768px) {

  section div.image-strip div.image-strip-node:has(div.caption), section ul.image-grid li.image-cell:has(div.caption) {
    padding-left: 0px;
    padding-right: 0px;
  }
}
section div.image-strip div.image-strip-node:has(div.caption):hover, section ul.image-grid li.image-cell:has(div.caption):hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
section div.image-strip div.image-strip-node img {
  min-width: 50px;
}
section div.image-strip div.image-strip-node img.rotate {
  --tw-rotate: 90deg;
  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) {

  section div.image-strip div.image-strip-node img.rotate {
    --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));
  }
}
section div.image-strip div.image-strip-node div.caption, section ul.image-grid li.image-cell div.caption {
  position: fixed;
  top: auto;
  left: 3rem;
  right: 3rem;
  bottom: 1rem;
  z-index: 50;
  display: none;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  text-align: left;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 1024px) {

  section div.image-strip div.image-strip-node div.caption, section ul.image-grid li.image-cell div.caption {
    position: absolute;
    top: 25%;
    left: 0px;
    right: 0px;
    bottom: auto;
  }
}
section div.image-strip div.image-strip-node div.caption i.close, section ul.image-grid li.image-cell div.caption i.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
section div.image-strip div.image-strip-node div.caption p.title, section ul.image-grid li.image-cell div.caption p.title {
  font-weight: 700;
}
.page-claim p a, .page-claim .contact p, .page-claim .address p {
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
}
.page-claim p {
  font-family: Oswald, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.company-information > div {
  margin-bottom: 1.5rem;
}
.company-information h3 {
  margin-bottom: 0.75rem;
}
.counter-value {
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(245 214 47 / var(--tw-text-opacity));
}
.counter-metric {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.625;
}
.counter-explanation {
  display: block;
}
.image-slider {
  overflow-x: auto;
}
.image-slider > .images {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  overflow-x: auto;
}
.image-slider > .images > div {
  flex: 1 1 0%;
}
.image-slider > .images > div > img {
  height: 12rem;
  width: auto;
  max-width: none;
}
.image-slider > .images > div > p {
  display: none;
}
.image-slider > .caption {
  position: sticky;
  left: 0px;
  max-width: 28rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
  padding: 1.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.image-slider > .caption p {
  margin-bottom: 0px;
}
.slide img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.impact-banner {
  display: block;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(245 214 47 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .impact-banner {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {

  .impact-banner {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .impact-banner {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .impact-banner {
    font-size: 5.5rem;
  }
}
.image-banner {
        width: 310vw;
    }
@keyframes bannermove {

  0% {
    margin-left: 2vw;
  }

  100% {
    margin-left: -204vw;
  }
}
.image-banner img.first {
  animation: bannermove 20s linear infinite;
}
.image-banner img {
  display: inline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
        margin-left: 2vw;
}
div.content-slider {
  height: 100%;
}
#content-slider-controls {
  text-align: center;
}
#content-slider-controls .numeric-controls li {
  margin-right: 0.5rem;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  list-style-type: none;
  background-image: url('/img/Fotosliderpunkt.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {

  #content-slider-controls .numeric-controls li {
    height: 1rem;
    width: 1rem;
  }
}
#content-slider-controls .numeric-controls li.current {
  background-image: url('/img/Fotosliderpunkt-active.svg');
}
a.prevBtn, a.nextBtn {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: none;
}
@media (min-width: 768px) {

  a.prevBtn, a.nextBtn {
    margin-top: -1.5rem;
    padding: 1rem;
  }
}
a.prevBtn img, a.nextBtn img {
  height: 2rem;
}
@media (min-width: 768px) {

  a.prevBtn img, a.nextBtn img {
    height: 3rem;
  }
}
a.nextBtn {
  right: 0px;
}
a.prevBtn {
  left: 0px;
}
.product-tab-content .product-category {
  margin-top: 3rem;
  margin-bottom: 9rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 640px) {

  .product-tab-content .product-category {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

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

  .product-tab-content .product-category {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-tab-content .product-category .product {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
}
.product-tab-content .product-category .product > a {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.product-tab-content .product-category .product > a:hover {
  text-decoration-line: none;
}
.product-tab-content .product-category .product > a > img {
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.product-tab-content .product-category .product > a > p.title {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
.product-tab-content .product-category .product > a > p.price {
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: right;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.product-tab-content .product-category .product > a > p.unit-price {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  text-align: right;
  font-family: Roboto, sans-serif;
  text-transform: none;
}
p.unit-price {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}
.tile {
  height: 100%;
  min-height: 6rem;
  border-radius: 0.5rem;
  padding: 1rem;
}
.tile.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: Oswald, sans-serif;
}
.tile.center h3 {
  margin: 0px;
  text-align: center;
}
div:has(> a.button), p:has(a.button) {
  text-align: center;
}
.tile.green {
  background-color: rgb(209 226 175 / 0.5);
}
.tile.green a.button, .button.support, table#pricing a.button {
  background-color: rgb(245 214 47 / 0.75);
}
.tile.green a.button:hover, .tile.green a.button:focus, .button.support:hover, .button.support:focus, table#pricing a.button:hover, table#pricing a.button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.tile.yellow {
  background-color: rgb(245 214 47 / 0.5);
}
.tile.coal {
  background-color: rgb(26 26 26 / 0.25);
}
.tile h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tile ul li {
        list-style-image: url('/img/list-style-image-check.png');
    }
.hover-heading {
  position: relative;
}
.hover-heading:before {
        content: attr(data-hover);
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: 0;
        width: -moz-max-content;
        width: max-content;
        border-radius: 0.5rem;
        --tw-bg-opacity: 1;
        background-color: rgb(26 26 26 / var(--tw-bg-opacity));
        padding: 1rem;
        text-align: center;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        opacity: 0;
        transition-property: opacity;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }
.hover-heading:hover:before {
  visibility: visible;
  opacity: 1;
}
.hover-heading img {
  display: inline;
  height: 2rem;
}
.accordion {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.accordion .bellow {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.accordion .bellow h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
  padding: 1rem;
}
.accordion .bellow h3 svg {
  display: inline;
  height: 1.5rem;
  --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));
  transition-delay: 500ms;
  transition-duration: 300ms;
}
.accordion .bellow h3 svg.active {
  --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));
  transition-delay: 500ms;
  transition-duration: 300ms;
}
.accordion .bellow .content {
  padding: 1rem;
}
section.blog-overview {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  section.blog-overview {
    padding-left: 0px;
    padding-right: 0px;
  }
}
img.blog-overview {
        max-height: 60vh;
        max-width: 100%;
    }
.blog-overview {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.blog-overview > div {
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .blog-overview > div {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.blog-overview .posts {
  display: flex;
  flex-direction: column;
}
.blog-overview .posts > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.blog-overview .posts {
  padding: 6rem;
}
@media (min-width: 1280px) {

  .blog-overview .posts {
    width: 100%;
  }

  @media (min-width: 640px) {

    .blog-overview .posts {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .blog-overview .posts {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .blog-overview .posts {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .blog-overview .posts {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .blog-overview .posts {
      max-width: 1536px;
    }
  }

    .post .blog-overview .posts img {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
  }

    @media (min-width: 768px) {

    .post > div.blog-overview .posts, .categories > div.blog-overview .posts {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .post > div.blog-overview .posts > div, .categories > div.blog-overview .posts > div {
      grid-column: span 2 / span 2;
      grid-column-start: 2;
    }
  }
}
@media (min-width: 768px) {

  .blog-overview .posts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }

  .blog-overview .posts > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .blog-overview .posts {
    padding: 0px;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 1024px) {

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

  .blog-overview .posts {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1536px) {

  .blog-overview .posts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.blog-overview .posts .post {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.blog-overview .posts .post a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.blog-overview .posts .post a:hover {
  text-decoration-line: none;
}
.blog-overview .posts .post a img {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.blog-overview .posts .post .teaser {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
}
.blog-overview .posts .post .teaser .tag {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(191 156 10 / var(--tw-text-opacity));
}
.blog-overview .posts .post .teaser h2 {
  height: 4rem;
}
.blog-overview .posts .post .teaser .date {
  margin-top: 3rem;
}
section.categories {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  section.categories {
    padding-left: 0px;
    padding-right: 0px;
  }
}
img.categories {
        max-height: 60vh;
        max-width: 100%;
    }
.categories {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.post .subtitle {
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.post .container img {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
}
@media (min-width: 768px) {

  .post > div.container, .categories > div.container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .post > div.container > div, .categories > div.container > div {
    grid-column: span 2 / span 2;
    grid-column-start: 2;
  }
}
.categories li {
        list-style-image: none;
        margin-left: 0px;
    }
img.shop-preview {
  margin-bottom: 0px;
}
.loadingOverlay {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  font-size: 5.5rem;
  --tw-text-opacity: 1;
  color: rgb(232 241 219 / var(--tw-text-opacity));
  opacity: 0.5;
}
img.download-image {
  width: 80%;
}
p.h2-without-highlighter {
  margin-bottom: 0px;
  background-image: none;
  padding-left: 0.75rem;
  font-family: Oswald, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.sink-certificate {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sink-certificate-data {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-12 {
  left: 3rem;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-4 {
  right: 1rem;
}
.right-8 {
  right: 2rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-auto {
  top: auto;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-13 {
  grid-column-start: 13;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-10 {
  grid-row: span 10 / span 10;
}
.row-span-11 {
  grid-row: span 11 / span 11;
}
.row-span-12 {
  grid-row: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-10 {
  grid-row-start: 10;
}
.row-start-11 {
  grid-row-start: 11;
}
.row-start-12 {
  grid-row-start: 12;
}
.row-start-13 {
  grid-row-start: 13;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.m-0 {
  margin: 0px;
}
.m-24 {
  margin: 6rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-2rem\] {
  margin-top: -2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-24 {
  min-height: 6rem;
}
.w-1\/4 {
  width: 25%;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4\/5 {
  width: 80%;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-logo-mobile {
  min-width: 180px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.rotate-0 {
  --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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-outside {
  list-style-position: outside;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-2xl {
  grid-template-columns: 1fr minmax(1280px, 1536px) 1fr;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-coal {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(179 179 179 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-coal {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-coal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 59 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(209 226 175 / var(--tw-bg-opacity));
}
.bg-link {
  --tw-bg-opacity: 1;
  background-color: rgb(191 156 10 / var(--tw-bg-opacity));
}
.bg-product {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(245 214 47 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-content-slider-numeric {
  background-image: url('/img/Fotosliderpunkt.svg');
}
.bg-highlighter-menu {
  background-image: url('/img/highlighter-menu.png');
}
.bg-none {
  background-image: none;
}
.bg-contain {
  background-size: contain;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-24 {
  padding: 6rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-9 {
  padding: 2.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: Roboto, sans-serif;
}
.font-heading {
  font-family: Oswald, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl {
  font-size: 5.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-coal {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(199 5 5 / var(--tw-text-opacity));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
}
.text-green-light {
  --tw-text-opacity: 1;
  color: rgb(232 241 219 / var(--tw-text-opacity));
}
.text-link {
  --tw-text-opacity: 1;
  color: rgb(191 156 10 / var(--tw-text-opacity));
}
.text-link-active {
  --tw-text-opacity: 1;
  color: rgb(214 178 24 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(245 214 47 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }

    .post .xl\:container img {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
  }

    @media (min-width: 768px) {

    .post > div.xl\:container, .categories > div.xl\:container {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .post > div.xl\:container > div, .categories > div.xl\:container > div {
      grid-column: span 2 / span 2;
      grid-column-start: 2;
    }
  }
}
@media (min-width: 640px) {

  .sm\:grid {
    display: grid;
  }

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

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

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

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

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:grid {
    display: grid;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:max-h-60 {
    max-height: 15rem;
  }

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

  .md\:w-4 {
    width: 1rem;
  }

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

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

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

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

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

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

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

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

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

  .xl\:top-4 {
    top: 1rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

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

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:text-7xl {
    font-size: 5.5rem;
  }
}

