/* ============================================
   Styles extracted from Framer site
   Generated by Framer Site Extractor
   ============================================ */

/* Cap inline Framer icon SVGs whose runtime container CSS didn't ship in the export.
   Without this, SVGs with inline width:100%/height:100% stretch to fill their parent. */
div[class*="framer-"][class$="-container"] svg[viewBox="0 0 24 24"] {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  flex: none;
}

/* Framer ships entrance animations as inline opacity:0 + translateY offsets that
   its runtime animates to opacity:1 on scroll. The runtime never runs in a static
   export, so those elements stay invisible. Force the post-animation state. */
[style*="opacity: 0"],
[style*="opacity:0"] { opacity: 1 !important; }

[style*="translateY(30px)"],
[style*="translateY(50px)"],
[style*="translateY(20px)"],
[style*="translateY(40px)"],
[style*="translateY(60px)"] { transform: none !important; }

:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
  --fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.0714285705em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers-counter, .fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-counter-scale, 0.25));
          transform: scale(var(--fa-counter-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  -webkit-transform: scale(var(--fa-layers-scale, 0.25));
          transform: scale(var(--fa-layers-scale, 0.25));
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0);
          animation-delay: var(--fa-animation-delay, 0);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

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

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black;
}

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-italic-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-1.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-2.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-3.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/fonts/cormorant-garamond-regular-5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Radio Canada Big';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/radio-canada-big-medium-1.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Radio Canada Big';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/fonts/radio-canada-big-medium-2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-1.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-2.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-3.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+1F00-1FFF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-4.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0370-03FF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-5.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-6.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-7.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-regular-8.woff2"); font-display: swap; font-style: normal; font-weight: 400; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-1.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-2.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116 }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-3.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+1F00-1FFF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-4.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0370-03FF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-5.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-6.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD }
@font-face { font-family: "Inter"; src: url("assets/fonts/inter-semibold-7.woff2"); font-display: swap; font-style: normal; font-weight: 600; unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-medium.woff2"); font-display: swap; font-style: normal; font-weight: 500 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-bold.woff2"); font-display: swap; font-style: normal; font-weight: 700 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-bold-italic.woff2"); font-display: swap; font-style: italic; font-weight: 700 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-medium-italic.woff2"); font-display: swap; font-style: italic; font-weight: 500 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-light.woff2"); font-display: swap; font-style: normal; font-weight: 300 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-regular.woff2"); font-display: swap; font-style: normal; font-weight: 400 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-regular-italic.woff2"); font-display: swap; font-style: italic; font-weight: 400 }
@font-face { font-family: "Raleway"; src: url("assets/fonts/raleway-light-italic.woff2"); font-display: swap; font-style: italic; font-weight: 300 }
@font-face { font-family: "Alpino"; src: url("assets/fonts/alpino-regular.woff2"); font-display: swap; font-style: normal; font-weight: 400 }
@font-face { font-family: "Poppins"; src: url("assets/fonts/poppins-light.woff2"); font-display: swap; font-style: normal; font-weight: 300 }
@font-face { font-family: "Cormorant Garamond Placeholder"; src: local("Times New Roman"); ascent-override: 96.16%; descent-override: 29.87%; line-gap-override: 0.00%; size-adjust: 96.09% }
@font-face { font-family: "Radio Canada Big Placeholder"; src: local("Arial"); ascent-override: 98.82%; descent-override: 30.29%; line-gap-override: 0.00%; size-adjust: 100.69% }
@font-face { font-family: "Inter Placeholder"; src: local("Arial"); ascent-override: 89.79%; descent-override: 22.36%; line-gap-override: 0.00%; size-adjust: 107.89% }
@font-face { font-family: "Raleway Placeholder"; src: local("Arial"); ascent-override: 89.45%; descent-override: 22.27%; line-gap-override: 0.00%; size-adjust: 105.09% }
@font-face { font-family: "Alpino Placeholder"; src: local("Arial"); ascent-override: 109.05%; descent-override: 35.18%; line-gap-override: 9.38%; size-adjust: 85.28% }
@font-face { font-family: "Poppins Placeholder"; src: local("Arial"); ascent-override: 91.95%; descent-override: 30.94%; line-gap-override: 7.96%; size-adjust: 113.11% }

