@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --module-max-width: 100%;
  --topmargin: 16px;
  --toppadding: 40px;
  --lr-content-margin: 24px;
  --tb-content-padding: 40px;
  --lr-content-padding: 24px;
  --lr-boxed-padding: 24px;
  /* Specials bar state management */
  --specials-bar-display: none;
  --specials-bar-height: 0px;
  --header-top-offset: 0px;
}

@media (min-width: 768px) {
  :root {
    --topmargin: 32px;
    --toppadding: 56px;
    --lr-content-margin: 48px;
    --tb-content-padding: 0;
    --lr-content-padding: 0;
  }
}
@media (min-width: 1366px) {
  :root {
    --lr-content-margin: 96px;
    --topmargin: 56px;
    --toppadding: 160px;
    --content-margin: 72px;
  }
}
@media (min-width: 1256px) {
  :root {
    --module-max-width: 1256px;
  }
}
@media (min-width: 1352px) {
  :root {
    --lr-content-margin: 0;
  }
}
/*********************
TYPOGRAPHY
*********************/
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html {
  overflow: hidden;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

.swipebox-html #swipebox-slider {
  display: inline-block;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 85%;
  width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide img {
  width: 85%;
  max-width: 100%;
  max-height: 80vh;
  width: auto;
}

@media (min-width: 1366px) {
  #swipebox-slider .slide img {
    max-width: 1440px;
  }
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2218%22%20height%3D%2229%22%20viewBox%3D%220%200%2018%2029%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2%2027.5L15%2014.5L2%201.5%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  top: 0;
  background-position: right center;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: 50px;
}

#swipebox-prev {
  float: left;
  transform: rotate(180deg);
}

#swipebox-next {
  float: right;
}

#swipebox-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
}

#swipebox-close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#swipebox-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 896px) {
  #swipebox-close {
    top: 15px;
    right: 0;
  }
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev,
#swipebox-next {
  width: 100px;
  height: 100%;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

#swipebox-prev:hover,
#swipebox-next:hover {
  cursor: pointer;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    top: 24px;
    right: 24px;
  }
  #swipebox-arrows {
    width: 95%;
    max-width: 95%;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: transparent;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.swipebox-transparent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.9;
  background: #000000;
}

/* Skin
--------------------------*/
#swipebox-bottom-bar,
#swipebox-top-bar {
  background: transparent;
}

#swipebox-top-bar {
  transform: translate3d(0, 0, 0) !important;
}

#swipebox-bottom-bar {
  top: 50%;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1440px;
  width: 85%;
}

