@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Base */

*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
        scroll-behavior: smooth !important;
    }

body{
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

/* Selection */

*:focus,
    *:focus {
        outline: none !important;
        box-shadow: none !important;
    }

input,
    textarea,
    button,
    select,
    a {
        -webkit-tap-highlight-color: transparent;
    }

/* General */

body{
  font-family: Montserrat, serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
        font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
        line-height: clamp(1.6rem, 0.274vw + 1.529rem, 1.8rem);
}

p a,
    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a{
  cursor: pointer;
  color: inherit;
  text-decoration-line: underline;
}

strong, b{
  font-weight: 700;
}

p + p,
    p + ol,
    p + ul,
    ul + p,
    ol + p{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

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

p + h2,
    p + .has-h-2-font-size,
    ul + h2,
    ul + .has-h-2-font-size,
    ol + h2,
    ol + .has-h-2-font-size{
  margin-top: 2rem;
}

@media (min-width: 768px){

  p + h2,
    p + .has-h-2-font-size,
    ul + h2,
    ul + .has-h-2-font-size,
    ol + h2,
    ol + .has-h-2-font-size{
    margin-top: 2.5rem;
  }
}

p + h3,
    p + .has-h-3-font-size,
    ul + h3,
    ul + .has-h-3-font-size,
    ol + h3,
    ol + .has-h-3-font-size{
  margin-top: 2rem;
}

@media (min-width: 768px){

  p + h3,
    p + .has-h-3-font-size,
    ul + h3,
    ul + .has-h-3-font-size,
    ol + h3,
    ol + .has-h-3-font-size{
    margin-top: 2.5rem;
  }
}

p + h4,
    p + .has-h-4-font-size,
    p + h5,
    p + .has-h-5-font-size,
    p + h6,
    p + .has-h-6-font-size,
    ul + h4,
    ul + .has-h-4-font-size,
    ul + h5,
    ul + .has-h-5-font-size,
    ul + h6,
    ul + .has-h-6-font-size,
    ol + h4,
    ol + .has-h-4-font-size,
    ol + h5,
    ol + .has-h-5-font-size,
    ol + h6,
    ol + .has-h-6-font-size{
  margin-top: 1.5rem;
}

@media (min-width: 768px){

  p + h4,
    p + .has-h-4-font-size,
    p + h5,
    p + .has-h-5-font-size,
    p + h6,
    p + .has-h-6-font-size,
    ul + h4,
    ul + .has-h-4-font-size,
    ul + h5,
    ul + .has-h-5-font-size,
    ul + h6,
    ul + .has-h-6-font-size,
    ol + h4,
    ol + .has-h-4-font-size,
    ol + h5,
    ol + .has-h-5-font-size,
    ol + h6,
    ol + .has-h-6-font-size{
    margin-top: 2rem;
  }
}

/* Headers */

h1,h2,h3,h4,h5,.has-h-1-font-size,.has-h-2-font-size,.has-h-3-font-size,.has-h-4-font-size,.has-h-5-font-size,.has-h-6-font-size{
  text-wrap: wrap;
  font-family: ITC Quorum Std, serif;
  font-weight: 400;
}

h1, .has-h-1-font-size {
        font-size: clamp(2.625rem, 2.573vw + 1.959rem, 4.5rem);
        line-height: clamp(2.888rem, 2.83vw + 2.155rem, 4.95rem);

    }

h1 + p, h1 + ul, h1 + ol, .has-h-1-font-size + p, .has-h-1-font-size + ul, .has-h-1-font-size + ol{
  margin-top: 0.5rem;
}

@media (min-width: 768px){

  h1 + p, h1 + ul, h1 + ol, .has-h-1-font-size + p, .has-h-1-font-size + ul, .has-h-1-font-size + ol{
    margin-top: 0.75rem;
  }
}

h1 +h1,h1 +h2,h1 +h3,h1 +h4,h1 +h5,h1 +.has-h-1-font-size,h1 +.has-h-2-font-size,h1 +.has-h-3-font-size,h1 +.has-h-4-font-size,h1 +.has-h-5-font-size,h1 +.has-h-6-font-size,.has-h-1-font-size +h1,.has-h-1-font-size +h2,.has-h-1-font-size +h3,.has-h-1-font-size +h4,.has-h-1-font-size +h5,.has-h-1-font-size +.has-h-1-font-size,.has-h-1-font-size +.has-h-2-font-size,.has-h-1-font-size +.has-h-3-font-size,.has-h-1-font-size +.has-h-4-font-size,.has-h-1-font-size +.has-h-5-font-size,.has-h-1-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h1 +h1,h1 +h2,h1 +h3,h1 +h4,h1 +h5,h1 +.has-h-1-font-size,h1 +.has-h-2-font-size,h1 +.has-h-3-font-size,h1 +.has-h-4-font-size,h1 +.has-h-5-font-size,h1 +.has-h-6-font-size,.has-h-1-font-size +h1,.has-h-1-font-size +h2,.has-h-1-font-size +h3,.has-h-1-font-size +h4,.has-h-1-font-size +h5,.has-h-1-font-size +.has-h-1-font-size,.has-h-1-font-size +.has-h-2-font-size,.has-h-1-font-size +.has-h-3-font-size,.has-h-1-font-size +.has-h-4-font-size,.has-h-1-font-size +.has-h-5-font-size,.has-h-1-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

h2, .has-h-2-font-size {
        font-size: clamp(2.25rem, 1.715vw + 1.806rem, 3.5rem);
        line-height: clamp(2.475rem, 1.887vw + 1.987rem, 3.85rem);
    }

h2 + p, h2 + ul, h2 + ol, .has-h-2-font-size + p, .has-h-2-font-size + ul, .has-h-2-font-size + ol{
  margin-top: 0.5rem;
}

@media (min-width: 768px){

  h2 + p, h2 + ul, h2 + ol, .has-h-2-font-size + p, .has-h-2-font-size + ul, .has-h-2-font-size + ol{
    margin-top: 0.75rem;
  }
}

h2 +h1,h2 +h2,h2 +h3,h2 +h4,h2 +h5,h2 +.has-h-1-font-size,h2 +.has-h-2-font-size,h2 +.has-h-3-font-size,h2 +.has-h-4-font-size,h2 +.has-h-5-font-size,h2 +.has-h-6-font-size,.has-h-2-font-size +h1,.has-h-2-font-size +h2,.has-h-2-font-size +h3,.has-h-2-font-size +h4,.has-h-2-font-size +h5,.has-h-2-font-size +.has-h-1-font-size,.has-h-2-font-size +.has-h-2-font-size,.has-h-2-font-size +.has-h-3-font-size,.has-h-2-font-size +.has-h-4-font-size,.has-h-2-font-size +.has-h-5-font-size,.has-h-2-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h2 +h1,h2 +h2,h2 +h3,h2 +h4,h2 +h5,h2 +.has-h-1-font-size,h2 +.has-h-2-font-size,h2 +.has-h-3-font-size,h2 +.has-h-4-font-size,h2 +.has-h-5-font-size,h2 +.has-h-6-font-size,.has-h-2-font-size +h1,.has-h-2-font-size +h2,.has-h-2-font-size +h3,.has-h-2-font-size +h4,.has-h-2-font-size +h5,.has-h-2-font-size +.has-h-1-font-size,.has-h-2-font-size +.has-h-2-font-size,.has-h-2-font-size +.has-h-3-font-size,.has-h-2-font-size +.has-h-4-font-size,.has-h-2-font-size +.has-h-5-font-size,.has-h-2-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

h3, .has-h-3-font-size {
        font-size: clamp(1.875rem, 1.544vw + 1.476rem, 3rem);
        line-height: clamp(2.063rem, 1.698vw + 1.623rem, 3.3rem);
    }

h3 + p, h3 + ul, h3 + ol, .has-h-3-font-size + p, .has-h-3-font-size + ul, .has-h-3-font-size + ol{
  margin-top: 0.5rem;
}

@media (min-width: 768px){

  h3 + p, h3 + ul, h3 + ol, .has-h-3-font-size + p, .has-h-3-font-size + ul, .has-h-3-font-size + ol{
    margin-top: 0.75rem;
  }
}

h3 +h1,h3 +h2,h3 +h3,h3 +h4,h3 +h5,h3 +.has-h-1-font-size,h3 +.has-h-2-font-size,h3 +.has-h-3-font-size,h3 +.has-h-4-font-size,h3 +.has-h-5-font-size,h3 +.has-h-6-font-size,.has-h-3-font-size +h1,.has-h-3-font-size +h2,.has-h-3-font-size +h3,.has-h-3-font-size +h4,.has-h-3-font-size +h5,.has-h-3-font-size +.has-h-1-font-size,.has-h-3-font-size +.has-h-2-font-size,.has-h-3-font-size +.has-h-3-font-size,.has-h-3-font-size +.has-h-4-font-size,.has-h-3-font-size +.has-h-5-font-size,.has-h-3-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h3 +h1,h3 +h2,h3 +h3,h3 +h4,h3 +h5,h3 +.has-h-1-font-size,h3 +.has-h-2-font-size,h3 +.has-h-3-font-size,h3 +.has-h-4-font-size,h3 +.has-h-5-font-size,h3 +.has-h-6-font-size,.has-h-3-font-size +h1,.has-h-3-font-size +h2,.has-h-3-font-size +h3,.has-h-3-font-size +h4,.has-h-3-font-size +h5,.has-h-3-font-size +.has-h-1-font-size,.has-h-3-font-size +.has-h-2-font-size,.has-h-3-font-size +.has-h-3-font-size,.has-h-3-font-size +.has-h-4-font-size,.has-h-3-font-size +.has-h-5-font-size,.has-h-3-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

h4, .has-h-4-font-size {
        font-size: clamp(1.625rem, 1.201vw + 1.314rem, 2.5rem);
        line-height: clamp(1.788rem, 1.321vw + 1.446rem, 2.75rem);
    }

h4 + p, h4 + ul, h4 + ol, .has-h-4-font-size + p, .has-h-4-font-size + ul, .has-h-4-font-size + ol{
  margin-top: 0.375rem;
}

@media (min-width: 768px){

  h4 + p, h4 + ul, h4 + ol, .has-h-4-font-size + p, .has-h-4-font-size + ul, .has-h-4-font-size + ol{
    margin-top: 0.5rem;
  }
}

h4 +h1,h4 +h2,h4 +h3,h4 +h4,h4 +h5,h4 +.has-h-1-font-size,h4 +.has-h-2-font-size,h4 +.has-h-3-font-size,h4 +.has-h-4-font-size,h4 +.has-h-5-font-size,h4 +.has-h-6-font-size,.has-h-4-font-size +h1,.has-h-4-font-size +h2,.has-h-4-font-size +h3,.has-h-4-font-size +h4,.has-h-4-font-size +h5,.has-h-4-font-size +.has-h-1-font-size,.has-h-4-font-size +.has-h-2-font-size,.has-h-4-font-size +.has-h-3-font-size,.has-h-4-font-size +.has-h-4-font-size,.has-h-4-font-size +.has-h-5-font-size,.has-h-4-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h4 +h1,h4 +h2,h4 +h3,h4 +h4,h4 +h5,h4 +.has-h-1-font-size,h4 +.has-h-2-font-size,h4 +.has-h-3-font-size,h4 +.has-h-4-font-size,h4 +.has-h-5-font-size,h4 +.has-h-6-font-size,.has-h-4-font-size +h1,.has-h-4-font-size +h2,.has-h-4-font-size +h3,.has-h-4-font-size +h4,.has-h-4-font-size +h5,.has-h-4-font-size +.has-h-1-font-size,.has-h-4-font-size +.has-h-2-font-size,.has-h-4-font-size +.has-h-3-font-size,.has-h-4-font-size +.has-h-4-font-size,.has-h-4-font-size +.has-h-5-font-size,.has-h-4-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

h5, .has-h-5-font-size {
        font-size: clamp(1.375rem, 0.858vw + 1.153rem, 2rem);
        line-height: clamp(1.513rem, 0.943vw + 1.268rem, 2.2rem);
    }

h5 + p, h5 + ul, h5 + ol, .has-h-5-font-size + p, .has-h-5-font-size + ul, .has-h-5-font-size + ol{
  margin-top: 0.25rem;
}

@media (min-width: 768px){

  h5 + p, h5 + ul, h5 + ol, .has-h-5-font-size + p, .has-h-5-font-size + ul, .has-h-5-font-size + ol{
    margin-top: 0.375rem;
  }
}

h5 +h1,h5 +h2,h5 +h3,h5 +h4,h5 +h5,h5 +.has-h-1-font-size,h5 +.has-h-2-font-size,h5 +.has-h-3-font-size,h5 +.has-h-4-font-size,h5 +.has-h-5-font-size,h5 +.has-h-6-font-size,.has-h-5-font-size +h1,.has-h-5-font-size +h2,.has-h-5-font-size +h3,.has-h-5-font-size +h4,.has-h-5-font-size +h5,.has-h-5-font-size +.has-h-1-font-size,.has-h-5-font-size +.has-h-2-font-size,.has-h-5-font-size +.has-h-3-font-size,.has-h-5-font-size +.has-h-4-font-size,.has-h-5-font-size +.has-h-5-font-size,.has-h-5-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h5 +h1,h5 +h2,h5 +h3,h5 +h4,h5 +h5,h5 +.has-h-1-font-size,h5 +.has-h-2-font-size,h5 +.has-h-3-font-size,h5 +.has-h-4-font-size,h5 +.has-h-5-font-size,h5 +.has-h-6-font-size,.has-h-5-font-size +h1,.has-h-5-font-size +h2,.has-h-5-font-size +h3,.has-h-5-font-size +h4,.has-h-5-font-size +h5,.has-h-5-font-size +.has-h-1-font-size,.has-h-5-font-size +.has-h-2-font-size,.has-h-5-font-size +.has-h-3-font-size,.has-h-5-font-size +.has-h-4-font-size,.has-h-5-font-size +.has-h-5-font-size,.has-h-5-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

h6, .has-h-6-font-size {
        font-size: clamp(1.125rem, 0.515vw + 0.992rem, 1.5rem);
        line-height: clamp(1.238rem, 0.566vw + 1.091rem, 1.65rem);
    }

h6 + p, h6 + ul, h6 + ol, .has-h-6-font-size + p, .has-h-6-font-size + ul, .has-h-6-font-size + ol{
  margin-top: 0.25rem;
}

@media (min-width: 768px){

  h6 + p, h6 + ul, h6 + ol, .has-h-6-font-size + p, .has-h-6-font-size + ul, .has-h-6-font-size + ol{
    margin-top: 0.375rem;
  }
}

h6 +h1,h6 +h2,h6 +h3,h6 +h4,h6 +h5,h6 +.has-h-1-font-size,h6 +.has-h-2-font-size,h6 +.has-h-3-font-size,h6 +.has-h-4-font-size,h6 +.has-h-5-font-size,h6 +.has-h-6-font-size,.has-h-6-font-size +h1,.has-h-6-font-size +h2,.has-h-6-font-size +h3,.has-h-6-font-size +h4,.has-h-6-font-size +h5,.has-h-6-font-size +.has-h-1-font-size,.has-h-6-font-size +.has-h-2-font-size,.has-h-6-font-size +.has-h-3-font-size,.has-h-6-font-size +.has-h-4-font-size,.has-h-6-font-size +.has-h-5-font-size,.has-h-6-font-size +.has-h-6-font-size{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  h6 +h1,h6 +h2,h6 +h3,h6 +h4,h6 +h5,h6 +.has-h-1-font-size,h6 +.has-h-2-font-size,h6 +.has-h-3-font-size,h6 +.has-h-4-font-size,h6 +.has-h-5-font-size,h6 +.has-h-6-font-size,.has-h-6-font-size +h1,.has-h-6-font-size +h2,.has-h-6-font-size +h3,.has-h-6-font-size +h4,.has-h-6-font-size +h5,.has-h-6-font-size +.has-h-1-font-size,.has-h-6-font-size +.has-h-2-font-size,.has-h-6-font-size +.has-h-3-font-size,.has-h-6-font-size +.has-h-4-font-size,.has-h-6-font-size +.has-h-5-font-size,.has-h-6-font-size +.has-h-6-font-size{
    margin-top: 1.5rem;
  }
}

input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    }

input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration{
  -webkit-appearance: none;
          appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: textfield !important;
        margin: 0;
    }

input,
    textarea,
    button,
    select,
    a {
        -webkit-tap-highlight-color: transparent;
    }

input:focus,
    textarea:focus,
    button:focus,
    select:focus,
    a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
    select,
    textarea{
  width: 100%;
  border-radius: 2px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgba(var(--black-full) , var(--tw-text-opacity, 1));
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(169 169 169 / var(--tw-placeholder-opacity, 1));
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
    select::placeholder,
    textarea::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(169 169 169 / var(--tw-placeholder-opacity, 1));
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
    select:focus,
    textarea:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

textarea{
  height: 144px;
  vertical-align: top;
}

select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/icons/chevron.svg');
  background-size: 20px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
}

select:focus{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

select:active{
  --tw-border-opacity: 1;
  border-bottom-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

label{
  margin-bottom: 0.375rem;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(var(--black-full) , var(--tw-text-opacity, 1));
}

form div, form p, form span{
  position: relative;
}

main > div:first-child{
  padding-top: 118px !important;
}

@media (min-width: 768px){

  main > div:first-child{
    padding-top: 80px;
  }
}

@media (min-width: 1280px){

  main > div:first-child{
    padding-top: 180px !important;
  }
}

main a{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-light) , var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

main a.btn{
  text-decoration-line: none;
}

/* Script */

.has-script-extra-large-font-size, .has-script-large-font-size, .has-script-normal-font-size, .has-script-small-font-size{
  font-family: Daisy Lau, serif;
  font-weight: 400;
}

.has-script-extra-large-font-size + p, .has-script-extra-large-font-size + ul, .has-script-extra-large-font-size + ol, .has-script-extra-large-font-size + h1, .has-script-extra-large-font-size + h2, .has-script-extra-large-font-size + h3, .has-script-extra-large-font-size + h4, .has-script-extra-large-font-size + h5, .has-script-extra-large-font-size + h6, .has-script-large-font-size + p, .has-script-large-font-size + ul, .has-script-large-font-size + ol, .has-script-large-font-size + h1, .has-script-large-font-size + h2, .has-script-large-font-size + h3, .has-script-large-font-size + h4, .has-script-large-font-size + h5, .has-script-large-font-size + h6, .has-script-normal-font-size + p, .has-script-normal-font-size + ul, .has-script-normal-font-size + ol, .has-script-normal-font-size + h1, .has-script-normal-font-size + h2, .has-script-normal-font-size + h3, .has-script-normal-font-size + h4, .has-script-normal-font-size + h5, .has-script-normal-font-size + h6, .has-script-small-font-size + p, .has-script-small-font-size + ul, .has-script-small-font-size + ol, .has-script-small-font-size + h1, .has-script-small-font-size + h2, .has-script-small-font-size + h3, .has-script-small-font-size + h4, .has-script-small-font-size + h5, .has-script-small-font-size + h6{
  margin-bottom: 0px;
}

.has-script-extra-large-font-size + h1, .has-script-extra-large-font-size + h2, .has-script-extra-large-font-size + h3, .has-script-extra-large-font-size + h4, .has-script-extra-large-font-size + h5, .has-script-extra-large-font-size + h6, .has-script-large-font-size + h1, .has-script-large-font-size + h2, .has-script-large-font-size + h3, .has-script-large-font-size + h4, .has-script-large-font-size + h5, .has-script-large-font-size + h6, .has-script-normal-font-size + h1, .has-script-normal-font-size + h2, .has-script-normal-font-size + h3, .has-script-normal-font-size + h4, .has-script-normal-font-size + h5, .has-script-normal-font-size + h6, .has-script-small-font-size + h1, .has-script-small-font-size + h2, .has-script-small-font-size + h3, .has-script-small-font-size + h4, .has-script-small-font-size + h5, .has-script-small-font-size + h6{
  margin-top: 0.75rem;
}

@media (min-width: 768px){

  .has-script-extra-large-font-size + h1, .has-script-extra-large-font-size + h2, .has-script-extra-large-font-size + h3, .has-script-extra-large-font-size + h4, .has-script-extra-large-font-size + h5, .has-script-extra-large-font-size + h6, .has-script-large-font-size + h1, .has-script-large-font-size + h2, .has-script-large-font-size + h3, .has-script-large-font-size + h4, .has-script-large-font-size + h5, .has-script-large-font-size + h6, .has-script-normal-font-size + h1, .has-script-normal-font-size + h2, .has-script-normal-font-size + h3, .has-script-normal-font-size + h4, .has-script-normal-font-size + h5, .has-script-normal-font-size + h6, .has-script-small-font-size + h1, .has-script-small-font-size + h2, .has-script-small-font-size + h3, .has-script-small-font-size + h4, .has-script-small-font-size + h5, .has-script-small-font-size + h6{
    margin-top: 1.25rem;
  }
}

.has-script-extra-large-font-size {
    font-size: clamp(2.5rem, 0.686vw + 2.322rem, 3rem);
    line-height: clamp(2.5rem, 0.686vw + 2.322rem, 3rem);
}

.has-script-large-font-size {
    font-size: clamp(2.125rem, 0.515vw + 1.992rem, 2.5rem);
    line-height: clamp(2.125rem, 0.515vw + 1.992rem, 2.5rem);
}

.has-script-normal-font-size {
    font-size: clamp(1.75rem, 0.343vw + 1.661rem, 2rem);
    line-height: clamp(1.75rem, 0.343vw + 1.661rem, 2rem);
}

.has-script-small-font-size {
    font-size: clamp(1.375rem, 0.172vw + 1.331rem, 1.5rem);
    line-height: clamp(1.375rem, 0.172vw + 1.331rem, 1.5rem);
}

/* Label */

.has-label-large-font-size, .has-label-normal-font-size, .has-label-small-font-size, .has-label-extra-small-font-size{
  font-family: Montserrat, serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
}

.has-label-large-font-size + p, .has-label-large-font-size + ul, .has-label-large-font-size + ol, .has-label-normal-font-size + p, .has-label-normal-font-size + ul, .has-label-normal-font-size + ol, .has-label-small-font-size + p, .has-label-small-font-size + ul, .has-label-small-font-size + ol, .has-label-extra-small-font-size + p, .has-label-extra-small-font-size + ul, .has-label-extra-small-font-size + ol{
  margin-top: 1.25rem;
}

@media (min-width: 768px){

  .has-label-large-font-size + p, .has-label-large-font-size + ul, .has-label-large-font-size + ol, .has-label-normal-font-size + p, .has-label-normal-font-size + ul, .has-label-normal-font-size + ol, .has-label-small-font-size + p, .has-label-small-font-size + ul, .has-label-small-font-size + ol, .has-label-extra-small-font-size + p, .has-label-extra-small-font-size + ul, .has-label-extra-small-font-size + ol{
    margin-top: 1.5rem;
  }
}

.has-label-large-font-size {
    font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
    line-height: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
}

.has-label-normal-font-size {
    font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
    line-height: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
}

.has-label-small-font-size {
    font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
    line-height: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
}

.has-label-extra-small-font-size {
    font-size: clamp(0.625rem, 0.172vw + 0.581rem, 0.75rem);
    line-height: clamp(0.625rem, 0.172vw + 0.581rem, 0.75rem);
}

/* Text */

.has-extra-large-font-size, .has-large-font-size, .has-medium-font-size, .has-normal-font-size, .has-small-font-size{
  font-family: Montserrat, serif;
  font-weight: 500;
}

.has-extra-large-font-size {
    font-size: clamp(1.125rem, 0.515vw + 0.992rem, 1.5rem);
    line-height: clamp(1.688rem, 0.772vw + 1.488rem, 2.25rem);
}

.has-large-font-size {
    font-size: clamp(1.125rem, 0.172vw + 1.081rem, 1.25rem);
    line-height: clamp(1.8rem, 0.274vw + 1.729rem, 2rem);
}

.has-medium-font-size {
    font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
    line-height: clamp(1.6rem, 0.274vw + 1.529rem, 1.8rem);
}

.has-normal-font-size {
    font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
    line-height: clamp(1.4rem, 0.274vw + 1.329rem, 1.6rem);
}

.has-small-font-size {
    font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
    line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

/* Components */

.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: 1580px){

  .container{
    max-width: 1580px;
  }
}

/* Container */

main,
    .container{
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  main,
    .container{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1580px){

  main,
    .container{
    padding-left: calc((100vw - 1480px) / 2);
    padding-right: calc((100vw - 1480px) / 2);
  }
}

/* Break out */

.break-out{
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px){

  .break-out{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1580px){

  .break-out{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

#site-footer .footer-info a{
  --tw-text-opacity: 1;
  color: rgba(var(--cta) , var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 1280px){

  #site-footer .footer-info a:hover{
    text-decoration-line: underline;
  }
}

#site-footer .footer-info ul{
  margin-top: 1.25rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 640px){

  #site-footer .footer-info ul{
    display: inline-flex !important;
  }
}

#site-footer .footer-info ul li{
  width: auto !important;
  padding-left: 1.75rem !important;
}

#site-footer .footer-info ul li::before{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgba(var(--cta) , var(--tw-text-opacity, 1));
}

#site-footer .sub-footer p{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

#site-footer .sub-footer a{
  color: rgb(255 255 255 / 0.5);
  text-decoration-line: underline;
}

@media (min-width: 1280px){

  #site-footer .sub-footer a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* Scrollbar */

::-webkit-scrollbar{
  width: 0.625rem;
}

::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

/* Hidden scrollbar */

.hidden-scrollbar::-webkit-scrollbar{
  height: 0px;
  width: 0px;
}

.hidden-scrollbar::-webkit-scrollbar-track{
  background-color: transparent;
}

.hidden-scrollbar::-webkit-scrollbar-thumb{
  background-color: transparent;
}

.hidden-scrollbar::-webkit-scrollbar-thumb:hover{
  background-color: transparent;
}

.loading{
  position: relative;
  border-style: none !important;
  color: transparent !important;
}

.loading *{
  border-style: none !important;
  opacity: 0;
}

.loading:before,
    .loading:after{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  border-width: 3px;
  border-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.loading:before{
  border-color: rgba(var(--primary) , 0.1);
}

.loading:after{
  z-index: 1;
}

@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

.loading:after{
  animation: spin 1s linear infinite;
  --tw-border-opacity: 1;
  border-top-color: rgba(var(--primary) , var(--tw-border-opacity, 1));
}

.blue.loading:before{
  border-color: rgb(255 255 255 / 0.1);
}

.blue.loading:after{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.wp-block-buttons{
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (min-width: 768px){

  .wp-block-buttons{
    margin-top: 2rem;
  }
}

.wp-block-buttons + p, .wp-block-buttons + ul, .wp-block-buttons + ol{
  margin-top: 1.5rem;
}

@media (min-width: 768px){

  .wp-block-buttons + p, .wp-block-buttons + ul, .wp-block-buttons + ol{
    margin-top: 2rem;
  }
}

div + .wp-block-buttons{
  margin-top: 0px;
}

.wp-block-button__link,
    form button,
    .tbFormToolBar button,
    form input[type="submit"]{
  position: relative;
  display: inline-flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  overflow: hidden;
  border-radius: 2px;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0.375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wp-block-button__link:disabled,
    form button:disabled,
    .tbFormToolBar button:disabled,
    form input[type="submit"]:disabled{
  opacity: 0.1;
}

.wp-block-button__link,
    form button,
    .tbFormToolBar button,
    form input[type="submit"] {
        font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
    }

.wp-block-button__link i, form button i, .tbFormToolBar button i, form input[type="submit"] i{
  position: relative;
  font-size: 18px;
}

@media (min-width: 640px){

  .wp-block-button__link i, form button i, .tbFormToolBar button i, form input[type="submit"] i{
    font-size: 20px;
  }
}

.wp-block-button__link.has-background,
    form button,
    .tbFormToolBar button,
    form input[type="submit"]{
  border-style: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-decoration-line: none;
}

@media (min-width: 640px){

  .wp-block-button__link.has-background,
    form button,
    .tbFormToolBar button,
    form input[type="submit"]{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 1280px){

  .wp-block-button__link.has-background:hover,
    form button:hover,
    .tbFormToolBar button:hover,
    form input[type="submit"]:hover{
    --tw-brightness: brightness(95%);
    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);
  }
}

.small.wp-block-button__link,
    .small .wp-block-button__link {
        font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
    }

.small.wp-block-button__link.has-background,
    .small .wp-block-button__link.has-background{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 640px){

  .small.wp-block-button__link.has-background,
    .small .wp-block-button__link.has-background{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.big.wp-block-button__link,
    .big .wp-block-button__link {
        font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
    }

.big.wp-block-button__link i, .big .wp-block-button__link i{
  font-size: 20px;
}

@media (min-width: 640px){

  .big.wp-block-button__link i, .big .wp-block-button__link i{
    font-size: 22px;
  }
}

.big.wp-block-button__link.has-background,
    .big .wp-block-button__link.has-background{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 640px){

  .big.wp-block-button__link.has-background,
    .big .wp-block-button__link.has-background{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.wp-block-button__link.has-lightestprimary-background-color,
    .wp-block-button__link.has-lighterprimary-background-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.wp-block-button__link.has-lightprimary-background-color,
    .wp-block-button__link.has-primary-background-color,
    .wp-block-button__link.has-darkprimary-background-color{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-button__link.has-lightestcta-background-color,
    .wp-block-button__link.has-lightercta-background-color,
    .wp-block-button__link.has-lightcta-background-color,
    .wp-block-button__link.has-cta-background-color,
    .wp-block-button__link.has-darkcta-background-color,
    form button,
    form input[type="submit"]{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.wp-block-button__link.has-lightershade-background-color,
    .wp-block-button__link.has-lightshade-background-color,
    .wp-block-button__link.has-shade-background-color,
    .wp-block-button__link.has-darkshade-background-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.wp-block-button__link.has-lighterblack-background-color,
    .wp-block-button__link.has-lightblack-background-color,
    .wp-block-button__link.has-black-background-color,
    .wp-block-button__link.has-darkblack-background-color,
    .wp-block-button__link.has-fullblack-background-color{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .wp-block-button__link.has-lighterblack-background-color:hover,
    .wp-block-button__link.has-lightblack-background-color:hover,
    .wp-block-button__link.has-black-background-color:hover,
    .wp-block-button__link.has-darkblack-background-color:hover,
    .wp-block-button__link.has-fullblack-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
    --tw-brightness: brightness(100%);
    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);
  }

  .wp-block-button__link.has-lightblack-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-lighter) , var(--tw-bg-opacity, 1));
    --tw-brightness: brightness(100%);
    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);
  }
}

.wp-block-button__link.has-white-background-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.is-style-outline .wp-block-button__link.has-background,
    .is-style-outline.wp-block-button__link.has-background{
  border-width: 1px;
  border-style: solid;
  background-color: transparent;
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-background:hover,
    .is-style-outline.wp-block-button__link.has-background:hover{
    --tw-brightness: brightness(100%);
    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);
  }
}

.is-style-outline .wp-block-button__link.has-lightestprimary-background-color,
    .is-style-outline.wp-block-button__link.has-lightestprimary-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary-lightest) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightestprimary-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightestprimary-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-lightest) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lighterprimary-background-color,
    .is-style-outline.wp-block-button__link.has-lighterprimary-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary-lighter) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lighterprimary-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lighterprimary-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-lighter) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightprimary-background-color,
    .is-style-outline.wp-block-button__link.has-lightprimary-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary-light) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--primary-light) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightprimary-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightprimary-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-light) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-primary-background-color,
    .is-style-outline.wp-block-button__link.has-primary-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--primary) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-primary-background-color:hover,
    .is-style-outline.wp-block-button__link.has-primary-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-darkprimary-background-color,
    .is-style-outline.wp-block-button__link.has-darkprimary-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--primary-dark) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--primary-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-darkprimary-background-color:hover,
    .is-style-outline.wp-block-button__link.has-darkprimary-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-dark) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightestcta-background-color,
    .is-style-outline.wp-block-button__link.has-lightestcta-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta-lightest) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightestcta-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightestcta-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--cta-lightest) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightercta-background-color,
    .is-style-outline.wp-block-button__link.has-lightercta-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta-lighter) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightercta-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightercta-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--cta-lighter) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightcta-background-color,
    .is-style-outline.wp-block-button__link.has-lightcta-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta-light) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightcta-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightcta-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--cta-light) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-cta-background-color,
    .is-style-outline.wp-block-button__link.has-cta-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-cta-background-color:hover,
    .is-style-outline.wp-block-button__link.has-cta-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-darkcta-background-color,
    .is-style-outline.wp-block-button__link.has-darkcta-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta-dark) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-darkcta-background-color:hover,
    .is-style-outline.wp-block-button__link.has-darkcta-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--cta-dark) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightershade-background-color,
    .is-style-outline.wp-block-button__link.has-lightershade-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--shade-lighter) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightershade-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightershade-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--shade-lighter) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightshade-background-color,
    .is-style-outline.wp-block-button__link.has-lightshade-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--shade-light) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightshade-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightshade-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--shade-light) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-shade-background-color,
    .is-style-outline.wp-block-button__link.has-shade-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--shade) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-shade-background-color:hover,
    .is-style-outline.wp-block-button__link.has-shade-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--shade) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-darkshade-background-color,
    .is-style-outline.wp-block-button__link.has-darkshade-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--shade-dark) , var(--tw-border-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-darkshade-background-color:hover,
    .is-style-outline.wp-block-button__link.has-darkshade-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--shade-dark) , var(--tw-bg-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lighterblack-background-color,
    .is-style-outline.wp-block-button__link.has-lighterblack-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black-lighter) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lighterblack-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lighterblack-background-color:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-light) , var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-lightblack-background-color,
    .is-style-outline.wp-block-button__link.has-lightblack-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black-light) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-lightblack-background-color:hover,
    .is-style-outline.wp-block-button__link.has-lightblack-background-color:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-lighter) , var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-lighter) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-black-background-color,
    .is-style-outline.wp-block-button__link.has-black-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-black-background-color:hover,
    .is-style-outline.wp-block-button__link.has-black-background-color:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-light) , var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-darkblack-background-color,
    .is-style-outline.wp-block-button__link.has-darkblack-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black-dark) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-darkblack-background-color:hover,
    .is-style-outline.wp-block-button__link.has-darkblack-background-color:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-light) , var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-fullblack-background-color,
    .is-style-outline.wp-block-button__link.has-fullblack-background-color{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black-full) , var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-fullblack-background-color:hover,
    .is-style-outline.wp-block-button__link.has-fullblack-background-color:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-light) , var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.is-style-outline .wp-block-button__link.has-white-background-color,
    .is-style-outline.wp-block-button__link.has-white-background-color{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .is-style-outline .wp-block-button__link.has-white-background-color:hover,
    .is-style-outline.wp-block-button__link.has-white-background-color:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
  }
}