html,body,#main{box-sizing:border-box;margin:0;padding:0}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;-webkit-font-smoothing:inherit}h1,h2,h3,h4,h5,h6,p,figure{margin:0}body,input,textarea,select,button{font-family:sans-serif;font-size:12px}@supports (background:-webkit-named-image(i)) and (not (grid-template-rows:subgrid)){body{--framer-will-change-override:transform}}@supports (background:-webkit-named-image(i)) and (not (position-area:top right)){body{--framer-will-change-filter-override:filter}}[data-framer-component-type=Text] div div span,[data-framer-component-type=Text] a div span,[data-framer-component-type=Text] span span span,[data-framer-component-type=Text] p span span,[data-framer-component-type=Text] h1 span span,[data-framer-component-type=Text] h2 span span,[data-framer-component-type=Text] h3 span span,[data-framer-component-type=Text] h4 span span,[data-framer-component-type=Text] h5 span span,[data-framer-component-type=Text] h6 span span,[data-framer-component-type=Text] a{font-family:var(--font-family);font-style:var(--font-style);font-weight:min(calc(var(--framer-font-weight-increase,0) + var(--font-weight,400)),900);color:var(--text-color);letter-spacing:var(--letter-spacing);font-size:var(--font-size);text-transform:var(--text-transform);--text-decoration:var(--framer-text-decoration-style,solid)var(--framer-text-decoration,none)var(--framer-text-decoration-color,currentcolor)var(--framer-text-decoration-thickness,auto);--text-decoration-skip-ink:var(--framer-text-decoration-skip-ink);--text-underline-offset:var(--framer-text-decoration-offset);line-height:var(--line-height);--font-family:var(--framer-font-family);--font-style:var(--framer-font-style);--font-weight:var(--framer-font-weight);--text-color:var(--framer-text-color);--letter-spacing:var(--framer-letter-spacing);--font-size:var(--framer-font-size);--text-transform:var(--framer-text-transform);--line-height:var(--framer-line-height)}@supports not (color:color(display-p3 1 1 1)){p.framer-text,div.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,li.framer-text,ol.framer-text,ul.framer-text,span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))));-webkit-text-stroke-color:var(--framer-text-stroke-color-rgb,var(--framer-text-stroke-color,initial))}mark.framer-text{background-color:var(--framer-blockquote-text-background-color-rgb,var(--framer-blockquote-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))}}@supports not (color:color(display-p3 1 1 1)){code.framer-text,code.framer-text span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))}}@supports not (color:color(display-p3 1 1 1)){a.framer-text,span.framer-text[data-nested-link]{color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))));background-color:var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial));-webkit-text-decoration-color:var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))));text-decoration-color:var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))}}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text,code.framer-text a.framer-text span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-nested-link],code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))}}@supports not (color:color(display-p3 1 1 1)){a.framer-text:hover,span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))));text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))}}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text:hover,code.framer-text span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))))}}@supports not (color:color(display-p3 1 1 1)){a.framer-text[data-framer-page-link-current],span.framer-text[data-framer-page-link-current]{color:var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))));background-color:var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))));text-decoration-color:var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))}}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text[data-framer-page-link-current],code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-framer-page-link-current],code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]){color:var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))));background-color:var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))))}}@supports not (color:color(display-p3 1 1 1)){a.framer-text[data-framer-page-link-current]:hover,span.framer-text[data-framer-page-link-current]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))));text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))))}}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text[data-framer-page-link-current]:hover,code.framer-text a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-framer-page-link-current]:hover,code.framer-text span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]){color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial))))))}}@supports not (aspect-ratio:1){.framer-text-module:not([data-width=fit])[style*=aspect-ratio]{position:relative!important}.framer-text-module:not([data-width=fit])[style*=aspect-ratio]:before{content:"";padding-bottom:calc(100%/calc(var(--aspect-ratio)));display:block}.framer-text-module[data-width=fill]>:first-child,.framer-text-module[data-width=fill]>.ssr-variant>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>.ssr-variant>:first-child{position:absolute;top:0;left:0;height:100%!important}}@supports not (overflow:clip){:root{--overflow-clip-fallback:hidden}}@supports (background:-webkit-named-image(i)) and (not (contain-intrinsic-size:inherit)){div.framer-text,p.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,ol.framer-text,ul.framer-text,li.framer-text,blockquote.framer-text,.framer-text.framer-image{display:var(--text-truncation-display-inline-for-safari-16,revert)}div.framer-text:after,p.framer-text:after,h1.framer-text:after,h2.framer-text:after,h3.framer-text:after,h4.framer-text:after,h5.framer-text:after,h6.framer-text:after,ol.framer-text:after,ul.framer-text:after,li.framer-text:after,blockquote.framer-text:after,.framer-text.framer-image:after{content:var(--text-truncation-line-break-for-safari-16);white-space:pre}.framer-text.framer-text-module,.framer-text.framer-table-wrapper{display:var(--text-truncation-display-none-for-safari-16,revert)}p.framer-text[data-text-fill]{display:var(--text-truncation-display-inline-for-safari-16,inline-block)}}@supports (corner-shape:superellipse(2)){:root{--one-if-corner-shape-supported:1}}.framer-cursor-none,.framer-cursor-none *{cursor:none!important}.framer-pointer-events-none,.framer-pointer-events-none *{pointer-events:none!important}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-W8jCg.framer-yiybjm,.framer-W8jCg .framer-yiybjm{display:block}.framer-W8jCg.framer-18zyl1h{background-color:#fff;flex-flow:column;place-content:center flex-start;align-items:center;gap:20px;width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-zppicy{mix-blend-mode:multiply;opacity:.3;pointer-events:none;z-index:10;flex:none;width:100%;height:100vh;position:fixed;top:-10px;left:0%;overflow:visible}.framer-W8jCg .framer-17tsede-container{will-change:var(--framer-will-change-effect-override,transform);z-index:3;flex:none;height:auto;position:fixed;top:0;left:0;right:0}.framer-W8jCg .framer-1ah6bjg{z-index:1;flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:100%;height:100vh;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-19fzbm5{filter:blur(50px);will-change:var(--framer-will-change-effect-override,transform);z-index:1;background-color:#fff;flex:none;width:518px;height:218px;position:absolute;top:calc(48.625% - 109px);left:calc(48.4167% - 259px);overflow:visible}.framer-W8jCg .framer-1rm3ruj{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre;will-change:var(--framer-will-change-effect-override,transform);z-index:1;flex:none;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.framer-W8jCg .framer-xab6kj{flex-flow:row;flex:1 0 0;place-content:center;align-items:center;gap:10px;width:1px;height:100%;padding:0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-1xfttk7-container,.framer-W8jCg .framer-7lyjl5-container,.framer-W8jCg .framer-1e98p9t-container,.framer-W8jCg .framer-1mqnxk-container,.framer-W8jCg .framer-15edqr1-container,.framer-W8jCg .framer-5aoa8d-container{flex:none;width:auto;height:auto;position:relative}.framer-W8jCg .framer-v540ar{flex-flow:column;flex:none;place-content:center;align-items:center;gap:0;width:100%;max-width:1200px;height:min-content;padding:0 80px;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-6vbtli{flex-flow:row;flex:none;place-content:flex-end center;align-items:flex-end;gap:0;width:100%;height:min-content;padding:200px 0 80px;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-136p8nw,.framer-W8jCg .framer-1yt4fpm{flex-flow:column;flex:none;place-content:flex-start;align-items:flex-start;gap:80px;width:50%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-mgdxbl,.framer-W8jCg .framer-h7vm7h,.framer-W8jCg .framer-9p1akd{flex-flow:column;flex:none;place-content:flex-start;align-items:flex-start;gap:24px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-16ywuq2,.framer-W8jCg .framer-vcwvkv,.framer-W8jCg .framer-h2oh9y{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;max-width:480px;height:auto;position:relative}.framer-W8jCg .framer-9b6i8w,.framer-W8jCg .framer-1minpj1{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;max-width:600px;height:auto;position:relative}.framer-W8jCg .framer-1n56rw9{flex-flow:column;flex:none;place-content:flex-start flex-end;align-items:flex-start;gap:12px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-17zk9al,.framer-W8jCg .framer-1dtm1en,.framer-W8jCg .framer-y14cyt{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:4px;width:min-content;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-1jpfu7o,.framer-W8jCg .framer-1vlm2bj,.framer-W8jCg .framer-brfkb9{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-W8jCg .framer-y66hjy,.framer-W8jCg .framer-1rd68th,.framer-W8jCg .framer-gg3h67{background-color:#8d8271;flex:none;align-self:stretch;width:auto;height:1px;position:relative;overflow:hidden}.framer-W8jCg .framer-1spabiw,.framer-W8jCg .framer-1fja46w,.framer-W8jCg .framer-1q2t5jk,.framer-W8jCg .framer-xrkk5x,.framer-W8jCg .framer-2z7cjm,.framer-W8jCg .framer-11gywjr,.framer-W8jCg .framer-14tti5i,.framer-W8jCg .framer-1t0bong,.framer-W8jCg .framer-1qxtxe5{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;height:auto;position:relative}.framer-W8jCg .framer-1sgllww,.framer-W8jCg .framer-1w3la64{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,520px);flex-flow:column;flex:1 0 0;place-content:flex-start;align-items:flex-start;gap:40px;width:1px;padding:0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-14m7d7m{z-index:1;flex:none;position:absolute;inset:10px 0 -7px;overflow:hidden}.framer-W8jCg .framer-jznuce,.framer-W8jCg .framer-it6akq{flex-flow:column;flex:1 0 0;place-content:flex-start flex-end;align-items:flex-start;gap:8px;width:100%;height:1px;padding:0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-61gn15{flex-flow:column;flex:none;place-content:flex-end;align-items:flex-end;gap:4px;width:100%;height:min-content;padding:24px 0 0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-ss6iq4{background-color:#fff;flex-flow:row;flex:none;place-content:flex-start center;align-items:flex-start;gap:0;width:100%;height:min-content;padding:120px 0 80px;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-1c942cp{z-index:1;flex:none;width:520px;height:449px;position:absolute;top:calc(43.0769% - 224.5px);left:-10px;overflow:hidden}.framer-W8jCg .framer-1pcdtlk{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:4px;width:100%;height:min-content;padding:24px 0 0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-1h6pbq{--framer-link-text-color:#09f;--framer-link-text-decoration:underline;white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;max-width:520px;height:auto;position:relative}.framer-W8jCg .framer-qw5mw8,.framer-W8jCg .framer-tijk6g{flex-flow:column;flex:none;place-content:flex-start flex-end;align-items:flex-start;gap:24px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-53580w{flex-flow:row;flex:none;place-content:flex-start;align-items:flex-start;gap:0;width:100%;height:min-content;padding:120px 0 80px;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-17m50x5{flex-flow:column;flex:none;place-content:flex-start;align-items:flex-start;gap:40px;width:48%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-W8jCg .framer-sml3dv{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,541px);flex-flow:column;flex:1 0 0;place-content:flex-start;align-items:flex-start;gap:40px;width:1px;padding:0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-7doebx{z-index:1;flex:none;position:absolute;inset:74px 0 33px;overflow:hidden}.framer-W8jCg .framer-r578ol{flex-flow:column;flex:1 0 0;place-content:flex-start flex-end;align-items:flex-start;gap:0;width:100%;height:1px;padding:0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-dfwb2k{flex-flow:column;flex:none;place-content:flex-end center;align-items:flex-end;gap:4px;width:100%;height:min-content;padding:24px 0 0;display:flex;position:relative;overflow:visible}.framer-W8jCg .framer-yzjteo-container{z-index:1;flex:none;width:100%;height:auto;position:sticky;top:0}.framer-W8jCg .framer-dgyb22-container{flex:none;width:100%;height:auto;position:relative}.framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper),.framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:80px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:1.6px;--framer-line-height:1em;--framer-paragraph-spacing:0px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:810px){.framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper),.framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:80px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:1.6px;--framer-line-height:1em;--framer-paragraph-spacing:0px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper),.framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:60px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:1.6px;--framer-line-height:1em;--framer-paragraph-spacing:0px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}.framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper),.framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:48px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.2em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:984px){.framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper),.framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:48px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.2em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:983px) and (min-width:0){.framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper),.framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:40px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.2em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:1199px) and (min-width:810px){.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper),.framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:18px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:300;--framer-font-weight-bold:400;--framer-font-weight-bold-italic:400;--framer-font-weight-italic:300;--framer-letter-spacing:1.2px;--framer-line-height:2em;--framer-paragraph-spacing:20px;--framer-text-alignment:left;--framer-text-color:#303030;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper),.framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:18px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:300;--framer-font-weight-bold:400;--framer-font-weight-bold-italic:400;--framer-font-weight-italic:300;--framer-letter-spacing:1px;--framer-line-height:2em;--framer-paragraph-spacing:20px;--framer-text-alignment:left;--framer-text-color:#303030;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:1199px) and (min-width:810px){.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper),.framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:4px;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:#8d8271;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper),.framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:4px;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:#8d8271;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (min-width:810px) and (max-width:1199px){.framer-W8jCg.framer-18zyl1h{width:810px}.framer-W8jCg .framer-zppicy{order:0}.framer-W8jCg .framer-17tsede-container{order:1}.framer-W8jCg .framer-1ah6bjg{order:2}.framer-W8jCg .framer-19fzbm5{top:calc(50% - 109px)}.framer-W8jCg .framer-1rm3ruj{left:50%}.framer-W8jCg .framer-1xfttk7-container{order:3}.framer-W8jCg .framer-7lyjl5-container{order:4}.framer-W8jCg .framer-v540ar{order:5}.framer-W8jCg .framer-6vbtli{padding:120px 0 80px}.framer-W8jCg .framer-136p8nw,.framer-W8jCg .framer-1yt4fpm{width:55%}.framer-W8jCg .framer-1sgllww{aspect-ratio:unset;height:min-content}.framer-W8jCg .framer-14m7d7m{bottom:unset;height:411px;left:unset;width:298px;top:calc(29.1209% - 205.5px)}.framer-W8jCg .framer-jznuce{flex:none;height:546px}.framer-W8jCg .framer-1w3la64{height:var(--framer-aspect-ratio-supported,445px)}.framer-W8jCg .framer-1c942cp{height:75%;width:unset;top:-74px;left:0;right:0}.framer-W8jCg .framer-it6akq{flex:none;height:445px}.framer-W8jCg .framer-53580w{gap:unset;justify-content:space-between}.framer-W8jCg .framer-17m50x5{width:50%}.framer-W8jCg .framer-sml3dv{aspect-ratio:unset;justify-content:flex-end;align-self:stretch;height:auto}.framer-W8jCg .framer-7doebx{bottom:unset;height:518px;left:unset;width:325px;top:calc(42.7061% - 259px)}.framer-W8jCg .framer-r578ol{flex:none;height:min-content}.framer-W8jCg .framer-5aoa8d-container{order:6}.framer-W8jCg .framer-yzjteo-container{order:7;width:100%}.framer-W8jCg .framer-dgyb22-container{order:8}}@media (max-width:809px){.framer-W8jCg.framer-18zyl1h{width:390px}.framer-W8jCg .framer-zppicy{order:0}.framer-W8jCg .framer-17tsede-container{order:1}.framer-W8jCg .framer-1ah6bjg{flex-direction:column;order:2}.framer-W8jCg .framer-19fzbm5{width:94%;height:154px;top:calc(50% - 77px);left:2.94872%}.framer-W8jCg .framer-xab6kj{flex:none;width:100%;height:100vh}.framer-W8jCg .framer-1xfttk7-container{order:3}.framer-W8jCg .framer-7lyjl5-container{order:4}.framer-W8jCg .framer-v540ar{order:5;padding:0 24px}.framer-W8jCg .framer-6vbtli{flex-direction:column;align-content:flex-start;align-items:flex-start;padding:120px 0 80px}.framer-W8jCg .framer-136p8nw{gap:40px;width:100%}.framer-W8jCg .framer-1sgllww{aspect-ratio:unset;flex:none;width:100%;height:min-content;padding:40px 0 0}.framer-W8jCg .framer-14m7d7m{bottom:unset;height:286px;left:unset;right:unset;top:unset;order:0;width:342px;position:relative}.framer-W8jCg .framer-jznuce{flex:none;order:1;justify-content:flex-start;height:min-content}.framer-W8jCg .framer-61gn15{width:min-content}.framer-W8jCg .framer-ss6iq4{flex-direction:column;padding:80px 0}.framer-W8jCg .framer-1w3la64{aspect-ratio:unset;flex:none;order:1;width:100%;height:min-content;padding:60px 0 0}.framer-W8jCg .framer-1c942cp{height:287px;left:unset;top:unset;order:0;width:342px;position:relative}.framer-W8jCg .framer-it6akq{flex:none;order:1;height:min-content}.framer-W8jCg .framer-1yt4fpm{order:0;gap:40px;width:100%}.framer-W8jCg .framer-53580w{flex-direction:column}.framer-W8jCg .framer-17m50x5{width:100%}.framer-W8jCg .framer-sml3dv{aspect-ratio:unset;flex:none;gap:80px;width:100%;height:min-content;padding:40px 0 0}.framer-W8jCg .framer-7doebx{bottom:unset;height:325px;left:unset;right:unset;top:unset;width:340px;position:relative}.framer-W8jCg .framer-r578ol{flex:none;height:74px}.framer-W8jCg .framer-dfwb2k{align-content:flex-start;align-items:flex-start}.framer-W8jCg .framer-5aoa8d-container{order:6}.framer-W8jCg .framer-yzjteo-container{order:7}.framer-W8jCg .framer-dgyb22-container{order:8}}.ssr-variant{display:contents}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-D7Sw9.framer-1l4ykt2,.framer-D7Sw9 .framer-1l4ykt2{display:block}.framer-D7Sw9.framer-jtil9k{-webkit-tap-highlight-color:#0000;flex-flow:row;place-content:center;align-items:center;gap:10px;width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-D7Sw9 .framer-e3uk32{-webkit-tap-highlight-color:#0000;flex-flow:row;flex:none;place-content:center;align-items:center;gap:0;width:390px;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-D7Sw9 .framer-1sztfgk{flex-flow:row;flex:1 0 0;place-content:center;align-items:center;gap:10px;width:1px;max-width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-17xp2pp{z-index:1;flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:min-content;height:98px;padding:0;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;overflow:visible}.framer-D7Sw9 .framer-12atlt8-container{z-index:1;flex:none;width:309px;height:85px;position:relative}.framer-D7Sw9 .framer-txsawu,.framer-D7Sw9 .framer-18sk01r{flex:none;width:100px;height:98px;text-decoration:none;position:absolute;top:calc(50% - 49px);left:calc(50% - 50px);overflow:visible}.framer-D7Sw9 .framer-148zm71,.framer-D7Sw9 .framer-15h2rli{flex-flow:row;flex:1 0 0;place-content:center;align-items:center;gap:10px;width:1px;height:80px;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-aogyy0{cursor:pointer;flex:none;width:24px;height:26px;position:absolute;top:calc(92.5% - 13px);right:-2702px;overflow:visible}.framer-D7Sw9 .framer-6mk9xk{cursor:pointer;flex:none;width:24px;height:24px;position:absolute;top:calc(50% - 12px);right:12px;overflow:visible}.framer-D7Sw9 .framer-1jdmj4v-container{z-index:1;flex:none;position:absolute;inset:0}.framer-D7Sw9 .framer-16xvlvm{flex-flow:column;flex:none;place-content:center;align-items:center;gap:10px;width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-1re094e{flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:1152px;max-width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-1514eam{z-index:1;flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:47px;height:min-content;padding:0;text-decoration:none;display:flex;position:absolute;top:50%;left:50%;overflow:visible}.framer-D7Sw9 .framer-hmqlec-container{z-index:1;flex:none;width:191%;height:auto;position:relative}.framer-D7Sw9 .framer-v34mh5{flex-flow:row;flex:none;place-content:center flex-start;align-items:center;gap:40px;width:min-content;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-3tvh1h,.framer-D7Sw9 .framer-zyg8tz,.framer-D7Sw9 .framer-1205nb6,.framer-D7Sw9 .framer-7bqjas,.framer-D7Sw9 .framer-138xrun{white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-D7Sw9 .framer-1k3kw1m{flex:none;width:24px;height:26px;position:absolute;top:calc(92.5% - 13px);right:-2702px;overflow:visible}.framer-D7Sw9 .framer-1t9eoh9-container{aspect-ratio:1;height:var(--framer-aspect-ratio-supported,27px);z-index:1;flex:none;position:absolute;top:52%;left:0;right:0}.framer-D7Sw9 .framer-1fthvg1{flex-flow:row;flex:none;place-content:center flex-end;align-items:center;gap:40px;width:min-content;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-D7Sw9 .framer-cwhyr3-container,.framer-D7Sw9 .framer-kcle04-container{flex:none;width:auto;height:auto;position:relative}.framer-D7Sw9.framer-v-1e2cp8z.framer-jtil9k{width:810px}.framer-D7Sw9.framer-v-1e2cp8z .framer-16xvlvm{width:809px}.framer-D7Sw9.framer-v-1e2cp8z .framer-1re094e{width:97%}.framer-D7Sw9.framer-v-1e2cp8z .framer-v34mh5,.framer-D7Sw9.framer-v-1e2cp8z .framer-1fthvg1{gap:24px}.framer-D7Sw9.framer-v-iffq21.framer-jtil9k{width:390px}.framer-D7Sw9.framer-v-iffq21 .framer-1re094e{height:calc(var(--framer-viewport-height,100vh)*.55);flex-direction:column;justify-content:flex-start;gap:24px;width:390px}.framer-D7Sw9.framer-v-iffq21 .framer-1514eam{order:0;top:-9px}.framer-D7Sw9.framer-v-iffq21 .framer-hmqlec-container{order:0}.framer-D7Sw9.framer-v-iffq21 .framer-18sk01r{order:1}.framer-D7Sw9.framer-v-iffq21 .framer-v34mh5{flex-direction:column;order:3;gap:24px}.framer-D7Sw9.framer-v-iffq21 .framer-15h2rli{flex:none;order:2;width:100%}.framer-D7Sw9.framer-v-iffq21 .framer-1k3kw1m{order:0;height:27px;top:calc(48.75% - 13.5px);right:12px}.framer-D7Sw9.framer-v-iffq21 .framer-1fthvg1{flex-direction:column;order:4;gap:24px}.framer-D7Sw9.framer-v-1r9xfsz.framer-jtil9k{cursor:pointer;width:390px}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-IJJ6u.framer-9waszc,.framer-IJJ6u .framer-9waszc{display:block}.framer-IJJ6u.framer-mwypip{flex-flow:column;place-content:center;align-items:center;gap:0;width:309px;height:min-content;min-height:39px;padding:0;display:flex;position:relative;overflow:hidden}.framer-IJJ6u.framer-v-19ulpgg.framer-mwypip{width:47px;min-height:98px}body{--framer-will-change-override:none}@supports (background:-webkit-named-image(i)) and (not (grid-template-rows:subgrid)){body{--framer-will-change-override:transform}}body{--framer-will-change-filter-override:none}@supports (background:-webkit-named-image(i)) and (not (position-area:top right)){body{--framer-will-change-filter-override:filter}}[data-framer-component-type]{position:absolute}[data-framer-component-type=Text]{cursor:inherit}[data-framer-component-text-autosized] *{white-space:pre}[data-framer-component-type=Text]>*{text-align:var(--framer-text-alignment,start)}[data-framer-component-type=Text] span span,[data-framer-component-type=Text] p span,[data-framer-component-type=Text] h1 span,[data-framer-component-type=Text] h2 span,[data-framer-component-type=Text] h3 span,[data-framer-component-type=Text] h4 span,[data-framer-component-type=Text] h5 span,[data-framer-component-type=Text] h6 span{display:block}[data-framer-component-type=Text] span span span,[data-framer-component-type=Text] p span span,[data-framer-component-type=Text] h1 span span,[data-framer-component-type=Text] h2 span span,[data-framer-component-type=Text] h3 span span,[data-framer-component-type=Text] h4 span span,[data-framer-component-type=Text] h5 span span,[data-framer-component-type=Text] h6 span span{display:unset}[data-framer-component-type=Text] div div span,[data-framer-component-type=Text] a div span,[data-framer-component-type=Text] span span span,[data-framer-component-type=Text] p span span,[data-framer-component-type=Text] h1 span span,[data-framer-component-type=Text] h2 span span,[data-framer-component-type=Text] h3 span span,[data-framer-component-type=Text] h4 span span,[data-framer-component-type=Text] h5 span span,[data-framer-component-type=Text] h6 span span,[data-framer-component-type=Text] a{font-family:var(--font-family);font-style:var(--font-style);font-weight:min(calc(var(--framer-font-weight-increase,0) + var(--font-weight,400)),900);color:var(--text-color);letter-spacing:var(--letter-spacing);font-size:var(--font-size);text-transform:var(--text-transform);--text-decoration:var(--framer-text-decoration-style,solid)var(--framer-text-decoration,none)var(--framer-text-decoration-color,currentcolor)var(--framer-text-decoration-thickness,auto);--text-decoration-skip-ink:var(--framer-text-decoration-skip-ink);--text-underline-offset:var(--framer-text-decoration-offset);line-height:var(--line-height);--font-family:var(--framer-font-family);--font-style:var(--framer-font-style);--font-weight:var(--framer-font-weight);--text-color:var(--framer-text-color);--letter-spacing:var(--framer-letter-spacing);--font-size:var(--framer-font-size);--text-transform:var(--framer-text-transform);--line-height:var(--framer-line-height)}[data-framer-component-type=Text] a,[data-framer-component-type=Text] a div span,[data-framer-component-type=Text] a span span span,[data-framer-component-type=Text] a p span span,[data-framer-component-type=Text] a h1 span span,[data-framer-component-type=Text] a h2 span span,[data-framer-component-type=Text] a h3 span span,[data-framer-component-type=Text] a h4 span span,[data-framer-component-type=Text] a h5 span span,[data-framer-component-type=Text] a h6 span span{--font-family:var(--framer-link-font-family,var(--framer-font-family));--font-style:var(--framer-link-font-style,var(--framer-font-style));--font-weight:var(--framer-link-font-weight,var(--framer-font-weight));--text-color:var(--framer-link-text-color,var(--framer-text-color));--font-size:var(--framer-link-font-size,var(--framer-font-size));--text-transform:var(--framer-link-text-transform,var(--framer-text-transform));--text-decoration:var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,solid))var(--framer-link-text-decoration,var(--framer-text-decoration,none))var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,currentcolor))var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,auto));--text-decoration-skip-ink:var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink));--text-underline-offset:var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset))}[data-framer-component-type=Text] a:hover,[data-framer-component-type=Text] a div span:hover,[data-framer-component-type=Text] a span span span:hover,[data-framer-component-type=Text] a p span span:hover,[data-framer-component-type=Text] a h1 span span:hover,[data-framer-component-type=Text] a h2 span span:hover,[data-framer-component-type=Text] a h3 span span:hover,[data-framer-component-type=Text] a h4 span span:hover,[data-framer-component-type=Text] a h5 span span:hover,[data-framer-component-type=Text] a h6 span span:hover{--font-family:var(--framer-link-hover-font-family,var(--framer-link-font-family,var(--framer-font-family)));--font-style:var(--framer-link-hover-font-style,var(--framer-link-font-style,var(--framer-font-style)));--font-weight:var(--framer-link-hover-font-weight,var(--framer-link-font-weight,var(--framer-font-weight)));--text-color:var(--framer-link-hover-text-color,var(--framer-link-text-color,var(--framer-text-color)));--font-size:var(--framer-link-hover-font-size,var(--framer-link-font-size,var(--framer-font-size)));--text-transform:var(--framer-link-hover-text-transform,var(--framer-link-text-transform,var(--framer-text-transform)));--text-decoration:var(--framer-link-hover-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,solid)))var(--framer-link-hover-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)))var(--framer-link-hover-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,currentcolor)))var(--framer-link-hover-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,auto)));--text-decoration-skip-ink:var(--framer-link-hover-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink)));--text-underline-offset:var(--framer-link-hover-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset)))}[data-framer-component-type=Text].isCurrent a,[data-framer-component-type=Text].isCurrent a div span,[data-framer-component-type=Text].isCurrent a span span span,[data-framer-component-type=Text].isCurrent a p span span,[data-framer-component-type=Text].isCurrent a h1 span span,[data-framer-component-type=Text].isCurrent a h2 span span,[data-framer-component-type=Text].isCurrent a h3 span span,[data-framer-component-type=Text].isCurrent a h4 span span,[data-framer-component-type=Text].isCurrent a h5 span span,[data-framer-component-type=Text].isCurrent a h6 span span{--font-family:var(--framer-link-current-font-family,var(--framer-link-font-family,var(--framer-font-family)));--font-style:var(--framer-link-current-font-style,var(--framer-link-font-style,var(--framer-font-style)));--font-weight:var(--framer-link-current-font-weight,var(--framer-link-font-weight,var(--framer-font-weight)));--text-color:var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-text-color)));--font-size:var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size)));--text-transform:var(--framer-link-current-text-transform,var(--framer-link-text-transform,var(--framer-text-transform)));--text-decoration:var(--framer-link-current-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,solid)))var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)))var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,currentcolor)))var(--framer-link-current-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,auto)));--text-decoration-skip-ink:var(--framer-link-current-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink)));--text-underline-offset:var(--framer-link-current-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset)))}[data-framer-component-type=RichTextContainer]{outline:none;flex-direction:column;flex-shrink:0;justify-content:flex-start;display:flex}p.framer-text,div.framer-text,figure.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,ol.framer-text,ul.framer-text{margin:0;padding:0}p.framer-text,div.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,li.framer-text,ol.framer-text,ul.framer-text,mark.framer-text,span.framer-text:not([data-text-fill]){font-family:var(--framer-font-family-preview,var(--framer-blockquote-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif)));font-style:var(--framer-font-style-preview,var(--framer-blockquote-font-style,var(--framer-font-style,normal)));font-weight:var(--framer-font-weight-preview,var(--framer-blockquote-font-weight,var(--framer-font-weight,400)));color:var(--framer-blockquote-text-color,var(--framer-text-color,#000));font-size:calc(var(--framer-blockquote-font-size,var(--framer-font-size,16px))*var(--framer-font-size-scale,1));letter-spacing:var(--framer-blockquote-letter-spacing,var(--framer-letter-spacing,0));text-transform:var(--framer-blockquote-text-transform,var(--framer-text-transform,none));-webkit-text-decoration-line:var(--framer-blockquote-text-decoration,var(--framer-text-decoration,initial));text-decoration-line:var(--framer-blockquote-text-decoration,var(--framer-text-decoration,initial));-webkit-text-decoration-style:var(--framer-blockquote-text-decoration-style,var(--framer-text-decoration-style,initial));text-decoration-style:var(--framer-blockquote-text-decoration-style,var(--framer-text-decoration-style,initial));-webkit-text-decoration-color:var(--framer-blockquote-text-decoration-color,var(--framer-text-decoration-color,initial));text-decoration-color:var(--framer-blockquote-text-decoration-color,var(--framer-text-decoration-color,initial));text-decoration-thickness:var(--framer-blockquote-text-decoration-thickness,var(--framer-text-decoration-thickness,initial));text-decoration-skip-ink:var(--framer-blockquote-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink,initial));text-underline-offset:var(--framer-blockquote-text-decoration-offset,var(--framer-text-decoration-offset,initial));line-height:var(--framer-blockquote-line-height,var(--framer-line-height,1.2em));text-align:var(--framer-blockquote-text-alignment,var(--framer-text-alignment,start));-webkit-text-stroke-width:var(--framer-text-stroke-width,initial);-webkit-text-stroke-color:var(--framer-text-stroke-color,initial);-moz-font-feature-settings:var(--framer-font-open-type-features,initial);-webkit-font-feature-settings:var(--framer-font-open-type-features,initial);font-feature-settings:var(--framer-font-open-type-features,initial);font-variation-settings:var(--framer-font-variation-axes-preview,var(--framer-font-variation-axes,normal));text-wrap:var(--framer-text-wrap-override,var(--framer-text-wrap))}mark.framer-text,p.framer-text,div.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,li.framer-text,ol.framer-text,ul.framer-text{background-color:var(--framer-blockquote-text-background-color,var(--framer-text-background-color,initial));border-radius:var(--framer-blockquote-text-background-radius,var(--framer-text-background-radius,initial));corner-shape:var(--framer-blockquote-text-background-corner-shape,var(--framer-text-background-corner-shape,initial));padding:var(--framer-blockquote-text-background-padding,var(--framer-text-background-padding,initial))}@supports not (color:color(display-p3 1 1 1)){p.framer-text,div.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,li.framer-text,ol.framer-text,ul.framer-text,span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))));-webkit-text-stroke-color:var(--framer-text-stroke-color-rgb,var(--framer-text-stroke-color,initial))}mark.framer-text{background-color:var(--framer-blockquote-text-background-color-rgb,var(--framer-blockquote-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))}}.framer-fit-text .framer-text{white-space:nowrap;white-space-collapse:preserve}strong.framer-text{font-family:var(--framer-blockquote-font-family-bold,var(--framer-font-family-bold));font-style:var(--framer-blockquote-font-style-bold,var(--framer-font-style-bold));font-weight:var(--framer-blockquote-font-weight-bold,var(--framer-font-weight-bold,bolder));font-variation-settings:var(--framer-blockquote-font-variation-axes-bold,var(--framer-font-variation-axes-bold))}em.framer-text{font-family:var(--framer-blockquote-font-family-italic,var(--framer-font-family-italic));font-style:var(--framer-blockquote-font-style-italic,var(--framer-font-style-italic,italic));font-weight:var(--framer-blockquote-font-weight-italic,var(--framer-font-weight-italic));font-variation-settings:var(--framer-blockquote-font-variation-axes-italic,var(--framer-font-variation-axes-italic))}em.framer-text>strong.framer-text{font-family:var(--framer-blockquote-font-family-bold-italic,var(--framer-font-family-bold-italic));font-style:var(--framer-blockquote-font-style-bold-italic,var(--framer-font-style-bold-italic,italic));font-weight:var(--framer-blockquote-font-weight-bold-italic,var(--framer-font-weight-bold-italic,bolder));font-variation-settings:var(--framer-blockquote-font-variation-axes-bold-italic,var(--framer-font-variation-axes-bold-italic))}p.framer-text:not(:first-child),div.framer-text:not(:first-child),h1.framer-text:not(:first-child),h2.framer-text:not(:first-child),h3.framer-text:not(:first-child),h4.framer-text:not(:first-child),h5.framer-text:not(:first-child),h6.framer-text:not(:first-child),ol.framer-text:not(:first-child),ul.framer-text:not(:first-child),blockquote.framer-text:not(:first-child),table.framer-text:not(:first-child),figure.framer-text:not(:first-child),.framer-image.framer-text:not(:first-child){margin-top:var(--framer-blockquote-paragraph-spacing,var(--framer-paragraph-spacing,0))}li.framer-text>ul.framer-text:nth-child(2),li.framer-text>ol.framer-text:nth-child(2){margin-top:0}.framer-text[data-text-fill]{-webkit-text-fill-color:transparent;padding:max(0em,calc(calc(1.3em - var(--framer-blockquote-line-height,var(--framer-line-height,1.3em)))/2));margin:min(0em,calc(calc(1.3em - var(--framer-blockquote-line-height,var(--framer-line-height,1.3em)))/-2));-webkit-background-clip:text;background-clip:text;display:inline-block}code.framer-text,code.framer-text span.framer-text:not([data-text-fill]){font-family:var(--framer-code-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif));font-style:var(--framer-blockquote-font-style,var(--framer-code-font-style,var(--framer-font-style,normal)));font-weight:var(--framer-blockquote-font-weight,var(--framer-code-font-weight,var(--framer-font-weight,400)));color:var(--framer-blockquote-text-color,var(--framer-code-text-color,var(--framer-text-color,#000)));font-size:calc(var(--framer-blockquote-font-size,var(--framer-font-size,16px))*var(--framer-font-size-scale,1));letter-spacing:var(--framer-blockquote-letter-spacing,var(--framer-letter-spacing,0));line-height:var(--framer-blockquote-line-height,var(--framer-line-height,1.2em))}@supports not (color:color(display-p3 1 1 1)){code.framer-text,code.framer-text span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))}}blockquote.framer-text{unicode-bidi:initial;margin-block-start:initial;margin-block-end:initial;margin-inline-start:initial;margin-inline-end:initial}a.framer-text,a.framer-text span.framer-text:not([data-text-fill]),span.framer-text[data-nested-link],span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]){color:inherit;font-family:var(--framer-font-family-preview,var(--framer-blockquote-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif))));font-style:var(--framer-font-style-preview,var(--framer-blockquote-font-style,var(--framer-link-font-style,var(--framer-font-style,normal))));font-weight:var(--framer-font-weight-preview,var(--framer-blockquote-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400))));font-size:calc(var(--framer-blockquote-font-size,var(--framer-font-size,16px))*var(--framer-font-size-scale,1));text-transform:var(--framer-blockquote-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none)));cursor:var(--framer-custom-cursors,pointer);background-color:initial;border-radius:var(--framer-link-text-background-radius,initial);corner-shape:var(--framer-link-text-background-corner-shape,initial);padding:var(--framer-link-text-background-padding,initial)}a.framer-text,span.framer-text[data-nested-link]{color:var(--framer-blockquote-text-color,var(--framer-link-text-color,var(--framer-text-color,#000)));-webkit-text-decoration-line:var(--framer-blockquote-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial)));text-decoration-line:var(--framer-blockquote-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial)));-webkit-text-decoration-style:var(--framer-blockquote-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial)));text-decoration-style:var(--framer-blockquote-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial)));-webkit-text-decoration-color:var(--framer-blockquote-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial)));text-decoration-color:var(--framer-blockquote-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial)));text-decoration-thickness:var(--framer-blockquote-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,initial)));text-decoration-skip-ink:var(--framer-blockquote-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink,initial)));text-underline-offset:var(--framer-blockquote-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset,initial)));background-color:var(--framer-link-text-background-color,initial)}@supports not (color:color(display-p3 1 1 1)){a.framer-text,span.framer-text[data-nested-link]{color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))));background-color:var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial));-webkit-text-decoration-color:var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))));text-decoration-color:var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))}}code.framer-text a.framer-text,code.framer-text a.framer-text span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-nested-link],code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]){font-family:var(--framer-code-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif));font-style:var(--framer-blockquote-font-style,var(--framer-code-font-style,var(--framer-font-style,normal)));font-weight:var(--framer-blockquote-font-weight,var(--framer-code-font-weight,var(--framer-font-weight,400)));color:inherit;font-size:calc(var(--framer-blockquote-font-size,var(--framer-font-size,16px))*var(--framer-font-size-scale,1))}code.framer-text a.framer-text,code.framer-text span.framer-text[data-nested-link]{color:var(--framer-blockquote-text-color,var(--framer-link-text-color,var(--framer-code-text-color,var(--framer-text-color,#000))))}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text,code.framer-text a.framer-text span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-nested-link],code.framer-text span.framer-text[data-nested-link] span.framer-text:not([data-text-fill]){color:var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))}}a.framer-text:hover,a.framer-text:hover span.framer-text:not([data-text-fill]),span.framer-text[data-nested-link]:hover,span.framer-text[data-nested-link]:hover span.framer-text:not([data-text-fill]){font-family:var(--framer-font-family-preview,var(--framer-link-hover-font-family,var(--framer-blockquote-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif)))));font-style:var(--framer-font-style-preview,var(--framer-link-hover-font-style,var(--framer-blockquote-font-style,var(--framer-link-font-style,var(--framer-font-style,normal)))));font-weight:var(--framer-font-weight-preview,var(--framer-link-hover-font-weight,var(--framer-blockquote-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400)))));font-size:calc(var(--framer-link-hover-font-size,var(--framer-blockquote-font-size,var(--framer-font-size,16px)))*var(--framer-font-size-scale,1));text-transform:var(--framer-link-hover-text-transform,var(--framer-blockquote-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none))));border-radius:var(--framer-link-hover-text-background-radius,var(--framer-link-text-background-radius,var(--framer-text-background-radius,initial)));corner-shape:var(--framer-link-hover-text-background-corner-shape,var(--framer-link-text-background-corner-shape,var(--framer-text-background-corner-shape,initial)));padding:var(--framer-link-hover-text-background-padding,var(--framer-link-text-background-padding,var(--framer-text-background-padding,initial)))}a.framer-text:hover,span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color,var(--framer-blockquote-text-color,var(--framer-link-text-color,var(--framer-text-color,#000))));-webkit-text-decoration-line:var(--framer-link-hover-text-decoration,var(--framer-blockquote-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial))));text-decoration-line:var(--framer-link-hover-text-decoration,var(--framer-blockquote-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial))));-webkit-text-decoration-style:var(--framer-link-hover-text-decoration-style,var(--framer-blockquote-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial))));text-decoration-style:var(--framer-link-hover-text-decoration-style,var(--framer-blockquote-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color,var(--framer-blockquote-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial))));text-decoration-color:var(--framer-link-hover-text-decoration-color,var(--framer-blockquote-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial))));text-decoration-thickness:var(--framer-link-hover-text-decoration-thickness,var(--framer-blockquote-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,initial))));text-decoration-skip-ink:var(--framer-link-hover-text-decoration-skip-ink,var(--framer-blockquote-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink,initial))));text-underline-offset:var(--framer-link-hover-text-decoration-offset,var(--framer-blockquote-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset,initial))));background-color:var(--framer-link-hover-text-background-color,var(--framer-link-text-background-color,var(--framer-text-background-color,initial)))}@supports not (color:color(display-p3 1 1 1)){a.framer-text:hover,span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))));text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))}}code.framer-text a.framer-text:hover,code.framer-text span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color,var(--framer-blockquote-text-color,var(--framer-link-text-color,var(--framer-code-text-color,var(--framer-text-color,#000)))))}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text:hover,code.framer-text span.framer-text[data-nested-link]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-blockquote-text-color-rgb,var(--framer-blockquote-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))))}}a.framer-text[data-framer-page-link-current],a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),span.framer-text[data-framer-page-link-current],span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]){font-family:var(--framer-font-family-preview,var(--framer-link-current-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif))));font-style:var(--framer-font-style-preview,var(--framer-link-current-font-style,var(--framer-link-font-style,var(--framer-font-style,normal))));font-weight:var(--framer-font-weight-preview,var(--framer-link-current-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400))));font-size:calc(var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size,16px)))*var(--framer-font-size-scale,1));text-transform:var(--framer-link-current-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none)));border-radius:var(--framer-link-current-text-background-radius,var(--framer-link-text-background-radius,initial));corner-shape:var(--framer-link-current-text-background-corner-shape,var(--framer-link-text-background-corner-shape,initial));padding:var(--framer-link-current-text-background-padding,var(--framer-link-text-background-padding,initial))}a.framer-text[data-framer-page-link-current],span.framer-text[data-framer-page-link-current]{color:var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-text-color,#000)));-webkit-text-decoration-line:var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial)));text-decoration-line:var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial)));-webkit-text-decoration-style:var(--framer-link-current-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial)));text-decoration-style:var(--framer-link-current-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial)));-webkit-text-decoration-color:var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial)));text-decoration-color:var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial)));text-decoration-thickness:var(--framer-link-current-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,initial)));text-decoration-skip-ink:var(--framer-link-current-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink,initial)));text-underline-offset:var(--framer-link-current-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset,initial)));background-color:var(--framer-link-current-text-background-color,var(--framer-link-text-background-color,var(--framer-text-background-color,initial)))}@supports not (color:color(display-p3 1 1 1)){a.framer-text[data-framer-page-link-current],span.framer-text[data-framer-page-link-current]{color:var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))));background-color:var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))));text-decoration-color:var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))}}code.framer-text a.framer-text[data-framer-page-link-current],code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-framer-page-link-current],code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]){font-family:var(--framer-code-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif));font-style:var(--framer-code-font-style,var(--framer-font-style,normal));font-weight:var(--framer-code-font-weight,var(--framer-font-weight,400));color:inherit;font-size:calc(var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size,16px)))*var(--framer-font-size-scale,1))}code.framer-text a.framer-text[data-framer-page-link-current],code.framer-text span.framer-text[data-framer-page-link-current]{color:var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-code-text-color,var(--framer-text-color,#000))))}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text[data-framer-page-link-current],code.framer-text a.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-framer-page-link-current],code.framer-text span.framer-text[data-framer-page-link-current] span.framer-text:not([data-text-fill]){color:var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))));background-color:var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,var(--framer-text-background-color-rgb,var(--framer-text-background-color,initial))))))}}a.framer-text[data-framer-page-link-current]:hover,a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),span.framer-text[data-framer-page-link-current]:hover,span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]){color:inherit;font-family:var(--framer-font-family-preview,var(--framer-link-hover-font-family,var(--framer-link-current-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif)))));font-style:var(--framer-font-style-preview,var(--framer-link-hover-font-style,var(--framer-link-current-font-style,var(--framer-link-font-style,var(--framer-font-style,normal)))));font-weight:var(--framer-font-weight-preview,var(--framer-link-hover-font-weight,var(--framer-link-current-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400)))));font-size:calc(var(--framer-link-hover-font-size,var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size,16px))))*var(--framer-font-size-scale,1));text-transform:var(--framer-link-hover-text-transform,var(--framer-link-current-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none))));border-radius:var(--framer-link-hover-text-background-radius,var(--framer-link-current-text-background-radius,var(--framer-link-text-background-radius,initial)));corner-shape:var(--framer-link-hover-text-background-corner-shape,var(--framer-link-current-text-background-corner-shape,var(--framer-link-text-background-corner-shape,initial)));padding:var(--framer-link-hover-text-background-padding,var(--framer-link-current-text-background-padding,var(--framer-link-text-background-padding,initial)))}a.framer-text[data-framer-page-link-current]:hover,span.framer-text[data-framer-page-link-current]:hover{color:var(--framer-link-hover-text-color,var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-text-color,#000))));-webkit-text-decoration-line:var(--framer-link-hover-text-decoration,var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial))));text-decoration-line:var(--framer-link-hover-text-decoration,var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,initial))));-webkit-text-decoration-style:var(--framer-link-hover-text-decoration-style,var(--framer-link-current-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial))));text-decoration-style:var(--framer-link-hover-text-decoration-style,var(--framer-link-current-text-decoration-style,var(--framer-link-text-decoration-style,var(--framer-text-decoration-style,initial))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial))));text-decoration-color:var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color,initial))));text-decoration-thickness:var(--framer-link-hover-text-decoration-thickness,var(--framer-link-current-text-decoration-thickness,var(--framer-link-text-decoration-thickness,var(--framer-text-decoration-thickness,initial))));text-decoration-skip-ink:var(--framer-link-hover-text-decoration-skip-ink,var(--framer-link-current-text-decoration-skip-ink,var(--framer-link-text-decoration-skip-ink,var(--framer-text-decoration-skip-ink,initial))));text-underline-offset:var(--framer-link-hover-text-decoration-offset,var(--framer-link-current-text-decoration-offset,var(--framer-link-text-decoration-offset,var(--framer-text-decoration-offset,initial))));background-color:var(--framer-link-hover-text-background-color,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color,initial)))}@supports not (color:color(display-p3 1 1 1)){a.framer-text[data-framer-page-link-current]:hover,span.framer-text[data-framer-page-link-current]:hover{color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial))))));-webkit-text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))));text-decoration-color:var(--framer-link-hover-text-decoration-color-rgb,var(--framer-link-hover-text-decoration-color,var(--framer-link-current-text-decoration-color-rgb,var(--framer-link-current-text-decoration-color,var(--framer-link-text-decoration-color-rgb,var(--framer-link-text-decoration-color,var(--framer-text-decoration-color-rgb,var(--framer-text-decoration-color,currentcolor))))))))}}code.framer-text a.framer-text[data-framer-page-link-current]:hover,code.framer-text span.framer-text[data-framer-page-link-current]:hover{color:var(--framer-link-hover-text-color,var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-code-text-color,var(--framer-text-color,#000)))))}@supports not (color:color(display-p3 1 1 1)){code.framer-text a.framer-text[data-framer-page-link-current]:hover,code.framer-text a.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]),code.framer-text span.framer-text[data-framer-page-link-current]:hover,code.framer-text span.framer-text[data-framer-page-link-current]:hover span.framer-text:not([data-text-fill]){color:var(--framer-link-hover-text-color-rgb,var(--framer-link-hover-text-color,var(--framer-link-current-text-color-rgb,var(--framer-link-current-text-color,var(--framer-link-text-color-rgb,var(--framer-link-text-color,var(--framer-code-text-color-rgb,var(--framer-code-text-color,var(--framer-text-color-rgb,var(--framer-text-color,#000))))))))));background-color:var(--framer-link-hover-text-background-color-rgb,var(--framer-link-hover-text-background-color,var(--framer-link-current-text-background-color-rgb,var(--framer-link-current-text-background-color,var(--framer-link-text-background-color-rgb,var(--framer-link-text-background-color,initial))))))}}.framer-image.framer-text{max-width:100%;height:auto;display:block}.text-styles-preset-reset.framer-text{--framer-font-family:Inter,Inter Placeholder,sans-serif;--framer-font-style:normal;--framer-font-weight:500;--framer-text-color:#000;--framer-font-size:16px;--framer-letter-spacing:0;--framer-text-transform:none;--framer-text-decoration:none;--framer-text-decoration-style:none;--framer-text-decoration-color:none;--framer-text-decoration-thickness:none;--framer-text-decoration-skip-ink:none;--framer-text-decoration-offset:none;--framer-line-height:1.2em;--framer-text-alignment:start;--framer-font-open-type-features:normal;--framer-text-background-color:initial;--framer-text-background-radius:initial;--framer-text-background-corner-shape:initial;--framer-text-background-padding:initial}ol.framer-text{--list-style-type:decimal}ul.framer-text,ol.framer-text{padding-inline-start:0;position:relative}li.framer-text{counter-increment:list-item;padding-inline-start:2ch;list-style:none}ol.framer-text>li.framer-text:before{content:counter(list-item,var(--list-style-type))".";font-variant-numeric:tabular-nums;position:absolute;inset-inline-start:0}ol.framer-text>li.framer-text:nth-last-child(n+10),ol.framer-text>li.framer-text:nth-last-child(n+10)~li{padding-inline-start:3ch}ol.framer-text>li.framer-text:nth-last-child(n+100),ol.framer-text>li.framer-text:nth-last-child(n+100)~li{padding-inline-start:4ch}ol.framer-text>li.framer-text:nth-last-child(n+1000),ol.framer-text>li.framer-text:nth-last-child(n+1000)~li{padding-inline-start:5ch}ol.framer-text>li.framer-text:nth-last-child(n+10000),ol.framer-text>li.framer-text:nth-last-child(n+10000)~li{padding-inline-start:6ch}ol.framer-text>li.framer-text:nth-last-child(n+100000),ol.framer-text>li.framer-text:nth-last-child(n+100000)~li{padding-inline-start:7ch}ol.framer-text>li.framer-text:nth-last-child(n+1000000),ol.framer-text>li.framer-text:nth-last-child(n+1000000)~li{padding-inline-start:8ch}ul.framer-text>li.framer-text:before{content:"•";position:absolute;inset-inline-start:0}.framer-table-wrapper{overflow-x:auto}table.framer-text,.framer-table-wrapper table.framer-text{border-collapse:separate;border-spacing:0;table-layout:auto;word-break:normal;width:100%}td.framer-text,th.framer-text{vertical-align:top;min-width:16ch}.framer-text-module[data-width=fill]>:first-child,.framer-text-module[data-width=fill]>.ssr-variant>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>.ssr-variant>:first-child{width:100%!important}@supports not (aspect-ratio:1){.framer-text-module:not([data-width=fit])[style*=aspect-ratio]{position:relative!important}.framer-text-module:not([data-width=fit])[style*=aspect-ratio]:before{content:"";padding-bottom:calc(100%/calc(var(--aspect-ratio)));display:block}.framer-text-module[data-width=fill]>:first-child,.framer-text-module[data-width=fill]>.ssr-variant>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>:first-child,.framer-text-module:not([data-width=fit])[style*=aspect-ratio]>.ssr-variant>:first-child{position:absolute;top:0;left:0;height:100%!important}}[data-framer-component-type=DeprecatedRichText]{cursor:inherit}[data-framer-component-type=DeprecatedRichText] .text-styles-preset-reset{--framer-font-family:Inter,Inter Placeholder,sans-serif;--framer-font-style:normal;--framer-font-weight:500;--framer-text-color:#000;--framer-font-size:16px;--framer-letter-spacing:0;--framer-text-transform:none;--framer-text-decoration:none;--framer-line-height:1.2em;--framer-text-alignment:start;--framer-font-open-type-features:normal;--font-variation-settings:normal}[data-framer-component-type=DeprecatedRichText] p,[data-framer-component-type=DeprecatedRichText] div,[data-framer-component-type=DeprecatedRichText] h1,[data-framer-component-type=DeprecatedRichText] h2,[data-framer-component-type=DeprecatedRichText] h3,[data-framer-component-type=DeprecatedRichText] h4,[data-framer-component-type=DeprecatedRichText] h5,[data-framer-component-type=DeprecatedRichText] h6{margin:0;padding:0}[data-framer-component-type=DeprecatedRichText] p,[data-framer-component-type=DeprecatedRichText] div,[data-framer-component-type=DeprecatedRichText] h1,[data-framer-component-type=DeprecatedRichText] h2,[data-framer-component-type=DeprecatedRichText] h3,[data-framer-component-type=DeprecatedRichText] h4,[data-framer-component-type=DeprecatedRichText] h5,[data-framer-component-type=DeprecatedRichText] h6,[data-framer-component-type=DeprecatedRichText] li,[data-framer-component-type=DeprecatedRichText] ol,[data-framer-component-type=DeprecatedRichText] ul,[data-framer-component-type=DeprecatedRichText] span:not([data-text-fill]){font-family:var(--framer-font-family,Inter,Inter Placeholder,sans-serif);font-style:var(--framer-font-style,normal);font-weight:var(--framer-font-weight,400);color:var(--framer-text-color,#000);font-size:var(--framer-font-size,16px);letter-spacing:var(--framer-letter-spacing,0);text-transform:var(--framer-text-transform,none);-webkit-text-decoration:var(--framer-text-decoration,none);text-decoration:var(--framer-text-decoration,none);line-height:var(--framer-line-height,1.2em);text-align:var(--framer-text-alignment,start)}[data-framer-component-type=DeprecatedRichText] p:not(:first-child),[data-framer-component-type=DeprecatedRichText] div:not(:first-child),[data-framer-component-type=DeprecatedRichText] h1:not(:first-child),[data-framer-component-type=DeprecatedRichText] h2:not(:first-child),[data-framer-component-type=DeprecatedRichText] h3:not(:first-child),[data-framer-component-type=DeprecatedRichText] h4:not(:first-child),[data-framer-component-type=DeprecatedRichText] h5:not(:first-child),[data-framer-component-type=DeprecatedRichText] h6:not(:first-child),[data-framer-component-type=DeprecatedRichText] ol:not(:first-child),[data-framer-component-type=DeprecatedRichText] ul:not(:first-child),[data-framer-component-type=DeprecatedRichText] .framer-image:not(:first-child){margin-top:var(--framer-paragraph-spacing,0)}[data-framer-component-type=DeprecatedRichText] span[data-text-fill]{-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}[data-framer-component-type=DeprecatedRichText] a,[data-framer-component-type=DeprecatedRichText] a span:not([data-text-fill]){font-family:var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif));font-style:var(--framer-link-font-style,var(--framer-font-style,normal));font-weight:var(--framer-link-font-weight,var(--framer-font-weight,400));color:var(--framer-link-text-color,var(--framer-text-color,#000));font-size:var(--framer-link-font-size,var(--framer-font-size,16px));text-transform:var(--framer-link-text-transform,var(--framer-text-transform,none));-webkit-text-decoration:var(--framer-link-text-decoration,var(--framer-text-decoration,none));text-decoration:var(--framer-link-text-decoration,var(--framer-text-decoration,none))}[data-framer-component-type=DeprecatedRichText] a:hover,[data-framer-component-type=DeprecatedRichText] a:hover span:not([data-text-fill]){font-family:var(--framer-link-hover-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif)));font-style:var(--framer-link-hover-font-style,var(--framer-link-font-style,var(--framer-font-style,normal)));font-weight:var(--framer-link-hover-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400)));color:var(--framer-link-hover-text-color,var(--framer-link-text-color,var(--framer-text-color,#000)));font-size:var(--framer-link-hover-font-size,var(--framer-link-font-size,var(--framer-font-size,16px)));text-transform:var(--framer-link-hover-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none)));-webkit-text-decoration:var(--framer-link-hover-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)));text-decoration:var(--framer-link-hover-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)))}[data-framer-component-type=DeprecatedRichText] a[data-framer-page-link-current],[data-framer-component-type=DeprecatedRichText] a[data-framer-page-link-current] span:not([data-text-fill]):not([data-nested-link]){font-family:var(--framer-link-current-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif)));font-style:var(--framer-link-current-font-style,var(--framer-link-font-style,var(--framer-font-style,normal)));font-weight:var(--framer-link-current-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400)));color:var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-text-color,#000)));font-size:var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size,16px)));text-transform:var(--framer-link-current-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none)));-webkit-text-decoration:var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)));text-decoration:var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none)))}[data-framer-component-type=DeprecatedRichText] a[data-framer-page-link-current]:hover,[data-framer-component-type=DeprecatedRichText] a[data-framer-page-link-current]:hover span:not([data-text-fill]):not([data-nested-link]){font-family:var(--framer-link-hover-font-family,var(--framer-link-current-font-family,var(--framer-link-font-family,var(--framer-font-family,Inter,Inter Placeholder,sans-serif))));font-style:var(--framer-link-hover-font-style,var(--framer-link-current-font-style,var(--framer-link-font-style,var(--framer-font-style,normal))));font-weight:var(--framer-link-hover-font-weight,var(--framer-link-current-font-weight,var(--framer-link-font-weight,var(--framer-font-weight,400))));color:var(--framer-link-hover-text-color,var(--framer-link-current-text-color,var(--framer-link-text-color,var(--framer-text-color,#000))));font-size:var(--framer-link-hover-font-size,var(--framer-link-current-font-size,var(--framer-link-font-size,var(--framer-font-size,16px))));text-transform:var(--framer-link-hover-text-transform,var(--framer-link-current-text-transform,var(--framer-link-text-transform,var(--framer-text-transform,none))));-webkit-text-decoration:var(--framer-link-hover-text-decoration,var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none))));text-decoration:var(--framer-link-hover-text-decoration,var(--framer-link-current-text-decoration,var(--framer-link-text-decoration,var(--framer-text-decoration,none))))}[data-framer-component-type=DeprecatedRichText] strong{font-weight:bolder}[data-framer-component-type=DeprecatedRichText] em{font-style:italic}[data-framer-component-type=DeprecatedRichText] .framer-image{max-width:100%;height:auto;display:block}[data-framer-component-type=DeprecatedRichText] ul,[data-framer-component-type=DeprecatedRichText] ol{width:100%;margin:0;padding-left:0;display:table}[data-framer-component-type=DeprecatedRichText] li{counter-increment:list-item;list-style:none;display:table-row}[data-framer-component-type=DeprecatedRichText] ol>li:before{box-sizing:border-box;content:counter(list-item)".";white-space:nowrap;width:2.25ch;padding-right:.75ch;display:table-cell}[data-framer-component-type=DeprecatedRichText] ul>li:before{box-sizing:border-box;content:"•";width:2.25ch;padding-right:.75ch;display:table-cell}:not([data-framer-generated])>[data-framer-stack-content-wrapper]>*,:not([data-framer-generated])>[data-framer-stack-content-wrapper]>[data-framer-component-type],:not([data-framer-generated])>[data-framer-stack-content-wrapper]>[data-framer-legacy-stack-gap-enabled]>*,:not([data-framer-generated])>[data-framer-stack-content-wrapper]>[data-framer-legacy-stack-gap-enabled]>[data-framer-component-type]{position:relative}.flexbox-gap-not-supported [data-framer-legacy-stack-gap-enabled=true]>*,[data-framer-legacy-stack-gap-enabled=true][data-framer-stack-flexbox-gap=false]{margin-top:calc(var(--stack-gap-y)/2);margin-bottom:calc(var(--stack-gap-y)/2);margin-right:calc(var(--stack-gap-x)/2);margin-left:calc(var(--stack-gap-x)/2)}[data-framer-stack-content-wrapper][data-framer-stack-gap-enabled=true]{row-gap:var(--stack-native-row-gap);column-gap:var(--stack-native-column-gap)}.flexbox-gap-not-supported [data-framer-stack-content-wrapper][data-framer-stack-gap-enabled=true]{row-gap:unset;column-gap:unset}.flexbox-gap-not-supported [data-framer-stack-direction-reverse=false] [data-framer-legacy-stack-gap-enabled=true]>:first-child,[data-framer-stack-direction-reverse=false] [data-framer-legacy-stack-gap-enabled=true][data-framer-stack-flexbox-gap=false]>:first-child,.flexbox-gap-not-supported [data-framer-stack-direction-reverse=true] [data-framer-legacy-stack-gap-enabled=true]>:last-child,[data-framer-stack-direction-reverse=true] [data-framer-legacy-stack-gap-enabled=true][data-framer-stack-flexbox-gap=false]>:last-child{margin-top:0;margin-left:0}.flexbox-gap-not-supported [data-framer-stack-direction-reverse=false] [data-framer-legacy-stack-gap-enabled=true]>:last-child,[data-framer-stack-direction-reverse=false] [data-framer-legacy-stack-gap-enabled=true][data-framer-stack-flexbox-gap=false]>:last-child,.flexbox-gap-not-supported [data-framer-stack-direction-reverse=true] [data-framer-legacy-stack-gap-enabled=true]>:first-child,[data-framer-stack-direction-reverse=true] [data-framer-legacy-stack-gap-enabled=true][data-framer-stack-flexbox-gap=false]>:first-child{margin-bottom:0;margin-right:0}NavigationContainer [data-framer-component-type=NavigationContainer]>*,[data-framer-component-type=NavigationContainer]>[data-framer-component-type]{position:relative}[data-framer-component-type=Scroll]::-webkit-scrollbar{display:none}[data-framer-component-type=ScrollContentWrapper]>*{position:relative}[data-framer-component-type=NativeScroll]{-webkit-overflow-scrolling:touch}[data-framer-component-type=NativeScroll]>*{position:relative}[data-framer-component-type=NativeScroll].direction-both{overflow:auto}[data-framer-component-type=NativeScroll].direction-vertical{overflow:hidden auto}[data-framer-component-type=NativeScroll].direction-horizontal{overflow:auto hidden}[data-framer-component-type=NativeScroll].direction-vertical>*{width:100%!important}[data-framer-component-type=NativeScroll].direction-horizontal>*{height:100%!important}[data-framer-component-type=NativeScroll].scrollbar-hidden::-webkit-scrollbar{display:none}[data-framer-component-type=PageContentWrapper]>*,[data-framer-component-type=PageContentWrapper]>[data-framer-component-type]{position:relative}[data-framer-component-type=DeviceComponent].no-device>*{width:100%!important;height:100%!important}[data-is-present=false],[data-is-present=false] *{pointer-events:none!important}[data-framer-cursor=pointer]{cursor:pointer}[data-framer-cursor=grab]{cursor:grab}[data-framer-cursor=grab]:active{cursor:grabbing}[data-framer-component-type=Frame] *,[data-framer-component-type=Stack] *{pointer-events:auto}[data-framer-generated] *{pointer-events:unset}.svgContainer svg{display:block}[data-reset=button]{background:0 0;border-width:0;padding:0}[data-hide-scrollbars=true]::-webkit-scrollbar{width:0;height:0}[data-hide-scrollbars=true]::-webkit-scrollbar-thumb{background:0 0}[data-hide-scrollbars=true]{scrollbar-width:none}@supports not (overflow:clip){:root{--overflow-clip-fallback:hidden}}.framer-lightbox-container{opacity:1!important;pointer-events:auto!important}@supports (background:-webkit-named-image(i)) and (not (contain-intrinsic-size:inherit)){div.framer-text,p.framer-text,h1.framer-text,h2.framer-text,h3.framer-text,h4.framer-text,h5.framer-text,h6.framer-text,ol.framer-text,ul.framer-text,li.framer-text,blockquote.framer-text,.framer-text.framer-image{display:var(--text-truncation-display-inline-for-safari-16,revert)}div.framer-text:after,p.framer-text:after,h1.framer-text:after,h2.framer-text:after,h3.framer-text:after,h4.framer-text:after,h5.framer-text:after,h6.framer-text:after,ol.framer-text:after,ul.framer-text:after,li.framer-text:after,blockquote.framer-text:after,.framer-text.framer-image:after{content:var(--text-truncation-line-break-for-safari-16);white-space:pre}.framer-text.framer-text-module,.framer-text.framer-table-wrapper{display:var(--text-truncation-display-none-for-safari-16,revert)}p.framer-text[data-text-fill]{display:var(--text-truncation-display-inline-for-safari-16,inline-block)}}@supports (corner-shape:superellipse(2)){:root{--one-if-corner-shape-supported:1}}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-rMMtI.framer-1ezq7ea,.framer-rMMtI .framer-1ezq7ea{display:block}.framer-rMMtI.framer-1jv20cm{-webkit-tap-highlight-color:#0000;cursor:pointer;flex-flow:row;place-content:center;align-items:center;gap:4px;width:min-content;height:min-content;padding:18px 24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-rMMtI .framer-1yduc51{white-space:pre;flex:none;width:auto;height:auto;position:relative}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-nvDG5.framer-1clffxn,.framer-nvDG5 .framer-1clffxn{display:block}.framer-nvDG5.framer-1mg3dsv{-webkit-tap-highlight-color:#0000;cursor:pointer;flex-flow:row;place-content:center;align-items:center;gap:4px;width:min-content;height:min-content;padding:18px 24px;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-nvDG5 .framer-x9nr0z{white-space:pre;flex:none;width:auto;height:auto;position:relative}@supports (background:-webkit-named-image(i)) and (not (font-palette:dark)){.framer-nvDG5.framer-1mg3dsv{gap:0}.framer-nvDG5.framer-1mg3dsv>*{margin:0 2px}.framer-nvDG5.framer-1mg3dsv>:first-child{margin-left:0}.framer-nvDG5.framer-1mg3dsv>:last-child{margin-right:0}}.framer-nvDG5[data-border=true]:after,.framer-nvDG5 [data-border=true]:after{content:"";border-width:var(--border-top-width,0)var(--border-right-width,0)var(--border-bottom-width,0)var(--border-left-width,0);border-color:var(--border-color,none);border-style:var(--border-style,none);box-sizing:border-box;border-radius:inherit;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}@supports (aspect-ratio:1){body{--framer-aspect-ratio-supported:auto}}.framer-5FAQs.framer-lbjni6,.framer-5FAQs .framer-lbjni6{display:block}.framer-5FAQs.framer-5cemvw{-webkit-tap-highlight-color:#0000;flex-flow:column;place-content:center;align-items:center;gap:0;width:1200px;height:min-content;padding:0 80px 40px;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-szekoi{flex-flow:column;flex:none;place-content:center;align-items:center;gap:10px;width:100%;max-width:1200px;height:min-content;padding:0;display:flex;position:relative;overflow:visible}.framer-5FAQs .framer-16eg30a{flex-flow:row;flex:none;place-content:center space-between;align-items:center;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-ss98wq{flex-flow:column;flex:none;place-content:center;align-items:center;gap:0;width:35%;height:min-content;min-height:193px;padding:171px 0;text-decoration:none;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-1633atp-container{height:calc(var(--framer-viewport-height,100vh)*.40625);z-index:1;flex:none;width:343px;position:absolute;top:calc(49.8462% - 20.3125vh);left:calc(49.8542% - 171.5px)}.framer-5FAQs .framer-lw32rw{flex-flow:column;flex:none;place-content:center;align-items:center;gap:0;width:30%;height:min-content;padding:20px 0 0;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-2u877t{flex-flow:column;flex:none;place-content:center;align-items:center;gap:4px;width:100%;height:min-content;padding:0 0 24px;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-1379n77,.framer-5FAQs .framer-1jvervq{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:none;width:100%;height:auto;position:relative}.framer-5FAQs .framer-1ilp7yw{flex:none;width:156px;height:1px;position:relative;overflow:hidden}.framer-5FAQs .framer-1ke4apl{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:12px;width:161px;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-whhkr0,.framer-5FAQs .framer-18s98u3,.framer-5FAQs .framer-1s56frn,.framer-5FAQs .framer-14gnrsv,.framer-5FAQs .framer-xvssqt,.framer-5FAQs .framer-1tekm3u{flex-flow:row;flex:none;place-content:center flex-start;align-items:center;gap:4px;width:100%;height:min-content;padding:0;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-1mrf1hi,.framer-5FAQs .framer-13p1smk,.framer-5FAQs .framer-1he5p3i,.framer-5FAQs .framer-9lvjsr,.framer-5FAQs .framer-orb99x,.framer-5FAQs .framer-1iyrika,.framer-5FAQs .framer-1udal2n,.framer-5FAQs .framer-1w63357,.framer-5FAQs .framer-17tr10g,.framer-5FAQs .framer-1pb6hao,.framer-5FAQs .framer-17dbytu{white-space:pre;flex:none;width:auto;height:auto;position:relative}.framer-5FAQs .framer-hlrpwl{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;flex:1 0 0;width:1px;height:auto;position:relative}.framer-5FAQs .framer-vy3i3c{flex-flow:column;flex:none;place-content:flex-start center;align-items:flex-start;gap:24px;width:34%;height:412px;padding:24px 0 0 24px;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-np97yc{flex-flow:row;flex:none;place-content:flex-end center;align-items:flex-end;gap:24px;width:100%;max-width:1200px;height:min-content;padding:40px 0 0;display:flex;position:relative;overflow:hidden}.framer-5FAQs .framer-r43p6z,.framer-5FAQs .framer-tjwypl,.framer-5FAQs .framer-kvyjje{will-change:var(--framer-will-change-override,transform);flex:1 0 0;width:1px;height:220px;position:relative;overflow:hidden}.framer-5FAQs .framer-87l4yv{flex-flow:row;flex:none;place-content:center;align-items:center;gap:10px;width:1040px;height:min-content;padding:24px 0 0;display:flex;position:relative;overflow:visible}.framer-5FAQs .framer-1t8lmz1{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;z-index:1;flex:none;width:1040px;height:auto;position:relative}.framer-5FAQs .framer-iukyp0{white-space:pre-wrap;word-break:break-word;word-wrap:break-word;z-index:1;flex:none;width:425px;height:auto;position:relative}.framer-5FAQs.framer-v-2t5kxy.framer-5cemvw{width:810px}.framer-5FAQs.framer-v-2t5kxy .framer-ss98wq,.framer-5FAQs.framer-v-2t5kxy .framer-lw32rw{width:33%}.framer-5FAQs.framer-v-2t5kxy .framer-1633atp-container{width:100%;height:325px;top:calc(49.8462% - 162.5px);left:-.145772%}.framer-5FAQs.framer-v-2t5kxy .framer-vy3i3c{width:46%}.framer-5FAQs.framer-v-2t5kxy .framer-1jvervq{order:0;width:230px;max-width:250px}.framer-5FAQs.framer-v-2t5kxy .framer-np97yc{gap:12px}.framer-5FAQs.framer-v-2t5kxy .framer-r43p6z,.framer-5FAQs.framer-v-2t5kxy .framer-tjwypl,.framer-5FAQs.framer-v-2t5kxy .framer-kvyjje{height:180px}.framer-5FAQs.framer-v-2t5kxy .framer-1t8lmz1{order:0;width:802px}.framer-5FAQs.framer-v-1p98kq0.framer-5cemvw{width:390px;padding:0 24px}.framer-5FAQs.framer-v-1p98kq0 .framer-16eg30a{flex-direction:column}.framer-5FAQs.framer-v-1p98kq0 .framer-ss98wq{order:2;width:99%}.framer-5FAQs.framer-v-1p98kq0 .framer-lw32rw{order:0;width:100%;padding:40px 0 0}.framer-5FAQs.framer-v-1p98kq0 .framer-vy3i3c{order:1;align-content:center;align-items:center;width:100%;height:min-content;padding:80px 0 0}.framer-5FAQs.framer-v-1p98kq0 .framer-87l4yv{flex-direction:column;width:100%}.framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper),.framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:28px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.4em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:910px){.framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper),.framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:28px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.4em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:909px) and (min-width:0){.framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper),.framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4{--framer-font-family:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-bold-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-family-italic:"Cormorant Garamond","Cormorant Garamond Placeholder",serif;--framer-font-open-type-features:normal;--framer-font-size:24px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:400;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:400;--framer-letter-spacing:0px;--framer-line-height:1.4em;--framer-paragraph-spacing:40px;--framer-text-alignment:start;--framer-text-color:#1f1f1f;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper),.framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:300;--framer-font-weight-bold:400;--framer-font-weight-bold-italic:400;--framer-font-weight-italic:300;--framer-letter-spacing:1px;--framer-line-height:2em;--framer-paragraph-spacing:20px;--framer-text-alignment:left;--framer-text-color:#303030;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:810px){.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper),.framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:18px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:300;--framer-font-weight-bold:400;--framer-font-weight-bold-italic:400;--framer-font-weight-italic:300;--framer-letter-spacing:1.2px;--framer-line-height:2em;--framer-paragraph-spacing:20px;--framer-text-alignment:left;--framer-text-color:#303030;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper),.framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:18px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:300;--framer-font-weight-bold:400;--framer-font-weight-bold-italic:400;--framer-font-weight-italic:300;--framer-letter-spacing:1px;--framer-line-height:2em;--framer-paragraph-spacing:20px;--framer-text-alignment:left;--framer-text-color:#303030;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}.framer-GDIlT .framer-styles-preset-5ol7yz:not(.rich-text-wrapper),.framer-GDIlT .framer-styles-preset-5ol7yz.rich-text-wrapper a{--framer-link-current-text-color:#303030;--framer-link-current-text-decoration:none;--framer-link-hover-text-color:#8d8271;--framer-link-hover-text-decoration:none;--framer-link-text-color:#303030;--framer-link-text-decoration:none;transition:color .6s cubic-bezier(0,0,1,1)}.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper),.framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:4px;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:#8d8271;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}@media (max-width:1199px) and (min-width:810px){.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper),.framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:4px;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:#8d8271;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}@media (max-width:809px) and (min-width:0){.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper),.framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p{--framer-font-family:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-bold-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-family-italic:"Raleway","Raleway Placeholder",sans-serif;--framer-font-open-type-features:normal;--framer-font-size:16px;--framer-font-style:normal;--framer-font-style-bold:normal;--framer-font-style-bold-italic:italic;--framer-font-style-italic:italic;--framer-font-variation-axes:normal;--framer-font-weight:500;--framer-font-weight-bold:700;--framer-font-weight-bold-italic:700;--framer-font-weight-italic:500;--framer-letter-spacing:4px;--framer-line-height:1.2em;--framer-paragraph-spacing:20px;--framer-text-alignment:start;--framer-text-color:#8d8271;--framer-text-decoration:none;--framer-text-stroke-color:initial;--framer-text-stroke-width:initial;--framer-text-transform:none}}