/**
* Swiper 5.4.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://swiperjs.com
*
* Copyright 2014-2020 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: May 15, 2020
*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.breadcrumbs .breadcrumb-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .breadcrumbs .breadcrumb-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.btn-large:not(li),
.btn-large a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  padding: 16px 32px;
  min-height: 48px;
}

.btn-large:not(li):hover,
.btn-large a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-large:not(li):active,
.btn-large a:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-large:not(li):focus,
.btn-large a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-large:not(li) a,
.btn-large a a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .btn-large:not(li),
  .btn-large a {
    font-size: 1.125rem;
    padding: 24px 40px;
    min-height: 52px;
  }
}
.btn-medium:not(li),
.btn-medium a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.875rem;
  padding: 8px 24px;
  min-height: 40px;
}

.btn-medium:not(li):hover,
.btn-medium a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-medium:not(li):active,
.btn-medium a:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-medium:not(li):focus,
.btn-medium a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-medium:not(li) a,
.btn-medium a a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .btn-medium:not(li),
  .btn-medium a {
    font-size: 1rem;
    padding: 16px 32px;
    min-height: 44px;
  }
}
.btn-small:not(li),
.btn-small a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.75rem;
  padding: 4px 16px;
  min-height: 32px;
}

.btn-small:not(li):hover,
.btn-small a:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-small:not(li):active,
.btn-small a:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-small:not(li):focus,
.btn-small a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.btn-small:not(li) a,
.btn-small a a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .btn-small:not(li),
  .btn-small a {
    font-size: 0.875rem;
    padding: 8px 24px;
    min-height: 36px;
  }
}
.color-bg:not(li),
.color-bg a {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.color-bg:not(li) svg path,
.color-bg a svg path {
  fill: #ffffff;
}

.color-bg:not(li):hover,
.color-bg a:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

.color-bg:not(li):hover svg path,
.color-bg a:hover svg path {
  fill: #ffffff;
}

.color-bg:not(li):focus,
.color-bg a:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.transparent-bg:not(li),
.transparent-bg a {
  color: #2563eb;
  background: transparent;
  border-color: #2563eb;
}

.transparent-bg:not(li) svg path,
.transparent-bg a svg path {
  fill: #2563eb;
}

.transparent-bg:not(li):hover,
.transparent-bg a:hover {
  background: #2563eb;
  border-color: #2563eb;
  color: #ffffff;
}

.transparent-bg:not(li):hover svg path,
.transparent-bg a:hover svg path {
  fill: #ffffff;
}

.transparent-bg:not(li):focus,
.transparent-bg a:focus {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.secondary-bg:not(li),
.secondary-bg a {
  background: #7c3aed;
  color: #ffffff;
  border-color: #7c3aed;
}

.secondary-bg:not(li) svg path,
.secondary-bg a svg path {
  fill: #ffffff;
}

.secondary-bg:not(li):hover,
.secondary-bg a:hover {
  background: #6d28d9;
  border-color: #6d28d9;
}

.secondary-bg:not(li):hover svg path,
.secondary-bg a:hover svg path {
  fill: #ffffff;
}

.secondary-bg:not(li):focus,
.secondary-bg a:focus {
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.2);
}

.success-bg:not(li),
.success-bg a {
  background: #059669;
  color: #ffffff;
  border-color: #059669;
}

.success-bg:not(li):hover,
.success-bg a:hover {
  background: rgb(3.3548387097, 100.6451612903, 70.4516129032);
  border-color: rgb(3.3548387097, 100.6451612903, 70.4516129032);
}

.success-bg:not(li):focus,
.success-bg a:focus {
  box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.2);
}

.ghost-bg:not(li),
.ghost-bg a {
  background: transparent;
  color: #4b5563;
  border-color: #d1d5db;
}

.ghost-bg:not(li):hover,
.ghost-bg a:hover {
  background: #f9fafb;
  border-color: #d1d5db;
  color: #111827;
}

.ghost-bg:not(li):focus,
.ghost-bg a:focus {
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
}

.link-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 16px;
  row-gap: 16px;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .link-wrap {
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.link-wrap .video-link {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

ul.social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  margin-top: 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  ul.social-menu {
    justify-content: flex-start;
  }
}
ul.social-menu svg path {
  fill: #0f172a;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

ul.social-menu li {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.social-menu li:hover svg path, ul.social-menu li:active svg path, ul.social-menu li:focus svg path,
ul.social-menu a:hover svg path,
ul.social-menu a:active svg path,
ul.social-menu a:focus svg path {
  fill: #2563eb !important;
}

ul.social-menu span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.gform_wrapper.gravity-theme form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.gform_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.gform_wrapper .gform_fields .gfield {
  flex: 1 1 100%;
  min-width: 0;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_fields .gfield--width-half,
  .gform_wrapper .gform_fields .gfield.half-width {
    flex: 1 1 calc(50% - 8px);
  }
  .gform_wrapper .gform_fields .gfield--width-third {
    flex: 1 1 calc(33.333% - 10.6666666667px);
  }
  .gform_wrapper .gform_fields .gfield--width-quarter {
    flex: 1 1 calc(25% - 12px);
  }
  .gform_wrapper .gform_fields .gfield--width-full,
  .gform_wrapper .gform_fields .gfield.full-width {
    flex: 1 1 100%;
  }
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=file],
.gform_wrapper.gravity-theme textarea {
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_wrapper.gravity-theme input[type=text]:hover,
.gform_wrapper.gravity-theme input[type=email]:hover,
.gform_wrapper.gravity-theme input[type=url]:hover,
.gform_wrapper.gravity-theme input[type=tel]:hover,
.gform_wrapper.gravity-theme input[type=number]:hover,
.gform_wrapper.gravity-theme input[type=file]:hover,
.gform_wrapper.gravity-theme textarea:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=file]:focus,
.gform_wrapper.gravity-theme textarea:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.gform_wrapper.gravity-theme input[type=text]:disabled,
.gform_wrapper.gravity-theme input[type=email]:disabled,
.gform_wrapper.gravity-theme input[type=url]:disabled,
.gform_wrapper.gravity-theme input[type=tel]:disabled,
.gform_wrapper.gravity-theme input[type=number]:disabled,
.gform_wrapper.gravity-theme input[type=file]:disabled,
.gform_wrapper.gravity-theme textarea:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.gform_wrapper.gravity-theme input[type=text]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]:disabled::-moz-placeholder, .gform_wrapper.gravity-theme textarea:disabled::-moz-placeholder {
  color: #ccc;
}

.gform_wrapper.gravity-theme input[type=text]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=email]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=url]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=tel]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=number]:disabled::placeholder,
.gform_wrapper.gravity-theme input[type=file]:disabled::placeholder,
.gform_wrapper.gravity-theme textarea:disabled::placeholder {
  color: #ccc;
}

.gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .gform_wrapper.gravity-theme input[type=file]::-moz-placeholder, .gform_wrapper.gravity-theme textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.gform_wrapper.gravity-theme input[type=text]::placeholder,
.gform_wrapper.gravity-theme input[type=email]::placeholder,
.gform_wrapper.gravity-theme input[type=url]::placeholder,
.gform_wrapper.gravity-theme input[type=tel]::placeholder,
.gform_wrapper.gravity-theme input[type=number]::placeholder,
.gform_wrapper.gravity-theme input[type=file]::placeholder,
.gform_wrapper.gravity-theme textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

textarea {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill::first-line {
  font-size: 16px !important;
  line-height: 24px !important;
}

.gform_wrapper.gravity-theme form input:-webkit-autofill,
.gform_wrapper.gravity-theme form input:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form input:-webkit-autofill:focus,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form textarea:-webkit-autofill:focus,
.gform_wrapper.gravity-theme form select:-webkit-autofill,
.gform_wrapper.gravity-theme form select:-webkit-autofill:hover,
.gform_wrapper.gravity-theme form select:-webkit-autofill:focus {
  border: 1px solid #6b7280;
  font-size: inherit;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.gform_wrapper.gravity-theme form .gform_footer {
  padding: 0;
  margin: 0;
}

.gform_wrapper.gravity-theme form .gform_footer input {
  margin: 0;
}

.gform_wrapper li {
  margin: 16px 0;
}

.ginput_container_date {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}

.ginput_container_date input {
  width: 100%;
  padding-right: 50px;
}

.ginput_container_date:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url("../../../files/svg/calendar-icon.svg") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.gform_wrapper .clear-multi {
  display: flex;
  align-items: center;
}

.gform_wrapper .clear-multi .gfield_time_hour input {
  margin-right: 4px;
}

.gform_wrapper .clear-multi .gfield_time_minute input {
  margin: 0 4px;
}

.gform_wrapper .clear-multi .gfield_time_ampm {
  margin-left: 4px;
}

input:focus::-webkit-input-placeholder {
  color: #6b7280;
}

[placeholder] {
  color: #6b7280;
}

::-webkit-input-placeholder {
  color: #6b7280;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6b7280;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b7280;
}

:-ms-input-placeholder {
  color: #6b7280;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.1s 0.1s ease-in-out;
  transition: opacity 0.1s 0.1s ease-in-out;
  opacity: 0;
}

.gform_body label,
.gform_body legend {
  color: #374151;
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .gform_body label,
  .gform_body legend {
    font-size: 0.9375rem;
  }
}
.gform_body label .gfield_required,
.gform_body legend .gfield_required {
  color: #dc2626;
  margin-left: 2px;
}

.gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 16px 32px;
  background: #2563eb;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gform_button:hover, .gform_button:active, .gform_button:focus {
  background: #6b7280;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.gform_button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.gform_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gform_button:disabled:hover, .gform_button:disabled:active, .gform_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
  transform: none;
  box-shadow: none;
}

.gform_button.gform_button_loading {
  color: transparent;
}

.gform_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.gform_body ul {
  padding: 0;
  margin: 0;
}

.gform_fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gform_body > ul > li {
  margin: 0 0 24px;
}

.gform_body li {
  list-style-type: none;
}

.gform_body .hidden_label label {
  display: none;
}

.gfield,
.gfield {
  width: 100%;
}

.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ginput_complex .ginput_left,
.ginput_complex .ginput_right,
.ginput_complex .ginput_full {
  display: flex;
  flex-direction: column;
}

.ginput_complex .ginput_left {
  flex: 1;
  margin-right: 4px;
}

.ginput_complex .ginput_right {
  flex: 1;
  margin-left: 4px;
}

.ginput_complex .ginput_full {
  width: 100%;
}

.ginput_complex label {
  color: #374151;
  font-weight: 600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 4px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .ginput_complex label {
    font-size: 0.9375rem;
  }
}
.ginput_complex label .gfield_required {
  color: #dc2626;
  margin-left: 2px;
}

.ginput_complex input {
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_complex input:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ginput_complex input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.ginput_complex input:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.ginput_complex input:disabled::-moz-placeholder {
  color: #ccc;
}

.ginput_complex input:disabled::placeholder {
  color: #ccc;
}

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

.ginput_complex input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.gfield.gfield_page_break,
.gfield.gfield_section_break {
  border: none;
}

.gfield.gfield_page_break .gsection_title,
.gfield.gfield_section_break .gsection_title {
  color: #6b7280;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 8px;
  border-bottom: 2px solid #f3f4f6;
  padding-bottom: 4px;
}

.gfield.gfield_page_break .gsection_description,
.gfield.gfield_section_break .gsection_description {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
}

.ginput_container_fileupload .gform_fileupload_rules {
  margin-top: 6px;
  display: block;
}

.ginput_container_fileupload .gform_drop_area {
  border: 2px dashed #6b7280;
  border-radius: 4px;
  padding: 24px;
  text-align: center;
  background: rgba(243, 244, 246, 0.3);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_fileupload .gform_drop_area:hover, .ginput_container_fileupload .gform_drop_area.gform_drag_over {
  border-color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
}

.ginput_container_fileupload .gform_drop_area .gform_drop_instructions {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 8px;
}

.ginput_container_fileupload .gform_drop_area .gform_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 16px 32px;
  background: #2563eb;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: auto;
  padding: 8px 16px;
}

.ginput_container_fileupload .gform_drop_area .gform_button:hover, .ginput_container_fileupload .gform_drop_area .gform_button:active, .ginput_container_fileupload .gform_drop_area .gform_button:focus {
  background: #6b7280;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.ginput_container_fileupload .gform_drop_area .gform_button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.ginput_container_fileupload .gform_drop_area .gform_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ginput_container_fileupload .gform_drop_area .gform_button:disabled:hover, .ginput_container_fileupload .gform_drop_area .gform_button:disabled:active, .ginput_container_fileupload .gform_drop_area .gform_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
  transform: none;
  box-shadow: none;
}

.ginput_container_fileupload .gform_drop_area .gform_button.gform_button_loading {
  color: transparent;
}

.ginput_container_fileupload .gform_drop_area .gform_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.ginput_container_fileupload .gform_fileupload_multifile {
  margin-top: 8px;
}

.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 8px;
  background: #f3f4f6;
  border-radius: 4px;
  margin-bottom: 4px;
}

.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file .gform_delete {
  color: #dc2626;
  text-decoration: none;
  font-size: 0.75rem;
}

.ginput_container_fileupload .gform_fileupload_multifile .gform_fileupload_file .gform_delete:hover {
  color: rgb(134.3333333333, 21.6666666667, 21.6666666667);
}

.gfield.gfield_hidden {
  display: none !important;
}

.gform_wrapper .gfield_description:empty {
  display: none;
}

.gform_wrapper .field_description_below:empty,
.gform_wrapper .field_description_above:empty {
  display: none;
}

.gform_wrapper fieldset ul:has(li:empty:only-child),
.gform_wrapper fieldset ul:has(li:only-child:empty) {
  display: none;
}

.gform_wrapper fieldset ul li:only-child:empty {
  display: none;
}

.gform_wrapper fieldset ul:only-child:has(li:only-child:empty) {
  display: none;
}

.gfield:empty,
.gfield:has(fieldset:empty),
.gfield:has(fieldset ul:only-of-type li:only-child:empty) {
  display: none;
}

.gfield.gfield_html .gfield_html_content {
  font-size: 0.875rem;
  line-height: 1.5;
}

.gfield.gfield_html .gfield_html_content p {
  margin-bottom: 8px;
}

.gfield.gfield_html .gfield_html_content p:last-child {
  margin-bottom: 0;
}

.ginput_container_phone input[type=tel] {
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_phone input[type=tel]:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ginput_container_phone input[type=tel]:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.ginput_container_phone input[type=tel]:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.ginput_container_phone input[type=tel]:disabled::-moz-placeholder {
  color: #ccc;
}

.ginput_container_phone input[type=tel]:disabled::placeholder {
  color: #ccc;
}

.ginput_container_phone input[type=tel]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.ginput_container_phone input[type=tel]::placeholder {
  color: #6b7280;
  opacity: 1;
}

.ginput_container_website input[type=url] {
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_website input[type=url]:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ginput_container_website input[type=url]:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.ginput_container_website input[type=url]:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.ginput_container_website input[type=url]:disabled::-moz-placeholder {
  color: #ccc;
}

.ginput_container_website input[type=url]:disabled::placeholder {
  color: #ccc;
}

.ginput_container_website input[type=url]::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.ginput_container_website input[type=url]::placeholder {
  color: #6b7280;
  opacity: 1;
}

.ginput_container_signature .gform_signature_container {
  border: 2px solid #6b7280;
  border-radius: 4px;
}

.ginput_container_signature .gform_signature_container canvas {
  display: block;
  width: 100%;
  cursor: crosshair;
}

.ginput_container_signature .gform_signature_message {
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 4px;
}

.gform_page_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

.gform_page_footer .gform_previous_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 16px 32px;
  background: #2563eb;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #6b7280;
  border: 2px solid #6b7280;
  width: auto;
}

.gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:active, .gform_page_footer .gform_previous_button:focus {
  background: #6b7280;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.gform_page_footer .gform_previous_button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.gform_page_footer .gform_previous_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gform_page_footer .gform_previous_button:disabled:hover, .gform_page_footer .gform_previous_button:disabled:active, .gform_page_footer .gform_previous_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
  transform: none;
  box-shadow: none;
}

.gform_page_footer .gform_previous_button.gform_button_loading {
  color: transparent;
}

.gform_page_footer .gform_previous_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.gform_page_footer .gform_previous_button:hover {
  background: #6b7280;
  color: #ffffff;
}

.gform_page_footer .gform_next_button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  padding: 16px 32px;
  background: #2563eb;
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 1rem;
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: auto;
}

.gform_page_footer .gform_next_button:hover, .gform_page_footer .gform_next_button:active, .gform_page_footer .gform_next_button:focus {
  background: #6b7280;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.gform_page_footer .gform_next_button:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.gform_page_footer .gform_next_button:disabled {
  background: #f3f4f6;
  color: #6b7280;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.gform_page_footer .gform_next_button:disabled:hover, .gform_page_footer .gform_next_button:disabled:active, .gform_page_footer .gform_next_button:disabled:focus {
  background: #f3f4f6;
  color: #6b7280;
  transform: none;
  box-shadow: none;
}

.gform_page_footer .gform_next_button.gform_button_loading {
  color: transparent;
}

.gform_page_footer .gform_next_button.gform_button_loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #ffffff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.gform_page_footer .gform_page_steps {
  display: flex;
  align-items: center;
  gap: 4px;
}

.gform_page_footer .gform_page_steps .gform_page_step {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f3f4f6;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_page_footer .gform_page_steps .gform_page_step.gform_page_step_active {
  background: #2563eb;
}

.gform_page_footer .gform_page_steps .gform_page_step.gform_page_step_completed {
  background: #6b7280;
}

.ginput_container_captcha .gfield_captcha_container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha {
  flex: 0 0 auto;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container {
  flex: 1;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input {
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  max-width: 100%;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled::-moz-placeholder {
  color: #ccc;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input:disabled::placeholder {
  color: #ccc;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.ginput_container_captcha .gfield_captcha_container .gfield_captcha_input_container input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.gform_validation_container,
.gfield.gfield_honeypot {
  display: none !important;
  visibility: hidden !important;
}

.ginput_container_consent {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ginput_container_consent input[type=checkbox] {
  display: none;
}

.ginput_container_consent label.gfield_consent_label {
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.ginput_container_consent label.gfield_consent_label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #6b7280;
  border-radius: 4px;
  background: transparent;
  margin-right: 8px;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_consent label.gfield_consent_label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 12px;
  background: transparent;
  transition: background 0.25s ease-out;
}

.ginput_container_consent input[type=checkbox]:checked + label.gfield_consent_label:before {
  border-color: #2563eb;
}

.ginput_container_consent input[type=checkbox]:checked + label.gfield_consent_label:after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22check_box_24px%22%3E%3Cpath%20id%3D%22icon%2Ftoggle%2Fcheck_box_24px%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%203H19C20.1%203%2021%203.9%2021%205V19C21%2020.1%2020.1%2021%2019%2021H5C3.9%2021%203%2020.1%203%2019V5C3%203.9%203.9%203%205%203ZM9.3%2016.29C9.69%2016.68%2010.32%2016.68%2010.71%2016.29L18.29%208.7C18.68%208.31%2018.68%207.68%2018.29%207.29C17.9%206.9%2017.27%206.9%2016.88%207.29L10%2014.17L7.12%2011.29C6.73%2010.9%206.1%2010.9%205.71%2011.29C5.52275%2011.4768%205.41751%2011.7305%205.41751%2011.995C5.41751%2012.2595%205.52275%2012.5132%205.71%2012.7L9.3%2016.29Z%22%20fill%3D%22%232563eb%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 28px;
  height: 24px;
  left: -2px;
}

.gform_wrapper input:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.gform_ajax_spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #f3f4f6;
  border-top: 2px solid #2563eb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-left: 8px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gform_wrapper .gfield_select,
.gform_wrapper select {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 4px;
  background: #ffffff;
  color: #374151;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206l4%204%204-4%22%20stroke%3D%22%236b7280%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  padding-right: 48px;
}

.gform_wrapper .gfield_select:hover,
.gform_wrapper select:hover {
  border-color: rgb(130.4285714286, 165.8571428571, 243.5714285714);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.gform_wrapper .gfield_select:focus,
.gform_wrapper select:focus {
  outline: none;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.gform_wrapper .gfield_select:disabled,
.gform_wrapper select:disabled {
  background: #f9f9f9;
  border-color: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4%206l4%204%204-4%22%20stroke%3D%22%23ccc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

.gform_wrapper select option.gf_placeholder {
  color: #9ca3af;
}

.gform_wrapper select option {
  font-size: 1rem;
  padding: 8px 12px;
  color: #374151;
  background: #ffffff;
}

.gform_wrapper select option:hover, .gform_wrapper select option:focus {
  background: rgba(37, 99, 235, 0.1);
}

.gform_wrapper select option:checked, .gform_wrapper select option:selected {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select select {
  width: 100%;
}

.gform_wrapper select[multiple] {
  height: auto;
  min-height: 120px;
  padding: 8px 16px;
  background-image: none;
  padding-right: 16px;
}

.gform_wrapper select[multiple] option {
  padding: 4px 8px;
  margin: 2px 0;
  border-radius: 4px;
}

.gform_wrapper select:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

@media (prefers-contrast: high) {
  .gform_wrapper .gfield_select,
  .gform_wrapper select {
    border-width: 3px;
  }
  .gform_wrapper .gfield_select:focus,
  .gform_wrapper select:focus {
    outline-width: 3px;
  }
}
.gfield_checkbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ginput_container_checkbox .gchoice:first-child {
  margin-top: 0;
}

.ginput_container_checkbox .gchoice:last-child {
  margin-bottom: 0;
}

.ginput_container_checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ginput_container_checkbox .gchoice input[type=checkbox] {
  display: none;
}

.ginput_container_checkbox .gchoice label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_checkbox .gchoice label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_checkbox .gchoice label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_checkbox .gchoice label:hover::before {
  border-color: #2563eb;
}

.ginput_container_checkbox .gchoice input[type=checkbox]:checked + label::before {
  border-color: #2563eb;
  background: #ffffff;
}

.ginput_container_checkbox .gchoice input[type=checkbox]:checked + label::after {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.854%203.646a.5.5%200%200%201%200%20.708l-7%207a.5.5%200%200%201-.708%200l-3.5-3.5a.5.5%200%201%201%20.708-.708L6.5%2010.293l6.646-6.647a.5.5%200%200%201%20.708%200z%22%20fill%3D%22%232563eb%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]),
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]) {
  display: none;
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]) + label,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]) + label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0 0 8px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]) + label::before,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]) + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]) + label::after,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]) + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]) + label:hover::before,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]) + label:hover::before {
  border-color: #2563eb;
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]):checked + label::before,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]):checked + label::before {
  border-color: #2563eb;
  background: #ffffff;
}

.gform_body input[type=checkbox]:not(.gchoice input[type=checkbox]):checked + label::after,
.sidebar-filters input[type=checkbox]:not(.gchoice input[type=checkbox]):checked + label::after {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.854%203.646a.5.5%200%200%201%200%20.708l-7%207a.5.5%200%200%201-.708%200l-3.5-3.5a.5.5%200%201%201%20.708-.708L6.5%2010.293l6.646-6.647a.5.5%200%200%201%20.708%200z%22%20fill%3D%22%232563eb%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mobile-only .gchoice label,
.mobile-only input[type=checkbox] + label {
  color: #ffffff;
}

.mobile-only .gchoice label::before,
.mobile-only input[type=checkbox] + label::before {
  border-color: rgba(255, 255, 255, 0.7);
}

.mobile-only .gchoice label:hover::before,
.mobile-only input[type=checkbox] + label:hover::before {
  border-color: #ffffff;
}

.mobile-only input[type=checkbox]:checked + label::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.854%203.646a.5.5%200%200%201%200%20.708l-7%207a.5.5%200%200%201-.708%200l-3.5-3.5a.5.5%200%201%201%20.708-.708L6.5%2010.293l6.646-6.647a.5.5%200%200%201%20.708%200z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
}

.gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ginput_container_radio .gchoice:first-child {
  margin-top: 0;
}

.ginput_container_radio .gchoice:last-child {
  margin-bottom: 0;
}

.ginput_container_radio .gchoice {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ginput_container_radio .gchoice input[type=radio] {
  display: none;
}

.ginput_container_radio .gchoice label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_radio .gchoice label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_radio .gchoice label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2563eb;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ginput_container_radio .gchoice label:hover::before {
  border-color: #2563eb;
}

.ginput_container_radio .gchoice input[type=radio]:checked + label::before {
  border-color: #2563eb;
}

.ginput_container_radio .gchoice input[type=radio]:checked + label::after {
  opacity: 1;
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) {
  display: none;
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  color: #374151;
  font-weight: normal;
  margin: 0 0 8px 0;
  cursor: pointer;
  position: relative;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  transition: border-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2563eb;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]) + label:hover::before {
  border-color: #2563eb;
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]):checked + label::before {
  border-color: #2563eb;
}

.gform_body input[type=radio]:not(.gchoice input[type=radio]):checked + label::after {
  opacity: 1;
}

.ginput_container_date .screen-reader-text {
  display: none;
}

.ui-datepicker {
  width: 280px;
  height: auto;
  margin: 8px auto 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  background: #ffffff;
  border: none;
  border-radius: 4px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15), 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  overflow: hidden;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background: #2563eb;
  color: #ffffff;
  font-weight: 600;
  line-height: 50px;
  min-height: 50px !important;
  border: none;
  position: relative;
  text-align: center;
  font-size: 1rem;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-indent: -9999px;
  overflow: hidden;
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background: rgba(255, 255, 255, 0.2);
}

.ui-datepicker-next .ui-icon,
.ui-datepicker-prev .ui-icon {
  display: none;
}

.ui-datepicker-next::after,
.ui-datepicker-prev::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  text-indent: 0;
}

.ui-datepicker-prev {
  left: 10px;
}

.ui-datepicker-prev::after {
  border-width: 6px 8px 6px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-left: -2px;
}

.ui-datepicker-next {
  right: 10px;
}

.ui-datepicker-next::after {
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -2px;
}

.ui-datepicker thead {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 12px 8px;
  color: #6c757d;
  letter-spacing: 0.5px;
}

.ui-datepicker tbody tr,
.ui-datepicker thead {
  border: none;
}

.ui-datepicker tbody td {
  padding: 0;
  border: none;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #495057;
  font-size: 0.875rem;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  margin: 0 auto;
}

.ui-datepicker-calendar .ui-state-default {
  background: transparent;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb;
}

.ui-datepicker-calendar .ui-state-hover {
  background: rgba(37, 99, 235, 0.1) !important;
  color: #2563eb !important;
}

.ui-datepicker-calendar .ui-state-active {
  background: #2563eb !important;
  color: #ffffff !important;
  font-weight: 600;
}

.ui-datepicker-unselectable .ui-state-default {
  background: transparent !important;
  color: #ced4da !important;
  cursor: not-allowed;
}

.ui-datepicker-unselectable .ui-state-default:hover {
  background: transparent !important;
  color: #ced4da !important;
}

.ui-datepicker-other-month .ui-state-default {
  color: #ced4da;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
  width: 100%;
}

table.ui-datepicker-calendar td {
  padding: 2px;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.ui-datepicker tbody {
  padding: 8px;
}

.gfield_required {
  color: #dc2626;
}

.validation_error {
  background: #dc2626;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  border: 2px solid #dc2626;
  padding: 8px;
  margin-top: 8px;
  clear: both;
  width: 97.5%;
}

.gfield_description.validation_message,
.instruction.validation_message {
  margin-top: 8px;
  font-size: 0.75rem;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper ol.validation_list,
.gform_wrapper ol.validation_list li a,
.gform_wrapper div.gfield_description.validation_error,
.gform_wrapper .validation_message,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gf_submission_limit_message,
.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #dc2626;
}

.gform_wrapper li.gfield.gfield_creditcard_warning,
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #dc2626;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  background-color: transparent;
}

.module:not(.no-animation) > .content-wrap,
.module:not(.no-animation) > .hero-content-wrap,
.module:not(.no-animation) > .swiper-container,
.module:not(.no-animation) > .footer-wrap {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

.module.inview:not(.no-animation) > .content-wrap,
.module.inview:not(.no-animation) > .hero-content-wrap,
.module.inview:not(.no-animation) > .swiper-container,
.module.inview:not(.no-animation) > .footer-wrap {
  opacity: 1;
}

.module.no-animation {
  opacity: 1;
}

.module.no-animation img,
.module.no-animation img.custom {
  opacity: 1;
}

img.custom {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.inview img:not(.lazyloaded):not([data-lazy-src]) {
  opacity: 1;
}

img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  transition: opacity 0.5s ease-in-out 0.2s;
  opacity: 1;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 0 24px 0;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

h1 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1275px) {
  h1 {
    font-size: 3.75rem;
  }
}
h2 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.25rem;
  }
}
h3 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.875rem;
  }
}
h4 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h5 {
    font-size: 1.25rem;
  }
}
h6 {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  h6 {
    font-size: 1.125rem;
  }
}
p,
.module li {
  font-size: 1rem;
  line-height: 1.625;
  color: #4b5563;
  margin: 0 0 24px 0;
}

p:last-child,
.module li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  p,
  .module li {
    font-size: 1.125rem;
    line-height: 1.625;
  }
}
.module:not(.menu-module) ul:first-child {
  margin-top: 0;
}

.module:not(.menu-module) ul li:first-of-type {
  margin-top: 0;
}

.module:not(.menu-module) ul li:last-of-type {
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

html {
  touch-action: manipulation;
  scroll-behavior: smooth;
}

::-moz-selection {
  background: #6b7280;
  color: #ffffff;
}

::selection {
  background: #6b7280;
  color: #ffffff;
}

body {
  width: 100%;
  font-size: 16px;
  display: block;
  overflow-x: hidden;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.no-scroll {
  overflow: hidden;
}

.skip-navigation-link {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.skip-navigation-link:focus,
.skip-navigation-link:active {
  background-color: #fff;
  left: auto;
  top: auto;
  width: 17vw;
  height: auto;
  overflow: auto;
  margin: 10px 40%;
  padding: 5px;
  border: 4px solid #222;
  text-align: center;
  font-size: 16px;
  z-index: 999;
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
.module {
  position: relative;
}

.content {
  width: 100%;
  z-index: 10;
}

figure {
  margin: 0;
}

.module figure {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.active-sidebar .sidebar-nav {
  transform: translateX(0);
}

.relative {
  position: relative;
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #2563eb;
  outline: 0;
}

a:hover, a:active, a:focus {
  outline: none;
}

.no-scroll {
  overflow: hidden;
}

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

.no-margin-top {
  margin-top: 0 !important;
}

.slider .swiper-slide,
.swiper-wrapper .swiper-slide {
  max-width: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 40px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 40px auto 40px auto;
}

.alignright {
  float: right;
  margin: 40px 0 40px 20px;
}

.alignleft {
  float: left;
  margin: 40px 20px 40px 0;
}

a img.alignright {
  float: right;
  margin: 40px 0 40px 20px;
}

a img.alignnone {
  margin: 40px 0;
}

a img.alignleft {
  float: left;
  margin: 40px 20px 40px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  a[href*="tel:"]:hover, a[href*="tel:"]:active, a[href*="tel:"]:focus {
    cursor: default;
  }
}
.slide-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
}

.swiper-locked,
.swiper-button-lock,
.swiper-pagination-lock {
  display: none !important;
}

:root {
  --module-tb-margin: 56px;
  --gutter-width: 15px;
  --outer-margin: 15px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
}

@media (min-width: 768px) {
  :root {
    --module-tb-margin: 72px;
    --gutter-width: 30px;
    --outer-margin: 30px;
  }
}
@media (min-width: 1366px) {
  :root {
    --gutter-width: 40px;
    --outer-margin: 0;
  }
}
.module-spacing {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .module-spacing {
    padding-right: 0;
    padding-left: 0;
  }
}
.post-list {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .post-list {
    padding-right: 0;
    padding-left: 0;
  }
}
.searchandfilter h4 {
  color: #2563eb;
}

.active .searchandfilter h4 {
  color: #ffffff;
}

.searchandfilter ul {
  padding: 0;
}

.searchandfilter ul li {
  padding: 0;
}

.searchandfilter > ul > li {
  margin: 0 0 16px;
}

.searchandfilter > ul > li.sf-field-reset {
  margin-top: 32px;
}

.post-list .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .post-list .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.blog-header {
  text-align: center;
  margin-bottom: 48px;
}

@media (min-width: 1024px) {
  .blog-header {
    margin-bottom: 64px;
  }
}
.blog-header .blog-title {
  margin: 0 0 24px 0;
  color: #111827;
}

.blog-header .archive-description,
.blog-header .search-info {
  max-width: 600px;
  margin: 0 auto;
  color: #4b5563;
}

.blog-header .archive-description p,
.blog-header .search-info p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.625;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
  }
}
@media (min-width: 1275px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #e5e7eb;
}

.post-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-4px);
}

.post-card.sticky {
  border-color: #2563eb;
}

.post-card.sticky .sticky-label {
  background: #2563eb;
  color: #ffffff;
}

.post-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-thumbnail a {
  display: block;
}

.post-thumbnail a:hover img {
  transform: scale(1.05);
}

.post-thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  .post-thumbnail img {
    height: 240px;
  }
}
.post-thumbnail img.placeholder-image {
  background: #f9fafb;
  border: 2px dashed #e5e7eb;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-thumbnail img.placeholder-image:before {
  content: "📝";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 36px;
  opacity: 0.3;
  z-index: 1;
}

.post-thumbnail .sticky-label {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #d97706;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.post-content {
  padding: 32px;
}

@media (min-width: 1024px) {
  .post-content {
    padding: 40px;
  }
}
.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}

.post-meta .post-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-meta .category-link {
  background: #2563eb;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-meta .category-link:hover {
  background: #1d4ed8;
}

.post-meta .post-date {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

.post-title {
  margin: 0 0 24px 0;
}

.post-title a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-title a:hover {
  color: #2563eb;
}

.post-excerpt {
  color: #4b5563;
  line-height: 1.625;
  margin-bottom: 32px;
}

.post-excerpt p {
  margin: 0;
}

.post-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}

.post-card-footer .post-author {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}

.post-card-footer .post-author .author-label {
  color: #6b7280;
  font-weight: 500;
}

.post-card-footer .post-author a {
  color: #111827;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-card-footer .post-author a:hover {
  color: #2563eb;
}

.post-card-footer .read-more-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-card-footer .read-more-link:hover {
  color: #1d4ed8;
}

.pagination-wrapper {
  margin-top: 48px;
  text-align: center;
}

@media (min-width: 1024px) {
  .pagination-wrapper {
    margin-top: 64px;
  }
}
.pagination-wrapper .page-numbers {
  background: #f9fafb;
  color: #111827;
  padding: 16px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  margin: 0 4px;
  display: inline-block;
  border: 1px solid #e5e7eb;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination-wrapper .page-numbers:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.pagination-wrapper .page-numbers.current {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.no-posts {
  text-align: center;
  padding: 64px 32px;
}

.no-posts h2 {
  color: #111827;
  margin-bottom: 24px;
}

.no-posts p {
  color: #4b5563;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.no-posts .recent-posts-fallback {
  margin-top: 48px;
}

.no-posts .recent-posts-fallback h3 {
  color: #111827;
  margin-bottom: 24px;
}

.no-posts .recent-posts-fallback ul {
  list-style: none;
  padding: 0;
  max-width: 400px;
  margin: 0 auto;
}

.no-posts .recent-posts-fallback ul li {
  margin-bottom: 16px;
}

.no-posts .recent-posts-fallback ul li a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.no-posts .recent-posts-fallback ul li a:hover {
  color: #1d4ed8;
}

.post-list .content-wrap img {
  max-width: 100%;
  height: auto;
}

.post-list .content-wrap .wp-pagenavi {
  margin: 48px 0 0;
  grid-column: 1/-1;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-list.search .content-wrap {
    grid-template-columns: 1fr;
  }
  .post-list.search .content-wrap .post-index-interior-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .post-list.search .content-wrap .wp-pagenavi {
    grid-column: 1;
  }
}
.post-list.less-padding .content-wrap {
  padding: 0;
}

.post-index-interior-wrap {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .post-index-interior-wrap {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.article-header,
.post-single-post-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.article-header .article-details,
.post-single-post-wrap .article-details {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.article-header .entry-content p:first-child,
.post-single-post-wrap .entry-content p:first-child {
  margin-top: 0;
}

article.featured .article-header .image-wrap:before {
  content: "Featured";
  background: #0f172a;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 8px 16px;
}

.searchandfilter h4 {
  color: #2563eb;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .searchandfilter h4 {
    font-size: 0.875rem;
  }
}
.searchandfilter ul {
  padding: 0;
}

.searchandfilter ul li {
  color: #2563eb;
  padding: 0;
}

.searchandfilter > ul > li {
  margin: 0 0 16px;
}

.searchandfilter > ul > li.sf-field-reset {
  margin-top: 32px;
}

.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.sidebar-wrapper.sidebar-filters {
  background: transparent;
}

@media (max-width: 1023px) {
  .content-wrap #sidebar-filters {
    display: none;
  }
}
@media (max-width: 1023px) {
  .email-form-wrap {
    display: none;
  }
}
.email-form-wrap h3 {
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .email-form-wrap h3 {
    font-size: 1.375rem;
  }
}
.email-form-wrap p {
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  margin: 0;
}

.email-form-wrap p:last-of-type {
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .email-form-wrap p {
    font-size: 0.75rem;
  }
}
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 8px;
  margin: 4px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #0f172a;
}

.blog-single.module {
  color: #111827;
}

.blog-single.module article {
  margin: 0 auto;
}

.blog-single.module .content-wrap {
  max-width: 1256px;
}

.blog-single.module .article-header {
  margin-bottom: 40px;
  max-width: 824px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (min-width: 1024px) {
  .blog-single.module .article-header {
    margin-bottom: 48px;
  }
}
.blog-single.module .post-meta-categories {
  margin-bottom: 24px;
}

.blog-single.module .post-meta-categories .category-link {
  display: inline-block;
  background: #2563eb;
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-single.module .post-meta-categories .category-link:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.blog-single.module .post-meta-categories .category-link + .category-link {
  margin-left: 8px;
}

.blog-single.module .post-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
  color: #4b5563;
  font-size: 0.875rem;
}

.blog-single.module .post-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-single.module .post-meta .meta-item .meta-label {
  font-weight: 500;
  color: #6b7280;
}

.blog-single.module .post-meta .meta-item .author-name {
  font-weight: 600;
  color: #111827;
}

.blog-single.module .post-meta .meta-item time {
  font-weight: 500;
}

.blog-single.module .post-meta .meta-item .reading-time-text {
  color: #6b7280;
  font-weight: 500;
}

.blog-single.module .entry-content {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}

@media (min-width: 1024px) {
  .blog-single.module .entry-content {
    margin-bottom: 64px;
  }
}
.blog-single.module p.date {
  margin-top: 24px;
}

.blog-single.module .wp-caption {
  width: auto !important;
}

.blog-single .post-title {
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .blog-single .post-title {
    font-size: 1.75rem;
  }
}
.blog-single .category-name {
  display: block;
  margin: 11px auto 32px;
}

.blog-single .image-wrap {
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .blog-single .image-wrap {
    margin-bottom: 40px;
  }
}
.blog-single .image-wrap img {
  max-width: 1256px;
  height: auto;
  width: 100%;
}

.blog-single.wysiwyg .entry-content img {
  max-width: 100%;
  height: auto;
}

.blog-single.wysiwyg .entry-content h1 span,
.blog-single.wysiwyg .entry-content h2 span,
.blog-single.wysiwyg .entry-content h3 span,
.blog-single.wysiwyg .entry-content h4 span,
.blog-single.wysiwyg .entry-content h5 span,
.blog-single.wysiwyg .entry-content h6 span {
  font-weight: 700 !important;
}

.blog-single.wysiwyg .entry-content h1,
.blog-single.wysiwyg .entry-content h2,
.blog-single.wysiwyg .entry-content h3 {
  margin: 24px 0;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h1,
  .blog-single.wysiwyg .entry-content h2,
  .blog-single.wysiwyg .entry-content h3 {
    margin: 32px 0;
  }
}
.blog-single.wysiwyg .entry-content h2 {
  color: inherit;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h2 {
    font-size: 1.75rem;
  }
}
.blog-single.wysiwyg .entry-content h3 {
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 16px;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h3 {
    font-size: 1.5rem;
  }
}
.blog-single.wysiwyg .entry-content h4 {
  color: inherit;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 32px;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h4 {
    margin-top: 40px;
    margin-bottom: 48px;
    font-size: 1.375rem;
  }
}
.blog-single.wysiwyg .entry-content h5 {
  color: inherit;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h5 {
    margin-top: 48px;
    margin-bottom: 48px;
    font-size: 1rem;
  }
}
.blog-single.wysiwyg .entry-content h6 {
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content h6 {
    margin-top: 48px;
    font-size: 0.875rem;
  }
}
.blog-single.wysiwyg .entry-content ul,
.blog-single.wysiwyg .entry-content ol {
  padding: 0;
  padding-left: 28px;
}

.blog-single.wysiwyg .entry-content p,
.blog-single.wysiwyg .entry-content li {
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content p,
  .blog-single.wysiwyg .entry-content li {
    font-size: 1rem;
  }
}
.blog-single.wysiwyg .entry-content p a,
.blog-single.wysiwyg .entry-content li a {
  text-decoration: none;
  color: #2563eb;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-single.wysiwyg .entry-content p a:hover, .blog-single.wysiwyg .entry-content p a:active, .blog-single.wysiwyg .entry-content p a:focus,
.blog-single.wysiwyg .entry-content li a:hover,
.blog-single.wysiwyg .entry-content li a:active,
.blog-single.wysiwyg .entry-content li a:focus {
  color: #0f172a;
}

.blog-single.wysiwyg .entry-content p b,
.blog-single.wysiwyg .entry-content p strong,
.blog-single.wysiwyg .entry-content li b,
.blog-single.wysiwyg .entry-content li strong {
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.blog-single.wysiwyg .entry-content p span,
.blog-single.wysiwyg .entry-content li span {
  font-weight: 300 !important;
}

.blog-single.wysiwyg .entry-content li {
  margin: 12px 0;
}

.blog-single.wysiwyg .entry-content blockquote {
  padding: 24px 0;
  margin: 24px auto;
  border-top: 1px solid #6b7280;
  border-bottom: 1px solid #6b7280;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content blockquote {
    margin: 32px auto;
  }
}
.blog-single.wysiwyg .entry-content blockquote p {
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-align: center;
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content blockquote p {
    font-size: 1.5rem;
  }
}
.blog-single.wysiwyg .entry-content .wp-caption {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
  margin: 32px auto 16px;
}

@media (min-width: 1024px) {
  .blog-single.wysiwyg .entry-content .wp-caption {
    margin: 56px auto 32px;
  }
}
.blog-single.wysiwyg .entry-content .wp-caption-text {
  color: #6b7280;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 8px;
  padding: 0;
}

.blog-single hr {
  max-width: 824px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single hr:last-child {
  margin-bottom: 0;
}

.blog-single .author-info {
  padding: 24px 0;
  max-width: 824px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .blog-single .author-info {
    grid-template-columns: 177px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 32px 0;
  }
}
.blog-single .author-info.no-image {
  display: flex;
}

.blog-single .author-info .author-bio {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1024px) {
  .blog-single .author-info .author-bio {
    justify-content: center;
    padding-right: 16px;
  }
}
.blog-single .author-info .author-bio p {
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .blog-single .author-info .author-bio p {
    font-size: 0.75rem;
  }
}
.blog-single .author-info .author-bio p:last-child {
  margin-bottom: 0;
}

.blog-single .author-info .author-name {
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: none;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .blog-single .author-info .author-name {
    font-size: 1.5rem;
  }
}
.blog-single .author-image {
  border-radius: 100%;
  width: 177px;
  margin: 0 auto 2px;
}

@media (min-width: 1024px) {
  .blog-single .author-image {
    width: auto;
  }
}
.blog-single .topic-wrap {
  margin: 11px auto 32px;
  text-align: center;
  max-width: 824px;
}

.blog-single .topic-name {
  text-align: center;
}

.share-wrap {
  margin-top: 8px;
  display: flex;
  row-gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-bottom: 32px;
}

.share-wrap h3 {
  width: 100%;
  text-align: center;
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
}

.article-header .share-wrap {
  margin-bottom: 0;
}

.post-footer {
  max-width: 824px;
  margin: 48px auto;
  padding-top: 32px;
  border-top: 1px solid #e5e7eb;
}

@media (min-width: 1024px) {
  .post-footer {
    margin: 64px auto;
    padding-top: 40px;
  }
}
.post-tags {
  margin-bottom: 40px;
}

.post-tags .tags-label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  color: #111827;
  font-size: 0.875rem;
}

.post-tags .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.post-tags .tag-link {
  background: #f9fafb;
  color: #4b5563;
  padding: 4px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #e5e7eb;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-tags .tag-link:hover {
  background: #2563eb;
  color: #ffffff;
  border-color: #2563eb;
}

.social-share .share-label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  color: #111827;
  font-size: 0.875rem;
}

.social-share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.social-share .share-btn {
  padding: 8px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.social-share .share-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.social-share .share-btn.twitter {
  background: #1da1f2;
  color: #ffffff;
}

.social-share .share-btn.facebook {
  background: #1877f2;
  color: #ffffff;
}

.social-share .share-btn.linkedin {
  background: #0077b5;
  color: #ffffff;
}

.social-share .share-btn.email {
  background: #4b5563;
  color: #ffffff;
}

.author-info {
  max-width: 824px;
  margin: 48px auto;
  padding: 40px;
  background: #f9fafb;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: start;
}

@media (min-width: 1024px) {
  .author-info {
    padding: 48px;
  }
}
.author-info .author-avatar img {
  border-radius: 9999px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.author-info .author-bio .author-name {
  margin: 0 0 16px 0;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 600;
}

.author-info .author-bio .author-description {
  margin: 0 0 24px 0;
  color: #4b5563;
  line-height: 1.625;
}

.author-info .author-bio .author-posts-link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.author-info .author-bio .author-posts-link:hover {
  color: #1d4ed8;
}

.post-navigation {
  max-width: 824px;
  margin: 48px auto;
}

.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (min-width: 1024px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: block;
  padding: 32px;
  background: #f9fafb;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.post-navigation .nav-previous .nav-subtitle,
.post-navigation .nav-next .nav-subtitle {
  display: block;
  color: #6b7280;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 8px;
}

.post-navigation .nav-previous .nav-title,
.post-navigation .nav-next .nav-title {
  display: block;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
}

.post-navigation .nav-next {
  text-align: right;
}

.post-not-found {
  text-align: center;
  padding: 64px 32px;
}

.post-not-found .article-header {
  margin-bottom: 32px;
}

.post-not-found .article-header h1 {
  color: #111827;
  margin-bottom: 16px;
}

.post-not-found .entry-content p {
  color: #4b5563;
  margin-bottom: 32px;
}

.card-swiper {
  display: flex;
  overflow: hidden;
  background: #6b7280;
}

.card-swiper .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .card-swiper .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .card-swiper .content-wrap {
    row-gap: 40px;
  }
}
.card-swiper .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
}

@media (min-width: 1024px) {
  .card-swiper .title-wrap {
    justify-content: space-between;
  }
}
.card-swiper .btn {
  align-self: center;
}

.card-swiper .section-title {
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.75rem;
  text-align: center;
}

@media (min-width: 1366px) {
  .card-swiper .section-title {
    font-size: 2.625rem;
  }
}
.card-swiper .cards {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.card-swiper .card {
  display: flex;
  flex-direction: column;
  background: #6b7280;
  overflow: hidden;
  height: auto;
  border: 3px solid white;
  box-shadow: none;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-swiper .card:hover, .card-swiper .card:active, .card-swiper .card:focus {
  box-shadow: 0px 8px 16px rgba(56, 61, 72, 0.75);
}

.card-swiper .card .card-title-wrap,
.card-swiper .card .card-content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 32px 24px;
}

.card-swiper .card .card-title-wrap {
  padding-top: 24px;
  padding-bottom: 24px;
}

.card-swiper .card .card-sub-title {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2.86px;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.card-swiper .card .card-sub-title a {
  color: #ffffff;
}

.card-swiper .card .card-sub-title a:hover, .card-swiper .card .card-sub-title a:active, .card-swiper .card .card-sub-title a:focus {
  color: #ffffff;
}

.card-swiper .card .card-title {
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.5rem;
}

.card-swiper .card .card-title a {
  color: #ffffff;
}

.card-swiper .card .card-title a:hover, .card-swiper .card .card-title a:active, .card-swiper .card .card-title a:focus {
  color: #ffffff;
}

@media (min-width: 1024px) {
  .card-swiper .card .card-title {
    font-size: 1.75rem;
  }
}
.card-swiper .card .read-more {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.card-swiper .card .read-more:hover, .card-swiper .card .read-more:active, .card-swiper .card .read-more:focus {
  color: #0f172a !important;
}

.card-swiper .card .card-content-wrap p {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}

.card-swiper .card .card-content-wrap a {
  margin: 0;
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  text-decoration: underline;
}

.card-swiper .card .card-content-wrap a:hover, .card-swiper .card .card-content-wrap a:active, .card-swiper .card .card-content-wrap a:focus {
  text-decoration: none;
}

.card-swiper .card .image-wrap {
  cursor: grab;
}

.card-swiper .card .image-wrap:active {
  cursor: grabbing;
}

.card-swiper .mobile-only.btn {
  margin: 24px auto 0;
}

.card-swiper .card-info-wrap {
  width: 100%;
  transition: top 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 0;
}

.card-swiper .card:not(.active) .card-info-wrap {
  top: 0 !important;
}

.card-swiper .card-title-wrap {
  background: #6b7280;
  justify-content: center;
}

.card-swiper .card-content-wrap {
  position: absolute;
  width: 100%;
  background: #6b7280;
  overflow: hidden;
}

.card-swiper {
  /* Scrollbar */
}