.chip{
  position: relative;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 2px;
}

.chip:before,
        .chip:after{
  position: absolute;
  top: 0px;
  display: block;
  height: 2rem;
  width: 2rem;
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
            -webkit-mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/tag.svg);
                    mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/tag.svg);
            -webkit-mask-size: contain;
                    mask-size: contain;
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
}

.chip:before{
  left: -14px;
  --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));
            -webkit-mask-position: top left;
                    mask-position: top left;
}

.chip:after{
  right: -14px;
  --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));
            -webkit-mask-position: top right;
                    mask-position: top right;
}

.tab-buttons{
  position: relative;
  background-color: inherit;
}

.tab-buttons:before,
        .tab-buttons:after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 2.5rem;
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
}

.tab-buttons:before{
  left: 0px;
            -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
                    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.tab-buttons:after{
  right: 0px;
            -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
                    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.tab-buttons button.active{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1)) !important;
}

.tab-content.active,
    .tabs + .tab-content{
  display: block;
}

main .tab-content,
    main .tab-content.inactive{
  display: none;
}

.filter-wrapper{
  position: relative;
  background-color: inherit;
}

.filter-wrapper:before,
        .filter-wrapper:after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100%;
  width: 2.5rem;
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
}

.filter-wrapper:before{
  left: 0px;
            -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
                    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.filter-wrapper:after{
  right: 0px;
            -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
                    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.flyout-overlay{
  pointer-events: none;
  position: fixed;
  inset: 0px;
  z-index: 10;
  background-color: rgba(var(--black) , 0.1);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.flyout{
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px){

  .flyout{
    width: 550px;
  }
}

.flyout-search .flyout, .flyout-menu .flyout, .flyout-booking .flyout{
  right: 0px;
  --tw-translate-x: 100%;
  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));
}

.flyout-contact .flyout, .flyout-opening-hours .flyout{
  left: 0px;
  --tw-translate-x: -100%;
  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));
}

