@import url("https://use.typekit.net/gvf3okb.css");

/*
! tailwindcss v3.0.18 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

html {
  font-family: "marine", sans-serif;
}

h2{
  margin-bottom: 1rem;
  font-size: 1.625rem;
}

p{
  font-size: 1.125rem;
  line-height: 1.313rem;
}

p a,ul a,ol a{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

p a:hover,ul a:hover,ol a:hover{
      -webkit-text-decoration-line: none;
              text-decoration-line: none;
    }

p,
  ul,
  ol{
  margin-bottom: 1.5rem;
}

*, ::before, ::after{
  --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-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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.top-0{
  top: 0px;
}

.left-5{
  left: 1.25rem;
}

.top-5{
  top: 1.25rem;
}

.right-5{
  right: 1.25rem;
}

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

.m-8{
  margin: 2rem;
}

.m-0{
  margin: 0px;
}

.m-2{
  margin: 0.5rem;
}

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

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

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

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

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

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

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

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

.box-content{
  box-sizing: content-box;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

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

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

.h-\[calc\(100vh-185px\)\]{
  height: calc(100vh - 185px);
}

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

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

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

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

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

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

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

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

.max-w-sm{
  max-width: 24rem;
}

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

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

.list-disc{
  list-style-type: disc;
}

.list-decimal{
  list-style-type: decimal;
}

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

.border-gray{
  --tw-border-opacity: 1;
  border-color: rgb(196 196 198 / var(--tw-border-opacity));
}

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

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

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(254 47 120 / var(--tw-bg-opacity));
}

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

.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 198 / var(--tw-bg-opacity));
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.pb-20{
  padding-bottom: 5rem;
}

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

.pb-24{
  padding-bottom: 6rem;
}

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

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

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

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

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

.font-marine{
  font-family: marine, sans-serif;
}

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

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

.text-xxxl{
  font-size: 2.375rem;
}

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

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

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

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

.text-xxl{
  font-size: 1.625rem;
}

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

.text-xxxxl{
  font-size: 4rem;
}

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

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

.font-extrabold{
  font-weight: 800;
}

.italic{
  font-style: italic;
}

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

.leading-tight{
  line-height: 1.25;
}

.leading-7{
  line-height: 1.75rem;
}

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

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

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0{
  opacity: 0;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button){
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button){
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
  }

  .wp-block-button.alignleft a{
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
  }

  .wp-block-button.alignright a{
    margin-left: 1rem;
  }
}

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

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #718096;
}

.glide{
  position:relative;
  width:100%;
  box-sizing:border-box
}

.glide *{
  box-sizing:inherit
}

.glide__track{
  overflow:hidden
}

.glide__slides{
  position:relative;
  width:100%;
  list-style:none;
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transform-style:preserve-3d;
  touch-action:pan-Y;
  overflow:hidden;
  margin:0;
  padding:0;
  white-space:nowrap;
  display:flex;
  flex-wrap:nowrap;
  will-change:transform
}

.glide__slides--dragging{
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__slide{
  width:100%;
  height:100%;
  flex-shrink:0;
  white-space:normal;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:transparent
}

.glide__slide a{
  -webkit-user-select:none;
          user-select:none;
  -webkit-user-drag:none;
  -moz-user-select:none;
  -ms-user-select:none
}

.glide__arrows{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide__bullets{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none
}

.glide--rtl{
  direction:rtl
}

.glide__arrow{
  position:absolute;
  display:block;
  top:50%;
  z-index:2;
  color:#fff;
  text-transform:uppercase;
  padding:9px 12px;
  background-color:transparent;
  border:2px solid rgba(255,255,255,.5);
  border-radius:4px;
  box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);
  text-shadow:0 .25em .5em rgba(0,0,0,.1);
  opacity:1;
  cursor:pointer;
  transition:opacity 150ms ease,border 300ms ease-in-out;
  transform:translateY(-50%);
  line-height:1
}

.glide__arrow:focus{
  outline:none
}

.glide__arrow:hover{
  border-color:#fff
}

.glide__arrow--left{
  left:2em
}

.glide__arrow--right{
  right:2em
}

.glide__arrow--disabled{
  opacity:.33
}

.glide__bullets{
  position:absolute;
  z-index:2;
  bottom:2em;
  left:50%;
  display:inline-flex;
  list-style:none;
  transform:translateX(-50%)
}

.glide__bullet{
  background-color:rgba(255,255,255,.5);
  width:9px;
  height:9px;
  padding:0;
  border-radius:50%;
  border:2px solid transparent;
  transition:all 300ms ease-in-out;
  cursor:pointer;
  line-height:0;
  box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);
  margin:0 .25em
}

.glide__bullet:focus{
  outline:none
}

.glide__bullet:hover,.glide__bullet:focus{
  border:2px solid #fff;
  background-color:rgba(255,255,255,.5)
}

.glide__bullet--active{
  background-color:#fff
}

.glide--swipeable{
  cursor:grab;
  cursor:-webkit-grab
}

.glide--dragging{
  cursor:grabbing;
  cursor:-webkit-grabbing
}

article > *:not(.entry-content), .entry-content > *{
  margin-left: auto;
  margin-right: auto;
}

.entry-content h1,.block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
  }

.entry-content h2,.block-editor-block-list__layout h2{
    line-height: 1.75rem;
  }

.entry-content h3,.block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-position: inside;
    }

.entry-content ul:not(.block-editor-block-variation-picker__variations) li,.block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
      list-style-type: disc;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-position: inside;
    }

.entry-content ol li,.block-editor-block-list__layout ol li{
      list-style-type: decimal;
    }

.info .info-content {
  max-height: 9999px;
  height: 100%;
  opacity: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  min-height: 100vh;
  overflow: auto;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  z-index: 99999;
}

footer ul {
    margin: 0;
  }

footer a {
    color: #fff;
    text-decoration: none;
  }

.info footer {
  background: transparent;
  z-index: 99999;
}

body{
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}

h2{
  margin-bottom: 0.5rem;
  line-height: 1.75rem;
}

.faq-box > div {
    position: relative;
  }

.faq-box > div .trigger:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 1px;
        right: 0;
        top: 25px;
        display: block;
        background: #fff;
      }

.faq-box > div .trigger:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 1px;
        right: 0;
        top: 25px;
        display: block;
        background: #fff;
        transform: rotate(-90deg);
        transition: all 0.5s;
        opacity: 1;
      }

.faq-box > div .box-content p:last-child {
        margin: 0;
        color: #fff;
      }

.faq-box > div .box-content p {
        margin-bottom: 15px;
        color: #fff;
      }

.faq-box > div .box-content a {
        color: #fff;
        text-decoration: none;
      }

.faq-box > div .box-content a:before {
          content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.708' height='15.815' viewBox='0 0 17.708 15.815'%3E%3Cg id='Pfeil' transform='translate(0 0.354)'%3E%3Cg id='Gruppe_340' data-name='Gruppe 340' transform='translate(17.354 7.554) rotate(135)'%3E%3Cpath id='Pfad_66' data-name='Pfad 66' d='M0,0H10.683' transform='translate(0 0) rotate(90)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cg id='Gruppe_342' data-name='Gruppe 342' transform='translate(17.354 7.554) rotate(90)'%3E%3Cpath id='Pfad_66-2' data-name='Pfad 66' d='M0,0H17.354' transform='translate(0 0) rotate(90)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cg id='Gruppe_341' data-name='Gruppe 341' transform='translate(9.8 15.108) rotate(-135)'%3E%3Cpath id='Pfad_66-3' data-name='Pfad 66' d='M0,0H10.683' transform='translate(0 0) rotate(90)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
          width: 17px;
          height: 15px;
          margin-right: 10px;
        }

.faq-box.active .box-content {
      max-height: 999px;
      opacity: 1;
    }

.faq-box.active.active .text .trigger:before {
      transform: rotate(0deg);
      opacity: 0;
    }

.subblock {
  position: relative;
}

.subblock span:after {
      content: "";
      position: absolute;
      border-style: solid;
      border-width: 0 0 20px 25px;
      border-color: inherit;
      top: -20px;
      left: 88%;
    }

.subblock span:before {
      content: "";
      position: absolute;
      width: 0;
      z-index: 0;
      border-style: solid;
      border-width: 0 0 21px 26px;
      border-color: transparent transparent #ffffff transparent;
      top: -22px;
      left: 88%;
      display: block;
    }

#layer-kartenuebersicht {
  background: #fff;
}

#layer-kartenuebersicht .karte {
    flex-grow: 1;
  }

#layer-kartenuebersicht .karte .icon {
      min-width: 100px;
    }

#layer-kartenuebersicht .karte .icon img {
        width: 76px;
      }

#layer-kartenslider-mit-aktionen .karte-inner {
    flex-grow: 1;
  }

#layer-kartenslider-mit-aktionen .karte-inner .icon {
      min-width: 100px;
    }

#layer-kartenslider-mit-aktionen .karte-inner .icon img {
        width: 76px;
      }

#layer-kartenslider-mit-aktionen .link-reflexion {
    position: relative;
  }

#layer-kartenslider-mit-aktionen .link-reflexion a {
      color: #6a6a6a;
    }

#layer-kartenslider-mit-aktionen .link-reflexion span:before {
        content: "";
        position: absolute;
        width: 0;
        z-index: 0;
        border-style: solid;
        border-width: 0px 25px 17px 0px;
        border-color: transparent #6a6a6a transparent transparent;
        bottom: -18px;
        left: 88%;
        display: block;
      }

#layer-kartenslider-mit-aktionen .link-reflexion span:after {
        content: "";
        position: absolute;
        border-style: solid;
        border-width: 0px 24px 17px 0px;
        border-color: transparent #fff transparent transparent;
        bottom: -16px;
        left: 88%;
      }

.kartenuebersicht-opened #layer-kartenuebersicht {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.kartenuebersicht-opened #layer-kartenuebersicht{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.kartenuebersicht-opened #layer-kartenuebersicht{
    transition-duration: 500ms;
  }

.kartenuebersicht-opened #layer-kartenuebersicht {
    min-height: 100vh;
    overflow: auto;
  }

.kartenuebersicht-opened #layer-kartenuebersicht{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.kartenuebersicht-opened #layer-kartenuebersicht {
    z-index: 9999;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    transition-duration: 500ms;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    min-height: 100vh;
    overflow: auto;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    z-index: 9999;
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht{
    transition-duration: 500ms;
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht {
    min-height: 100vh;
    overflow: auto;
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.start-kartenuebersicht-opened #layer-start-kartenuebersicht {
    z-index: 9999;
  }

.aktionsslider-opened #layer-aktionsslider {
    max-height: 9999px;
    height: 100%;
    opacity: 100%
  }

.aktionsslider-opened #layer-aktionsslider{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.aktionsslider-opened #layer-aktionsslider{
    transition-duration: 500ms;
  }

.aktionsslider-opened #layer-aktionsslider {
    min-height: 100vh;
    overflow: auto
  }

.aktionsslider-opened #layer-aktionsslider{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.aktionsslider-opened #layer-aktionsslider {
    z-index: 99991;
  }

.aktionsslider-opened #layer-aktionsslider .subblock {
      position: relative;
    }

.aktionsslider-opened #layer-aktionsslider .subblock span:after {
          content: "";
          position: absolute;
          border-style: solid;
          border-width: 0 0 20px 25px;
          border-color: inherit;
          border-color: transparent transparent #ffffff transparent;
          top: -20px;
          left: 88%;
          width: 0;
          height: 0;
        }

.aktionsslider-opened #layer-aktionsslider .subblock span:before {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          z-index: 1;
          border-width: 0px 0px 20px 24px;
          border-color: transparent transparent #c4c4c6 transparent;
          top: -18px;
          left: 88%;
          display: block;
        }

.aktionsslider-opened #layer-aktionsslider .aktionstext {
      position: relative;
    }

.aktionsslider-opened #layer-aktionsslider .aktionstext:before {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid #ffffff;
        border-right: 10px solid transparent;
        border-top: 10px solid #ffffff;
        border-bottom: 10px solid transparent;
        left: 20px;
        bottom: -20px;
      }

.aktionsslider-opened #layer-aktionsslider .aktionstext:after {
        content: "";
        width: 0px;
        height: 0px;
        position: absolute;
        border-left: 10px solid #c4c4c6;
        border-right: 10px solid transparent;
        border-top: 10px solid #c4c4c6;
        border-bottom: 10px solid transparent;
        left: 21px;
        bottom: -17px;
        z-index: 2;
      }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild{
    transition-duration: 500ms;
  }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild {
    min-height: 100vh;
    overflow: auto;
  }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.kartenslider-vollbild-opened #layer-kartenslider-vollbild {
    z-index: 9999;
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht{
    transition-duration: 500ms;
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht {
    min-height: 100vh;
    overflow: auto;
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.reflexionsuebersicht-opened #layer-reflexionsuebersicht {
    z-index: 9999;
    background: #fff;
    /* Provisorisch */
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen {
    max-height: 9999px;
    height: 100%;
    opacity: 100%
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen{
    transition-duration: 500ms;
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen {
    min-height: 100vh;
    overflow: auto
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen {
    z-index: 9999;
    background: #fff;
  }

/* Provisorisch */

.reflexionsslider-mit-aktionen-opened #layer-reflexionsslider-mit-aktionen #ka-2 .icon img {
      min-width: 70px;
    }

.reflexionsslider-mit-aktionen-opened #layer-aktionsslider {
    z-index: 99999;
  }

.reflexionsslider-mit-aktionen-opened #layer-info {
    z-index: 999999;
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild{
    transition-duration: 500ms;
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild {
    min-height: 100vh;
    overflow: auto;
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.reflexionsslider-vollbild-opened #layer-reflexionsslider-vollbild {
    z-index: 99999;
    background: #fff;
    /* Provisorisch */
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    max-height: 9999px;
    height: 100%;
    opacity: 100%;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    transition-duration: 500ms;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    min-height: 100vh;
    overflow: auto;
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.kartenslider-mit-aktionen-opened #layer-kartenslider-mit-aktionen {
    z-index: 9999;
    background: #fff;
    /* Provisorisch */
  }

.kartenslider-mit-aktionen-opened #layer-kartenuebersicht {
    z-index: 99;
  }

#layer-aktionsslider .icon {
    min-height: calc(100vh - 140px);
  }