.card-swiper .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: #0f172a;
}

.card-swiper .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: -54px;
  left: 0;
  height: 2px;
  display: flex;
  align-items: center;
  cursor: grab;
  display: none;
}

.card-swiper .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.card-swiper .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 0;
  height: 15px;
  background: #0f172a;
}

.list-tab-label {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: left;
  width: 100%;
  color: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  color: #2563eb;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.25;
}

@media (min-width: 1024px) {
  .list-tab-label {
    font-size: 1.5rem;
  }
}
.list-tab-label:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.list-tab-label:focus:not(:focus-visible) {
  outline: none;
}

.drawers:not(.white-bg) {
  padding: 16px 24px;
  padding: 16px 0;
}

@media (min-width: 768px) {
  .drawers:not(.white-bg) {
    padding: 0;
  }
}
.drawers:not(.white-bg) {
  padding: 0;
}

.drawers:not(.white-bg) .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .drawers:not(.white-bg) .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.drawers .content-wrap .faq-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  width: 100%;
}

@media (min-width: 1024px) {
  .drawers .content-wrap .faq-wrap {
    padding: 0 var(--lr-content-margin);
  }
}
@media (min-width: 1352px) {
  .drawers .content-wrap .faq-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.drawers.with-bg-color {
  display: flex;
}

.drawers .section-title {
  color: #2563eb;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-decoration: underline;
  text-transform: none;
  text-underline-offset: 12px;
  text-decoration-thickness: 2px;
  text-decoration-color: #2563eb;
  margin: 0 auto 40px;
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .drawers .section-title {
    font-size: 2rem;
    margin: 0 auto 56px;
  }
}
.drawers {
  /* Accordion styles */
}

.drawers input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.drawers .row {
  display: flex;
}

.drawers .row .col {
  flex: 1;
}

.drawers .row .col:last-child {
  margin-left: 1em;
}

.drawers .list-tabs,
.drawers .question-wrap {
  overflow: hidden;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

@media (min-width: 1024px) {
  .drawers .list-tabs,
  .drawers .question-wrap {
    row-gap: 24px;
  }
}
.drawers .list-tab {
  width: 100%;
  color: #2563eb;
  overflow: hidden;
  background: transparent;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .drawers .list-tab {
    padding-bottom: 24px;
  }
}
.drawers .list-tab:last-of-type {
  border-bottom: none;
}

.drawers .list-tab h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

@media (min-width: 1024px) {
  .drawers .list-tab-label {
    margin-left: auto;
    margin-right: auto;
  }
}
.drawers .list-tab-label .drawer-title {
  flex: 1;
}

.drawers .list-tab-label .drawer-icon-wrapper {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.drawers .list-tab-label .drawer-icon-wrapper svg {
  margin: 0;
}

.drawers .list-tab-content {
  height: 0;
  overflow: hidden;
  padding: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  .drawers .list-tab-content {
    padding: 0 64px 0 0;
  }
}
.drawers .list-tab-content:focus {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.drawers .list-tab-content:focus:not(:focus-visible) {
  outline: none;
}

.drawers .drawer-item.active .list-tab-label .drawer-icon::after {
  transform: rotate(90deg);
}

.drawers .drawer-item.active .list-tab-content {
  margin: 16px 0 16px;
  /* height is managed by JavaScript for smooth transitions */
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  .drawers .drawer-item.active .list-tab-content {
    margin: 16px 0 16px 0;
  }
}
.list-tab-label .drawer-icon {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
}

.list-tab-label .drawer-icon::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #2563eb;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.list-tab-label .drawer-icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #2563eb;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}

.drawers .item-description img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.drawers .item-description ul:not(:first-child) {
  margin-top: 16px;
}

.drawers .item-description ul:first-child {
  margin-top: 0;
}

.drawers .item-description p:first-of-type {
  margin-top: 0;
}

.drawers .item-description p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .drawers .item-description p,
  .drawers .item-description li {
    font-size: 18px;
  }
}
.content-wrap .list-tab-label svg {
  margin: 0;
}

.no-js .list-tab-content {
  height: auto;
}

.list-tab-content[aria-hidden=true] {
  height: 0;
  margin: 0;
}

.list-tab-content[aria-hidden=false] {
  /* height is managed by JavaScript for smooth animations */
  margin: 16px 0 16px;
}

@media (min-width: 1024px) {
  .list-tab-content[aria-hidden=false] {
    margin: 16px 0 16px 0;
  }
}
.embed .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .embed .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.embed.full-width {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.embed .section-title {
  text-transform: uppercase;
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  line-height: 1.2222;
}

@media (min-width: 1024px) {
  .embed .section-title {
    font-size: 1.125rem;
  }
}
.embed .title-wrap p {
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .embed .title-wrap p {
    max-width: 669px;
    font-size: 1rem;
  }
}
.embed .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}

@media (min-width: 1366px) {
  .embed .content-wrap {
    row-gap: 40px;
  }
}
.footer-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .footer-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
  }
  .footer-wrap .bottom-row {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 40px;
  }
}
.footer .main-nav .current-menu-item > a,
.footer .main-nav .current-page-parent > a,
.footer .main-nav .current-menu-ancestor > a,
.footer .main-nav .current-page-ancestor > a {
  color: #0f172a;
  background: transparent;
}

.footer .main-nav .current-menu-item > a,
.footer .main-nav .current-page-parent > a,
.footer .main-nav .current-menu-ancestor > a,
.footer .main-nav .current-page-ancestor > a {
  border-radius: 0;
}

.footer .logo {
  z-index: unset;
}

.footer .bottom-row {
  flex-wrap: wrap;
  row-gap: 24px;
}

.footer {
  display: flex;
  clear: both;
  background: #f3f4f6;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
}
.footer a {
  color: #0f172a;
}

.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .footer-nav-title {
  font-size: 0.875rem;
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.61px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .footer h2,
  .footer h3,
  .footer h4,
  .footer h5,
  .footer h6,
  .footer .footer-nav-title {
    text-align: center;
  }
}
.footer p,
.footer .phone {
  font-size: 0.875rem;
  color: #0f172a;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer p,
  .footer .phone {
    text-align: center;
  }
}
.footer .email a {
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .footer .email a {
    text-align: center;
  }
}
.footer p.copyright {
  font-size: 12px;
  color: #6b7280;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .footer p.copyright {
    width: 100%;
  }
}
.footer .copyright a {
  font-size: 12px;
  color: #6b7280;
  line-height: 1.6;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer .copyright a:hover, .footer .copyright a:active, .footer .copyright a:focus {
  color: #2563eb;
}

.footer .logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer .logo-wrap {
    justify-content: flex-start;
  }
}
.footer .logo svg path {
  fill: #0f172a !important;
}