#__framer-editorbar-container {
    align-items: center;
    display: flex;
    gap: 8px;
    position: fixed;
    z-index: calc(2147483647);
    width: max-content;
    cursor: pointer;
}

#__framer-editorbar-label {
    background-color: #111;
    border-radius: 8px;
    font-family: "Inter", "Inter-Regular", system-ui, Arial, sans-serif;
    font-size: 12px;
    height: fit-content;
    opacity: 0;
    padding: 4px 8px;
    transition: opacity 0.4s ease-out;
    font-weight: 500;
    flex-shrink: 0;
    position: fixed;
    width: max-content;
    pointer-events: none;
    user-select: none;
}

#__framer-editorbar-button {
    all: unset;
    align-items: center;
    border-radius: 15px;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
    flex-shrink: 0;
}

#__framer-editorbar-label.__framer-editorbar-button-tooltip-visible {
    opacity: 1;
}

#__framer-editorbar-label, #__framer-editorbar-button {
    backdrop-filter: blur(10px);
    background-color: rgba(34, 34, 34, 0.8);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(255, 255, 255, 0.15) 0px 0px 0px 1px;
    color: #fff;
}

#__framer-editorbar-loading-spinner {
    width: 12px;
    height: 12px;
    -webkit-mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAApNJREFUSA2tlUtLlFEYgEe7mtFFQ8NLFBG1SJAwahtiLVy5ceVSEPQH1LZf0Lp9FO1bdYNyI7gyBFcS2kAzilYq3sfxeYZ55Zv6FGfohWfOd97vnPd23u9MXeZoaeb1Q7gPHXAFzsAS5GACxiEPqVKXqs1kmtAPQi+cAtedToz1PJ8ExxPwDl7CAlRImoN7rBiF86ABHTiGAzMIh8n3O+ifwWc4EL0n5TGTYQijvjNSxbUadozInUeGZ3nuh1WYgpIkM+hGMwYajAgdrfUn+AaLoLTCAxiAOxCZxL4RdB+gZMjxEjwHo4hS8Jh5DR9hz0mKaNizegoNEI7Wee6FXJTISG6AUgDr+QImoAiHie+mwZJow/PRps4uwnsnRj8Epqc4voVJJ8eULOtW4BFYYjPpgjc+3IWI2sh/wFeoVl6xYQ48dDGLfjOwc/ygQqz595hUMVouS9QHBm4l6k3HWpnBLqicgVrlCxujSbR1Swd+UDpQYRS/oVaZZ2MWwlZBB9Zdxf+QTYw8SRgq6sAvz7vH6JULEB9USVHFjzZskgPRQR4ayxoXXIdaHdg9HrB2rErByWxZERnYtrWUzD0esDbtTmXPhzXwHrKLxEUbYGbVyDkWWwkdadfqbPmwDXZSCyh2VAf8BM/nOOJH5Y0QopMt2I5U/KO4DZZJB47XwEX+ex0mGroMV8sLwp56gyuGwiyW4SZ4c8bt2cZzO7jBNeqtsRHbeZ1g9krsMbhfYPv/c5gecA+4yAVuitFszE5Hjva872OMdXagF19JIoOYWyozMTI3J0tmA6gLvXPfO1cc/XOqOLe/HbjwD8yCXRD3VNJROEgatiRZMJsKsbZHia3nAdphtq8fkiWyXJbBe8uM1aXKPouNnz2Bm1kwAAAAAElFTkSuQmCC);
    mask: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAApNJREFUSA2tlUtLlFEYgEe7mtFFQ8NLFBG1SJAwahtiLVy5ceVSEPQH1LZf0Lp9FO1bdYNyI7gyBFcS2kAzilYq3sfxeYZ55Zv6FGfohWfOd97vnPd23u9MXeZoaeb1Q7gPHXAFzsAS5GACxiEPqVKXqs1kmtAPQi+cAtedToz1PJ8ExxPwDl7CAlRImoN7rBiF86ABHTiGAzMIh8n3O+ifwWc4EL0n5TGTYQijvjNSxbUadozInUeGZ3nuh1WYgpIkM+hGMwYajAgdrfUn+AaLoLTCAxiAOxCZxL4RdB+gZMjxEjwHo4hS8Jh5DR9hz0mKaNizegoNEI7Wee6FXJTISG6AUgDr+QImoAiHie+mwZJow/PRps4uwnsnRj8Epqc4voVJJ8eULOtW4BFYYjPpgjc+3IWI2sh/wFeoVl6xYQ48dDGLfjOwc/ygQqz595hUMVouS9QHBm4l6k3HWpnBLqicgVrlCxujSbR1Swd+UDpQYRS/oVaZZ2MWwlZBB9Zdxf+QTYw8SRgq6sAvz7vH6JULEB9USVHFjzZskgPRQR4ayxoXXIdaHdg9HrB2rErByWxZERnYtrWUzD0esDbtTmXPhzXwHrKLxEUbYGbVyDkWWwkdadfqbPmwDXZSCyh2VAf8BM/nOOJH5Y0QopMt2I5U/KO4DZZJB47XwEX+ex0mGroMV8sLwp56gyuGwiyW4SZ4c8bt2cZzO7jBNeqtsRHbeZ1g9krsMbhfYPv/c5gecA+4yAVuitFszE5Hjva872OMdXagF19JIoOYWyozMTI3J0tmA6gLvXPfO1cc/XOqOLe/HbjwD8yCXRD3VNJROEgatiRZMJsKsbZHia3nAdphtq8fkiWyXJbBe8uM1aXKPouNnz2Bm1kwAAAAAElFTkSuQmCC);
    -webkit-mask-size: 12px;
    mask-size: 12px;
    background-color: #fff;


    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-name: __framer-loading-spin;
    animation-timing-function: linear;
}