#layer-aktionsslider .icon img {
      width: 80%;
    }

#layer-kartenslider-vollbild .karte-inner {
    height: calc(100vh - 140px);
    padding-bottom: 10px;
    position: relative;
  }

#layer-kartenslider-vollbild .karte-inner:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid currentColor;
      border-top: 10px solid currentColor;
      border-bottom: 10px solid transparent;
      right: 21px;
      bottom: -18px;
      z-index: 2;
    }

#layer-kartenslider-vollbild .karte-inner:after {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid #fff;
      border-top: 10px solid #fff;
      border-bottom: 10px solid transparent;
      right: 20px;
      bottom: -20px;
    }

#layer-kartenslider-vollbild h2 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

#layer-kartenslider-vollbild .icon {
    width: 80%;
  }

#layer-kartenslider-vollbild .icon img {
      width: 100%;
    }

.reflexionsslider-vollbild .subblock span:before {
        z-index: 1;
        border-width: 0px 0px 20px 24px;
        top: -20px;
      }

.reflexionsslider-vollbild .subblock span:after {
        border-width: 0px 0px 20px 25px;
        top: -21px;
      }

.reflexionsslider-vollbild .reflexion-inner {
    height: calc(100vh - 140px);
    padding-bottom: 10px;
    position: relative;
  }