.flyout-wrapper.active{
  display: block !important;
}

.flyout-wrapper.active .flyout-overlay{
  pointer-events: auto;
  opacity: 1;
}

.flyout-wrapper.active .flyout{
  pointer-events: auto;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flyout-wrapper.fake-active{
  display: block !important;
}

.flyout-menu-wrp > li > a{
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  font-family: ITC Quorum Std, serif;
  font-weight: 400;
                font-size: clamp(1.125rem, 0.515vw + 0.992rem, 1.5rem);
                line-height: clamp(1.238rem, 0.566vw + 1.091rem, 1.65rem);
}

.flyout-menu-wrp > li button {
                font-size: clamp(1.125rem, 0.515vw + 0.992rem, 1.5rem);
                line-height: clamp(1.238rem, 0.566vw + 1.091rem, 1.65rem);
            }

.flyout-menu-wrp li{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}

.flyout-menu-wrp li.desktop-hidden{
  display: flex;
}

@media (min-width: 1280px){

  .flyout-menu-wrp li.desktop-hidden{
    display: none;
  }
}

.flyout-menu-wrp li a{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
}

@media (min-width: 1280px){

  .flyout-menu-wrp li a:hover{
    --tw-text-opacity: 1;
    color: rgba(var(--cta) , var(--tw-text-opacity, 1));
  }
}

.flyout-menu-wrp li button{
  width: 26px;
  height: 26px;
  padding-left: clamp(32px, 5vw, 64px);
  padding-right: clamp(32px, 5vw, 64px);
}

@media (min-width: 1280px){

  .flyout-menu-wrp li button:hover{
    --tw-text-opacity: 1;
    color: rgba(var(--cta) , var(--tw-text-opacity, 1));
  }
}

.flyout-menu-wrp li button.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));
}

.flyout-menu-wrp li .sub-menu{
  flex-basis: 100%;
  border-top-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgba(var(--black) , 0.1);
}

.flyout-menu-wrp li .sub-menu li a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
                        font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
                        line-height: clamp(1.4rem, 0.274vw + 1.329rem, 1.6rem);
}

.flyout-menu-wrp li .sub-menu li button{
  font-size: 24px;
}

.flyout-menu-wrp li .sub-menu li button::before{
  --tw-content: '\e908';
  content: var(--tw-content);
}

.flyout-menu-wrp li .sub-menu li .sub-menu a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
                            font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
                            line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

.flyout-menu-wrp li.alt{
  background-color: rgba(var(--black) , 0.1);
}

.flyout-menu-wrp li.alt > a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Montserrat, serif;
  font-weight: 600;
                    font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
                    line-height: clamp(1.4rem, 0.274vw + 1.329rem, 1.6rem);
}

.flyout-menu-wrp li.alt > button{
  font-size: 24px;
}

.flyout-menu-wrp li.alt > button::before{
  --tw-content: '\e908';
  content: var(--tw-content);
}

.flyout-menu-wrp li.alt .sub-menu a{
  font-weight: 500;
                        font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
                        line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

.opening-hours{
  padding-bottom: 1.5rem;
}

@media (min-width: 768px){

  .opening-hours{
    padding-bottom: 2rem;
  }
}

.opening-hours p:first-child,
        .opening-hours p{
  font-family: Montserrat, serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
            font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
            line-height: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
}

.opening-hours ul + p{
  margin-top: 1.5rem;
}

@media (min-width: 768px){

  .opening-hours ul + p{
    margin-top: 1.75rem;
  }
}

.opening-hours ul + p {
            font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
            line-height: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
        }

.opening-hours ul{
  margin-top: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){

  .opening-hours ul{
    margin-top: 0.75rem;
    padding-bottom: 1.5rem;
  }
}

.opening-hours li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.opening-hours li strong{
  font-weight: 500;
}

.weglot-wrapper aside > input,
            .weglot-wrapper aside > label{
  display: none !important;
}

@media (min-width: 1024px){

  .weglot-wrapper aside ul{
    display: flex !important;
  }
}

.weglot-wrapper aside ul li{
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.weglot-wrapper aside ul li a{
  font-weight: 500;
}

.weglot-wrapper aside ul li a:hover{
  --tw-text-opacity: 1 !important;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1)) !important;
}

.header-scrolled #site-header,
.header-scrolled-up #site-header{
  top: -52px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){

  .header-scrolled #site-header,
.header-scrolled-up #site-header{
    top: 0px;
  }
}

@media (min-width: 1280px){

  .header-scrolled #site-header,
.header-scrolled-up #site-header{
    top: -127px;
  }
}

.header-scrolled #site-header button.menu-button,
    .header-scrolled #site-header button.search-button,
    .header-scrolled-up #site-header button.menu-button,
    .header-scrolled-up #site-header button.search-button{
  border-color: rgba(var(--black-full) , 0.2) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px){

  .header-scrolled #site-header button.menu-button:hover,
    .header-scrolled #site-header button.search-button:hover,
    .header-scrolled-up #site-header button.menu-button:hover,
    .header-scrolled-up #site-header button.search-button:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(var(--black) , var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--black) , var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 768px){

  .header-scrolled #site-header .header-icons button, .header-scrolled-up #site-header .header-icons button{
    border-color: rgba(var(--black-full) , 0.2) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(var(--black-dark) , var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 1280px){

  .header-scrolled #site-header .header-icons button:hover, .header-scrolled-up #site-header .header-icons button:hover{
    --tw-border-opacity: 1 !important;
    border-color: rgba(var(--black) , var(--tw-border-opacity, 1)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--black) , var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (max-width: 767px){

  .header-scrolled #site-header .header-icons button, .header-scrolled-up #site-header .header-icons button{
    border-style: none !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

.header-scrolled #site-header .header-menu-wrp, .header-scrolled-up #site-header .header-menu-wrp{
  padding-left: 0px;
  padding-right: 0px;
}

.header-scrolled #site-header .header-menu-wrp > div, .header-scrolled-up #site-header .header-menu-wrp > div{
  max-width: none;
  border-color: rgba(var(--black-full) , 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(var(--black) , var(--tw-text-opacity, 1));
}

@media (min-width: 768px){

  .header-scrolled #site-header .header-menu-wrp > div, .header-scrolled-up #site-header .header-menu-wrp > div{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1580px){

  .header-scrolled #site-header .header-menu-wrp > div, .header-scrolled-up #site-header .header-menu-wrp > div{
    padding-left: calc((100vw - 1480px) / 2);
    padding-right: calc((100vw - 1480px) / 2);
  }
}

@media (min-width: 1280px){

  .header-scrolled #site-header.white .header-menu > li > a:hover, .header-scrolled-up #site-header.white .header-menu > li > a:hover{
    background-color: rgba(var(--black-full) , 0.03);
  }

  .white .header-menu > li > a:hover{
    background-color: rgb(255 255 255 / 0.03);
  }
}