.footer img {
  width: auto;
}

.footer-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .footer-nav {
    justify-content: center;
  }
}
.footer .nav.main-nav ul {
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 1023px) {
  .footer .nav.main-nav ul {
    row-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .footer .nav.main-nav ul {
    flex-direction: row;
    justify-content: flex-start;
    row-gap: 24px;
    -moz-column-gap: var(--gutter-width);
         column-gap: var(--gutter-width);
  }
}
.footer .nav.main-nav ul li {
  margin: 0;
}

.footer .nav.main-nav ul li:hover a {
  color: #2563eb;
}

.footer .nav.main-nav ul li a {
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1.375rem;
}

.full-width-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-width-image .content-wrap {
  width: 100%;
}

.full-width-image .image-wrap {
  margin: 0;
}

.full-width-image img {
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
  transition: transform 0.4s ease-in-out, background 0.4s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header:has(+ .content .hero:first-child), .header:has(+ .content .split-hero:first-child) {
  border-bottom: none;
}

@media (max-width: 1023px) {
  .admin-bar .header {
    margin-top: 46px;
  }
}
@media (min-width: 1024px) {
  .admin-bar .header {
    margin-top: 32px;
  }
}
.header.transparent-bg {
  background: transparent;
  border: none;
  color: inherit;
}

.header.nav-down {
  transform: translateY(0);
}

.stuck-nav .header.transparent-bg {
  background: #ffffff;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px var(--lr-content-margin);
  max-width: var(--module-max-width);
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .header-wrap {
    padding: 32px var(--lr-content-margin);
  }
}
.logo {
  display: block;
  z-index: 10;
}

.logo span {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.mobile-nav {
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  height: calc(100vh - var(--header-height, 80px));
  background: #ffffff;
  z-index: 90;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav[aria-hidden=true] {
  display: none;
}

.mobile-nav.open {
  top: var(--header-height, 80px);
  opacity: 1;
  visibility: visible;
  display: flex;
}

.mobile-nav .main-nav.nav {
  padding: 0 var(--lr-content-margin);
  margin: 24px 0;
}

.mobile-nav .main-nav.nav ul {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin: 0;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a {
  width: 100%;
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2222;
  font-size: 1.375rem;
  padding: 0;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a i {
  flex-shrink: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a i:after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.49%208.98C5.18%208.98%205.74%208.42%205.74%207.73V5.75H8.98V4.5C8.98%203.81%208.42%203.25%207.73%203.25H5.75V0H4.5C3.81%200%203.25%200.56%203.25%201.25V3.23H0V4.48C0%205.17%200.56%205.73%201.25%205.73H3.24V8.97H4.49V8.98Z%22%20fill%3D%22%232563eb%22%2F%3E%3C%2Fsvg%3E");
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a > span {
  position: relative;
  overflow: hidden;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a > span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #2563eb;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a:after {
  content: none !important;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a:hover, .mobile-nav .main-nav.nav ul > li:not(.btn) > a:active, .mobile-nav .main-nav.nav ul > li:not(.btn) > a:focus {
  color: #2563eb;
}

.mobile-nav .main-nav.nav ul > li:not(.btn) > a:hover:after, .mobile-nav .main-nav.nav ul > li:not(.btn) > a:active:after, .mobile-nav .main-nav.nav ul > li:not(.btn) > a:focus:after {
  content: none;
}

.mobile-nav .main-nav.nav ul:not(.sub-menu) > li.current-menu-item > a > span:after, .mobile-nav .main-nav.nav ul:not(.sub-menu) > li.current_page_item > a > span:after, .mobile-nav .main-nav.nav ul:not(.sub-menu) > li.current_page_ancestor > a > span:after {
  left: 0;
}

.mobile-nav .main-nav.nav li.open a i:after {
  content: "";
  width: 9px;
  height: 3px;
  position: absolute;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%229%22%20height%3D%223%22%20viewBox%3D%220%200%209%203%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.98%202.5V1.25C8.98%200.56%208.42%200%207.73%200H0V1.25C0%201.94%200.56%202.5%201.25%202.5H8.98Z%22%20fill%3D%22%232563eb%22%2F%3E%3C%2Fsvg%3E");
}

.mobile-nav .main-nav.nav .sub-menu {
  display: grid;
  justify-content: center;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  margin: 0;
  overflow: hidden;
}

.mobile-nav .main-nav.nav .sub-menu .sub-menu-inner {
  overflow: hidden;
}

.mobile-nav .main-nav.nav .sub-menu .sub-menu-inner li:first-child a {
  margin-top: 8px;
}

.mobile-nav .main-nav.nav .sub-menu li {
  margin: 0;
}

.mobile-nav .main-nav.nav .sub-menu li:not(.btn) a {
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1rem;
  line-height: 2;
  margin: 0;
  padding: 0;
  justify-content: center;
  overflow: visible;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-nav .main-nav.nav .sub-menu li:not(.btn) a:hover, .mobile-nav .main-nav.nav .sub-menu li:not(.btn) a:active, .mobile-nav .main-nav.nav .sub-menu li:not(.btn) a:focus {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 4px;
}

.mobile-nav .main-nav.nav .sub-menu li.current-menu-item:not(.btn) > a, .mobile-nav .main-nav.nav .sub-menu li.current-menu-ancestor:not(.btn) > a, .mobile-nav .main-nav.nav .sub-menu li.current-page-ancestor:not(.btn) > a {
  color: #2563eb;
  background: #f3f4f6;
}

.mobile-nav .main-nav.nav .menu-item-has-children.open .sub-menu {
  grid-template-rows: 1fr;
}

.mobile-nav .utility-nav {
  margin-top: 16px;
}

.mobile-nav .utility-nav ul {
  flex-direction: column;
  gap: 8px;
}

.mobile-nav .utility-nav a {
  color: #4b5563;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 1rem;
}

.mobile-nav .utility-nav a:hover {
  color: #2563eb;
}

@media (max-width: 1023px) {
  .header-wrap .desktop-nav {
    display: none;
  }
  .header-wrap .navicon-button {
    display: block;
  }
}
@media (min-width: 1024px) {
  .header-wrap .desktop-nav {
    display: flex;
  }
  .header-wrap .navicon-button {
    display: none;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open .mobile-nav.open {
  display: flex;
}

body.open-menu {
  overflow: hidden;
  position: fixed;
}

@media (min-width: 1024px) {
  body.open-menu {
    overflow: auto;
    position: static;
  }
}
@media (min-width: 1024px) {
  .desktop-hidden {
    display: none;
  }
}
.desktop-nav .footer-only {
  display: none !important;
}

.nav-wrap {
  display: flex;
  flex-direction: column;
}

.desktop-nav {
  display: none;
}

@media (min-width: 1024px) {
  .desktop-nav {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .desktop-nav .main-nav {
    display: flex;
    align-items: center;
  }
  .desktop-nav .main-nav > ul {
    margin-top: 0;
  }
  .desktop-nav .main-nav > ul > li:not(.btn):hover > a {
    color: #6b7280;
  }
}
.desktop-nav .main-nav > ul > li:not(.btn) {
  margin: 0 8px;
  display: flex;
  align-items: stretch;
}

@media (min-width: 1200px) {
  .desktop-nav .main-nav > ul > li:not(.btn) {
    margin: 0 12px;
  }
}
.desktop-nav .main-nav > ul > li:not(.btn).green-bg a {
  color: #ffffff;
}

.desktop-nav .main-nav > ul > li:not(.btn) > a {
  white-space: nowrap;
  padding: 8px 0;
  border-radius: 0;
}

.desktop-nav .main-nav > ul > li:not(.btn) > a:hover, .desktop-nav .main-nav > ul > li:not(.btn) > a:active, .desktop-nav .main-nav > ul > li:not(.btn) > a:focus {
  color: #6b7280;
}

.desktop-nav .main-nav > ul > li:not(.btn).contact-btn {
  padding: 0;
}

.desktop-nav .main-nav > ul > li:not(.btn).contact-btn > a:hover, .desktop-nav .main-nav > ul > li:not(.btn).contact-btn > a:active, .desktop-nav .main-nav > ul > li:not(.btn).contact-btn > a:focus {
  color: #ffffff;
}

.desktop-nav .main-nav > ul > li:not(.btn):last-of-type {
  margin-right: 0;
}

.desktop-nav .main-nav > ul > li.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}

@media (max-width: 1200px) {
  .desktop-nav .main-nav > ul > li.btn a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .desktop-nav .main-nav > ul > li.btn {
    margin: 0 8px;
  }
}
.desktop-nav .main-nav > ul > li.btn:last-child {
  margin-right: 0;
}

.desktop-nav .main-nav > ul > li.btn a {
  padding: 2px 11px;
}

@media (min-width: 1366px) {
  .desktop-nav .main-nav > ul > li.btn:nth-last-child(2) {
    margin-left: 16px;
  }
}
.desktop-nav .nav-arrow-wrap {
  margin-left: 8px;
  display: flex;
  align-items: center;
}

.desktop-nav .nav-arrow {
  fill: #6b7280;
  width: 12px;
  height: 8px;
}

.desktop-nav li:hover .nav-arrow, .desktop-nav li:active .nav-arrow, .desktop-nav li:focus .nav-arrow {
  transform: rotate(180deg);
}

.main-nav ul {
  list-style-type: none;
}

.main-nav > ul:not(.sub-menu) > li:not(.btn):hover > a:after, .main-nav > ul:not(.sub-menu) > li:not(.btn):active > a:after, .main-nav > ul:not(.sub-menu) > li:not(.btn):focus > a:after {
  left: 0 !important;
}

.main-nav .current-menu-item:not(.btn) > a,
.main-nav .current-page-parent:not(.btn) > a,
.main-nav .current_page_parent:not(.btn) > a,
.main-nav .current-menu-ancestor:not(.btn) > a,
.main-nav .current-page-ancestor:not(.btn) > a {
  color: #6b7280;
}

.main-nav .current-menu-item:not(.btn) > a:after,
.main-nav .current-page-parent:not(.btn) > a:after,
.main-nav .current_page_parent:not(.btn) > a:after,
.main-nav .current-menu-ancestor:not(.btn) > a:after,
.main-nav .current-page-ancestor:not(.btn) > a:after {
  left: 0 !important;
}

.main-nav .current-menu-item:not(.btn) > a .desktop-navicon,
.main-nav .current-menu-item:not(.btn) > a .desktop-navicon:after,
.main-nav .current-page-parent:not(.btn) > a .desktop-navicon,
.main-nav .current-page-parent:not(.btn) > a .desktop-navicon:after,
.main-nav .current_page_parent:not(.btn) > a .desktop-navicon,
.main-nav .current_page_parent:not(.btn) > a .desktop-navicon:after,
.main-nav .current-menu-ancestor:not(.btn) > a .desktop-navicon,
.main-nav .current-menu-ancestor:not(.btn) > a .desktop-navicon:after,
.main-nav .current-page-ancestor:not(.btn) > a .desktop-navicon,
.main-nav .current-page-ancestor:not(.btn) > a .desktop-navicon:after {
  background: #6b7280;
}

.main-nav .sub-menu .current-menu-item:not(.btn) > a,
.main-nav .sub-menu .current-menu-ancestor:not(.btn) > a,
.main-nav .sub-menu .current-page-ancestor:not(.btn) > a {
  color: #2563eb;
  background: #f3f4f6;
}

.nav ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}

.nav ul li {
  white-space: nowrap;
  position: relative;
}

.main-nav.nav > ul > li:not(.btn) > a {
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1050px) {
  .main-nav.nav > ul > li:not(.btn) > a {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .main-nav.nav > ul > li:not(.btn) > a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.main-nav.nav > ul > li:not(.btn) > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2563eb;
  position: absolute;
  bottom: 4px;
  left: -100%;
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1200px) {
  .main-nav.nav > ul > li:not(.btn) > a:after {
    bottom: 7px;
  }
}
.main-nav.nav > ul > li:not(.btn) > a:hover, .main-nav.nav > ul > li:not(.btn) > a:active, .main-nav.nav > ul > li:not(.btn) > a:focus {
  outline: none;
}

.main-nav.nav > ul > li:not(.btn) > a:hover:after, .main-nav.nav > ul > li:not(.btn) > a:active:after, .main-nav.nav > ul > li:not(.btn) > a:focus:after {
  left: 0;
}

.nav > ul > li.contact-btn > a:after,
.footer-nav.nav > ul > li > a:after {
  content: none !important;
}

.icon svg {
  display: block;
}

.desktop-nav .sub-menu {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  padding: 12px 29px 22px 46px;
  right: -30px;
  background: #ffffff;
  top: 100%;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 1px solid #b8b8b8;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.desktop-nav .sub-menu li {
  margin: 0;
  display: flex;
  justify-content: flex-end;
}

.desktop-nav .sub-menu li a {
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 2;
  margin: 0;
  justify-content: flex-end;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1200px) {
  .desktop-nav .sub-menu li a {
    font-size: 1rem;
  }
}
.desktop-nav .sub-menu li a:hover, .desktop-nav .sub-menu li a:active, .desktop-nav .sub-menu li a:focus {
  color: #6b7280;
  background: #f3f4f6;
  border-radius: 4px;
}

.desktop-nav .sub-menu li:last-of-type a {
  margin-bottom: 0;
}

.desktop-nav .sub-menu li span {
  white-space: nowrap;
}

.desktop-nav .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

li:has(.sub-menu:hover) > a:after,
.main-nav.nav > ul > li.current_page_item > a:after,
.main-nav.nav > ul > li.current-page-ancestor > a:after,
.main-nav.nav > ul > li.current-menu-ancestor a:after {
  left: 0;
}

.desktop-nav .sub-menu li.current_page_item a,
.desktop-nav .sub-menu li.current_page_parent a {
  color: #6b7280;
}

.nav:not(.footer-nav) li.menu-item-has-children {
  position: relative;
}

.nav.utility-nav {
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .nav.utility-nav {
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .icon-menu-wrap .nav.utility-nav {
    justify-content: center;
  }
}
ul.utility-menu,
ul.icon-menu {
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  list-style-type: none;
  margin: 0;
}

ul.utility-menu li:hover svg path, ul.utility-menu li:active svg path, ul.utility-menu li:focus svg path,
ul.utility-menu a:hover svg path,
ul.utility-menu a:active svg path,
ul.utility-menu a:focus svg path,
ul.icon-menu li:hover svg path,
ul.icon-menu li:active svg path,
ul.icon-menu li:focus svg path,
ul.icon-menu a:hover svg path,
ul.icon-menu a:active svg path,
ul.icon-menu a:focus svg path {
  fill: #2563eb !important;
}

@media (min-width: 768px) {
  ul.utility-menu,
  ul.icon-menu {
    justify-content: flex-start;
  }
}
ul.utility-menu span,
ul.icon-menu span {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -99em;
}

.icon-menu-wrap {
  justify-content: center;
}

@media (min-width: 768px) {
  ul.icon-menu {
    justify-content: flex-end;
  }
}
ul.icon-menu svg path {
  fill: #6b7280;
  transition: fill 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

ul.icon-menu li {
  cursor: default;
  pointer-events: none;
}

ul.icon-menu li:hover svg path, ul.icon-menu li:active svg path, ul.icon-menu li:focus svg path {
  fill: #0f172a;
}

ul.icon-menu li a {
  cursor: default;
  pointer-events: none;
  background: transparent;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

ul.icon-menu li a:hover, ul.icon-menu li a:active, ul.icon-menu li a:focus {
  background: transparent;
}

.navicon-button {
  position: relative;
  cursor: pointer;
  padding: 8px;
  z-index: 13;
  color: #111827;
  text-transform: uppercase;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #111827;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

.navicon-button span {
  display: none;
  text-box: trim-both cap alphabetic;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  .navicon-button span {
    display: block;
  }
}
.navicon {
  display: block;
  position: relative;
  width: 24px;
  height: 8px;
}

.navicon:before, .navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 24px;
  background: #111827;
  position: absolute;
  left: 0;
  transform-origin: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.navicon:before {
  top: 1px;
}

.navicon:after {
  top: 7px;
}

.navicon span {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.navicon-button.open span {
  opacity: 0;
}

.navicon-button.open .navicon:before {
  transform: translateY(3px) rotate(-45deg);
  background: #111827;
}

.navicon-button.open .navicon:after {
  transform: translateY(-3px) rotate(45deg);
  background: #111827;
}

.hero {
  background: #0f172a;
}

.hero figure {
  width: 100%;
  margin: 0;
}

.hero.full-image figure {
  min-width: 100%;
  z-index: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}

.hero .image-wrap:not(.background-image-wrap) picture:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 2;
}

.hero .image-wrap {
  z-index: 1;
}

.hero.fifty-percent-overlay .image-wrap:not(.background-image-wrap) picture:before {
  background: rgba(15, 23, 42, 0.5);
}

.hero.forty-percent-overlay .image-wrap:not(.background-image-wrap) picture:before {
  background: rgba(15, 23, 42, 0.4);
}

.hero.thirtyfive-percent-overlay .image-wrap:not(.background-image-wrap) picture:before {
  background: rgba(15, 23, 42, 0.35);
}

.hero.thirty-percent-overlay .image-wrap:not(.background-image-wrap) picture:before {
  background: rgba(15, 23, 42, 0.3);
}

.hero.full-image .section-label {
  color: inherit;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1.1875rem;
}

@media (min-width: 1024px) {
  .hero.full-image .section-label {
    font-size: 1.35rem;
  }
}
@media (max-width: 1023px) {
  .hero.full-image .section-title br {
    display: none;
  }
}
.module.hero.full-image {
  display: block;
}

.hero.full-image p {
  font-size: 1rem;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.5555;
}

@media (max-width: 1023px) {
  .hero.full-image p br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero.full-image p {
    font-size: 1.125rem;
  }
}
@media (min-width: 1440px) {
  .hero.full-image p {
    font-size: 1.3125rem;
  }
}
.hero {
  position: relative;
}

.hero .hero-content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

@media (min-width: 1024px) {
  .hero .hero-content-wrap {
    row-gap: 16px;
  }
}
@media (min-width: 1366px) {
  .hero .hero-content-wrap {
    row-gap: 32px;
  }
}
.hero .link-wrap {
  margin: 0;
}

@media (max-width: 1023px) {
  .hero.full-image .link-wrap {
    position: absolute;
    bottom: 80px;
    width: calc(100% - 48px);
  }
}
.hero .hero-tag {
  position: absolute;
  z-index: 9;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hero .hero-tag.bottom-left-tag {
  height: auto;
  bottom: 60px;
  left: 24px;
}

@media (max-width: 1023px) {
  .hero .hero-tag.bottom-left-tag {
    width: 90px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-tag.bottom-left-tag {
    left: 100px;
    bottom: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .hero .hero-tag.bottom-left-tag {
    width: 150px;
  }
}
@media (min-width: 1366px) {
  .hero .hero-tag.bottom-left-tag {
    left: 150px;
    bottom: 90px;
  }
}
@media (min-width: 1440px) {
  .hero .hero-tag.bottom-left-tag {
    width: initial;
  }
}
.hero .hero-tag.top-right-tag {
  right: 30px;
  top: 170px;
}

@media (max-width: 1023px) {
  .hero .hero-tag.top-right-tag {
    height: auto;
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .hero .hero-tag.top-right-tag {
    right: 7vw;
    top: 20vw;
  }
}
@media (min-width: 1366px) {
  .hero .hero-tag.top-right-tag {
    top: 15vw;
  }
}
@media (max-width: 1023px) {
  .hero .hero-tag.mobile-top-right-tag {
    left: initial;
    bottom: initial;
    top: 160px;
    right: 30px;
  }
}
.hero .image-wrap img {
  max-width: 100%;
}

.section-title:last-child {
  margin: 0;
}

.hero p:last-of-type {
  margin-bottom: 0;
}

.hero.full-image {
  --full-img-bottom: 32px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .hero.full-image {
    --full-img-bottom: 64px;
  }
}
@media (min-width: 1366px) {
  .hero.full-image {
    --full-img-bottom: 96px;
  }
}
@media (max-width: 1023px) {
  .hero.full-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .hero.full-image {
    height: auto;
  }
}
.hero.full-image .image-wrap {
  width: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}

@media (max-width: 1023px) {
  .hero.full-image:first-of-type:not(:has(picture)) {
    aspect-ratio: 375/720;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hero.full-image:first-of-type {
    height: 100svh;
  }
}
.hero.full-image .hero-content-wrap {
  height: 100%;
  width: 100%;
  padding: 75px 32px;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  row-gap: 32px;
}

@media (min-width: 1024px) {
  .hero.full-image .hero-content-wrap {
    position: relative;
    row-gap: 56px;
    padding: 75px 32px 0;
  }
}
@media (min-width: 1366px) {
  .hero.full-image .hero-content-wrap {
    padding: 119px 74px;
    max-width: 1256px;
  }
}
@media (min-width: 1440px) {
  .hero.full-image .hero-content-wrap {
    padding: 0;
  }
  body:not(.no-message) .hero.full-image .hero-content-wrap {
    padding: 62px 0 0;
  }
  body.home .hero.full-image .hero-content-wrap {
    padding: 119px 0 0;
  }
}
.hero.full-image.mobile-vertical-bottom .hero-content-wrap {
  justify-content: flex-end;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .hero.full-image.mobile-vertical-bottom .hero-content-wrap {
    margin-bottom: 110px;
  }
}
.hero.full-image.center .hero-content-wrap {
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .hero.full-image.center .hero-content-wrap {
    width: auto;
  }
}
.hero.full-image.center .hero-content-wrap .link-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.hero.full-image.right .hero-content-wrap {
  justify-content: flex-end;
}

@media (min-width: 1024px) {
  .hero.full-image.right .hero-content-wrap {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .hero.full-image.right .hero-content-wrap {
    margin: 0;
  }
}
.hero.full-image .image-wrap {
  min-width: 100%;
  z-index: 0;
  max-width: none;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  inset: 0;
}

@media (max-width: 1023px) {
  .hero.full-image .image-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hero.full-image .image-wrap img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.hero.full-image .image-wrap img {
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero .videoWrapper {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .videoWrapper iframe {
  width: auto;
  height: auto;
  min-width: 150%;
  min-height: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* For portrait orientation (taller than wide) */
@media (max-aspect-ratio: 1/1) {
  .videoWrapper iframe {
    aspect-ratio: 16/9;
  }
}
/* For landscape orientation (wider than tall) */
#mobileVideoWrapper.videoWrapper iframe {
  min-height: 164%;
}

/* Hide mobile video by default */
.hero .mobile-video {
  display: none;
}

/* Switch videos when viewport width is less than or equal to 1024px */
@media (max-width: 1024px) and (orientation: portrait) {
  .desktop-video {
    display: none;
  }
  .mobile-video {
    display: block;
  }
}
.hero.bordered {
  background: #0f172a;
  position: relative;
}

@media (max-width: 1023px) {
  .hero.bordered {
    display: flex;
  }
}
.hero.bordered .background-image-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero.bordered .background-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero.bordered > .hero-wrap {
  --bottom-padding: 64px;
}

@media (min-width: 1366px) {
  .hero.bordered > .hero-wrap {
    --bottom-padding: 120px;
  }
}
.hero.bordered > .hero-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .hero.bordered > .hero-wrap {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .hero.bordered > .hero-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 1256px) {
  .hero.bordered > .hero-wrap {
    max-width: 1256px;
  }
}
@media (min-width: 1352px) {
  .hero.bordered > .hero-wrap {
    max-width: 1256px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero.bordered > .hero-wrap .link-wrap {
  justify-content: center;
  align-items: center;
}

.hero.bordered .hero-wrap .hero-content-wrap {
  width: 100%;
  text-align: center;
  z-index: 2;
}

@media (max-width: 1023px) {
  .hero.bordered .hero-wrap .hero-content-wrap {
    position: absolute;
    width: auto;
    padding: 0;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
  }
  .hero.bordered .hero-wrap .hero-content-wrap.background-box {
    width: auto;
    background: #0f172a;
    padding: var(--lr-content-margin);
    margin: 0 var(--lr-content-margin) var(--lr-content-margin);
  }
}
@media (min-width: 1024px) {
  .hero.bordered .hero-wrap .hero-content-wrap {
    padding: 0;
    position: absolute;
    max-width: 628px;
    width: 50%;
  }
}
.hero.bordered.left .hero-wrap {
  justify-content: flex-start;
}

.hero.bordered.left .hero-wrap .hero-content-wrap {
  margin: 0 40px calc(var(--lr-content-margin) * 2);
  text-align: left;
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .hero.bordered.left .hero-wrap .hero-content-wrap {
    margin: 0 64px;
  }
}
.hero.bordered.right .hero-wrap {
  justify-content: flex-end;
}

.hero.bordered.right .hero-wrap .hero-content-wrap {
  margin: 0 40px calc(var(--lr-content-margin) * 2);
  text-align: right;
  align-items: flex-end;
}

@media (min-width: 1024px) {
  .hero.bordered.right .hero-wrap .hero-content-wrap {
    margin: 0 64px;
  }
}
.hero.bordered > .hero-wrap .image-wrap,
.hero.bordered .videoWrapper {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1023px) {
  .hero.bordered > .hero-wrap .image-wrap,
  .hero.bordered .videoWrapper {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .hero.bordered > .hero-wrap .image-wrap,
  .hero.bordered .videoWrapper {
    position: relative;
    margin: var(--module-tb-margin) var(--lr-content-margin);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1023px) {
  .hero.bordered > .hero-wrap .image-wrap img,
  .hero.bordered .videoWrapper img {
    max-width: none;
    height: auto;
    width: auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1023px) {
  .hero.bordered > .hero-wrap .image-wrap img.mobile-image,
  .hero.bordered .videoWrapper img.mobile-image {
    min-width: 100%;
  }
}
.image-gallery .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .image-gallery .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.image-gallery .section-title {
  text-transform: uppercase;
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  line-height: 1.2222;
  text-align: center;
}

@media (min-width: 1024px) {
  .image-gallery .section-title {
    font-size: 1.125rem;
  }
}
.image-gallery {
  margin-top: 0;
}

.image-gallery .tab-nav {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  justify-content: center;
  border-bottom: none;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  display: flex;
}

@media (min-width: 1352px) {
  .image-gallery .tab-nav {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  .image-gallery .tab-nav {
    padding: 0 !important;
  }
}
.image-gallery .menu-item {
  cursor: pointer;
}

.image-gallery .menu-item:focus {
  border-color: #2563eb;
}

.image-gallery .menu-item.selected {
  background: #2563eb;
  color: #ffffff;
}

.image-gallery .project-cat-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

@media (min-width: 1024px) {
  .image-gallery .project-cat-menu {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 1023px) {
  .image-gallery .project-cat-menu {
    max-width: 100vw;
    overflow: scroll;
    padding-left: 24px;
  }
  .image-gallery .project-cat-menu a:last-child {
    margin-right: 24px;
  }
}
.image-gallery img {
  border-radius: 12px;
}

.image-gallery .image-gallery-wrap {
  display: grid;
  -moz-column-gap: var(--gutter-width);
       column-gap: var(--gutter-width);
  row-gap: var(--gutter-width);
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.image-gallery .image-gallery-wrap.grid-columns-3 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .image-gallery .image-gallery-wrap.grid-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.image-gallery .image-gallery-wrap.grid-columns-4 {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .image-gallery .image-gallery-wrap.grid-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .image-gallery .image-gallery-wrap.grid-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-gallery .content-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

a.swipebox .tab:not(.active-tab),
.image-gallery a.swipebox:not(.active-tab) {
  display: none;
  visibility: hidden;
}

.slide-details {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  max-width: 85%;
  margin: 0 auto;
  justify-content: space-between;
}

.slide-details .count,
.slide-details .image-caption {
  color: #ffffff;
  margin: 24px 0 0;
}

.fancybox__footer {
  display: none !important;
}

.list-items .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1352px) {
  .list-items .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.list-items .section-title {
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
}

@media (min-width: 1024px) {
  .list-items .section-title {
    font-size: 1.75rem;
  }
}
.list-items .list-items-content {
  max-width: 824px;
}

.list-items .list-items-content p {
  margin-top: 0;
}

.list-items .list-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.list-items .list-item {
  position: relative;
  margin: 0;
}

.list-items .list-item.has-link .list-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: color 0.2s ease-in-out;
}

.list-items .list-item.has-link .list-item-link:hover .list-item-title, .list-items .list-item.has-link .list-item-link:focus .list-item-title {
  color: #2563eb;
}

.list-items .list-item-content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.list-items .list-item-text {
  flex: 1;
}

.list-items .list-item-title {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s ease-in-out;
}

.list-items .list-item-description {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 4px;
}

.list-items .list-item-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.list-items .list-item-icon.list-item-icon-check::before {
  content: "✓";
  color: green;
  font-weight: bold;
}

.list-items .list-item-icon.list-item-icon-arrow::before {
  content: "→";
  color: #2563eb;
}

.list-items .list-item-icon.list-item-icon-star::before {
  content: "★";
  color: gold;
}

.list-items .list-item-icon.list-item-icon-plus::before {
  content: "+";
  color: #2563eb;
  font-weight: bold;
}

.list-items.columns-one .list-items-list {
  grid-template-columns: 1fr;
}

.list-items.columns-two .list-items-list {
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .list-items.columns-two .list-items-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }
}
.list-items.columns-three .list-items-list {
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .list-items.columns-three .list-items-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }
}
@media (min-width: 1366px) {
  .list-items.columns-three .list-items-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.list-items.list-style-bullets .list-item-content::before {
  content: "•";
  color: #2563eb;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}

.list-items.list-style-bullets .list-item-content {
  gap: 0;
}

.list-items.list-style-numbers {
  counter-reset: list-counter;
}

.list-items.list-style-numbers .list-item {
  counter-increment: list-counter;
}

.list-items.list-style-numbers .list-item-content::before {
  content: counter(list-counter) ".";
  color: #2563eb;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
  min-width: 20px;
}

.list-items.list-style-numbers .list-item-content {
  gap: 0;
}

.list-items.list-style-checkmarks .list-item-content::before {
  content: "✓";
  color: green;
  font-weight: bold;
  margin-right: 12px;
  flex-shrink: 0;
}

.list-items.list-style-checkmarks .list-item-content {
  gap: 0;
}

.list-items.list-style-minimal .list-items-list {
  gap: 12px;
}

.list-items.list-style-minimal .list-item-content {
  gap: 0;
}

.list-items.list-style-icons .list-item-content {
  align-items: flex-start;
}

.list-items.with-bg-color .list-item-description {
  color: rgba(255, 255, 255, 0.8);
}

.list-items .list-item {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.list-items .list-item.has-link .list-item-link {
  border-radius: 8px;
  padding: 8px;
  margin: -8px;
  transition: background-color 0.2s ease-in-out;
}

.list-items .list-item.has-link .list-item-link:hover, .list-items .list-item.has-link .list-item-link:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.list-items.with-bg-color .list-item.has-link .list-item-link:hover, .list-items.with-bg-color .list-item.has-link .list-item-link:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Skip link */
.skip-map-link {
  background: #fff;
  color: #0077cc;
  padding: 0.5em 1em;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
}

.skip-map-link:focus {
  display: block;
}

/* Focus styles for all interactive elements */
.cat-trigger:focus-visible,
.location-item:focus-visible,
.reset-map:focus-visible {
  outline: 3px solid #0077cc;
  outline-offset: 2px;
}

.gm-style img {
  max-width: 75px;
}

.location-map {
  background: #2563eb;
  margin: 0;
}

@media (min-width: 1024px) {
  .location-map {
    margin: 0;
  }
}
.location-map.border-top {
  border-top: 1px solid;
}

.location-map.border-bottom {
  border-bottom: 1px solid;
}

.location-map .title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .location-map .title-wrap {
    margin-bottom: 48px;
  }
}
.location-map .content-wrap {
  width: 100%;
}

.location-map .background-image {
  display: none;
}

@media (min-width: 1024px) {
  .location-map .background-image {
    display: block;
    mix-blend-mode: multiply;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: -1;
    bottom: 0;
  }
}
.location-map.inview .background-image {
  opacity: 0.4 !important;
}

.location-map .feed-wrap {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .location-map .feed-wrap {
    display: grid;
    grid-template-columns: 0.66fr 0.33fr;
    flex-direction: row;
  }
}
.map .section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .map .section-title {
    text-align: left;
    font-size: 2.1rem;
  }
}
.map {
  position: relative;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  /* Location list styling */
}

.map .content-wrap #neighborhood-map {
  height: 75vh;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .map .content-wrap #neighborhood-map {
    height: 800px;
  }
}
.map .reset-map {
  display: none;
  font-size: 14px;
  align-self: flex-end;
  margin: 0;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.map .reset-map:hover, .map .reset-map:active, .map .reset-map:focus {
  text-decoration: none;
}

.map .marker {
  display: none;
}

.map .map-key {
  overflow: hidden;
  padding: 0;
  /* Category trigger button styling */
}

.with-bg-color .map .map-key {
  background: inherit;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border: none;
}

@media (max-width: 1023px) {
  .map .map-key {
    margin: 24px 24px;
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
    max-height: 70vh;
  }
}
@media (min-width: 1024px) {
  .map .map-key {
    max-height: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    height: 100%;
    padding: 32px 24px 0;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .map .map-key {
    padding: 40px 32px 0;
  }
}
.map .map-key .cat-trigger {
  margin: 0;
  padding: 16px 20px 16px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  margin-bottom: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: inherit;
}

.map .map-key .cat-trigger.open span.cat-trigger-content span {
  color: inherit;
}

.map .map-key .cat-trigger span.cat-trigger-content {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex: 1;
}

.map .map-key .cat-trigger span.cat-trigger-content .icon svg {
  fill: currentColor;
}

.map .map-key .cat-trigger span.cat-trigger-content .icon svg path {
  fill: currentColor;
}

.map .map-key .cat-trigger span.cat-trigger-content span {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: inherit;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-weight: 600;
  color: inherit;
  transition: color 0.3s ease;
}

@media (min-width: 1024px) {
  .map .map-key .cat-trigger span.cat-trigger-content span {
    font-size: 0.9375rem;
  }
}
.map .map-key .map-category {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

.no-bg-color .map .map-key .map-category {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.with-bg-color .map .map-key .map-category {
  background: rgba(0, 0, 0, 0.05);
}

.map .map-key .map-category:last-child {
  margin-bottom: 0;
}

.no-bg-color .map .map-key .map-category.active {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.with-bg-color .map .map-key .map-category.active {
  background: rgba(0, 0, 0, 0.1);
}

.map .map-key .map-category.active ol {
  /* Height is managed by JavaScript for smooth animations */
  overflow: auto;
  margin: 12px 0 16px;
  padding: 0 16px 0 0;
}

@media (min-width: 1024px) {
  .map .map-key .map-category.active ol {
    margin: 16px 0 20px;
  }
}
.map .map-key h3 {
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
}

.map ol {
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  height: 0;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s ease;
}

.map ol li {
  display: list-item;
  margin: 0 0 6px 0;
  padding: 12px 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  color: inherit;
  /* Hover and active states */
}

.map ol li:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 667px) {
  .map ol li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .map ol li {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .map ol li {
    width: 100%;
  }
}
.map ol li:hover .location-title {
  color: inherit;
}

.map ol li.active-link .location-title, .map ol li:focus-visible .location-title {
  color: inherit;
}

.map ol li:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.map ol li p.location-title {
  margin: 0;
  width: 100%;
  text-box: trim-both cap alphabetic;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  transition: color 0.3s ease;
  font-size: 0.875rem;
  font-weight: 500;
  color: inherit;
}

@media (min-width: 1024px) {
  .map ol li p.location-title {
    font-size: 1.05rem;
  }
}
@media (min-width: 1024px) {
  .map ol li p.location-title {
    font-size: 0.9375rem;
  }
}
.map .active ol {
  display: block;
}

.map .drawer-bay {
  display: none;
}

/* Scrollbar styling */
.map ol::-webkit-scrollbar {
  width: 6px;
}

.map ol::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.2);
  margin: 4px 0;
}

.map ol::-webkit-scrollbar-thumb {
  background: rgba(37, 99, 235, 0.4);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.map ol::-webkit-scrollbar-thumb:hover {
  background: rgba(37, 99, 235, 0.6);
}

.map ol::-webkit-scrollbar-corner {
  background: transparent;
}

.scroll-off {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.scroll-off .google-map-marker {
  pointer-events: auto;
}

/* Navicon (plus/minus icon) Styling */
.map-navicon-button {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  padding: 8px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.map-navicon-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.map-navicon-button .navicon:after {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-navicon {
  display: block;
  position: relative;
  width: 14px;
  height: 2px;
  background: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.map-navicon:after {
  display: block;
  content: "";
  height: 2px;
  width: 14px;
  background: currentColor;
  position: absolute;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(90deg);
  top: 0;
  left: 0;
}

.map-navicon.active:after {
  transform: rotate(0deg);
}

/* Open/active states for navicon */
.open .map-navicon-button {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
}

.open .map-navicon,
.active .map-navicon:after {
  background: currentColor;
}

.open .map-navicon-button .map-navicon:after {
  transform: rotate(0deg);
}

/* Popup Bubble Styling */
.popup-bubble {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  padding: 8px;
  font-family: sans-serif;
  border-radius: 9.6px;
}

.popup-bubble .marker-wrap,
.popup-bubble .marker-text {
  border-radius: 9.6px;
  color: #2563eb !important;
  background-color: #2563eb !important;
  padding-bottom: 36px;
}

.popup-bubble .marker-text h3 {
  padding: 26px 52px 8px 29px;
  color: #0f172a;
  line-height: 1.231;
  margin-bottom: 19.6px;
  font-size: 1.65rem;
}

@media (min-width: 1024px) {
  .popup-bubble .marker-text h3 {
    line-height: 1.545454;
  }
}
.popup-bubble .address {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  padding: 0 29px 0;
  color: #0f172a;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.popup-bubble .marker-text p:not(.address) {
  margin: 0;
  padding: 8px 29px 0;
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 0.625rem;
  text-transform: uppercase;
}

/* Bubble Anchor */
.popup-bubble-anchor {
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

@media (max-width: 1023px) {
  .popup-bubble-anchor {
    max-width: 90%;
  }
}
.marker-text::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid currentColor;
}

/* Popup Container */
.popup-container {
  cursor: auto;
  position: absolute;
  max-width: 400px;
  width: 100%;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.8%201.72294L15.108%200.0309448L8.4%206.73895L1.692%200.0309448L0%201.72294L6.708%208.43095L0%2015.1389L1.692%2016.8309L8.4%2010.1229L15.108%2016.8309L16.8%2015.1389L10.092%208.43095L16.8%201.72294Z%22%20fill%3D%22%230f172a%22%2F%3E%3C%2Fsvg%3E") no-repeat scroll center center transparent;
  text-indent: -999em;
  overflow: hidden;
}

/* Map Loading States for Code Splitting */
.map-container.map-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background-color: #f3f4f6;
  border-radius: 8px;
}

.map-loader {
  text-align: center;
  padding: 2rem;
}

.map-loader p {
  color: #4b5563;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
  animation: pulse 2s ease-in-out infinite;
}

.map-loader::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
  border: 3px solid #d1d5db;
  border-top-color: #2563eb;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.map-error {
  text-align: center;
  padding: 2rem;
  background-color: #ef4444;
  color: #ffffff;
  border-radius: 8px;
  color: inherit;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.popup .round-bg {
  background: #f3f4f6;
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .popup .round-bg {
    right: 32px;
    top: 32px;
  }
}
#popup-close {
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  outline: 0;
  z-index: 200;
  width: 44px;
  height: 44px;
}

#popup-close:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

#popup-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup #popup-close {
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  position: relative;
}

.popup #popup-close:before,
.popup #popup-close:after {
  background: #6b7280;
  height: 2px;
}

.popup form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.popup .gform_description {
  display: block;
  margin-bottom: 40px;
}

.popup .gform_body {
  width: 100%;
}

@media (min-width: 768px) {
  .popup .gform_body {
    width: 58%;
  }
}
.popup .gform_body li {
  margin: 0;
}

.popup .gform_body input[type=email] {
  width: 100%;
}

.popup .gform_body .ginput_container_email {
  margin-right: 0;
}

@media (min-width: 768px) {
  .popup .gform_body .ginput_container_email {
    margin-right: 16px;
  }
}
.popup .gform_footer {
  width: 100%;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .popup .gform_footer {
    width: 40%;
    margin-top: 0;
  }
}
.popup .gform_footer input[type=submit] {
  margin: 0;
}

.gform_footer {
  width: 100%;
  margin-top: 16px;
}

.popup.half_image {
  max-width: 1044px;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .popup.half_image {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.popup.half_image .content-wrap {
  padding: 32px 24px;
}

@media (min-width: 1024px) {
  .popup.half_image .content-wrap {
    width: 50%;
    padding: 88px 72px;
  }
}
.popup.half_image .image-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

@media (min-width: 1024px) {
  .popup.half_image .image-wrap {
    width: 50%;
    height: auto;
  }
}
.popup.half_image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: auto;
  max-width: none;
}

@media (min-width: 1024px) {
  .popup.half_image img {
    position: absolute;
  }
}
.popup.background_image .image-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup.background_image .background_image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

body.with-popup {
  overflow: hidden;
}

.popups.hidden {
  display: none;
}

.popups #popup-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  animation: fade-in 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}

.popups .popup {
  overflow: hidden;
  text-align: center;
  border-radius: 16px;
  background: #ffffff;
  margin: 0 24px;
  max-width: 628px;
  z-index: 2;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  padding: 64px 24px;
}

@media (min-width: 1024px) {
  .popups .popup {
    padding: 72px 120px;
    width: 85%;
    margin: 0;
  }
}
.popup-title,
.popup .gform_title {
  font-size: 1.5rem;
  font-weight: 600;
  color: inherit;
}

@media (min-width: 1024px) {
  .popup-title,
  .popup .gform_title {
    font-size: 1.75rem;
  }
}
.popup-title + p,
.popup .gform_title + p {
  margin-bottom: 0;
}

.popup .gform_title {
  margin-bottom: 16px;
}

.popup p,
.popup .gform_description {
  font-size: 0.875rem;
  color: inherit;
}

@media (min-width: 1024px) {
  .popup p,
  .popup .gform_description {
    font-size: 1rem;
  }
}
.popup .btn-large,
.popup .gform_button {
  width: 100%;
  color: #ffffff;
  background: #2563eb;
  margin-top: 40px;
}

.popup .btn-large:hover, .popup .btn-large:active, .popup .btn-large:focus,
.popup .gform_button:hover,
.popup .gform_button:active,
.popup .gform_button:focus {
  color: #ffffff;
  background: #6b7280;
}

.popup-no-thanks {
  margin-top: 32px;
}

.popup-no-thanks a {
  font-size: 0.875rem;
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .popup-no-thanks a {
    font-size: 1rem;
  }
}
#popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#popup-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.popup-transparent-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.75;
  background: #0f172a;
}

.quick-floorplan-finder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2563eb;
  overflow: hidden;
  position: relative;
}

.quick-floorplan-finder .gfield_label {
  display: none;
}

.quick-floorplan-finder .gform_wrapper li {
  margin: 0;
}

.quick-floorplan-finder ul {
  display: flex;
  flex-direction: row;
}

.quick-floorplan-finder .content-wrap {
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

@media (min-width: 1352px) {
  .quick-floorplan-finder .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .quick-floorplan-finder .content-wrap {
    position: relative;
  }
}
.quick-floorplan-finder.no-image .content-wrap {
  position: relative;
}

.quick-floorplan-finder .section-title {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}

.quick-floorplan-finder p {
  color: #ffffff;
  margin-top: 0;
  text-align: center;
}

.quick-floorplan-finder p:last-of-type {
  margin-bottom: 0;
}

.quick-floorplan-finder .content-wrap > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

.quick-floorplan-finder .floorplan-content {
  max-width: 760px;
}

.quick-floorplan-finder .floorplan-content .gform_fields,
.quick-floorplan-finder .floorplan-content .gfield,
.quick-floorplan-finder .floorplan-content .ginput_container,
.quick-floorplan-finder .floorplan-content .select2,
.quick-floorplan-finder .floorplan-content .select2-selection {
  height: 100%;
}

.quick-floorplan-finder .floorplan-content .select2-selection {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .quick-floorplan-finder .content-wrap > div {
    height: 100%;
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.quick-floorplan-finder .bg-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.quick-floorplan-finder .bg-image img {
  max-width: none;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .quick-floorplan-finder .bg-image {
    padding: 0;
  }
}
.quick-floorplan-finder .floorplan-content {
  width: 100%;
  margin: 0;
}

@media (min-width: 1366px) {
  .quick-floorplan-finder .floorplan-content {
    margin: 16px 0 0;
  }
}
.quick-floorplan-finder .floorplan-content .gform_body {
  width: 100%;
}

.quick-floorplan-finder .floorplan-content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .quick-floorplan-finder .floorplan-content form {
    flex-direction: row;
    -moz-column-gap: 16px;
         column-gap: 16px;
    align-items: stretch;
  }
}
.quick-floorplan-finder .floorplan-content .gform_footer {
  width: 100%;
  margin: 16px 0 0;
}

@media (min-width: 768px) {
  .quick-floorplan-finder .floorplan-content .gform_footer {
    margin: 0;
    width: auto;
  }
}
.quick-floorplan-finder select {
  margin-right: 8px;
}

.quick-floorplan-finder input[type=submit] {
  color: #ffffff;
  background: #0f172a;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .quick-floorplan-finder input[type=submit] {
    width: auto;
  }
}
.quick-floorplan-finder input[type=submit]:hover, .quick-floorplan-finder input[type=submit]:active, .quick-floorplan-finder input[type=submit]:focus {
  background: #2563eb;
}

.review-list {
  padding: 40px 0;
}

@media (min-width: 896px) {
  .review-list {
    padding: 80px 0;
  }
}
.review-list .content-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

@media (min-width: 896px) {
  .review-list .content-wrap {
    gap: 60px;
  }
}
.review-list .section-title-wrap {
  text-align: center;
  position: relative;
}

.review-list .section-title-wrap .section-title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #313f51;
  position: relative;
  display: inline-block;
}

@media (min-width: 896px) {
  .review-list .section-title-wrap .section-title {
    font-size: 48px;
  }
}
.review-list .section-title-wrap .section-title .highlight-after {
  position: absolute;
  bottom: 0.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 156px;
  height: 14px;
  background-color: #fdcdc1;
  z-index: -1;
}

.review-list .star-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
}

.review-list .star-rating .stars-svg {
  display: flex;
  gap: 4px;
  color: #fdd66d;
}

.review-list .star-rating .stars-svg svg {
  width: 32px;
  height: 20px;
}

.review-list .star-rating .rating-text {
  font-family: "Criteria CF", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #313f51;
  opacity: 0.6;
  text-align: center;
}

.review-list .review-cards-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.review-list .review-cards-container .review-cards {
  display: flex;
  gap: 10px;
}

@media (min-width: 896px) {
  .review-list .review-cards-container .review-cards {
    gap: 10px;
  }
}
.review-list .review-card {
  width: 320px;
  height: 390px;
  border-radius: 20px;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media (min-width: 896px) {
  .review-list .review-card {
    width: 396px;
  }
}
.review-list .review-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.review-list .review-card .card-quote {
  font-family: "Aria Text G2", serif;
  font-size: 28px;
  font-style: italic;
  font-weight: normal;
  line-height: 1.28;
  color: #313f51;
  margin: 0;
  max-width: 328px;
}

@media (min-width: 896px) {
  .review-list .review-card .card-quote {
    font-size: 32px;
    line-height: 41px;
  }
}
.review-list .review-card .card-attribution {
  font-family: "Criteria CF", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #313f51;
  font-style: normal;
  margin-top: auto;
}

.review-list .swiper-scrollbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(49, 63, 81, 0.1);
  border-radius: 2px;
}

.review-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: #313f51;
  border-radius: 2px;
  cursor: grab;
}

.review-list .swiper-scrollbar .swiper-scrollbar-drag:active {
  cursor: grabbing;
}

.review-list .review-card[style*="#c7d9a7"] {
  background-color: #c7d9a7;
}

.review-list .review-card[style*="#cce7e2"] {
  background-color: #cce7e2;
}

.review-list .review-card[style*="#f2bd91"] {
  background-color: #f2bd91;
}

.review-list .review-card[style*="#fdd66d"] {
  background-color: #fdd66d;
}

.review-list .review-card[style*="#fdcdc1"] {
  background-color: #fdcdc1;
}

.simple-map .map-container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .simple-map .map-container {
    height: 800px;
  }
}
.simple-map .marker-info {
  padding: 10px;
  max-width: 250px;
}

.simple-map .marker-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.simple-map .marker-info p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

.spacer .content-wrap {
  margin: calc(var(--module-tb-margin) / 2) auto;
  max-width: var(--module-max-width);
  padding: 0 calc(var(--lr-content-margin) / 2);
}

@media (min-width: 1352px) {
  .spacer .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.spacer .content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}

@media (min-width: 1024px) {
  .spacer .content-wrap {
    position: relative;
  }
}
.spacer.no-margins .content-wrap {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.spacer.no-margins .content-wrap .image-wrap,
.spacer.no-margins .content-wrap img {
  width: 100%;
}

.specials-bar .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
}

@media (min-width: 768px) {
  .specials-bar .swiper-slide {
    display: block;
    padding: 8px 32px;
  }
}
@media (min-width: 1024px) {
  .specials-bar .swiper-slide {
    padding: 8px 32px;
  }
}
@media (min-width: 1366px) {
  .specials-bar .swiper-slide {
    padding: 8px 0;
  }
}
.specials-bar .swiper-wrapper {
  align-items: center;
  margin: 0 auto;
  padding: 0;
}

.specials-bar {
  width: 100%;
  text-align: center;
  background: #2563eb;
  align-items: center;
  justify-content: center;
  z-index: 10;
  /* Simple display state - no animations, no height transitions */
  display: var(--specials-bar-display, none);
}

@media (max-width: 1023px) {
  .mobile-header .specials-bar {
    display: var(--specials-bar-display, none);
  }
}
@media (min-width: 1024px) {
  .mobile-header .specials-bar {
    display: none;
  }
}
.specials-bar p.column-two {
  display: none;
}

@media (min-width: 1024px) {
  .specials-bar p.column-two {
    display: flex;
    margin-right: 80px;
  }
}
@media (min-width: 1024px) {
  .specials-bar p.column-two {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1440px) {
  .specials-bar p.column-two {
    margin: 0;
  }
}
.specials-bar.banner-centered p:first-of-type {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .specials-bar.banner-centered p.column-two {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1440px) {
  .specials-bar.banner-centered p.column-two {
    margin: 0;
  }
}
.specials-bar p {
  margin: 0;
  color: #ffffff;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-size: 0.875rem;
  display: block;
  row-gap: 16px;
}

@media (min-width: 768px) {
  .specials-bar p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    text-align: initial;
    -moz-column-gap: 4px;
         column-gap: 4px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .specials-bar p {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.specials-bar a {
  color: #ffffff;
  display: inline-block;
}

.specials-bar a:hover, .specials-bar a:active, .specials-bar a:focus {
  text-decoration: none;
}

.specials-bar svg {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .specials-bar svg {
    margin-left: 2px;
  }
}
.specials-bar .btn:hover, .specials-bar .btn:active, .specials-bar .btn:focus {
  color: #f3f4f6 !important;
}

.specials-bar .text-link {
  text-decoration: underline;
  margin-left: 8px;
}

.specials-bar .slide-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0;
  row-gap: 16px;
  width: 100%;
}

@media (min-width: 768px) {
  .specials-bar .slide-wrap {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .specials-bar .slide-wrap {
    padding: 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .specials-bar .slide-wrap {
    max-width: 1256px;
    margin: 0 auto;
  }
}
.specials-bar .swiper-button-prev,
.specials-bar .swiper-button-next {
  display: none;
}

@media (min-width: 768px) {
  .specials-bar .swiper-button-prev,
  .specials-bar .swiper-button-next {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: -999em;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2216%22%20cy%3D%2216%22%20r%3D%2216%22%20fill%3D%22%23a1c3f7%22%2F%3E%3Cpath%20d%3D%22M13%209.43998L19.03%2015.47C19.1707%2015.6105%2019.2498%2015.8012%2019.2498%2016C19.2498%2016.1988%2019.1707%2016.3895%2019.03%2016.53L13%2022.56%22%20stroke%3D%22%2366a3ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    top: initial;
    bottom: initial;
    margin: 0;
  }
}
.specials-bar .slider-controls {
  position: absolute;
  width: 90%;
  max-width: 1256px;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.specials-bar .swiper-button-prev {
  transform: rotate(180deg);
}

/* CSS-first approach: body classes control specials bar state */
.no-specials-bar .specials-bar {
  display: none !important;
  height: 0 !important;
}

/* CSS custom properties now handle visibility - no need for class-based overrides */
.specials-bar .message-close {
  margin-right: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
}

@media (min-width: 768px) {
  .specials-bar .message-close {
    margin-right: 0;
    position: absolute;
    right: 0;
    position: absolute;
    right: 32px;
    top: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    height: 100%;
  }
}
.specials-bar.banner-split .slide-wrap {
  width: 85%;
  width: 100%;
  padding: 0 32px;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .specials-bar.banner-split .slide-wrap {
    align-items: center;
    padding: 0 48px;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .specials-bar.banner-split .slide-wrap {
    padding: 0;
  }
}
.specials-bar.banner-split p {
  margin-bottom: 0;
  margin-right: 24px;
}

.specials-bar.banner-split p a {
  color: inherit;
}

@media (max-width: 767px) {
  .specials-bar.banner-split .message-close {
    position: absolute;
    top: 24px;
    top: 0;
    right: 24px;
    bottom: 0;
    display: flex;
    align-items: center;
  }
}
.split-blocks {
  position: relative;
  display: flex;
}

.split-blocks img {
  max-width: 100%;
  height: auto;
}

.split-blocks .background-image-wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.split-blocks .background-image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.split-blocks .link-wrap {
  margin: 0;
}

.split-blocks .content-wrap {
  display: grid;
  overflow: hidden;
  position: relative;
  padding: 0 32px;
  z-index: 2;
}

@media (min-width: 1024px) {
  .split-blocks .content-wrap {
    margin: 148px auto;
    padding: 0 64px;
  }
  .split-blocks .content-wrap.fifty-fifty {
    grid-template-columns: 1fr 1fr;
  }
  .split-blocks .content-wrap.sixty-fourty {
    grid-template-columns: 40fr 60fr;
  }
  .split-blocks .content-wrap.left-image {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .split-blocks .content-wrap.left-image.fifty-fifty > div {
    width: 50%;
  }
  .split-blocks .content-wrap.left-image.sixty-fourty .text-content-wrap {
    width: 40%;
  }
  .split-blocks .content-wrap.left-image.sixty-fourty .image-content-wrap {
    width: 60%;
  }
}
@media (min-width: 1256px) {
  .split-blocks .content-wrap {
    max-width: 1256px;
    padding-left: 0;
    padding-right: 0;
  }
}
.split-blocks .text-content-wrap,
.card-swiper .text-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .split-blocks .text-content-wrap,
  .card-swiper .text-content-wrap {
    align-self: flex-end;
    height: 65%;
  }
  .split-blocks .text-content-wrap .wrap,
  .card-swiper .text-content-wrap .wrap {
    height: 100%;
  }
  .split-blocks .text-content-wrap .section-title,
  .card-swiper .text-content-wrap .section-title {
    margin-bottom: auto;
  }
  .split-blocks .text-content-wrap .section-title:has(~ .stats),
  .card-swiper .text-content-wrap .section-title:has(~ .stats) {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .split-blocks .text-content-wrap.more-padding,
  .card-swiper .text-content-wrap.more-padding {
    padding: 105px 0;
  }
}
@media (min-width: 1366px) {
  .split-blocks .text-content-wrap.more-padding,
  .card-swiper .text-content-wrap.more-padding {
    padding: 180px 0;
  }
}
.split-blocks .text-content-wrap .wrap,
.card-swiper .text-content-wrap .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
  width: 100%;
  padding: 0 32px;
  gap: 16px;
}

@media (min-width: 1024px) {
  .split-blocks .text-content-wrap .wrap,
  .card-swiper .text-content-wrap .wrap {
    gap: 32px;
    width: 90%;
    max-width: 650px;
    align-items: flex-start;
  }
}
.split-blocks .text-content-wrap .wrap p:first-of-type,
.card-swiper .text-content-wrap .wrap p:first-of-type {
  margin-top: 0;
}

.split-blocks .text-content-wrap .wrap p:last-child,
.card-swiper .text-content-wrap .wrap p:last-child {
  margin-bottom: 0;
}

.split-blocks .text-content-wrap:after,
.card-swiper .text-content-wrap:after {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}

.split-blocks .right-image .wrap,
.card-swiper .right-image .wrap {
  padding: 0;
}

.split-blocks .right-image .text-content-wrap,
.card-swiper .right-image .text-content-wrap {
  justify-content: flex-start;
  flex-direction: row;
}

.split-blocks .section-label {
  font-size: 0.875rem;
  line-height: 1.26;
  text-transform: uppercase;
  margin: 0;
  z-index: 5;
}

@media (min-width: 1024px) {
  .split-blocks .section-label {
    font-size: 1rem;
  }
}
.split-blocks .right-image .section-label {
  right: initial;
  left: 0;
}

.split-blocks .section-title {
  color: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 2.125rem;
  font-size: 2.625rem;
  line-height: 1.04;
}

@media (max-width: 1023px) {
  .split-blocks .section-title br {
    display: none;
  }
}
@media (min-width: 1024px) {
  .split-blocks .section-title {
    font-size: 2.625rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 1366px) {
  .split-blocks .section-title {
    font-size: 3.625rem;
  }
}
.split-blocks .image-content-wrap {
  z-index: 2;
}

.split-blocks .image-content-wrap .image-wrap {
  width: 100%;
}

.video.thinner .content-wrap {
  max-width: 1256px;
}

.video .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .video .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.video.center .content-wrap {
  text-align: center;
}

.video.right .content-wrap {
  text-align: right;
}

.video .heading-wrap {
  margin-bottom: 24px;
}

.video .heading-wrap p,
.video .heading-wrap h1,
.video .heading-wrap h2,
.video .heading-wrap h3,
.video .heading-wrap h4,
.video .heading-wrap h5,
.video .heading-wrap h6 {
  margin: 0;
  line-height: 1;
}

.video .title {
  text-transform: uppercase;
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  line-height: 1.2222;
}

@media (min-width: 1024px) {
  .video .title {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .video .title {
    margin-top: -7px;
    font-size: 2.25rem;
  }
}
.video-wrap {
  background: #0f172a;
  overflow: hidden;
}

.video-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  background: #ffffff;
}

.video-wrap .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.video-wrap .image a {
  overflow: hidden;
  display: block;
}

.video-wrap .image svg {
  fill: #f0f0f1 !important;
}

.video-wrap .image .play-button {
  padding: 0;
  height: 100px;
  width: 100px;
  position: absolute;
  background: transparent;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  .video-wrap .image .play-button {
    height: 125px;
    width: 125px;
  }
}
.video-wrap .image .play-button .btn {
  padding: 0;
}

.video-wrap .image .play-button:hover {
  cursor: pointer;
}

.video-wrap .image .play-button:hover:after {
  opacity: 0.8;
}

.video-wrap .image .play-button:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 100px;
  width: 100px;
  background: url("../../../files/svg/video-play.svg") no-repeat scroll 0 0 transparent;
  background-size: 100%;
  transition: opacity 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  .video-wrap .image .play-button:after {
    height: 125px;
    width: 125px;
  }
}
.video iframe {
  z-index: 10;
}

.video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  max-width: 100%;
  height: auto;
  height: 100%;
  width: 100%;
  height: 0;
}

.video .embed-container iframe,
.video .embed-container object,
.video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg {
  position: relative;
}

.wysiwyg .content-wrap {
  width: 100%;
  margin: var(--module-tb-margin) auto;
  max-width: var(--module-max-width);
  padding: 0 var(--lr-content-margin);
  width: 100%;
}

@media (min-width: 1352px) {
  .wysiwyg .content-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}
.wysiwyg.left .content-wrap {
  text-align: left;
}

.wysiwyg.left .content-wrap .link-wrap {
  justify-content: flex-start;
}

.wysiwyg.center .content-wrap {
  text-align: center;
}

.wysiwyg.center .content-wrap .link-wrap {
  justify-content: center;
}

.wysiwyg.right .content-wrap {
  text-align: right;
}

.wysiwyg.right .content-wrap .link-wrap {
  justify-content: flex-end;
}

.wysiwyg.surface-raised {
  background-color: #f9fafb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.wysiwyg.surface-overlay {
  background-color: #f3f4f6;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.wysiwyg .section-title {
  text-transform: uppercase;
  color: #6b7280;
  font-family: "Crimson Text", "Crimson Pro", Crimson, Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.875rem;
  line-height: 1.2222;
  color: #111827;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .wysiwyg .section-title {
    font-size: 1.125rem;
  }
}
.wysiwyg .content-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 824px;
}

@media (min-width: 1024px) {
  .wysiwyg .content-wrap {
    row-gap: 32px;
    max-width: 900px;
  }
}
@media (min-width: 1275px) {
  .wysiwyg .content-wrap {
    max-width: 1000px;
  }
}
.wysiwyg .content-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.wysiwyg .content-wrap h1,
.wysiwyg .content-wrap h2,
.wysiwyg .content-wrap h3,
.wysiwyg .content-wrap h4,
.wysiwyg .content-wrap h5,
.wysiwyg .content-wrap h6 {
  color: #111827;
}

.wysiwyg .content-wrap h1:first-child,
.wysiwyg .content-wrap h2:first-child,
.wysiwyg .content-wrap h3:first-child,
.wysiwyg .content-wrap h4:first-child,
.wysiwyg .content-wrap h5:first-child,
.wysiwyg .content-wrap h6:first-child {
  margin-top: 0;
}

.wysiwyg .content-wrap p {
  margin: 0 0 24px 0;
}

.wysiwyg .content-wrap p:last-child {
  margin-bottom: 0;
}

.wysiwyg .content-wrap ul, .wysiwyg .content-wrap ol {
  margin: 0 0 24px 0;
  padding-left: 24px;
}

.wysiwyg .content-wrap ul li, .wysiwyg .content-wrap ol li {
  margin-bottom: 8px;
  color: #4b5563;
}

.wysiwyg .content-wrap ul li:last-child, .wysiwyg .content-wrap ol li:last-child {
  margin-bottom: 0;
}

.wysiwyg .content-wrap blockquote {
  margin: 32px 0;
  padding: 24px 32px;
  background-color: #f9fafb;
  border-left: 4px solid #2563eb;
  border-radius: 4px;
  font-style: italic;
  color: #4b5563;
}

.wysiwyg .content-wrap .link-wrap {
  margin-top: 32px;
}

.module.with-bg-color {
  display: flex;
}

@media (max-width: 1023px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none !important;
  }
}
.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-top .content-wrap {
  margin-top: 0 !important;
}

.no-margin-bottom .content-wrap {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .desktop-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-image {
    display: none;
  }
}
.image-wrap picture {
  width: 100%;
}

.black-overlay-40 .image-wrap:before,
.black-overlay-40 .videoWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.black-overlay-40 .videoWrapper:before {
  z-index: 11;
}

.black-overlay .image-wrap:before,
.black-overlay .videoWrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.black-overlay .videoWrapper:before {
  z-index: 11;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video .videoWrapper iframe,
.videoWrapper .wistia_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1023px) {
  .hero .videoWrapper {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .hero .videoWrapper iframe {
    position: absolute;
    border: 0;
    min-height: 100vh;
    width: 390vw;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .hero .videoWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    padding-top: 45.1388888889%;
  }
}
@media (max-width: 1023px) {
  .hero .videoWrapper iframe {
    max-width: none;
  }
}
@media (min-width: 1024px) and (max-width: 1351px) {
  .hero .videoWrapper iframe {
    height: 100% !important;
    left: initial;
    right: initial;
    top: initial;
    top: 0;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
  }
}
@media (min-width: 1352px) {
  .hero .videoWrapper iframe {
    position: absolute;
    width: 100vw !important;
    height: 56.25vw !important;
    top: 0;
    left: 0;
  }
}
/******************************************************************
Site Name:
Author: 

Stylesheet: Print Stylesheet

This is the print stylesheet.

******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