@keyframes __framer-loading-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#__framer-editorbar {
    /* https://sergeyski.com/css-color-scheme-and-iframes-lessons-learned-from-disqus-background-bug */
    color-scheme: light dark;
    overflow: hidden;
    position: fixed;
    border: none;
    z-index: calc(2147483647);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    touch-action: manipulation;
}

@supports (height: 100dvh) {
    #__framer-editorbar {
        height: 100dvh;
    }
}

#__framer-editorbar.status_hidden {
    display: none;
}

#__framer-editorbar.status_visually_hidden {
    clip-path: circle(1px at calc(100% - 1px) calc(100% - 1px));
    z-index: calc(2147483647 - 1);
}

#__framer-editorbar.status_measuring {
    clip-path: unset;
}



html body { background: rgb(255, 255, 255); }

/* ============================================
   Framer runtime CSS extracted from JS modules
   Auto-extracted to restore static layout
   ============================================ */

@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }
.framer-TEChu.framer-r06e07, .framer-TEChu .framer-r06e07 { display: block; }
.framer-TEChu.framer-l22s2j { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 32px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 32px; }
.framer-TEChu .framer-17v47b9, .framer-TEChu .framer-1gjzdu1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-TEChu .framer-9zkziq, .framer-TEChu .framer-12hvxx1, .framer-TEChu .framer-ois8kl, .framer-TEChu .framer-1xy33jy { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 9px); overflow: hidden; position: relative; width: 9px; }
@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-TEChu.framer-l22s2j, .framer-TEChu .framer-17v47b9, .framer-TEChu .framer-1gjzdu1 { gap: 0px; } .framer-TEChu.framer-l22s2j > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-TEChu.framer-l22s2j > :first-child { margin-top: 0px; } .framer-TEChu.framer-l22s2j > :last-child { margin-bottom: 0px; } .framer-TEChu .framer-17v47b9 > *, .framer-TEChu .framer-1gjzdu1 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-TEChu .framer-17v47b9 > :first-child, .framer-TEChu .framer-1gjzdu1 > :first-child { margin-left: 0px; } .framer-TEChu .framer-17v47b9 > :last-child, .framer-TEChu .framer-1gjzdu1 > :last-child { margin-right: 0px; } }
.framer-TEChu[data-border="true"]::after, .framer-TEChu [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }
.framer-v2j9a.framer-p1t8cs, .framer-v2j9a .framer-p1t8cs { display: block; }
.framer-v2j9a.framer-2ljft3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }
.framer-v2j9a .framer-3qcz58-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }
.framer-v2j9a .framer-ppauns { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }
.framer-v2j9a .framer-1ts3rz1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-v2j9a .framer-j9wmf { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }
.framer-v2j9a .framer-vmeqi2-container, .framer-v2j9a .framer-3y60aa-container { flex: none; height: auto; position: relative; width: auto; }
.framer-v2j9a .framer-cawkn4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 120px 80px 120px 80px; position: relative; width: 100%; }
.framer-v2j9a .framer-bxtry0 { flex: none; height: auto; max-width: 380px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-v2j9a .framer-zddoxi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-4u1c0u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-gj2pgf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-1jo8oeu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 6%; }
.framer-v2j9a .framer-achvxc { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }
.framer-v2j9a .framer-i1j3no { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-1yac6y2 { flex: 1 0 0px; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-v2j9a .framer-c0nt48, .framer-v2j9a .framer-54bw8o, .framer-v2j9a .framer-1ea5lim { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 455px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-a4tt2g, .framer-v2j9a .framer-7v6col { cursor: pointer; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }
.framer-v2j9a.framer-1xjvlxb, .framer-v2j9a.framer-1lt2ad9, .framer-v2j9a.framer-r02w1h, .framer-v2j9a.framer-5jnurd, .framer-v2j9a.framer-1ojjdyu { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 3; }
.framer-v2j9a.framer-l19ji, .framer-v2j9a.framer-1rf3hrz, .framer-v2j9a.framer-1wsveyj, .framer-v2j9a.framer-qcgdgi { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-v2j9a .framer-1vbwbb4, .framer-v2j9a .framer-1lmr8cr, .framer-v2j9a .framer-pju7f7, .framer-v2j9a .framer-1jcw1el, .framer-v2j9a .framer-435eu5 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: 24px; top: 24px; width: min-content; }
.framer-v2j9a .framer-1sbjh2o-container, .framer-v2j9a .framer-hqc1r2-container, .framer-v2j9a .framer-5wcb0p-container, .framer-v2j9a .framer-1xvwe9g-container, .framer-v2j9a .framer-fis848-container { flex: none; height: 16px; position: relative; width: 16px; }
.framer-v2j9a .framer-1psux12, .framer-v2j9a .framer-1vokxvv, .framer-v2j9a .framer-1yv0v1f, .framer-v2j9a .framer-enrz8r, .framer-v2j9a .framer-6e25c7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-v2j9a .framer-11tpqkl { cursor: pointer; flex: none; height: 100%; overflow: hidden; position: relative; width: 40%; }
.framer-v2j9a .framer-1z0c7tj { cursor: pointer; flex: none; height: 100%; overflow: hidden; position: relative; width: 36%; }
.framer-v2j9a.framer-8grncn { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-v2j9a .framer-3ekfvm { cursor: pointer; flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; }
.framer-v2j9a .framer-1uufopl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 0px; position: relative; width: 100%; }
.framer-v2j9a .framer-16m3gr1, .framer-v2j9a .framer-nrun8t { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 40%; word-break: break-word; word-wrap: break-word; }
.framer-v2j9a .framer-cbb1us-container { flex: none; height: 32px; position: relative; width: 32px; }
.framer-v2j9a .framer-h63lr9-container { flex: none; height: auto; position: relative; width: 100%; }
@media (min-width: 810px) and (max-width: 1199px) { .framer-v2j9a.framer-2ljft3 { width: 810px; } .framer-v2j9a .framer-cawkn4 { height: 2170px; padding: 120px 80px 80px 80px; }}
@media (max-width: 809px) { .framer-v2j9a.framer-2ljft3 { width: 390px; } .framer-v2j9a .framer-ppauns { flex-direction: column; } .framer-v2j9a .framer-1ts3rz1, .framer-v2j9a .framer-a4tt2g { height: 1px; width: 100%; } .framer-v2j9a .framer-cawkn4 { max-width: 420px; padding: 120px 12px 120px 12px; } .framer-v2j9a .framer-bxtry0 { max-width: 320px; } .framer-v2j9a .framer-3y60aa-container { width: 100%; } .framer-v2j9a .framer-1yac6y2 { max-width: 420px; } .framer-v2j9a .framer-c0nt48, .framer-v2j9a .framer-54bw8o, .framer-v2j9a .framer-1ea5lim { flex-direction: column; height: 669px; } .framer-v2j9a .framer-11tpqkl { height: 40%; width: 100%; } .framer-v2j9a .framer-1z0c7tj, .framer-v2j9a .framer-3ekfvm { flex: 1 0 0px; height: 1px; width: 100%; } .framer-v2j9a .framer-7v6col { flex: none; height: 30%; width: 100%; } .framer-v2j9a .framer-1uufopl { align-content: flex-start; align-items: flex-start; } .framer-v2j9a .framer-16m3gr1, .framer-v2j9a .framer-nrun8t { width: 38%; }}
.framer-LY1wY .framer-styles-preset-5kdtta:not(.rich-text-wrapper), .framer-LY1wY .framer-styles-preset-5kdtta.rich-text-wrapper h3 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.8px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 810px) { .framer-LY1wY .framer-styles-preset-5kdtta:not(.rich-text-wrapper), .framer-LY1wY .framer-styles-preset-5kdtta.rich-text-wrapper h3 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 38px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.8px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 809px) and (min-width: 0px) { .framer-LY1wY .framer-styles-preset-5kdtta:not(.rich-text-wrapper), .framer-LY1wY .framer-styles-preset-5kdtta.rich-text-wrapper h3 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.8px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-Rn0yS.framer-1nj4yq8, .framer-Rn0yS .framer-1nj4yq8 { display: block; }
.framer-Rn0yS.framer-do92g0 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 600px; justify-content: center; overflow: hidden; padding: 24px 24px 40px 24px; position: relative; width: 500px; }
.framer-Rn0yS .framer-x2o192 { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }
.framer-Rn0yS .framer-z6idnj { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }
.framer-Rn0yS .framer-183cs2n { flex: none; height: 12px; overflow: visible; position: relative; width: 100%; }
.framer-Rn0yS .framer-im0eik { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-Rn0yS .framer-8pgbb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 0px 24px 0px; position: relative; width: 100%; }
.framer-Rn0yS .framer-1v91hhv { flex: 1 0 0px; height: auto; max-width: 320px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-Rn0yS .framer-pilj6r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }
.framer-Rn0yS .framer-1go03ax { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-Rn0yS .framer-ggqmub-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 24px; }
.framer-Rn0yS.framer-v-do92g0.pressed .framer-ggqmub-container { height: var(--framer-aspect-ratio-supported, 24px); }
.framer-Os9Ax.framer-1m9949l, .framer-Os9Ax .framer-1m9949l { display: block; }
.framer-Os9Ax.framer-1md6tax { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1276px; }
.framer-Os9Ax .framer-w9hlrw { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.3; overflow: visible; pointer-events: none; position: fixed; top: -10px; width: 100%; z-index: 10; }
.framer-Os9Ax .framer-1l6zdw-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-Os9Ax .framer-hwjn0p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }
.framer-Os9Ax .framer-kdynld { -webkit-filter: blur(40px); background-color: #ffffff; filter: blur(40px); flex: none; height: 194px; left: calc(49.166666666666686% - 501px / 2); overflow: visible; position: absolute; top: calc(51.37500000000003% - 194px / 2); width: 501px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-Os9Ax .framer-1ps1zm0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 52%; transform: translate(-50%, -50%); white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-Os9Ax .framer-jyvdgz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-Os9Ax .framer-1g0fzx9 { background-color: rgba(0, 0, 0, 0.1); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }
.framer-Os9Ax .framer-4hp3tz-container { flex: none; height: auto; position: relative; width: auto; }
.framer-Os9Ax .framer-rimzq2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 80px 120px 80px; position: relative; width: 100%; }
.framer-Os9Ax .framer-1ldtlxf { flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }
.framer-Os9Ax .framer-1uw9j3l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 80px 0px; position: relative; width: 100%; }
.framer-Os9Ax .framer-q0cl3k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-Os9Ax .framer-8vbu2k { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; padding: 0px; position: relative; width: 100%; }
.framer-Os9Ax .framer-v6l7bq { --border-bottom-width: 1px; --border-color: #e0e0e0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; align-self: start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 740px; justify-content: flex-start; justify-self: start; padding: 12px; position: relative; text-decoration: none; width: 100%; }
.framer-Os9Ax .framer-51gpm1-container { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }
.framer-Os9Ax .framer-szie8x-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }
.framer-Os9Ax .framer-18n7b0a-container { flex: none; height: auto; position: relative; width: 93%; }
.framer-Os9Ax .framer-2b04nn-container { flex: none; height: auto; position: relative; width: 100%; }
.framer-Os9Ax[data-border="true"]::after, .framer-Os9Ax [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }
@media (min-width: 1177px) and (max-width: 1275px) { .framer-Os9Ax.framer-1md6tax { width: 1177px; } .framer-Os9Ax .framer-w9hlrw { order: 1; } .framer-Os9Ax .framer-1l6zdw-container { order: 0; } .framer-Os9Ax .framer-hwjn0p { order: 2; } .framer-Os9Ax .framer-4hp3tz-container { order: 3; } .framer-Os9Ax .framer-rimzq2 { order: 4; } .framer-Os9Ax .framer-1uw9j3l { padding: 0px 0px 40px 0px; } .framer-Os9Ax .framer-q0cl3k { max-width: 480px; } .framer-Os9Ax .framer-8vbu2k { gap: 80px; grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 420px; } .framer-Os9Ax .framer-v6l7bq { align-self: center; height: min-content; justify-self: center; } .framer-Os9Ax .framer-51gpm1-container { flex: none; height: 700px; } .framer-Os9Ax .framer-18n7b0a-container { order: 5; } .framer-Os9Ax .framer-2b04nn-container { order: 6; }}
@media (max-width: 1176px) { .framer-Os9Ax.framer-1md6tax { width: 390px; } .framer-Os9Ax .framer-hwjn0p { flex-direction: column; } .framer-Os9Ax .framer-kdynld { height: 212px; left: calc(48.46153846153848% - 379px / 2); top: calc(53.79146919431281% - 212px / 2); width: 379px; } .framer-Os9Ax .framer-jyvdgz { height: 1px; width: 100%; } .framer-Os9Ax .framer-rimzq2 { padding: 39px 24px 39px 24px; } .framer-Os9Ax .framer-q0cl3k { max-width: 390px; } .framer-Os9Ax .framer-8vbu2k { grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 420px; } .framer-Os9Ax .framer-v6l7bq { height: min-content; justify-self: center; width: 1fr; } .framer-Os9Ax .framer-51gpm1-container { flex: none; height: auto; }}
.framer-nvDG5.framer-1clffxn, .framer-nvDG5 .framer-1clffxn { display: block; }
.framer-nvDG5.framer-1mg3dsv { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 18px 24px; position: relative; text-decoration: none; width: min-content; }
.framer-nvDG5 .framer-x9nr0z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nvDG5.framer-1mg3dsv { gap: 0px; } .framer-nvDG5.framer-1mg3dsv > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-nvDG5.framer-1mg3dsv > :first-child { margin-left: 0px; } .framer-nvDG5.framer-1mg3dsv > :last-child { margin-right: 0px; } }
.framer-nvDG5[data-border="true"]::after, .framer-nvDG5 [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }
.framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper), .framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 984px) { .framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper), .framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 48px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 983px) and (min-width: 0px) { .framer-rRRTK .framer-styles-preset-t6htbr:not(.rich-text-wrapper), .framer-rRRTK .framer-styles-preset-t6htbr.rich-text-wrapper h2 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-lightbox-container { opacity: 1 !important; pointer-events: auto !important; }
.svgContainer svg { display: block; }
.framer-3xDdJ.framer-13lyv0j, .framer-3xDdJ .framer-13lyv0j { display: block; }
.framer-3xDdJ.framer-cgebr9 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }
.framer-3xDdJ .framer-6d15la { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 200px 0px 280px 0px; position: relative; width: 100%; }
.framer-3xDdJ .framer-1p90616 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; max-width: 320px; overflow: visible; padding: 0px; position: relative; width: 50%; }
.framer-3xDdJ .framer-13mxu7t { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-3xDdJ .framer-14oluni { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-3xDdJ .framer-15smtqp-container { flex: none; height: auto; position: relative; width: auto; }
.framer-3xDdJ .framer-1pqkmq0-container { flex: none; height: auto; position: relative; width: 100%; }
.framer-3xDdJ .framer-1mkeixd-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 3; }
@media (min-width: 810px) and (max-width: 1199px) { .framer-3xDdJ.framer-cgebr9 { width: 810px; } .framer-3xDdJ .framer-1p90616 { width: 56%; }}
@media (max-width: 809px) { .framer-3xDdJ.framer-cgebr9 { width: 390px; } .framer-3xDdJ .framer-6d15la { align-content: center; align-items: center; flex-direction: column; padding: 120px 0px 0px 0px; } .framer-3xDdJ .framer-1p90616 { gap: 24px; justify-content: center; max-width: unset; padding: 40px 24px 120px 24px; width: 100%; }}
.framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper), .framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 910px) { .framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper), .framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 909px) and (min-width: 0px) { .framer-okZka .framer-styles-preset-1f9bl3s:not(.rich-text-wrapper), .framer-okZka .framer-styles-preset-1f9bl3s.rich-text-wrapper h4 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper), .framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 1px; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #303030; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 810px) { .framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper), .framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 1.2px; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #303030; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 809px) and (min-width: 0px) { .framer-AlwuN .framer-styles-preset-jb1z1e:not(.rich-text-wrapper), .framer-AlwuN .framer-styles-preset-jb1z1e.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 300; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 300; --framer-letter-spacing: 1px; --framer-line-height: 2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: left; --framer-text-color: #303030; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-UmJVK.framer-1cl1k1q, .framer-UmJVK .framer-1cl1k1q { display: block; }
.framer-UmJVK.framer-1ktgzq8 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 24px 28px 24px; position: relative; width: 400px; }
.framer-UmJVK .framer-18qljsn { -webkit-user-select: none; align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; user-select: none; width: 100%; }
.framer-UmJVK .framer-6wz3h9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }
.framer-UmJVK .framer-vcu5l1 { flex: none; height: 16px; overflow: hidden; position: relative; width: 16px; z-index: 1; }
.framer-UmJVK .framer-qryzl8 { flex: none; height: 2px; left: calc(50.00000000000002% - 16px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }
.framer-UmJVK .framer-ckte3w { flex: none; height: 16px; left: calc(50.00000000000002% - 2px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 16px / 2); width: 2px; }
.framer-UmJVK .framer-ya7itr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: 100%; }
.framer-UmJVK .framer-ibl630 { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UmJVK.framer-1ktgzq8, .framer-UmJVK .framer-ya7itr { gap: 0px; } .framer-UmJVK.framer-1ktgzq8 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-UmJVK.framer-1ktgzq8 > :first-child, .framer-UmJVK .framer-ya7itr > :first-child { margin-top: 0px; } .framer-UmJVK.framer-1ktgzq8 > :last-child, .framer-UmJVK .framer-ya7itr > :last-child { margin-bottom: 0px; } .framer-UmJVK .framer-ya7itr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }
.framer-UmJVK.framer-v-kep6al.framer-1ktgzq8 { gap: 12px; overflow: visible; }
.framer-UmJVK.framer-v-kep6al .framer-ibl630 { -webkit-user-select: unset; user-select: unset; }
@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-UmJVK.framer-v-kep6al.framer-1ktgzq8 { gap: 0px; } .framer-UmJVK.framer-v-kep6al.framer-1ktgzq8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-UmJVK.framer-v-kep6al.framer-1ktgzq8 > :first-child { margin-top: 0px; } .framer-UmJVK.framer-v-kep6al.framer-1ktgzq8 > :last-child { margin-bottom: 0px; } }
.framer-W8jCg.framer-yiybjm, .framer-W8jCg .framer-yiybjm { display: block; }
.framer-W8jCg.framer-18zyl1h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }
.framer-W8jCg .framer-zppicy { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.3; overflow: visible; pointer-events: none; position: fixed; top: -10px; width: 100%; z-index: 10; }
.framer-W8jCg .framer-17tsede-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-W8jCg .framer-1ah6bjg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }
.framer-W8jCg .framer-19fzbm5 { -webkit-filter: blur(50px); background-color: #ffffff; filter: blur(50px); flex: none; height: 218px; left: calc(48.41666666666669% - 518px / 2); overflow: visible; position: absolute; top: calc(48.62500000000002% - 218px / 2); width: 518px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-W8jCg .framer-1rm3ruj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-W8jCg .framer-xab6kj { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-W8jCg .framer-1xfttk7-container, .framer-W8jCg .framer-7lyjl5-container, .framer-W8jCg .framer-1e98p9t-container, .framer-W8jCg .framer-1mqnxk-container, .framer-W8jCg .framer-15edqr1-container, .framer-W8jCg .framer-5aoa8d-container { flex: none; height: auto; position: relative; width: auto; }
.framer-W8jCg .framer-v540ar { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px 80px 0px 80px; position: relative; width: 100%; }
.framer-W8jCg .framer-6vbtli { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 200px 0px 80px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-136p8nw, .framer-W8jCg .framer-1yt4fpm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 50%; }
.framer-W8jCg .framer-mgdxbl, .framer-W8jCg .framer-h7vm7h, .framer-W8jCg .framer-9p1akd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-16ywuq2, .framer-W8jCg .framer-vcwvkv, .framer-W8jCg .framer-h2oh9y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-W8jCg .framer-9b6i8w, .framer-W8jCg .framer-1minpj1 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-W8jCg .framer-1n56rw9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-17zk9al, .framer-W8jCg .framer-1dtm1en, .framer-W8jCg .framer-y14cyt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }
.framer-W8jCg .framer-1jpfu7o, .framer-W8jCg .framer-1vlm2bj, .framer-W8jCg .framer-brfkb9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-W8jCg .framer-y66hjy, .framer-W8jCg .framer-1rd68th, .framer-W8jCg .framer-gg3h67 { align-self: stretch; background-color: #8d8271; flex: none; height: 1px; overflow: hidden; position: relative; width: auto; }
.framer-W8jCg .framer-1spabiw, .framer-W8jCg .framer-1fja46w, .framer-W8jCg .framer-1q2t5jk, .framer-W8jCg .framer-xrkk5x, .framer-W8jCg .framer-2z7cjm, .framer-W8jCg .framer-11gywjr, .framer-W8jCg .framer-14tti5i, .framer-W8jCg .framer-1t0bong, .framer-W8jCg .framer-1qxtxe5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-W8jCg .framer-1sgllww, .framer-W8jCg .framer-1w3la64 { align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 520px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-W8jCg .framer-14m7d7m { bottom: -7px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 10px; z-index: 1; }
.framer-W8jCg .framer-jznuce, .framer-W8jCg .framer-it6akq { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-61gn15 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-ss6iq4 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 120px 0px 80px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-1c942cp { flex: none; height: 449px; left: -10px; overflow: hidden; position: absolute; top: calc(43.0769230769231% - 449px / 2); width: 520px; z-index: 1; }
.framer-W8jCg .framer-1pcdtlk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-1h6pbq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 520px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-W8jCg .framer-qw5mw8, .framer-W8jCg .framer-tijk6g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-53580w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 120px 0px 80px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-17m50x5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 48%; }
.framer-W8jCg .framer-sml3dv { align-content: flex-start; align-items: flex-start; aspect-ratio: 1 / 1; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: var(--framer-aspect-ratio-supported, 541px); justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-W8jCg .framer-7doebx { bottom: 33px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 74px; z-index: 1; }
.framer-W8jCg .framer-r578ol { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-dfwb2k { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }
.framer-W8jCg .framer-yzjteo-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }
.framer-W8jCg .framer-dgyb22-container { flex: none; height: auto; position: relative; width: 100%; }
@media (min-width: 810px) and (max-width: 1199px) { .framer-W8jCg.framer-18zyl1h { width: 810px; } .framer-W8jCg .framer-zppicy { order: 0; } .framer-W8jCg .framer-17tsede-container { order: 1; } .framer-W8jCg .framer-1ah6bjg { order: 2; } .framer-W8jCg .framer-19fzbm5 { top: calc(50.00000000000002% - 218px / 2); } .framer-W8jCg .framer-1rm3ruj { left: 50%; } .framer-W8jCg .framer-1xfttk7-container { order: 3; } .framer-W8jCg .framer-7lyjl5-container { order: 4; } .framer-W8jCg .framer-v540ar { order: 5; } .framer-W8jCg .framer-6vbtli { padding: 120px 0px 80px 0px; } .framer-W8jCg .framer-136p8nw, .framer-W8jCg .framer-1yt4fpm { width: 55%; } .framer-W8jCg .framer-1sgllww { aspect-ratio: unset; height: min-content; } .framer-W8jCg .framer-14m7d7m { bottom: unset; height: 411px; left: unset; top: calc(29.120879120879145% - 411px / 2); width: 298px; } .framer-W8jCg .framer-jznuce { flex: none; height: 546px; } .framer-W8jCg .framer-1w3la64 { height: var(--framer-aspect-ratio-supported, 445px); } .framer-W8jCg .framer-1c942cp { height: 75%; left: 0px; right: 0px; top: -74px; width: unset; } .framer-W8jCg .framer-it6akq { flex: none; height: 445px; } .framer-W8jCg .framer-53580w { gap: unset; justify-content: space-between; } .framer-W8jCg .framer-17m50x5 { width: 50%; } .framer-W8jCg .framer-sml3dv { align-self: stretch; aspect-ratio: unset; height: auto; justify-content: flex-end; } .framer-W8jCg .framer-7doebx { bottom: unset; height: 518px; left: unset; top: calc(42.706131078224125% - 518px / 2); width: 325px; } .framer-W8jCg .framer-r578ol { flex: none; height: min-content; } .framer-W8jCg .framer-5aoa8d-container { order: 6; } .framer-W8jCg .framer-yzjteo-container { order: 7; width: 100%; } .framer-W8jCg .framer-dgyb22-container { order: 8; }}
@media (max-width: 809px) { .framer-W8jCg.framer-18zyl1h { width: 390px; } .framer-W8jCg .framer-zppicy { order: 0; } .framer-W8jCg .framer-17tsede-container { order: 1; } .framer-W8jCg .framer-1ah6bjg { flex-direction: column; order: 2; } .framer-W8jCg .framer-19fzbm5 { height: 154px; left: calc(50.00000000000002% - 94.1025641025641% / 2); top: calc(50.00000000000002% - 154px / 2); width: 94%; } .framer-W8jCg .framer-xab6kj { flex: none; height: 100vh; width: 100%; } .framer-W8jCg .framer-1xfttk7-container { order: 3; } .framer-W8jCg .framer-7lyjl5-container { order: 4; } .framer-W8jCg .framer-v540ar { order: 5; padding: 0px 24px 0px 24px; } .framer-W8jCg .framer-6vbtli { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 120px 0px 80px 0px; } .framer-W8jCg .framer-136p8nw { gap: 40px; width: 100%; } .framer-W8jCg .framer-1sgllww { aspect-ratio: unset; flex: none; height: min-content; padding: 40px 0px 0px 0px; width: 100%; } .framer-W8jCg .framer-14m7d7m { bottom: unset; height: 286px; left: unset; order: 0; position: relative; right: unset; top: unset; width: 342px; } .framer-W8jCg .framer-jznuce { flex: none; height: min-content; justify-content: flex-start; order: 1; } .framer-W8jCg .framer-61gn15 { width: min-content; } .framer-W8jCg .framer-ss6iq4 { flex-direction: column; padding: 80px 0px 80px 0px; } .framer-W8jCg .framer-1w3la64 { aspect-ratio: unset; flex: none; height: min-content; order: 1; padding: 60px 0px 0px 0px; width: 100%; } .framer-W8jCg .framer-1c942cp { height: 287px; left: unset; order: 0; position: relative; top: unset; width: 342px; } .framer-W8jCg .framer-it6akq { flex: none; height: min-content; order: 1; } .framer-W8jCg .framer-1yt4fpm { gap: 40px; order: 0; width: 100%; } .framer-W8jCg .framer-53580w { flex-direction: column; } .framer-W8jCg .framer-17m50x5 { width: 100%; } .framer-W8jCg .framer-sml3dv { aspect-ratio: unset; flex: none; gap: 80px; height: min-content; padding: 40px 0px 0px 0px; width: 100%; } .framer-W8jCg .framer-7doebx { bottom: unset; height: 325px; left: unset; position: relative; right: unset; top: unset; width: 340px; } .framer-W8jCg .framer-r578ol { flex: none; height: 74px; } .framer-W8jCg .framer-dfwb2k { align-content: flex-start; align-items: flex-start; } .framer-W8jCg .framer-5aoa8d-container { order: 6; } .framer-W8jCg .framer-yzjteo-container { order: 7; } .framer-W8jCg .framer-dgyb22-container { order: 8; }}
.framer-Ky3KW.framer-9w61h0, .framer-Ky3KW .framer-9w61h0 { display: block; }
.framer-Ky3KW.framer-1jt86ob { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 18px 24px 18px 24px; position: relative; width: min-content; }
.framer-Ky3KW .framer-o9gpiy { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }
.framer-Ky3KW .framer-niuvex { aspect-ratio: 1 / 1; flex: none; gap: 10px; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }
.framer-Ky3KW .framer-1bbif44 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }
.framer-Ky3KW .framer-1xqlti7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }
.framer-Ky3KW.framer-v-1fpojgk.framer-1jt86ob, .framer-Ky3KW.framer-v-1q93etf.framer-1jt86ob, .framer-Ky3KW.framer-v-b7c8cy.framer-1jt86ob, .framer-Ky3KW.framer-v-unibsp.framer-1jt86ob { cursor: unset; }
.framer-Ky3KW.framer-v-1fpojgk .framer-1bbif44 { overflow: hidden; }
.framer-Ky3KW.framer-v-b7c8cy .framer-o9gpiy { cursor: pointer; }
.framer-aUZbR.framer-1qbfu4p, .framer-aUZbR .framer-1qbfu4p { display: block; }
.framer-aUZbR.framer-rpg2a2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1500px; }
.framer-aUZbR .framer-hheuby { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.15; overflow: visible; pointer-events: none; position: fixed; top: -10px; width: 100%; z-index: 10; }
.framer-aUZbR .framer-j8tamg-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }
.framer-aUZbR .framer-18aw0nf { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 200px 0px 65px 0px; position: relative; width: 100%; }
.framer-aUZbR .framer-17131fi { bottom: 0px; flex: none; left: 0px; opacity: 0.4; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-filter-override, filter); z-index: 0; }
.framer-aUZbR .framer-ewc86h { background: linear-gradient(168deg, #ffffff -7.000000000000001%, rgba(255, 255, 255, 0) 100%); bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }
.framer-aUZbR .framer-1a0tgwe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; max-width: 700px; overflow: visible; padding: 80px 0px 0px 0px; position: relative; width: min-content; }
.framer-aUZbR .framer-15fasyz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 16px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-aUZbR .framer-15vr8t1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 520px; }
.framer-aUZbR .framer-1533yy4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-aUZbR .framer-1mvmfqr { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: auto; }
.framer-aUZbR .framer-132ku6r, .framer-aUZbR .framer-1m8wu77, .framer-aUZbR .framer-1t605rs, .framer-aUZbR .framer-qza96v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }
.framer-aUZbR .framer-16ym1xz, .framer-aUZbR .framer-s7xrgt { --framer-input-background: #fcfcfc; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(71, 71, 71, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #8d8271; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #303030; --framer-input-font-family: "Raleway"; --framer-input-font-letter-spacing: 1.2px; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #b8b8b8; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }
.framer-aUZbR .framer-oc5pfd { --framer-input-background: #fcfcfc; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(71, 71, 71, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #8d8271; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #303030; --framer-input-font-family: "Raleway"; --framer-input-font-letter-spacing: 0px; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #b8b8b8; --framer-input-wrapper-height: auto; flex: none; height: auto; position: relative; width: 100%; }
.framer-aUZbR .framer-zvwaxv { --framer-input-background: #fcfcfc; --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(71, 71, 71, 0.2); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: #8d8271; --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: #303030; --framer-input-font-family: "Raleway"; --framer-input-font-letter-spacing: 1.2px; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 16px; --framer-input-font-weight: 300; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #b8b8b8; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 180px; position: relative; width: 100%; }
.framer-aUZbR .framer-s206i7-container, .framer-aUZbR .framer-2uc3ai-container { flex: none; height: auto; position: relative; width: auto; }
.framer-aUZbR .framer-6h06op { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: 1143px; justify-content: center; overflow: hidden; padding: 200px 80px 120px 80px; position: relative; width: 100%; z-index: 1; }
.framer-aUZbR .framer-1lex21f { flex: none; height: 442px; left: 0px; opacity: 0.1; overflow: hidden; position: absolute; right: 0px; top: calc(63.44537815126052% - 442px / 2); will-change: var(--framer-will-change-filter-override, filter); z-index: 0; }
.framer-aUZbR .framer-15atv5m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-aUZbR .framer-1v4vlv4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-aUZbR .framer-1svets7 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-aUZbR .framer-b11r9o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }
.framer-aUZbR .framer-1esh637-container, .framer-aUZbR .framer-1qeqfjm-container, .framer-aUZbR .framer-yhwpad-container, .framer-aUZbR .framer-1w970nj-container, .framer-aUZbR .framer-bl3jz6-container, .framer-aUZbR .framer-hnlgh-container { flex: none; height: auto; position: relative; width: 100%; }
@media (min-width: 810px) and (max-width: 1499.98px) { .framer-aUZbR.framer-rpg2a2 { width: 810px; } .framer-aUZbR .framer-17131fi { top: -71px; } .framer-aUZbR .framer-1a0tgwe { width: 56%; } .framer-aUZbR .framer-1mvmfqr { align-self: unset; width: 100%; } .framer-aUZbR .framer-6h06op { height: min-content; position: sticky; top: 0px; } .framer-aUZbR .framer-1esh637-container { order: 0; } .framer-aUZbR .framer-1qeqfjm-container { order: 1; } .framer-aUZbR .framer-yhwpad-container { order: 2; } .framer-aUZbR .framer-1w970nj-container { order: 3; } .framer-aUZbR .framer-bl3jz6-container { order: 4; }}
@media (max-width: 809.98px) { .framer-aUZbR.framer-rpg2a2 { overflow: hidden; width: 390px; } .framer-aUZbR .framer-18aw0nf { align-content: center; align-items: center; flex-direction: column; padding: 120px 0px 65px 0px; } .framer-aUZbR .framer-17131fi { opacity: 0.2; } .framer-aUZbR .framer-ewc86h { bottom: -220px; right: unset; width: 100%; } .framer-aUZbR .framer-1a0tgwe { max-width: 97%; padding: 80px 24px 80px 24px; width: 100%; } .framer-aUZbR .framer-15fasyz { left: 24px; } .framer-aUZbR .framer-15vr8t1 { width: 100%; } .framer-aUZbR .framer-1mvmfqr { align-self: unset; width: 100%; } .framer-aUZbR .framer-6h06op { padding: 200px 24px 120px 24px; } .framer-aUZbR .framer-b11r9o { max-width: unset; width: 90%; }}
.framer-3N7OV.framer-wjceds, .framer-3N7OV .framer-wjceds { display: block; }
.framer-3N7OV.framer-1l6y80h { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1149px; }
.framer-3N7OV .framer-ctl57a { flex: none; height: 100vh; left: calc(50.043516100957376% - 119.10356832027851% / 2); mix-blend-mode: multiply; opacity: 0.25; overflow: visible; pointer-events: none; position: fixed; top: calc(49.93757802746569% - 100vh / 2); width: 119%; z-index: 10; }
.framer-3N7OV .framer-1dxvijd-container { flex: none; height: auto; position: relative; width: auto; }
.framer-3N7OV .framer-8wf29o-container { flex: none; height: auto; position: relative; width: 100%; }
.framer-3N7OV .framer-1741bz9-container { flex: none; height: auto; left: 0px; position: fixed; top: 0px; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }
@media (min-width: 810px) and (max-width: 1148px) { .framer-3N7OV.framer-1l6y80h { width: 810px; } .framer-3N7OV .framer-ctl57a { order: 3; } .framer-3N7OV .framer-1dxvijd-container { order: 0; } .framer-3N7OV .framer-8wf29o-container { order: 1; } .framer-3N7OV .framer-1741bz9-container { order: 2; }}
@media (max-width: 809px) { .framer-3N7OV.framer-1l6y80h { overflow: hidden; width: 390px; } .framer-3N7OV .framer-ctl57a { order: 3; } .framer-3N7OV .framer-1dxvijd-container { order: 0; } .framer-3N7OV .framer-8wf29o-container { order: 1; } .framer-3N7OV .framer-1741bz9-container { order: 2; }}
@media (min-width: 1500px) { .framer-3N7OV.framer-1l6y80h { width: 1500px; }}
.framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper), .framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 4px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #8d8271; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 810px) { .framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper), .framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 4px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #8d8271; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 809px) and (min-width: 0px) { .framer-tLvwk .framer-styles-preset-t735xm:not(.rich-text-wrapper), .framer-tLvwk .framer-styles-preset-t735xm.rich-text-wrapper p { --framer-font-family: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-bold-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-family-italic: "Raleway", "Raleway Placeholder", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 4px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #8d8271; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-rMMtI.framer-1ezq7ea, .framer-rMMtI .framer-1ezq7ea { display: block; }
.framer-rMMtI.framer-1jv20cm { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 24px 18px 24px; position: relative; text-decoration: none; width: min-content; }
.framer-rMMtI .framer-1yduc51 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-GDIlT .framer-styles-preset-5ol7yz:not(.rich-text-wrapper), .framer-GDIlT .framer-styles-preset-5ol7yz.rich-text-wrapper a { --framer-link-current-text-color: #303030; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #8d8271; --framer-link-hover-text-decoration: none; --framer-link-text-color: #303030; --framer-link-text-decoration: none; transition: color 0.6s cubic-bezier(0, 0, 1, 1) 0s; }
.framer-IJJ6u.framer-9waszc, .framer-IJJ6u .framer-9waszc { display: block; }
.framer-IJJ6u.framer-mwypip { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 39px; overflow: hidden; padding: 0px; position: relative; width: 309px; }
.framer-IJJ6u.framer-v-19ulpgg.framer-mwypip { min-height: 98px; width: 47px; }
.framer-5FAQs.framer-lbjni6, .framer-5FAQs .framer-lbjni6 { display: block; }
.framer-5FAQs.framer-5cemvw { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 80px 40px 80px; position: relative; width: 1200px; }
.framer-5FAQs .framer-szekoi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }
.framer-5FAQs .framer-16eg30a { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-5FAQs .framer-ss98wq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 193px; overflow: hidden; padding: 171px 0px 171px 0px; position: relative; text-decoration: none; width: 35%; }
.framer-5FAQs .framer-1633atp-container { flex: none; height: calc(var(--framer-viewport-height, 100vh) * 0.40625); left: calc(49.85422740524783% - 343px / 2); position: absolute; top: calc(49.84615384615387% - 40.625vh / 2); width: 343px; z-index: 1; }
.framer-5FAQs .framer-lw32rw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 30%; }
.framer-5FAQs .framer-2u877t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }
.framer-5FAQs .framer-1379n77, .framer-5FAQs .framer-1jvervq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-5FAQs .framer-1ilp7yw { flex: none; height: 1px; overflow: hidden; position: relative; width: 156px; }
.framer-5FAQs .framer-1ke4apl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 161px; }
.framer-5FAQs .framer-whhkr0, .framer-5FAQs .framer-18s98u3, .framer-5FAQs .framer-1s56frn, .framer-5FAQs .framer-14gnrsv, .framer-5FAQs .framer-xvssqt, .framer-5FAQs .framer-1tekm3u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-5FAQs .framer-1mrf1hi, .framer-5FAQs .framer-13p1smk, .framer-5FAQs .framer-1he5p3i, .framer-5FAQs .framer-9lvjsr, .framer-5FAQs .framer-orb99x, .framer-5FAQs .framer-1iyrika, .framer-5FAQs .framer-1udal2n, .framer-5FAQs .framer-1w63357, .framer-5FAQs .framer-17tr10g, .framer-5FAQs .framer-1pb6hao, .framer-5FAQs .framer-17dbytu { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-5FAQs .framer-hlrpwl { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-5FAQs .framer-vy3i3c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 412px; justify-content: center; overflow: hidden; padding: 24px 0px 0px 24px; position: relative; width: 34%; }
.framer-5FAQs .framer-np97yc { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 40px 0px 0px 0px; position: relative; width: 100%; }
.framer-5FAQs .framer-r43p6z, .framer-5FAQs .framer-tjwypl, .framer-5FAQs .framer-kvyjje { flex: 1 0 0px; height: 220px; overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }
.framer-5FAQs .framer-87l4yv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 1040px; }
.framer-5FAQs .framer-1t8lmz1 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 1040px; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-5FAQs .framer-iukyp0 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 425px; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-5FAQs.framer-v-2t5kxy.framer-5cemvw { width: 810px; }
.framer-5FAQs.framer-v-2t5kxy .framer-ss98wq, .framer-5FAQs.framer-v-2t5kxy .framer-lw32rw { width: 33%; }
.framer-5FAQs.framer-v-2t5kxy .framer-1633atp-container { height: 325px; left: calc(49.85422740524783% - 100% / 2); top: calc(49.84615384615387% - 325px / 2); width: 100%; }
.framer-5FAQs.framer-v-2t5kxy .framer-vy3i3c { width: 46%; }
.framer-5FAQs.framer-v-2t5kxy .framer-1jvervq { max-width: 250px; order: 0; width: 230px; }
.framer-5FAQs.framer-v-2t5kxy .framer-np97yc { gap: 12px; }
.framer-5FAQs.framer-v-2t5kxy .framer-r43p6z, .framer-5FAQs.framer-v-2t5kxy .framer-tjwypl, .framer-5FAQs.framer-v-2t5kxy .framer-kvyjje { height: 180px; }
.framer-5FAQs.framer-v-2t5kxy .framer-1t8lmz1 { order: 0; width: 802px; }
.framer-5FAQs.framer-v-1p98kq0.framer-5cemvw { padding: 0px 24px 0px 24px; width: 390px; }
.framer-5FAQs.framer-v-1p98kq0 .framer-16eg30a { flex-direction: column; }
.framer-5FAQs.framer-v-1p98kq0 .framer-ss98wq { order: 2; width: 99%; }
.framer-5FAQs.framer-v-1p98kq0 .framer-lw32rw { order: 0; padding: 40px 0px 0px 0px; width: 100%; }
.framer-5FAQs.framer-v-1p98kq0 .framer-vy3i3c { align-content: center; align-items: center; height: min-content; order: 1; padding: 80px 0px 0px 0px; width: 100%; }
.framer-5FAQs.framer-v-1p98kq0 .framer-87l4yv { flex-direction: column; width: 100%; }
.framer-D7Sw9.framer-1l4ykt2, .framer-D7Sw9 .framer-1l4ykt2 { display: block; }
.framer-D7Sw9.framer-jtil9k { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1200px; }
.framer-D7Sw9 .framer-e3uk32 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 390px; }
.framer-D7Sw9 .framer-1sztfgk { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-D7Sw9 .framer-17xp2pp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 98px; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; text-decoration: none; top: 50%; width: min-content; z-index: 1; }
.framer-D7Sw9 .framer-12atlt8-container { flex: none; height: 85px; position: relative; width: 309px; z-index: 1; }
.framer-D7Sw9 .framer-txsawu, .framer-D7Sw9 .framer-18sk01r { flex: none; height: 98px; left: calc(50.00000000000002% - 100px / 2); overflow: visible; position: absolute; text-decoration: none; top: calc(50.00000000000002% - 98px / 2); width: 100px; }
.framer-D7Sw9 .framer-148zm71, .framer-D7Sw9 .framer-15h2rli { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 80px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-D7Sw9 .framer-aogyy0 { cursor: pointer; flex: none; height: 26px; overflow: visible; position: absolute; right: -2702px; top: calc(92.50000000000003% - 26px / 2); width: 24px; }
.framer-D7Sw9 .framer-6mk9xk { cursor: pointer; flex: none; height: 24px; overflow: visible; position: absolute; right: 12px; top: calc(50.00000000000002% - 24px / 2); width: 24px; }
.framer-D7Sw9 .framer-1jdmj4v-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }
.framer-D7Sw9 .framer-16xvlvm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1200px; }
.framer-D7Sw9 .framer-1re094e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 1152px; }
.framer-D7Sw9 .framer-1514eam { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; text-decoration: none; top: 50%; width: 47px; z-index: 1; }
.framer-D7Sw9 .framer-hmqlec-container { flex: none; height: auto; position: relative; width: 191%; z-index: 1; }
.framer-D7Sw9 .framer-v34mh5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }
.framer-D7Sw9 .framer-3tvh1h, .framer-D7Sw9 .framer-zyg8tz, .framer-D7Sw9 .framer-1205nb6, .framer-D7Sw9 .framer-7bqjas, .framer-D7Sw9 .framer-138xrun { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-D7Sw9 .framer-1k3kw1m { flex: none; height: 26px; overflow: visible; position: absolute; right: -2702px; top: calc(92.50000000000003% - 26px / 2); width: 24px; }
.framer-D7Sw9 .framer-1t9eoh9-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); left: 0px; position: absolute; right: 0px; top: 52%; z-index: 1; }
.framer-D7Sw9 .framer-1fthvg1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; }
.framer-D7Sw9 .framer-cwhyr3-container, .framer-D7Sw9 .framer-kcle04-container { flex: none; height: auto; position: relative; width: auto; }
.framer-D7Sw9.framer-v-1e2cp8z.framer-jtil9k { width: 810px; }
.framer-D7Sw9.framer-v-1e2cp8z .framer-16xvlvm { width: 809px; }
.framer-D7Sw9.framer-v-1e2cp8z .framer-1re094e { width: 97%; }
.framer-D7Sw9.framer-v-1e2cp8z .framer-v34mh5, .framer-D7Sw9.framer-v-1e2cp8z .framer-1fthvg1 { gap: 24px; }
.framer-D7Sw9.framer-v-iffq21.framer-jtil9k { width: 390px; }
.framer-D7Sw9.framer-v-iffq21 .framer-1re094e { flex-direction: column; gap: 24px; height: calc(var(--framer-viewport-height, 100vh) * 0.55); justify-content: flex-start; width: 390px; }
.framer-D7Sw9.framer-v-iffq21 .framer-1514eam { order: 0; top: -9px; }
.framer-D7Sw9.framer-v-iffq21 .framer-hmqlec-container { order: 0; }
.framer-D7Sw9.framer-v-iffq21 .framer-18sk01r { order: 1; }
.framer-D7Sw9.framer-v-iffq21 .framer-v34mh5 { flex-direction: column; gap: 24px; order: 3; }
.framer-D7Sw9.framer-v-iffq21 .framer-15h2rli { flex: none; order: 2; width: 100%; }
.framer-D7Sw9.framer-v-iffq21 .framer-1k3kw1m { height: 27px; order: 0; right: 12px; top: calc(48.75000000000002% - 27px / 2); }
.framer-D7Sw9.framer-v-iffq21 .framer-1fthvg1 { flex-direction: column; gap: 24px; order: 4; }
.framer-D7Sw9.framer-v-1r9xfsz.framer-jtil9k { cursor: pointer; width: 390px; }
.framer-eNMag.framer-1xy73z8, .framer-eNMag .framer-1xy73z8 { display: block; }
.framer-eNMag.framer-bokzqu { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }
.framer-eNMag .framer-r0w6g4 { flex: none; height: 100vh; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: multiply; opacity: 0.05; overflow: visible; pointer-events: none; position: fixed; top: calc(48.75000000000002% - 100vh / 2); width: 100%; z-index: 10; }
.framer-eNMag .framer-1mnvhb7-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-eNMag .framer-lvbz4u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }
.framer-eNMag .framer-1m28q4r { -webkit-filter: blur(50px); background-color: #ffffff; filter: blur(50px); flex: none; height: 194px; left: calc(50.00000000000002% - 521px / 2); overflow: visible; position: absolute; top: calc(48.12500000000002% - 194px / 2); width: 521px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-eNMag .framer-1fq7tel { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-eNMag .framer-13eq2v9 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-eNMag .framer-gk5rfy { background-color: rgba(0, 0, 0, 0); bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }
.framer-eNMag .framer-16x7asd-container, .framer-eNMag .framer-nr2y0l-container, .framer-eNMag .framer-uvhz7n-container { flex: none; height: auto; position: relative; width: auto; }
.framer-eNMag .framer-tfnh47 { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 989px; justify-content: center; overflow: hidden; padding: 200px 80px 200px 80px; position: relative; width: 100%; }
.framer-eNMag .framer-r03pi0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-eNMag .framer-1ge1vgk { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 80px 40px 0px 0px; position: relative; width: 32%; }
.framer-eNMag .framer-uqya0p { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 234px; left: 5px; opacity: 0.8; position: absolute; top: -150px; white-space: pre-wrap; width: 14%; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-eNMag .framer-jb52xq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 300px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-eNMag .framer-1icd9kp, .framer-eNMag .framer-yyirl0 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-eNMag .framer-xcw9hx { flex: none; height: 40px; overflow: hidden; position: relative; width: 100%; }
.framer-eNMag .framer-1aekrqp { flex: none; height: 255px; overflow: hidden; position: relative; width: 100%; }
.framer-eNMag .framer-1osn7sp { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }
.framer-eNMag .framer-1jrgbgu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 583px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 36%; }
.framer-eNMag .framer-cz341q { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }
.framer-eNMag .framer-rjqkop { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 600px; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 40px; position: relative; width: 1px; }
.framer-eNMag .framer-1i9d665 { flex: 1 0 0px; height: 1px; opacity: 0.9; overflow: hidden; position: relative; width: 100%; }
.framer-eNMag .framer-vo7dhb { flex: none; height: 60px; overflow: hidden; position: relative; width: 100%; }
.framer-eNMag .framer-1ltw5ov { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-eNMag .framer-imb3dh { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-eNMag .framer-123hpk4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 80px 120px 80px; position: relative; width: 100%; }
.framer-eNMag .framer-1vpj7uv { flex: none; height: 442px; left: 0px; opacity: 0.1; overflow: hidden; position: absolute; right: 0px; top: calc(63.44537815126052% - 442px / 2); z-index: 0; }
.framer-eNMag .framer-1yz5r6o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-eNMag .framer-1py0tkf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-eNMag .framer-13xbae7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 700px; overflow: visible; padding: 0px; position: relative; width: 100%; }
.framer-eNMag .framer-g2fzq6-container, .framer-eNMag .framer-1i86uvf-container, .framer-eNMag .framer-ij3gw5-container, .framer-eNMag .framer-1rus9mw-container, .framer-eNMag .framer-e65nj4-container, .framer-eNMag .framer-1i0suv5-container { flex: none; height: auto; position: relative; width: 100%; }
@media (min-width: 810px) and (max-width: 1199px) { .framer-eNMag.framer-bokzqu { overflow: visible; width: 810px; } .framer-eNMag .framer-1m28q4r { height: 172px; left: calc(50.00000000000002% - 381px / 2); top: calc(50.00000000000002% - 172px / 2); width: 381px; } .framer-eNMag .framer-tfnh47 { gap: 24px; height: 1411px; justify-content: flex-start; overflow: visible; padding: 0px 40px 120px 40px; } .framer-eNMag .framer-r03pi0 { align-content: center; align-items: center; flex-direction: column; max-width: 420px; overflow: visible; } .framer-eNMag .framer-1ge1vgk { align-content: center; align-items: center; gap: 0px; padding: 0px; width: 100%; } .framer-eNMag .framer-uqya0p { height: auto; left: unset; position: relative; top: unset; white-space: pre; width: auto; z-index: 2; } .framer-eNMag .framer-jb52xq { max-width: unset; } .framer-eNMag .framer-1jrgbgu { height: 479px; width: 100%; } .framer-eNMag .framer-cz341q, .framer-eNMag .framer-g2fzq6-container { order: 0; } .framer-eNMag .framer-rjqkop { align-content: flex-start; align-items: flex-start; flex: none; height: min-content; overflow: visible; padding: 0px; width: 100%; } .framer-eNMag .framer-1ltw5ov { padding: 40px 0px 0px 0px; } .framer-eNMag .framer-123hpk4 { position: sticky; top: 0px; z-index: 1; } .framer-eNMag .framer-1i86uvf-container { order: 1; } .framer-eNMag .framer-ij3gw5-container { order: 2; } .framer-eNMag .framer-1rus9mw-container { order: 3; } .framer-eNMag .framer-e65nj4-container { order: 4; }}
@media (max-width: 809px) { .framer-eNMag.framer-bokzqu { width: 390px; } .framer-eNMag .framer-1mnvhb7-container { z-index: 4; } .framer-eNMag .framer-1m28q4r { -webkit-filter: blur(29px); filter: blur(29px); height: 136px; left: calc(50.00000000000002% - 316px / 2); top: calc(50.00000000000002% - 136px / 2); width: 316px; } .framer-eNMag .framer-tfnh47 { gap: 40px; height: min-content; justify-content: flex-start; padding: 0px 24px 120px 24px; } .framer-eNMag .framer-r03pi0 { align-content: center; align-items: center; flex-direction: column; gap: 40px; max-width: 390px; } .framer-eNMag .framer-1ge1vgk { align-content: center; align-items: center; justify-content: center; padding: 0px; width: 100%; } .framer-eNMag .framer-uqya0p { height: auto; left: unset; order: 0; position: relative; top: unset; white-space: pre; width: auto; } .framer-eNMag .framer-jb52xq { max-width: unset; order: 1; } .framer-eNMag .framer-1icd9kp { max-width: 320px; order: 3; } .framer-eNMag .framer-1osn7sp { order: 2; } .framer-eNMag .framer-1jrgbgu { height: 387px; max-width: 320px; width: 75%; } .framer-eNMag .framer-rjqkop { flex: none; gap: 0px; height: min-content; padding: 0px; width: 100%; } .framer-eNMag .framer-1ltw5ov { gap: 0px; justify-content: center; } .framer-eNMag .framer-imb3dh { max-width: 320px; } .framer-eNMag .framer-123hpk4 { padding: 200px 24px 120px 24px; } .framer-eNMag .framer-13xbae7 { max-width: unset; width: 90%; }}
.framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper), .framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 1.6px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 810px) { .framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper), .framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 1.6px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 809px) and (min-width: 0px) { .framer-NxMOG .framer-styles-preset-1pobj2g:not(.rich-text-wrapper), .framer-NxMOG .framer-styles-preset-1pobj2g.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 1.6px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-g2MQi.framer-1f1t3an, .framer-g2MQi .framer-1f1t3an { display: block; }
.framer-g2MQi.framer-19hnh81 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 20px 140px 20px; position: relative; width: 1200px; }
.framer-g2MQi .framer-qocytd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1200px; padding: 120px 80px 120px 80px; position: relative; width: 100%; }
.framer-g2MQi .framer-6wpprt { flex: none; height: auto; max-width: 380px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-g2MQi .framer-t7jd1x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }
.framer-g2MQi .framer-2z9cyf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-g2MQi .framer-1dzprhq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-g2MQi .framer-ss4qrr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 24px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 6%; }
.framer-g2MQi .framer-a9wamw { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }
.framer-g2MQi .framer-1cab4bt-container, .framer-g2MQi .framer-bu7y7u-container { flex: none; height: auto; position: relative; width: auto; }
.framer-g2MQi .framer-1046aj4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }
.framer-g2MQi .framer-148zzoh { flex: 1 0 0px; height: auto; max-width: 480px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-g2MQi .framer-xaats1, .framer-g2MQi .framer-1kk0hbx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 455px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-g2MQi .framer-n65pyl { cursor: pointer; flex: 1 0 0px; height: 100%; overflow: hidden; position: sticky; top: 0px; width: 1px; z-index: 1; }
.framer-g2MQi .framer-etqes9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 48%; }
.framer-g2MQi .framer-oash22 { cursor: pointer; flex: none; height: 100%; overflow: hidden; position: relative; width: 49%; }
.framer-g2MQi .framer-141gqjg { cursor: pointer; flex: 1 0 0px; height: 100%; overflow: hidden; position: relative; width: 1px; }
.framer-g2MQi .framer-1uhlhlg-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }
.framer-g2MQi .framer-3jncah-container { flex: none; height: auto; position: relative; width: 1200px; }
.framer-EC3SY.framer-ahlyvj, .framer-EC3SY .framer-ahlyvj { display: block; }
.framer-EC3SY.framer-3tafqx { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 480px; overflow: hidden; padding: 12px; position: relative; text-decoration: none; width: min-content; }
.framer-EC3SY .framer-u29doz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 432px; }
.framer-EC3SY .framer-1vve3he { flex: none; height: 435px; position: relative; width: 100%; }
.framer-EC3SY .framer-br7iai { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }
.framer-EC3SY .framer-6zsvy2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }
.framer-EC3SY .framer-1pw4d3y, .framer-EC3SY .framer-ag0f24 { flex: none; height: 12px; overflow: visible; position: relative; width: 100%; }
.framer-EC3SY .framer-fkk97f { flex: none; height: auto; max-width: 280px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-EC3SY .framer-12aosw3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-EC3SY .framer-1fxo0ms { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-EC3SY .framer-1r192x7 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-EC3SY .framer-lwdvix-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 27px); position: relative; width: 24px; }
.framer-EC3SY.framer-v-1m3nwp7.framer-3tafqx { max-width: unset; width: 480px; }
.framer-EC3SY.framer-v-1m3nwp7 .framer-u29doz { width: 100%; }
.framer-EC3SY.framer-v-1m3nwp7 .framer-1vve3he { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 320px; justify-content: center; padding: 0px; }
.framer-EC3SY.framer-v-1m3nwp7 .framer-br7iai { z-index: 1; }
.framer-EC3SY.framer-v-3tafqx.pressed .framer-lwdvix-container { height: var(--framer-aspect-ratio-supported, 24px); }
.framer-EC3SY.framer-v-1m3nwp7.pressed.framer-3tafqx { max-width: unset; }
.framer-EC3SY[data-border="true"]::after, .framer-EC3SY [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }
.framer-2aNtq .framer-styles-preset-xk7yr4:not(.rich-text-wrapper), .framer-2aNtq .framer-styles-preset-xk7yr4.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }
@media (max-width: 1199px) and (min-width: 810px) { .framer-2aNtq .framer-styles-preset-xk7yr4:not(.rich-text-wrapper), .framer-2aNtq .framer-styles-preset-xk7yr4.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
@media (max-width: 809px) and (min-width: 0px) { .framer-2aNtq .framer-styles-preset-xk7yr4:not(.rich-text-wrapper), .framer-2aNtq .framer-styles-preset-xk7yr4.rich-text-wrapper h1 { --framer-font-family: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-bold-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-family-italic: "Cormorant Garamond", "Cormorant Garamond Placeholder", serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #1f1f1f; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }
.framer-XsfBd.framer-lux5qc, .framer-XsfBd .framer-lux5qc { display: block; }
.framer-XsfBd.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }
.framer-XsfBd .framer-1r5fmnm-container, .framer-XsfBd .framer-uvd48e-container, .framer-XsfBd .framer-1akr7wd-container, .framer-XsfBd .framer-9msx3j-container, .framer-XsfBd .framer-1hqz2a3-container, .framer-XsfBd .framer-85hx2f-container, .framer-XsfBd .framer-19gyhpo-container, .framer-XsfBd .framer-1yf4o76-container { flex: none; height: auto; position: relative; width: auto; }
.framer-XsfBd .framer-r3nj5n { flex: none; height: 100vh; left: calc(50.00000000000002% - 119.08333333333334% / 2); mix-blend-mode: multiply; opacity: 0.14; overflow: visible; pointer-events: none; position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 119%; z-index: 10; }
.framer-XsfBd .framer-1dyrc9p-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; will-change: var(--framer-will-change-effect-override, transform); z-index: 3; }
.framer-XsfBd .framer-scd1c6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 742px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }
.framer-XsfBd .framer-jlzyem { -webkit-filter: blur(70px); background-color: rgba(237, 237, 237, 0.7); filter: blur(70px); flex: none; height: 306px; left: calc(47.25000000000002% - 929px / 2); overflow: visible; position: absolute; top: calc(48.37500000000002% - 306px / 2); width: 929px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-XsfBd .framer-qar1tw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }
.framer-XsfBd .framer-q0dj6f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 51%; max-width: 700px; opacity: 0.8; position: absolute; text-shadow: 1px 1px 0px #000000; top: 43%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 60%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-XsfBd .framer-1btzve9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 50%; opacity: 0.8; position: absolute; text-shadow: 1px 1px 2px rgba(71, 71, 71, 0.68); top: 60%; transform: translate(-50%, -50%); white-space: pre-wrap; width: 100%; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }
.framer-XsfBd .framer-983mlh-container { flex: none; height: auto; left: 50%; position: absolute; top: 73%; transform: translate(-50%, -50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }
.framer-XsfBd .framer-1m9o4z2 { align-content: center; align-items: center; background-color: #fcfcfc; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 1955px; overflow: hidden; padding: 80px; position: relative; width: 100%; }
.framer-XsfBd .framer-q966mg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; max-width: 480px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1xxvtia { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 12px 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1q3yufh { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: visible; position: relative; width: 32px; }
.framer-XsfBd .framer-1l5kn3j { background-color: #8d8271; flex: none; height: 1px; overflow: hidden; position: relative; width: 50%; }
.framer-XsfBd .framer-1yr5ea0 { flex: none; height: 12px; overflow: hidden; position: relative; width: 50%; }
.framer-XsfBd .framer-b7of5f { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 420px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-XsfBd .framer-8ntyex { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1flyfhh { --border-bottom-width: 1px; --border-color: #616161; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; flex: none; height: 480px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-filter-override, filter); }
.framer-XsfBd .framer-me504g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-pnqcrf, .framer-XsfBd .framer-1tuzk96 { --border-bottom-width: 1px; --border-color: #616161; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; flex: none; height: 320px; overflow: hidden; position: relative; width: 50%; will-change: var(--framer-will-change-filter-override, filter); }
.framer-XsfBd .framer-1vllihh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 82px; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1ts29d3, .framer-XsfBd .framer-19wti40 { background-color: #ababab; flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 1px; }
.framer-XsfBd .framer-8nlfqm { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: 460px; justify-content: center; max-width: 1200px; overflow: visible; padding: 120px 0px 35px 0px; position: relative; width: 100%; z-index: 1; }
.framer-XsfBd .framer-se4of3 { flex: none; height: 100%; overflow: hidden; position: sticky; top: 0px; width: 36%; z-index: 1; }
.framer-XsfBd .framer-116ndn9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 40%; }
.framer-XsfBd .framer-1vlvuzg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-13rd8o3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }
.framer-XsfBd .framer-1qt3ysp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }
.framer-XsfBd .framer-1p3ua7j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 28px 0px 0px 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-131y6e3 { flex: none; height: 327px; overflow: hidden; position: relative; width: 101%; }
.framer-XsfBd .framer-1c25b2w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 120px 0px 80px 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-vxc41n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1pl3fek, .framer-XsfBd .framer-dsatgp { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }
.framer-XsfBd .framer-10960tb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }
.framer-XsfBd .framer-1v1p3xw { display: grid; flex: 1 0 0px; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; padding: 0px; position: relative; width: 1px; }
.framer-XsfBd .framer-5bdocb { --border-bottom-width: 1px; --border-color: #e0e0e0; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 24px; height: min-content; justify-content: flex-start; justify-self: start; padding: 12px; position: relative; width: 100%; }
.framer-XsfBd .framer-i7b17i-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }
.framer-XsfBd .framer-souur6-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }
.framer-XsfBd .framer-199ad98-container { flex: none; height: auto; position: relative; width: 100%; }
.framer-XsfBd[data-border="true"]::after, .framer-XsfBd [data-border="true"]::after { content: ""; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; corner-shape: inherit; pointer-events: none; }
@media (min-width: 810px) and (max-width: 1199.98px) { .framer-XsfBd.framer-72rtr7 { width: 810px; } .framer-XsfBd .framer-1r5fmnm-container { order: 0; } .framer-XsfBd .framer-r3nj5n { order: 1; } .framer-XsfBd .framer-1dyrc9p-container { order: 2; } .framer-XsfBd .framer-scd1c6 { order: 3; } .framer-XsfBd .framer-jlzyem { height: 275px; left: calc(50.12345679012348% - 721px / 2); top: calc(41.75925925925928% - 275px / 2); width: 721px; } .framer-XsfBd .framer-q0dj6f { width: 100%; } .framer-XsfBd .framer-1btzve9 { top: 59%; } .framer-XsfBd .framer-uvd48e-container { order: 4; } .framer-XsfBd .framer-1m9o4z2 { max-width: 1200px; order: 5; } .framer-XsfBd .framer-8nlfqm { gap: 40px; order: 6; } .framer-XsfBd .framer-se4of3 { height: 298px; width: 40%; } .framer-XsfBd .framer-116ndn9 { width: 50%; } .framer-XsfBd .framer-1c25b2w { order: 7; padding: 120px 0px 0px 0px; } .framer-XsfBd .framer-1v1p3xw { grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-XsfBd .framer-5bdocb { justify-self: center; order: 0; width: min-content; } .framer-XsfBd .framer-i7b17i-container { justify-self: center; order: 1; width: 456px; z-index: 1; } .framer-XsfBd .framer-souur6-container { order: 8; width: 100%; } .framer-XsfBd .framer-199ad98-container { order: 9; }}
@media (max-width: 809.98px) { .framer-XsfBd.framer-72rtr7 { width: 390px; } .framer-XsfBd .framer-1r5fmnm-container { order: 0; } .framer-XsfBd .framer-r3nj5n { order: 1; } .framer-XsfBd .framer-1dyrc9p-container, .framer-XsfBd .framer-131y6e3 { order: 2; } .framer-XsfBd .framer-scd1c6 { flex-direction: column; order: 3; } .framer-XsfBd .framer-jlzyem { height: 308px; left: 35px; right: 35px; top: calc(43.957345971564% - 308px / 2); width: unset; } .framer-XsfBd .framer-qar1tw { height: 1px; width: 100%; } .framer-XsfBd .framer-q0dj6f { left: 50%; max-width: 480px; opacity: 0.73; top: 39%; width: 100%; } .framer-XsfBd .framer-1btzve9 { opacity: unset; top: 56%; } .framer-XsfBd .framer-983mlh-container { top: 69%; } .framer-XsfBd .framer-uvd48e-container { order: 4; } .framer-XsfBd .framer-1m9o4z2 { max-width: unset; order: 5; padding: 80px 24px 80px 24px; } .framer-XsfBd .framer-1q3yufh { gap: 10px; } .framer-XsfBd .framer-8ntyex { gap: 12px; max-width: 380px; } .framer-XsfBd .framer-1flyfhh { height: 380px; } .framer-XsfBd .framer-me504g { gap: 12px; } .framer-XsfBd .framer-pnqcrf { height: 240px; } .framer-XsfBd .framer-1tuzk96 { align-self: stretch; height: auto; } .framer-XsfBd .framer-1vllihh { gap: 4px; height: min-content; max-width: 380px; } .framer-XsfBd .framer-8nlfqm { flex-direction: column; height: 885px; max-width: 380px; order: 6; padding: 120px 24px 35px 24px; } .framer-XsfBd .framer-116ndn9 { order: 1; width: 100%; } .framer-XsfBd .framer-1p3ua7j { gap: 8px; } .framer-XsfBd .framer-1hqz2a3-container { flex: 1 0 0px; width: 1px; } .framer-XsfBd .framer-1c25b2w { height: 2012px; order: 7; padding: 120px 24px 120px 24px; } .framer-XsfBd .framer-dsatgp { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-XsfBd .framer-10960tb { align-content: flex-start; align-items: flex-start; } .framer-XsfBd .framer-1v1p3xw { grid-template-columns: repeat(1, minmax(50px, 1fr)); max-width: 380px; } .framer-XsfBd .framer-5bdocb { justify-self: center; } .framer-XsfBd .framer-19gyhpo-container, .framer-XsfBd .framer-1yf4o76-container { width: 100%; } .framer-XsfBd .framer-souur6-container { order: 8; } .framer-XsfBd .framer-199ad98-container { order: 9; }}

/* --- Local additions: global cursor + contact form --- */
button { cursor: pointer; }

/* Contact form */
form.framer-1mvmfqr {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px 16px;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
form.framer-1mvmfqr > label { display: block; width: 100%; margin: 0; padding: 0; }
form.framer-1mvmfqr > label:nth-of-type(3),
form.framer-1mvmfqr > label:nth-of-type(4),
form.framer-1mvmfqr > .framer-s206i7-container,
form.framer-1mvmfqr > .framer-2uc3ai-container { grid-column: 1 / -1; }

form.framer-1mvmfqr .framer-form-input-wrapper {
  width: 100%;
  display: block;
}
form.framer-1mvmfqr input[type="text"],
form.framer-1mvmfqr input[type="email"],
form.framer-1mvmfqr textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  font-size: 15px;
  font-family: Raleway, sans-serif;
  color: #1f1f1f;
  background: #fff;
  border: 1px solid #d8d3c8;
  border-radius: 6px;
  outline: none;
  transition: border-color .2s, box-shadow .2s;
  letter-spacing: .2px;
}
form.framer-1mvmfqr textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.55;
}
form.framer-1mvmfqr input::placeholder,
form.framer-1mvmfqr textarea::placeholder {
  color: #a19486;
  opacity: 1;
}
form.framer-1mvmfqr input:focus,
form.framer-1mvmfqr textarea:focus {
  border-color: #8d8271;
  box-shadow: 0 0 0 3px rgba(141, 130, 113, 0.15);
}
form.framer-1mvmfqr .framer-s206i7-container {
  margin-top: 4px;
}
form.framer-1mvmfqr button[type="submit"] {
  width: 100%;
  padding: 18px 24px;
  background: #8d8271;
  color: #fff !important;
  border: none;
  border-radius: 6px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  cursor: pointer;
  transition: background .2s, transform .1s;
}
form.framer-1mvmfqr button[type="submit"]:hover { background: #75695a; }
form.framer-1mvmfqr button[type="submit"]:active { transform: translateY(1px); }
form.framer-1mvmfqr button[type="submit"] p,
form.framer-1mvmfqr button[type="submit"] .framer-text {
  color: #fff !important;
  margin: 0;
}
form.framer-1mvmfqr .framer-2uc3ai-container { display: block; width: 100%; }

/* Hide honeypot fields (no placeholder, late in form) */
form.framer-1mvmfqr input[name="website"],
form.framer-1mvmfqr input[name="company"],
form.framer-1mvmfqr input[name="message"],
form.framer-1mvmfqr input[name="subject"],
form.framer-1mvmfqr input[name="title"],
form.framer-1mvmfqr input[name="description"],
form.framer-1mvmfqr input[name="feedback"],
form.framer-1mvmfqr input[name="notes"],
form.framer-1mvmfqr input[name="details"],
form.framer-1mvmfqr input[name="remarks"],
form.framer-1mvmfqr input[name="comments"] {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Success message */
#contact-form-success {
  display: none;
  max-width: 640px;
  margin: 0 auto;
  padding: 32px 28px;
  background: rgba(51, 196, 139, 0.08);
  border: 1px solid rgba(51, 196, 139, 0.3);
  border-radius: 8px;
  color: #1f1f1f;
  font-family: Raleway, sans-serif;
  text-align: center;
}
#contact-form-success h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #1f1f1f;
}
#contact-form-success p { margin: 0; font-size: 15px; line-height: 1.6; color: #555; }

@media (max-width: 600px) {
  form.framer-1mvmfqr { grid-template-columns: 1fr; }
  form.framer-1mvmfqr > label:nth-of-type(1),
  form.framer-1mvmfqr > label:nth-of-type(2) { grid-column: 1 / -1; }
}

form.framer-1mvmfqr.is-submitted { display: none !important; }

/* Fix FAQ overlap with footer on /contact/ */
.framer-6h06op { position: relative !important; }

/* FAQ accordion (contact page) */
.framer-1ktgzq8 [data-framer-name="Question"] { cursor: pointer; user-select: none; }
.framer-vcu5l1 { transition: transform .3s ease; }
.framer-1ktgzq8.is-open .framer-vcu5l1 { transform: rotate(45deg) !important; }
.framer-1ktgzq8 .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 28px;
  font-family: Raleway, sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  transition: max-height .35s ease, padding .35s ease, opacity .25s ease;
}
.framer-1ktgzq8.is-open .faq-answer {
  max-height: 600px;
  padding: 4px 28px 24px;
  opacity: 1;
}
.framer-1ktgzq8 .faq-answer p { margin: 0 0 8px; }
.framer-1ktgzq8 .faq-answer p:last-child { margin-bottom: 0; }
.framer-1ktgzq8 .faq-answer ul { margin: 8px 0 0; padding-left: 20px; }
.framer-1ktgzq8 .faq-answer li { margin-bottom: 6px; }

/* Widen contact header LHS to match /location's wide layout */
@media (min-width: 810px) {
  .framer-aUZbR .framer-1a0tgwe { max-width: 1100px !important; width: min(1100px, 90%) !important; }
  .framer-aUZbR .framer-15vr8t1 { width: 100% !important; max-width: 1080px !important; }
  .framer-aUZbR .framer-1533yy4 { max-width: 100% !important; }
}

/* === Mobile UX overrides v1 === */

/* Image overflow safety — never wider than container */
img, video, iframe { max-width: 100%; }

/* Hamburger button + drawer (hidden by default; shown on small viewports) */
#mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255,255,255,0.95);
  border: 1px solid #d8d3c8;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
}
#mobile-menu-toggle svg { width: 22px; height: 22px; display: block; }
#mobile-menu-toggle.is-hidden { display: none !important; }

/* Drawer: white translucent panel with logo + centered links + Kontakt pill */
#mobile-menu-drawer {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9998;
  padding: 20px 24px 36px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-height: calc(100vh - 64px);
  overflow-y: auto;
}
#mobile-menu-drawer.is-open { display: flex; }

#mobile-menu-drawer .mm-logo {
  display: block;
  margin: 0 auto 16px;
  flex: 0 0 auto;
}
#mobile-menu-drawer .mm-logo img {
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}
#mobile-menu-drawer .mm-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-menu-drawer .mm-close svg { width: 22px; height: 22px; display: block; }