.header-logo{
  order: 1;
  margin-right: auto;
  display: block;
  height: 36px;
  width: 170px;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

@media (min-width: 768px){

  .header-logo{
    height: 40px;
    width: 180px;
  }
}

@media (min-width: 1024px){

  .header-logo{
    order: 2;
    margin-right: 0px;
    background-position: center;
  }
}

@media (min-width: 1280px){

  .header-logo{
    height: 80px;
    flex: 1 1 0%;
  }
}

.header-menu{
  position: relative;
  display: flex;
  justify-content: center;
}

.header-menu > li > a{
  position: relative;
  display: flex;
  height: 53px;
  align-items: center;
  white-space: nowrap;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (min-width: 1280px){

  .header-menu > li > a:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
    background-color: rgba(var(--black-full) , 0.03);
  }
}

.header-menu > li > a:hover:before,
                .header-menu > li > a:hover:after{
  position: absolute;
  top: 32px;
  display: block;
  height: 50px;
  width: 8rem;
  --tw-content: '';
  content: var(--tw-content);
}

.header-menu > li > a:hover:before{
  right: 100%;
}

.header-menu > li > a:hover:after{
  left: 100%;
}

.header-menu > li > .sub-menu-wrapper{
  position: absolute;
  left: 0px;
  display: none;
  width: 100%;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(var(--black) , var(--tw-text-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu{
  pointer-events: none;
  visibility: hidden;
  display: flex;
  -moz-column-gap: clamp(20px, 3vw, 24px);
       column-gap: clamp(20px, 3vw, 24px);
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-right: clamp(24px, 4vw, 40px);
  --tw-shadow: 0 20px 20px -10px rgba(0, 0, 0, .12);
  --tw-shadow-colored: 0 20px 20px -10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li{
  flex: 1 1 0%;
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li:first-child{
  margin-right: clamp(12px, 2vw, 16px);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary) , var(--tw-bg-opacity, 1));
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li:first-child > a,
                        .header-menu > li > .sub-menu-wrapper > .sub-menu > li:first-child > button{
  border-color: rgb(255 255 255 / 0.1);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li:first-child > .sub-menu > li > a{
  border-color: rgb(255 255 255 / 0.1);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li:first-child > .sub-menu > li > a span{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > a,
                    .header-menu > li > .sub-menu-wrapper > .sub-menu > li > button{
  display: flex;
  width: 100%;
  align-items: center;
  border-bottom-width: 1px;
  border-color: rgba(var(--black-full) , 0.1);
  padding-bottom: 1rem;
  text-align: left;
  font-family: ITC Quorum Std, serif;
  font-weight: 400;
                        font-size: clamp(1.125rem, 0.515vw + 0.992rem, 1.5rem);
                        line-height: clamp(1.238rem, 0.566vw + 1.091rem, 1.65rem);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > a span, .header-menu > li > .sub-menu-wrapper > .sub-menu > li > button span{
  display: none;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > a i, .header-menu > li > .sub-menu-wrapper > .sub-menu > li > button i{
  position: relative;
  right: 1rem;
  margin-left: auto;
  font-size: 20px;
  opacity: 0;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > a:hover i{
  right: 0px;
  opacity: 1;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > button{
  cursor: default;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a{
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgba(var(--black-full) , 0.1);
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a span{
  display: inline-block;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-lighter) , var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a i{
  position: relative;
  right: 1rem;
  margin-left: auto;
  font-size: 20px;
  opacity: 0;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a:hover{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li > a:hover i{
  right: 0px;
  opacity: 1;
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li.more > a{
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
                                    font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
                                    line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li.more > a span{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.header-menu > li > .sub-menu-wrapper > .sub-menu > li > .sub-menu > li.more > a i{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.header-menu > li:hover{
  z-index: 1;
}

.header-menu > li:hover > .sub-menu-wrapper{
  display: block;
}

.header-menu > li:hover > .sub-menu-wrapper > .sub-menu{
  pointer-events: auto;
  visibility: visible;
}

.spets-upp:not(.is-selected){
  position: relative;
}

.spets-upp:not(.is-selected):before{
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  height: 46px;
  width: 82px;
  --tw-translate-y: -100%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
        -webkit-mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak.svg);
                mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak.svg);
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: bottom center;
                mask-position: bottom center;
}

.spets-ner:not(.is-selected){
  position: relative;
}

.spets-ner:not(.is-selected):after{
  position: absolute;
  bottom: 1px;
  left: 50%;
  z-index: 1;
  display: block;
  height: 46px;
  width: 82px;
  --tw-translate-y: calc(100% - 0.25px);
  --tw-translate-x: -50%;
  --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));
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
        -webkit-mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak.svg);
                mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak.svg);
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: top center;
                mask-position: top center;
}

.spets-vanster:not(.is-selected){
  position: relative;
}

.spets-vanster:not(.is-selected):before{
  position: absolute;
  left: 1px;
  top: 50%;
  z-index: 1;
  display: block;
  height: 82px;
  width: 46px;
  --tw-translate-x: calc(calc(100% - 0.25px) * -1);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
        -webkit-mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak-alt.svg);
                mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak-alt.svg);
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center right;
                mask-position: center right;
}

.spets-hoger:not(.is-selected){
  position: relative;
}

.spets-hoger:not(.is-selected):after{
  position: absolute;
  right: 1px;
  top: 50%;
  z-index: 1;
  display: block;
  height: 82px;
  width: 46px;
  --tw-translate-x: calc(100% - 0.25px);
  --tw-translate-y: -50%;
  --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));
  background-color: inherit;
  --tw-content: '';
  content: var(--tw-content);
        -webkit-mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak-alt.svg);
                mask-image: url(/wp-content/themes/kulturparlor.se/static/images/masks/peak-alt.svg);
        -webkit-mask-size: contain;
                mask-size: contain;
        -webkit-mask-repeat: no-repeat;
                mask-repeat: no-repeat;
        -webkit-mask-position: center right;
                mask-position: center right;
}

[x-cloak] {
    display: none !important;
}

.caption{
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-block;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.swiper{
  z-index: 0 !important;
}

.grid-swiper{
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (min-width: 768px){

  .grid-swiper{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1280px){

  .grid-swiper{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.quote-swiper .swiper-slide{
  min-height: 400px;
  width: 80%;
}

@media (min-width: 768px){

  .quote-swiper .swiper-slide{
    width: 50%;
  }
}

.quote-swiper .swiper-slide > div{
  min-height: 420px;
  transform-origin: right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 768px){

  .quote-swiper .swiper-slide > div{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }
}

.quote-swiper .swiper-slide.swiper-slide-active > div{
  transform-origin: center;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}

.quote-swiper .swiper-slide.swiper-slide-active + .swiper-slide > div{
  transform-origin: left;
}

.media-gallery-caruousel .swiper-slide{
  width: 80%;
}

@media (min-width: 768px){

  .media-gallery-caruousel .swiper-slide{
    width: 60%;
  }
}

.media-gallery-caruousel .swiper-slide > img{
  transform-origin: right;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.media-gallery-caruousel .swiper-slide .caption{
  display: none;
}

.media-gallery-caruousel .swiper-slide.swiper-slide-active > img{
  transform-origin: center;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  opacity: 1;
}

.media-gallery-caruousel .swiper-slide.swiper-slide-active .caption{
  display: inline-block;
}

.media-gallery-caruousel .swiper-slide.swiper-slide-active + .swiper-slide > img{
  transform-origin: left;
}

main .swiper-button-prev,
main .swiper-button-next{
  z-index: 1;
  margin-top: 0px;
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  place-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

main .swiper-button-prev::after,
main .swiper-button-next::after{
  content: var(--tw-content) !important;
  display: none !important;
}

@media (min-width: 768px){

  main .swiper-button-prev,
main .swiper-button-next{
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 32px;
  }
}

main .swiper-button-prev{
  left: 15%;
  --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));
}

main .swiper-button-next{
  right: 15%;
}

main .media-gallery-slideshow .swiper-button-prev,
    main .media-gallery-slideshow .swiper-button-next,
    main .multiblock-gallery .swiper-button-prev,
    main .multiblock-gallery .swiper-button-next{
  top: auto;
  bottom: 1rem;
  display: flex;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){

  main .media-gallery-slideshow .swiper-button-prev,
    main .media-gallery-slideshow .swiper-button-next,
    main .multiblock-gallery .swiper-button-prev,
    main .multiblock-gallery .swiper-button-next{
    bottom: 1.5rem;
  }
}

main .media-gallery-slideshow .swiper-button-prev, main .multiblock-gallery .swiper-button-prev{
  left: auto;
  right: 4rem;
}

@media (min-width: 768px){

  main .media-gallery-slideshow .swiper-button-prev, main .multiblock-gallery .swiper-button-prev{
    right: 6rem;
  }
}

main .media-gallery-slideshow .swiper-button-next, main .multiblock-gallery .swiper-button-next{
  right: 1rem;
}

@media (min-width: 768px){

  main .media-gallery-slideshow .swiper-button-next, main .multiblock-gallery .swiper-button-next{
    right: 1.5rem;
  }
}

main .swiper-pagination{
  position: relative;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 1024px){

  main .swiper-pagination{
    max-width: 800px;
  }
}

main .swiper-pagination .swiper-pagination-progressbar-fill{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-light) , var(--tw-bg-opacity, 1));
}

.event_card_alt a:first-of-type{
  grid-row: span 3 / span 3;
  flex-direction: column !important;
}

.event_card_alt a:first-of-type .event-image{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}

.event_card_alt a:first-of-type .event-content{
  left: auto;
  max-width: none;
  text-align: center;
}

.event_card_alt a:first-of-type .event-content h4 {
                font-size: clamp(1.375rem, 0.858vw + 1.153rem, 2rem);
                line-height: clamp(1.513rem, 0.943vw + 1.268rem, 2.2rem);
            }

.event_card_alt a:first-of-type .event-content h4 + div{
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){

  .event_card_alt a:first-of-type .event-content h4 + div{
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

.event_card_alt a:first-of-type .event-content h4 + div {
                    font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
                    line-height: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
                }

.event_card_alt a:first-of-type .event-excerpt {
            font-size: clamp(0.875rem, 0.172vw + 0.831rem, 1rem);
            line-height: clamp(1.4rem, 0.274vw + 1.329rem, 1.6rem);
        }

@media (min-width: 640px){

  .hotel_card_2{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .hotel_card_2 a:nth-child(4n - 3),
    .hotel_card_2 a:nth-child(4n){
    grid-column: span 2 / span 2;
  }
}

.tvx-customer-widget-button,
.tvx-header{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1)) !important;
}

#tvx-customer-widget .tvx-customer-widget-button{
  transform: none !important;
  animation: none !important;
}

@media (max-width: 767px){

  #tvx-customer-widget .tvx-customer-widget-button{
    left: auto !important;
    right: 16px !important;
    bottom: 16px !important;
  }
}

.tippy-popper{
  display: none !important;
}

.tvx-send-message-container{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.fade-in{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 700ms;
  opacity: 0;
}

.fade-in.is-visible{
  opacity: 1;
}

.slide-up{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 700ms;
  position: relative;
  top: 5rem;
}

.slide-up.is-visible{
  top: 0px;
}

.scale-up .multiblock-overlay,
    .scale-up .multiblock-overlay-gradient,
    .scale-up .multiblock-video,
    .scale-up .multiblock-gallery img{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-scale-x: .78;
  --tw-scale-y: .78;
  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));
}

.scale-up.is-visible .multiblock-overlay,
        .scale-up.is-visible .multiblock-overlay-gradient,
        .scale-up.is-visible .multiblock-video,
        .scale-up.is-visible .multiblock-gallery img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

/* Utilities */

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

.-top-0\.5{
  top: -0.125rem;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-10{
  bottom: 2.5rem;
}

.bottom-16{
  bottom: 4rem;
}

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.top-4{
  top: 1rem;
}

.top-full{
  top: 100%;
}

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

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

.order-4{
  order: 4;
}

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

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

.my-spacing-40{
  margin-top: clamp(24px, 4vw, 40px);
  margin-bottom: clamp(24px, 4vw, 40px);
}

.\!mt-0{
  margin-top: 0px !important;
}

.-mb-14{
  margin-bottom: -3.5rem;
}

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

.mb-0\.5{
  margin-bottom: 0.125rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

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

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

.mb-spacing-20{
  margin-bottom: clamp(12px, 2vw, 16px);
}

.mb-spacing-30{
  margin-bottom: clamp(20px, 3vw, 24px);
}

.mb-spacing-40{
  margin-bottom: clamp(24px, 4vw, 40px);
}

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

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

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

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

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

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

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

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

.mt-spacing-20{
  margin-top: clamp(12px, 2vw, 16px);
}

.mt-spacing-30{
  margin-top: clamp(20px, 3vw, 24px);
}

.mt-spacing-40{
  margin-top: clamp(24px, 4vw, 40px);
}

.mt-spacing-50{
  margin-top: clamp(32px, 5vw, 64px);
}

.mt-spacing-80{
  margin-top: clamp(56px, 8vw, 120px);
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.\!hidden{
  display: none !important;
}

.hidden{
  display: none;
}

.aspect-\[11\/12\]{
  aspect-ratio: 11/12;
}

.aspect-\[12\/16\]{
  aspect-ratio: 12/16;
}

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

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

.aspect-\[400\/208\]{
  aspect-ratio: 400/208;
}

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

.aspect-video{
  aspect-ratio: 16 / 9;
}

.size-10{
  width: 2.5rem;
  height: 2.5rem;
}

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-\[170px\]{
  width: 170px;
  height: 170px;
}

.\!h-\[340px\]{
  height: 340px !important;
}

.\!h-auto{
  height: auto !important;
}

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

.h-0{
  height: 0px;
}

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

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

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

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

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

.h-\[56\.25vw\]{
  height: 56.25vw;
}

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-\[3\.5rem\]{
  max-height: 3.5rem;
}

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

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

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

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

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

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

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

.\!w-\[calc\(85\%\)\]{
  width: calc(85%) !important;
}

.\!w-auto{
  width: auto !important;
}

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

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

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

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.w-spacing-40{
  width: clamp(24px, 4vw, 40px);
}

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

.min-w-\[177\.77vh\]{
  min-width: 177.77vh;
}

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

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

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

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

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

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

.\!items-center{
  align-items: center !important;
}

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

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

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

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

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-spacing-30{
  gap: clamp(20px, 3vw, 24px);
}

.gap-spacing-40{
  gap: clamp(24px, 4vw, 40px);
}

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

.gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-spacing-40{
  -moz-column-gap: clamp(24px, 4vw, 40px);
       column-gap: clamp(24px, 4vw, 40px);
}

.gap-x-spacing-60{
  -moz-column-gap: clamp(40px, 6vw, 80px);
       column-gap: clamp(40px, 6vw, 80px);
}

.gap-x-spacing-70{
  -moz-column-gap: clamp(48px, 7vw, 110px);
       column-gap: clamp(48px, 7vw, 110px);
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-2\.5{
  row-gap: 0.625rem;
}

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

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

.gap-y-7{
  row-gap: 1.75rem;
}

.gap-y-spacing-40{
  row-gap: clamp(24px, 4vw, 40px);
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.whitespace-nowrap{
  white-space: nowrap;
}

.\!rounded-none{
  border-radius: 0px !important;
}

.rounded-\[2px\]{
  border-radius: 2px;
}

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

.border{
  border-width: 1px;
}

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

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

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

.border-t{
  border-top-width: 1px;
}

.\!border-cta{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1)) !important;
}

.\!border-primary-dark{
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--primary-dark) , var(--tw-border-opacity, 1)) !important;
}

.border-black-full\/20{
  border-color: rgba(var(--black-full) , 0.2);
}

.border-black\/20{
  border-color: rgba(var(--black) , 0.2);
}

.border-cta{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

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

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.\!border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2) !important;
}

.\!bg-shade{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--shade) , var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent{
  background-color: transparent !important;
}

.bg-black-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-dark) , var(--tw-bg-opacity, 1));
}

.bg-cta{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
}

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary) , var(--tw-bg-opacity, 1));
}

.bg-primary-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-dark) , var(--tw-bg-opacity, 1));
}

.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-light) , var(--tw-bg-opacity, 1));
}

.bg-primary-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-lighter) , var(--tw-bg-opacity, 1));
}

.bg-shade{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade) , var(--tw-bg-opacity, 1));
}

