:root {
  --header-height: 6rem;
  --admin-bar-height: 32px;
  --backend-header-height: 60px;
  --scrollbar-width: 15px;
  --working-area: 100vw;
  --icon-arrow-up-right: "\e09f";
  --icon-arrow-left: "\f060";
  --icon-arrow-right: "\f061";
  --icon-arrow-down: "\f063";
  --icon-arrow-up: "\f062";
  --icon-video: "\f04b";
  --icon-download: "\f019";
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, ::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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .container {
    max-width: 782px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.\!mb-1 {
  margin-bottom: 0.25rem !important;
}

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

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

.mb-7 {
  margin-bottom: clamp(2rem, 1.6667rem + 1.6667vw, 3rem);
}

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

.mt-10 {
  margin-top: clamp(4rem, 2.6667rem + 6.6667vw,8rem);
}

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

.mt-5 {
  margin-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

.mt-6 {
  margin-top: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.hidden {
  display: none;
}

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

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

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

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

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

.size-full {
  width: 100%;
  height: 100%;
}

.h-full {
  height: 100%;
}

.w-1\/4 {
  width: 25%;
}

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

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[95vw\] {
  max-width: 95vw;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.grow {
  flex-grow: 1;
}

.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.resize {
  resize: both;
}

.columns-6 {
  -moz-columns: 6;
       columns: 6;
}

.columns-7 {
  -moz-columns: 7;
       columns: 7;
}

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
}

.gap-x-6 {
  -moz-column-gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
       column-gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.75rem;
}

.rounded-full {
  border-radius: calc(infinity * 1px);
}

.rounded-lg {
  border-radius: 1.5rem;
}

.rounded-md {
  border-radius: 1rem;
}

.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-l {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

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

.border-solid {
  border-style: solid;
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(129 128 128 / var(--tw-border-opacity));
}

.\!bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 236 234 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 218 215 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 193 190 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 160 158 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 128 128 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(98 96 96 / var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 71 70 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 46 45 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 28 27 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

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

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  padding-right: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

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

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

.py-5 {
  padding-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  padding-bottom: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

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

.\!pt-5 {
  padding-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem) !important;
}

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

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

.pt-5 {
  padding-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

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

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

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

.text-2xl {
  font-size: clamp(1.938rem, 1.6047rem + 0.1042vw, 2.938rem);
  line-height: var(--wp--custom--line-height-xx-large);
}

.text-3xl {
  font-size: clamp(2.25rem, 1.7707rem + 0.1498vw, 3.688rem);
  line-height: var(--wp--custom--line-height-xxx-large);
}

.text-4xl {
  font-size: clamp(2.625rem, 1.9373rem + 0.2149vw, 4.688rem);
  line-height: var(--wp--custom--line-height-xxxx-large);
}

.text-5xl {
  font-size: clamp(3.125rem, 2.1873rem + 0.2930vw, 5.938rem);
  line-height: var(--wp--custom--line-height-xxxxx-large);
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: clamp(1.375rem, 1.2290rem + 0.0456vw, 1.813rem);
  line-height: var(--wp--custom--line-height-large);
}

.text-md {
  font-size: clamp(1.188rem, 1.1047rem + 0.0260vw, 1.438rem);
  line-height: var(--wp--custom--line-height-medium);
}

.text-root {
  font-size: clamp(1rem, 0.9583rem + 0.0130vw, 1.125rem);
  line-height: var(--wp--custom--line-height-base);
}

.text-sm {
  font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
  line-height: var(--wp--custom--line-height-small);
}

.text-xl {
  font-size: clamp(1.625rem, 1.3957rem + 0.0717vw, 2.313rem);
  line-height: var(--wp--custom--line-height-x-large);
}

.text-xs {
  font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
  line-height: var(--wp--custom--line-height-x-small);
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.\!text-inherit {
  color: inherit !important;
}

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

.text-inherit {
  color: inherit;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(37 64 143 / var(--tw-text-opacity));
}

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

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

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

.\!opacity-50 {
  opacity: 0.5 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

@media screen and (min-width: 992px) {
  :root {
    --header-height: 6.5rem;
  }
}

/*-----------------------------------
-------------------------------------
Typography
-------------------------------------
-----------------------------------*/

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

::selection,
::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

mark {
  background-image: none;
}

b,
strong,
th {
  font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
  margin-top: 0px;
}

.prose :is(h1, h2, h3, h4, h5, h6) {
  margin-top: clamp(2rem, 1.6667rem + 1.6667vw, 3rem) !important;
}

p.has-xxxxx-large-font-size,
p.has-xxxx-large-font-size {
  margin-bottom: var(--wp--preset--spacing--7);
}

p.has-xxx-large-font-size,
p.has-xx-large-font-size {
  margin-bottom: var(--wp--preset--spacing--6);
}

p.has-x-large-font-size,
p.has-large-font-size {
  margin-bottom: var(--wp--preset--spacing--5);
}

h1.wp-block-heading,
h1,
h2.wp-block-heading,
h2,
p.has-medium-font-size,
p.has-base-font-size {
  margin-bottom: var(--wp--preset--spacing--5);
}

h3.wp-block-heading,
h3,
p.has-small-font-size {
  margin-bottom: var(--wp--preset--spacing--5);
}

h4.wp-block-heading,
h4,
p.has-x-small-font-size {
  margin-bottom: var(--wp--preset--spacing--2);
}

h5.wp-block-heading,
h5,
h6.wp-block-heading,
h6 {
  margin-bottom: var(--wp--preset--spacing--1);
}

/*-----------------------------------
-------------------------------------
Layout, Structure & Spacing
-------------------------------------
-----------------------------------*/

.container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
  padding-inline: var(--wp--custom--container-padding);
}

/* Simulate Bootstrap rows and columns */

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  width: calc(100% + var(--wp--custom--gutter));
  margin-left: calc((var(--wp--custom--gutter) / 2) * -1);
}

.col {
  width: 100%;
  padding-inline: calc(var(--wp--custom--gutter) / 2);
}

/* Expand images inside a <figure> tag and prevent warping */

.match-figure {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* Flush edges */

.flush-top > *:first-child {
  margin-top: 0px !important;
}

.flush-bottom > *:last-child {
  margin-bottom: 0px !important;
}

.sticky-top {
  position: sticky;
  top: calc(var(--header-height) + var(--wp--preset--spacing--4));
}

/* Use the header height */

.pt-hh {
  padding-top: calc(var(--header-height) - 1px);
}

.mt-hh {
  margin-top: calc(var(--header-height) - 1px);
}

.top-hh {
  top: calc(var(--header-height) - 1px);
}

.h-vis-screen {
  height: calc(100vh - var(--header-height) - 1px);
}

.min-h-vis-screen {
  min-height: calc(100vh - var(--header-height) - 1px);
}

@media screen and (min-width: 600px) {
  .md\:pt-hh {
    padding-top: calc(var(--header-height) - 1px);
  }

  .md\:mt-hh {
    margin-top: calc(var(--header-height) - 1px);
  }

  .md\:top-hh {
    top: calc(var(--header-height) - 1px);
  }

  .md\:h-vis-screen {
    height: calc(100vh - var(--header-height) - 1px);
  }

  .md\:min-h-vis-screen {
    min-height: calc(100vh - var(--header-height) - 1px);
  }
}

@media screen and (min-width: 992px) {
  .lg\:pt-hh {
    padding-top: calc(var(--header-height) - 1px);
  }

  .lg\:mt-hh {
    margin-top: calc(var(--header-height) - 1px);
  }

  .lg\:top-hh {
    top: calc(var(--header-height) - 1px);
  }

  .lg\:h-vis-screen {
    height: calc(100vh - var(--header-height) - 1px);
  }

  .lg\:min-h-vis-screen {
    min-height: calc(100vh - var(--header-height) - 1px);
  }
}

@media screen and (max-width: 991px) {
  .p-0-tablet {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .p-container-tablet {
    padding-inline: var(--wp--custom--container-padding) !important;
  }

  .no-gap-tablet {
    gap: 0px !important;
  }

  .large-gap-tablet {
    gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem) !important;
  }
}

@media screen and (max-width: 599px) {
  .p-0-mobile {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .p-container-mobile {
    padding-inline: var(--wp--custom--container-padding) !important;
  }

  .no-gap-mobile {
    gap: 0px !important;
  }

  .large-gap-mobile {
    gap: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem) !important;
  }
}

/* Responsive Visibility */

@media screen and (max-width: 599px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 599px) and (max-width: 991px) {
  .hide-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 991px) {
  .hide-desktop {
    display: none !important;
  }
}

/*-----------------------------------
-------------------------------------
Color
-------------------------------------
-----------------------------------*/

/* .has-text-color :is(h1, h2, h3, h4, h5, h6):not(.has-text-color) {
  @apply !text-inherit;
} */

:where(h1, h2, h3, h4, h5, h6) a:hover {
  opacity: 0.8 !important;
}

/*-----------------------------------
-------------------------------------
Interactions & Animations
-------------------------------------
-----------------------------------*/

button,
.gravity_wrapper form :where(input[type="submit"], input[type="button"], [type="reset"]) {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent;
}

.wp-block-button,
button,
.gravity_wrapper form :where(input[type="submit"], input[type="button"], [type="reset"]) {
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

:where(.wp-block-post-title, .wp-block-heading, h1, h2, h3, h4, h5, h6) a {
  color: inherit;
  text-decoration-line: none !important;
}

body:has(.hs-overlay.open) .site-header {
  --tw-translate-y: -100% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

/*-----------------------------------
-------------------------------------
Components
-------------------------------------
-----------------------------------*/

.badges {
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0px !important;
}

.badges li,
.badge {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
  line-height: var(--wp--custom--line-height-x-small);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.badges li a,
.badge a,
.breadcrumb {
  font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
  line-height: var(--wp--custom--line-height-x-small);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.badges li a:hover,
.badge a:hover,
.breadcrumb:hover {
  opacity: 0.8 !important;
}

/*-----------------------------------
-------------------------------------
Forms
-------------------------------------
-----------------------------------*/

.grecaptcha-badge {
  display: none !important;
}

/* Search */

.search-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
}

.search-form > label {
  flex-grow: 1;
}

.search-form > label > input {
  width: 100%;
}

/* Password Form */

.post-password-form {
  padding-top: var(--header-height);
  margin-top: clamp(3rem, 2rem + 5vw, 6rem) !important;
}

:where(.post-password-form)
  :is(input[type="submit"], input[type="button"], [type="reset"]) {
  margin-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem) !important;
}

/* Gravity Forms */

.grecaptcha-badge,
.gfield_visibility_hidden {
  display: none !important;
}

.gform_wrapper{
  .gfield--input-type-section:not(:first-of-type) .gsection_title {
    margin-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  }
  .gf_clear {
    display: none !important;
  }
  .gform_validation_errors {
    margin-bottom: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  }
  .gform_validation_errors {
    border-radius: 0.75rem;
  }
  .gform_validation_errors {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  }
  .gform_validation_errors {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .gform_validation_errors {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .gform_validation_errors {
    font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
    line-height: var(--wp--custom--line-height-small);
  }
  .gform_validation_errors {
    --tw-text-opacity: 1;
    color: rgb(127 29 29 / var(--tw-text-opacity));
  }
  .gform_validation_errors{
    & > *:last-child {
      margin-bottom: 0px !important;
    }
    h2 {
      font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem) !important;
      line-height: var(--wp--custom--line-height-small) !important;
    }
    h2 {
      --tw-text-opacity: 1 !important;
      color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
    }
    a {
      --tw-text-opacity: 1 !important;
      color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
    }
    a {
      text-decoration-line: none !important;
    }
  }
  .gf_progressbar_wrapper {
    margin-bottom: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  }
  .gf_progressbar_wrapper{
    .gf_progressbar_title {
      font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
      line-height: var(--wp--custom--line-height-x-small);
    }
    .gf_progressbar {
      overflow: hidden;
    }
    .gf_progressbar {
      border-radius: calc(infinity * 1px);
    }
    .gf_progressbar {
      --tw-bg-opacity: 1;
      background-color: rgb(220 218 215 / var(--tw-bg-opacity));
    }
    .gf_progressbar{
      .gf_progressbar_percentage {
        --tw-bg-opacity: 1;
        background-color: rgb(37 64 143 / var(--tw-bg-opacity));
      }
      .gf_progressbar_percentage {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
      }
      .gf_progressbar_percentage {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      .gf_progressbar_percentage {
        text-align: right;
      }
      .gf_progressbar_percentage {
        font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
        line-height: var(--wp--custom--line-height-x-small);
      }
    }
  }
  .gform_fields {
    display: grid;
  }
  .gform_fields {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .gform_fields {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .gform_fields {
    row-gap: 1rem;
  }
  fieldset, .gfield {
    grid-column: span 12 / span 12;
  }
  fieldset, .gfield {
    margin: 0px;
  }
  fieldset, .gfield {
    display: flex;
  }
  fieldset, .gfield {
    flex-direction: column;
  }
  fieldset, .gfield {
    border-style: none;
  }
  fieldset, .gfield {
    padding: 0px;
  }
  fieldset, .gfield{
    @media (min-width: 782px) {
      &.gfield--width-half {
        grid-column: span 6 / span 6;
      }
    }
    @media (min-width: 782px) {
      &.gfield--width-third {
        grid-column: span 4 / span 4;
      }
    }
    @media (min-width: 782px) {
      &.gfield--width-quarter {
        grid-column: span 6 / span 6;
      }
    }
    @media (min-width: 992px) {
      &.gfield--width-quarter {
        grid-column: span 3 / span 3;
      }
    }
    &.hidden_label label {
      display: none !important;
    }
    &.gfield--type-choice.inline .ginput_container > div {
      display: flex;
    }
    &.gfield--type-choice.inline .ginput_container > div {
      gap: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
    }
    &.gfield--type-choice{
      .gchoice {
        display: flex;
      }
      .gchoice {
        gap: 0.5rem;
      }
    }
    &.gfield--input-type-list{
      .gfield_list_group {
        display: flex;
      }
      .gfield_list_group {
        align-items: center;
      }
      .gfield_list_group {
        gap: 1rem;
      }
      .gfield_list_group{
        .gfield_list_group_item {
          flex-grow: 1;
        }
      }
    }
    &.gfield--input-type-time{
      .ginput_complex {
        display: flex;
      }
      .ginput_complex {
        align-items: center;
      }
      .ginput_complex{
        .hour_minute_colon {
          width: 1rem;
        }
      }
    }
    &.gfield--type-consent{
      .ginput_container_consent {
        display: flex;
      }
      .ginput_container_consent {
        align-items: center;
      }
      .ginput_container_consent {
        gap: 0.5rem;
      }
      .ginput_container_consent{
        input {
          width: 1.25rem;
        }
      }
    }
  }
  legend, label:not(.gform-field-label--type-sub, .gform-field-label--type-inline) {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  legend, label:not(.gform-field-label--type-sub, .gform-field-label--type-inline) {
    font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
    line-height: var(--wp--custom--line-height-small);
  }
  legend, label:not(.gform-field-label--type-sub, .gform-field-label--type-inline) {
    font-weight: 700;
  }
  label.gform-field-label--type-sub {
    margin-top: 0.25rem;
  }
  label.gform-field-label--type-sub {
    font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
    line-height: var(--wp--custom--line-height-x-small);
  }
  label.gform-field-label--type-sub {
    --tw-text-opacity: 1;
    color: rgb(129 128 128 / var(--tw-text-opacity));
  }
  .gfield_required {
    margin-left: 0.2em;
  }
  .gfield_required {
    display: inline-block;
  }
  .gfield_description {
    margin-bottom: 0.5rem;
  }
  .gfield_description {
    font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
    line-height: var(--wp--custom--line-height-small);
  }
  .gfield_description {
    --tw-text-opacity: 1;
    color: rgb(98 96 96 / var(--tw-text-opacity));
  }
  .gfield_description{
    &.ginput_counter {
      font-size: clamp(0.75rem, 0.7083rem + 0.0130vw, 0.875rem);
      line-height: var(--wp--custom--line-height-x-small);
    }
    &.ginput_counter {
      --tw-text-opacity: 1;
      color: rgb(129 128 128 / var(--tw-text-opacity));
    }
  }
  .ginput_complex {
    display: grid;
  }
  .ginput_complex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ginput_complex {
    gap: 1rem;
  }
  .ginput_complex{
    & > * {
      display: flex;
    }
    & > * {
      flex-direction: column;
    }
  }
  .ginput_container_fileupload{
    .gform_drop_area {
      border-radius: 0.75rem;
    }
    .gform_drop_area {
      border-width: 1px;
    }
    .gform_drop_area {
      border-style: dashed;
    }
    .gform_drop_area {
      --tw-border-opacity: 1;
      border-color: rgb(195 193 190 / var(--tw-border-opacity));
    }
    .gform_drop_area {
      --tw-bg-opacity: 1;
      background-color: rgb(249 248 247 / var(--tw-bg-opacity));
    }
    .gform_drop_area {
      padding: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
    }
    .gform_drop_area{
      .gform_button_select_files {
        margin-left: 0.25rem;
      }
      .gform_button_select_files {
        border-radius: 0.75rem;
      }
      .gform_button_select_files {
        --tw-bg-opacity: 1;
        background-color: rgb(37 64 143 / var(--tw-bg-opacity));
      }
      .gform_button_select_files {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }
      .gform_button_select_files {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      .gform_button_select_files {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
    }
  }
  input:not(.gform_button), textarea, select {
    border-radius: 0.5rem;
  }
  input:not(.gform_button), textarea, select {
    border-width: 1px;
  }
  input:not(.gform_button), textarea, select {
    border-style: solid;
  }
  input:not(.gform_button), textarea, select {
    --tw-border-opacity: 1;
    border-color: rgb(162 160 158 / var(--tw-border-opacity));
  }
  input:not(.gform_button), textarea, select {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  input:not(.gform_button), textarea, select {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  input:not(.gform_button), textarea, select {
    font-size: clamp(1rem, 0.9583rem + 0.0130vw, 1.125rem);
    line-height: var(--wp--custom--line-height-base);
  }
  input:not(.gform_button):focus, textarea:focus, select:focus {
    --tw-border-opacity: 1;
    border-color: rgb(37 64 143 / var(--tw-border-opacity));
  }
  .ginput_container > * {
    width: 100%;
  }
  .gform_footer, .gform-page-footer {
    margin-top: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  }
  .gform-page-footer {
    display: flex;
  }
  .gform-page-footer {
    gap: 1rem;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    width: auto;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    --tw-border-opacity: 1 !important;
    border-color: rgb(37 64 143 / var(--tw-border-opacity)) !important;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(37 64 143 / var(--tw-bg-opacity)) !important;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    font-size: clamp(1rem, 0.9583rem + 0.0130vw, 1.125rem);
    line-height: var(--wp--custom--line-height-base);
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    font-weight: 500;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    line-height: 1;
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  input.gform_button, input.gform-theme-button,
  button.gform_button, button.gform-theme-button {
    border-width: 1px;
    border-style: solid;
    border-radius: 9999px !important;
    padding-block: var(--wp--custom--button-padding-y);
    padding-inline: var(--wp--custom--button-padding-x);
    &.gform_previous_button {
      --tw-border-opacity: 1 !important;
      border-color: rgb(220 218 215 / var(--tw-border-opacity)) !important;
    }
    &.gform_previous_button {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(220 218 215 / var(--tw-bg-opacity)) !important;
    }
  }
}

.gform_confirmation_message {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
  line-height: var(--wp--custom--line-height-small);
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}

/* Subscribe */

#gform_1 {
  position: relative;
  input:not(.gform_button) {
    border-radius: calc(infinity * 1px);
  }
  input:not(.gform_button) {
    background-color: transparent;
  }
  .gform_footer {
    position: absolute;
  }
  .gform_footer {
    top: 50%;
  }
  .gform_footer {
    right: 0.5rem;
  }
  .gform_footer {
    margin: 0px !important;
  }
  .gform_footer {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .gform_footer {
    padding: 0px;
  }
  .gform_footer {
    :is(input, button).gform_button {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    :is(input, button).gform_button {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    :is(input, button).gform_button {
      font-size: clamp(0.875rem, 0.8333rem + 0.0130vw, 1rem);
      line-height: var(--wp--custom--line-height-small);
    }
  }
}

/*-----------------------------------
-------------------------------------
Header & Footer Blocks
-------------------------------------
-----------------------------------*/

header.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9998;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

header.wp-list-table.site-header {
  position: relative;
}

header.site-header {
  &.scrolled {
    --tw-shadow: 0 0 1.5rem rgba(0,0,0,0.075);
    --tw-shadow-colored: 0 0 1.5rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  &.mega-menu-is-open {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
}

header.site-header .jormi-inline-logo__content > svg {
  height: 1.5rem;
  width: auto;
}

@media (min-width: 992px) {
  header.site-header .jormi-inline-logo__content > svg {
    height: 2rem;
  }
}

header.site-header .wp-block-navigation__container > * > a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

header.site-header .wp-block-navigation__container > * > a.is-current {
  opacity: 0.5 !important;
}

header.site-header .wp-block-navigation-link {
  padding-right: 0.5rem;
}

header.site-header .wp-block-navigation__container a:hover,
header.site-header .wp-block-mega-menu-item.open > a {
  --tw-text-opacity: 1 !important;
  color: rgb(37 64 143 / var(--tw-text-opacity)) !important;
}

/* Navigation */

.wp-block-navigation__container {
  row-gap: 0px;
}

.wp-block-navigation-item {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* Navigation Submenu */

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  border-width: 1px !important;
  border-style: solid !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  .wp-block-navigation-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

/* Dark Navbar */

.navbar-dark:not(.scrolled, .mega-menu-is-open),
:where(.blog, .archive, .single) header.site-header:not(.scrolled, .mega-menu-is-open) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity));
  .jormi-inline-logo__content > svg *,
  .wc-block-mini-cart svg *,
  .wp-block-navigation__responsive-container-open svg * {
    fill: #fff;
  }
  .wp-block-navigation__responsive-container-open {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .mega-menu__items > .mega-menu-item > .mega-menu__link {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
  .mega-menu__items > .mega-menu-item > .mega-menu__link:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(164 231 255 / var(--tw-text-opacity)) !important;
  }
  .wp-block-button a {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  }
  .wp-block-button a {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  }
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation > li > a,
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__submenu-icon,
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-mega-menu-item__content {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation > li > a:hover,
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-navigation__submenu-icon:hover,
.wp-block-navigation__responsive-container.has-modal-open.is-menu-open .wp-block-mega-menu-item__content:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(37 64 143 / var(--tw-text-opacity)) !important;
}

@media screen and (max-width: 599px) {
  .site-header .header-left {
    width: 100%;
    justify-content: space-between;
    nav.mega-menu {
      flex-grow: 0;
    }
  }

  .wp-block-navigation__responsive-container-close {
    right: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  }

  .wp-block-navigation__responsive-container-content {
    gap: 0px !important;
    padding-left: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
    padding-right: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
    ul {
      padding-top: clamp(4rem, 2.6667rem + 6.6667vw,8rem);
    }
    ul {
      li {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
      }
      li {
        a {
          font-size: clamp(1.938rem, 1.6047rem + 0.1042vw, 2.938rem);
          line-height: var(--wp--custom--line-height-xx-large);
        }
        a {
          font-weight: 700;
        }
      }
    }
  }
}

/* Footer */

.site-footer{
  .jormi-inline-logo__content svg {
    height: auto;
  }
  .jormi-inline-logo__content svg {
    max-width: 100%;
  }
  .wp-block-navigation-item a:hover {
    opacity: 0.5;
  }
}

/*-----------------------------------
-------------------------------------
Core Blocks & Variations
-------------------------------------
-----------------------------------*/

/* Accordion */

.wp-block-accordion-item {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(220 218 215 / var(--tw-border-opacity));
  padding-top: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  padding-bottom: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  position: relative;
  .wp-block-accordion-heading__toggle-title {
    font-size: clamp(1.375rem, 1.2290rem + 0.0456vw, 1.813rem);
    line-height: var(--wp--custom--line-height-large);
  }
  .wp-block-accordion-heading__toggle-title{
    text-decoration: none !important;
  }
  .wp-block-accordion-heading__toggle-icon {
    height: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  }
  .wp-block-accordion-heading__toggle-icon {
    width: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
  }
  .wp-block-accordion-heading__toggle-icon {
    border-radius: calc(infinity * 1px);
  }
  .wp-block-accordion-heading__toggle-icon {
    --tw-bg-opacity: 1;
    background-color: rgb(37 64 143 / var(--tw-bg-opacity));
  }
  .wp-block-accordion-heading__toggle-icon {
    font-size: clamp(1.188rem, 1.1047rem + 0.0260vw, 1.438rem);
    line-height: var(--wp--custom--line-height-medium);
  }
  .wp-block-accordion-heading__toggle-icon {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  /* Left-to-right accent line on heading hover */
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--wp--preset--color--secondary, var(--wp--preset--color--primary));
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 1;
  }
  &:has(.wp-block-accordion-heading__toggle:hover)::after {
    transform: scaleX(1);
  }
  .wp-block-accordion-heading,
  .wp-block-accordion-heading__toggle {
    text-decoration: none;
    &:hover, &:focus-visible {
      text-decoration: none;
    }
  }
  /* Smooth open/close — grid-template-rows avoids all padding/height issues */
  .wp-block-accordion-panel {
    margin-top: 0px !important;
  }
  .wp-block-accordion-panel {
    display: grid !important;
  }
  .wp-block-accordion-panel {
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    > * {
      overflow: hidden;
      min-height: 0;
    }
  }
  &.is-open .wp-block-accordion-panel {
    grid-template-rows: 1fr;
  }
}

/* Buttons */

.wp-block-buttons .wp-block-button__link {
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .wp-block-buttons:not(.preserve-width-mobile)
    > div:not(.is-style-link, .preserve-width-mobile),
  .wp-block-button:not(.is-style-link, .preserve-width-mobile)
    .wp-block-button__link {
    width: 100%;
  }
}

/* Button & Button Icons */

.wp-block-button.has-icon {
  .wp-block-button__link::before,
  .wp-block-button__link::after {
    position: relative;
  }
  .wp-block-button__link::before,
  .wp-block-button__link::after {
    display: inline-block;
  }
  .wp-block-button__link::before,
  .wp-block-button__link::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
  }
  &.icon-right .wp-block-button__link::after {
    margin-left: 0.75rem;
  }
  &.icon-left .wp-block-button__link::before {
    margin-right: 0.75rem;
  }
  &.icon-right {
    &.icon-arrow-up-right .wp-block-button__link::after {
      content: var(--icon-arrow-up-right);
    }
    &.icon-arrow-right .wp-block-button__link::after {
      content: var(--icon-arrow-right);
    }
    &.icon-arrow-left .wp-block-button__link::after {
      content: var(--icon-arrow-left);
    }
    &.icon-arrow-down .wp-block-button__link::after {
      content: var(--icon-arrow-down);
    }
    &.icon-arrow-up .wp-block-button__link::after {
      content: var(--icon-arrow-up);
    }
    &.icon-video .wp-block-button__link::after {
      content: var(--icon-video);
    }
    &.icon-download .wp-block-button__link::after {
      content: var(--icon-download);
    }
  }
  &.icon-left {
    &.icon-arrow-up-right .wp-block-button__link::before {
      content: var(--icon-arrow-up-right);
    }
    &.icon-arrow-right .wp-block-button__link::before {
      content: var(--icon-arrow-right);
    }
    &.icon-arrow-left .wp-block-button__link::before {
      content: var(--icon-arrow-left);
    }
    &.icon-arrow-down .wp-block-button__link::before {
      content: var(--icon-arrow-down);
    }
    &.icon-arrow-up .wp-block-button__link::before {
      content: var(--icon-arrow-up);
    }
    &.icon-video .wp-block-button__link::before {
      content: var(--icon-video);
    }
    &.icon-download .wp-block-button__link::before {
      content: var(--icon-download);
    }
  }
}

/* Columns */

@media screen and (max-width: 991px) {
  .wp-block-columns.three-col-tablet,
  .wp-block-columns.two-col-tablet,
  .wp-block-columns.single-col-tablet,
  .wp-block-group.is-layout-flex.three-col-tablet > *,
  .wp-block-group.is-layout-flex.two-col-tablet > *,
  .wp-block-group.is-layout-flex.single-col-tablet > * {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.three-col-tablet > .wp-block-column,
  .wp-block-group.is-layout-flex.three-col-tablet > * {
    flex-basis: calc(33% - (var(--wp--custom--gutter) / 2)) !important;
  }

  .wp-block-columns.two-col-tablet > .wp-block-column,
  .wp-block-group.is-layout-flex.two-col-tablet > * {
    flex-basis: calc(50% - (var(--wp--custom--gutter) / 2)) !important;
  }

  .wp-block-columns.single-col-tablet > .wp-block-column,
  .wp-block-group.is-layout-flex.single-col-tablet > * {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-columns.two-col-mobile,
  .wp-block-columns.single-col-mobile,
  .wp-block-group.is-layout-flex.two-col-mobile > *,
  .wp-block-group.is-layout-flex.single-col-mobile > * {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.two-col-mobile > .wp-block-column,
  .wp-block-group.is-layout-flex.two-col-mobile > * {
    flex-basis: calc(50% - (var(--wp--custom--gutter) / 2)) !important;
  }

  .wp-block-columns.single-col-mobile > .wp-block-column,
  .wp-block-group.is-layout-flex.singl-col-mobile > * {
    flex-basis: 100% !important;
  }
}

/* Cover */

.wp-block-cover {
  max-width: 100%;
  padding: 1rem;
  &.is-style-blur {
    img {
      filter: blur(3px);
    }
  }
}

/* .is-cover-video{
  @apply !aspect-square lg:!aspect-video;
}

.wp-block-cover.has-background-video {
  @apply relative;
  video{
    @apply absolute z-[0] top-0 left-0 w-full h-full object-cover object-center;
  }
  & > *{
    @apply relative z-[1];
  }
} */

/* Gallery */

.wp-block-gallery {
  &.is-style-all-black img {
    --tw-brightness: brightness(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  &.is-style-all-white img {
    --tw-brightness: brightness(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  &.is-style-all-white img {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  &.is-style-bubbly {
    top: 0px;
  }
  &.is-style-bubbly {
    left: 0px;
  }
  &.is-style-bubbly {
    margin-bottom: clamp(2rem, 1.6667rem + 1.6667vw, 3rem);
  }
  &.is-style-bubbly {
    display: grid;
  }
  &.is-style-bubbly {
    max-height: 31.25rem;
  }
  &.is-style-bubbly {
    width: 100%;
  }
  &.is-style-bubbly {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &.is-style-bubbly {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  &.is-style-bubbly {
    align-items: center !important;
  }
  &.is-style-bubbly {
    justify-content: center;
  }
  @media (min-width: 992px) {
    &.is-style-bubbly {
      position: absolute;
    }
  }
  @media (min-width: 992px) {
    &.is-style-bubbly {
      top: 50%;
    }
  }
  @media (min-width: 992px) {
    &.is-style-bubbly {
      left: 50%;
    }
  }
  @media (min-width: 992px) {
    &.is-style-bubbly {
      margin-bottom: 0px;
    }
  }
  &.is-style-bubbly {
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr;
    grid-template-areas:
      "img1 ... img2"
      "img3 ... img4"
      "img5 ... img6";
    justify-content: center;
    align-items: center !important;
    figure {
      img {
        aspect-ratio: 1 / 1;
      }
      img {
        height: 100%;
      }
      img {
        width: 100%;
      }
      img {
        border-radius: calc(infinity * 1px);
      }
    }
    figure:nth-of-type(odd) {
      justify-self: flex-end;
    }
    figure:nth-of-type(odd) {
      --tw-translate-y: -1rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    @media (min-width: 992px) {
      figure:nth-of-type(odd) {
        --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));
      }
    }
    figure:nth-of-type(1),
    figure:nth-of-type(2),
    figure:nth-of-type(6) {
      width: 3.25rem !important;
    }
    @media (min-width: 992px) {
      figure:nth-of-type(1),
    figure:nth-of-type(2),
    figure:nth-of-type(6) {
        width: 5.5rem !important;
      }
    }
    figure:nth-of-type(4) {
      width: 3.25rem !important;
    }
    @media (min-width: 992px) {
      figure:nth-of-type(4) {
        width: 9.25rem !important;
      }
    }
    figure:nth-of-type(5) {
      width: 5rem !important;
    }
    @media (min-width: 992px) {
      figure:nth-of-type(5) {
        width: 9.25rem !important;
      }
    }
    figure:nth-of-type(3) {
      width: 3.25rem !important;
    }
    @media (min-width: 992px) {
      figure:nth-of-type(3) {
        width: 6.75rem !important;
      }
    }
    figure:nth-of-type(1) {
      grid-area: img1;
    }
    figure:nth-of-type(2) {
      grid-area: img2;
    }
    figure:nth-of-type(3) {
      grid-area: img3;
      justify-self: center;
    }
    figure:nth-of-type(4) {
      grid-area: img4;
      justify-self: center;
    }
    figure:nth-of-type(5) {
      grid-area: img5;
    }
    figure:nth-of-type(6) {
      grid-area: img6;
    }
  }
}

.bubbly-section {
  position: relative;
}

.bubbly-content {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .wp-block-gallery {
    &.is-style-bubbly {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: auto;
      transform: none;
      grid-template-areas: "img1 img2 img3";
      figure {
        justify-self: center !important;
      }
      /* left and right photos alignment */
      figure:nth-of-type(1),
      figure:nth-of-type(4) {
        justify-self: flex-end !important;
        align-self: flex-end !important;
      }
      figure:nth-of-type(3),
      figure:nth-of-type(6) {
        align-self: flex-end !important;
        justify-self: flex-start !important;
      }
      figure:nth-of-type(1),
      figure:nth-of-type(2),
      figure:nth-of-type(3) {
        display: none;
      }
      /* figure:nth-of-type(5),
      figure:nth-of-type(4),
      figure:nth-of-type(6) {
        display: none;
      } */
      figure:nth-of-type(4) {
        grid-area: img1;
      }
      figure:nth-of-type(5) {
        grid-area: img2;
      }
      figure:nth-of-type(6) {
        grid-area: img3;
      }
    }
  }
}

.is-gallery-logos {
  justify-content: center;
  & > figure {
    aspect-ratio: 10/6;
  }
  & > figure {
    height: auto;
  }
  & > figure {
    flex-grow: 0 !important;
  }
  & > figure {
    align-items: center;
  }
  & > figure {
    justify-content: center;
  }
  @media (min-width: 992px) {
    & > figure {
      padding-left: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
      padding-right: clamp(1.25rem, 1.1667rem + 0.4167vw, 1.5rem);
    }
  }
  @media (min-width: 992px) {
    & > figure {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }
  & > figure>div {
    flex-grow: 0 !important;
  }
  & > figure img {
    height: auto !important;
  }
  & > figure img {
    max-height: 4.75rem !important;
  }
  & > figure img {
    width: 10rem !important;
  }
  & > figure img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  & > figure img {
    -o-object-position: center !important;
       object-position: center !important;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-gallery.is-gallery-logos.has-nested-images
    figure.wp-block-image:not(#individual-image) {
    width: calc(32% - var(--wp--custom--gutter) / 2);
    padding: 0.75rem;
  }
}

/* Group */

section.wp-block-group {
  position: relative;
  .is-style-overlay {
    position: relative;
  }
  .is-style-overlay {
    overflow: hidden;
  }
  .is-style-overlay{
    &::before{
      content: '';
    }
    &::before {
      position: absolute;
    }
    &::before {
      top: 0px;
    }
    &::before {
      left: 0px;
    }
    &::before {
      right: 0px;
    }
    &::before {
      bottom: 0px;
    }
    &::before {
      z-index: 1;
    }
    &::before {
      display: block;
    }
    &::before {
      height: 100%;
    }
    &::before {
      width: 100%;
    }
    &::before {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
    }
    &::before {
      --tw-gradient-from: #000 var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    &::before {
      --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
    }
    &::before {
      --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
    }
    &::before {
      opacity: 0.5;
    }
    div {
      position: relative;
    }
    div {
      z-index: 2;
    }
  }
}

/* Topography styles — works on group blocks and hero blocks */

.wp-block-group.is-style-topography,
.wp-block-jormi-blocks-hero.is-style-topography {
  --topo-color: var(--wp--preset--color--navy);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  &::before {
    content: '';
    position: absolute;
    width: var(--topo-size, 60rem);
    aspect-ratio: 2151 / 1764;
    top: var(--topo-top, 50%);
    left: var(--topo-left, 50%);
    translate: var(--topo-translate, -50% -50%);
    background-color: var(--topo-color);
    mask-image: url('../assets/images/topography.svg');
    -webkit-mask-image: url('../assets/images/topography.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: var(--topo-opacity, 1);
    clip-path: circle(var(--topo-clip, 150%) at 50% 50%);
    pointer-events: none;
    z-index: -1;
  }
}

/* Gallery hero — topography with clip-path reveal animation */

.wp-block-jormi-blocks-hero.is-variation-gallery {
  --topo-color: var(--wp--preset--color--navy);
  --topo-opacity: 0.10;
  --topo-size: 100rem;
  position: relative;
  isolation: isolate;
  overflow: clip;
  &::before {
    content: '';
    position: absolute;
    width: var(--topo-size);
    aspect-ratio: 2151 / 1764;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-color: var(--topo-color);
    mask-image: url('../assets/images/topography.svg');
    -webkit-mask-image: url('../assets/images/topography.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    opacity: var(--topo-opacity);
    clip-path: circle(var(--topo-clip, 150%) at 50% 50%);
    pointer-events: none;
    z-index: -1;
  }
}

.wp-block-jormi-blocks-hero.is-variation-gallery.gallery-topo-light {
  --topo-color: #ffffff;
}

/* ── Topography utility modifiers (add via Advanced → Additional CSS class) ── */

/* Color */

.is-style-topography.topo-navy    {
  --topo-color: var(--wp--preset--color--navy);
}

.is-style-topography.topo-white   {
  --topo-color: #ffffff;
}

.is-style-topography.topo-mid     {
  --topo-color: var(--wp--preset--color--mid);
}

.is-style-topography.topo-primary {
  --topo-color: var(--wp--preset--color--primary);
}

.is-style-topography.topo-light   {
  --topo-color: var(--wp--preset--color--light);
}

/* Opacity */

.is-style-topography.topo-hint    {
  --topo-opacity: 0.10;
}

.is-style-topography.topo-subtle  {
  --topo-opacity: 0.15;
}

.is-style-topography.topo-faint   {
  --topo-opacity: 0.3;
}

.is-style-topography.topo-strong  {
  --topo-opacity: 0.75;
}

/* Position — moves the fixed-size element within the container */

.is-style-topography.topo-top-right    {
  --topo-top: 0;
  --topo-left: 100%;
  --topo-translate: -50% -50%;
}

.is-style-topography.topo-top-left     {
  --topo-top: 0;
  --topo-left: 0;
  --topo-translate: -20% -20%;
}

.is-style-topography.topo-top-center   {
  --topo-top: 0;
  --topo-left: 50%;
  --topo-translate: -50% -20%;
}

.is-style-topography.topo-bottom-right {
  --topo-top: 100%;
  --topo-left: 100%;
  --topo-translate: -80% -80%;
}

.is-style-topography.topo-bottom-left  {
  --topo-top: 100%;
  --topo-left: 0;
  --topo-translate: -20% -80%;
}

.is-style-topography.topo-bottom-center{
  --topo-top: 100%;
  --topo-left: 50%;
  --topo-translate: -50% -80%;
}

/* Size */

.is-style-topography.topo-xs  {
  --topo-size: 20rem;
}

.is-style-topography.topo-sm  {
  --topo-size: 40rem;
}

.is-style-topography.topo-lg  {
  --topo-size: 80rem;
}

.is-style-topography.topo-xl  {
  --topo-size: 100rem;
}

/* ── Halftone block style ─────────────────────────────────────────────────── */

.wp-block-group.is-style-halftone {
  position: relative;
  &::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../assets/images/halftone.svg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
  }
  .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .wp-block-group{
    & > div {
      grid-column: span 1 / span 1 !important;
    }
  }

  .wp-block-group.three-col-tablet,
  .wp-block-query.three-col-tablet > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .wp-block-group.two-col-tablet,
  .wp-block-query.two-col-tablet > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wp-block-group.single-col-tablet,
  .wp-block-query.single-col-tablet > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-group.two-col-mobile,
  .wp-block-query.two-col-mobile > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wp-block-group.single-col-mobile,
  .wp-block-query.single-col-mobile > ul {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .wp-block-group.row-mobile {
    flex-direction: row;
  }
}

/* Image */

figure.wp-block-image.img-fill {
  position: relative;
  height: 50vw !important;
}

figure.wp-block-image.img-fill img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wp-block-image:not(.is-style-manual-size) img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 600px) {
  figure.img-fill {
    height: 100% !important;
  }
}

/* Image - Backend editor */

.wp-block-image.has-custom-aspect-ratio div {
  height: 100% !important;
  max-height: none !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-image
  .components-resizable-box__container.has-show-handle
  .components-resizable-box__handle {
  display: none;
}

/* Media & Text (core/media-text) */

.wp-block-media-text__media {
  border-radius: 0.75rem;
  img {
    height: 100%;
  }
  img {
    width: 100%;
  }
  img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding-left: 0px;
    padding-right: clamp(3rem, 2rem + 5vw, 6rem);
  }
}

@media screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    gap: var(--wp--custom--gutter);
  }

  .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* List */

.wp-block-list.is-style-checklist {
  list-style-type: none !important;
  padding-left: 0px !important;
  padding-inline-start: 0px !important;
  li {
    display: flex;
  }
  li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
  }
  li::before {
    padding-right: 0.5rem;
  }
  li::before {
    font-weight: 400;
  }
  li::before {
    --tw-text-opacity: 1;
    color: rgb(37 64 143 / var(--tw-text-opacity));
  }
}

/* Paragraph */

.wp-block-paragraph.has-custom-max-width {
  max-width: unset;
}

/* Pullquote */

.wp-block-pullquote {
  blockquote {
    line-height: 1;
  }
  p {
    font-size: var(--wp--preset--font-size--large) !important;
    line-height: var(--wp--custom--line-height-large) !important;
  }
  cite {
    font-size: var(--wp--preset--font-size--small) !important;
    line-height: 130% !important;
  }
}

.wp-block-list.is-style-separated {
  list-style-type: none !important;
  padding-left: 0px !important;
  padding-inline-start: 0px !important;
  li {
    border-width: 0px;
  }
  li {
    border-bottom-width: 1px;
  }
  li {
    border-style: solid;
  }
  li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Separator */

.wp-block-separator.is-style-fullscreen {
  position: relative;
  left: 50%;
  margin-left: -50vw !important;
  width: 100vw;
  max-width: none;
}

/* Video */

.wp-block-video.is-style-background-video {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px !important;
  height: 100%;
  width: 100%;
  video {
    height: 100%;
  }
  video {
    width: 100%;
  }
  video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  video {
    -o-object-position: center;
       object-position: center;
  }
}

/*-----------------------------------
-------------------------------------
Gutenberg Overrides
-------------------------------------
-----------------------------------*/

.wp-block-navigation__container .is-responsive {
  display: flex;
  flex-direction: column;
}

.entry-content.is-layout-constrained > * {
  margin-block-start: 0;
}

/* .editor-resizable-editor{
  @apply overflow-hidden resize-y min-h-[15rem];
} */

/*-----------------------------------
-------------------------------------
Admin Helpers
-------------------------------------
-----------------------------------*/

/* Admin bar overrides */

body.admin-bar:not(.wp-admin) header.site-header {
  top: var(--admin-bar-height) !important;
}

body.admin-bar:not(.wp-admin) .h-vis-screen {
  height: calc(100vh - var(--header-height) - var(--admin-bar-height));
}

body.admin-bar:not(.wp-admin) .min-h-vis-screen {
  min-height: calc(100vh - var(--header-height) - var(--admin-bar-height));
}

/* Backend only */

.wp-admin .h-vis-screen {
  height: calc(100vh - var(--backend-header-height));
}

.wp-admin .min-h-vis-screen {
  min-height: calc(100vh - var(--backend-header-height));
}

.wp-admin .editor-styles-wrapper {
  padding-bottom: 0px !important;
}

.wp-list-table.fixed {
  position: relative;
}

#post-body.columns-2 {
  -moz-columns: auto;
       columns: auto;
}

.rank-math-notice#rank_math_pro_notice {
  display: none !important;
}

/*-----------------------------------
-------------------------------------
WooCommerce
-------------------------------------
-----------------------------------*/

.woocommerce-account .wp-block-post-title,
.woocommerce-account main .woocommerce,
.woocommerce-cart .wp-block-post-title,
.woocommerce-cart main .woocommerce,
.woocommerce-checkout .wp-block-post-title,
.woocommerce-checkout main .woocommerce {
  max-width: none !important;
}

/*-----------------------------------
-------------------------------------
Button Hover Effects
-------------------------------------
-----------------------------------*/

/* ── Text-travel: text exits upward, duplicate enters from below ─────────────
   Works on plain text buttons. Buttons with .has-icon are excluded because
   those already use ::before/::after for Font Awesome glyphs.

   How the height trick works:
     ::before  — invisible copy in normal flow, holds the button's natural size
     .btn-text — abs positioned, fills button frame, slides out on hover
     ::after   — abs positioned, fills same frame, enters from below on hover
   Because .btn-text and ::after share inset:0 they have identical heights,
   so translateY(±105%) travels the exact same distance for both.             */

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text] {
  overflow: hidden;
  position: relative;
  /* Take over from transition-all so transforms are precise */
  transition: box-shadow 0.3s ease !important;
}

/* In-flow ghost: invisible text that gives the button its natural dimensions */

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]::before {
  content: attr(data-text);
  display: block;
  visibility: hidden;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1em;
  /* matches theme.json button line-height */
  height: 1em;
}

/* Current content (exits upward on hover) */

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text] .btn-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Incoming duplicate (enters from below on hover) */

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(105%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  pointer-events: none;
}

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]:hover .btn-text,
.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]:focus-visible .btn-text {
  transform: translateY(-105%);
}

.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]:hover::after,
.wp-block-button:not(.has-icon) .wp-block-button__link[data-text]:focus-visible::after {
  transform: translateY(0);
}

/* ── Icon buttons: text-travel via .btn-text-wrap ───────────────────────────
   FA icons live on the <a>'s ::before / ::after pseudo-elements and must NOT
   be clipped. We only apply overflow:hidden to a wrapper span around the text,
   leaving the pseudo-element icons free to render outside it.

   DOM after JS:
     <a>
       <span class="btn-text-wrap">       ← overflow:hidden container
         <span class="btn-text">Label</span>   ← exits upward
         <span class="btn-text-clone">Label</span> ← enters from below
       </span>
       /* ::before / ::after still render the FA icon *\/
     </a>                                                                      */

.wp-block-button.has-icon .wp-block-button__link[data-text] {
  /* Override transition-all so the icon transform is precise */
  transition: box-shadow 0.3s ease !important;
}

.wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text-wrap {
  position: relative;
  overflow: hidden;
  /* inline-flex so the text inside is naturally centred — avoids the
     display:block height-vs-line-height misalignment with the icon */
  display: inline-flex;
  align-items: center;
}

/* Current text (exits upward on hover) */

.wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text {
  white-space: nowrap;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Incoming duplicate (enters from below on hover) */

.wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text-clone {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(105%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  pointer-events: none;
  white-space: nowrap;
}

.wp-block-button.has-icon .wp-block-button__link[data-text]:hover .btn-text,
.wp-block-button.has-icon .wp-block-button__link[data-text]:focus-visible .btn-text {
  transform: translateY(-105%);
}

.wp-block-button.has-icon .wp-block-button__link[data-text]:hover .btn-text-clone,
.wp-block-button.has-icon .wp-block-button__link[data-text]:focus-visible .btn-text-clone {
  transform: translateY(0);
}

/* ── Separator scroll-reveal: draws left → right ─────────────────────────── */

/* JS adds .is-animating when the separator is below the fold.
   IntersectionObserver then adds .is-animated-in to trigger the transition.
   Separators already in view on load are never touched.                      */

.wp-block-separator.is-animating {
  transform-origin: left center;
  transform: scaleX(0);
  /* Slow expo-out feel — noticeable but elegant */
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.wp-block-separator.is-animating.is-animated-in {
  transform: scaleX(1);
}

/* ── Cover block image parallax ──────────────────────────────────────────── */

/* Same CSS-custom-property pattern as gallery images (no hide-me conflict).  */

.wp-block-cover {
  overflow: hidden;
}

img.wp-block-cover__image-background {
  /* Extend height so parallax travel never exposes the container edge */
  height: calc(100% + 130px) !important;
  top: -65px !important;
  translate: 0 var(--parallax-y, 0px);
  will-change: translate;
  transition: translate 0s;
  /* prevent CSS transition fighting GSAP scrub */
}

/* ── Media-text image: overflow clip so parallax doesn't bleed ───────────── */

.wp-block-media-text .wp-block-media-text__media {
  overflow: hidden;
  position: relative;
}

/* Navy wipe reveal — slides left-to-right off the image on scroll enter */

.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media::after {
  display: none;
}

.wp-block-media-text .wp-block-media-text__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--wp--preset--color--navy);
  transform-origin: right center;
  transform: scaleX(var(--media-wipe, 1));
  z-index: 2;
  pointer-events: none;
}

.wp-block-media-text .wp-block-media-text__media img,
.wp-block-media-text .wp-block-media-text__media video {
  /* CSS translate is independent of transform — no conflict with hide-me */
  height: calc(100% + 95px) !important;
  top: -65px !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  translate: 0 var(--parallax-y, 0px);
  will-change: translate;
  transition: translate 0s;
  /* prevent transition fighting GSAP scrub */
}

/* ── Reduced-motion fallback ─────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .wp-block-separator.is-animating {
    transform: none !important;
    transition: none !important;
  }

  .wp-block-media-text .wp-block-media-text__media::after {
    display: none;
  }

  .wp-block-media-text .wp-block-media-text__media img,
  .wp-block-media-text .wp-block-media-text__media video,
  img.wp-block-cover__image-background {
    translate: none !important;
    height: 100% !important;
    top: 0 !important;
  }

  /* Non-icon buttons */

  .wp-block-button:not(.has-icon) .wp-block-button__link[data-text] {
    overflow: visible;
    transition: none !important;
  }

  .wp-block-button:not(.has-icon) .wp-block-button__link[data-text]::before {
    display: none;
  }

  .wp-block-button:not(.has-icon) .wp-block-button__link[data-text] .btn-text {
    position: static;
    transform: none !important;
    transition: none !important;
  }

  .wp-block-button:not(.has-icon) .wp-block-button__link[data-text]::after {
    content: none;
  }

  /* Icon buttons */

  .wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text-wrap {
    overflow: visible;
  }

  .wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text {
    transform: none !important;
    transition: none !important;
  }

  .wp-block-button.has-icon .wp-block-button__link[data-text] .btn-text-clone {
    display: none;
  }
}

/* ── Hero CTA: text-travel (has-icon pattern) ────────────────────────────────
   The ↓ arrow is a separate flex child (stays static); only the text wraps.
   .btn-text-wrap gets overflow:hidden; the arrow pseudo-elements are untouched.

   JS builds: .btn-text-wrap > [ .btn-text | .btn-text-clone ] + <span>↓</span> */

.jormi-hero__cta-btn[data-text] .btn-text-wrap {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}

.jormi-hero__cta-btn[data-text] .btn-text {
  white-space: nowrap;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.jormi-hero__cta-btn[data-text] .btn-text-clone {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(105%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  pointer-events: none;
  white-space: nowrap;
}

.jormi-hero__cta-btn[data-text]:hover .btn-text,
.jormi-hero__cta-btn[data-text]:focus-visible .btn-text {
  transform: translateY(-105%);
}

.jormi-hero__cta-btn[data-text]:hover .btn-text-clone,
.jormi-hero__cta-btn[data-text]:focus-visible .btn-text-clone {
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .jormi-hero__cta-btn[data-text] .btn-text-wrap {
    overflow: visible;
  }

  .jormi-hero__cta-btn[data-text] .btn-text {
    transform: none !important;
    transition: none !important;
  }

  .jormi-hero__cta-btn[data-text] .btn-text-clone {
    display: none;
  }
}

.hs-accordion.active.hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active.hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle .hs-accordion-active\:hidden {
  display: none;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:block {
  display: block;
}

.hs-accordion.active > .hs-accordion-toggle.hs-accordion-active\:hidden {
  display: none;
}

.open.hs-overlay-open\:pointer-events-auto {
  pointer-events: auto;
}

.open.hs-overlay-open\:z-\[9999\] {
  z-index: 9999;
}

.open.hs-overlay-open\:mt-0 {
  margin-top: 0px;
}

.open.hs-overlay-open\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.open.hs-overlay-open\:opacity-100 {
  opacity: 1;
}

.open.hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}

.open .hs-overlay-open\:pointer-events-auto {
  pointer-events: auto;
}

.open .hs-overlay-open\:z-\[9999\] {
  z-index: 9999;
}

.open .hs-overlay-open\:mt-0 {
  margin-top: 0px;
}

.open .hs-overlay-open\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.open .hs-overlay-open\:opacity-100 {
  opacity: 1;
}

.open .hs-overlay-open\:duration-500 {
  transition-duration: 500ms;
}

.hs-overlay-backdrop.hs-overlay-backdrop-open\:z-\[9998\] {
  z-index: 9998;
}

.hs-overlay-backdrop .hs-overlay-backdrop-open\:z-\[9998\] {
  z-index: 9998;
}

@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:\!px-6 {
    padding-left: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem) !important;
    padding-right: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem) !important;
  }

  .lg\:py-6 {
    padding-top: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
    padding-bottom: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  }

  .lg\:pt-6 {
    padding-top: clamp(1.5rem, 1.3333rem + 0.8333vw, 2rem);
  }

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

@media (prefers-color-scheme: dark) {
  .dark\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }
}

.\[\&\.active\]\:border-primary.active {
  --tw-border-opacity: 1;
  border-color: rgb(37 64 143 / var(--tw-border-opacity));
}

.\[\&\.active\]\:\!bg-primary.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity)) !important;
}

.\[\&\.active\]\:text-white.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\[\&\:not\(\.scrolled\)\]\:\!bg-black:not(.scrolled) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.\[\&\:not\(\.scrolled\)\]\:\!bg-navy:not(.scrolled) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 64 143 / var(--tw-bg-opacity)) !important;
}

.\[\&\:not\(\.scrolled\)\]\:\!bg-transparent:not(.scrolled) {
  background-color: transparent !important;
}

.\[\&\:not\(\.scrolled\)\]\:\!bg-white:not(.scrolled) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
