/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/style.scss ***!
  \**************************************************************************************************************************************************************/
@charset "UTF-8";
/*
! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
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 */
  font-variation-settings: normal; /* 6 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.home .hero .wp-block-button__link,
.home header .wp-block-button__link{
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 77 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.home .hero .wp-block-button__link:hover,
.home header .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 161 77 / var(--tw-text-opacity));
}

header .wp-block-button__link{
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
  letter-spacing: 0em;
  padding: 0.45rem 1rem 0.36rem !important;
}

.wp-block-button__link{
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 77 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-block-button__link {
  border-radius: 0.75rem;
  font-size: 1.375rem;
  padding: 1.1rem 2rem 0.95rem !important;
  line-height: 1;
}

.is-style-play .wp-block-button__link {
  background-repeat: no-repeat;
  background-size: 2.3rem;
  background-position: right 2rem center;
  text-align: left;
  width: 260px !important;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"white\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\" /><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z\" /></svg>");
}
.is-style-play .wp-block-button__link:hover {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"%2300A14D\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\" /><path stroke-linecap=\"round\" fill=\"%2300A14D\" stroke-width=\"0\" stroke=\"white\" stroke-linejoin=\"round\" d=\"M15.91 11.672a.375.375 0 0 1 0 .656l-5.603 3.113a.375.375 0 0 1-.557-.328V8.887c0-.286.307-.466.557-.327l5.603 3.112Z\" /></svg>");
}

@media (min-width: 1640px) {
  .wp-block-button__link {
    font-size: 1.6875rem;
    padding: 1.4rem 4rem 1.3rem !important;
  }
  .is-style-play .wp-block-button__link {
    padding: 1.4rem 2rem 1.3rem !important;
    width: 300px !important;
    background-position: right 2rem center;
  }
}
@media (max-width: 539px) {
  .wp-block-button__link {
    width: 100%;
  }
  .wp-block-buttons.is-layout-flex {
    gap: 1rem;
  }
  .wp-block-buttons .wp-block-button{
    width: 100%;
  }
}
.has-link-color a:hover{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

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

.link-black a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.link-dark a{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.link-orange a{
  --tw-text-opacity: 1;
  color: rgb(234 135 51 / var(--tw-text-opacity));
}

.link-red a{
  --tw-text-opacity: 1;
  color: rgb(188 51 64 / var(--tw-text-opacity));
}

.link-blue-light a{
  --tw-text-opacity: 1;
  color: rgb(119 184 207 / var(--tw-text-opacity));
}

.link-blue a{
  --tw-text-opacity: 1;
  color: rgb(12 153 187 / var(--tw-text-opacity));
}

.link-blue-dark a{
  --tw-text-opacity: 1;
  color: rgb(30 100 140 / var(--tw-text-opacity));
}

.link-green a{
  --tw-text-opacity: 1;
  color: rgb(0 161 77 / var(--tw-text-opacity));
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0 !important;
  max-width: 100%;
  height: 10px;
  width: 100px;
}

.wp-block-columns.is-style-columns-no-gutters{
  gap: 0px;
}

.wp-block-cover:not(.is-style-linked-card) img {
  border-radius: 4px;
}

.site-main {
  display: grid;
  grid-template-columns: [full-start] minmax(1.5em, 1fr) [wide-start] 8em [main-start] minmax(0, 64em) [main-end] 8em [wide-end] minmax(1.5em, 1fr) [full-end];
}

.site-main > *:not(.alignfull) {
  grid-column: full;
}

.site-main > .alignfull {
  grid-column: full;
}

@media (min-width: 640px) {
  .site-main > *:not(.alignwide):not(.alignfull) {
    grid-column: main;
  }
  .site-main > .alignwide {
    grid-column: wide;
  }
}
header svg {
  max-width: 200px;
  height: auto;
}

@media (min-width: 541px) {
  .sidebar {
    width: 100px;
  }
}
@media (min-width: 1640px) {
  .sidebar {
    width: 181px;
  }
}
@media (min-width: 2000px) {
  header svg {
    max-width: 250px;
    height: auto;
  }
}
@media (max-width: 539px) {
  header .main-header svg {
    max-width: 164px;
  }
}
@media (min-width: 1640px) {
  footer {
    height: 1086px;
  }
  footer .wp-block-cover {
    height: 1086px;
  }
  footer .wp-block-cover .has-text-9-xl-font-size {
    margin-top: 100px;
  }
}
footer svg {
  max-width: 400px;
}

@media (max-width: 767px) {
  footer svg {
    max-width: 289px;
  }
}
#mobile-menu-list li{
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  padding-left: 4rem;
  background-size: 50px 50px;
  background-position: 0 center;
  min-height: 50px;
}

.menu-wrapper.open{
  display: block;
}

.hamburger-menu .toggle-menu{
  z-index: 20;
  width: 22px;
  height: 16px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger-menu .toggle-menu span{
  position: absolute;
  right: 0px;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
  height: 2px;
  border-radius: 4px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger-menu .toggle-menu span:nth-child(1) {
  top: 0px;
}
.hamburger-menu .toggle-menu span:nth-child(2),
.hamburger-menu .toggle-menu span:nth-child(3) {
  top: 7px;
}
.hamburger-menu .toggle-menu span:nth-child(4) {
  top: 14px;
  right: 0px;
  left: auto;
}
.hamburger-menu .toggle-menu.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.hamburger-menu .toggle-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger-menu .toggle-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger-menu .toggle-menu.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.pll_language_switcher{
  position: relative;
  cursor: pointer;
}
.pll_language_switcher .pll-sub-menu,
.pll_language_switcher .pll-sub-menu-mobile{
  left: 0px;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
  top: 40px;
  min-width: 140px;
  transition: top 0.5s ease;
}
.pll_language_switcher .pll-sub-menu.show,
.pll_language_switcher .pll-sub-menu-mobile.show{
  display: block;
}
.pll_language_switcher .pll-sub-menu li,
.pll_language_switcher .pll-sub-menu-mobile li{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.pll_language_switcher .pll-sub-menu li:hover,
.pll_language_switcher .pll-sub-menu-mobile li:hover {
  background-color: rgba(0, 59, 94, 0.03);
}
.pll_language_switcher .pll-sub-menu li:nth-child(even),
.pll_language_switcher .pll-sub-menu-mobile li:nth-child(even) {
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}
.pll_language_switcher .pll-sub-menu-mobile li{
  padding-left: 0px;
  padding-right: 0px;
}

.single .hero .wp-block-button__link,
.single header .wp-block-button__link{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.single .hero .wp-block-button__link:hover,
.single header .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.single .hero .wp-block-button__link,
.single header .wp-block-button__link {
  color: var(--color);
}
.single .wp-block-button__link:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.single .wp-block-button__link {
  background-color: var(--color);
}
.single .wp-block-cover span:not(footer span) {
  background-color: var(--color) !important;
}

@media (min-width: 541px) {
  .initiative-img-container.keen-slider__slide .tooltip {
    bottom: -70px;
    left: -30px;
  }
  .initiative-img-container.keen-slider__slide .tooltip::before {
    content: "";
    transform: rotate(360deg);
    top: -10px;
    left: 70px;
  }
  .initiative-img-container.keen-slider__slide:hover img {
    transform: scale(1);
  }
  .initiative-img-container .tooltip{
    visibility: hidden;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.125rem;
    padding: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    background-color: #4b4b4b;
    height: 51px;
    width: 160px;
    bottom: 6px;
    left: 100px;
    transition: opacity 0.5s ease;
    line-height: 1;
  }
  .initiative-img-container .tooltip::before {
    content: "";
    transform: rotate(-90deg);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #4b4b4b;
    position: absolute;
    top: 17px;
    left: -14px;
  }
  .initiative-img-container .is-style-linked-card {
    overflow: hidden;
    transition: transform 0.5s ease;
  }
  @media (min-width: 541px){
    .initiative-img-container:hover .tooltip{
      visibility: visible;
      opacity: 1;
    }
  }
  .initiative-img-container:hover img {
    transform: scale(1.5);
  }
}
@media (min-width: 781px) {
  .initiative-img-container.keen-slider__slide:hover img {
    transform: scale(1.2);
  }
}
.navigation-wrapper {
  position: relative;
}

#vara-sju-mal #slider {
  max-height: 600px;
}

#slider-3 .keen-slider__slide {
  border-radius: 4px;
  height: 265px;
  max-height: 90vh;
}

.keen-slider-1 img {
  border-radius: 0 !important;
}

.thumbnail .keen-slider__slide {
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.5s ease;
}
.thumbnail .keen-slider__slide.active img {
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .keen-slider__slide .has-text-9-xl-font-size {
    font-size: 3.75rem !important;
  }
}
@media (max-width: 540px) {
  #slider-3 img {
    border-radius: 4px;
  }
}
.slider-content {
  height: 85px;
}

@media (min-width: 541px) {
  .slider-content {
    max-width: 169px;
    height: 100%;
  }
  #thumbnails {
    width: 100%;
    max-width: 850px;
    height: 100px;
  }
  #thumbnails .keen-slider__slide {
    min-width: 100px !important;
    height: 100px;
    width: 100px;
  }
  #slider-3 .keen-slider__slide {
    height: 1000px;
  }
  .arrow.arrow--right{
    position: absolute;
    top: 50%;
    height: 5rem;
    width: 5rem;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    background-position: center;
    background-repeat: no-repeat;
    right: 200px;
    background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"120\" height=\"120\" viewBox=\"0 0 120 120\"><g id=\"Component_61_10\" data-name=\"Component 61 %E2%80%93 10\" transform=\"translate%280 0%29\"><g id=\"Group_4682\" data-name=\"Group 4682\" transform=\"translate%28-1107 -3706%29\"><g id=\"Group_4634\" data-name=\"Group 4634\" transform=\"translate%28-691 8.62%29\"><circle id=\"Ellipse_129\" data-name=\"Ellipse 129\" cx=\"60\" cy=\"60\" r=\"60\" transform=\"translate%281798 3697.38%29\"/></g></g><path id=\"Path_6729\" data-name=\"Path 6729\" d=\"M23.987,12a2.411,2.411,0,0,0-.814-1.8L11.994.361a1.44,1.44,0,0,0-1.9,2.162l8.637,7.6a.25.25,0,0,1-.165.437H1.452a1.44,1.44,0,1,0,0,2.88H18.563a.251.251,0,0,1,.165.438l-8.637,7.6a1.44,1.44,0,1,0,1.9,2.161L23.172,13.8a2.409,2.409,0,0,0,.815-1.8Z\" transform=\"translate%2848.001 47.963%29\" fill=\"%23fff\"/></g></svg>");
  }
}
@media (min-width: 781px) {
  .thumbnail .keen-slider__slide {
    overflow: visible !important;
  }
  #thumbnails.keen-slider:not([data-keen-slider-disabled]) {
    overflow: visible !important;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  --wp--style--block-gap: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-family: BentonSansCond, sans-serif;
}

b,
strong {
  font-weight: 700;
}

.wp-block-post-title,
h1,
h2 {
  font-weight: 700;
  line-height: 1.1;
}

#content p:not(:nth-last-child(1), .is-not-stacked-on-mobile p, .slider-content p) {
  margin-bottom: 1rem;
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
  margin-left: 0 !important;
  max-width: 100%;
  height: 10px;
  width: 100px;
}

@media (min-width: 1280px) {
  .keen-slider__slide .lottie-img {
    max-height: 350px;
    max-width: 350px;
  }
}
.wpcf7 {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0;
  border: 0px solid #00a0d2;
}

.form-input input,
.form-input textarea {
  background-color: transparent;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea{
  width: 100%;
  border-bottom: 1px solid grey;
  outline: none;
}
.wpcf7-form-control-wrap textarea {
  height: 100px;
}

.share a {
  transition: all 0.3s;
}
.share a:hover svg #Path_6,
.share a:hover svg #Path_8 {
  fill: black !important; /* Change to your desired hover gradient colors */
}
.share a:hover span {
  color: black;
}
@media (max-width: 781px) {
  .share a svg {
    max-width: 40px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-4{
  left: 1rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-0{
  margin-top: 0px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-16{
  height: 4rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-full{
  height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-10{
  width: 2.5rem;
}
.w-16{
  width: 4rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-full{
  width: 100%;
}
.max-w-7xl{
  max-width: 80rem;
}
.origin-top{
  transform-origin: top;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-col{
  flex-direction: column;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.rounded-full{
  border-radius: 9999px;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(12 153 187 / var(--tw-bg-opacity));
}
.bg-blue-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(30 100 140 / var(--tw-bg-opacity));
}
.bg-blue-light{
  --tw-bg-opacity: 1;
  background-color: rgb(119 184 207 / var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 77 / var(--tw-bg-opacity));
}
.bg-green-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(59 129 111 / var(--tw-bg-opacity));
}
.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(234 135 51 / var(--tw-bg-opacity));
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(188 51 64 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-4{
  padding: 1rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(12 153 187 / var(--tw-text-opacity));
}
.text-blue-dark{
  --tw-text-opacity: 1;
  color: rgb(30 100 140 / var(--tw-text-opacity));
}
.text-blue-light{
  --tw-text-opacity: 1;
  color: rgb(119 184 207 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(0 161 77 / var(--tw-text-opacity));
}
.text-green-dark{
  --tw-text-opacity: 1;
  color: rgb(59 129 111 / var(--tw-text-opacity));
}
.text-orange{
  --tw-text-opacity: 1;
  color: rgb(234 135 51 / var(--tw-text-opacity));
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(188 51 64 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-90{
  opacity: 0.9;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:bg-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 375px){
  .xs\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xs\:pt-8{
    padding-top: 2rem;
  }
}
@media (min-width: 541px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:bottom-10{
    bottom: 2.5rem;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pb-10{
    padding-bottom: 2.5rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pt-2{
    padding-top: 0.5rem;
  }
  .sm\:pt-40{
    padding-top: 10rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 781px){
  .md\:mr-10{
    margin-right: 2.5rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:min-h-full{
    min-height: 100%;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:p-8{
    padding: 2rem;
  }
}
@media (min-width: 912px){
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
}
@media (min-width: 1280px){
  .xl\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
