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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

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

[hidden] {
  display: none;
}

    ::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 217 201 / var(--tw-text-opacity));
}

    ::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 217 201 / var(--tw-text-opacity));
}

    ::-webkit-scrollbar {
  width: 0.625rem;
}
    /* Track */
    ::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
    /* Handle */
    ::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

    *:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
    input,
    textarea,
    button,
    select,
    a {
        -webkit-tap-highlight-color: transparent;
    }

    html {
        scroll-behavior: smooth !important;
    }

    @media (max-width: 767px) {

  .flyout-open body {
    height: 99999px;
    overflow: hidden;
  }
}

    main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

    @media (min-width: 768px) {

  main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

    @media (min-width: 1280px) {

  main {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
  }
}

    main a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@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: 1440px) {

  .container {
    max-width: 1440px;
  }
}
/* 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;
}
/* Body overlay */
.flyout-open .body-overlay {
  pointer-events: auto;
  z-index: 50;
  opacity: 1;
}
/* Containers */
.break-out, .alignfull {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media (min-width: 768px) {

  .break-out, .alignfull {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 1280px) {

  .break-out, .alignfull {
    margin-left: calc(50% - 50vw);;
    margin-right: calc(50% - 50vw);;
  }
}
.container, .wp-block-cover__inner-container {
  max-width: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  .container, .wp-block-cover__inner-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .container, .wp-block-cover__inner-container {
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
  }
}
/* Spaces */
.st-none {
  margin-top: 0px;
}
.sb-none {
  margin-bottom: 0px;
}
.st-smaller {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {

  .st-smaller {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .st-smaller {
    margin-top: 1.5rem;
  }
}
.sb-smaller {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .sb-smaller {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .sb-smaller {
    margin-bottom: 1.5rem;
  }
}
.st-small {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {

  .st-small {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {

  .st-small {
    margin-top: 2.5rem;
  }
}
.sb-small {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .sb-small {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {

  .sb-small {
    margin-bottom: 2.5rem;
  }
}
.st-medium {
  margin-top: 3rem;
}
@media (min-width: 768px) {

  .st-medium {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {

  .st-medium {
    margin-top: 5rem;
  }
}
.sb-medium {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {

  .sb-medium {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {

  .sb-medium {
    margin-bottom: 5rem;
  }
}
.st-big {
  margin-top: 4rem;
}
@media (min-width: 768px) {

  .st-big {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {

  .st-big {
    margin-top: 9rem;
  }
}
.sb-big {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {

  .sb-big {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1024px) {

  .sb-big {
    margin-bottom: 9rem;
  }
}
.st-bigger {
  margin-top: 5rem;
}
@media (min-width: 768px) {

  .st-bigger {
    margin-top: 9rem;
  }
}
@media (min-width: 1024px) {

  .st-bigger {
    margin-top: 12rem;
  }
}
.sb-bigger {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {

  .sb-bigger {
    margin-bottom: 9rem;
  }
}
@media (min-width: 1024px) {

  .sb-bigger {
    margin-bottom: 12rem;
  }
}
/* Header */
.header-scrolled #site-header {
  --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));
}
.header-scrolled-up #site-header {
  --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));
}
.header-scrolled #site-header .kragga-text, .header-scrolled-up #site-header .kragga-text {
  display: none;
}
.header-scrolled #site-header .kragga-hat, .header-scrolled-up #site-header .kragga-hat {
  height: 40px;
}
@media (min-width: 768px) {

  .header-scrolled #site-header .kragga-hat, .header-scrolled-up #site-header .kragga-hat {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1024px) {

  .header-scrolled #site-header .kragga-hat, .header-scrolled-up #site-header .kragga-hat {
    margin-top: 0.25rem;
  }
}
/* Main menu */
.header-navigation.active {
  --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));
}
.toggle-sub-menu.active i {
  --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));
}
@media (min-width: 768px) {

  .main-menu > li:first-child .sub-menu-wrapper {
    left: 0px;
    --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));
  }
}
@media (min-width: 1024px) {

  .main-menu > li:first-child .sub-menu-wrapper {
    left: 50%;
    --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));
  }
}
.main-menu > li:last-child .sub-menu-wrapper {
  left: auto;
  right: 0px;
  --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));
}
.sub-menu-wrapper:after {
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -0.5rem;
  display: none;
  --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));
  border-width: 15px;
  border-top-width: 0px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .sub-menu-wrapper:after {
    display: block;
  }

  .main-menu > li:first-child .sub-menu-wrapper:after {
    left: 0px;
    margin-left: 1rem;
    --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));
  }
}
@media (min-width: 1024px) {

  .main-menu > li:first-child .sub-menu-wrapper:after {
    left: 50%;
    margin-left: -0.5rem;
    --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));
  }
}
.main-menu > li:last-child .sub-menu-wrapper:after {
  left: 100%;
  margin-left: -1.5rem;
  --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));
}
.sub-menu-wrapper.active {
  pointer-events: auto;
  visibility: visible;
  z-index: 50;
}
/* Footer */
.footer-button {
        -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
                clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
    }
/* Krägga text */
.pressroom-content {
  font-weight: 400;
}
.pressroom-content p + p, .pressroom-content p + ul, .pressroom-content p + ol, .pressroom-content ul + p, .pressroom-content ol + p {
  margin-top: 1.5rem;
}
.pressroom-content ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.pressroom-content ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.kragga-text {
  font-weight: 500;
}
.kragga-text p + p, .kragga-text p + ul, .kragga-text p + ol, .kragga-text ul + p, .kragga-text ol + p {
  margin-top: 1.5rem;
}
.kragga-text ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.kragga-text ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.kragga-headline strong {
  font-weight: 600;
}
.kragga-headline.font-surveyor strong {
  font-weight: 500;
}
.kragga-facts p + p, .kragga-facts p + ul, .kragga-facts p + ol, .kragga-facts ul + p, .kragga-facts ol + p {
  margin-top: 1rem;
}
.kragga-facts.list ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.kragga-facts.list ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.kragga-facts.heart ul li {
  display: inline;
}
.kragga-facts.heart ul li::before {
  position: relative;
  top: 0.125rem;
  margin-right: 0.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('/wp-content/themes/kragga.se/static/images/icon-heart-black.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.kragga-offer ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.kragga-offer ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.image-strip p + p, .image-strip p + ul, .image-strip p + ol, .image-strip ul + p, .image-strip ol + p {
  margin-top: 1rem;
}
.image-strip ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.image-strip ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.kragga-package p + p, .kragga-package p + ul, .kragga-package p + ol, .kragga-package ul + p, .kragga-package ol + p {
  margin-top: 1rem;
}
.kragga-package ul:first-child {
  margin-top: 1rem;
}
.kragga-package ul li {
  position: relative;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 1.5rem;
}
.kragga-package ul li::before {
  position: absolute;
  top: 0.375rem;
  left: 0px;
  display: block;
  height: 1rem;
  width: 1rem;
  background-image: url('/wp-content/themes/kragga.se/static/images/icon-heart.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.kragga-food-menu p, .kragga-food-menu ul, .kragga-food-menu ol {
  margin-top: 1rem;
}
.kragga-food-menu ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.kragga-food-menu ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}
/* Buttons */
.btn-wrp a {
  position: relative;
  margin-left: 0.25rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
        -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
                clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}
.btn-wrp a:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 3px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
        -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
                clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}
