:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  z-index: 1;
  width: 100%;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  width: 100%;
  min-width: 1px;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: #00000026;
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, #00000080, #0000);
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(#00000080, #0000);
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  box-sizing: border-box;
  transform-origin: 50%;
  z-index: 10;
  border-top: 4px solid #0000;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress)) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  height: var(--swiper-navigation-size);
  width: var(--swiper-navigation-size);
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-next, .swiper-button-prev).swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none;
}

:is(.swiper-button-next, .swiper-button-prev).swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-next, .swiper-button-prev) {
  display: none !important;
}

:is(.swiper-button-next, .swiper-button-prev) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next, .swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev {
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal .swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-next, .swiper-vertical .swiper-button-prev, .swiper-vertical ~ .swiper-button-next, .swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical ~ .swiper-button-prev {
  bottom: auto;
  top: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-pagination {
  text-align: center;
  z-index: 10;
  transition: opacity .3s;
  position: absolute;
  transform: translateZ(0);
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination.swiper-pagination-disabled, .swiper-pagination-disabled > .swiper-pagination {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
}

button.swiper-pagination-bullet {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  width: 8px;
  top: 50%;
  transform: translateY(-50%);
}

:is(.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, top .2s;
  display: inline-block;
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic {
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
}

:is(.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, #00000040);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: 100% 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > .swiper-pagination-progressbar, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  width: 100%;
  top: 0;
  left: 0;
}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  width: var(--swiper-pagination-progressbar-size, 4px);
  top: 0;
  left: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, #0000001a);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  touch-action: none;
  position: relative;
}

.swiper-scrollbar.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > .swiper-scrollbar {
  display: none !important;
}

.swiper-scrollbar.swiper-scrollbar-horizontal, .swiper-horizontal > .swiper-scrollbar {
  bottom: var(--swiper-scrollbar-bottom, 4px);
  height: var(--swiper-scrollbar-size, 4px);
  left: var(--swiper-scrollbar-sides-offset, 1%);
  top: var(--swiper-scrollbar-top, auto);
  width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  z-index: 50;
  position: absolute;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  width: var(--swiper-scrollbar-size, 4px);
  z-index: 50;
  position: absolute;
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, #00000080);
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  opacity: 0;
  pointer-events: none;
  z-index: -1000;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-flow: column wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  opacity: .6;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  filter: blur(50px);
  background: #000;
  position: absolute;
  inset: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity, height;
  overflow: hidden;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: bottom;
  overflow: hidden;
}

*, :before, :after, ::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: #3f83f880;
  --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: ;
}

*, :before, :after {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

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

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

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

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

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

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

:disabled {
  cursor: default;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[data-popper-arrow], [data-popper-arrow]:before {
  background: inherit;
  width: 8px;
  height: 8px;
  position: absolute;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  background: inherit;
  width: 9px;
  height: 9px;
  position: absolute;
  transform: rotate(45deg);
}

[role="tooltip"] > [data-popper-arrow]:before, [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow]:before, [data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^="top"] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="bottom"] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="left"] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^="right"] > [data-popper-arrow] {
  left: -5px;
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  -webkit-appearance: none;
  appearance: none;
  --tw-shadow: 0 0 #0000;
  background-color: #fff;
  border-width: 1px;
  border-color: #6b7280;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus {
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1c64f2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1c64f2;
  outline: 2px solid #0000;
}

input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: .75em .75em;
  padding-right: 2.5rem;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  -webkit-print-color-adjust: unset;
  print-color-adjust: unset;
  padding-right: .75rem;
}

[type="checkbox"], [type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  color: #1c64f2;
  --tw-shadow: 0 0 #0000;
  background-color: #fff;
  background-origin: border-box;
  border-width: 1px;
  border-color: #6b7280;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  padding: 0;
  display: inline-block;
}

[type="checkbox"] {
  border-radius: 0;
}

[type="radio"] {
  border-radius: 100%;
}

[type="checkbox"]:focus, [type="radio"]:focus {
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, );
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1c64f2;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  outline: 2px solid #0000;
}

[type="checkbox"]:checked, [type="radio"]:checked, .dark [type="checkbox"]:checked, .dark [type="radio"]:checked {
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
  background-size: .55em .55em;
  border-color: #0000;
}

[type="checkbox"]:checked {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: .55em .55em;
}

[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type="checkbox"]:indeterminate {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-color: currentColor;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: .55em .55em;
  border-color: #0000;
}

[type="checkbox"]:indeterminate:hover, [type="checkbox"]:indeterminate:focus {
  background-color: currentColor;
  border-color: #0000;
}

[type="file"] {
  background: unset;
  border-color: inherit;
  font-size: unset;
  line-height: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

[type="file"]:focus {
  outline: 1px auto inherit;
}

input[type="file"]::-webkit-file-upload-button {
  color: #fff;
  cursor: pointer;
  -webkit-margin-start: -1rem;
  -webkit-margin-end: 1rem;
  background: #1f2937;
  border: 0;
  padding: .625rem 1rem .625rem 2rem;
  font-size: .875rem;
  font-weight: 500;
}

input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  -webkit-margin-start: -1rem;
  -webkit-margin-end: 1rem;
  background: #1f2937;
  border: 0;
  padding: .625rem 1rem .625rem 2rem;
  font-size: .875rem;
  font-weight: 500;
}

input[type="file"]:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: -1rem;
  margin-right: 1rem;
}

input[type="file"]:not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: -1rem;
  margin-right: 1rem;
}

input[type="file"]:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: 1rem;
  margin-right: -1rem;
}

input[type="file"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
  margin-right: -1rem;
}

input[type="file"]::-webkit-file-upload-button:hover {
  background: #374151;
}

input[type="file"]::file-selector-button:hover {
  background: #374151;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #1c64f2;
  border: 0;
  border-radius: 9999px;
  width: 1.25rem;
  height: 1.25rem;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9ca3af;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgba(164, 202, 254, var(--tw-ring-opacity));
  outline: 2px solid #0000;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #1c64f2;
  border: 0;
  border-radius: 9999px;
  width: 1.25rem;
  height: 1.25rem;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9ca3af;
}

input[type="range"]::-moz-range-progress {
  background: #3f83f8;
}

input[type="range"]::-ms-fill-lower {
  background: #3f83f8;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0;
}

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-bottom-12 {
  bottom: -3rem;
}

.-top-12 {
  top: -3rem;
}

.-top-6 {
  top: -1.5rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0;
}

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

.left-2 {
  left: .5rem;
}

.left-20 {
  left: 5rem;
}

.left-\[calc\(50\%-50vw\)\] {
  left: calc(50% - 50vw);
}

.right-2 {
  right: .5rem;
}

.right-20 {
  right: 5rem;
}

.top-0 {
  top: 0;
}

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