#mobile-menu-drawer .mm-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  width: 100%;
  margin: 4px 0 20px;
}
#mobile-menu-drawer .mm-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  font-family: Raleway, "Raleway Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #1f1f1f;
  text-decoration: none;
  text-align: center;
  min-height: 44px;
  width: 100%;
  text-transform: uppercase;
  transition: color .2s;
}
#mobile-menu-drawer .mm-link:hover,
#mobile-menu-drawer .mm-link:focus { color: #8d8271; }

#mobile-menu-drawer .mm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  background: #8d8271;
  color: #fff !important;
  font-family: "Radio Canada Big", "Radio Canada Big Placeholder", Raleway, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 4px;
  min-height: 48px;
  min-width: 160px;
  margin-top: 8px;
  transition: background .2s, transform .1s;
  box-shadow: 0 4px 14px rgba(141, 130, 113, 0.25);
}
#mobile-menu-drawer .mm-cta:hover { background: #75695a; }
#mobile-menu-drawer .mm-cta:active { transform: translateY(1px); }

@media (max-width: 720px) {
  #mobile-menu-toggle { display: none; }  /* will be replaced by mobile header's button */
  /* Hide the entire Framer nav + the custom contact strip; mobile header is injected by mobile-menu.js */
  nav.framer-D7Sw9,
  body > div div[style*="padding: 8px 0px"][style*="z-index: 1"] {
    display: none !important;
  }
  /* Stub-page hand-rolled nav also hidden on mobile (replaced by injected header) */
  body > nav { display: none !important; }
  /* Page content needs top padding to clear the fixed mobile header */
  body { padding-top: 64px !important; }
}

