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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

  .container {
    max-width: 1440px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-2rem\] {
  margin-top: -2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-6 {
  width: 1.5rem;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[95px\] {
  width: 95px;
}
.w-full {
  width: 100%;
}
.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));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(18 71 52 / var(--tw-bg-opacity));
}
.bg-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(228 242 254 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-willow {
  --tw-bg-opacity: 1;
  background-color: rgb(208 218 214 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 3.75rem;
  line-height: 4.3rem;
}
.text-4xl {
  font-size: 7.5rem;
  line-height: 8.5rem;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-lg {
  font-size: 2rem;
  line-height: 2.4rem;
}
.text-small {
  font-size: 0.75rem;
  line-height: 100%;
}
.text-title {
  font-size: 1.25rem;
  line-height: 120%;
}
.text-xl {
  font-size: 2.8rem;
  line-height: 3.3rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.text-\[\#a0b5ae\] {
  --tw-text-opacity: 1;
  color: rgb(160 181 174 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 76 153 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:after,
:before {
  --tw-content: "";
}
@font-face {
  font-family: "jeranex";
  src: url("fonts/23fa11f65e79ce93-s.p.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: jeranex;
  src: url("fonts/9b6569e4c27976df-s.p.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Arial;
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
  font-family: "jeranex";
  --tw-text-opacity: 1;
  color: rgb(18 18 18/var(--tw-text-opacity));
}
.center-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1440px) {

  .center-container {
    max-width: 1440px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.center-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .center-container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .footer .center-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contained {
  width: 100%;
}
@media (min-width: 1024px) {

  .contained {
    width: 80%;
  }
}
.center-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.caption-nugget {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  cursor: default;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 2px;
  padding-top: 3px;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.post-tease {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --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);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.post-tease .tease-image {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
.post-tease .tease-content {
  display: flex;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem;
}
.jeranex-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  color: transparent;
}
figure:hover figcaption {
  opacity: 1;
}
.pop-up-notice {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  display: none;
  width: calc(100% - 32px);
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  .pop-up-notice {
    max-width: 540px;
  }
}
@media (min-width: 1024px) {

  .pop-up-notice {
    bottom: 2rem;
    right: 2rem;
  }
}
.pop-up-notice.isActive {
  display: block;
}
.pop-up-notice .inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {

  .pop-up-notice .inner {
    padding: 2.5rem;
  }
}
.pop-up-notice .inner h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 2.4rem;
}
.pop-up-notice .inner .button {
  margin-top: 1rem;
}
.pop-up-notice .inner p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.pop-up-notice .inner button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.button,
.wp-block-button .wp-block-button__link {
  display: flex;
  height: 34px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 71 52/var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  cursor: pointer;
  text-decoration: none;
}
.button:hover,
.wp-block-button .wp-block-button__link:hover {
  --tw-bg-opacity: 0.7;
  transition-duration: 0.1s;
}
.button-lg,
.wp-block-button .wp-block-button__link {
  height: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.button-secondary {
  background-color: rgb(208 218 214/var(--tw-bg-opacity));
}
.button-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 76 153 / var(--tw-bg-opacity));
}
.button-muted, .button-secondary {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(18 18 18/var(--tw-text-opacity));
}
.button-muted {
  background-color: rgb(240 240 240/var(--tw-bg-opacity));
}
.button-transparent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(18 18 18/var(--tw-text-opacity));
}
.button-onshore {
  background-color: rgb(9 114 35/var(--tw-bg-opacity));
}
.button-offshore, .button-onshore {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.button-offshore {
  background-color: rgb(0 76 153/var(--tw-bg-opacity));
}
.button-solar {
  background-color: rgb(153 116 2/var(--tw-bg-opacity));
}
.button-solar, .button-storage {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.button-storage {
  background-color: rgb(108 108 108/var(--tw-bg-opacity));
}
.button[disabled] {
  --tw-text-opacity: 0.5;
  opacity: 0.5;
}
.back-to-content {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.back-to-content:before {
  content: "";
  width: 0px;
  height: 2px;
  display: block;
  background: #000000;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -2px;
  right: 0px;
}
.back-to-content:hover:before {
  width: 100%;
}
.form-wrap .field-wrap {
  margin-bottom: 1.5rem;
}
.form-wrap .field-wrap input, .form-wrap .field-wrap textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  resize: none;
}
.form-wrap .field-wrap textarea {
  height: 240px;
}
.searchform {
  display: flex;
  gap: 1.5rem;
}
.search-input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ccc;
  resize: none;
}
@media (max-width: 1050px) {
  body {
    padding-top: 48px;
  }
}
body .content-wrapper, body .jera-logo, body .burger, body .header {
  transition: all 0.3s ease;
}
body.navActive nav.nav {
  pointer-events: auto;
  transform: translate(0%, 0%);
}
body.navActive .header {
  box-shadow: none;
}
body.navActive .content-wrapper, body.navActive .jera-logo, body.navActive .burger {
  opacity: 0;
}
body.navActive .mobile-logo {
  display: block;
}
.header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --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 (max-width: 1050px) {
  .header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
  }
}
.jera-logo {
  position: absolute;
  left: 0px;
  width: auto;
}
.jera-group-logo {
  position: absolute;
  right: 0px;
  width: auto;
  text-align: right;
}
@media (max-width: 1050px) {
  .jera-group-logo {
    display: none;
  }
}
.burger {
  position: absolute;
  right: 0px;
  display: none;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .burger {
    display: block;
  }
}
.mobile-logo, .close-menu, .header-socials {
  display: none;
}
nav.nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media (min-width: 1220px) {

  nav.nav {
    gap: 1rem;
  }
}
@media (min-width: 1600px) {

  nav.nav {
    gap: 2rem;
  }
}
nav.nav .button {
  position: relative;
  height: 28px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 14px;
}
@media (min-width: 1220px) {

  nav.nav .button {
    height: 34px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
  }
}
nav.nav .button {
  text-decoration: none;
  transition: all 0.4s ease;
  z-index: 1;
}
nav.nav .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
nav.nav .button.isActive {
  --tw-bg-opacity: 1;
  background-color: rgb(18 71 52 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
nav.nav .jera-group-logo {
  display: none;
}
nav.nav .hasChild {
  position: relative;
}
nav.nav .hasChild:hover .child-menu {
  pointer-events: auto;
  opacity: 1;
}
nav.nav .nav-hover-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  opacity: 0;
  position: absolute;
  height: 100%;
  z-index: 0;
  transition: width 0.3s ease, left 0.3s ease;
  transition-delay: 0.1s;
  pointer-events: none;
  border-radius: 9999px;
}
nav.nav:hover .nav-hover-bg {
  opacity: 1;
}
@media (max-width: 1050px) {
  nav.nav {
    pointer-events: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(18 71 52 / var(--tw-bg-opacity));
    width: calc(100% - 32px);
    height: calc(100% - 20px);
    transition: all 0.3s ease;
    padding-top: 30px;
    padding-left: 10px;
    transform: translate(110%, 0%);
  }
  nav.nav a {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 2rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    font-size: 2em !important;
    line-height: 2.4rem;
  }
  nav.nav a .search-icon {
    width: 24px;
    height: 24px;
  }
  nav.nav a .search-icon path {
    stroke: white;
  }
  nav.nav a:hover {
    background: none !important;
  }
  nav.nav span {
    @appyly px-6;
  }
  nav.nav .nav-hover-bg {
    display: none !important;
  }
  nav.nav .close-menu {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    display: block;
    cursor: pointer;
  }
  nav.nav .jera-group-logo {
    position: static;
    display: block;
  }
  nav.nav .jera-group-logo img {
    width: 62px;
  }
  nav.nav .header-socials {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-align: left;
  }
  nav.nav .header-socials li a {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.25rem !important;
  }
  nav.nav .hasChild {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  nav.nav .hasChild .child-menu {
    position: static;
    padding: 0px;
    pointer-events: auto;
    opacity: 1;
  }
  nav.nav .hasChild .child-menu ul {
    padding: 0px;
    background: none;
  }
  nav.nav .hasChild .child-menu ul li .child-nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0px;
    padding-bottom: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.parent-link {
  position: relative;
  z-index: 1;
}
.child-menu {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 3rem;
  opacity: 0;
  transition: all 0.3s ease;
}
.child-menu ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: left;
  border-radius: 30px;
}
.child-menu ul .child-nav-item {
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: 16px;
}
.footer {
  margin: 1rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(18 71 52 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer p {
  --tw-text-opacity: 1;
  color: rgb(208 218 214 / var(--tw-text-opacity));
}
.footer .container {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .footer .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer .footer-menus {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
@media (min-width: 768px) {

  .footer .footer-menus {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {

  .footer .footer-menus {
    justify-content: flex-end;
  }
}
.footer .footer-menus .footer-menu {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(208 218 214 / var(--tw-text-opacity));
}
.footer .footer-menus .footer-menu .footer-menu-title {
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.newsletter-wrap {
  display: flex;
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {

  .newsletter-wrap {
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.newsletter-wrap form {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
}
.newsletter-wrap form .jns-email-input {
  border-radius: 0.75rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.newsletter-wrap form .success {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.newsletter-wrap form .error {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (min-width: 1024px) {

  .cat-list {
    flex-wrap: nowrap;
  }
}
.cat-list li {
  cursor: pointer;
  font-weight: 500;
  opacity: 0.6;
}
.cat-list li.isActive {
  opacity: 1;
}
.tease-wrap {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}
@media (min-width: 768px) {

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

  .tease-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wysiwyg p {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (min-width: 1024px) {

  .wysiwyg p {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.wysiwyg p:last-of-type {
  margin-bottom: 0px;
}
.wysiwyg a {
  font-size: 1.25rem;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(18 71 52 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
@media (min-width: 1024px) {

  .wysiwyg a {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.wysiwyg ul, .wysiwyg ol {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 120%;
}
@media (min-width: 1024px) {

  .wysiwyg ul, .wysiwyg ol {
    font-size: 1.5rem;
    line-height: 120%;
  }
}
.wysiwyg ul, .wysiwyg ol {
  margin-left: 16px;
  list-style: disc;
}
.wysiwyg blockquote {
  margin-bottom: 1.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-style: italic;
}
.wysiwyg blockquote p {
  margin-bottom: 0px;
}
.wysiwyg blockquote p:last-of-type {
  margin-top: 1.5rem;
  font-weight: 700;
}
.wysiwyg .wp-block-media-text {
  margin-bottom: 1.5rem;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .wysiwyg .wp-block-media-text {
    gap: 0px;
  }
}
.wysiwyg .wp-block-media-text p {
  margin-bottom: 0px;
}
.wysiwyg .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .wysiwyg .wp-block-media-text .wp-block-media-text__content {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.map {
  height: 100%;
  width: 100%;
}
.map .info-window {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1rem;
  line-height: 100%;
}
.map .info-window .map-title {
  font-size: 1.25rem;
  line-height: 120%;
  font-weight: 700;
}
.map .info-window .map-type {
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.svg-icon {
  height: 32px;
  width: 40px;
}
.dropdown-filter {
  border-radius: 1.5rem;
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #a3a3a3;
}
.project-figure {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
}
.project-figure .mw-hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(153 204 254 / var(--tw-bg-opacity));
  transition: all 0.6s ease;
  transform: translate(-100%, 0%);
}
.project-figure:hover .mw-hover {
  transform: translate(0%, 0%);
}
.half-window-image {
  position: relative;
  height: 320px;
  width: 100%;
}
@media (min-width: 768px) {

  .half-window-image {
    height: 500px;
  }
}
@media (min-width: 1024px) {

  .half-window-image {
    height: 70vh;
    width: 50%;
  }
}
.images-grid {
  margin-bottom: 2.5rem;
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 768px) {

  .images-grid {
    height: 25vw;
    overflow: auto;
  }
}
@media (min-width: 1024px) {

  .images-grid {
    margin-bottom: 0px;
  }
}
.images-grid .label {
  position: absolute;
}
.images-grid .image-grid-item {
  display: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .images-grid .image-grid-item {
    width: auto;
    flex: 1 1 0%;
  }
}
@media (min-width: 1024px) {

  .images-grid .image-grid-item {
    display: block;
  }
}
.images-grid .image-grid-item {
  transition: all 0.3s ease;
}
.images-grid .image-grid-item .image-grid-figure {
  position: relative;
  margin-bottom: 1.25rem;
  height: 300px;
}
@media not all and (min-width: 768px) {

  .images-grid .image-grid-item .image-grid-figure {
    width: 65vw;
  }
}
@media (min-width: 768px) {

  .images-grid .image-grid-item .image-grid-figure {
    aspect-ratio: auto;
    height: 100%;
  }
}
.images-grid .image-grid-item .image-grid-text {
  position: absolute;
  bottom: 0px;
  left: 1rem;
  margin-right: 1rem;
  width: auto;
  cursor: default;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transform: translate(0%, 100%);
}
.images-grid .image-grid-item.isActive {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {

  .images-grid .image-grid-item.isActive {
    flex-basis: 40%;
  }
}
@media (max-width: 768px) {
  .images-grid .image-grid-item.isActive .image-grid-figure {
    width: 100%;
    max-width: 100%;
  }
}
.images-grid .image-grid-item.isActive .image-grid-text {
  bottom: 1rem;
  opacity: 1;
  transform: translate(0%, 0%);
}
@media (min-width: 768px) {

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

  .md\:pt-60 {
    padding-top: 15rem;
  }

  .md\:text-2xl {
    font-size: 3.75rem;
    line-height: 4.3rem;
  }

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

  .md\:text-xl {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mt-\[-4rem\] {
    margin-top: -4rem;
  }

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-2xl {
    font-size: 3.75rem;
    line-height: 4.3rem;
  }

  .lg\:text-3xl {
    font-size: 4.75rem;
    line-height: 5.3rem;
  }

  .lg\:text-4xl {
    font-size: 7.5rem;
    line-height: 8.5rem;
  }

  .lg\:text-xl {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}