.reflexionsslider-vollbild .reflexion-inner:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid currentColor;
      border-top: 10px solid currentColor;
      border-bottom: 10px solid transparent;
      right: 20px;
      bottom: -20px;
    }

.reflexionsslider-vollbild .reflexion-inner:after {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid #fff;
      border-top: 10px solid #fff;
      border-bottom: 10px solid transparent;
      right: 21px;
      bottom: -17px;
    }

.reflexionsslider-vollbild h2 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }

@media (min-width: 1024px){
  .info #desktop-info{
    right: 0px;
  }

  .frage-verantwortung, .frage-steuerung, .frage-reflexion{
    display: none;
  }
}

#layer-base .karte-inner.unten {
    position: relative;
  }

#layer-base .karte-inner.unten:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid #ffffff;
      border-bottom: 10px solid #ffffff;
      border-top: 10px solid transparent;
      right: 20px;
      top: -21px;
    }

#layer-base .karte-inner.unten:after {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid currentColor;
      border-bottom: 10px solid currentColor;
      border-top: 10px solid transparent;
      right: 21px;
      top: -18px;
    }

#layer-base .karte-inner.oben {
    position: relative;
  }

#layer-base .karte-inner.oben:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid #ffffff;
      border-right: 10px solid transparent;
      border-top: 10px solid #ffffff;
      border-bottom: 10px solid transparent;
      left: 20px;
      bottom: -20px;
    }