.top-20 {
  top: 5rem;
}

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-0 {
  margin: 0;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.-ml-8 {
  margin-left: -2rem;
}

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

.mb-2 {
  margin-bottom: .5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

.ml-24 {
  margin-left: 6rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

.mt-2 {
  margin-top: .5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 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;
}

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

.h-1 {
  height: .25rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

.h-96 {
  height: 24rem;
}

.h-\[100vh\] {
  height: 100vh;
}

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

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

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

.h-\[60vh\] {
  height: 60vh;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0;
}

.max-h-\[300px\] {
  max-height: 300px;
}

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

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

.min-h-\[50vh\] {
  min-height: 50vh;
}

.min-h-\[60vh\] {
  min-height: 60vh;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-\[calc\(100\%\+1rem\)\] {
  width: calc(100% + 1rem);
}

.w-\[calc\(80\%\+1rem\)\] {
  width: calc(80% + 1rem);
}

.w-full {
  width: 100%;
}

.min-w-\[250px\] {
  min-width: 250px;
}

.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-\[1920px\] {
  max-width: 1920px;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-2xl {
  max-width: 1400px;
}

.flex-1 {
  flex: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

.grid-cols-\[130px_1fr\] {
  grid-template-columns: 130px 1fr;
}

.grid-cols-\[80px_1fr\] {
  grid-template-columns: 80px 1fr;
}

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-1 {
  gap: .25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-stretch {
  align-self: stretch;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.whitespace-nowrap {
  white-space: nowrap;
}

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

.rounded {
  border-radius: .25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

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

.rounded-xl {
  border-radius: .75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-t {
  border-top-width: 1px;
}

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

.border-brand-primary {
  border-color: var(--color-brand-primary);
}

.border-brand-secondary {
  border-color: var(--color-brand-secondary);
}

.border-grey {
  border-color: var(--color-grey);
}

.border-grey-bg {
  border-color: var(--color-grey-bg);
}

.bg-\[\#3a3a3a\] {
  --tw-bg-opacity: 1;
  background-color: rgba(58, 58, 58, var(--tw-bg-opacity, 1));
}

.bg-\[\#95C53E\] {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 197, 62, var(--tw-bg-opacity, 1));
}

.bg-\[\#E1E1E1\] {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 225, 225, var(--tw-bg-opacity, 1));
}

.bg-\[\#E8E8E8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(232, 232, 232, var(--tw-bg-opacity, 1));
}

.bg-\[\#ED7F1B\] {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 127, 27, var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}

.bg-brand-primary {
  background-color: var(--color-brand-primary);
}

.bg-brand-secondary {
  background-color: var(--color-brand-secondary);
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity, 1));
}

.bg-grey-bg {
  background-color: var(--color-grey-bg);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
}

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.from-black\/30 {
  --tw-gradient-from: #0000004d var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/50 {
  --tw-gradient-from: #00000080 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/70 {
  --tw-gradient-from: #000000b3 var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-black\/10 {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0000001a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/25 {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00000040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/30 {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0000004d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-black\/0 {
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
}

.to-black\/10 {
  --tw-gradient-to: #0000001a var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text;
}

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

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

.object-center {
  -o-object-position: center;
  object-position: center;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

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

.pt-2 {
  padding-top: .5rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

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

.font-body {
  font-family: Montserrat, sans-serif;
}

.font-heading {
  font-family: Bariol, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[12rem\] {
  font-size: 12rem;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[160px\] {
  font-size: 160px;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: .75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-\[30px\] {
  line-height: 30px;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: .025em;
}

.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgba(26, 26, 26, var(--tw-text-opacity, 1));
}

.text-\[\#ED7F1B\] {
  --tw-text-opacity: 1;
  color: rgba(237, 127, 27, var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}

.text-brand-primary {
  color: var(--color-brand-primary);
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity, 1));
}

.text-grey-text {
  color: var(--color-grey-text);
}

.text-transparent {
  color: #0000;
}

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

.text-white\/85 {
  color: #ffffffd9;
}

.text-white\/90 {
  color: #ffffffe6;
}

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

.no-underline {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.opacity-20 {
  opacity: .2;
}

.opacity-5 {
  opacity: .05;
}

.opacity-50 {
  opacity: .5;
}

.opacity-95 {
  opacity: .95;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

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

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
  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, -webkit-text-decoration-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-\[400ms\] {
  transition-duration: .4s;
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: none;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong, .strong {
  font-weight: bold;
}

dfn, em, .em {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto;
  -epub-hyphens: auto;
  font-family: terfens;
}

pre {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}

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

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

span.amp {
  font-style: italic;
  font-family: Baskerville, Goudy Old Style, Palatino, Book Antiqua, serif !important;
}

html, body, * {
  -webkit-hyphens: none !important;
  hyphens: none !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  position: relative;
}

body.menu-open {
  height: 100vh;
  overflow-y: hidden;
}

.cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  width: 100%;
  padding: 0 1.875rem;
}

@media (width <= 768px) {
  .container {
    padding: 0 1.25rem;
  }
}

@media screen and (width >= 1360px) {
  .container.small {
    max-width: 1180px;
  }
}

@media screen and (width >= 1510px) {
  .container {
    max-width: 1450px;
  }
}

@media (width >= 576px) {
  .container {
    max-width: 1300px;
  }
}

.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 70px;
  transition: opacity .1s ease-in-out;
  display: block;
}

#logo-wrap {
  align-items: center;
  height: 70px;
  line-height: 0;
  display: flex;
  overflow: hidden;
}

#logo-wrap .logo-is-static {
  transform: translateY(-8px);
}

.overlay {
  width: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay#site-overlay {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  background-color: #000c;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out .2s;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay#site-overlay.menu-open {
  z-index: 98;
  opacity: 1;
  visibility: visible;
}

.text-dropshadow {
  text-shadow: 0 6px 6px #0003;
}

.section {
  padding: 5rem 0;
}

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

img {
  max-width: 100%;
}

@media screen and (width >= 992px) {
  .js-hidden {
    opacity: 0;
    transition: all .9s;
    transform: translateY(30px);
  }

  .js-hidden.js-visible {
    opacity: 1;
    transform: translateY(0);
  }
}

a:focus {
  outline: 0;
}

.hidden {
  display: none;
}

.fade-in {
  transition: all .3s ease-in-out;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 2 !important;
}

.fade-out {
  opacity: 0 !important;
  visibility: hidden !important;
  z-index: -1 !important;
}

.faq-question-text {
  font-family: lorimer-no-2, san-serif;
  font-weight: bold;
}

@media (width <= 767px) {
  .case-study-intro-text {
    font-size: 18px;
  }
}

.parallax-image {
  max-height: 600px;
}

.text-image__media-frame {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.text-image__media-frame img, .text-image__media-frame video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.text-image__media-frame--horizontal {
  aspect-ratio: 16 / 9;
}

.text-image__media-frame--vertical {
  aspect-ratio: 3 / 4;
  max-height: 640px;
}

.text-image__media-frame--vertical img, .text-image__media-frame--vertical video {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.accreditation-logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.accreditation-logo img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 80px;
  margin-bottom: 15px;
}

.js-fade-in {
  opacity: 0;
  transition: all .9s;
}

.js-fade-in.is-intersecting {
  opacity: 1;
}

.js-fade-up.is-intersecting {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes marquee-inverted {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

a {
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
}

h1 {
  text-transform: uppercase;
  font-family: tandelle, sans-serif;
  font-size: max(2.5rem, min(8vw, 11.25rem));
  line-height: 1.05;
  font-weight: 400 !important;
}

h2 {
  text-transform: uppercase;
  font-family: lorimer-no-2, serif;
  font-size: max(1.5rem, min(3.2vw, 3rem));
  font-weight: 700;
}

.below-title {
  text-transform: uppercase;
  font-family: lorimer-no-2, serif;
  font-size: max(.95rem, min(1.6vw, 1.375rem));
  font-weight: 400;
}

.intro-text p {
  text-transform: uppercase;
  font-family: lorimer-no-2, sans-serif;
  font-size: max(1rem, min(1.4vw, 1.6rem));
  font-weight: 300;
  line-height: 1.4;
}

.hero-title {
  text-transform: uppercase;
  font-family: tandelle, sans-serif;
  font-size: max(2.75rem, min(9vw, 11.25rem));
  font-weight: 400;
  line-height: 1.05;
}

.section-title {
  text-transform: uppercase;
  font-family: lorimer-no-2, serif;
  font-size: max(1.8rem, min(3.5vw, 3.5rem));
  font-weight: 700;
  line-height: 1.2;
}

.orange-list {
  padding-left: 0;
  font-family: terfens, sans-serif;
  list-style: none;
}

.orange-list li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1.2rem;
  position: relative;
}

.orange-list li:before {
  content: "";
  background-image: url("Rectangle-orange.31419014.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: .9em;
  height: .9em;
  position: absolute;
  top: .5em;
  left: 0;
  transform: translateY(-50%);
}

.green-list, .case-study-single ul {
  padding-left: 0;
  font-family: terfens, sans-serif;
  list-style: none;
}

.green-list li, .case-study-single ul li {
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1.2rem;
  position: relative;
}

.green-list li:before, .case-study-single ul li:before {
  content: "";
  background-image: url("Rectangle-green.9b7e2363.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: .9em;
  height: .9em;
  position: absolute;
  top: .5em;
  left: 0;
  transform: translateY(-50%);
}

.icon-showcase i {
  font-size: 60px;
}

@media (width >= 1024px) {
  .icon-showcase i {
    font-size: 40px;
  }
}

@media (width >= 1280px) {
  .icon-showcase i {
    font-size: 50px;
  }
}

@media (width >= 1536px) {
  .icon-showcase i {
    font-size: 60px;
  }
}

.showcase-description, .showcase-number {
  font-family: Lorimer-No-2;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
    color: #444 !important;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}

.header {
  z-index: 1002;
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header .header__logo, .header .menu-toggle, .header .call-button {
  pointer-events: auto;
}

.menu-toggle {
  position: relative;
}

.menu-toggle p {
  text-align: center;
  transform-origin: center;
  will-change: transform, opacity;
  width: 100%;
  margin: 0;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle p#menu-close {
  opacity: 0;
  transform: translate(-50%, -50%)rotate(5deg);
}

.menu-overlay {
  z-index: 1001;
  clip-path: circle(0% at 0 0);
  background-color: #95c53e;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.menu-content {
  transform-origin: 0 100%;
  will-change: opacity, transform;
  opacity: .25;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 5vw;
  display: flex;
  position: relative;
  transform: translateX(-100px)translateY(-100px)scale(1.5)rotate(-15deg);
}

.menu-items {
  flex-direction: column;
  gap: 2.5em;
  width: 50%;
  max-width: 800px;
  padding: 2.5em;
  display: flex;
}

.col-lg {
  z-index: 1;
  width: 65vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.col-sm {
  z-index: 2;
  flex-direction: column;
  gap: 2.5em;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.menu-preview-img {
  will-change: transform, opacity;
  opacity: 0;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-links {
  flex-direction: column;
  gap: .4em;
  display: flex;
}

.menu-socials {
  flex-wrap: wrap;
  gap: .75em;
  display: flex;
}

.link, .social {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 6px;
}

.link a, .social a {
  color: #fff;
  will-change: transform;
  opacity: .25;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
  position: relative;
  transform: translateY(120%);
}

.link a:after, .social a:after {
  content: "";
  transform-origin: 100%;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: transform .3s cubic-bezier(.6, 0, .4, 1);
  position: absolute;
  top: 102.5%;
  left: 0;
  transform: scaleX(0);
}

.link a:hover:after, .social a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.has-submenu .menu-item-wrapper {
  justify-content: start;
  align-items: center;
  gap: .3rem;
  display: flex;
}

.has-submenu .submenu-toggle {
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: opacity .3s;
  display: flex;
}

.has-submenu .submenu-toggle:hover {
  opacity: .7;
}

.has-submenu .submenu-toggle svg {
  width: 18px;
  height: 18px;
  transition: transform .3s;
}

.submenu {
  height: 0;
  margin-top: 0;
  padding-left: 1.5rem;
  transition: margin-top .3s;
  overflow: hidden;
}

.submenu.open {
  margin-top: .5rem;
}

.submenu .link {
  padding-bottom: 4px;
}

.submenu .link a {
  opacity: .85;
  font-size: max(1rem, min(2.5vw, 2.5rem));
  line-height: max(1.4rem, min(3vw, 2.8rem));
}

.submenu .link a:hover {
  opacity: 1;
}

@media (width <= 900px) {
  .submenu {
    padding-left: 1rem;
  }

  .submenu .link a {
    font-size: max(1.4rem, min(4vw, 1.8rem));
    line-height: max(1.8rem, min(4.5vw, 2.1rem));
  }
}

.link a {
  text-transform: uppercase;
  letter-spacing: -.02rem;
  font-family: Tandelle, sans-serif;
  font-size: max(1.9rem, min(5vw, 5rem));
  font-weight: 500;
  line-height: max(2.2rem, min(5.5vw, 4.8rem));
}

.social a {
  font-family: var(--font-terfens);
  font-size: 1rem;
}

.page-container {
  will-change: transform;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (width >= 901px) and (width <= 1680px) {
  .menu-links, .menu-socials {
    margin-left: 4rem;
  }

  .link a {
    text-align: left;
    font-size: max(1.7rem, min(3.8vw, 4.2rem));
    line-height: max(2rem, min(4.2vw, 4.5rem));
  }
}

@media (width <= 900px) {
  .menu-overlay {
    background-color: #95c53e;
  }

  .menu-content {
    justify-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .menu-items {
    align-items: flex-start;
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 0;
  }

  .col-lg {
    display: none;
  }

  .col-sm {
    width: 100%;
    max-width: 500px;
  }

  .menu-links, .menu-socials {
    margin-left: 0;
    margin-right: 0;
  }

  .link a:after, .social a:after {
    display: none;
  }

  .link a {
    text-align: left;
    font-size: max(2.5rem, min(7vw, 2.75rem));
    line-height: max(3rem, min(7.5vw, 3.1rem));
  }

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

.call-button {
  font-family: lorimer-no-2, san-serif;
  font-size: 1.2rem;
}

.footer-heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: lorimer-no-2, sans-serif;
  font-weight: bold;
}

.footer-link {
  font-family: terfens, sans-serif;
  font-weight: light;
  color: #fff;
}

.footer-menu, .footer-menu li, .footer-menu a {
  font-family: var(--font-terfens, "terfens", sans-serif);
  justify-content: space-between;
}

input[type="text"], input[type="number"], input[type="email"], textarea {
  resize: none;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 3px;
  outline: none;
  width: 100%;
  margin-top: .5rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  display: block;
}

input[type="text"]::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="number"]::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="email"]::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

textarea::-webkit-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

@media (width <= 768px) {
  input[type="text"]::-webkit-input-placeholder {
    font-size: 1rem;
  }

  input[type="number"]::-webkit-input-placeholder {
    font-size: 1rem;
  }

  input[type="email"]::-webkit-input-placeholder {
    font-size: 1rem;
  }

  textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}

input[type="text"]:-moz-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="number"]:-moz-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="email"]:-moz-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

textarea:-moz-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

@media (width <= 768px) {
  input[type="text"]:-moz-placeholder-shown {
    font-size: 1rem;
  }

  input[type="number"]:-moz-placeholder-shown {
    font-size: 1rem;
  }

  input[type="email"]:-moz-placeholder-shown {
    font-size: 1rem;
  }

  textarea:-moz-placeholder-shown {
    font-size: 1rem;
  }
}

input[type="text"]::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="number"]::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="email"]::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

textarea::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

@media (width <= 768px) {
  input[type="text"]::-moz-placeholder {
    font-size: 1rem;
  }

  input[type="number"]::-moz-placeholder {
    font-size: 1rem;
  }

  input[type="email"]::-moz-placeholder {
    font-size: 1rem;
  }

  textarea::-moz-placeholder {
    font-size: 1rem;
  }
}

input[type="text"]:-ms-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="number"]:-ms-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

input[type="email"]:-ms-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

textarea:-ms-placeholder-shown {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1.125rem;
  color: #000 !important;
}

@media (width <= 768px) {
  input[type="text"]:-ms-placeholder-shown {
    font-size: 1rem;
  }

  input[type="number"]:-ms-placeholder-shown {
    font-size: 1rem;
  }

  input[type="email"]:-ms-placeholder-shown {
    font-size: 1rem;
  }

  textarea:-ms-placeholder-shown {
    font-size: 1rem;
  }

  input[type="text"], input[type="number"], input[type="email"], textarea {
    padding: .9375rem;
    font-size: 1rem;
  }
}

label {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
  font-size: 1rem;
  display: block;
}

@media (width <= 768px) {
  label {
    margin-bottom: 1.5625rem;
    font-size: .875rem;
  }
}

.gdpr-terms input[type="checkbox"], .gdpr-terms input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}

.gdpr-terms .wpcf7-list-item {
  margin: 0;
}

.gdpr-terms .wpcf7-list-item label {
  text-transform: none;
  cursor: pointer;
  justify-content: space-between;
  padding: 0 0 0 3.75rem;
  display: flex;
  position: relative;
  top: 32px;
}

.gdpr-terms .wpcf7-list-item label:before, .gdpr-terms .wpcf7-list-item label:after {
  content: "";
  border-radius: 3px;
  transition: all .3s ease-in-out;
  display: inline-block;
  position: absolute;
}

.gdpr-terms .wpcf7-list-item label:before {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  transition: all .3s ease-in-out;
  left: 0;
}

.gdpr-terms .wpcf7-list-item label:after {
  background-color: #0000;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 5px;
}

.gdpr-terms .wpcf7-list-item label.checked:after {
  background-color: #000;
}

@media (width <= 768px) {
  .gdpr-terms .wpcf7-list-item label {
    top: 0;
  }
}

.nav-overlay {
  z-index: 99;
  width: 0;
  max-width: 300px;
  height: 100%;
  transition: all .6s cubic-bezier(.77, 0, .175, 1) .4s;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden auto;
}

.masonry-gallery-wrapper {
  -webkit-user-select: none;
  user-select: none;
  cursor: grab;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.masonry-gallery-wrapper:active {
  cursor: grabbing;
}

.masonry-gallery-track {
  will-change: transform;
  gap: 2rem;
  display: flex;
}

.masonry-set {
  flex-shrink: 0;
  gap: 1rem;
  display: flex;
}

.masonry-column {
  flex-direction: column;
  flex-shrink: 0;
  gap: 1rem;
  width: 350px;
  display: flex;
}

.gallery-item {
  cursor: pointer;
  transition: transform .3s;
  overflow: hidden;
}

.gallery-item:hover {
  transform: scale(1.02);
}

.gallery-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
}

body.case-study-lightbox-open {
  overflow: hidden;
}

.case-study-lightbox {
  z-index: 9999;
  background-color: #000000f2;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.case-study-lightbox.hidden {
  display: none !important;
}

.case-study-lightbox__close {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  font-size: 2.25rem;
  transition: opacity .3s;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.case-study-lightbox__close:hover {
  opacity: .7;
}

.case-study-lightbox__nav {
  color: #fff;
  cursor: pointer;
  z-index: 10;
  background: none;
  border: none;
  font-size: 3.75rem;
  transition: opacity .3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.case-study-lightbox__nav:hover {
  opacity: .7;
}

.case-study-lightbox__nav--prev {
  left: 2rem;
}

.case-study-lightbox__nav--next {
  right: 2rem;
}

.case-study-lightbox__figure {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: min(90vw, 1200px);
  max-height: calc(100vh - 4rem);
  display: flex;
}

.case-study-lightbox__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-height: calc(100vh - 10rem);
}

.case-study-lightbox__caption {
  display: none;
}

.masonry-gallery-wrapper {
  overflow: scroll hidden;
}

.masonry-gallery-track {
  flex-wrap: nowrap;
}

.masonry-gallery-wrapper::-webkit-scrollbar {
  display: none;
}

.masonry-gallery-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contact-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.contact-hero {
  color: #fff;
  align-items: flex-end;
  min-height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-hero__bg {
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.contact-hero__overlay {
  background: linear-gradient(#0003, #0009);
  position: absolute;
  inset: 0;
}

.contact-hero__inner {
  text-align: left;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.contact-hero__title {
  text-transform: uppercase;
  font-size: max(2.8rem, min(4vw, 4rem));
  font-weight: 700;
}

.contact-section-heading {
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.contact-section-heading__title {
  letter-spacing: .08em;
  font-size: 1.4rem;
}

.contact-section-heading__line {
  background: #95c53e;
  width: 100vw;
  max-width: none;
  height: 8px;
  margin-top: .75rem;
  display: block;
  position: relative;
  left: calc(50% - 50vw);
}

@media (width >= 640px) {
  .contact-section-heading__line {
    width: 90vw;
    left: calc(50% - 45vw);
  }
}

@media (width >= 1024px) {
  .contact-section-heading__line {
    width: 50vw;
    height: 6px;
    left: 0;
  }
}

.contact-find-us {
  background: #fff;
  padding: 4rem 0 3rem;
}

.contact-find-us__grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 2.5rem;
  display: grid;
}

@media (width <= 900px) {
  .contact-find-us__grid {
    grid-template-columns: 1fr;
  }
}

.contact-find-us__block {
  margin-bottom: 1.2rem;
}

.contact-find-us__label {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: .25rem;
  font-size: .8rem;
  font-weight: 600;
}

.contact-find-us__link {
  color: inherit;
  text-decoration: none;
}

.contact-find-us__link:hover {
  text-decoration: underline;
}

.contact-find-us__socials a {
  margin-right: .75rem;
  font-size: 1.2rem;
}

.contact-find-us__map iframe {
  border-radius: 12px;
  width: 100%;
  min-height: 260px;
}

.contact-feature-cards {
  padding: 3rem 0;
}

.contact-feature-cards__carousel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  display: grid;
}

@media (width <= 900px) {
  .contact-feature-cards__carousel {
    grid-template-columns: 1fr;
  }
}

.contact-feature-cards__more {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.feature-card {
  transform-origin: center;
  border-radius: 12px;
  transition: transform .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0f172a1f;
}

.feature-card__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.feature-card__label {
  z-index: 2;
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
}

.feature-card__label--bottom {
  bottom: 1.4rem;
  left: 1.6rem;
}

.feature-card__label--vertical {
  transform-origin: 0;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%)rotate(-90deg);
}

.feature-card--active {
  transform: scale(1.03);
  box-shadow: 0 24px 48px #0f172a29;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px #0f172a2e;
}

.carousel-arrow {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 1.3rem;
}

.contact-faq {
  background: #f5f5f5;
  padding: 3rem 0 4rem;
}

.contact-faq__items {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.faq-item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.faq-item__toggle {
  color: #fff;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #ff7f2a;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.faq-item__icon {
  margin-left: 1rem;
}

.faq-item__content {
  max-height: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: max-height .25s, padding-bottom .25s;
  overflow: hidden;
}

.faq-item__content p {
  padding-top: .75rem;
  padding-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.5;
}

.faq-item--open .faq-item__content {
  max-height: 250px;
  padding-bottom: .75rem;
}

.faq-item--open .faq-item__toggle {
  background: #e66e16;
}

.faq-item--open .faq-item__icon {
  transform: rotate(45deg);
}

.contact-form {
  background: #fff;
}

.contact-form__grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 3rem;
  display: grid;
}

@media (width <= 900px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
  }
}

.contact-form__intro {
  margin-bottom: 1.5rem;
  font-size: .95rem;
}

.contact-form__form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.contact-form__row {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
  display: grid;
}

.contact-form__field {
  text-transform: uppercase;
  letter-spacing: .08em;
  flex-direction: column;
  font-size: .85rem;
  display: flex;
}

.contact-form__field span {
  margin-bottom: .4rem;
}

.contact-form__field input, .contact-form__field textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: .6rem .65rem;
  font-family: inherit;
  font-size: .9rem;
}

.contact-form__field input:focus, .contact-form__field textarea:focus {
  border-color: #99c43a;
  outline: none;
}

.contact-form__submit {
  background: #ed7f1b;
  margin-top: .75rem;
}

.contact-form__image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  display: block;
}

.wpcf7-submit {
  animation-duration: .3s;
  background: #ed7f1b !important;
}

.wpcf7-submit:hover {
  background: #95c53e !important;
}

.btn {
  text-transform: uppercase;
  letter-spacing: .1em;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: .7rem 2.5rem;
  font-size: .9rem;
  display: inline-flex;
}

.btn--primary {
  color: #fff;
  background: #99c43a;
}

.btn--primary:hover {
  background: #88b135;
}

.contact-faq .faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: box-shadow .2s, border-color .2s;
  overflow: hidden;
  box-shadow: 0 10px 22px #0f172a0d;
}

.contact-faq .faq-item__toggle {
  color: #0f172a;
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: .85rem;
  font-weight: 700;
  display: flex;
}

.contact-faq .faq-item__icon {
  margin-left: 1rem;
  transition: transform .25s, color .25s;
}

.contact-faq .faq-item__content {
  max-height: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: max-height .25s, padding-bottom .25s;
  overflow: hidden;
}

.contact-faq .faq-item__content p {
  margin: 0;
  padding-top: .75rem;
  padding-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.5;
}

.contact-faq .faq-item--open {
  border-color: #95c53e;
  box-shadow: 0 12px 28px #0f172a14;
}

.contact-faq .faq-item--open .faq-item__content {
  max-height: 300px;
  padding-bottom: .75rem;
}

.contact-faq .faq-item--open .faq-item__icon {
  color: #95c53e;
  transform: rotate(45deg);
}

.contact-form__field input, .contact-form__field textarea {
  background: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: .75rem .95rem;
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
}

.contact-form__field input:focus, .contact-form__field textarea:focus {
  background: #fff;
  border-color: #95c53e;
  box-shadow: 0 0 0 3px #95c53e33;
}

.nav-section {
  position: relative;
}

.nav-section__content {
  z-index: 1;
  position: relative;
}

.nav-section__carousel-wrapper {
  min-height: 520px;
  position: relative;
}

.nav-section__carousel {
  perspective: 1200px;
  width: 100%;
  height: 520px;
  position: relative;
}

.nav-section__carousel-card {
  --card-width: clamp(220px, 30vw, 450px);
  --card-height: clamp(280px, 45vw, 670px);
  width: var(--card-width);
  height: var(--card-height);
  cursor: pointer;
  z-index: 1;
  background: none;
  border: none;
  padding: 0;
  transition: transform .45s, filter .45s, opacity .45s, z-index .45s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.nav-section__carousel-card:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #fbbf24;
}

.nav-section__carousel-card.is-active {
  z-index: 4;
  filter: none;
  transform: translate(-5%, -50%)scale(1);
}

.nav-section__carousel-card.is-active .nav-section__carousel-card-overlay {
  opacity: 1;
}

.nav-section__carousel-card.is-next {
  filter: blur(1px);
  opacity: .85;
  z-index: 3;
  transform: translate(110px, -50%)scale(.85);
}

.nav-section__carousel-card.is-next-2 {
  filter: blur(3px);
  opacity: .55;
  z-index: 2;
  transform: translate(220px, -50%)scale(.7);
}

.nav-section__carousel-card.is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translate(300px, -50%)scale(.6);
}

.nav-section__carousel-card-media {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px #0f172a59;
}

.nav-section__carousel-card-media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.nav-section__carousel-card-overlay {
  opacity: 0;
  background: linear-gradient(#0000 20%, #000c 100%);
  flex-direction: column;
  justify-content: flex-end;
  gap: .75rem;
  padding: 1.5rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0;
}

.nav-section__carousel-card-overlay .nav-section__carousel-card-title {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-family: lorimer-no-2, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.nav-section__carousel-card-overlay .nav-section__carousel-card-description {
  text-align: left;
  opacity: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.4;
  transition: all .3s;
  transform: translateY(10px);
}

.nav-section__carousel-card.is-active .nav-section__carousel-card-description {
  opacity: 1;
  transform: translateY(0);
}

.nav-section__controls .nav-section__control {
  color: #fff;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.nav-section__controls .nav-section__control:hover {
  color: #fff;
  background: #ed7f1b;
}

@media (width <= 1280px) {
  .nav-section__carousel-card.is-active {
    transform: translate(0, -50%)scale(.95);
  }

  .nav-section__carousel-card.is-next {
    transform: translate(95px, -50%)scale(.8);
  }

  .nav-section__carousel-card.is-next-2 {
    transform: translate(190px, -50%)scale(.65);
  }
}

@media (width <= 1024px) {
  .nav-section__carousel-wrapper {
    min-height: auto;
  }

  .nav-section__carousel {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    height: auto;
    margin: 0;
    padding: 0;
    display: grid;
    overflow: visible;
  }

  .nav-section__carousel-card {
    pointer-events: auto;
    width: 100%;
    height: auto;
    min-height: 340px;
    margin-bottom: 0;
    position: relative;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    transform: none !important;
  }

  .nav-section__carousel-card-overlay {
    opacity: 1;
  }

  .nav-section__carousel-card-media {
    height: 320px;
  }

  .nav-section__controls .nav-section__control {
    width: 44px;
    height: 44px;
  }
}

@media (width <= 1024px) and (width <= 640px) {
  .nav-section__carousel-card {
    min-height: 300px;
  }

  .nav-section__carousel-card-media {
    height: 260px;
  }
}

.text-image__grid {
  align-items: stretch;
}

.text-image__column--media {
  align-self: stretch;
}

.text-image__media {
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: max(320px, min(60vh, 640px));
  display: flex;
}

.text-image__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  display: block;
}

@media (width <= 1024px) {
  .text-image__media {
    min-height: max(260px, min(50vh, 480px));
  }
}

.team-page__intro, .team-page__grid-section {
  padding: max(2rem, min(4vw, 2rem)) 0;
}

.team-page .container-wrapper {
  width: min(1800px, 96vw);
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (width <= 768px) {
  .team-page .container-wrapper {
    width: 100%;
    padding: 0;
  }
}

.team-page__title {
  margin-bottom: 1.5rem;
  font-size: max(2.5rem, min(5vw, 4rem));
}

.team-page__description {
  color: #4b5563;
  max-width: 780px;
}

.team-grid {
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 2rem;
  display: grid;
}

@media (width <= 768px) {
  .team-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.team-card {
  isolation: isolate;
  background-color: #ed7f1b;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0f172a14;
}

.team-card:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #95c53e;
}

.team-card__media {
  position: absolute;
  inset: 0;
}

.team-card__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .5s, filter .5s;
  display: block;
}

.team-card__overlay {
  opacity: .25;
  background: linear-gradient(#0f172a26 0%, #0f172ae6 100%);
  position: absolute;
  inset: 0;
}

.team-card__content {
  color: #fff;
  z-index: 2;
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  gap: .2rem;
  min-height: 220px;
  padding: 2rem 2rem 2.5rem;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.team-card__heading {
  flex-direction: column;
  gap: .15rem;
  display: flex;
}

@media (width <= 768px) {
  .team-card {
    min-height: 420px;
  }
}

.team-card__name {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin: 0;
  font-family: lorimer-no-2;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.team-card__title {
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .85;
  margin: 0;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.2;
}

.team-card__bio {
  opacity: 0;
  pointer-events: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  transform: translateY(20px);
}

.team-card:hover .team-card__image, .team-card:focus-within .team-card__image {
  filter: blur(4px) brightness(.9);
  transform: scale(1.04);
}

@media (width <= 768px) {
  .team-card:hover .team-card__image, .team-card:focus-within .team-card__image {
    filter: none;
    transform: none;
  }
}

@media (width <= 1200px) {
  .team-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (width <= 768px) {
  .team-card {
    flex-direction: column;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .team-card__media {
    height: 320px;
    position: relative;
  }

  .team-card__content {
    background: #ed7f1b;
    gap: .75rem;
    min-height: auto;
    padding: 1.75rem;
    position: static;
  }

  .team-card__bio {
    opacity: 1;
    color: #ffffffd9;
    position: static;
    transform: none;
  }
}

@media (width <= 900px) {
  .team-grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (width <= 640px) {
  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-card {
    min-height: 360px;
  }
}

.case-category-carousel__heading {
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.case-category-carousel__description {
  color: #fffc;
  font-size: 1.125rem;
}

.case-category-carousel__wrapper {
  flex-direction: column;
  gap: 2.5rem;
  padding: 0 4vw;
  display: flex;
  overflow: hidden;
}

.case-category-carousel__track {
  will-change: transform;
  gap: 1.5rem;
  width: max-content;
  margin: 0 auto;
  display: flex;
}

.case-category-card {
  color: #fff;
  flex: none;
  width: 330px;
  height: 440px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.case-category-card__media {
  position: absolute;
  inset: 0;
}

.case-category-card__media img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: transform .5s, filter .5s;
  display: block;
}

.case-category-card__overlay {
  background: linear-gradient(0deg, #000c 0%, #0000000d 100%);
  transition: opacity .3s;
  position: absolute;
  inset: 0;
}

.case-category-card__content {
  pointer-events: none;
  flex-direction: column;
  justify-content: flex-end;
  gap: .4rem;
  min-height: 40%;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0 0;
}

.case-category-card__heading {
  flex-direction: column;
  gap: .2rem;
  display: flex;
}

.case-category-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ffffffbf;
  margin: 0;
  font-size: .9rem;
}

.case-category-card__title {
  text-transform: uppercase;
  letter-spacing: .05em;
  margin: 0;
  font-family: lorimer-no-2, san-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.case-category-card__description {
  opacity: 0;
  color: #ffffffd9;
  pointer-events: none;
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
  transform: translateY(20px);
}

.case-category-card:hover .case-category-card__overlay, .case-category-card:focus-visible .case-category-card__overlay {
  opacity: .9;
  scale: 1.1;
}

.case-category-card:hover img, .case-category-card:focus-visible img {
  filter: brightness(.85);
  transform: scale(1.05);
}

.case-category-card:hover .case-category-card__description, .case-category-card:focus-visible .case-category-card__description {
  opacity: 1;
  transform: translateY(0);
}

@media (width <= 768px) {
  .case-category-carousel__wrapper {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    padding: 0 1.25rem;
    scroll-padding: 1.25rem;
    overflow: auto visible;
  }

  .case-category-carousel__track {
    scroll-snap-type: inherit;
    gap: 1rem;
    width: auto;
    margin: 0;
  }

  .case-category-carousel__track--bottom {
    display: none;
  }

  .case-category-card {
    scroll-snap-align: start;
    width: 240px;
    height: 360px;
  }
}

.category-archive-text {
  font-family: lorimer-no-2, san-serif;
  font-weight: bold;
}

.case-study-carousel {
  position: relative;
}

.case-study-carousel__wrapper {
  min-height: 520px;
  position: relative;
}

.case-study-carousel__container {
  perspective: 1200px;
  touch-action: pan-y;
  cursor: grab;
  width: 100%;
  height: 520px;
  position: relative;
}

.case-study-carousel__container:active {
  cursor: grabbing;
}

.case-study-carousel__card {
  --card-width: clamp(240px, 32vw, 360px);
  --card-height: clamp(320px, 48vw, 480px);
  width: var(--card-width);
  height: var(--card-height);
  color: inherit;
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1), filter .6s, opacity .6s, z-index .6s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.case-study-carousel__card:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #fbbf24;
}

.case-study-carousel__card.is-active {
  z-index: 10;
  filter: none;
  opacity: 1;
  transform: translate(-50%, -50%)scale(1);
}

.case-study-carousel__card.is-active .case-study-carousel__card-overlay {
  opacity: 1;
}

.case-study-carousel__card.is-prev {
  filter: blur(1px);
  opacity: .7;
  z-index: 5;
  transform: translate(calc(-50% - 180px), -50%)scale(.8);
}

.case-study-carousel__card.is-prev-2 {
  filter: blur(2px);
  opacity: .5;
  z-index: 3;
  transform: translate(calc(-50% - 340px), -50%)scale(.65);
}

.case-study-carousel__card.is-next {
  filter: blur(1px);
  opacity: .7;
  z-index: 5;
  transform: translate(calc(180px - 50%), -50%)scale(.8);
}

.case-study-carousel__card.is-next-2 {
  filter: blur(2px);
  opacity: .5;
  z-index: 3;
  transform: translate(calc(340px - 50%), -50%)scale(.65);
}

.case-study-carousel__card.is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translate(-50%, -50%)scale(.5);
}

.case-study-carousel__card-media {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 50px #0f172a66;
}

.case-study-carousel__card-media img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: block;
}

.case-study-carousel__card-overlay {
  opacity: 0;
  background: linear-gradient(#0000 30%, #000000d9 100%);
  flex-direction: column;
  justify-content: flex-end;
  gap: .75rem;
  padding: 2rem;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0;
}

.case-study-carousel__card-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: lorimer-no-2, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
}

.case-study-carousel__card-description {
  color: #ffffffe6;
  opacity: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
  transition: all .3s;
  display: -webkit-box;
  overflow: hidden;
  transform: translateY(10px);
}

.case-study-carousel__card.is-active .case-study-carousel__card-description {
  opacity: 1;
  transform: translateY(0);
}

.case-study-carousel__control {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 12px #0000001a;
}

.case-study-carousel__control:hover {
  background: #ed7f1b;
  transform: scale(1.05);
}

.case-study-carousel__control:hover svg path {
  stroke: #fff;
}

.case-study-carousel__control:active {
  transform: scale(.95);
}

@media (width <= 1280px) {
  .case-study-carousel__card {
    --card-width: clamp(220px, 30vw, 320px);
    --card-height: clamp(280px, 45vw, 420px);
  }

  .case-study-carousel__card.is-prev {
    transform: translate(calc(-50% - 150px), -50%)scale(.75);
  }

  .case-study-carousel__card.is-prev-2 {
    transform: translate(calc(-50% - 280px), -50%)scale(.6);
  }

  .case-study-carousel__card.is-next {
    transform: translate(calc(150px - 50%), -50%)scale(.75);
  }

  .case-study-carousel__card.is-next-2 {
    transform: translate(calc(280px - 50%), -50%)scale(.6);
  }
}

@media (width <= 1024px) {
  .case-study-carousel__wrapper {
    min-height: auto;
  }

  .case-study-carousel__container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    cursor: default;
    flex-direction: column;
    gap: 1.5rem;
    height: auto;
    display: flex;
    overflow: auto visible;
  }

  .case-study-carousel__card {
    scroll-snap-align: start;
    width: 100%;
    max-width: 400px;
    height: auto;
    min-height: 380px;
    margin: 0 auto;
    position: relative;
    opacity: 1 !important;
    filter: none !important;
    z-index: 1 !important;
    transform: none !important;
  }

  .case-study-carousel__card-overlay {
    opacity: 1;
  }

  .case-study-carousel__card-media {
    height: 360px;
  }

  .case-study-carousel__control {
    width: 48px;
    height: 48px;
  }
}

@media (width <= 1024px) and (width <= 640px) {
  .case-study-carousel__card {
    min-height: 340px;
  }

  .case-study-carousel__card-media {
    height: 300px;
  }

  .case-study-carousel__control {
    width: 44px;
    height: 44px;
  }
}

.blog-post__hero h1 {
  text-shadow: 0 2px 8px #0000004d;
  margin-bottom: 1rem;
}

.blog-post__hero time, .blog-post__hero .text-sm {
  text-shadow: 0 1px 4px #00000080;
}

.blog-post__hero-date {
  text-transform: uppercase;
  font-family: tandelle, sans-serif;
}

.blog-post__content p {
  color: var(--color-grey-text);
  margin-bottom: 1.5rem;
  font-family: terfens, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

@media (width >= 768px) {
  .blog-post__content p {
    font-size: 1.125rem;
  }
}

.blog-post__content h2, .blog-post__content h3, .blog-post__content h4, .blog-post__content h5, .blog-post__content h6 {
  color: var(--color-black);
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.blog-post__content h2 {
  font-size: 1.875rem;
  line-height: 1.3;
}

@media (width >= 768px) {
  .blog-post__content h2 {
    font-size: 2.25rem;
  }
}

.blog-post__content h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (width >= 768px) {
  .blog-post__content h3 {
    font-size: 1.875rem;
  }
}

.blog-post__content h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (width >= 768px) {
  .blog-post__content h4 {
    font-size: 1.5rem;
  }
}

.blog-post__content ul {
  color: var(--color-grey-text);
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
  font-family: terfens, sans-serif !important;
  font-size: 1rem !important;
}

@media (width >= 768px) {
  .blog-post__content ul {
    font-size: 1.125rem !important;
  }
}

.blog-post__content ul li {
  color: var(--color-grey-text);
  margin-bottom: 1rem;
  padding-left: 2rem;
  line-height: 1.8;
  position: relative;
  font-family: terfens, sans-serif !important;
  font-size: 1rem !important;
}

@media (width >= 768px) {
  .blog-post__content ul li {
    font-size: 1.125rem !important;
  }
}

.blog-post__content ul li:before {
  content: "";
  background-image: url("Rectangle-green.9b7e2363.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: .9em;
  height: .9em;
  position: absolute;
  top: .4em;
  left: 0;
}

.blog-post__content ol {
  color: var(--color-grey-text);
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-family: terfens, sans-serif !important;
  font-size: 1rem !important;
}

@media (width >= 768px) {
  .blog-post__content ol {
    font-size: 1.125rem !important;
  }
}

.blog-post__content ol li {
  color: var(--color-grey-text);
  margin-bottom: .5rem;
  line-height: 1.8;
  list-style-type: decimal;
  font-family: terfens, sans-serif !important;
  font-size: 1rem !important;
}

@media (width >= 768px) {
  .blog-post__content ol li {
    font-size: 1.125rem !important;
  }
}

.blog-post__content a {
  color: var(--color-brand-primary);
  text-decoration: underline;
  transition: color .2s;
}

.blog-post__content a:hover {
  color: var(--color-brand-secondary);
}

.blog-post__content img {
  border-radius: .5rem;
  max-width: 100%;
  height: auto;
  margin: 2rem 0;
}

.blog-post__content blockquote {
  border-left: 4px solid var(--color-brand-primary);
  color: var(--color-grey-text);
  margin: 2rem 0;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  font-style: italic;
}

.blog-post__content blockquote p:last-child {
  margin-bottom: 0;
}

.blog-post__content pre {
  background-color: var(--color-grey-bg);
  border-radius: .5rem;
  margin: 2rem 0;
  padding: 1.5rem;
  overflow-x: auto;
}

.blog-post__content pre code {
  background-color: #0000;
  padding: 0;
  font-size: .875rem;
}

.blog-post__content code {
  background-color: var(--color-grey-bg);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-family: Courier New, monospace;
  font-size: .875rem;
}

.blog-post__content table {
  border-collapse: collapse;
  width: 100%;
  margin: 2rem 0;
}

.blog-post__content table th, .blog-post__content table td {
  border: 1px solid var(--color-grey-bg);
  text-align: left;
  padding: .75rem;
}

.blog-post__content table th {
  background-color: var(--color-grey-bg);
  font-weight: 700;
}

.blog-post__content .alignleft {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.blog-post__content .alignright {
  float: right;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.blog-post__content .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-post__content .wp-caption {
  max-width: 100%;
}

.blog-post__content .wp-caption .wp-caption-text {
  color: var(--color-grey-text);
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
  font-style: italic;
}

.blog-post__featured-image img {
  box-shadow: 0 4px 20px #0000001a;
}

.blog-post__meta {
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.blog-post__navigation a {
  text-decoration: none;
}

.blog-post__navigation a:hover .font-semibold {
  text-decoration: underline;
}

.js-fade-up {
  opacity: 0;
  transition: opacity .6s, transform .6s;
  transform: translateY(20px);
}

.js-fade-up.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.blog-archive__card {
  flex-direction: column;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
  display: flex;
}

.blog-archive__card:hover {
  transform: translateY(-4px);
}

.blog-archive__card a {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.blog-archive__card-image {
  transition: box-shadow .3s;
  position: relative;
  box-shadow: 0 2px 8px #00000014;
}

.blog-archive__card:hover .blog-archive__card-image {
  box-shadow: 0 4px 16px #0000001f;
}

.blog-archive__card-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-archive .pagination {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.blog-archive .pagination .page-numbers {
  border: 1px solid var(--color-grey-bg);
  color: var(--color-grey-text);
  border-radius: .375rem;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.blog-archive .pagination .page-numbers:hover {
  border-color: var(--color-brand-primary);
  color: var(--color-brand-primary);
  background-color: #95c53e1a;
}

.blog-archive .pagination .page-numbers.current {
  background-color: var(--color-brand-primary);
  color: #fff;
  border-color: var(--color-brand-primary);
}

.blog-archive .pagination .page-numbers.dots {
  border: none;
}

.blog-archive .pagination .page-numbers.dots:hover {
  color: var(--color-grey-text);
  background: none;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pagination-text .page-numbers {
  font-family: Terfens !important;
}

.arrow-button {
  font-family: "lorimer-no-2", var(--font-terfens, inherit);
  font-size: max(18px, min(1.25vw, 24px));
  font-weight: 700;
}

:root {
  --grid-col-width: 320px;
  --grid-row-height: 240px;
  --grid-gap: 1rem;
  --focus-outline-color: #3b82f6;
}

@media (width <= 768px) {
  :root {
    --grid-col-width: 240px;
    --grid-row-height: 180px;
  }
}

.carousel-grid-wrapper {
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scrollbar-width: none;
  overflow-x: auto;
}

.carousel-grid-wrapper::-webkit-scrollbar {
  display: none;
}

.carousel-grid {
  grid-auto-flow: column dense;
  grid-auto-columns: var(--grid-col-width);
  grid-template-rows: repeat(2, var(--grid-row-height));
  gap: var(--grid-gap);
  padding: 0 var(--grid-gap);
  width: max-content;
  display: grid;
}

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-item.grid-1x1 {
  grid-area: span 1 / span 1;
}

.carousel-item.grid-1x2 {
  grid-area: span 2 / span 1;
}

.carousel-item.grid-2x1 {
  grid-area: span 1 / span 2;
}

.carousel-item.grid-2x2 {
  grid-area: span 2 / span 2;
}

.carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s ease-in-out;
}

.carousel-item:hover img {
  transform: scale(1.05);
}

.carousel-item-caption {
  color: #fff;
  opacity: 0;
  background: linear-gradient(to top, #000000b3 0%, #0000 100%);
  padding: 1.5rem 1rem 1rem;
  font-size: .875rem;
  transition: opacity .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-item:hover .carousel-item-caption, .carousel-item:focus .carousel-item-caption {
  opacity: 1;
}

.hover\:translate-x-1:hover {
  --tw-translate-x: .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));
}

.hover\:bg-\[\#7CB342\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 179, 66, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#D66E0F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 110, 15, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F07A2E\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 122, 46, var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#d37114\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 113, 20, var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#9ACD32\]:hover {
  --tw-text-opacity: 1;
  color: rgba(154, 205, 50, var(--tw-text-opacity, 1));
}

.hover\:text-brand-primary:hover {
  color: var(--color-brand-primary);
}

.hover\:text-brand-secondary:hover {
  color: var(--color-brand-secondary);
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -.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));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: .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));
}

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

.group:hover .group-hover\:gap-3 {
  gap: .75rem;
}

.group:hover .group-hover\:text-brand-primary {
  color: var(--color-brand-primary);
}

@media (width >= 576px) {
  .sm\:left-\[calc\(50\%-45vw\)\] {
    left: calc(50% - 45vw);
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

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

  .sm\:w-\[calc\(100\%\+2rem\)\] {
    width: calc(100% + 2rem);
  }

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

  .sm\:grid-cols-\[160px_1fr\] {
    grid-template-columns: 160px 1fr;
  }

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sm\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

@media (width >= 768px) {
  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

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

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

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

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

  .md\:ml-3 {
    margin-left: .75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-\[2\.5px\] {
    height: 2.5px;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-\[2\.5px\] {
    width: 2.5px;
  }

  .md\:w-\[calc\(100\%\+3rem\)\] {
    width: calc(100% + 3rem);
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

  .md\:object-center {
    -o-object-position: center;
    object-position: center;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

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

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

  .md\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }

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

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

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

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

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

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

  .md\:text-\[16rem\] {
    font-size: 16rem;
  }

  .md\:text-\[200px\] {
    font-size: 200px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:hover\:bg-brand-secondary:hover {
    background-color: var(--color-brand-secondary);
  }
}

@media (width >= 992px) {
  .lg\:left-0 {
    left: 0;
  }

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

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

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

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .lg\:-ml-\[150px\] {
    margin-left: -150px;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-24 {
    height: 6rem;
  }

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

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

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

  .lg\:min-h-\[60vh\] {
    min-height: 60vh;
  }

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

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-x-24 {
    -moz-column-gap: 6rem;
    column-gap: 6rem;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

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

@media (width >= 1200px) {
  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .xl\:-mr-\[150px\] {
    margin-right: -150px;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-28 {
    height: 7rem;
  }

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

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:w-28 {
    width: 7rem;
  }

  .xl\:w-\[calc\(100\%\+150px\)\] {
    width: calc(100% + 150px);
  }

  .xl\:w-\[calc\(50vw\)\] {
    width: 50vw;
  }

  .xl\:w-\[calc\(80vw\)\] {
    width: 80vw;
  }

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

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

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

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

  .xl\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

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

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

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

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (width >= 1400px) {
  .\32 xl\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (width >= 1600px) {
  .\33 xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
/*# sourceMappingURL=index.css.map */
