

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@0,400;0,500;0,700;1,400&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/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 */
  font-feature-settings: normal; /* 5 */
}/*
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 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}html {
        scroll-behavior: smooth;
    }body {
        min-height: 100vh;
        display: block;
        font-size: 18px;
        line-height: 30px;
        -webkit-user-select: none;
           -moz-user-select: none;
                user-select: none;
        font-family: 'Bodoni Moda', serif;
        font-weight: 400;
    }p{
  line-height: 1.5rem;
        font-family: 'Open Sans', sans-serif;
}p strong {
        font-family: 'Open Sans', sans-serif;
    }p em {
        font-family: 'Open Sans', sans-serif;
    }#site-content{
  max-width: 425px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.header-inner {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }* {
        font-family: 'Bodoni Moda', serif;
    }span {
        color: red;
    }.logo {
        position: absolute;
        left: calc(50% - 40px);
    }.logo img{
    height: 90px;
    width: 90px;
    }h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 8px;
    }h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 8px;
    }h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }h4 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }h5 {
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }h6 {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }/* LANGUAGES LOGIC  */html[lang="sv"] .swedish.hidden , html[lang="sv-SE"] .swedish.hidden{
         display: flex;
    }html[lang="en"] .english.hidden{
      display: flex;
    }html[lang="es"] .spanish.hidden{
         display: flex;
    }html[lang="fr"] .french.hidden{
         display: flex;
    }html[lang="de"] .german.hidden{
         display: flex;
    }html[lang="da"] .danish.hidden{
         display: flex;
    }html[lang="fi"] .finnish.hidden{
         display: flex;
    }html[lang="no"] .norwegian.hidden{
         display: flex;
    }@media screen and (max-width: 600px) {

        .hero-image ,  .hero-image img {
            max-height: 380px;
        }
    }.hero-image img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        max-height: 534px;
        width: 100%;
    }.author img {
        height: 85px;
        min-width: 85px;
    }.splide ul button{
  margin-right: 0.5rem;
  height: 0.25rem;
  width: 29px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 247 / var(--tw-bg-opacity));
}.splide ul button.is-active {
        background: #ffcb00;
    }.gradient-timeline {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.35));
    }.sticky-gradient {
        background: linear-gradient(356.84deg, #1E1D1D 1.31%, rgba(30, 29, 29, 0) 84.08%);
        position: sticky;
        bottom: 0px;
        height: 155px;
    }.story-line-container a:last-child .line-component{
  height: 0px;
}/* POST PAGINATION *//* single post */.single .gradient-div {
        background: linear-gradient(0deg, #1E1D1D 2.05%, rgba(30, 29, 29, 0) 99.35%);
    }.audio-player-canvas .gradient-div {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(image.png);
    }.story-line-container h4, .single .story-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }/* ----------------------------------------- *//* Icons */@font-face {
        font-family: 'icomoon';
        src: url('fonts/icomoon.eot?4bfxjr');
        src: url('fonts/icomoon.eot?4bfxjr#iefix') format('embedded-opentype'),
        url('fonts/icomoon.woff2?4bfxjr') format('woff2'),
        url('fonts/icomoon.ttf?4bfxjr') format('truetype'),
        url('fonts/icomoon.woff?4bfxjr') format('woff'),
        url('fonts/icomoon.svg?4bfxjr#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;

    }[class^="icon-"], [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        display: inline-block;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }.icon-arrow-right:before {
        content: "\e900";
    }.icon-arrow-right-after:after {
        content: "\e900";
        margin-left: 0.5rem;
    }.icon-arrow-left:before {
        content: "\e900";
        transform: rotate(180deg);
    }.icon-book-icon:before {
        content: "\e902";
        color: #fff;
    }.icon-close:before {
        content: "\e904";
    }.icon-rewind:before {
        content: "\e905";
        color: #fff;
    }.icon-play:before {
        content: "\e908";
        color: rgb(255, 255, 255);
    }*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}body.admin-bar {
    min-height: calc(100vh - 32px);
}@media (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100vh - 46px);
    }
}.pointer-events-none{
  pointer-events: none;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.top-0{
  top: 0px;
}.left-0{
  left: 0px;
}.left-\[5px\]{
  left: 5px;
}.bottom-0{
  bottom: 0px;
}.right-8{
  right: 2rem;
}.top-20{
  top: 5rem;
}.right-0{
  right: 0px;
}.left-8{
  left: 2rem;
}.bottom-6{
  bottom: 1.5rem;
}.z-10{
  z-index: 10;
}.z-\[-1\]{
  z-index: -1;
}.z-30{
  z-index: 30;
}.z-\[11\]{
  z-index: 11;
}.z-50{
  z-index: 50;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.mt-4{
  margin-top: 1rem;
}.ml-2{
  margin-left: 0.5rem;
}.mt-\[160px\]{
  margin-top: 160px;
}.mb-8{
  margin-bottom: 2rem;
}.mt-2\.5{
  margin-top: 0.625rem;
}.mt-2{
  margin-top: 0.5rem;
}.mr-9{
  margin-right: 2.25rem;
}.mr-2{
  margin-right: 0.5rem;
}.mt-\[130px\]{
  margin-top: 130px;
}.mb-10{
  margin-bottom: 2.5rem;
}.mb-3{
  margin-bottom: 0.75rem;
}.mt-\[120px\]{
  margin-top: 120px;
}.mt-3{
  margin-top: 0.75rem;
}.mt-8{
  margin-top: 2rem;
}.mr-\[10px\]{
  margin-right: 10px;
}.mr-4{
  margin-right: 1rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-\[-47px\]{
  margin-top: -47px;
}.mr-\[-1px\]{
  margin-right: -1px;
}.mb-14{
  margin-bottom: 3.5rem;
}.flex{
  display: flex;
}.hidden{
  display: none;
}.h-full{
  height: 100%;
}.h-2\.5{
  height: 0.625rem;
}.h-2{
  height: 0.5rem;
}.h-\[160\%\]{
  height: 160%;
}.h-\[52px\]{
  height: 52px;
}.h-screen{
  height: 100vh;
}.h-\[21px\]{
  height: 21px;
}.h-\[80px\]{
  height: 80px;
}.h-\[100px\]{
  height: 100px;
}.h-\[69px\]{
  height: 69px;
}.h-\[320px\]{
  height: 320px;
}.h-\[48px\]{
  height: 48px;
}.h-\[60px\]{
  height: 60px;
}.h-9{
  height: 2.25rem;
}.max-h-\[120px\]{
  max-height: 120px;
}.max-h-\[534px\]{
  max-height: 534px;
}.max-h-96{
  max-height: 24rem;
}.w-\[calc\(50\%-2rem\)\]{
  width: calc(50% - 2rem);
}.w-\[calc\(100\%-6rem\)\]{
  width: calc(100% - 6rem);
}.w-full{
  width: 100%;
}.w-9{
  width: 2.25rem;
}.w-2\.5{
  width: 0.625rem;
}.w-2{
  width: 0.5rem;
}.w-px{
  width: 1px;
}.w-\[260px\]{
  width: 260px;
}.w-\[21px\]{
  width: 21px;
}.w-\[10\%\]{
  width: 10%;
}.w-\[26px\]{
  width: 26px;
}.w-\[80px\]{
  width: 80px;
}.w-\[69px\]{
  width: 69px;
}.w-\[48px\]{
  width: 48px;
}.max-w-\[425px\]{
  max-width: 425px;
}.max-w-screen-sm{
  max-width: 600px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-sm{
  max-width: 24rem;
}.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.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));
}.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.scale-x-\[-1\]{
  --tw-scale-x: -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));
}.cursor-pointer{
  cursor: pointer;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-y-6{
  row-gap: 1.5rem;
}.overflow-hidden{
  overflow: hidden;
}.rounded-full{
  border-radius: 9999px;
}.rounded-\[100px\]{
  border-radius: 100px;
}.border{
  border-width: 1px;
}.bg-beige{
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 232 / var(--tw-bg-opacity));
}.bg-gray100{
  --tw-bg-opacity: 1;
  background-color: rgb(233 238 247 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-black500{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.p-6{
  padding: 1.5rem;
}.p-4{
  padding: 1rem;
}.p-8{
  padding: 2rem;
}.p-3{
  padding: 0.75rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pt-14{
  padding-top: 3.5rem;
}.pb-20{
  padding-bottom: 5rem;
}.pt-4{
  padding-top: 1rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[230px\]{
  padding-top: 230px;
}.pb-12{
  padding-bottom: 3rem;
}.pt-\[130px\]{
  padding-top: 130px;
}.pr-5{
  padding-right: 1.25rem;
}.pr-2{
  padding-right: 0.5rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.text-center{
  text-align: center;
}.font-opensans{
  font-family: Open Sans, sans-serif;
}.text-lg{
  font-size: 1.125rem;
}.text-base{
  font-size: 1rem;
}.text-xl{
  font-size: 1.25rem;
}.text-xs{
  font-size: 0.75rem;
}.text-\[32px\]{
  font-size: 32px;
}.text-sm{
  font-size: 0.875rem;
}.text-3xl{
  font-size: 1.75rem;
}.text-\[75px\]{
  font-size: 75px;
}.text-\[2\.5rem\]{
  font-size: 2.5rem;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.leading-\[19px\]{
  line-height: 19px;
}.leading-\[23px\]{
  line-height: 23px;
}.leading-\[26px\]{
  line-height: 26px;
}.leading-6{
  line-height: 1.5rem;
}.text-black900{
  --tw-text-opacity: 1;
  color: rgb(30 29 29 / var(--tw-text-opacity));
}.\!text-black900{
  --tw-text-opacity: 1 !important;
  color: rgb(30 29 29 / var(--tw-text-opacity)) !important;
}.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.opacity-40{
  opacity: 0.4;
}.opacity-100{
  opacity: 1;
}.opacity-0{
  opacity: 0;
}.duration-300{
  transition-duration: 300ms;
}.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}/* Image gallery */.page-template-sponsor-template .wp-block-gallery .wp-block-image{
  margin-top: auto !important;
  padding: 1rem;
}.page-template-sponsor-template .wp-block-gallery .wp-block-image:last-of-type{
  max-width: 50%;
}/* EASY READ BODY*/html[lang="sv"] .swedish.easy-read .detailed-read-paragraph, html[lang="sv-SE"] .swedish.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="en"] .english.easy-read .detailed-read-paragraph{
      display: flex;
    }html[lang="es"] .spanish.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="fr"] .french.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="de"] .german.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="da"] .danish.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="fi"] .finnish.easy-read .detailed-read-paragraph{
         display: flex;
    }html[lang="no"] .norwegian.easy-read .detailed-read-paragraph{
         display: flex;
    }.easy-read .detailed-read-paragraph{
  display: none;
}.easy-read .easy-read-paragraph{
  display: block;
}.easy-read p{
  font-size: 1.25rem;
  line-height: 30px;
}.easy-read .single-hero-image{
  display: flex;
  max-height: 500px;
  align-items: center;
  justify-content: center;
}html[lang="sv"] .swedish.easy-read .single-hero-image .gradient-div, html[lang="sv-SE"] .swedish.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="en"] .english.easy-read .single-hero-image .gradient-div{
      display: flex;
    }html[lang="es"] .spanish.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="fr"] .french.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="de"] .german.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="da"] .danish.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="fi"] .finnish.easy-read .single-hero-image .gradient-div{
         display: flex;
    }html[lang="no"] .norwegian.easy-read .single-hero-image .gradient-div{
         display: flex;
    }.easy-read .single-hero-image .gradient-div{
  display: none;
}.easy-read .single-hero-image img{
  height: 250px;
  width: 250px;
}/* EASY READ BODY END*/body.single{
  --tw-bg-opacity: 1;
  background-color: rgb(30 29 29 / var(--tw-bg-opacity));
}body.single p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}.canvas a{
  --tw-text-opacity: 1;
  color: rgb(30 29 29 / var(--tw-text-opacity));
}body.canvas-open , body.audio-canvas-open{
  overflow-y: hidden;
}.canvas-open .canvas{
  pointer-events: auto;
  position: sticky;
  cursor: auto;
  opacity: 1;
}#player{
  align-items: center;
}#progress-bar{
  height: 2px;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}#progress {
  background: linear-gradient(to right, rgb(255, 203, 0) 0%, rgb(255, 203, 0) 0%, rgb(51, 51, 51) 0%, rgb(51, 51, 51) 100%);
}#progress-bar > #progress{
  display: block;
  height: 2px;
  width: 100%;
}input[type=range] {
    -webkit-appearance: none;
}input[type="range" i]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #ffcb00;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #ffcb00;
    cursor: pointer;
    -webkit-appearance: none;
}input[type="range" i]::-webkit-slider-runnable-track {
    background: transparent;
}#play .play:before {
    content: "\e90a";
    color: #fff;
    font-family: 'icomoon';
    font-size: 2rem;
}.audio-canvas-open .audio-player-canvas{
  --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));
}.audio-player-canvas .next-story{
  --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));
  opacity: 0;
  transition-duration: 300ms;
}.audio-ended .audio-player-canvas .next-story ,
.audio-ended .audio-player-canvas .play-again-button{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 650px;
  --tw-translate-y: -245px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}.play-again-button{
  pointer-events: none;
}.audio-ended .audio-player-canvas .play-again-button{
  pointer-events: auto;
}.audio-ended .player-container{
  --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));
  opacity: 0;
}.audio-ended .audio-image{
  --tw-translate-y: -135%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}.audio-ended .audio-text-container{
  --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));
}.audio-ended #close-audio-player{
  --tw-translate-y: 80px;
  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));
}/*  GOOGLE TRANSLATE */.lang-wrp.visible{
  pointer-events: auto;
  z-index: 50;
  opacity: 1;
}html[lang="sv"] .swedish#google_translate_element span, html[lang="sv-SE"] .swedish#google_translate_element span{
         display: flex;
    }html[lang="en"] .english#google_translate_element span{
      display: flex;
    }html[lang="es"] .spanish#google_translate_element span{
         display: flex;
    }html[lang="fr"] .french#google_translate_element span{
         display: flex;
    }html[lang="de"] .german#google_translate_element span{
         display: flex;
    }html[lang="da"] .danish#google_translate_element span{
         display: flex;
    }html[lang="fi"] .finnish#google_translate_element span{
         display: flex;
    }html[lang="no"] .norwegian#google_translate_element span{
         display: flex;
    }#google_translate_element span{
  display: none;
}.goog-te-gadget .goog-te-combo{
  width: 100%;
  padding: 0.75rem;
}.lang-wrp .lang{
  width: 100%;
}@media (min-width: 375px){.xxs\:h-\[420px\]{
    height: 420px;
  }.xxs\:h-\[375px\]{
    height: 375px;
  }
}@media (min-width: 425px){.xs\:left-\[calc\(50\%-212\.5px\)\]{
    left: calc(50% - 212.5px);
  }.xs\:h-\[405px\]{
    height: 405px;
  }.xs\:pt-\[250px\]{
    padding-top: 250px;
  }
}@media (min-width: 600px){.sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }.sm\:h-\[435px\]{
    height: 435px;
  }.sm\:w-full{
    width: 100%;
  }.sm\:max-w-\[630px\]{
    max-width: 630px;
  }
}









/*# sourceMappingURL=main.css.map */