/* Tap targets ≥44px and tiny text ≥14px on mobile */
@media (max-width: 768px) {
  nav a, footer a, .framer-text a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
  }
  /* Floor body text */
  body { font-size: 16px; }
  p, li, span, div, label, button, a { font-size: max(14px, 0.875rem); }
  /* But preserve large display text */
  h1 { font-size: clamp(28px, 7vw, 56px) !important; }
  h2 { font-size: clamp(22px, 5vw, 40px) !important; }
  h3 { font-size: clamp(18px, 4vw, 28px) !important; }
  h4 { font-size: clamp(16px, 3.2vw, 22px) !important; }
}

/* Stub page nav stretching: prevent overflow at narrow widths */
@media (max-width: 720px) {
  /* Hand-rolled stub nav has a div with display:flex;gap:24px; — let it wrap/hide */
  body > nav { padding: 16px 5vw !important; flex-wrap: wrap; }
}

/* Better Katalog grid card text on phones */
@media (max-width: 640px) {
  #katalog-grid a > div:first-child { font-size: 13px !important; }
  #katalog-grid a > div:last-child { font-size: 11px !important; }
}

/* Contact form: ensure inputs ≥44px height on mobile */
@media (max-width: 600px) {
  form.framer-1mvmfqr input[type="text"],
  form.framer-1mvmfqr input[type="email"],
  form.framer-1mvmfqr textarea {
    font-size: 16px;
    padding: 14px 16px;
    min-height: 48px;
  }
  form.framer-1mvmfqr textarea { min-height: 140px; }
  form.framer-1mvmfqr button[type="submit"] { min-height: 56px; font-size: 15px; }
}