.bg-shade-light{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade-light) , var(--tw-bg-opacity, 1));
}

.bg-shade-lighter{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade-lighter) , var(--tw-bg-opacity, 1));
}

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

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

.from-black-full\/10{
  --tw-gradient-from: rgba(var(--black-full) , 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--black-full), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black-full\/30{
  --tw-gradient-to: rgba(var(--black-full) , 0.3) var(--tw-gradient-to-position);
}

.to-black-full\/40{
  --tw-gradient-to: rgba(var(--black-full) , 0.4) var(--tw-gradient-to-position);
}

.fill-primary{
  fill: rgba(var(--primary) , 1);
}

.fill-shade-light{
  fill: rgba(var(--shade-light) , 1);
}

.fill-white{
  fill: #fff;
}

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

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

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

.p-1\.5{
  padding: 0.375rem;
}

.p-spacing-40{
  padding: clamp(24px, 4vw, 40px);
}

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

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

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

.px-spacing-20{
  padding-left: clamp(12px, 2vw, 16px);
  padding-right: clamp(12px, 2vw, 16px);
}

.px-spacing-30{
  padding-left: clamp(20px, 3vw, 24px);
  padding-right: clamp(20px, 3vw, 24px);
}

.px-spacing-40{
  padding-left: clamp(24px, 4vw, 40px);
  padding-right: clamp(24px, 4vw, 40px);
}

.px-spacing-50{
  padding-left: clamp(32px, 5vw, 64px);
  padding-right: clamp(32px, 5vw, 64px);
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-spacing-20{
  padding-top: clamp(12px, 2vw, 16px);
  padding-bottom: clamp(12px, 2vw, 16px);
}

.py-spacing-30{
  padding-top: clamp(20px, 3vw, 24px);
  padding-bottom: clamp(20px, 3vw, 24px);
}

.py-spacing-40{
  padding-top: clamp(24px, 4vw, 40px);
  padding-bottom: clamp(24px, 4vw, 40px);
}

.py-spacing-50{
  padding-top: clamp(32px, 5vw, 64px);
  padding-bottom: clamp(32px, 5vw, 64px);
}

.py-spacing-60{
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(40px, 6vw, 80px);
}

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

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

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

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

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

.pb-spacing-30{
  padding-bottom: clamp(20px, 3vw, 24px);
}

.pb-spacing-40{
  padding-bottom: clamp(24px, 4vw, 40px);
}

.pb-spacing-50{
  padding-bottom: clamp(32px, 5vw, 64px);
}

.pb-spacing-80{
  padding-bottom: clamp(56px, 8vw, 120px);
}

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

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

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

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

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

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-spacing-40{
  padding-top: clamp(24px, 4vw, 40px);
}

.pt-spacing-50{
  padding-top: clamp(32px, 5vw, 64px);
}

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

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

.font-body{
  font-family: Montserrat, serif;
}

.font-header{
  font-family: ITC Quorum Std, serif;
}

.\!text-\[20px\]{
  font-size: 20px !important;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[48px\]{
  font-size: 48px;
}

.\!font-normal{
  font-weight: 400 !important;
}

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

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[14px\]{
  line-height: 14px;
}

.leading-\[16px\]{
  line-height: 16px;
}

.tracking-\[1px\]{
  letter-spacing: 1px;
}

.tracking-\[2px\]{
  letter-spacing: 2px;
}

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

.text-black{
  --tw-text-opacity: 1;
  color: rgba(var(--black) , var(--tw-text-opacity, 1));
}

.text-black-dark{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.text-black-full\/50{
  color: rgba(var(--black-full) , 0.5);
}

.text-cta{
  --tw-text-opacity: 1;
  color: rgba(var(--cta) , var(--tw-text-opacity, 1));
}

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

.text-inherit{
  color: inherit;
}

.text-primary-dark{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-dark) , var(--tw-text-opacity, 1));
}

.text-primary-light{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-light) , var(--tw-text-opacity, 1));
}

.text-primary-lightest{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-lightest) , var(--tw-text-opacity, 1));
}

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

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

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

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

.decoration-solid{
  text-decoration-style: solid;
}

.decoration-1{
  text-decoration-thickness: 1px;
}

.underline-offset-8{
  text-underline-offset: 8px;
}

.caret-primary-light{
  caret-color: rgba(var(--primary-light) , 1);
}

.opacity-0{
  opacity: 0;
}

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

.outline{
  outline-style: solid;
}

.drop-shadow-box{
  --tw-drop-shadow: drop-shadow(0 8px 12px rgba(0, 0, 0, .05));
  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);
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.\!transition-shadow{
  transition-property: box-shadow !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.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-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\!duration-300{
  transition-duration: 300ms !important;
}

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

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

.\!ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

@media (min-width: 640px){

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

.transition-header {
        transition-property: top, background-color, border-color, color;
    }

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

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

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

@media (min-width: 1280px){

  .transition-animation-card{
    transition-property: all !important;
    transition-duration: 700ms !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }
}

.line-clamp-2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.line-clamp-3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

/* Gutenberg */

.has-darkprimary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-dark) , var(--tw-bg-opacity, 1));
}

.has-darkprimary-color{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-dark) , var(--tw-text-opacity, 1));
}

.has-primary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary) , var(--tw-bg-opacity, 1));
}

.has-primary-color{
  --tw-text-opacity: 1;
  color: rgba(var(--primary) , var(--tw-text-opacity, 1));
}

.has-lightprimary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-light) , var(--tw-bg-opacity, 1));
}

.has-lightprimary-color{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-light) , var(--tw-text-opacity, 1));
}

.has-lighterprimary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-lighter) , var(--tw-bg-opacity, 1));
}

.has-lighterprimary-color{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-lighter) , var(--tw-text-opacity, 1));
}

.has-lightestprimary-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary-lightest) , var(--tw-bg-opacity, 1));
}

.has-lightestprimary-color{
  --tw-text-opacity: 1;
  color: rgba(var(--primary-lightest) , var(--tw-text-opacity, 1));
}

.has-darkcta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta-dark) , var(--tw-bg-opacity, 1));
}

.has-darkcta-color{
  --tw-text-opacity: 1;
  color: rgba(var(--cta-dark) , var(--tw-text-opacity, 1));
}

.has-cta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
}

.has-cta-color{
  --tw-text-opacity: 1;
  color: rgba(var(--cta) , var(--tw-text-opacity, 1));
}

.has-lightcta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta-light) , var(--tw-bg-opacity, 1));
}

.has-lightcta-color{
  --tw-text-opacity: 1;
  color: rgba(var(--cta-light) , var(--tw-text-opacity, 1));
}

.has-lightercta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta-lighter) , var(--tw-bg-opacity, 1));
}

.has-lightercta-color{
  --tw-text-opacity: 1;
  color: rgba(var(--cta-lighter) , var(--tw-text-opacity, 1));
}

.has-lightestcta-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta-lightest) , var(--tw-bg-opacity, 1));
}

.has-lightestcta-color{
  --tw-text-opacity: 1;
  color: rgba(var(--cta-lightest) , var(--tw-text-opacity, 1));
}

.has-fullblack-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-full) , var(--tw-bg-opacity, 1));
}

.has-fullblack-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-full) , var(--tw-text-opacity, 1));
}

.has-darkblack-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-dark) , var(--tw-bg-opacity, 1));
}

.has-darkblack-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.has-black-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black) , var(--tw-bg-opacity, 1));
}

.has-black-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black) , var(--tw-text-opacity, 1));
}

.has-lightblack-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-light) , var(--tw-bg-opacity, 1));
}

.has-lightblack-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-light) , var(--tw-text-opacity, 1));
}

.has-lighterblack-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--black-lighter) , var(--tw-bg-opacity, 1));
}

.has-lighterblack-color{
  --tw-text-opacity: 1;
  color: rgba(var(--black-lighter) , var(--tw-text-opacity, 1));
}

.has-darkshade-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade-dark) , var(--tw-bg-opacity, 1));
}

.has-darkshade-color{
  --tw-text-opacity: 1;
  color: rgba(var(--shade-dark) , var(--tw-text-opacity, 1));
}

.has-shade-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade) , var(--tw-bg-opacity, 1));
}

.has-shade-color{
  --tw-text-opacity: 1;
  color: rgba(var(--shade) , var(--tw-text-opacity, 1));
}

.has-lightshade-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade-light) , var(--tw-bg-opacity, 1));
}

.has-lightshade-color{
  --tw-text-opacity: 1;
  color: rgba(var(--shade-light) , var(--tw-text-opacity, 1));
}

.has-lightershade-background-color{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade-lighter) , var(--tw-bg-opacity, 1));
}

.has-lightershade-color{
  --tw-text-opacity: 1;
  color: rgba(var(--shade-lighter) , var(--tw-text-opacity, 1));
}

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

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