.load-more.loading svg {
  display: block;
}
/* Toggle */
.toggle-button.active i::before {
  --tw-content: '\e907' !important;
  content: var(--tw-content) !important;
}
/* Animations */
@-webkit-keyframes shake {

  10%, 90% {
    transform: translate3d(-1px, -1px, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, -2px, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 2px, 0);
  }
}
@keyframes shake {

  10%, 90% {
    transform: translate3d(-1px, -1px, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, -2px, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 2px, 0);
  }
}
.round-image {
  -webkit-animation: shake 15s both infinite;
          animation: shake 15s both infinite;
}
.slide-up {
  position: relative;
  top: 50px;
  opacity: 0;
}
.slide-up.is-visible {
  top: 0px;
}
@-webkit-keyframes slideUp {

  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideUp {

  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}
.slide-up.is-visible {
  -webkit-animation: slideUp 500ms ease-in 1;
          animation: slideUp 500ms ease-in 1;
  opacity: 1;
}
/* Banner */
.banner {
  position: relative;
  display: flex;
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {

  .banner {
    height: 140px;
    padding-right: 2rem;
  }
}
.banner {
        -webkit-clip-path: polygon(98% 0, 100% 50%, 98% 100%, 0% 100%, 2% 50%, 0% 0%);
                clip-path: polygon(98% 0, 100% 50%, 98% 100%, 0% 100%, 2% 50%, 0% 0%);
    }
.banner .banner-headline, .banner .banner-sub-headline, .banner .banner-text {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.banner .banner-text {
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
}
.banner .banner-text a {
  font-weight: 500;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.banner.black {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}
.banner.black .banner-headline {
  --tw-text-opacity: 1;
  color: rgb(237 217 201 / var(--tw-text-opacity));
}
.banner.black .banner-sub-headline, .banner.black .banner-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner.black .banner-text {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.banner.red {
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 0 / var(--tw-bg-opacity));
}
.banner.red .banner-headline, .banner.red .banner-sub-headline, .banner.red .banner-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.banner.red .banner-text {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.banner.beige {
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
}
.banner.lightbeige {
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity));
}
.banner.bordered {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}
.banner.bordered:before {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
        -webkit-clip-path: polygon(98% 0, 100% 50%, 98% 100%, 0% 100%, 2% 50%, 0% 0%);
                clip-path: polygon(98% 0, 100% 50%, 98% 100%, 0% 100%, 2% 50%, 0% 0%);
}
.banner.transp {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  background-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.banner.transp .banner-headline {
  padding-left: 0px;
}
@media (min-width: 768px) {

  .banner.transp .banner-text + img {
    max-height: 140px;
  }
}
/* Corners */
.image-round-image > img,
    .wp-block-post-featured-image img {
        -webkit-clip-path: polygon(5% 0%, 96% 0%, 100% 5%, 100% 95%, 96% 100%, 4% 100%, 0% 95%, 0% 5%);
                clip-path: polygon(5% 0%, 96% 0%, 100% 5%, 100% 95%, 96% 100%, 4% 100%, 0% 95%, 0% 5%);
    }
.image-grid img {
        -webkit-clip-path: polygon(4% 0%, 96% 0%, 100% 5%, 100% 95%, 96% 100%, 4% 100%, 0% 95%, 0% 5%);
                clip-path: polygon(4% 0%, 96% 0%, 100% 5%, 100% 95%, 96% 100%, 4% 100%, 0% 95%, 0% 5%);
    }
.kragga-offer {
        -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 2%, 100% 98%, 97% 100%, 3% 100%, 0% 98%, 0% 2%);
                clip-path: polygon(3% 0%, 97% 0%, 100% 2%, 100% 98%, 97% 100%, 3% 100%, 0% 98%, 0% 2%);
    }
.kragga-offer img {
        -webkit-clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
                clip-path: polygon(3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0% 97%, 0% 3%);
    }
.has-2-columns .kragga-offer {
        -webkit-clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
                clip-path: polygon(2% 0%, 98% 0%, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0% 98%, 0% 2%);
    }
.has-2-columns .kragga-offer img {
        -webkit-clip-path: polygon(2% 0%, 98% 0%, 100% 3%, 100% 97%, 98% 100%, 2% 100%, 0% 97%, 0% 3%);
                clip-path: polygon(2% 0%, 98% 0%, 100% 3%, 100% 97%, 98% 100%, 2% 100%, 0% 97%, 0% 3%);
    }
.image-text .kragga-text {
        -webkit-clip-path: polygon(4% 0%, 97% 0%, 100% 4%, 100% 96%, 97% 100%, 3% 100%, 0% 96%, 0% 4%);
                clip-path: polygon(4% 0%, 97% 0%, 100% 4%, 100% 96%, 97% 100%, 3% 100%, 0% 96%, 0% 4%);
    }
/* Rooms */
.wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room {
  flex-direction: column;
}
@media (min-width: 768px) {

  .wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {

  .wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room {
    flex-direction: column;
  }
}
.wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room .room-image {
  flex-basis: auto;
}
@media (min-width: 768px) {

  .wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room .room-image {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {

  .wp-block-columns.has-3-columns .wp-block-column:last-child .kragga-room .room-image {
    flex-basis: auto;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.right-2\.5 {
  right: 0.625rem;
}
.top-1\/2 {
  top: 50%;
}
.right-2 {
  right: 0.5rem;
}
.\!top-0 {
  top: 0px !important;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.-top-\[1px\] {
  top: -1px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.top-\[10\%\] {
  top: 10%;
}
.right-\[10\%\] {
  right: 10%;
}
.left-\[10\%\] {
  left: 10%;
}
.right-9 {
  right: 2.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-9 {
  left: 2.25rem;
}
.right-\[380px\] {
  right: 380px;
}
.right-\[370px\] {
  right: 370px;
}
.left-\[380px\] {
  left: 380px;
}
.left-\[370px\] {
  left: 370px;
}
.top-10 {
  top: 2.5rem;
}
.top-full {
  top: 100%;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-6 {
  left: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.top-20 {
  top: 5rem;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[3\] {
  z-index: 3;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.-mt-40 {
  margin-top: -10rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-auto {
  margin-top: auto;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-0 {
  margin-top: 0px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5 / 4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10 / 9;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[550px\] {
  height: 550px;
}
.h-full {
  height: 100%;
}
.\!h-40 {
  height: 10rem !important;
}
.\!h-\[50px\] {
  height: 50px !important;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[36px\] {
  height: 36px;
}
.h-screen {
  height: 100vh;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[2px\] {
  height: 2px;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.h-\[calc\(100\%_\/_3\.33\)\] {
  height: calc(100% / 3.33);
}
.h-36 {
  height: 9rem;
}
.h-16 {
  height: 4rem;
}
.\!h-full {
  height: 100% !important;
}
.h-auto {
  height: auto;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[20px\] {
  max-height: 20px;
}
.\!max-h-\[300px\] {
  max-height: 300px !important;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.\!w-40 {
  width: 10rem !important;
}
.\!w-60 {
  width: 15rem !important;
}
.\!w-\[50px\] {
  width: 50px !important;
}
.w-\[110px\] {
  width: 110px;
}
.w-auto {
  width: auto;
}
.w-10 {
  width: 2.5rem;
}
.w-3 {
  width: 0.75rem;
}
.\!w-full {
  width: 100% !important;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-8 {
  width: 2rem;
}
.min-w-\[9rem\] {
  min-width: 9rem;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-5xl {
  max-width: 64rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.basis-full {
  flex-basis: 100%;
}
.basis-\[47\%\] {
  flex-basis: 47%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-\[38\%\] {
  flex-basis: 38%;
}
.-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));
}
.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));
}
.translate-x-full {
  --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));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-2 {
  --tw-rotate: -2deg;
  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-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-\[6px\] {
  row-gap: 6px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-kraggablack {
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-kraggalightbeige {
  --tw-border-opacity: 1;
  border-color: rgb(248 240 234 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-b-gray-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-kraggablack {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-kraggalightbeige\/60 {
  background-color: rgb(248 240 234 / 0.6);
}
.bg-transparent {
  background-color: transparent;
}
.bg-kraggared {
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 0 / var(--tw-bg-opacity));
}
.bg-kraggalightbeige {
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-kraggabeige {
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
}
.bg-kraggabeige\/40 {
  background-color: rgb(237 217 201 / 0.4);
}
.bg-kraggalightbeige\/95 {
  background-color: rgb(248 240 234 / 0.95);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-kraggalightbeige {
  --tw-gradient-from: #f8f0ea;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 240 234 / 0));
}
.via-kraggalightbeige\/90 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 240 234 / 0.9), var(--tw-gradient-to, rgb(248 240 234 / 0));
}
.to-kraggalightbeige\/0 {
  --tw-gradient-to: rgb(248 240 234 / 0);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.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;
}
.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-6 {
  padding: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pl-0 {
  padding-left: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-swash {
  font-family: Surveyor Display swash A, Surveyor Display swash B;
}
.font-gotham {
  font-family: Gotham Cond A, Gotham Cond B;
}
.font-surveyor {
  font-family: Surveyor Display A, Surveyor Display B;
}
.text-fs24 {
  font-size: 24px;
  line-height: 1.15;
}
.text-fs18 {
  font-size: 18px;
  line-height: 1.25;
}
.text-fs34 {
  font-size: 34px;
  line-height: 1;
}
.text-fs30 {
  font-size: 30px;
  line-height: 1;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-fs16 {
  font-size: 16px;
  line-height: 1.25;
}
.text-fs14 {
  font-size: 14px;
  line-height: 1.25;
}
.text-fs1 {
  font-size: 1px;
  line-height: 1.25;
}
.text-fs2 {
  font-size: 2px;
  line-height: 1.25;
}
.text-fs3 {
  font-size: 3px;
  line-height: 1.25;
}
.text-fs4 {
  font-size: 4px;
  line-height: 1.25;
}
.text-fs5 {
  font-size: 5px;
  line-height: 1.25;
}
.text-fs6 {
  font-size: 6px;
  line-height: 1.25;
}
.text-fs7 {
  font-size: 7px;
  line-height: 1.25;
}
.text-fs8 {
  font-size: 8px;
  line-height: 1.25;
}
.text-fs9 {
  font-size: 9px;
  line-height: 1.25;
}
.text-fs10 {
  font-size: 10px;
  line-height: 1.25;
}
.text-fs11 {
  font-size: 11px;
  line-height: 1.25;
}
.text-fs12 {
  font-size: 12px;
  line-height: 1.25;
}
.text-fs13 {
  font-size: 13px;
  line-height: 1.25;
}
.text-fs15 {
  font-size: 15px;
  line-height: 1.25;
}
.text-fs17 {
  font-size: 17px;
  line-height: 1.25;
}
.text-fs19 {
  font-size: 19px;
  line-height: 1.25;
}
.text-fs20 {
  font-size: 20px;
  line-height: 1.25;
}
.text-fs21 {
  font-size: 21px;
  line-height: 1.15;
}
.text-fs22 {
  font-size: 22px;
  line-height: 1.15;
}
.text-fs23 {
  font-size: 23px;
  line-height: 1.15;
}
.text-fs25 {
  font-size: 25px;
  line-height: 1.15;
}
.text-fs26 {
  font-size: 26px;
  line-height: 1.15;
}
.text-fs27 {
  font-size: 27px;
  line-height: 1.15;
}
.text-fs28 {
  font-size: 28px;
  line-height: 1.15;
}
.text-fs29 {
  font-size: 29px;
  line-height: 1.15;
}
.text-fs31 {
  font-size: 31px;
  line-height: 1;
}
.text-fs32 {
  font-size: 32px;
  line-height: 1;
}
.text-fs33 {
  font-size: 33px;
  line-height: 1;
}
.text-fs35 {
  font-size: 35px;
  line-height: 1;
}
.text-fs36 {
  font-size: 36px;
  line-height: 1;
}
.text-fs37 {
  font-size: 37px;
  line-height: 1;
}
.text-fs38 {
  font-size: 38px;
  line-height: 1;
}
.text-fs39 {
  font-size: 39px;
  line-height: 1;
}
.text-fs40 {
  font-size: 40px;
  line-height: 1;
}
.text-fs41 {
  font-size: 41px;
  line-height: 1;
}
.text-fs42 {
  font-size: 42px;
  line-height: 1;
}
.text-fs43 {
  font-size: 43px;
  line-height: 1;
}
.text-fs44 {
  font-size: 44px;
  line-height: 1;
}
.text-fs45 {
  font-size: 45px;
  line-height: 1;
}
.text-fs46 {
  font-size: 46px;
  line-height: 1;
}
.text-fs47 {
  font-size: 47px;
  line-height: 1;
}
.text-fs48 {
  font-size: 48px;
  line-height: 1;
}
.text-fs49 {
  font-size: 49px;
  line-height: 1;
}
.text-fs50 {
  font-size: 50px;
  line-height: 1;
}
.text-fs51 {
  font-size: 51px;
  line-height: 1;
}
.text-fs52 {
  font-size: 52px;
  line-height: 1;
}
.text-fs53 {
  font-size: 53px;
  line-height: 1;
}
.text-fs54 {
  font-size: 54px;
  line-height: 1;
}
.text-fs55 {
  font-size: 55px;
  line-height: 1;
}
.text-fs56 {
  font-size: 56px;
  line-height: 1;
}
.text-fs57 {
  font-size: 57px;
  line-height: 1;
}
.text-fs58 {
  font-size: 58px;
  line-height: 1;
}
.text-fs59 {
  font-size: 59px;
  line-height: 1;
}
.text-fs60 {
  font-size: 60px;
  line-height: 1;
}
.text-fs61 {
  font-size: 61px;
  line-height: 1;
}
.text-fs62 {
  font-size: 62px;
  line-height: 1;
}
.text-fs63 {
  font-size: 63px;
  line-height: 1;
}
.text-fs64 {
  font-size: 64px;
  line-height: 1;
}
.text-fs65 {
  font-size: 65px;
  line-height: 1;
}
.text-fs66 {
  font-size: 66px;
  line-height: 1;
}
.text-fs67 {
  font-size: 67px;
  line-height: 1;
}
.text-fs68 {
  font-size: 68px;
  line-height: 1;
}
.text-fs69 {
  font-size: 69px;
  line-height: 1;
}
.text-fs70 {
  font-size: 70px;
  line-height: 1;
}
.text-fs71 {
  font-size: 71px;
  line-height: 1;
}
.text-fs72 {
  font-size: 72px;
  line-height: 1;
}
.text-fs73 {
  font-size: 73px;
  line-height: 1;
}
.text-fs74 {
  font-size: 74px;
  line-height: 1;
}
.text-fs75 {
  font-size: 75px;
  line-height: 1;
}
.text-fs76 {
  font-size: 76px;
  line-height: 1;
}
.text-fs77 {
  font-size: 77px;
  line-height: 1;
}
.text-fs78 {
  font-size: 78px;
  line-height: 1;
}
.text-fs79 {
  font-size: 79px;
  line-height: 1;
}
.text-fs80 {
  font-size: 80px;
  line-height: 1;
}
.text-fs81 {
  font-size: 81px;
  line-height: 1;
}
.text-fs82 {
  font-size: 82px;
  line-height: 1;
}
.text-fs83 {
  font-size: 83px;
  line-height: 1;
}
.text-fs84 {
  font-size: 84px;
  line-height: 1;
}
.text-fs85 {
  font-size: 85px;
  line-height: 1;
}
.text-fs86 {
  font-size: 86px;
  line-height: 1;
}
.text-fs87 {
  font-size: 87px;
  line-height: 1;
}
.text-fs88 {
  font-size: 88px;
  line-height: 1;
}
.text-fs89 {
  font-size: 89px;
  line-height: 1;
}
.text-fs90 {
  font-size: 90px;
  line-height: 1;
}
.text-fs91 {
  font-size: 91px;
  line-height: 1;
}
.text-fs92 {
  font-size: 92px;
  line-height: 1;
}
.text-fs93 {
  font-size: 93px;
  line-height: 1;
}
.text-fs94 {
  font-size: 94px;
  line-height: 1;
}
.text-fs95 {
  font-size: 95px;
  line-height: 1;
}
.text-fs96 {
  font-size: 96px;
  line-height: 1;
}
.text-fs97 {
  font-size: 97px;
  line-height: 1;
}
.text-fs98 {
  font-size: 98px;
  line-height: 1;
}
.text-fs99 {
  font-size: 99px;
  line-height: 1;
}
.text-fs100 {
  font-size: 100px;
  line-height: 1;
}
.text-fs101 {
  font-size: 101px;
  line-height: .9;
}
.text-fs102 {
  font-size: 102px;
  line-height: .9;
}
.text-fs103 {
  font-size: 103px;
  line-height: .9;
}
.text-fs104 {
  font-size: 104px;
  line-height: .9;
}
.text-fs105 {
  font-size: 105px;
  line-height: .9;
}
.text-fs106 {
  font-size: 106px;
  line-height: .9;
}
.text-fs107 {
  font-size: 107px;
  line-height: .9;
}
.text-fs108 {
  font-size: 108px;
  line-height: .9;
}
.text-fs109 {
  font-size: 109px;
  line-height: .9;
}
.text-fs110 {
  font-size: 110px;
  line-height: .9;
}
.text-fs111 {
  font-size: 111px;
  line-height: .9;
}
.text-fs112 {
  font-size: 112px;
  line-height: .9;
}
.text-fs113 {
  font-size: 113px;
  line-height: .9;
}
.text-fs114 {
  font-size: 114px;
  line-height: .9;
}
.text-fs115 {
  font-size: 115px;
  line-height: .9;
}
.text-fs116 {
  font-size: 116px;
  line-height: .9;
}
.text-fs117 {
  font-size: 117px;
  line-height: .9;
}
.text-fs118 {
  font-size: 118px;
  line-height: .9;
}
.text-fs119 {
  font-size: 119px;
  line-height: .9;
}
.text-fs120 {
  font-size: 120px;
  line-height: .9;
}
.text-fs121 {
  font-size: 121px;
  line-height: .9;
}
.text-fs122 {
  font-size: 122px;
  line-height: .9;
}
.text-fs123 {
  font-size: 123px;
  line-height: .9;
}
.text-fs124 {
  font-size: 124px;
  line-height: .9;
}
.text-fs125 {
  font-size: 125px;
  line-height: .9;
}
.text-fs126 {
  font-size: 126px;
  line-height: .9;
}
.text-fs127 {
  font-size: 127px;
  line-height: .9;
}
.text-fs128 {
  font-size: 128px;
  line-height: .9;
}
.text-fs129 {
  font-size: 129px;
  line-height: .9;
}
.text-fs130 {
  font-size: 130px;
  line-height: .9;
}
.text-fs131 {
  font-size: 131px;
  line-height: .9;
}
.text-fs132 {
  font-size: 132px;
  line-height: .9;
}
.text-fs133 {
  font-size: 133px;
  line-height: .9;
}
.text-fs134 {
  font-size: 134px;
  line-height: .9;
}
.text-fs135 {
  font-size: 135px;
  line-height: .9;
}
.text-fs136 {
  font-size: 136px;
  line-height: .9;
}
.text-fs137 {
  font-size: 137px;
  line-height: .9;
}
.text-fs138 {
  font-size: 138px;
  line-height: .9;
}
.text-fs139 {
  font-size: 139px;
  line-height: .9;
}
.text-fs140 {
  font-size: 140px;
  line-height: .9;
}
.text-fs141 {
  font-size: 141px;
  line-height: .9;
}
.text-fs142 {
  font-size: 142px;
  line-height: .9;
}
.text-fs143 {
  font-size: 143px;
  line-height: .9;
}
.text-fs144 {
  font-size: 144px;
  line-height: .9;
}
.text-fs145 {
  font-size: 145px;
  line-height: .9;
}
.text-fs146 {
  font-size: 146px;
  line-height: .9;
}
.text-fs147 {
  font-size: 147px;
  line-height: .9;
}
.text-fs148 {
  font-size: 148px;
  line-height: .9;
}
.text-fs149 {
  font-size: 149px;
  line-height: .9;
}
.text-fs150 {
  font-size: 150px;
  line-height: .9;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[20px\] {
  font-size: 20px;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-kraggabeige {
  --tw-text-opacity: 1;
  color: rgb(237 217 201 / var(--tw-text-opacity));
}
.text-kraggablack {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.text-kraggalightbeige {
  --tw-text-opacity: 1;
  color: rgb(248 240 234 / var(--tw-text-opacity));
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.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;
}
.outline-0 {
  outline-width: 0px;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
/* Gutenberg aligns */
/* Gutenberg Group */
.wp-block-group:not(:has(> .wp-block-group__inner-container)) {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media (min-width: 768px) {

  .wp-block-group:not(:has(> .wp-block-group__inner-container)) {
    row-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .wp-block-group:not(:has(> .wp-block-group__inner-container)) {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .wp-block-group:not(:has(> .wp-block-group__inner-container)) {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
/* Gutenberg Columns */
.wp-block-columns {
  position: relative;
  display: grid !important;
  gap: 2.5rem;
}
@media (min-width: 768px) {

  .wp-block-columns {
    gap: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .wp-block-columns {
    gap: 5rem;
  }
}
@media (min-width: 1280px) {

  .wp-block-columns {
    gap: 7rem;
  }
}
.wp-block-columns.puff {
  margin-top: 2.5rem;
  gap: 1.5rem;
}
.wp-block-columns.puff + .wp-block-columns.puff {
  margin-top: 1.5rem;
}
.wp-block-column {
  position: relative;
  min-width: 0px !important;
}
.has-4-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

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

  .has-4-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.has-3-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

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

  .has-3-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.has-3-columns .wp-block-column:last-child {
  grid-column: span 1 / span 1;
}
@media (min-width: 768px) {

  .has-3-columns .wp-block-column:last-child {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 1024px) {

  .has-3-columns .wp-block-column:last-child {
    grid-column: span 1 / span 1;
  }
}
.has-2-columns {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

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

  .has-2-columns .wp-block-column {
    grid-column: span 4 / span 4;
  }
}
@media (min-width: 1024px) {

  .has-2-columns [style="flex-basis:66.66%"] {
    grid-column: span 5 / span 5;
  }

  .has-2-columns [style="flex-basis:33.33%"] {
    grid-column: span 3 / span 3;
  }
}
/* Gutenberg Block Cover */
.wp-block-cover {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.wp-block-cover__inner-container {

}
/* Gutenberg Text Image */
/* Gutenberg Embed */
/* Gutenberg image gallery */
.wpmf-gallerys {
}
.wpmf-gallerys .wpmf-gallery {
  margin-bottom: 0px !important;
}
.wpmf-gallerys .wpmf-gallery-item a {
  position: relative;
  display: block;
  aspect-ratio: 6 / 4;
}
.wpmf-gallerys .wpmf-gallery-item img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpmf-gallerys .wpmf-gallery-item figcaption {
  display: none;
}
.wpmf-mfp-zoom-in.mfp-ready.mfp-bg {
    background-color: rgb(119, 119, 119) !important;
    opacity: 0.7 !important;
}
.mfp-wrap .mfp-image-holder .mfp-close {
  position: fixed !important;
  top: 1rem !important;
  right: 1rem !important;
  z-index: 10;
  display: flex;
  height: 2.5rem !important;
  width: 2.5rem !important;
  cursor: pointer !important;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5) !important;
  padding-right: 0px !important;
}
.mfp-wrap .mfp-image-holder .mfp-close:hover {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.mfp-wrap figure {
  display: flex;
  flex-direction: column;
}
.mfp-wrap img.mfp-img {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem !important;
}
.mfp-wrap .mfp-bottom-bar {
  position: relative !important;
  margin-top: 0.5rem !important;
}
.mfp-wrap .mfp-title {
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-bottom: 0.625rem;
  display: none !important;
  width: 70%;
  --tw-translate-x: -50%;
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
@media (min-width: 768px) {

  .mfp-wrap .mfp-title {
    width: auto;
  }
}
.mfp-wrap .mfp-arrow {
  margin: 1rem !important;
  display: flex;
  height: 2.5rem;
  width: 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));
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .mfp-wrap .mfp-arrow {
    display: block;
  }
}
.mfp-wrap .mfp-arrow:focus {
  background-color: rgb(0 0 0 / 0.25) !important;
}
.mfp-wrap .mfp-arrow:hover {
  background-color: rgb(0 0 0 / 0.75) !important;
}
.mfp-wrap .mfp-arrow:before {
  position: relative !important;
  margin: 0px !important;
  height: auto !important;
  width: auto !important;
  border-style: none !important;
  font-family: 'icomoon';
  --tw-content: '\e903';
  content: var(--tw-content);
}
.mfp-wrap .mfp-arrow-left:before {
  --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));
}
.mfp-wrap .mfp-arrow-right:before {
  --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));
}
.mfp-wrap .mfp-arrow:after {
  display: none;
}
/* Gutenberg post date */
.wp-block-post-date {
  margin-bottom: 0.5rem;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
/* Gutenberg post image */
.wp-block-post-featured-image img {
  aspect-ratio: 5 / 4;
  --tw-rotate: 2deg;
  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));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* Gutenberg image */
/* Gutenberg button */
/* Gutenberg divider */
.wp-block-separator {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-top-width: 4px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
  padding-bottom: 0.125rem;
}
/* Gutenberg Downloads */
/* Gutenberg block image */
/* Gutenberg Colors */
.has-black-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
}
.has-black-color {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.has-red-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(228 0 0 / var(--tw-bg-opacity));
}
.has-red-color {
  --tw-text-opacity: 1;
  color: rgb(228 0 0 / var(--tw-text-opacity));
}
.has-beige-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
}
.has-beige-color {
  --tw-text-opacity: 1;
  color: rgb(237 217 201 / var(--tw-text-opacity));
}
.has-lightbeige-background-color {
  --tw-bg-opacity: 1;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity));
}
.has-lightbeige-color {
  --tw-text-opacity: 1;
  color: rgb(248 240 234 / var(--tw-text-opacity));
}
/* Gravity forms */
.gform_confirmation_wrapper {
  margin-top: 2.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .gform_confirmation_wrapper {
    padding: 2.5rem;
  }
}
.gform_confirmation_wrapper h2 {
  margin-bottom: 0.375rem;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.gform_confirmation_wrapper h2 + br {
  display: none;
}
.gform_wrapper {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
  padding: 1.5rem;
}
@media (min-width: 1024px) {

  .gform_wrapper {
    padding: 2.5rem;
  }
}
.gform_wrapper .gform_heading h2 {
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.gform_wrapper .gform_heading p {
  margin-top: 0.375rem;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 1024px) {

  .gform_wrapper .gform_heading p {
    font-size: 20px;
  }
}
.gform_wrapper form {
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}
@media (min-width: 640px) {

  .gform_wrapper .gform_fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.gform_wrapper .gfield {
  position: relative;
}
@media (min-width: 640px) {

  .gform_wrapper .gfield {
    grid-column: span 2 / span 2 !important;
  }

  .gform_wrapper .gfield.half {
    grid-column: span 1 / span 1 !important;
  }
}
.gform_wrapper .gfield--type-honeypot, .gform_wrapper .gfield_visibility_hidden {
  display: none;
}
.gform_wrapper .ginput_container_date::after {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 1;
  display: block;
  --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));
  font-family: 'icomoon';
  --tw-content: '\e905';
  content: var(--tw-content);
}
.gform_wrapper .time .ginput_container::after {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 1;
  display: block;
  --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));
  font-family: 'icomoon';
  --tw-content: '\e904';
  content: var(--tw-content);
}
.gform_wrapper .gfield_label {
  position: absolute;
  top: 50%;
  left: 1rem;
  --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));
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gfield--type-textarea .gfield_label {
  position: absolute;
  top: 1rem;
  --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));
}
.gform_wrapper .gfield:focus-within .gfield_label, .gform_wrapper .gfield.has-value .gfield_label, .gform_wrapper .gfield--type-select .gfield_label {
  top: 0.5rem;
  --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));
  font-size: 13px;
}
.gform_wrapper .gsection_title {
}
.gform_wrapper .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gfield_description {
  margin-top: 0.375rem;
}
.gform_wrapper .gfield_required_asterisk {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(228 0 0 / var(--tw-text-opacity));
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=search], .gform_wrapper input[type=url], .gform_wrapper input[type=date], .gform_wrapper input[type=time], .gform_wrapper input[type=search], .gform_wrapper input[type=file], .gform_wrapper textarea, .gform_wrapper select, .gform_drop_area {
  margin: 0px !important;
  width: 100% !important;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 18px !important;
  font-weight: 500;
}
.gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=search]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=date]::-moz-placeholder, .gform_wrapper input[type=time]::-moz-placeholder, .gform_wrapper input[type=search]::-moz-placeholder, .gform_wrapper input[type=file]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_drop_area::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.gform_wrapper input[type=email]:-ms-input-placeholder, .gform_wrapper input[type=number]:-ms-input-placeholder, .gform_wrapper input[type=password]:-ms-input-placeholder, .gform_wrapper input[type=tel]:-ms-input-placeholder, .gform_wrapper input[type=text]:-ms-input-placeholder, .gform_wrapper input[type=search]:-ms-input-placeholder, .gform_wrapper input[type=url]:-ms-input-placeholder, .gform_wrapper input[type=date]:-ms-input-placeholder, .gform_wrapper input[type=time]:-ms-input-placeholder, .gform_wrapper input[type=search]:-ms-input-placeholder, .gform_wrapper input[type=file]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .gform_drop_area:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.gform_wrapper input[type=email]::placeholder, .gform_wrapper input[type=number]::placeholder, .gform_wrapper input[type=password]::placeholder, .gform_wrapper input[type=tel]::placeholder, .gform_wrapper input[type=text]::placeholder, .gform_wrapper input[type=search]::placeholder, .gform_wrapper input[type=url]::placeholder, .gform_wrapper input[type=date]::placeholder, .gform_wrapper input[type=time]::placeholder, .gform_wrapper input[type=search]::placeholder, .gform_wrapper input[type=file]::placeholder, .gform_wrapper textarea::placeholder, .gform_wrapper select::placeholder, .gform_drop_area::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=search], .gform_wrapper input[type=url], .gform_wrapper input[type=date], .gform_wrapper input[type=time], .gform_wrapper input[type=search], .gform_wrapper input[type=file], .gform_wrapper textarea, .gform_wrapper select, .gform_drop_area {
  outline-width: 0px;
}
.gform_drop_area {
  border-width: 2px;
  border-style: dashed;
  background-color: transparent;
  padding-bottom: 1.5rem !important;
}
.gform_wrapper textarea {
  height: 10rem;
}
.gform_wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('/wp-content/themes/kragga.se/static/images/angle.svg');
  background-size: 12px;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 0.5rem !important;
}
.gform_wrapper select:active option {
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.gfield--type-checkbox legend, .gfield--type-radio legend {
  position: relative !important;
  top: 0px !important;
  left: 0px !important;
  margin-bottom: 1rem;
  transform: none !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.gfield_radio, .gfield_checkbox {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ginput_container_checkbox input[type=radio], .ginput_container_radio input[type=radio], .ginput_container_consent input[type=radio], .checkbox input[type=radio], .ginput_container_checkbox input[type=checkbox], .ginput_container_radio input[type=checkbox], .ginput_container_consent input[type=checkbox], .checkbox input[type=checkbox] {
  display: none;
}
.ginput_container_checkbox input + label, .ginput_container_radio input + label, .ginput_container_consent input + label, .checkbox input + span {
  position: relative;
  margin-bottom: 0px !important;
  display: inline-flex;
  max-width: none !important;
  align-items: center;
  font-weight: 400;
}
.ginput_container_checkbox input + label:before,
.ginput_container_radio input + label:before,
.ginput_container_consent input + label:before,
.checkbox input + span:before {
    content: '';
    margin-right: 0.5rem;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(45 41 38 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ginput_container_checkbox input:checked + label:before, .ginput_container_radio input:checked + label:before, .ginput_container_consent input:checked + label:before, .checkbox input:checked + span:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ginput_container_checkbox input:checked + label:after, .ginput_container_consent input:checked + label:after, .checkbox input:checked + span:after {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 11px;
  width: 7px;
  --tw-translate-x: 7px;
  --tw-translate-y: -8px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
    border-width: 0 2px 2px 0;
}
.ginput_container_radio input + label:before {
  border-radius: 9999px;
}
.ginput_container_radio input:checked + label:after {
  position: absolute;
  left: 0px;
  top: 50%;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: 0.375rem;
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.gform_wrapper .gchoice_other_control:disabled {
  display: none;
}
.gform_wrapper .gform_footer {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gform_wrapper .gform_button {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
    -webkit-clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
            clip-path: polygon(92% 0, 100% 50%, 92% 100%, 0% 100%, 8% 50%, 0% 0%);
}
.gform_wrapper .gform_ajax_spinner {
  display: none !important;
}
.ui-datepicker {
  z-index: 20 !important;
  margin-top: 0.25rem;
  overflow: hidden;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Gotham Cond A, Gotham Cond B;
  --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;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1rem;
}
.ui-datepicker .ui-datepicker-title select {
  flex: 1 1 0%;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ui-datepicker th, .ui-datepicker td {
  height: 2.5rem;
  width: 2.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  text-align: center;
}
.ui-datepicker th:first-child, .ui-datepicker td:first-child {
  border-left-width: 0px;
}
.ui-datepicker th:last-child, .ui-datepicker td:last-child {
  border-right-width: 0px;
}
.ui-datepicker .ui-state-disabled {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.ui-datepicker .ui-datepicker-today {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.ui-datepicker .ui-datepicker-current-day {
  --tw-bg-opacity: 1;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:focus-visible,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
/* Lang select */
.skiptranslate {
  display: none;
}
#goog-gt-tt {
  display: none !important;
}
.lang-wrp {
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  width: 240px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  .lang-wrp {
    right: 2.5rem;
  }
}
@media (min-width: 1440px) {

  .lang-wrp {
    right: calc(50% - 600px);
  }
}
.lang-wrp.active {
  display: block;
}
.lang-wrp .lang {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
.lang-wrp .lang:after {
  position: absolute;
  right: 0px;
  top: -15px;
  display: none;
  --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));
  border-width: 15px;
  border-top-width: 0px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .lang-wrp .lang:after {
    display: block;
  }
}
.lang-wrp #google_translate_element {
  width: 100%;
}
.lang-wrp .goog-te-gadget {
  position: relative;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.lang-wrp .goog-te-gadget div {
  margin-top: 0.625rem;
  width: 100%;
}
.lang-wrp .goog-te-gadget select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  background-image: url('/wp-content/themes/kragga.se/static/images/angle.svg');
  background-size: 12px;
  background-position: right 0.7rem center;
  background-repeat: no-repeat;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.lang-wrp .goog-te-gadget span {
  display: none;
}
.lang-wrp .clear-translate {
  display: none;
  width: 100%;
  cursor: pointer;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(45 41 38 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 18px;
}
.translated-ltr .lang-wrp .clear-translate {
  display: block;
}
.lang-wrp .lang-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(45 41 38 / var(--tw-text-opacity));
}
.lang-wrp .gt-description {
  font-family: Gotham Cond A, Gotham Cond B;
  font-size: 18px;
  line-height: 1.25;
}
/* Styles */
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?w0qfgj');
    src:  url('fonts/icomoon.eot?w0qfgj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.woff2?w0qfgj') format('woff2'),
    url('fonts/icomoon.ttf?w0qfgj') format('truetype'),
    url('fonts/icomoon.woff?w0qfgj') format('woff'),
    url('fonts/icomoon.svg?w0qfgj#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;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
    content: "\e911";
}
.icon-file-zip:before {
    content: "\e90a";
}
.icon-file-video:before {
    content: "\e90b";
}
.icon-file-vector:before {
    content: "\e90c";
}
.icon-file-text:before {
    content: "\e90d";
}
.icon-file-image:before {
    content: "\e90e";
}
.icon-file:before {
    content: "\e90f";
}
.icon-download:before {
    content: "\e910";
}
.icon-instagram:before {
    content: "\e908";
}
.icon-facebook:before {
    content: "\e909";
}
.icon-plus:before {
    content: "\e906";
}
.icon-minus:before {
    content: "\e907";
}
.icon-clock:before {
    content: "\e904";
}
.icon-calendar:before {
    content: "\e905";
}
.icon-menu:before {
    content: "\e900";
}
.icon-globe:before {
    content: "\e901";
}
.icon-close:before {
    content: "\e902";
}
.icon-angle:before {
    content: "\e903";
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}
.before\:w-4::before {
  content: var(--tw-content);
  width: 1rem;
}
.before\:cursor-pointer::before {
  content: var(--tw-content);
  cursor: pointer;
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:border-2::before {
  content: var(--tw-content);
  border-width: 2px;
}
.before\:border-black::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.before\:\!bg-\[\#2d2926\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(45 41 38 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-\[\#e40000\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 0 0 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-\[\#edd9c9\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 217 201 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-\[\#f8f0ea\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-\[\#ffffff\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-kraggalightbeige::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 240 234 / var(--tw-bg-opacity)) !important;
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.last\:col-span-2:last-child {
  grid-column: span 2 / span 2;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:bg-black\/\[0\.05\]:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:checked ~ .peer-checked\:after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {

  .sm\:order-3 {
    order: 3;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

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

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:basis-\[400px\] {
    flex-basis: 400px;
  }

  .sm\:basis-auto {
    flex-basis: auto;
  }

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

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

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

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .sm\:last\:col-span-1:last-child {
    grid-column: span 1 / span 1;
  }
}
@media (min-width: 768px) {

  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:top-full {
    top: 100%;
  }

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

  .md\:top-\[5\%\] {
    top: 5%;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:bottom-\[5\%\] {
    bottom: 5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:\!h-48 {
    height: 12rem !important;
  }

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

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

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

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

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

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

  .md\:\!w-48 {
    width: 12rem !important;
  }

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

  .md\:\!w-\[220px\] {
    width: 220px !important;
  }

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

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

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

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .md\:basis-80 {
    flex-basis: 20rem;
  }

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

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

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

  .md\:transform-none {
    transform: none;
  }

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

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

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

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

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

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

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

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

  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .md\:overflow-y-visible {
    overflow-y: visible;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

  .md\:border-b-gray-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 244 246 / var(--tw-border-opacity));
  }

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

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .md\:pt-\[1\.2rem\] {
    padding-top: 1.2rem;
  }

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

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

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

  .md\:pl-\[310px\] {
    padding-left: 310px;
  }

  .md\:pr-\[310px\] {
    padding-right: 310px;
  }

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

  .md\:pt-52 {
    padding-top: 13rem;
  }

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

  .md\:text-fs18 {
    font-size: 18px;
    line-height: 1.25;
  }

  .md\:text-fs16 {
    font-size: 16px;
    line-height: 1.25;
  }

  .md\:text-fs1 {
    font-size: 1px;
    line-height: 1.25;
  }

  .md\:text-fs2 {
    font-size: 2px;
    line-height: 1.25;
  }

  .md\:text-fs3 {
    font-size: 3px;
    line-height: 1.25;
  }

  .md\:text-fs4 {
    font-size: 4px;
    line-height: 1.25;
  }

  .md\:text-fs5 {
    font-size: 5px;
    line-height: 1.25;
  }

  .md\:text-fs6 {
    font-size: 6px;
    line-height: 1.25;
  }

  .md\:text-fs7 {
    font-size: 7px;
    line-height: 1.25;
  }

  .md\:text-fs8 {
    font-size: 8px;
    line-height: 1.25;
  }

  .md\:text-fs9 {
    font-size: 9px;
    line-height: 1.25;
  }

  .md\:text-fs10 {
    font-size: 10px;
    line-height: 1.25;
  }

  .md\:text-fs11 {
    font-size: 11px;
    line-height: 1.25;
  }

  .md\:text-fs12 {
    font-size: 12px;
    line-height: 1.25;
  }

  .md\:text-fs13 {
    font-size: 13px;
    line-height: 1.25;
  }

  .md\:text-fs14 {
    font-size: 14px;
    line-height: 1.25;
  }

  .md\:text-fs15 {
    font-size: 15px;
    line-height: 1.25;
  }

  .md\:text-fs17 {
    font-size: 17px;
    line-height: 1.25;
  }

  .md\:text-fs19 {
    font-size: 19px;
    line-height: 1.25;
  }

  .md\:text-fs20 {
    font-size: 20px;
    line-height: 1.25;
  }

  .md\:text-fs21 {
    font-size: 21px;
    line-height: 1.15;
  }

  .md\:text-fs22 {
    font-size: 22px;
    line-height: 1.15;
  }

  .md\:text-fs23 {
    font-size: 23px;
    line-height: 1.15;
  }

  .md\:text-fs24 {
    font-size: 24px;
    line-height: 1.15;
  }

  .md\:text-fs25 {
    font-size: 25px;
    line-height: 1.15;
  }

  .md\:text-fs26 {
    font-size: 26px;
    line-height: 1.15;
  }

  .md\:text-fs27 {
    font-size: 27px;
    line-height: 1.15;
  }

  .md\:text-fs28 {
    font-size: 28px;
    line-height: 1.15;
  }

  .md\:text-fs29 {
    font-size: 29px;
    line-height: 1.15;
  }

  .md\:text-fs30 {
    font-size: 30px;
    line-height: 1;
  }

  .md\:text-fs31 {
    font-size: 31px;
    line-height: 1;
  }

  .md\:text-fs32 {
    font-size: 32px;
    line-height: 1;
  }

  .md\:text-fs33 {
    font-size: 33px;
    line-height: 1;
  }

  .md\:text-fs34 {
    font-size: 34px;
    line-height: 1;
  }

  .md\:text-fs35 {
    font-size: 35px;
    line-height: 1;
  }

  .md\:text-fs36 {
    font-size: 36px;
    line-height: 1;
  }

  .md\:text-fs37 {
    font-size: 37px;
    line-height: 1;
  }

  .md\:text-fs38 {
    font-size: 38px;
    line-height: 1;
  }

  .md\:text-fs39 {
    font-size: 39px;
    line-height: 1;
  }

  .md\:text-fs40 {
    font-size: 40px;
    line-height: 1;
  }

  .md\:text-fs41 {
    font-size: 41px;
    line-height: 1;
  }

  .md\:text-fs42 {
    font-size: 42px;
    line-height: 1;
  }

  .md\:text-fs43 {
    font-size: 43px;
    line-height: 1;
  }

  .md\:text-fs44 {
    font-size: 44px;
    line-height: 1;
  }

  .md\:text-fs45 {
    font-size: 45px;
    line-height: 1;
  }

  .md\:text-fs46 {
    font-size: 46px;
    line-height: 1;
  }

  .md\:text-fs47 {
    font-size: 47px;
    line-height: 1;
  }

  .md\:text-fs48 {
    font-size: 48px;
    line-height: 1;
  }

  .md\:text-fs49 {
    font-size: 49px;
    line-height: 1;
  }

  .md\:text-fs50 {
    font-size: 50px;
    line-height: 1;
  }

  .md\:text-fs51 {
    font-size: 51px;
    line-height: 1;
  }

  .md\:text-fs52 {
    font-size: 52px;
    line-height: 1;
  }

  .md\:text-fs53 {
    font-size: 53px;
    line-height: 1;
  }

  .md\:text-fs54 {
    font-size: 54px;
    line-height: 1;
  }

  .md\:text-fs55 {
    font-size: 55px;
    line-height: 1;
  }

  .md\:text-fs56 {
    font-size: 56px;
    line-height: 1;
  }

  .md\:text-fs57 {
    font-size: 57px;
    line-height: 1;
  }

  .md\:text-fs58 {
    font-size: 58px;
    line-height: 1;
  }

  .md\:text-fs59 {
    font-size: 59px;
    line-height: 1;
  }

  .md\:text-fs60 {
    font-size: 60px;
    line-height: 1;
  }

  .md\:text-fs61 {
    font-size: 61px;
    line-height: 1;
  }

  .md\:text-fs62 {
    font-size: 62px;
    line-height: 1;
  }

  .md\:text-fs63 {
    font-size: 63px;
    line-height: 1;
  }

  .md\:text-fs64 {
    font-size: 64px;
    line-height: 1;
  }

  .md\:text-fs65 {
    font-size: 65px;
    line-height: 1;
  }

  .md\:text-fs66 {
    font-size: 66px;
    line-height: 1;
  }

  .md\:text-fs67 {
    font-size: 67px;
    line-height: 1;
  }

  .md\:text-fs68 {
    font-size: 68px;
    line-height: 1;
  }

  .md\:text-fs69 {
    font-size: 69px;
    line-height: 1;
  }

  .md\:text-fs70 {
    font-size: 70px;
    line-height: 1;
  }

  .md\:text-fs71 {
    font-size: 71px;
    line-height: 1;
  }

  .md\:text-fs72 {
    font-size: 72px;
    line-height: 1;
  }

  .md\:text-fs73 {
    font-size: 73px;
    line-height: 1;
  }

  .md\:text-fs74 {
    font-size: 74px;
    line-height: 1;
  }

  .md\:text-fs75 {
    font-size: 75px;
    line-height: 1;
  }

  .md\:text-fs76 {
    font-size: 76px;
    line-height: 1;
  }

  .md\:text-fs77 {
    font-size: 77px;
    line-height: 1;
  }

  .md\:text-fs78 {
    font-size: 78px;
    line-height: 1;
  }

  .md\:text-fs79 {
    font-size: 79px;
    line-height: 1;
  }

  .md\:text-fs80 {
    font-size: 80px;
    line-height: 1;
  }

  .md\:text-fs81 {
    font-size: 81px;
    line-height: 1;
  }

  .md\:text-fs82 {
    font-size: 82px;
    line-height: 1;
  }

  .md\:text-fs83 {
    font-size: 83px;
    line-height: 1;
  }

  .md\:text-fs84 {
    font-size: 84px;
    line-height: 1;
  }

  .md\:text-fs85 {
    font-size: 85px;
    line-height: 1;
  }

  .md\:text-fs86 {
    font-size: 86px;
    line-height: 1;
  }

  .md\:text-fs87 {
    font-size: 87px;
    line-height: 1;
  }

  .md\:text-fs88 {
    font-size: 88px;
    line-height: 1;
  }

  .md\:text-fs89 {
    font-size: 89px;
    line-height: 1;
  }

  .md\:text-fs90 {
    font-size: 90px;
    line-height: 1;
  }

  .md\:text-fs91 {
    font-size: 91px;
    line-height: 1;
  }

  .md\:text-fs92 {
    font-size: 92px;
    line-height: 1;
  }

  .md\:text-fs93 {
    font-size: 93px;
    line-height: 1;
  }

  .md\:text-fs94 {
    font-size: 94px;
    line-height: 1;
  }

  .md\:text-fs95 {
    font-size: 95px;
    line-height: 1;
  }

  .md\:text-fs96 {
    font-size: 96px;
    line-height: 1;
  }

  .md\:text-fs97 {
    font-size: 97px;
    line-height: 1;
  }

  .md\:text-fs98 {
    font-size: 98px;
    line-height: 1;
  }

  .md\:text-fs99 {
    font-size: 99px;
    line-height: 1;
  }

  .md\:text-fs100 {
    font-size: 100px;
    line-height: 1;
  }

  .md\:text-fs101 {
    font-size: 101px;
    line-height: .9;
  }

  .md\:text-fs102 {
    font-size: 102px;
    line-height: .9;
  }

  .md\:text-fs103 {
    font-size: 103px;
    line-height: .9;
  }

  .md\:text-fs104 {
    font-size: 104px;
    line-height: .9;
  }

  .md\:text-fs105 {
    font-size: 105px;
    line-height: .9;
  }

  .md\:text-fs106 {
    font-size: 106px;
    line-height: .9;
  }

  .md\:text-fs107 {
    font-size: 107px;
    line-height: .9;
  }

  .md\:text-fs108 {
    font-size: 108px;
    line-height: .9;
  }

  .md\:text-fs109 {
    font-size: 109px;
    line-height: .9;
  }

  .md\:text-fs110 {
    font-size: 110px;
    line-height: .9;
  }

  .md\:text-fs111 {
    font-size: 111px;
    line-height: .9;
  }

  .md\:text-fs112 {
    font-size: 112px;
    line-height: .9;
  }

  .md\:text-fs113 {
    font-size: 113px;
    line-height: .9;
  }

  .md\:text-fs114 {
    font-size: 114px;
    line-height: .9;
  }

  .md\:text-fs115 {
    font-size: 115px;
    line-height: .9;
  }

  .md\:text-fs116 {
    font-size: 116px;
    line-height: .9;
  }

  .md\:text-fs117 {
    font-size: 117px;
    line-height: .9;
  }

  .md\:text-fs118 {
    font-size: 118px;
    line-height: .9;
  }

  .md\:text-fs119 {
    font-size: 119px;
    line-height: .9;
  }

  .md\:text-fs120 {
    font-size: 120px;
    line-height: .9;
  }

  .md\:text-fs121 {
    font-size: 121px;
    line-height: .9;
  }

  .md\:text-fs122 {
    font-size: 122px;
    line-height: .9;
  }

  .md\:text-fs123 {
    font-size: 123px;
    line-height: .9;
  }

  .md\:text-fs124 {
    font-size: 124px;
    line-height: .9;
  }

  .md\:text-fs125 {
    font-size: 125px;
    line-height: .9;
  }

  .md\:text-fs126 {
    font-size: 126px;
    line-height: .9;
  }

  .md\:text-fs127 {
    font-size: 127px;
    line-height: .9;
  }

  .md\:text-fs128 {
    font-size: 128px;
    line-height: .9;
  }

  .md\:text-fs129 {
    font-size: 129px;
    line-height: .9;
  }

  .md\:text-fs130 {
    font-size: 130px;
    line-height: .9;
  }

  .md\:text-fs131 {
    font-size: 131px;
    line-height: .9;
  }

  .md\:text-fs132 {
    font-size: 132px;
    line-height: .9;
  }

  .md\:text-fs133 {
    font-size: 133px;
    line-height: .9;
  }

  .md\:text-fs134 {
    font-size: 134px;
    line-height: .9;
  }

  .md\:text-fs135 {
    font-size: 135px;
    line-height: .9;
  }

  .md\:text-fs136 {
    font-size: 136px;
    line-height: .9;
  }

  .md\:text-fs137 {
    font-size: 137px;
    line-height: .9;
  }

  .md\:text-fs138 {
    font-size: 138px;
    line-height: .9;
  }

  .md\:text-fs139 {
    font-size: 139px;
    line-height: .9;
  }

  .md\:text-fs140 {
    font-size: 140px;
    line-height: .9;
  }

  .md\:text-fs141 {
    font-size: 141px;
    line-height: .9;
  }

  .md\:text-fs142 {
    font-size: 142px;
    line-height: .9;
  }

  .md\:text-fs143 {
    font-size: 143px;
    line-height: .9;
  }

  .md\:text-fs144 {
    font-size: 144px;
    line-height: .9;
  }

  .md\:text-fs145 {
    font-size: 145px;
    line-height: .9;
  }

  .md\:text-fs146 {
    font-size: 146px;
    line-height: .9;
  }

  .md\:text-fs147 {
    font-size: 147px;
    line-height: .9;
  }

  .md\:text-fs148 {
    font-size: 148px;
    line-height: .9;
  }

  .md\:text-fs149 {
    font-size: 149px;
    line-height: .9;
  }

  .md\:text-fs150 {
    font-size: 150px;
    line-height: .9;
  }

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

  .md\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }

  .group:hover .md\:group-hover\:pointer-events-auto {
    pointer-events: auto;
  }
}
@media (min-width: 1024px) {

  .lg\:top-\[7\.5\%\] {
    top: 7.5%;
  }

  .lg\:bottom-\[7\.5\%\] {
    bottom: 7.5%;
  }

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

  .lg\:-mt-44 {
    margin-top: -11rem;
  }

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

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

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

  .lg\:mt-56 {
    margin-top: 14rem;
  }

  .lg\:\!h-60 {
    height: 15rem !important;
  }

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

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

  .lg\:\!w-60 {
    width: 15rem !important;
  }

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

  .lg\:\!w-\[310px\] {
    width: 310px !important;
  }

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

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

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:basis-96 {
    flex-basis: 24rem;
  }

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

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:text-fs24 {
    font-size: 24px;
    line-height: 1.15;
  }

  .lg\:text-fs20 {
    font-size: 20px;
    line-height: 1.25;
  }

  .group:hover .lg\:group-hover\:-right-1 {
    right: -0.25rem;
  }
}
@media (min-width: 1280px) {

  .xl\:right-auto {
    right: auto;
  }

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

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

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

  .xl\:-ml-\[140px\] {
    margin-left: -140px;
  }

  .xl\:-ml-\[230px\] {
    margin-left: -230px;
  }

  .xl\:-ml-\[260px\] {
    margin-left: -260px;
  }

  .xl\:ml-\[140px\] {
    margin-left: 140px;
  }

  .xl\:ml-\[230px\] {
    margin-left: 230px;
  }

  .xl\:ml-\[260px\] {
    margin-left: 260px;
  }

  .xl\:block {
    display: block;
  }

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

  .xl\:h-56 {
    height: 14rem;
  }

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

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:max-w-\[calc\(50\%_-_3rem\)\] {
    max-width: calc(50% - 3rem);
  }

  .xl\:max-w-\[calc\(40\%_-_3rem\)\] {
    max-width: calc(40% - 3rem);
  }

  .xl\:basis-\[calc\(50\%_-_3rem\)\] {
    flex-basis: calc(50% - 3rem);
  }

  .xl\:basis-\[calc\(40\%_-_3rem\)\] {
    flex-basis: calc(40% - 3rem);
  }

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

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

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

  .xl\:text-fs1 {
    font-size: 1px;
    line-height: 1.25;
  }

  .xl\:text-fs2 {
    font-size: 2px;
    line-height: 1.25;
  }

  .xl\:text-fs3 {
    font-size: 3px;
    line-height: 1.25;
  }

  .xl\:text-fs4 {
    font-size: 4px;
    line-height: 1.25;
  }

  .xl\:text-fs5 {
    font-size: 5px;
    line-height: 1.25;
  }

  .xl\:text-fs6 {
    font-size: 6px;
    line-height: 1.25;
  }

  .xl\:text-fs7 {
    font-size: 7px;
    line-height: 1.25;
  }

  .xl\:text-fs8 {
    font-size: 8px;
    line-height: 1.25;
  }

  .xl\:text-fs9 {
    font-size: 9px;
    line-height: 1.25;
  }

  .xl\:text-fs10 {
    font-size: 10px;
    line-height: 1.25;
  }

  .xl\:text-fs11 {
    font-size: 11px;
    line-height: 1.25;
  }

  .xl\:text-fs12 {
    font-size: 12px;
    line-height: 1.25;
  }

  .xl\:text-fs13 {
    font-size: 13px;
    line-height: 1.25;
  }

  .xl\:text-fs14 {
    font-size: 14px;
    line-height: 1.25;
  }

  .xl\:text-fs15 {
    font-size: 15px;
    line-height: 1.25;
  }

  .xl\:text-fs16 {
    font-size: 16px;
    line-height: 1.25;
  }

  .xl\:text-fs17 {
    font-size: 17px;
    line-height: 1.25;
  }

  .xl\:text-fs18 {
    font-size: 18px;
    line-height: 1.25;
  }

  .xl\:text-fs19 {
    font-size: 19px;
    line-height: 1.25;
  }

  .xl\:text-fs20 {
    font-size: 20px;
    line-height: 1.25;
  }

  .xl\:text-fs21 {
    font-size: 21px;
    line-height: 1.15;
  }

  .xl\:text-fs22 {
    font-size: 22px;
    line-height: 1.15;
  }

  .xl\:text-fs23 {
    font-size: 23px;
    line-height: 1.15;
  }

  .xl\:text-fs24 {
    font-size: 24px;
    line-height: 1.15;
  }

  .xl\:text-fs25 {
    font-size: 25px;
    line-height: 1.15;
  }

  .xl\:text-fs26 {
    font-size: 26px;
    line-height: 1.15;
  }

  .xl\:text-fs27 {
    font-size: 27px;
    line-height: 1.15;
  }

  .xl\:text-fs28 {
    font-size: 28px;
    line-height: 1.15;
  }

  .xl\:text-fs29 {
    font-size: 29px;
    line-height: 1.15;
  }

  .xl\:text-fs30 {
    font-size: 30px;
    line-height: 1;
  }

  .xl\:text-fs31 {
    font-size: 31px;
    line-height: 1;
  }

  .xl\:text-fs32 {
    font-size: 32px;
    line-height: 1;
  }

  .xl\:text-fs33 {
    font-size: 33px;
    line-height: 1;
  }

  .xl\:text-fs34 {
    font-size: 34px;
    line-height: 1;
  }

  .xl\:text-fs35 {
    font-size: 35px;
    line-height: 1;
  }

  .xl\:text-fs36 {
    font-size: 36px;
    line-height: 1;
  }

  .xl\:text-fs37 {
    font-size: 37px;
    line-height: 1;
  }

  .xl\:text-fs38 {
    font-size: 38px;
    line-height: 1;
  }

  .xl\:text-fs39 {
    font-size: 39px;
    line-height: 1;
  }

  .xl\:text-fs40 {
    font-size: 40px;
    line-height: 1;
  }

  .xl\:text-fs41 {
    font-size: 41px;
    line-height: 1;
  }

  .xl\:text-fs42 {
    font-size: 42px;
    line-height: 1;
  }

  .xl\:text-fs43 {
    font-size: 43px;
    line-height: 1;
  }

  .xl\:text-fs44 {
    font-size: 44px;
    line-height: 1;
  }

  .xl\:text-fs45 {
    font-size: 45px;
    line-height: 1;
  }

  .xl\:text-fs46 {
    font-size: 46px;
    line-height: 1;
  }

  .xl\:text-fs47 {
    font-size: 47px;
    line-height: 1;
  }

  .xl\:text-fs48 {
    font-size: 48px;
    line-height: 1;
  }

  .xl\:text-fs49 {
    font-size: 49px;
    line-height: 1;
  }

  .xl\:text-fs50 {
    font-size: 50px;
    line-height: 1;
  }

  .xl\:text-fs51 {
    font-size: 51px;
    line-height: 1;
  }

  .xl\:text-fs52 {
    font-size: 52px;
    line-height: 1;
  }

  .xl\:text-fs53 {
    font-size: 53px;
    line-height: 1;
  }

  .xl\:text-fs54 {
    font-size: 54px;
    line-height: 1;
  }

  .xl\:text-fs55 {
    font-size: 55px;
    line-height: 1;
  }

  .xl\:text-fs56 {
    font-size: 56px;
    line-height: 1;
  }

  .xl\:text-fs57 {
    font-size: 57px;
    line-height: 1;
  }

  .xl\:text-fs58 {
    font-size: 58px;
    line-height: 1;
  }

  .xl\:text-fs59 {
    font-size: 59px;
    line-height: 1;
  }

  .xl\:text-fs60 {
    font-size: 60px;
    line-height: 1;
  }

  .xl\:text-fs61 {
    font-size: 61px;
    line-height: 1;
  }

  .xl\:text-fs62 {
    font-size: 62px;
    line-height: 1;
  }

  .xl\:text-fs63 {
    font-size: 63px;
    line-height: 1;
  }

  .xl\:text-fs64 {
    font-size: 64px;
    line-height: 1;
  }

  .xl\:text-fs65 {
    font-size: 65px;
    line-height: 1;
  }

  .xl\:text-fs66 {
    font-size: 66px;
    line-height: 1;
  }

  .xl\:text-fs67 {
    font-size: 67px;
    line-height: 1;
  }

  .xl\:text-fs68 {
    font-size: 68px;
    line-height: 1;
  }

  .xl\:text-fs69 {
    font-size: 69px;
    line-height: 1;
  }

  .xl\:text-fs70 {
    font-size: 70px;
    line-height: 1;
  }

  .xl\:text-fs71 {
    font-size: 71px;
    line-height: 1;
  }

  .xl\:text-fs72 {
    font-size: 72px;
    line-height: 1;
  }

  .xl\:text-fs73 {
    font-size: 73px;
    line-height: 1;
  }

  .xl\:text-fs74 {
    font-size: 74px;
    line-height: 1;
  }

  .xl\:text-fs75 {
    font-size: 75px;
    line-height: 1;
  }

  .xl\:text-fs76 {
    font-size: 76px;
    line-height: 1;
  }

  .xl\:text-fs77 {
    font-size: 77px;
    line-height: 1;
  }

  .xl\:text-fs78 {
    font-size: 78px;
    line-height: 1;
  }

  .xl\:text-fs79 {
    font-size: 79px;
    line-height: 1;
  }

  .xl\:text-fs80 {
    font-size: 80px;
    line-height: 1;
  }

  .xl\:text-fs81 {
    font-size: 81px;
    line-height: 1;
  }

  .xl\:text-fs82 {
    font-size: 82px;
    line-height: 1;
  }

  .xl\:text-fs83 {
    font-size: 83px;
    line-height: 1;
  }

  .xl\:text-fs84 {
    font-size: 84px;
    line-height: 1;
  }

  .xl\:text-fs85 {
    font-size: 85px;
    line-height: 1;
  }

  .xl\:text-fs86 {
    font-size: 86px;
    line-height: 1;
  }

  .xl\:text-fs87 {
    font-size: 87px;
    line-height: 1;
  }

  .xl\:text-fs88 {
    font-size: 88px;
    line-height: 1;
  }

  .xl\:text-fs89 {
    font-size: 89px;
    line-height: 1;
  }

  .xl\:text-fs90 {
    font-size: 90px;
    line-height: 1;
  }

  .xl\:text-fs91 {
    font-size: 91px;
    line-height: 1;
  }

  .xl\:text-fs92 {
    font-size: 92px;
    line-height: 1;
  }

  .xl\:text-fs93 {
    font-size: 93px;
    line-height: 1;
  }

  .xl\:text-fs94 {
    font-size: 94px;
    line-height: 1;
  }

  .xl\:text-fs95 {
    font-size: 95px;
    line-height: 1;
  }

  .xl\:text-fs96 {
    font-size: 96px;
    line-height: 1;
  }

  .xl\:text-fs97 {
    font-size: 97px;
    line-height: 1;
  }

  .xl\:text-fs98 {
    font-size: 98px;
    line-height: 1;
  }

  .xl\:text-fs99 {
    font-size: 99px;
    line-height: 1;
  }

  .xl\:text-fs100 {
    font-size: 100px;
    line-height: 1;
  }

  .xl\:text-fs101 {
    font-size: 101px;
    line-height: .9;
  }

  .xl\:text-fs102 {
    font-size: 102px;
    line-height: .9;
  }

  .xl\:text-fs103 {
    font-size: 103px;
    line-height: .9;
  }

  .xl\:text-fs104 {
    font-size: 104px;
    line-height: .9;
  }

  .xl\:text-fs105 {
    font-size: 105px;
    line-height: .9;
  }

  .xl\:text-fs106 {
    font-size: 106px;
    line-height: .9;
  }

  .xl\:text-fs107 {
    font-size: 107px;
    line-height: .9;
  }

  .xl\:text-fs108 {
    font-size: 108px;
    line-height: .9;
  }

  .xl\:text-fs109 {
    font-size: 109px;
    line-height: .9;
  }

  .xl\:text-fs110 {
    font-size: 110px;
    line-height: .9;
  }

  .xl\:text-fs111 {
    font-size: 111px;
    line-height: .9;
  }

  .xl\:text-fs112 {
    font-size: 112px;
    line-height: .9;
  }

  .xl\:text-fs113 {
    font-size: 113px;
    line-height: .9;
  }

  .xl\:text-fs114 {
    font-size: 114px;
    line-height: .9;
  }

  .xl\:text-fs115 {
    font-size: 115px;
    line-height: .9;
  }

  .xl\:text-fs116 {
    font-size: 116px;
    line-height: .9;
  }

  .xl\:text-fs117 {
    font-size: 117px;
    line-height: .9;
  }

  .xl\:text-fs118 {
    font-size: 118px;
    line-height: .9;
  }

  .xl\:text-fs119 {
    font-size: 119px;
    line-height: .9;
  }

  .xl\:text-fs120 {
    font-size: 120px;
    line-height: .9;
  }

  .xl\:text-fs121 {
    font-size: 121px;
    line-height: .9;
  }

  .xl\:text-fs122 {
    font-size: 122px;
    line-height: .9;
  }

  .xl\:text-fs123 {
    font-size: 123px;
    line-height: .9;
  }

  .xl\:text-fs124 {
    font-size: 124px;
    line-height: .9;
  }

  .xl\:text-fs125 {
    font-size: 125px;
    line-height: .9;
  }

  .xl\:text-fs126 {
    font-size: 126px;
    line-height: .9;
  }

  .xl\:text-fs127 {
    font-size: 127px;
    line-height: .9;
  }

  .xl\:text-fs128 {
    font-size: 128px;
    line-height: .9;
  }

  .xl\:text-fs129 {
    font-size: 129px;
    line-height: .9;
  }

  .xl\:text-fs130 {
    font-size: 130px;
    line-height: .9;
  }

  .xl\:text-fs131 {
    font-size: 131px;
    line-height: .9;
  }

  .xl\:text-fs132 {
    font-size: 132px;
    line-height: .9;
  }

  .xl\:text-fs133 {
    font-size: 133px;
    line-height: .9;
  }

  .xl\:text-fs134 {
    font-size: 134px;
    line-height: .9;
  }

  .xl\:text-fs135 {
    font-size: 135px;
    line-height: .9;
  }

  .xl\:text-fs136 {
    font-size: 136px;
    line-height: .9;
  }

  .xl\:text-fs137 {
    font-size: 137px;
    line-height: .9;
  }

  .xl\:text-fs138 {
    font-size: 138px;
    line-height: .9;
  }

  .xl\:text-fs139 {
    font-size: 139px;
    line-height: .9;
  }

  .xl\:text-fs140 {
    font-size: 140px;
    line-height: .9;
  }

  .xl\:text-fs141 {
    font-size: 141px;
    line-height: .9;
  }

  .xl\:text-fs142 {
    font-size: 142px;
    line-height: .9;
  }

  .xl\:text-fs143 {
    font-size: 143px;
    line-height: .9;
  }

  .xl\:text-fs144 {
    font-size: 144px;
    line-height: .9;
  }

  .xl\:text-fs145 {
    font-size: 145px;
    line-height: .9;
  }

  .xl\:text-fs146 {
    font-size: 146px;
    line-height: .9;
  }

  .xl\:text-fs147 {
    font-size: 147px;
    line-height: .9;
  }

  .xl\:text-fs148 {
    font-size: 148px;
    line-height: .9;
  }

  .xl\:text-fs149 {
    font-size: 149px;
    line-height: .9;
  }

  .xl\:text-fs150 {
    font-size: 150px;
    line-height: .9;
  }

  .xl\:hover\:scale-110:hover {
    --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));
  }
}
@media (min-width: 1440px) {

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

  .xxl\:right-10 {
    right: 2.5rem;
  }
}
/*# sourceMappingURL=main.css.map */