/* Mobile UX final polish */
@media (max-width: 768px) {
  /* Bump nav/footer link tap targets to full 44px */
  nav a, footer a, .framer-text a { min-height: 44px; padding: 6px 4px; }
  /* Privacy policy button (and inline form buttons styled as links) */
  form button[style*='underline'], form .framer-text button {
    min-height: 44px; padding: 8px 4px; display: inline-flex; align-items: center;
  }
}
/* Hamburger toggle bigger for thumb */
#mobile-menu-toggle { min-width: 48px; min-height: 48px; }

/* Katalog pills + FAQ rows: bump tap targets on mobile */
@media (max-width: 768px) {
  #katalog-pills button { min-height: 44px; padding: 12px 16px !important; }
  [data-framer-name="Question"] { min-height: 56px; padding: 8px 16px; display: flex !important; align-items: center; }
  [data-framer-name="Question"] h4 { margin: 0; padding-right: 40px; }
}

/* Catch all <button> on mobile (covers Framer's runtime-rendered Katalog pills on c-1..c-7) */
@media (max-width: 768px) {
  button { min-height: 44px; }
}

/* Injected mobile header bar (logo + hamburger) */
#mobile-header {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 64px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px) saturate(140%);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  z-index: 9997;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  box-sizing: border-box;
}
@media (max-width: 720px) {
  #mobile-header { display: flex; }
}
#mobile-header .mh-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1f1f1f;
  height: 44px;
}
#mobile-header .mh-logo img {
  height: 44px;
  width: 44px;
  object-fit: contain;
  display: block;
}
#mobile-header .mh-logo .mh-brand {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-left: 10px;
  color: #1f1f1f;
}
#mobile-header .mh-burger {
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background .15s;
}
#mobile-header .mh-burger:hover { background: rgba(0, 0, 0, 0.04); }
#mobile-header .mh-burger svg { width: 24px; height: 24px; display: block; }