.alignnarrow{
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .alignnarrow{
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){

  .alignnarrow{
    padding-left: calc((100vw - 940px) / 2) !important;
    padding-right: calc((100vw - 940px) / 2) !important;
  }
}

@media (min-width: 1580px){

  .alignnarrow{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.alignwide{
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .alignwide{
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px){

  .alignwide{
    padding-left: calc((100vw - 1160px) / 2);
    padding-right: calc((100vw - 1160px) / 2);
  }
}

@media (min-width: 1580px){

  .alignwide{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.alignfull{
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){

  .alignfull{
    margin-left: -3rem;
    margin-right: -3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1580px){

  .alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc((100vw - 1480px) / 2);
    padding-right: calc((100vw - 1480px) / 2);
  }
}

.wp-block-columns{
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  padding: 0px;
}

@media (min-width: 1024px){

  .wp-block-columns{
    flex-wrap: nowrap !important;
  }

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

  .text-space{
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}

.wp-block-column{
  position: relative;
  min-width: 0px;
  align-self: stretch !important;
}

.wp-block-column.is-vertically-aligned-center.text-col{
  position: relative;
  min-width: 0px;
  align-self: center !important;
}

.has-3-columns{
  gap: 1.5rem;
}

@media (min-width: 768px){

  .has-3-columns{
    gap: 2.5rem;
  }
}

@media (max-width: 1279px){

  .has-3-columns .wp-block-column:last-child{
    flex-basis: 100%;
  }
}

@media (max-width: 1023px){

  .has-2-columns{
    flex-direction: column;
  }
}

.has-1-columns{
  padding-top: 250px;
}

@media (min-width: 768px){

  .has-1-columns{
    padding-top: 0px;
  }
}

@media (max-width: 767px){

  .has-1-columns{
    flex-direction: column;
  }
}

.has-1-columns .wp-block-column{
  --tw-drop-shadow: drop-shadow(0 8px 12px rgba(0, 0, 0, .05));
  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);
}

@media (max-width: 1023px){

  .has-1-columns .wp-block-column{
    flex-basis: 50% !important;
  }
}

.single-custom{
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.single-custom-post-top-image{
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 1.5rem !important;
}

@media (min-width: 768px){

  .single-custom-post-top-image{
    margin-left: -3rem;
    margin-right: -3rem;
    margin-top: 2rem !important;
  }
}

@media (min-width: 1280px){

  .single-custom-post-top-image{
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2.5rem !important;
  }
}

.single-custom-post{
  position: relative;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

@media (min-width: 1024px){

  .single-custom-post{
    flex-direction: row-reverse;
  }
}

.single-custom-post .wp-block-column{
  position: static;
}

@media (min-width: 1024px){

  .single-custom-post .wp-block-column{
    position: relative;
  }
}

.single-custom-post .wp-block-column:last-child .single-custom-post-title{
  position: absolute;
  left: 0px;
  top: -2.5rem;
  width: fill-available;
  --tw-translate-y: -100%;
  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));
  text-align: center;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
}

@media (min-width: 1024px){

  .single-custom-post .wp-block-column:last-child .single-custom-post-title{
    top: 0px;
    text-align: left;
  }

  .single-custom-post .wp-block-column:first-child{
    display: flex;
    justify-content: flex-end;
  }
}

.single-custom-post .wp-block-column:first-child .single-custom-post-booking{
  margin-top: -2.5rem;
  width: 100%;
  --tw-drop-shadow: drop-shadow(0 8px 12px rgba(0, 0, 0, .05));
  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);
}

@media (min-width: 1024px){

  .single-custom-post .wp-block-column:first-child .single-custom-post-booking{
    position: absolute;
    margin-top: 0px;
    max-width: 520px;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.single-custom-post .wp-block-column:first-child .single-custom-post-booking > div{
  width: 100%;
}

.single-custom-post .wp-block-column:first-child .single-custom-post-booking > div:nth-child(2){
  margin-top: -1px;
  margin-bottom: -1px;
}

.menu-section{
  border-bottom-width: 1px;
  border-color: rgba(var(--black-full) , 0.2);
  padding-top: 1.5rem !important;
  padding-bottom: 1.25rem !important;
}

@media (min-width: 640px){

  .menu-section{
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding-top: 2.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.menu-section .wp-block-column:first-child{
  flex: 1 1 0%;
}

.menu-section .wp-block-column:last-child{
  flex-basis: 100% !important;
  padding-top: 0.625rem;
  text-align: left;
}

@media (min-width: 640px){

  .menu-section .wp-block-column:last-child{
    flex-basis: 40% !important;
    padding-top: 0px;
    text-align: right;
  }
}

@media (max-width: 767px){

  .wp-block-media-text{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.wp-block-media-text .wp-block-media-text__media{
  order: 1;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px){

  .wp-block-media-text .wp-block-media-text__media{
    width: auto;
  }
}

@media (max-width: 767px){

  .wp-block-media-text .wp-block-media-text__media{
    grid-column: span 1 / span 1 !important;
    grid-row: span 1 / span 1 !important;
  }
}

.wp-block-media-text .wp-block-media-text__content{
  order: 2;
  padding-top: 1.5rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0.5rem !important;
}

.wp-block-media-text .wp-block-media-text__content:first-child{
  padding-left: 0px !important;
}

.wp-block-media-text .wp-block-media-text__content:last-child{
  padding-right: 0px !important;
}

@media (min-width: 768px){

  .wp-block-media-text .wp-block-media-text__content{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .wp-block-media-text .wp-block-media-text__content:first-child{
    padding-right: 3rem !important;
  }

  .wp-block-media-text .wp-block-media-text__content:last-child{
    padding-left: 3rem !important;
  }
}

@media (min-width: 1580px){

  .wp-block-media-text .wp-block-media-text__content{
    padding: 3rem !important;
  }

  .wp-block-media-text .wp-block-media-text__content:first-child{
    padding-right: 5rem !important;
  }

  .wp-block-media-text .wp-block-media-text__content:last-child{
    padding-left: 5rem !important;
  }
}

@media (max-width: 767px){

  .wp-block-media-text .wp-block-media-text__content{
    grid-column: span 1 / span 1 !important;
    grid-row: span 1 / span 1 !important;
  }
}

.wp-block-group .wp-block-media-text .wp-block-media-text__content{
  padding: 1.5rem !important;
}

@media (min-width: 768px){

  .wp-block-group .wp-block-media-text .wp-block-media-text__content{
    padding: 3rem !important;
  }
}

@media (min-width: 1580px){

  .wp-block-group .wp-block-media-text .wp-block-media-text__content{
    padding: 5rem !important;
  }
}

.media-container{
  position: relative;
}

.wp-block-column .media-container.auto{
  aspect-ratio: 4/3;
}

@media (min-width: 768px){

  .wp-block-column .media-container.auto{
    aspect-ratio: 16 / 9;
  }
}

@media (min-width: 1024px){

  .wp-block-column .media-container.auto{
    aspect-ratio: auto;
  }
}

.media-container.aspect-square{
  aspect-ratio: 4/3 !important;
}

@media (min-width: 768px){

  .media-container.aspect-square{
    aspect-ratio: 16 / 9 !important;
  }
}

@media (min-width: 1024px){

  .media-container.aspect-square{
    aspect-ratio: 4/5 !important;
  }
}

@media (min-width: 1280px){

  .media-container.aspect-square{
    aspect-ratio: 1 / 1 !important;
  }
}

.wp-block-image{
  margin-top: 0px;
  margin-bottom: 0px;
}

.wp-block-image figure{
  float: none !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.wp-block-image .alignleft{
  text-align: left;
}

.wp-block-image .alignleft img{
  margin-right: auto;
}

.wp-block-image .aligncenter{
  text-align: center;
}

.wp-block-image .aligncenter img{
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image .alignright{
  text-align: right;
}

.wp-block-image .alignright img{
  margin-left: auto;
}

.wp-block-image img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wp-block-image.alignfull img{
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100vw;
  max-width: none;
  border-radius: 0px;
}

@media (min-width: 768px){

  .wp-block-image.alignfull img{
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

@media (min-width: 1580px){

  .wp-block-image.alignfull img{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

main .wp-block-gallery .wp-block-image .wp-element-caption{
  position: relative !important;
  left: 0px !important;
  top: 0.25rem !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
  text-align: left !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--black) , var(--tw-text-opacity, 1)) !important;
    background: none!important;
}

.wp-block-gallery{
  display: flex;
  flex-wrap: wrap;
}

.wp-block-gallery.has-nested-images figure.wp-block-image{
  position: relative;
  flex-grow: 0;
}

.wp-block-gallery .lightbox-trigger{
  top: 1rem !important;
}

.wp-block-gallery figcaption{
  top: 1rem !important;
  bottom: auto !important;
  left: 1rem !important;
  right: auto !important;
  margin-top: 0px !important;
  height: auto !important;
  width: auto !important;
  flex-basis: auto !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(230 220 201 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

ul.wp-block-list,
.mce-content-body ul{
  list-style-type: disc;
  padding-left: 1.5rem;
}

ol.wp-block-list,
.mce-content-body ol{
  list-style-type: decimal;
  padding-left: 1.5rem;
}

ul.wp-block-list li,
ol.wp-block-list li{
  padding-bottom: 0.5rem;
}

ul.wp-block-list li:last-child,
ol.wp-block-list li:last-child{
  padding-bottom: 0px;
}

ul.wp-block-list.check,
ul.wp-block-list.plus{
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.5rem;
  padding-left: 0px;
}

@media (min-width: 768px){

  ul.wp-block-list.check,
ul.wp-block-list.plus{
    gap: 0.75rem;
  }
}

ul.wp-block-list.check,
ul.wp-block-list.plus {
    counter-reset: my-awesome-counter;
}

ul.wp-block-list.check li,
ul.wp-block-list.plus li{
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  padding-left: 2rem;
}

ul.wp-block-list.check li::before,
ul.wp-block-list.plus li::before{
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 1.25rem;
  width: 1.25rem;
  place-content: center;
  background-color: transparent;
  font-family: 'icomoon';
  font-size: 20px;
  --tw-content: '\e91f';
  content: var(--tw-content);
}

@media (min-width: 768px){

  ul.wp-block-list.check li::before,
ul.wp-block-list.plus li::before{
    content: var(--tw-content);
    font-size: 24px;
  }
}

ul.wp-block-list.plus li::before{
  --tw-content: '\e922';
  content: var(--tw-content);
}

.wp-block-table tr td{
  border-style: none;
}

.wp-block-table tr td:first-child{
  padding-left: 0px;
}

.wp-block-table tr td:last-child{
  white-space: nowrap;
  padding-left: 0px;
}

.wp-block-embed .wp-block-embed__wrapper{
  position: relative;
  height: 0px;
  max-width: none !important;
  padding-bottom: 56.25%;
}

.wp-block-embed .wp-block-embed__wrapper iframe{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100% !important;
  width: 100% !important;
}

.wp-block-video{
  overflow: hidden;
  border-radius: 2px;
}

/* Gravity forms */

.gform_anchor,
.gform_required_legend{
  display: none;
}

.gfield_required,
.required{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.gfield_validation_message{
  margin-top: 0.375rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gfield_description{
  margin-top: 0.375rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gform_fields{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){

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

.gform_fields legend,
.gform_fields .gfield--type-select label{
  margin-bottom: 0.625rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gform_fields .hidden_label > legend,
.gform_fields .gfield--type-select.hidden_label label{
  display: none !important;
}

main .gfield_visibility_hidden{
  display: none;
}

@media (min-width: 768px){

  .gfield.full,
.gfield.gfield--type-honeypot{
    grid-column: span 2 / span 2;
  }
}

.gfield.gfield--type-honeypot{
  display: none;
}

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

.hour_minute_colon{
  display: none;
}

.gsection_title{
  font-family: Montserrat, serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
    line-height: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
}

.gform_footer{
  margin-top: 1rem;
  text-align: right;
}

@media (min-width: 768px){

  .gform_footer{
    margin-top: 1.5rem;
  }
}

form input[type="submit"]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
}

.gfield--type-text input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-text select::-moz-placeholder, .gfield--type-text textarea::-moz-placeholder, .gfield--type-email input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-email select::-moz-placeholder, .gfield--type-email textarea::-moz-placeholder, .gfield--type-textarea input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-textarea select::-moz-placeholder, .gfield--type-textarea textarea::-moz-placeholder, .gfield--type-textarea input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-textarea select::-moz-placeholder, .gfield--type-textarea textarea::-moz-placeholder, .gfield--type-date input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-date select::-moz-placeholder, .gfield--type-date textarea::-moz-placeholder, .gfield--type-time input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-time select::-moz-placeholder, .gfield--type-time textarea::-moz-placeholder, .gfield--type-tel input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-tel select::-moz-placeholder, .gfield--type-tel textarea::-moz-placeholder, .gfield--type-phone input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-phone select::-moz-placeholder, .gfield--type-phone textarea::-moz-placeholder, .gfield--type-name input:not([type=checkbox]):not([type=radio])::-moz-placeholder, .gfield--type-name select::-moz-placeholder, .gfield--type-name textarea::-moz-placeholder{
  color: transparent;
}

.gfield--type-text input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-text select::placeholder,
    .gfield--type-text textarea::placeholder,
    .gfield--type-email input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-email select::placeholder,
    .gfield--type-email textarea::placeholder,
    .gfield--type-textarea input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-textarea select::placeholder,
    .gfield--type-textarea textarea::placeholder,
    .gfield--type-textarea input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-textarea select::placeholder,
    .gfield--type-textarea textarea::placeholder,
    .gfield--type-date input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-date select::placeholder,
    .gfield--type-date textarea::placeholder,
    .gfield--type-time input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-time select::placeholder,
    .gfield--type-time textarea::placeholder,
    .gfield--type-tel input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-tel select::placeholder,
    .gfield--type-tel textarea::placeholder,
    .gfield--type-phone input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-phone select::placeholder,
    .gfield--type-phone textarea::placeholder,
    .gfield--type-name input:not([type=checkbox]):not([type=radio])::placeholder,
    .gfield--type-name select::placeholder,
    .gfield--type-name textarea::placeholder{
  color: transparent;
}

.gfield--type-text label, .gfield--type-email label, .gfield--type-textarea label, .gfield--type-textarea label, .gfield--type-date label, .gfield--type-time label, .gfield--type-tel label, .gfield--type-phone label, .gfield--type-name label{
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 18px;
  z-index: 1;
  display: flex !important;
  flex-wrap: wrap;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(var(--black-lighter) , var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}

.gfield--type-text:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-text:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-text:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-text:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-text:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-text:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-email:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-email:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-email:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-email:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-email:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-email:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-date:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-date:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-date:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-date:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-date:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-date:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-time:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-time:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-time:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-time:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-time:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-time:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-tel:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-tel:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-tel:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-tel:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-tel:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-tel:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-phone:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-phone:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-phone:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-phone:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-phone:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-phone:has( textarea:not(:-moz-placeholder-shown) ) textarea, .gfield--type-name:has( input:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-name:has( input:not(:-moz-placeholder-shown) ) select, .gfield--type-name:has( input:not(:-moz-placeholder-shown) ) textarea, .gfield--type-name:has( textarea:not(:-moz-placeholder-shown) ) input:not([type=checkbox]):not([type=radio]), .gfield--type-name:has( textarea:not(:-moz-placeholder-shown) ) select, .gfield--type-name:has( textarea:not(:-moz-placeholder-shown) ) textarea{
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
}

.gfield--type-text:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-text:has( input:not(:placeholder-shown) ) select,
        .gfield--type-text:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-text:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-text:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-text:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-text:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-text:focus-within select,
        .gfield--type-text:focus-within textarea,
        .gfield--type-email:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-email:has( input:not(:placeholder-shown) ) select,
        .gfield--type-email:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-email:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-email:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-email:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-email:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-email:focus-within select,
        .gfield--type-email:focus-within textarea,
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) select,
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-textarea:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:focus-within select,
        .gfield--type-textarea:focus-within textarea,
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) select,
        .gfield--type-textarea:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-textarea:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-textarea:focus-within select,
        .gfield--type-textarea:focus-within textarea,
        .gfield--type-date:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-date:has( input:not(:placeholder-shown) ) select,
        .gfield--type-date:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-date:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-date:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-date:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-date:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-date:focus-within select,
        .gfield--type-date:focus-within textarea,
        .gfield--type-time:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-time:has( input:not(:placeholder-shown) ) select,
        .gfield--type-time:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-time:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-time:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-time:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-time:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-time:focus-within select,
        .gfield--type-time:focus-within textarea,
        .gfield--type-tel:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-tel:has( input:not(:placeholder-shown) ) select,
        .gfield--type-tel:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-tel:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-tel:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-tel:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-tel:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-tel:focus-within select,
        .gfield--type-tel:focus-within textarea,
        .gfield--type-phone:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-phone:has( input:not(:placeholder-shown) ) select,
        .gfield--type-phone:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-phone:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-phone:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-phone:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-phone:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-phone:focus-within select,
        .gfield--type-phone:focus-within textarea,
        .gfield--type-name:has( input:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-name:has( input:not(:placeholder-shown) ) select,
        .gfield--type-name:has( input:not(:placeholder-shown) ) textarea,
        .gfield--type-name:has( textarea:not(:placeholder-shown) ) input:not([type=checkbox]):not([type=radio]),
        .gfield--type-name:has( textarea:not(:placeholder-shown) ) select,
        .gfield--type-name:has( textarea:not(:placeholder-shown) ) textarea,
        .gfield--type-name:focus-within input:not([type=checkbox]):not([type=radio]),
        .gfield--type-name:focus-within select,
        .gfield--type-name:focus-within textarea{
  padding-top: 1.5rem;
  padding-bottom: 0.625rem;
}

.gfield--type-text:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-text:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-email:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-email:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-textarea:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-textarea:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-date:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-date:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-time:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-time:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-tel:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-tel:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-phone:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-phone:has( textarea:not(:-moz-placeholder-shown) ) label, .gfield--type-name:has( input:not(:-moz-placeholder-shown) ) label, .gfield--type-name:has( textarea:not(:-moz-placeholder-shown) ) label{
  top: 0.25rem;
  font-size: 10px;
  line-height: 22px;
}

.gfield--type-text:has( input:not(:placeholder-shown) ) label, .gfield--type-text:has( textarea:not(:placeholder-shown) ) label, .gfield--type-text:focus-within label, .gfield--type-email:has( input:not(:placeholder-shown) ) label, .gfield--type-email:has( textarea:not(:placeholder-shown) ) label, .gfield--type-email:focus-within label, .gfield--type-textarea:has( input:not(:placeholder-shown) ) label, .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) label, .gfield--type-textarea:focus-within label, .gfield--type-textarea:has( input:not(:placeholder-shown) ) label, .gfield--type-textarea:has( textarea:not(:placeholder-shown) ) label, .gfield--type-textarea:focus-within label, .gfield--type-date:has( input:not(:placeholder-shown) ) label, .gfield--type-date:has( textarea:not(:placeholder-shown) ) label, .gfield--type-date:focus-within label, .gfield--type-time:has( input:not(:placeholder-shown) ) label, .gfield--type-time:has( textarea:not(:placeholder-shown) ) label, .gfield--type-time:focus-within label, .gfield--type-tel:has( input:not(:placeholder-shown) ) label, .gfield--type-tel:has( textarea:not(:placeholder-shown) ) label, .gfield--type-tel:focus-within label, .gfield--type-phone:has( input:not(:placeholder-shown) ) label, .gfield--type-phone:has( textarea:not(:placeholder-shown) ) label, .gfield--type-phone:focus-within label, .gfield--type-name:has( input:not(:placeholder-shown) ) label, .gfield--type-name:has( textarea:not(:placeholder-shown) ) label, .gfield--type-name:focus-within label{
  top: 0.25rem;
  font-size: 10px;
  line-height: 22px;
}

fieldset:not(.single) .gfield_radio,
    fieldset:not(.single) .gfield_checkbox{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){

  fieldset:not(.single) .gfield_radio,
    fieldset:not(.single) .gfield_checkbox{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

fieldset:not(.single).tag .gchoice:first-child:after {
            content: 'Mest populär';
            pointer-events: none;
            position: absolute;
            top: 0px;
            right: 0.5rem;
            border-bottom-right-radius: 2px;
            border-bottom-left-radius: 2px;
            --tw-bg-opacity: 1;
            background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
            padding-left: 0.5rem;
            padding-right: 0.5rem;
            font-size: 9px;
            font-weight: 600;
            line-height: 18px;
            --tw-text-opacity: 1;
            color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
            opacity: 0.3;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 200ms;
        }

fieldset:not(.single).tag .gchoice:has(:checked):first-child:after{
  opacity: 1;
}

fieldset:not(.single).tag label{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.gchoice,
.ginput_container_consent{
  position: relative;
}

.gchoice label, .ginput_container_consent label{
  position: relative;
  margin-bottom: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 2px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  background-color: rgb(255 255 255 / .05);
  padding: 1rem;
  font-size: 14px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1280px){

  .gchoice label:hover, .ginput_container_consent label:hover{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}

.gchoice label:before, .ginput_container_consent label:before{
  margin-right: 0.5rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  min-width: 20px;
  border-radius: 0.125rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.4);
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: '';
  content: var(--tw-content);
}

.gchoice label:hover:before, .ginput_container_consent label:hover:before{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.gchoice label:after, .ginput_container_consent label:after{
  position: absolute;
  left: 0px;
  top: 50%;
  display: none;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-x: 21px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.gchoice input, .ginput_container_consent input{
  display: none;
}

.gchoice input:checked + label, .ginput_container_consent input:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.gchoice input:checked + label:before, .ginput_container_consent input:checked + label:before{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
}

.gchoice input:checked + label:after, .ginput_container_consent input:checked + label:after{
  display: flex;
}

.gchoice a, .ginput_container_consent a{
  color: inherit;
}

.gfield_radio .gchoice label:before{
  border-radius: 9999px;
}

.gfield_radio .gchoice label:after{
  border-radius: 9999px;
}

.gfield_checkbox .gchoice label:after, .ginput_container_consent label:after{
  background-color: transparent;
  font-family: 'icomoon';
  --tw-content: '\e91f';
  content: var(--tw-content);
}

.form-light .gsection_title{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.form-light .gform_fields legend,
    .form-light .gform_fields .gfield--type-select label,
    .form-light .gfield_description{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.form-light .gfield_validation_message{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.form-light .gchoice label, .form-light .ginput_container_consent label{
  border-color: rgba(var(--shade-dark) , 0.4);
  background-color: rgba(var(--shade-dark) , .05);
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

@media (min-width: 1280px){

  .form-light .gchoice label:hover, .form-light .ginput_container_consent label:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--shade-dark) , var(--tw-border-opacity, 1));
  }
}

.form-light .gchoice label:before, .form-light .ginput_container_consent label:before{
  border-color: rgba(var(--black-dark) , 0.4);
}

.form-light .gchoice label:hover:before, .form-light .ginput_container_consent label:hover:before{
  --tw-border-opacity: 1;
  border-color: rgba(var(--black-dark) , var(--tw-border-opacity, 1));
}

.form-light .gchoice input:checked + label, .form-light .ginput_container_consent input:checked + label{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.form-light .gchoice input:checked + label:before, .form-light .ginput_container_consent input:checked + label:before{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1));
}

.form-light .gform_confirmation_message{
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
}

.gform_confirmation_message{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem);
    line-height: clamp(1.6rem, 0.274vw + 1.529rem, 1.8rem);
}

.gform_confirmation_message h2 {
        font-size: clamp(1.875rem, 1.544vw + 1.476rem, 3rem);
        line-height: clamp(2.063rem, 1.698vw + 1.623rem, 3.3rem);
    }

.gform_submission_error{
  margin-bottom: 1rem;
  border-radius: 2px;
  border-style: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  font-family: Montserrat, serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media (min-width: 768px){

  .gform_submission_error{
    margin-bottom: 1.5rem;
  }
}

.gform_submission_error {
    font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
    line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

.gform_submission_error h2{
  border-style: none;
  font-family: Montserrat, serif;
  font-weight: 500;
  outline: 2px solid transparent;
  outline-offset: 2px;
        font-size: clamp(0.75rem, 0.172vw + 0.706rem, 0.875rem);
        line-height: clamp(1.2rem, 0.274vw + 1.129rem, 1.4rem);
}

.ui-datepicker{
  z-index: 1 !important;
  width: 100%;
  max-width: 319px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
  display: none;
}

.ui-datepicker .ui-datepicker-title{
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.ui-datepicker .ui-datepicker-title select{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--shade) , var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0px;
  font-size: 12px;
}

.ui-datepicker th, .ui-datepicker table{
  width: 100%;
}

.ui-datepicker th, .ui-datepicker td{
  height: 2.5rem;
  width: calc(100% / 7);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  text-align: center;
  font-size: 14px !important;
}

.ui-datepicker th{
  font-size: 12px !important;
}

.ui-datepicker .ui-state-disabled{
  --tw-text-opacity: 1;
  color: rgba(var(--shade) , var(--tw-text-opacity, 1));
}

.ui-datepicker .ui-datepicker-today{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.ui-datepicker .ui-datepicker-current-day{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--primary) , var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletterWidget{
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(24px, 4vw, 40px);
  max-width: 600px;
}

.newsletterWidget .css-1jcrknl{
  min-height: 0px;
  width: 100%;
  max-width: none;
  padding: 0px;
}

.newsletterWidget .css-3vmmsd{
  min-height: 0px;
  width: 100%;
  max-width: none;
  padding: 0px;
}

.newsletterWidget .css-yoau9f{
  display: none;
}

.newsletterWidget .css-0{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

@media (min-width: 640px){

  .newsletterWidget .css-0{
    flex-direction: row;
  }
}

.newsletterWidget .css-w2v2nh{
  margin-top: 0px;
  margin-bottom: 0.5rem;
  width: auto;
  flex: 1 1 0%;
}

@media (min-width: 640px){

  .newsletterWidget .css-w2v2nh{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0.5rem;
  }
}

.newsletterWidget input{
  width: 100% !important;
  border-radius: 2px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
  font-family: Montserrat, serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--black-full) , var(--tw-text-opacity, 1)) !important;
}

.newsletterWidget input::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(var(--black) , var(--tw-placeholder-opacity, 1)) !important;
}

.newsletterWidget input::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(var(--black) , var(--tw-placeholder-opacity, 1)) !important;
}

.newsletterWidget button{
  height: 42px;
  width: 100%;
  white-space: nowrap !important;
  border-radius: 2px;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--cta) , var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  font-family: Montserrat, serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(var(--black-dark) , var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px){

  .newsletterWidget button{
    height: 100%;
    width: auto;
  }
}

.newsletterWidget .g-recaptcha{
  position: relative !important;
  transform: none !important;
}

.newsletterWidget .g-recaptcha > div{
  height: auto !important;
}

.newsletterWidget .css-1f1hjw7{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  display: inline-block;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1)) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  font-family: Montserrat, serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
        font-size: clamp(1rem, 0.172vw + 0.956rem, 1.125rem) !important;
        line-height: clamp(1.6rem, 0.274vw + 1.529rem, 1.8rem) !important;
}

/* Icons */

@font-face {
    font-family: 'icomoon';
    src:  url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.eot?n7xf7j');
    src:  url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.eot?n7xf7j#iefix') format('embedded-opentype'),
    url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.woff2?n7xf7j') format('woff2'),
    url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.ttf?n7xf7j') format('truetype'),
    url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.woff?n7xf7j') format('woff'),
    url('/wp-content/themes/kulturparlor.se/static/fonts/icomoon.svg?n7xf7j#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-flower-dufwholm:before {
    content: "\e92f";
}

.icon-flower-sodertuna:before {
    content: "\e930";
}

.icon-biosittning:before {
    content: "\e928";
}

.icon-u-bord:before {
    content: "\e929";
}

.icon-runda-bord:before {
    content: "\e92a";
}

.icon-styrelsesittning:before {
    content: "\e92b";
}

.icon-skolsittning:before {
    content: "\e92e";
}

.icon-kvm:before {
    content: "\e92c";
}

.icon-star:before {
    content: "\e92d";
}

.icon-flower:before {
    content: "\e927";
}

.icon-search:before {
    content: "\e91a";
}

.icon-chat:before {
    content: "\e91b";
}

.icon-drag:before {
    content: "\e91c";
}

.icon-pet:before {
    content: "\e91d";
}

.icon-car:before {
    content: "\e91e";
}

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

.icon-cafe:before {
    content: "\e920";
}

.icon-food:before {
    content: "\e921";
}

.icon-plus:before {
    content: "\e922";
}

.icon-smoke:before {
    content: "\e923";
}

.icon-expand:before {
    content: "\e924";
}

.icon-share:before {
    content: "\e925";
}

.icon-boat:before {
    content: "\e926";
}

.icon-close:before {
    content: "\e900";
}

.icon-handicap:before {
    content: "\e901";
}

.icon-wc:before {
    content: "\e902";
}

.icon-parking:before {
    content: "\e903";
}

.icon-hanger:before {
    content: "\e904";
}

.icon-wifi:before {
    content: "\e905";
}

.icon-bell:before {
    content: "\e906";
}

.icon-reception:before {
    content: "\e907";
}

.icon-chevron:before {
    content: "\e908";
}

.icon-calendar:before {
    content: "\e909";
}

.icon-print:before {
    content: "\e90a";
}

.icon-bag:before {
    content: "\e90b";
}

.icon-minus:before {
    content: "\e90c";
}

.icon-volume-off:before {
    content: "\e90d";
}

.icon-volume-on:before {
    content: "\e90e";
}

.icon-zoom-out:before {
    content: "\e90f";
}

.icon-zoom-in:before {
    content: "\e910";
}

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

.icon-email:before {
    content: "\e912";
}

.icon-marker:before {
    content: "\e913";
}

.icon-menu:before {
    content: "\e914";
}

.icon-time:before {
    content: "\e915";
}

.icon-globe:before {
    content: "\e916";
}

.icon-phone:before {
    content: "\e917";
}

.icon-custom-chevron:before {
    content: "\e918";
}

.icon-custom-arrow:before {
    content: "\e919";
}

/* Themes */

:root {
    --cta-lightest: 241, 232, 204;
    --cta-lighter: 236, 221, 173;
    --cta-light: 235, 199, 96;
    --cta: 222, 184, 72;
    --cta-dark: 199, 155, 62;

    --black-lighter: 75, 74, 72;
    --black-light: 59, 59, 57;
    --black: 48, 47, 45;
    --black-dark: 30, 30, 29;
    --black-full: 0, 0, 0;

    --shade-lighter: 252, 249, 246;
    --shade-light: 246, 244, 239;
    --shade: 233, 231, 228;
    --shade-dark: 220, 218, 216;

    --wp--preset--spacing--20: clamp(12px, 2vw, 16px);
    --wp--preset--spacing--30: clamp(20px, 3vw, 24px);
    --wp--preset--spacing--40: clamp(24px, 4vw, 40px);
    --wp--preset--spacing--50: clamp(32px, 5vw, 64px);
    --wp--preset--spacing--60: clamp(40px, 6vw, 80px);
    --wp--preset--spacing--70: clamp(48px, 7vw, 110px);
    --wp--preset--spacing--80: clamp(56px, 8vw, 120px);
}

:root [style*="padding-left:var(--wp--preset--spacing--50)"],
    :root [style*="padding-right:var(--wp--preset--spacing--50)"],
    :root [style*="margin-left:var(--wp--preset--spacing--50)"],
    :root [style*="margin-right:var(--wp--preset--spacing--50)"] {
        --wp--preset--spacing--50: clamp(32px, 3vw, 64px);
    }

:root [style*="padding-left:var(--wp--preset--spacing--60)"],
    :root [style*="padding-right:var(--wp--preset--spacing--60)"],
    :root [style*="margin-left:var(--wp--preset--spacing--60)"],
    :root [style*="margin-right:var(--wp--preset--spacing--60)"] {
        --wp--preset--spacing--60: clamp(40px, 4vw, 80px);
    }

:root [style*="padding-left:var(--wp--preset--spacing--70)"],
    :root [style*="padding-right:var(--wp--preset--spacing--70)"],
    :root [style*="margin-left:var(--wp--preset--spacing--70)"],
    :root [style*="margin-right:var(--wp--preset--spacing--70)"] {
        --wp--preset--spacing--70: clamp(48px, 5vw, 110px);
    }

:root [style*="padding-left:var(--wp--preset--spacing--80)"],
    :root [style*="padding-right:var(--wp--preset--spacing--80)"],
    :root [style*="margin-left:var(--wp--preset--spacing--80)"],
    :root [style*="margin-right:var(--wp--preset--spacing--80)"] {
        --wp--preset--spacing--80: clamp(56px, 6vw, 120px);
    }

@media screen and (max-width: 1023px) {

:root [style*="padding-left:var(--wp--preset--spacing--50)"],
    :root [style*="padding-left:var(--wp--preset--spacing--60)"],
    :root [style*="padding-left:var(--wp--preset--spacing--70)"],
    :root [style*="padding-left:var(--wp--preset--spacing--80)"] {
            padding-left: 40px !important
    }
        }

@media screen and (max-width: 767px) {

:root [style*="padding-left:var(--wp--preset--spacing--50)"],
    :root [style*="padding-left:var(--wp--preset--spacing--60)"],
    :root [style*="padding-left:var(--wp--preset--spacing--70)"],
    :root [style*="padding-left:var(--wp--preset--spacing--80)"] {
            padding-left: 24px !important
    }
        }

@media screen and (max-width: 1023px) {

:root [style*="padding-right:var(--wp--preset--spacing--50)"],
    :root [style*="padding-right:var(--wp--preset--spacing--60)"],
    :root [style*="padding-right:var(--wp--preset--spacing--70)"],
    :root [style*="padding-right:var(--wp--preset--spacing--80)"] {
            padding-right: 40px !important
    }
        }

@media screen and (max-width: 767px) {

:root [style*="padding-right:var(--wp--preset--spacing--50)"],
    :root [style*="padding-right:var(--wp--preset--spacing--60)"],
    :root [style*="padding-right:var(--wp--preset--spacing--70)"],
    :root [style*="padding-right:var(--wp--preset--spacing--80)"] {
            padding-right: 24px !important
    }
        }

@media screen and (max-width: 1023px) {

:root [style*="margin-left:var(--wp--preset--spacing--50)"],
    :root [style*="margin-left:var(--wp--preset--spacing--60)"],
    :root [style*="margin-left:var(--wp--preset--spacing--70)"],
    :root [style*="margin-left:var(--wp--preset--spacing--80)"] {
            margin-left: 40px !important
    }
        }

@media screen and (max-width: 767px) {

:root [style*="margin-left:var(--wp--preset--spacing--50)"],
    :root [style*="margin-left:var(--wp--preset--spacing--60)"],
    :root [style*="margin-left:var(--wp--preset--spacing--70)"],
    :root [style*="margin-left:var(--wp--preset--spacing--80)"] {
            margin-left: 24px !important
    }
        }

@media screen and (max-width: 1023px) {

:root [style*="margin-right:var(--wp--preset--spacing--50)"],
    :root [style*="margin-right:var(--wp--preset--spacing--60)"],
    :root [style*="margin-right:var(--wp--preset--spacing--70)"],
    :root [style*="margin-right:var(--wp--preset--spacing--80)"] {
            margin-right: 40px !important
    }
        }

@media screen and (max-width: 767px) {

:root [style*="margin-right:var(--wp--preset--spacing--50)"],
    :root [style*="margin-right:var(--wp--preset--spacing--60)"],
    :root [style*="margin-right:var(--wp--preset--spacing--70)"],
    :root [style*="margin-right:var(--wp--preset--spacing--80)"] {
            margin-right: 24px !important
    }

:root .wp-block-column[style*="padding-top:var(--wp--preset--spacing--80)"] {
            padding-top: 32px !important
    }

:root .wp-block-column[style*="padding-bottom:var(--wp--preset--spacing--80)"] {
            padding-bottom: 32px !important
    }
        }

@media screen and (max-width: 1440px) {

:root [style*="aspect-ratio:4/5"],
    :root [style*="aspect-ratio:1/1"] {
            aspect-ratio: 4/5 !important
    }
        }

@media screen and (max-width: 1280px) {

:root [style*="aspect-ratio:4/5"],
    :root [style*="aspect-ratio:1/1"] {
            aspect-ratio: 320/500 !important
    }
        }

@media screen and (max-width: 1120px) {

:root [style*="aspect-ratio:4/5"],
    :root [style*="aspect-ratio:1/1"] {
            aspect-ratio: 280/500 !important
    }
        }

@media screen and (max-width: 1023px) {

:root [style*="aspect-ratio:4/5"],
    :root [style*="aspect-ratio:1/1"] {
            aspect-ratio: 16/9 !important
    }
        }

@media screen and (max-width: 767px) {

:root [style*="aspect-ratio:4/5"],
    :root [style*="aspect-ratio:1/1"] {
            aspect-ratio: 4/3 !important
    }
        }

.newsletter-wrapper{
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.newsletter-wrapper:before{
  position: absolute;
  inset: 0px;
  display: block;
  background-color: rgba(var(--black-full) , 0.5);
  --tw-content: '';
  content: var(--tw-content);
}

.newsletter-wrapper > div{
  position: relative;
  z-index: 1;
}

:root .blog-id-1 {
        --primary-lightest: 246, 244, 239;
        --primary-lighter: 75, 74, 72;
        --primary-light: 59, 59, 57;
        --primary: 48, 47, 45;
        --primary-dark: 30, 30, 29;
    }

.blog-id-1 .editor-styles-wrapper {
    --primary-lightest: 246, 244, 239;
    --primary-lighter: 75, 74, 72;
    --primary-light: 59, 59, 57;
    --primary: 48, 47, 45;
    --primary-dark: 30, 30, 29;
}

.blog-id-1 .header-logo{
  height: 36px;
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/svenska-kulturparlor.svg);
}

@media (min-width: 768px){

  .blog-id-1 .header-logo{
    height: 36px;
  }
}

@media (min-width: 1280px){

  .blog-id-1 .header-logo{
    height: 56px;
  }
}

:root .blog-id-2 {
        --primary-lightest: 240, 242, 244;
        --primary-lighter: 208, 219, 226;
        --primary-light: 65, 109, 140;
        --primary: 22, 62, 89;
        --primary-dark: 14, 43, 63;
    }

.blog-id-2 .editor-styles-wrapper {
    --primary-lightest: 240, 242, 244;
    --primary-lighter: 208, 219, 226;
    --primary-light: 65, 109, 140;
    --primary: 22, 62, 89;
    --primary-dark: 14, 43, 63;
}

.blog-id-2 .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-2 .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt2-black.svg);
  }
}

.blog-id-2 .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt3-white.svg);
}

@media (min-width: 1280px){

  .blog-id-2 .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt2-white.svg);
  }
}

.blog-id-2.header-scrolled .white .header-logo,
.blog-id-2.header-scrolled-up .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-2.header-scrolled .white .header-logo,
.blog-id-2.header-scrolled-up .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/gripsholms-vardshus-alt2-white.svg);
  }
}

.blog-id-2 .single-custom{
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/backgrounds/gripsholm-bg-stor.png');
}

.blog-id-2 .newsletter-wrapper{
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/backgrounds/gripsholm-nyhetsbrev.webp');
}

:root .blog-id-3 {
        --primary-lightest: 233, 235, 228;
        --primary-lighter: 187, 198, 187;
        --primary-light: 85, 108, 95;
        --primary: 43, 83, 70;
        --primary-dark: 43, 58, 51;
    }

.blog-id-3 .editor-styles-wrapper {
    --primary-lightest: 233, 235, 228;
    --primary-lighter: 187, 198, 187;
    --primary-light: 85, 108, 95;
    --primary: 43, 83, 70;
    --primary-dark: 43, 58, 51;
}

.blog-id-3 .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-3 .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt2-black.svg);
  }
}

.blog-id-3 .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt3-white.svg);
}

@media (min-width: 1280px){

  .blog-id-3 .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt2-white.svg);
  }
}

.blog-id-3.header-scrolled .white .header-logo,
.blog-id-3.header-scrolled-up .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-3.header-scrolled .white .header-logo,
.blog-id-3.header-scrolled-up .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/sodertuna-slott-alt2-white.svg);
  }
}

.blog-id-3 .single-custom{
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/backgrounds/sodertuna-bg-stor.png');
}

:root .blog-id-4 {
        --primary-lightest: 244, 235, 235;
        --primary-lighter: 228, 215, 215;
        --primary-light: 146, 76, 76;
        --primary: 117, 53, 53;
        --primary-dark: 64, 24, 24;
    }

.blog-id-4 .editor-styles-wrapper {
    --primary-lightest: 244, 235, 235;
    --primary-lighter: 228, 215, 215;
    --primary-light: 146, 76, 76;
    --primary: 117, 53, 53;
    --primary-dark: 64, 24, 24;
}

.blog-id-4 .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-4 .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt2-black.svg);
  }
}

.blog-id-4 .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt3-white.svg);
}