#layer-base .karte-inner.oben:after {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid currentColor;
      border-right: 10px solid transparent;
      border-top: 10px solid currentColor;
      border-bottom: 10px solid transparent;
      left: 21px;
      bottom: -17px;
      z-index: 2;
    }

@media screen and (max-width: 376px) {
  .faq-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
    .faq-box .text {
      font-size: 2rem;
    }
    .faq-box > div .trigger:before,
    .faq-box > div .trigger:after {
      width: 40px;
      top: 22px;
    }

  .info footer{
    --tw-bg-opacity: 1;
    background-color: rgb(0 93 209 / var(--tw-bg-opacity));
  }
}

@media (min-width: 400px) and (max-height: 800px) {
  footer.fixed {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #layer-base .karte {
      height: calc(100vh - 420px);
    }
      #layer-base .karte .karte-inner {
        height: calc(50% - 6px);
      }

  .reflexionsslider-vollbild .reflexion-inner {
    height: calc(100vh - 200px);
  }
    #layer-reflexionsuebersicht .layer-header + div{
      margin-top: 10rem;
    }
}

@media (min-width: 600px){
  .sm\:flex{
    display: flex;
  }

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

@media (min-width: 1024px){
  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:text-xxxxl{
    font-size: 4rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-screen{
    height: 100vh;
  }

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

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

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

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

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

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
} 
a.no-icon:before { /* LINKS OHNE PFEIL-ICON */
	display: none; /* 230117 lz: Entf */
}