/* ─── Mobile footer (replaces cramped Framer footer at ≤720px) ─── */
@media (max-width: 720px) {
  footer:not(#mobile-footer) { display: none !important; }
}
#mobile-footer {
  display: none;
  background: #f4f1ec;
  padding: 48px 24px 32px;
  border-top: 1px solid rgba(0,0,0,0.06);
  flex-direction: column;
  align-items: center;
  gap: 28px;
  text-align: center;
  font-family: Raleway, sans-serif;
  color: #1f1f1f;
  position: relative;
}
@media (max-width: 720px) {
  #mobile-footer { display: flex; }
}
#mobile-footer .mf-logo {
  display: block;
  flex: 0 0 auto;
}
#mobile-footer .mf-logo img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  display: block;
}
#mobile-footer .mf-col {
  width: 100%;
  max-width: 320px;
}
#mobile-footer .mf-col h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  color: #1f1f1f;
  border-bottom: 1px solid #8d8271;
  display: inline-block;
}
#mobile-footer .mf-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#mobile-footer .mf-col li { margin: 0; padding: 0; }
#mobile-footer .mf-col a {
  display: inline-block;
  padding: 4px 0;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  color: #303030;
  text-decoration: none;
  min-height: 32px;
  transition: color .15s;
}
#mobile-footer .mf-col a:hover { color: #8d8271; }
#mobile-footer .mf-copyright {
  width: 100%;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(0,0,0,0.08);
  font-size: 12px;
  letter-spacing: 0.5px;
  color: #777;
  line-height: 1.6;
  word-wrap: break-word;
}
#mobile-footer .mf-copyright a { color: #555; text-decoration: underline; }

/* Stub pages have their own simple footer — keep visible since the Framer footer doesn't exist on them */

/* === Stanovi detail-page mobile fix (v2, 2026-05-18) ===
   On apartment pages the 4 images sit in two 455px-tall flex rows of 2 images each.
   At phone widths this squashes each image into ~50–100 px wide, unreadable.
   Stack everything vertically, full-width, auto-height. */
@media (max-width: 720px) {
  .framer-g2MQi .framer-qocytd { padding: 40px 16px 60px !important; gap: 24px !important; }
  .framer-g2MQi .framer-xaats1,
  .framer-g2MQi .framer-1kk0hbx {
    flex-direction: column !important;
    height: auto !important;
    gap: 16px !important;
    overflow: visible !important;
  }
  .framer-g2MQi .framer-n65pyl,
  .framer-g2MQi .framer-etqes9,
  .framer-g2MQi .framer-oash22,
  .framer-g2MQi .framer-141gqjg {
    width: 100% !important;
    height: auto !important;
    flex: 0 0 auto !important;
    position: relative !important;
    top: auto !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }
  .framer-g2MQi [data-framer-name="Image 1"] > [data-framer-background-image-wrapper],
  .framer-g2MQi [data-framer-name="Image 2"] > [data-framer-background-image-wrapper] {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
  }
  .framer-g2MQi [data-framer-name="Image 1"] img,
  .framer-g2MQi [data-framer-name="Image 2"] img {
    width: 100% !important;
    height: auto !important;
    max-height: 80vh !important;
    object-fit: contain !important;
    background: #f4f1ec;
  }
  .framer-g2MQi .framer-t7jd1x { padding: 0 !important; }
  .framer-g2MQi h2.framer-text { font-size: clamp(28px, 7vw, 40px) !important; line-height: 1.2 !important; }
}