@media (min-width: 1280px){

  .blog-id-4 .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt2-white.svg);
  }
}

.blog-id-4.header-scrolled .white .header-logo,
.blog-id-4.header-scrolled-up .white .header-logo{
  background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt3-black.svg);
}

@media (min-width: 1280px){

  .blog-id-4.header-scrolled .white .header-logo,
.blog-id-4.header-scrolled-up .white .header-logo{
    background-image: url(/wp-content/themes/kulturparlor.se/static/images/logos/dufweholms-herrgard-alt2-white.svg);
  }
}

.blog-id-4 .single-custom{
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/backgrounds/dufweholm-bg-stor.png');
}

.blog-id-4 .newsletter-wrapper{
  background-image: url('/wp-content/themes/kulturparlor.se/static/images/backgrounds/dufweholm-nyhetsbrev.webp');
}

@font-face {
    font-family: 'ITC Quorum Std';
    src: url('fonts/QuorumStd-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Daisy Lau';
    src: url('fonts/DaisyLau.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.placeholder\:\!text-white\/50::-moz-placeholder{
  color: rgb(255 255 255 / 0.5) !important;
}

.placeholder\:\!text-white\/50::placeholder{
  color: rgb(255 255 255 / 0.5) !important;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:\!top-\[1px\]::before{
  content: var(--tw-content);
  top: 1px !important;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.before\:h-\[1px\]::before{
  content: var(--tw-content);
  height: 1px;
}

.before\:w-\[calc\(50\%_-_40px\)\]::before{
  content: var(--tw-content);
  width: calc(50% - 40px);
}

.before\:bg-inherit::before{
  content: var(--tw-content);
  background-color: inherit;
}

.before\:pl-4::before{
  content: var(--tw-content);
  padding-left: 1rem;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:relative::after{
  content: var(--tw-content);
  position: relative;
}

.after\:-bottom-1::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:-bottom-2::after{
  content: var(--tw-content);
  bottom: -0.5rem;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-\[1px\]::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[calc\(50\%_-_40px\)\]::after{
  content: var(--tw-content);
  width: calc(50% - 40px);
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-inherit::after{
  content: var(--tw-content);
  background-color: inherit;
}

.after\:pr-4::after{
  content: var(--tw-content);
  padding-right: 1rem;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.first\:mt-0:first-child{
  margin-top: 0px;
}

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

.last\:border-none:last-child{
  border-style: none;
}

.last\:pb-0:last-child{
  padding-bottom: 0px;
}

.hover\:border-cta:hover{
  --tw-border-opacity: 1;
  border-color: rgba(var(--cta) , var(--tw-border-opacity, 1));
}

.focus\:\!border-b-cta:focus{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgba(var(--cta) , var(--tw-border-opacity, 1)) !important;
}

.focus\:outline-0:focus{
  outline-width: 0px;
}

@media (min-width: 640px){

  .sm\:pointer-events-none{
    pointer-events: none;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:\!w-\[45\%\]{
    width: 45% !important;
  }

  .sm\:\!w-\[calc\(50\%_-_\(48px_\/_2\)\)\]{
    width: calc(50% - (48px / 2)) !important;
  }

  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .sm\:justify-start{
    justify-content: flex-start;
  }

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

  .sm\:gap-y-spacing-40{
    row-gap: clamp(24px, 4vw, 40px);
  }

  .sm\:border-none{
    border-style: none;
  }

  .sm\:\!px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

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

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

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

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

@media (min-width: 768px){

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

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

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

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .md\:hidden{
    display: none;
  }

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

  .md\:aspect-video{
    aspect-ratio: 16 / 9;
  }

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

  .md\:\!h-\[500px\]{
    height: 500px !important;
  }

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

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

  .md\:\!w-\[calc\(50\%_-_\(128px_\/_2\)\)\]{
    width: calc(50% - (128px / 2)) !important;
  }

  .md\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

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

  .md\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

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

  .md\:gap-y-10{
    row-gap: 2.5rem;
  }

  .md\:gap-y-3{
    row-gap: 0.75rem;
  }

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

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

  .md\:border{
    border-width: 1px;
  }

  .md\:\!border-black{
    --tw-border-opacity: 1 !important;
    border-color: rgba(var(--black) , var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!border-white{
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  }

  .md\:\!bg-black{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--black) , var(--tw-bg-opacity, 1)) !important;
  }

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

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:\!text-black{
    --tw-text-opacity: 1 !important;
    color: rgba(var(--black) , var(--tw-text-opacity, 1)) !important;
  }

  .md\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 1024px){

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

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

  .lg\:\!flex{
    display: flex !important;
  }

  .lg\:\!hidden{
    display: none !important;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:aspect-video{
    aspect-ratio: 16 / 9;
  }

  .lg\:\!w-\[35\%\]{
    width: 35% !important;
  }

  .lg\:\!w-\[calc\(33\.33\%_-_\(174px_\/_3\)\)\]{
    width: calc(33.33% - (174px / 3)) !important;
  }

  .lg\:\!w-\[calc\(50\%_-_\(134px_\/_2\)\)\]{
    width: calc(50% - (134px / 2)) !important;
  }

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

  .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\:gap-8{
    gap: 2rem;
  }
}

@media (min-width: 1280px){

  .xl\:\!m-0{
    margin: 0px !important;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

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

  .xl\:\!w-\[calc\(25\%_-_\(120px_\/_4\)\)\]{
    width: calc(25% - (120px / 4)) !important;
  }

  .xl\:\!w-\[calc\(33\.33\%_-_\(80px_\/_3\)\)\]{
    width: calc(33.33% - (80px / 3)) !important;
  }

  .xl\:\!w-\[calc\(50\%_-_\(40px_\/_2\)\)\]{
    width: calc(50% - (40px / 2)) !important;
  }

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

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

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

  .xl\:\!translate-y-0{
    --tw-translate-y: 0px !important;
    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)) !important;
  }

  .xl\:translate-y-full{
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:columns-4{
    -moz-columns: 4;
         columns: 4;
  }

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

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

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

  .xl\:justify-start{
    justify-content: flex-start;
  }

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

  .xl\:\!gap-10{
    gap: 2.5rem !important;
  }

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

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

  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

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

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

  .xl\:opacity-0{
    opacity: 0;
  }

  .xl\:opacity-100{
    opacity: 1;
  }

  .xl\:hover\:grow:hover{
    flex-grow: 1;
  }

  .xl\:hover\:border-black:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black) , var(--tw-border-opacity, 1));
  }

  .xl\:hover\:border-black-dark:hover{
    --tw-border-opacity: 1;
    border-color: rgba(var(--black-dark) , var(--tw-border-opacity, 1));
  }

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

  .xl\:hover\:\!bg-black:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgba(var(--black) , var(--tw-bg-opacity, 1)) !important;
  }

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

  .xl\:hover\:bg-shade-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--shade-dark) , var(--tw-bg-opacity, 1));
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500;
  }

  .xl\:hover\:text-black:hover{
    --tw-text-opacity: 1;
    color: rgba(var(--black) , var(--tw-text-opacity, 1));
  }

  .xl\:hover\:text-cta:hover{
    --tw-text-opacity: 1;
    color: rgba(var(--cta) , var(--tw-text-opacity, 1));
  }

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

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

  .xl\:hover\:decoration-solid:hover{
    text-decoration-style: solid;
  }

  .xl\:hover\:decoration-1:hover{
    text-decoration-thickness: 1px;
  }

  .xl\:hover\:underline-offset-4:hover{
    text-underline-offset: 4px;
  }

  .xl\:hover\:shadow-box:hover{
    --tw-shadow: 0 20px 20px -10px rgba(0, 0, 0, .12);
    --tw-shadow-colored: 0 20px 20px -10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:hover\:drop-shadow-box:hover{
    --tw-drop-shadow: drop-shadow(0 8px 12px rgba(0, 0, 0, .05));
    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);
  }
    .xl\:hover\:transition-menu-buttons:hover{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
    .group:hover .xl\:group-hover\:-left-4{
    left: -1rem;
  }
    .group:hover .xl\:group-hover\:-right-1\.5{
    right: -0.375rem;
  }
    .group:hover .xl\:group-hover\:-top-4{
    top: -1rem;
  }
    .group:hover .xl\:group-hover\:mb-0{
    margin-bottom: 0px;
  }
    .group:hover .xl\:group-hover\:\!block{
    display: block !important;
  }
    .group:hover .xl\:group-hover\:inline-block{
    display: inline-block;
  }
    .group:hover .xl\:group-hover\:h-full{
    height: 100%;
  }
    .group:hover .xl\:group-hover\:max-h-\[300px\]{
    max-height: 300px;
  }
    .group:hover .xl\:group-hover\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
    .group:hover .xl\:group-hover\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }
    .group:hover .xl\:group-hover\:to-black-full\/60{
    --tw-gradient-to: rgba(var(--black-full) , 0.6) var(--tw-gradient-to-position);
  }
    .group:hover .xl\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
    .group:hover .xl\:group-hover\:underline{
    text-decoration-line: underline;
  }
    .group:hover .xl\:group-hover\:decoration-solid{
    text-decoration-style: solid;
  }
    .group:hover .xl\:group-hover\:decoration-1{
    text-decoration-thickness: 1px;
  }
    .group:hover .xl\:group-hover\:underline-offset-4{
    text-underline-offset: 4px;
  }
    .group:hover .xl\:group-hover\:opacity-100{
    opacity: 1;
  }
}

@media (max-width: 767px){

  .maxmd\:left-4{
    left: 1rem;
  }

  .maxmd\:right-auto{
    right: auto;
  }

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

  .maxmd\:\!-mt-\[30px\]{
    margin-top: -30px !important;
  }

  .maxmd\:-mt-\[30px\]{
    margin-top: -30px;
  }

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

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

  .maxmd\:w-screen{
    width: 100vw;
  }

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

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

  .maxmd\:self-start{
    align-self: flex-start;
  }

  .maxmd\:border-x{
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .maxmd\:border-white\/50{
    border-color: rgb(255 255 255 / 0.5);
  }

  .maxmd\:bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgba(var(--primary-dark) , var(--tw-bg-opacity, 1));
  }

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

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

  .maxmd\:\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  }
}



/*# sourceMappingURL=main.css.map */
