html {
  font-size: 100%;
  width: 100%;
  line-height: 1.45em;
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-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;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

body {
  font-family: "Manrope-Regular", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
    letter-spacing: 0%;
    font-size: 18px;
    line-height: 1.388;
}

h1, h2, h3, h4 {
  font-family: "Beausite-Medium", sans-serif;
}

input, textarea, button, a, select {
  outline-color: transparent;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media (min-width: 1024px) {}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1600px;
  }
}
.swiper-wrapper {
    position: relative;
    transition-property: transform;
    box-sizing: content-box;
  }
.swiper-slide {
    flex-shrink: 0;
    position: relative;
    transition-property: transform;
  }
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
  }
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
  }
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
.property-details-swiper-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.7;
  }
.property-details-images-swiper-button-next, .property-details-images-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 81px;
    height: 112px;
    margin-top: -60px;
    z-index: 10;
    cursor: pointer;
    display: none;
  }
@media (min-width: 1024px) {
    .property-details-images-swiper-button-next, .property-details-images-swiper-button-prev {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
.property-details-images-swiper-button-next {
    right: 0;
    left: auto;
  }
.property-details-images-swiper-button-prev {
    right: auto;
    left: 0;
  }
.property-details-images-swiper-button-prev.swiper-button-disabled, .property-details-images-swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }
.blog-slider {
  width: calc(100vw - 48px);
  overflow-x: hidden;
}
@media (min-width: 1024px) {
    .blog-slider {
    width: inherit;
  }
  }
.blog-slider > .swiper-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.blog-slider > .swiper-wrapper > .swiper-slide {
  display: flex;
  aspect-ratio: 16 / 9;
  width: calc(100vw - 48px);
}
.blog-slider > .swiper-wrapper > .swiper-slide > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-slider-desc-and-control {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 39px;
}
@media (min-width: 1024px) {
    .blog-slider-desc-and-control {
    margin-top: 23px;
    gap: 45px;
  }
  }
.blog-slider-desc-and-control p {
  font-family: "Manrope-Light", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
    font-size: 14px;
    line-height: 21px;
}
@media (min-width: 1024px) {
    .blog-slider-desc-and-control p {
      font-size: 16px;
      line-height: 26px;
    }
  }
.blog-slider-desc-and-control > div {
  display: flex;
  --tw-translate-x: 10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
    .blog-slider-desc-and-control > div {
    gap: 34px;
  }
  }
.blog-slider-desc-and-control > div > p {
  white-space: nowrap;
}
.blog-slider-desc-and-control > div > div {
  display: flex;
  align-items: center;
}
.blog-slider-desc-and-control > div > div > span {
  display: block;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1024px) {
    .blog-slider-desc-and-control > div > div > span {
    padding-left: 12px;
    padding-right: 12px;
  }
  }
.suburbreport-subheading- {
  font-family: "Beausite-Light", sans-serif;
    font-weight: 300;
    position: relative;
    font-size: 24px;
    line-height: 25.44px;
}
@media (min-width: 1024px) {
    .suburbreport-subheading- {
      font-size: 32px;
      line-height: 36.48px;
    }
  }
.swiper-button-fade-disabled.swiper-button-disabled {
    opacity: 0.3;
  }
header.nav-active {
    z-index: 100;
  }
.container {
    max-width: 1300px;
  }
.min-h-screen {
    min-height: 100vh;
    min-height: 100dvh;
  }
.h-screen {
    height: 100vh;
    height: 100dvh;
  }
.page-footer {
    min-height: 100px;
  }
.border-C4C4C4 {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-top-C4C4C4 {
    border-top: 1px solid;
    --tw-border-opacity: 1;
    border-top-color: rgb(196 196 196 / var(--tw-border-opacity));
    opacity: 0.2;
  }
.my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
.py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
.search-icon, .hamburger-icon {
    width: 20px;
  }
#map .leaflet-popup-content-wrapper {
    border-radius: 0;
    padding: 0;
    width: 290px;
    height: 270px;
    box-shadow: none;
  }
#map .leaflet-popup-content {
    margin: 0;
    width: 100% !important;
    height: 100%;
  }
#map .leaflet-popup-content p {
    margin: 0;
  }
#map .leaflet-container a {
  font-family: "Manrope-Light", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
#map .leaflet-popup-tip-container {
    display: none;
  }
#map .leaflet-container a.leaflet-popup-close-button {
    display: none;
  }
#map .leaflet-control-attribution.leaflet-control, #map .leaflet-control-attribution.leaflet-control a {
  font-size: 10px;
}
#map .leaflet-popup-close-button {
    display: none;
  }
@media screen and (min-width: 640px) {
    #map .leaflet-popup-content-wrapper {
      border-radius: 0;
      padding: 0;
      width: 380px;
      height: 340px;
    }
  }
input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(142 198 181 / var(--tw-border-opacity));
  }
input[type=radio]:focus-visible {
    outline: none;
  }
input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  }
.vertical-lr {
    writing-mode: vertical-lr;
  }
.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }
.content-code-block > ul.dark-submenu {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-top-width: 1px;
  border-color: rgb(239 239 239 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Manrope-Light", sans-serif;
  font-size: 13px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-code-block > ul.light-submenu {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Manrope-Light", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 24px;
    position: relative;
    z-index: 100;
}
@media (min-width: 1024px) {
    .content-code-block > ul.light-submenu {
    font-size: 18px;
    line-height: 26px;
  }
  }
.container-no-padding {
    max-width: calc(100vw - 40px);
  }
@media (min-width: 1300px) {
    .container-no-padding {
      max-width: 1260px;
    }
  }
.vtext-wrap-inner-container {
    max-width: calc(100vw - 84px);
  }
@media (min-width: 768px) {
    .vtext-wrap-inner-container {
      max-width: calc(100vw - 92px);
    }
  }
@media (min-width: 1024px) {
    .vtext-wrap-inner-container {
      max-width: calc(100vw - 100px);
    }
  }
@media (min-width: 1300px) {
    .vtext-wrap-inner-container {
      max-width: 1180px;
    }
  }
.w-listing-card-25, .w-bodyImage-multiple {
    width: calc(100vw - 40px);
  }
@media (min-width: 768px) {
    .w-listing-card-25, .w-bodyImage-multiple {
      width: calc((100vw - 64px) / 2);
    }
  }
@media (min-width: 1024px) {
    .w-listing-card-25, .w-bodyImage-multiple {
      width: calc((100vw - 100px) / 3);
    }
  }
@media (min-width: 1300px) {
    .w-listing-card-25, .w-bodyImage-multiple {
      width: 400px;
    }
  }
.w-listing-card-25-vtext-contained, .w-bodyImage-multiple-vtext-contained {
    width: calc(100vw - 84px);
  }
@media (min-width: 768px) {
    .w-listing-card-25-vtext-contained, .w-bodyImage-multiple-vtext-contained {
      width: calc((100vw - 116px) / 2);
    }
  }
@media (min-width: 1024px) {
    .w-listing-card-25-vtext-contained, .w-bodyImage-multiple-vtext-contained {
      width: calc((100vw - 180px) / 3);
    }
  }
@media (min-width: 1300px) {
    .w-listing-card-25-vtext-contained, .w-bodyImage-multiple-vtext-contained {
      width: 373.3333333333px;
    }
  }
.pswp__container {
    transition: transform var(--pswp-transition-duration) ease;
  }
@media (min-width: 1024px) {
    .feat-link-wis {
      min-height: 675px;
    }
  }
.plyr-video-player-wrap {
    --plyr-color-main: #8ec6b5;
    --plyr-video-controls-background: rgba(0, 0, 0, 0.7);
  }
.plyr-video-player-wrap .plyr .plyr__controls {
    padding-top: 9px;
    padding-bottom: 8px;
  }
.plyr-video-player-wrap .plyr__poster {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.jc-form-wrap {
  font-size: 16px;
  line-height: 1.07;
}
.jc-form-wrap .bg_class {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.jc-form-wrap h5 {
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-family: "Beausite-Medium", sans-serif;
  font-size: 16px;
  line-height: 1.07;
}
.jc-form-wrap h6 {
  display: flex;
  height: 2.5rem;
  align-items: center;
  font-family: "Manrope-Light", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
}
.jc-form-wrap input:not([type=checkbox]):not([type=radio]) {
  height: 2.5rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 227 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 16px;
  line-height: 1.07;
}
.jc-form-wrap input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: rgb(29 37 45 / 0.2);
}
.jc-form-wrap input:not([type=checkbox]):not([type=radio])::placeholder {
  color: rgb(29 37 45 / 0.2);
}
.jc-form-wrap input:not([type=checkbox]):not([type=radio]) {
  outline: 2px solid transparent;
  outline-offset: 2px;
    border-radius: 0;
}
.jc-form-wrap select {
  position: relative;
  z-index: 10;
  height: 2.5rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 227 215 / var(--tw-border-opacity));
  background-color: transparent;
}
.jc-form-wrap select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.jc-form-wrap input[type=file] {
    padding: 8px 0;
  }
.jc-form-wrap input[type=radio] {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.jc-form-wrap input[type=radio]:focus-visible {
    outline: none;
  }
.jc-form-wrap input[type=radio]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  }
.jc-form-wrap textarea {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 227 215 / var(--tw-border-opacity));
  background-color: transparent;
  font-size: 16px;
  line-height: 1.07;
}
.jc-form-wrap textarea::-moz-placeholder {
  color: rgb(29 37 45 / 0.2);
}
.jc-form-wrap textarea::placeholder {
  color: rgb(29 37 45 / 0.2);
}
.jc-form-wrap textarea {
  outline: 2px solid transparent;
  outline-offset: 2px;
    border-radius: 0;
}
.jc-form-wrap p {
  font-size: 12px;
  line-height: 1.319;
}
.jc-form-wrap button[type=submit] {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Manrope-Light", sans-serif;
  font-size: 16px;
  line-height: 1.07;
    height: 47px;
    --tw-bg-opacity: 1;
    background-color: rgb(142 198 181 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(29 37 45 / var(--tw-text-opacity));
}
.jc-form-wrap button[type=submit].btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.jc-form-wrap .parsley-errors-list.filled > li {
  font-size: 12px;
  line-height: 1.319;
}
.jc-form-wrap .parsley-errors-list.filled {
    position: relative;
    z-index: 20;
  }
.jc-form-wrap .parsley-errors-list.filled > li {
    padding: 6px 10px;
    background: #DB2777;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -34px;
    right: 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
.jc-form-wrap .appraisal-type .parsley-errors-list.filled {
    position: absolute;
    width: 100%;
  }
.jc-form-wrap .appraisal-type .parsley-errors-list.filled > li {
    position: absolute;
    top: -44px;
    right: 0;
    width: 100%;
  }
.jc-form-wrap .field-tickbox-wrap .parsley-errors-list.filled {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
.jc-form-wrap .field-tickbox-wrap .parsley-errors-list.filled > li {
    top: 0;
  }
@media (min-width: 768px) {
    .jc-form-wrap button[type=submit] {
      max-width: 275px;
    }
  }
@media (min-width: 1024px) {
    .jc-form-wrap .lg_bg_class {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  }
.jc-form-wrap.jc-form-dark-root {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.jc-form-wrap.jc-form-dark-root button[type=submit] {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.jc-form-wrap.jc-form-gray .bg_class {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.jc-form-wrap.jc-form-gray input:not([type=checkbox]):not([type=radio]), .jc-form-wrap.jc-form-gray textarea {
  border-bottom-color: rgb(29 37 45 / 0.3);
}
@media (min-width: 1024px) {
    .jc-form-wrap.jc-form-gray .lg_bg_class {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }
  }
#footer-pre-modal-form .parsley-errors-list.filled > li {
  font-size: 12px;
  line-height: 1.319;
}
#footer-pre-modal-form .parsley-errors-list.filled {
    position: relative;
    z-index: 20;
  }
#footer-pre-modal-form .parsley-errors-list.filled > li {
    padding: 6px 10px;
    background: #DB2777;
    border-radius: 3px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: -38px;
    right: 8px;
    width: -moz-fit-content;
    width: fit-content;
  }
#footer-pre-modal-form .appraisal-type .parsley-errors-list.filled {
    position: absolute;
    width: 100%;
  }
#footer-pre-modal-form .appraisal-type .parsley-errors-list.filled > li {
    position: absolute;
    top: -44px;
    right: 0;
    width: 100%;
  }
#footer-pre-modal-form .field-tickbox-wrap .parsley-errors-list.filled {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
#footer-pre-modal-form .field-tickbox-wrap .parsley-errors-list.filled > li {
    top: 0;
  }
.property-details-swiper-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.7;
  }
.property-details-images-swiper-button-next, .property-details-images-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 81px;
    height: 112px;
    margin-top: -60px;
    z-index: 10;
    cursor: pointer;
    display: none;
  }
@media (min-width: 1024px) {
    .property-details-images-swiper-button-next, .property-details-images-swiper-button-prev {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
.property-details-images-swiper-button-next {
    right: 0;
    left: auto;
  }
.property-details-images-swiper-button-prev {
    right: auto;
    left: 0;
  }
.property-details-images-swiper-button-prev.swiper-button-disabled, .property-details-images-swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
  }
.header-brand {
    width: 142px;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
  }
.htcn-text-size {
  font-size: 18px;
  line-height: 1.388;
}
.hgnh-text-size {
  font-size: 20px;
  line-height: 1.2;
}
.hgni-text-size {
  margin-bottom: 0.375rem;
  font-size: 18px;
  line-height: 1.388;
}
@media (min-width: 1024px) {
    .header-brand {
      width: 253px;
    }
  }
.btn {
  font-size: 16px;
  line-height: 1.07;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Manrope-Regular", sans-serif;
    height: 47px;
}
.btn.btn-sm {
  font-size: 14px;
  line-height: 1.2;
}
.btn.btn-short {
    max-width: 212px;
  }
.btn.btn-size-hero {
    max-width: 201px;
  }
.btn-green, .btn-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.btn-carbon, .btn-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.btn-light-bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 45 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.btn-carbon-border-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cms-body-text .btn {
    display: inline-flex;
    min-width: 275px;
    padding-left: 31px;
    padding-right: 31px;
    width: 100%;
    max-width: 100%;
  }
@media (min-width: 640px) {
    .sm-btn-size-1 {
      max-width: 275px;
    }

    .cms-body-text .btn {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
@media (min-width: 1024px) {
    .btn {
      max-width: 212px;
    }

    .btn.btn-size-hero {
      max-width: 275px;
    }

    .btn.sm-btn-size-1 {
      max-width: 275px;
    }

    .btn.btn-size-1 {
      max-width: 275px;
    }

    .btn.btn-full {
      max-width: 100%;
    }

    .btn.btn-sm {
    font-size: 16px;
    line-height: 1.07;
  }
  }
.h1 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 26px;
  line-height: 1.07;
}
.h1.home-page {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 33.64px;
  line-height: 1.2;
}
.h2 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 22px;
  line-height: 1.18;
}
.h3 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.h4 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.h5 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 16px;
  line-height: 1.07;
}
.caps, .h6 {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.p {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.btn-text-size {
  font-size: 16px;
  line-height: 1.07;
}
.copy, .cms-body-text {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.\!copy, .cms-body-text {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.copy h1, .cms-body-text h1 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 26px;
  line-height: 1.07;
}
.\!copy h1, .cms-body-text h1 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 26px;
  line-height: 1.07;
}
.copy h1.home-page, .cms-body-text h1.home-page {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 33.64px;
  line-height: 1.2;
}
.\!copy h1.home-page, .cms-body-text h1.home-page {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 33.64px;
  line-height: 1.2;
}
.copy h2, .cms-body-text h2 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 22px;
  line-height: 1.18;
}
.\!copy h2, .cms-body-text h2 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 22px;
  line-height: 1.18;
}
.copy h3, .cms-body-text h3 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.\!copy h3, .cms-body-text h3 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
.copy h4, .cms-body-text h4 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.\!copy h4, .cms-body-text h4 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 18px;
  line-height: 1.388;
}
.copy h5, .cms-body-text h5 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 16px;
  line-height: 1.07;
}
.\!copy h5, .cms-body-text h5 {
  font-family: "Beausite-Lighter", sans-serif;
  font-size: 16px;
  line-height: 1.07;
}
.copy h5, .cms-body-text h5 {
    line-height: 1.2;
  }
.\!copy h5, .cms-body-text h5 {
    line-height: 1.2 !important;
  }
.copy h6, .cms-body-text h6 {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.\!copy h6, .cms-body-text h6 {
  font-family: "Manrope-Regular", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
}
.copy .btn, .cms-body-text .btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.07;
}
.\!copy .btn, .cms-body-text .btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.07;
}
.copy .btn, .cms-body-text .btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
.\!copy .btn, .cms-body-text .btn {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
.copy p, .copy a, .copy strong, .copy input, .cms-body-text p, .cms-body-text a, .cms-body-text strong, .cms-body-text input {
  font-size: 18px;
  line-height: 1.388;
}
.\!copy p, .\!copy a, .\!copy strong, .\!copy input, .cms-body-text p, .cms-body-text a, .cms-body-text strong, .cms-body-text input {
  font-size: 18px;
  line-height: 1.388;
}
.copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
  margin-left: auto;
  margin-right: auto;
}
.\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
  margin-left: auto;
  margin-right: auto;
}
.copy li, .copy li span, .cms-body-text li, .cms-body-text li span {
  font-size: 18px;
  line-height: 1.388;
}
.\!copy li, .\!copy li span, .cms-body-text li, .cms-body-text li span {
  font-size: 18px;
  line-height: 1.388;
}
.copy p:not(:last-child), .copy h1:not(:last-child), .copy h2:not(:last-child), .copy h3:not(:last-child), .copy h4:not(:last-child), .copy h5:not(:last-child), .copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
    margin-bottom: 12px;
  }
.\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
    margin-bottom: 12px !important;
  }
.copy table, .cms-body-text table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0;
    width: 100%;
    margin: 0.75em 0;
  }
.\!copy table, .cms-body-text table {
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
    border-collapse: separate !important;
    border-radius: 0px !important;
    border-spacing: 0 !important;
    width: 100% !important;
    margin: 0.75em 0 !important;
  }
.copy table tbody td:first-child, .cms-body-text table tbody td:first-child {
    border-left: 0;
  }
.\!copy table tbody td:first-child, .cms-body-text table tbody td:first-child {
    border-left: 0 !important;
  }
.copy table tbody td, .cms-body-text table tbody td {
    border-bottom: 0;
    border-left: 1px solid #8f9294;
    border-top: 1px solid #c3c5c6;
    padding: 0.5em;
  }
.\!copy table tbody td, .cms-body-text table tbody td {
    border-bottom: 0 !important;
    border-left: 1px solid #8f9294 !important;
    border-top: 1px solid #c3c5c6 !important;
    padding: 0.5em !important;
  }
.copy table tbody td, .copy table tbody td p, .cms-body-text table tbody td, .cms-body-text table tbody td p {
    font-size: 14px;
  }
.\!copy table tbody td, .\!copy table tbody td p, .cms-body-text table tbody td, .cms-body-text table tbody td p {
    font-size: 14px !important;
  }
.fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
    margin-bottom: 12px;
  }
.buttons-wrap .btn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-size: 16px;
  line-height: 1.07;
    padding-top: 15px;
    padding-bottom: 15px;
}
.vertical-lr {
    writing-mode: vertical-lr;
  }
@media (min-width: 768px) {
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .copy p:not(:last-child), .copy h1:not(:last-child), .copy h2:not(:last-child), .copy h3:not(:last-child), .copy h4:not(:last-child), .copy h5:not(:last-child), .copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px;
    }
    .copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .h1 {
    font-size: 48px;
    line-height: 1.2;
  }

    .h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }

    .h2 {
    font-size: 36px;
    line-height: 1.2;
  }

    .h3 {
    font-size: 35px;
    line-height: 1.2;
  }

    .h4 {
    font-size: 30px;
    line-height: 1.2;
  }

    .h5 {
    font-size: 22px;
    line-height: 1.2;
  }

    .caps, .h6 {
    font-size: 20px;
    line-height: 1.2;
  }

    .p {
    font-family: "Manrope-Regular", sans-serif;
    font-size: 18px;
    line-height: 1.388;
  }

    .\!copy h1, .cms-body-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
    .\!copy h1.home-page, .cms-body-text h1.home-page {
    font-size: 55px;
    line-height: 1.2;
  }
    .\!copy h2, .cms-body-text h2 {
    font-size: 36px;
    line-height: 1.2;
  }
    .\!copy h3, .cms-body-text h3 {
    font-size: 35px;
    line-height: 1.2;
  }
    .\!copy h4, .cms-body-text h4 {
    font-size: 30px;
    line-height: 1.2;
  }
    .\!copy h5, .cms-body-text h5 {
    font-size: 22px;
    line-height: 1.2;
  }
    .\!copy h6, .cms-body-text h6 {
    font-size: 20px;
    line-height: 1.2;
  }
    .\!copy p:not(:last-child), .\!copy h1:not(:last-child), .\!copy h2:not(:last-child), .\!copy h3:not(:last-child), .\!copy h4:not(:last-child), .\!copy h5:not(:last-child), .\!copy h6:not(:last-child), .cms-body-text p:not(:last-child), .cms-body-text h1:not(:last-child), .cms-body-text h2:not(:last-child), .cms-body-text h3:not(:last-child), .cms-body-text h4:not(:last-child), .cms-body-text h5:not(:last-child), .cms-body-text h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
    .\!copy p[style="text-align:center;"] a.btn, .cms-body-text p[style="text-align:center;"] a.btn {
    margin-left: auto;
    margin-right: auto;
  }

    .fixed-margins p:not(:last-child), .fixed-margins h1:not(:last-child), .fixed-margins h2:not(:last-child), .fixed-margins h3:not(:last-child), .fixed-margins h4:not(:last-child), .fixed-margins h5:not(:last-child), .fixed-margins h6:not(:last-child) {
      margin-bottom: 14px !important;
    }
  }
@media (min-width: 1024px) {
    .cms-body-text p:not(:last-child) {
      margin-bottom: 12px;
    }
  }
.bodyImage ul {
    width: 100%;
  }
.cms-body-text.bodyText li:not(:last-child), .faq-answer li:not(:last-child) {
    margin-bottom: 6px;
  }
.cms-body-text.bodyText a:not(.btn), .faq-answer a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
}
.cms-body-text.bodyText > ul, .faq-answer > ul {
    list-style-type: none !important;
  }
.cms-body-text.bodyText > ul li, .faq-answer > ul li {
  position: relative;
  padding-left: 20px;
}
.cms-body-text.bodyText > ul li::before, .faq-answer > ul li::before {
  position: absolute;
  left: 0px;
  top: 7px;
  border-radius: 9999px;
    content: "";
    width: 8px;
    height: 8px;
}
@media (min-width: 768px) {
    .cms-body-text.bodyText > ul li::before, .faq-answer > ul li::before {
    top: 9px;
  }
  }
.cms-body-text.bodyText > ul > li::before, .faq-answer > ul > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.cms-body-text.bodyText > ul > li > ul > li::before, .faq-answer > ul > li > ul > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.cms-body-text.bodyText > ul > li > ul > li li::before, .faq-answer > ul > li > ul > li li::before {
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
    content: "";
    width: 8px;
    height: 3px;
}
@media (min-width: 768px) {
    .cms-body-text.bodyText > ul > li > ul > li li::before, .faq-answer > ul > li > ul > li li::before {
    top: 13px;
  }
  }
.cms-body-text.bodyText ol, .faq-answer ol {
    counter-reset: item;
  }
.cms-body-text.bodyText ol li ol, .cms-body-text.bodyText ol li ul, .faq-answer ol li ol, .faq-answer ol li ul {
    counter-reset: subitem;
  }
.cms-body-text.bodyText ol li, .faq-answer ol li {
  position: relative;
  padding-left: 33px;
}
.cms-body-text.bodyText ol li::before, .faq-answer ol li::before {
  position: absolute;
  left: 0px;
  font-family: "Manrope-Regular", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
    counter-increment: item;
    content: counter(item) ". ";
    font-size: 15px;
    line-height: 26px;
}
.cms-body-text.bodyText ol li ol li::before, .cms-body-text.bodyText ol li ul li::before, .faq-answer ol li ol li::before, .faq-answer ol li ul li::before {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
    counter-increment: subitem;
    content: counter(item) "." counter(subitem) " ";
}
.cms-body-text.bodyText table, .faq-answer table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0;
    width: 100%;
    margin: 0.75em 0;
  }
.cms-body-text.bodyText table tbody td:first-child, .faq-answer table tbody td:first-child {
    border-left: 0;
  }
.cms-body-text.bodyText table tbody td, .faq-answer table tbody td {
    border-bottom: 0;
    border-left: 1px solid #8f9294;
    border-top: 1px solid #c3c5c6;
    padding: 0.5em;
  }
.cms-body-text.bodyText table tbody td, .cms-body-text.bodyText table tbody td p, .faq-answer table tbody td, .faq-answer table tbody td p {
    font-size: 14px;
  }
.htmx-indicator {
    opacity: 0;
  }
.htmx-request.htmx-indicator {
    opacity: 1;
  }
/*! purgecss end ignore */
.selectize-input {
    border: 0;
    padding: 14px 10px 14px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    box-shadow: none;
  }
.selectize-dropdown, .selectize-input, .selectize-input input {
    font-size: 16px;
  }
.selectize-control.multi .selectize-input.has-items {
    padding: 0;
  }
body.overflow-y-hidden {
    touch-action: none;
    -ms-touch-action: none;
    height: 100dvh;
    height: 100vh;
    position: fixed;
  }
body.overflow-y-hidden::-webkit-scrollbar {
    display: none;
  }
.h-screen-lg-fit {
    height: 100vh;
    height: 100dvh;
  }
.s-i-c-mobile-active {
    touch-action: none;
    -ms-touch-action: none;
    position: fixed;
    height: 100vh;
    height: 100dvh;
  }
.s-i-c-mobile-active::-webkit-scrollbar {
    display: none;
  }
@media screen and (min-width: 1024px) {
    .h-screen-lg-fit {
      height: -moz-fit-content;
      height: fit-content;
    }

    body.overflow-y-hidden {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    body.overflow-y-hidden::-webkit-scrollbar {
      display: block;
    }

    .s-i-c-mobile-active {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    .s-i-c-mobile-active::-webkit-scrollbar {
      display: block;
    }
  }
.old-typog h1, .old-typog .h1, .old-typog h1.mobile {
    font-size: 32px;
    line-height: 106.5%;
  }
.old-typog h1.home-page {
    font-size: 34px;
    line-height: 106.5%;
  }
.old-typog h2, .old-typog .h2, .old-typog h2.mobile {
    font-size: 24px;
    line-height: 106.5%;
  }
.old-typog h3, .old-typog .h3, .old-typog h3.mobile {
    font-size: 20px;
    line-height: 24px;
  }
.old-typog h4, .old-typog .h4, .old-typog h4.mobile {
    font-size: 16px;
    line-height: 19px;
  }
.old-typog p, .old-typog p.mobile {
    font-size: 13px;
    line-height: 16px;
  }
.old-typog .cms-body-text p, .old-typog .cms-body-text a, .old-typog .cms-body-text p.mobile, .old-typog p.cms-body-text, .old-typog .cms-body-text strong, .old-typog input {
    font-size: 14px;
    line-height: 21px;
  }
.old-typog .cms-body-text li, .old-typog .cms-body-text li span {
    font-size: 14px;
    line-height: 21px;
  }
.old-typog .caps, .old-typog .caps.mobile, .old-typog h6 {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.12em;
  }
.old-typog .btn, .old-typog .btn-mobile {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 13px;
    min-width: 165px;
  }
.old-typog .btn-text-size {
    font-size: 14px;
    line-height: 17px;
  }
.old-typog .cms-body-text .btn {
    display: inline-block;
    padding: 13px 35px;
  }
.old-typog .btn-green {
    background: #8ec6b5;
    border-radius: 48px;
    color: white;
    width: -moz-fit-content;
    width: fit-content;
  }
.old-typog .btn-carbon {
    background: #1d252d;
    border-radius: 48px;
    color: white;
    width: -moz-fit-content;
    width: fit-content;
  }
.old-typog .btn-white {
    background: white;
    border: 1px solid #1d252d;
    border-radius: 48px;
    color: #1d252d;
    width: -moz-fit-content;
    width: fit-content;
  }
.old-typog #nav-content a, .old-typog .top-nav-menu-group > p, .old-typog .footer-menu p, .old-typog .footer-menu a, .old-typog .top-nav-menu-group > p {
    font-size: 15px;
    line-height: 18px;
  }
@media screen and (min-width: 813px) {
    .old-typog h1, .old-typog .h1 {
      font-size: 60px;
      line-height: 106.5%;
    }
    .old-typog h1.home-page {
      font-size: 56px;
      line-height: 106.5%;
    }
    .old-typog h2, .old-typog .h2 {
      font-size: 42px;
      line-height: 106.5%;
    }
    .old-typog h3, .old-typog .h3 {
      font-size: 32px;
      line-height: 38px;
    }
    .old-typog h4, .old-typog .h4 {
      font-size: 22px;
      line-height: 26px;
    }
    .old-typog p {
      font-size: 16px;
      line-height: 19px;
    }
    .old-typog .cms-body-text p, .old-typog .cms-body-text a, .old-typog p.cms-body-text, .old-typog .cms-body-text strong, .old-typog input {
      font-size: 18px;
      line-height: 26px;
    }
    .old-typog .cms-body-text li, .old-typog .cms-body-text li span {
      font-size: 18px;
      line-height: 26px;
    }
    .old-typog .caps, .old-typog h6 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 26px;
      letter-spacing: 0.12em;
      margin-bottom: 0.625rem;
    }
    .old-typog .btn, .old-typog .cms-body-text .btn {
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      padding: 14px 35px;
      min-width: 240px;
    }
    .old-typog .btn-text-size {
      font-size: 16px;
      line-height: 19px;
    }
    .old-typog .cms-body-text .btn {
      display: inline-block;
      padding: 13px 35px;
    }
    .old-typog .btn-green {
      padding: 14px 44px;
    }
  }
@media screen and (min-width: 1024px) {
    .old-typog #nav-content a, .old-typog .top-nav-menu-group > p {
      font-size: 18px;
      line-height: 21px;
    }
  }
.old-typog .vertical-lr {
    writing-mode: vertical-lr;
  }
.old-typog .hero-caps {
    letter-spacing: 12%;
    text-transform: uppercase;
    font-family: "Manrope-Regular", sans-serif;
    font-size: 11px;
    line-height: 100%;
  }
@media (min-width: 1024px) {

  .old-typog .hero-caps {
    font-size: 14px;
    line-height: 26px;
  }
}
.old-typog .listing-property-status {
  position: absolute;
  top: 10px;
  right: 9px;
  z-index: 1;
  display: block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5.39px;
  padding-right: 5.8px;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .old-typog .listing-property-status {
    padding-left: 6px;
    padding-right: 5px;
  }
}
.old-typog .listing-inspection {
  position: absolute;
  bottom: 10px;
  left: 9px;
  z-index: 10;
  display: block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5.39px;
  padding-right: 5.8px;
  font-size: 13px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .old-typog .listing-inspection {
    padding-left: 6px;
    padding-right: 5px;
  }
}
.old-typog .exclusive-to-jellis-craig {
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 10;
  display: block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5.39px;
  padding-right: 5.8px;
  font-size: 13px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .old-typog .exclusive-to-jellis-craig {
    padding-left: 6px;
    padding-right: 5px;
  }
}
.old-typog .card-jellis-craig-first {
  position: absolute;
  top: 1.5rem;
  left: 0px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: flex-end;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.old-typog .listing-video {
  position: absolute;
  top: 10px;
  left: 9px;
  z-index: 10;
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5.39px;
  padding-right: 5.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .old-typog .listing-video {
    padding-left: 6px;
    padding-right: 5px;
  }
}
.old-typog .cms-body-text p:not(:last-child), .old-typog p.cms-body-text:not(:last-child) {
    margin-bottom: 6px;
  }
@media (min-width: 1024px) {
    .old-typog .cms-body-text p:not(:last-child), .old-typog p.cms-body-text:not(:last-child) {
      margin-bottom: 12px;
    }
  }
.old-typog .count-items {
  font-family: "Manrope-Light", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
    font-size: 13px;
    line-height: 16px;
}
@media (min-width: 1024px) {
    .old-typog .count-items {
      font-size: 14px;
      line-height: 17px;
    }
  }
.old-typog .fullWidthImageAndTextBox h2 {
  margin-top: 7px;
  font-size: 26px;
  line-height: 106.5%;
}
@media (min-width: 1024px) {

  .old-typog .fullWidthImageAndTextBox h2 {
    margin-top: 10px;
    font-size: 42px;
  }
}
.old-typog .fullWidthImageAndTextBox p {
  margin-top: 17px;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 1024px) {

  .old-typog .fullWidthImageAndTextBox p {
    margin-top: 23px;
    font-size: 18px;
    line-height: 26px;
  }
}
.old-typog .bodyImage ul {
    width: 100%;
  }
.old-typog .cms-body-text.bodyText a:not(.btn), .old-typog .faq-answer a:not(.btn) {
    color: #8ec6b5;
  }
.old-typog .cms-body-text.bodyText > ul li, .old-typog .faq-answer > ul li {
  position: relative;
  padding-left: 20px;
}
.old-typog .cms-body-text.bodyText > ul li::before, .old-typog .faq-answer > ul li::before {
  position: absolute;
  left: 0px;
  top: 7px;
  border-radius: 9999px;
    content: "";
    width: 8px;
    height: 8px;
}
@media (min-width: 768px) {
    .old-typog .cms-body-text.bodyText > ul li::before, .old-typog .faq-answer > ul li::before {
    top: 9px;
  }
  }
.old-typog .cms-body-text.bodyText > ul > li::before, .old-typog .faq-answer > ul > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.old-typog .cms-body-text.bodyText > ul > li > ul > li::before, .old-typog .faq-answer > ul > li > ul > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.old-typog .cms-body-text.bodyText > ul > li > ul > li li::before, .old-typog .faq-answer > ul > li > ul > li li::before {
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
    content: "";
    width: 8px;
    height: 3px;
}
@media (min-width: 768px) {
    .old-typog .cms-body-text.bodyText > ul > li > ul > li li::before, .old-typog .faq-answer > ul > li > ul > li li::before {
    top: 13px;
  }
  }
.old-typog .cms-body-text.bodyText ol, .old-typog .faq-answer ol {
    counter-reset: item;
  }
.old-typog .cms-body-text.bodyText ol li ol, .old-typog .cms-body-text.bodyText ol li ul, .old-typog .faq-answer ol li ol, .old-typog .faq-answer ol li ul {
    counter-reset: subitem;
  }
.old-typog .cms-body-text.bodyText ol li, .old-typog .faq-answer ol li {
  position: relative;
  padding-left: 33px;
}
.old-typog .cms-body-text.bodyText ol li::before, .old-typog .faq-answer ol li::before {
  position: absolute;
  left: 0px;
  font-family: "Manrope-Regular", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
    counter-increment: item;
    content: counter(item) ". ";
    font-size: 15px;
    line-height: 26px;
}
.old-typog .cms-body-text.bodyText ol li ol li::before, .old-typog .cms-body-text.bodyText ol li ul li::before, .old-typog .faq-answer ol li ol li::before, .old-typog .faq-answer ol li ul li::before {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
    counter-increment: subitem;
    content: counter(item) "." counter(subitem) " ";
}
.old-typog .cms-body-text.bodyText table, .old-typog .faq-answer table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0;
    width: 100%;
    margin: 0.75em 0;
  }
.old-typog .cms-body-text.bodyText table tbody td:first-child, .old-typog .faq-answer table tbody td:first-child {
    border-left: 0;
  }
.old-typog .cms-body-text.bodyText table tbody td, .old-typog .faq-answer table tbody td {
    border-bottom: 0;
    border-left: 1px solid #8f9294;
    border-top: 1px solid #c3c5c6;
    padding: 0.5em;
  }
.old-typog .cms-body-text.bodyText table tbody td, .old-typog .cms-body-text.bodyText table tbody td p, .old-typog .faq-answer table tbody td, .old-typog .faq-answer table tbody td p {
    font-size: 14px;
  }
.old-typog .cms-body-text p[style="text-align:center;"] {
    width: 100%;
  }
.old-typog .cms-body-text p[style="text-align:center;"] a.btn {
  margin-left: auto;
  margin-right: auto;
}
.old-typog .btn-toggle {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 13px 6px;
    --tw-text-opacity: 1;
    color: rgb(29 37 45 / var(--tw-text-opacity));
  }
.old-typog .btn-toggle.active {
    padding: 13px 20px;
  }
.old-typog .btn-toggle.\!active {
    padding: 13px 20px !important;
  }
.old-typog .btn-toggle.active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.old-typog .btn-toggle.\!active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button {
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
}
@media (min-width: 1024px) {

  .button {
    font-size: 16px;
  }
}
.\!button {
  display: block;
  border-radius: 9999px;
  text-align: center;
  font-size: 13px;
  line-height: 100%;
}
@media (min-width: 1024px) {

  .\!button {
    font-size: 16px;
  }
}
.button-white {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(29 37 45 / var(--tw-border-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 55px;
  padding-right: 55px;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .button-white {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 52px;
    padding-right: 52px;
  }
}
.button-black {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-sky {
  width: 199px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-sky:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 1024px) {

  .button-sky {
    width: 246px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 19px;
  }
}
.p {
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1024px) {

  .p {
    font-size: 18px;
    line-height: 26px;
  }
}
.paragraph-group div {
  margin-top: 14px;
}
@media (min-width: 1024px) {

  .paragraph-group div {
    margin-top: 21px;
  }
}
.paragraph-group div p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 1024px) {

  .paragraph-group div p {
    margin-top: 12px;
    font-size: 18px;
    line-height: 26px;
  }
}
.slider-dots.swiper-pagination-bullets {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .slider-dots.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
  }
}
.slider-dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
}
.lightbox-slider-dots.swiper-pagination-bullets {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 11px;
}
.lightbox-slider-dots.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67 / var(--tw-bg-opacity));
}
.lightbox-slider-dots.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.search-results-container {
      height: calc(100vh - 90px);
      width: calc(100vw - 24px);
      height: calc(100dvh - 90px);
      width: calc(100dvw - 24px);
    }
@media (min-width: 1024px) {
      .search-results-container {
        height: auto;
        width: 100%;
      }
    }
.mobile-dummy-input {
      position: fixed;
      top: 0;
      left: -999px;
      width: 6px;
      height: 6px;
      background-color: transparent;
    }
.places-we-love-swiper .places-we-love-swiper-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
      height: 1px;
      position: relative;
}
.places-we-love-swiper .swiper-scrollbar-drag {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
      position: absolute;
      top: -1px;
}
.sky-blue-line {
  display: block;
  height: 4px;
  width: 51px;
  --tw-bg-opacity: 1;
  background-color: rgb(91 198 204 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .sky-blue-line {
    width: 81px;
  }
      .lease-cms-section div.cms-body-text {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
}
.top-nav-menu-group {
      opacity: 0;
      transition: none;
      position: relative;
      top: 80px;
    }
.top-nav-menu-group.shown {
      opacity: 1;
      transition: all 450ms ease-in-out 150ms;
      top: 0;
    }
.top-nav-menu-group.\!shown {
      opacity: 1 !important;
      transition: all 450ms ease-in-out 150ms !important;
      top: 0 !important;
    }
.fade-to-up {
      opacity: 0;
      transition: none;
      position: relative;
      top: 80px;
    }
.fade-to-up.shown {
      opacity: 1;
      transition: all 450ms ease-in-out 150ms;
      top: 0;
    }
.fade-to-up.\!shown {
      opacity: 1 !important;
      transition: all 450ms ease-in-out 150ms !important;
      top: 0 !important;
    }
.search-results-item.active {
  background-color: rgb(142 198 181 / 0.1);
}
.search-results-item.\!active {
  background-color: rgb(142 198 181 / 0.1);
}
.top-nav-page-indicator.active {
      position: relative;
    }
.top-nav-page-indicator.\!active {
      position: relative !important;
    }
.top-nav-page-indicator.active::after {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.top-nav-page-indicator.\!active::after {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.top-nav-page-indicator.active::after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      bottom: -5px;
      left: 50%;
      transform: translateX(-50%);
    }
.top-nav-page-indicator.\!active::after {
      content: "" !important;
      position: absolute !important;
      width: 8px !important;
      height: 8px !important;
      bottom: -5px !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
    }
.shown-filter-on-mobile-item {
  border-color: rgb(255 255 255 / 0.2);
}
.shown-filter-on-mobile-item.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.shown-filter-on-mobile-item.\!active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.search-suggest-highlighted {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .search-suggest-highlighted {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  }
}
.content-code-block > ul.dark-submenu {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-top-width: 1px;
  border-color: rgb(239 239 239 / 0.4);
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Manrope-Light", sans-serif;
  font-size: 13px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.content-code-block > ul.light-submenu {
  display: flex;
  min-height: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: "Manrope-Light", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
  font-size: 18px;
  line-height: 24px;
      position: relative;
      z-index: 100;
}
@media (min-width: 1024px) {
      .content-code-block > ul.light-submenu {
    font-size: 18px;
    line-height: 26px;
  }
    }
.placeholder-loader {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 215 / var(--tw-bg-opacity));
}
.placeholder-loader::before {
      content: "";
      top: 0px;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(234 227 215 / var(--tw-bg-opacity));
      background-image: linear-gradient(to right, #EAE3D7, #f1ece4);
      position: absolute;
      animation: run linear infinite 2.5s;
    }
.placeholder-loader-v2 {
  position: relative;
  overflow: hidden;
}
.placeholder-loader-v2::before {
      content: "" !important;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 10;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(234 227 215 / var(--tw-bg-opacity));
    }
.placeholder-loader-v2::after {
      content: "" !important;
      top: 0px;
      z-index: 20;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgb(234 227 215 / var(--tw-bg-opacity));
      background-image: linear-gradient(to right, #EAE3D7, #f1ece4);
      position: absolute;
      animation: run linear infinite 2.5s;
    }
.no-data::after, .no-data::before {
      content: "" !important;
    }
@keyframes run {
      0% {
        left: -100%;
      }
      50% {
        left: 0%;
      }
      100% {
        left: 100%;
      }
    }
.testimonial-block-text {
      position: relative;
    }
.testimonial-block-text::before {
      content: open-quote;
      position: absolute;
      left: -20px;
      --tw-text-opacity: 1;
      color: rgb(142 198 181 / var(--tw-text-opacity));
    }
@media (min-width: 768px) {

  .testimonial-block-text::before {
    left: -32px;
  }
}
.testimonial-block-text:after {
      content: close-quote;
      --tw-text-opacity: 1;
      color: rgb(142 198 181 / var(--tw-text-opacity));
    }
.tabs-body-image ul li h3 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
      opacity: 0.3;
      cursor: pointer;
}
.tabs-body-image ul li h3.active {
      opacity: 1;
    }
.tabs-body-image ul li h3.\!active {
      opacity: 1 !important;
    }
.tabs-body-image ul li h3.active::after {
      content: "";
      position: absolute;
      display: block;
      bottom: 0;
      width: 100%;
      height: 4px;
    }
.tabs-body-image ul li h3.\!active::after {
      content: "" !important;
      position: absolute !important;
      display: block !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 4px !important;
    }
.tabs-body-image ul li h3.active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.tabs-body-image ul li h3.\!active::after {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.zoom-in-anim {
      animation: zoom-in 7000ms ease-in-out forwards;
    }
@keyframes zoom-in {
      0% {
        transform: scale(1);
        opacity: 0.4;
      }
      18% {
        opacity: 1;
      }
      100% {
        transform: scale(1.2);
        opacity: 1;
      }
    }
@keyframes zoom-in-v2 {
      0% {
        transform: scale(1);
        opacity: 0;
      }
      30% {
        opacity: 1;
      }
      100% {
        transform: scale(1.2);
        opacity: 1;
      }
    }
.text-appear {
      display: inline-block;
      line-height: 1.05;
      will-change: transform;
      animation: textIn 250ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
@keyframes textIn {
      from {
        transform: translateY(100%);
      }
      to {
        transform: translateY(0);
      }
    }
.text-fade-out {
      display: inline-block;
      line-height: 1.05;
      will-change: transform;
      animation: textOut 250ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
    }
@keyframes textOut {
      from {
        transform: translateY(0);
      }
      to {
        transform: translateY(-100%);
      }
    }
.done-animated {
      min-width: 250px;
      display: inline-block;
    }
@media (max-width: 1024px) {
      .done-animated {
        overflow: hidden;
      }
    }
.h1-use-appear-lg {
      overflow: hidden;
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-6 {
  right: 1.5rem;
}
.bottom-\[-13px\] {
  bottom: -13px;
}
.bottom-0 {
  bottom: 0px;
}
.-top-\[75\%\] {
  top: -75%;
}
.right-4 {
  right: 1rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.right-1 {
  right: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.left-1 {
  left: 0.25rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-\[25px\] {
  top: 25px;
}
.right-\[25px\] {
  right: 25px;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[16px\] {
  right: 16px;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.left-3 {
  left: 0.75rem;
}
.-top-\[30px\] {
  top: -30px;
}
.top-12 {
  top: 3rem;
}
.left-\[57px\] {
  left: 57px;
}
.right-\[57px\] {
  right: 57px;
}
.top-\[20px\] {
  top: 20px;
}
.right-\[20px\] {
  right: 20px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.top-\[159px\] {
  top: 159px;
}
.top-4 {
  top: 1rem;
}
.-top-\[75\.56\%\] {
  top: -75.56%;
}
.left-\[20px\] {
  left: 20px;
}
.right-\[12px\] {
  right: 12px;
}
.-left-\[22px\] {
  left: -22px;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[58px\] {
  top: 58px;
}
.left-6 {
  left: 1.5rem;
}
.top-\[1\.3rem\] {
  top: 1.3rem;
}
.right-2 {
  right: 0.5rem;
}
.top-\[1\.6rem\] {
  top: 1.6rem;
}
.top-\[657px\] {
  top: 657px;
}
.bottom-\[-5px\] {
  bottom: -5px;
}
.bottom-\[-6\.25px\] {
  bottom: -6.25px;
}
.-right-16 {
  right: -4rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.left-\[unset\] {
  left: unset;
}
.top-2 {
  top: 0.5rem;
}
.bottom-full {
  bottom: 100%;
}
.-right-2 {
  right: -0.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-14 {
  left: 3.5rem;
}
.right-14 {
  right: 3.5rem;
}
.top-5 {
  top: 1.25rem;
}
.-left-\[21px\] {
  left: -21px;
}
.top-\[33px\] {
  top: 33px;
}
.top-\[85px\] {
  top: 85px;
}
.left-\[12px\] {
  left: 12px;
}
.-top-8 {
  top: -2rem;
}
.top-\[55px\] {
  top: 55px;
}
.top-\[16px\] {
  top: 16px;
}
.-top-\[10px\] {
  top: -10px;
}
.z-10 {
  z-index: 10;
}
.z-\[401\] {
  z-index: 401;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-0 {
  z-index: 0;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[100000002\] {
  z-index: 100000002;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-40 {
  z-index: 40;
}
.z-\[60\] {
  z-index: 60;
}
.z-20 {
  z-index: 20;
}
.z-\[900\] {
  z-index: 900;
}
.z-\[-1\] {
  z-index: -1;
}
.z-30 {
  z-index: 30;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[999999999999999999\] {
  z-index: 999999999999999999;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[9999999999999\] {
  z-index: 9999999999999;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[70\] {
  z-index: 70;
}
.order-first {
  order: -9999;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.m-8 {
  margin: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.-mx-0\.5 {
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-mx-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mx-\[100vw\] {
  margin-left: -100vw;
  margin-right: -100vw;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.mx-\[22px\] {
  margin-left: 22px;
  margin-right: 22px;
}
.my-\[13px\] {
  margin-top: 13px;
  margin-bottom: 13px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[47px\] {
  margin-top: 47px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-7\.5 {
  margin-top: 30px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-9 {
  margin-top: 2.25rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-2\.5 {
  margin-top: -0.625rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.ml-\[11px\] {
  margin-left: 11px;
}
.mr-\[27px\] {
  margin-right: 27px;
}
.ml-\[17px\] {
  margin-left: 17px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.ml-\[26px\] {
  margin-left: 26px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.ml-\[54px\] {
  margin-left: 54px;
}
.mr-\[11px\] {
  margin-right: 11px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mt-\[8\.5px\] {
  margin-top: 8.5px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.-mt-\[118px\] {
  margin-top: -118px;
}
.-ml-\[62px\] {
  margin-left: -62px;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.ml-auto {
  margin-left: auto;
}
.-mb-1\.5 {
  margin-bottom: -0.375rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.ml-\[9\.24px\] {
  margin-left: 9.24px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[116px\] {
  margin-top: 116px;
}
.ml-\[29px\] {
  margin-left: 29px;
}
.ml-\[14px\] {
  margin-left: 14px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.ml-\[300px\] {
  margin-left: 300px;
}
.mt-\[39px\] {
  margin-top: 39px;
}
.mr-\[14px\] {
  margin-right: 14px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mt-\[11\.6px\] {
  margin-top: 11.6px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.-mb-7\.5 {
  margin-bottom: -30px;
}
.-mb-7 {
  margin-bottom: -1.75rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-ml-16 {
  margin-left: -4rem;
}
.-mt-7\.5 {
  margin-top: -30px;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.ml-\[\'-15px\'\] {
  margin-left: '-15px';
}
.-mr-2\.5 {
  margin-right: -0.625rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-px {
  margin-top: -1px;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mr-7\.5 {
  margin-right: 30px;
}
.mr-7 {
  margin-right: 1.75rem;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.mb-7\.5 {
  margin-bottom: 30px;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.-mt-\[174px\] {
  margin-top: -174px;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-px {
  margin-top: 1px;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mr-\[24px\] {
  margin-right: 24px;
}
.mt-\[-52px\] {
  margin-top: -52px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[9px\] {
  margin-left: 9px;
}
.ml-\[12\.6px\] {
  margin-left: 12.6px;
}
.mt-\[17px\] {
  margin-top: 17px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[31px\] {
  margin-top: 31px;
}
.ml-\[21px\] {
  margin-left: 21px;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[46px\] {
  margin-left: 46px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.ml-\[19px\] {
  margin-left: 19px;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[1\.56\/1\] {
  aspect-ratio: 1.56 / 1;
}
.aspect-\[0\.6\/1\] {
  aspect-ratio: 0.6 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-\[1\.19\/1\] {
  aspect-ratio: 1.19 / 1;
}
.aspect-\[2\.22\/1\] {
  aspect-ratio: 2.22 / 1;
}
.aspect-\[514\/238\] {
  aspect-ratio: 514 / 238;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3 / 4;
}
.aspect-\[389\/259\] {
  aspect-ratio: 389 / 259;
}
.aspect-\[0\.56\/1\] {
  aspect-ratio: 0.56 / 1;
}
.aspect-\[115\/124\] {
  aspect-ratio: 115 / 124;
}
.aspect-\[0\.93\/1\] {
  aspect-ratio: 0.93 / 1;
}
.aspect-\[62\/67\] {
  aspect-ratio: 62 / 67;
}
.aspect-\[290\/342\] {
  aspect-ratio: 290 / 342;
}
.aspect-\[1\.5\/1\] {
  aspect-ratio: 1.5 / 1;
}
.aspect-\[346\/229\] {
  aspect-ratio: 346 / 229;
}
.aspect-\[2\.11\/1\] {
  aspect-ratio: 2.11 / 1;
}
.aspect-\[1\.05\/1\] {
  aspect-ratio: 1.05 / 1;
}
.aspect-\[0\.52\/1\] {
  aspect-ratio: 0.52 / 1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-\[0\.68\/1\] {
  aspect-ratio: 0.68 / 1;
}
.aspect-\[0\.77\/1\] {
  aspect-ratio: 0.77 / 1;
}
.aspect-\[1\.54\/1\] {
  aspect-ratio: 1.54 / 1;
}
.aspect-\[0\.7\/1\] {
  aspect-ratio: 0.7 / 1;
}
.aspect-\[2\.33\/1\] {
  aspect-ratio: 2.33 / 1;
}
.aspect-\[1\.34\/1\] {
  aspect-ratio: 1.34 / 1;
}
.aspect-\[1\.91\/1\] {
  aspect-ratio: 1.91 / 1;
}
.aspect-\[325\/423\] {
  aspect-ratio: 325 / 423;
}
.aspect-\[325\/179\] {
  aspect-ratio: 325 / 179;
}
.aspect-\[1\.26\/1\] {
  aspect-ratio: 1.26 / 1;
}
.aspect-\[0\.43\/1\] {
  aspect-ratio: 0.43 / 1;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-\[340\/228\] {
  aspect-ratio: 340 / 228;
}
.aspect-\[390\/381\] {
  aspect-ratio: 390 / 381;
}
.aspect-\[390\/412\] {
  aspect-ratio: 390 / 412;
}
.aspect-\[339\/179\] {
  aspect-ratio: 339 / 179;
}
.aspect-\[150\/190\] {
  aspect-ratio: 150 / 190;
}
.aspect-\[344\/193\] {
  aspect-ratio: 344 / 193;
}
.aspect-\[247\/167\] {
  aspect-ratio: 247 / 167;
}
.aspect-\[380\/255\] {
  aspect-ratio: 380 / 255;
}
.aspect-\[340\/315\] {
  aspect-ratio: 340 / 315;
}
.aspect-\[340\/241\] {
  aspect-ratio: 340 / 241;
}
.aspect-\[1\.39\/1\] {
  aspect-ratio: 1.39 / 1;
}
.aspect-\[1\.25\/1\] {
  aspect-ratio: 1.25 / 1;
}
.aspect-\[1\.17\/1\] {
  aspect-ratio: 1.17 / 1;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3 / 2;
}
.aspect-\[1\.49\/1\] {
  aspect-ratio: 1.49 / 1;
}
.aspect-\[1\.59\/1\] {
  aspect-ratio: 1.59 / 1;
}
.aspect-\[4\.29\/1\] {
  aspect-ratio: 4.29 / 1;
}
.aspect-\[394\.69\/255\] {
  aspect-ratio: 394.69 / 255;
}
.aspect-\[344\/336\] {
  aspect-ratio: 344 / 336;
}
.aspect-\[339\/185\] {
  aspect-ratio: 339 / 185;
}
.aspect-\[354\/119\] {
  aspect-ratio: 354 / 119;
}
.aspect-\[0\.85\/1\] {
  aspect-ratio: 0.85 / 1;
}
.aspect-\[346\/74\] {
  aspect-ratio: 346 / 74;
}
.aspect-\[121\/106\] {
  aspect-ratio: 121 / 106;
}
.aspect-\[2\/1\] {
  aspect-ratio: 2 / 1;
}
.aspect-\[48\/50\] {
  aspect-ratio: 48 / 50;
}
.h-screen {
  height: 100vh;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[16px\] {
  height: 16px;
}
.h-full {
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[23px\] {
  height: 23px;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1 {
  height: 0.25rem;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-5 {
  height: 1.25rem;
}
.h-28 {
  height: 7rem;
}
.h-\[131px\] {
  height: 131px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[40px\] {
  height: 40px;
}
.h-11 {
  height: 2.75rem;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[52px\] {
  height: 52px;
}
.h-9 {
  height: 2.25rem;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[26px\] {
  height: 26px;
}
.h-7\.5 {
  height: 30px;
}
.h-7 {
  height: 1.75rem;
}
.h-\[915px\] {
  height: 915px;
}
.h-px {
  height: 1px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[660px\] {
  height: 660px;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[79px\] {
  height: 79px;
}
.h-12 {
  height: 3rem;
}
.h-8 {
  height: 2rem;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[555px\] {
  height: 555px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[284px\] {
  height: 284px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[40vw\] {
  height: 40vw;
}
.h-\[12\.5px\] {
  height: 12.5px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[13px\] {
  height: 13px;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-\[124px\] {
  height: 124px;
}
.h-\[67px\] {
  height: 67px;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[328px\] {
  height: 328px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[calc\(100vh-27px-155px\)\] {
  height: calc(100vh - 27px - 155px);
}
.h-\[calc\(100vh-135px\)\] {
  height: calc(100vh - 135px);
}
.h-\[inherit\] {
  height: inherit;
}
.h-\[166px\] {
  height: 166px;
}
.h-\[611px\] {
  height: 611px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[54px\] {
  height: 54px;
}
.h-14 {
  height: 3.5rem;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[349px\] {
  height: 349px;
}
.h-40 {
  height: 10rem;
}
.h-96 {
  height: 24rem;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[353px\] {
  height: 353px;
}
.h-\[657px\] {
  height: 657px;
}
.h-\[180px\] {
  height: 180px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-24 {
  height: 6rem;
}
.h-\[538px\] {
  height: 538px;
}
.h-\[494px\] {
  height: 494px;
}
.h-\[429px\] {
  height: 429px;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-\[625px\] {
  height: 625px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[86\.5px\] {
  height: 86.5px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[95px\] {
  height: 95px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[165px\] {
  height: 165px;
}
.h-\[66px\] {
  height: 66px;
}
.h-\[547px\] {
  height: 547px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[274px\] {
  height: 274px;
}
.h-\[13\.46\%\] {
  height: 13.46%;
}
.h-\[calc\(650px_-_91px_-_39px\)\] {
  height: calc(650px - 91px - 39px);
}
.h-\[350px\] {
  height: 350px;
}
.h-\[53\.5px\] {
  height: 53.5px;
}
.h-\[134px\] {
  height: 134px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[571px\] {
  height: 571px;
}
.h-56 {
  height: 14rem;
}
.h-32 {
  height: 8rem;
}
.h-\[557px\] {
  height: 557px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[475px\] {
  height: 475px;
}
.h-\[228px\] {
  height: 228px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[487px\] {
  height: 487px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[242px\] {
  height: 242px;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[250px\] {
  height: 250px;
}
.h-60 {
  height: 15rem;
}
.h-\[458px\] {
  height: 458px;
}
.h-80 {
  height: 20rem;
}
.h-72 {
  height: 18rem;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[205px\] {
  height: 205px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[305px\] {
  height: 305px;
}
.h-36 {
  height: 9rem;
}
.h-48 {
  height: 12rem;
}
.h-52 {
  height: 13rem;
}
.h-64 {
  height: 16rem;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[98\] {
  height: 98;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[69\] {
  height: 69;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[178px\] {
  height: 178px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[65px\] {
  height: 65px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[628px\] {
  height: 628px;
}
.h-\[495px\] {
  height: 495px;
}
.h-\[188px\] {
  height: 188px;
}
.h-\[135\.5px\] {
  height: 135.5px;
}
.h-\[157px\] {
  height: 157px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[181px\] {
  height: 181px;
}
.h-\[213px\] {
  height: 213px;
}
.h-\[117px\] {
  height: 117px;
}
.h-\[214px\] {
  height: 214px;
}
.h-\[127px\] {
  height: 127px;
}
.h-\[212px\] {
  height: 212px;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[95px\] {
  max-height: 95px;
}
.max-h-\[1330px\] {
  max-height: 1330px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[calc\(100vh-92px\)\] {
  min-height: calc(100vh - 92px);
}
.min-h-\[calc\(100vh-135px\)\] {
  min-height: calc(100vh - 135px);
}
.min-h-\[724px\] {
  min-height: 724px;
}
.min-h-\[547px\] {
  min-height: 547px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[777px\] {
  min-height: 777px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-\[152px\] {
  min-height: 152px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[430px\] {
  min-height: 430px;
}
.w-full {
  width: 100%;
}
.w-3 {
  width: 0.75rem;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[228px\] {
  width: 228px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[14px\] {
  width: 14px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[24px\] {
  width: 24px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[72px\] {
  width: 72px;
}
.w-5 {
  width: 1.25rem;
}
.w-0 {
  width: 0px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[40px\] {
  width: 40px;
}
.w-56 {
  width: 14rem;
}
.w-\[45px\] {
  width: 45px;
}
.w-9 {
  width: 2.25rem;
}
.w-\[26px\] {
  width: 26px;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-auto {
  width: auto;
}
.w-4 {
  width: 1rem;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[7px\] {
  width: 7px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[6px\] {
  width: 6px;
}
.w-px {
  width: 1px;
}
.w-\[261px\] {
  width: 261px;
}
.w-16 {
  width: 4rem;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-8 {
  width: 2rem;
}
.w-\[calc\(100vw-88px\)\] {
  width: calc(100vw - 88px);
}
.w-7 {
  width: 1.75rem;
}
.w-\[25px\] {
  width: 25px;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-\[163px\] {
  width: 163px;
}
.w-9\/12 {
  width: 75%;
}
.w-\[12\.5px\] {
  width: 12.5px;
}
.w-screen {
  width: 100vw;
}
.w-\[58px\] {
  width: 58px;
}
.w-32 {
  width: 8rem;
}
.w-\[22px\] {
  width: 22px;
}
.w-11 {
  width: 2.75rem;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[413px\] {
  width: 413px;
}
.w-\[18px\] {
  width: 18px;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-\[81px\] {
  width: 81px;
}
.w-28 {
  width: 7rem;
}
.w-\[391px\] {
  width: 391px;
}
.w-\[8px\] {
  width: 8px;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[21px\] {
  width: 21px;
}
.w-40 {
  width: 10rem;
}
.w-2\/5 {
  width: 40%;
}
.w-1\/5 {
  width: 20%;
}
.w-20 {
  width: 5rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[69px\] {
  width: 69px;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1 {
  width: 0.25rem;
}
.w-52 {
  width: 13rem;
}
.w-\[780px\] {
  width: 780px;
}
.w-\[245px\] {
  width: 245px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[137px\] {
  width: 137px;
}
.w-\[201px\] {
  width: 201px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[212px\] {
  width: 212px;
}
.w-\[324px\] {
  width: 324px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[86\.5px\] {
  width: 86.5px;
}
.w-\[calc\(100vw-46px\)\] {
  width: calc(100vw - 46px);
}
.w-\[12px\] {
  width: 12px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[736px\] {
  width: 736px;
}
.w-\[800px\] {
  width: 800px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[44\.43\%\] {
  width: 44.43%;
}
.w-\[29\.44\%\] {
  width: 29.44%;
}
.w-\[87px\] {
  width: 87px;
}
.w-\[calc\(100vw-61px\)\/2\] {
  width: calc(100vw - 61px) / 2;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[inherit\] {
  width: inherit;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[14\.73px\] {
  width: 14.73px;
}
.w-14 {
  width: 3.5rem;
}
.w-24 {
  width: 6rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[12\.82px\] {
  width: 12.82px;
}
.w-\[111px\] {
  width: 111px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[118px\] {
  width: 118px;
}
.w-64 {
  width: 16rem;
}
.w-\[53\.86\%\] {
  width: 53.86%;
}
.w-\[66px\] {
  width: 66px;
}
.w-36 {
  width: 9rem;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[282px\] {
  width: 282px;
}
.w-\[21\.69\%\] {
  width: 21.69%;
}
.w-\[88\.16vw\] {
  width: 88.16vw;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[33\.33\%\] {
  width: 33.33%;
}
.w-44 {
  width: 11rem;
}
.w-\[calc\(\(100vw-112px\)\/2\)\] {
  width: calc((100vw - 112px) / 2);
}
.w-\[calc\(\(100vw-64px\)\/2\)\] {
  width: calc((100vw - 64px) / 2);
}
.w-\[calc\(100vw-40px\)\] {
  width: calc(100vw - 40px);
}
.w-48 {
  width: 12rem;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[34px\] {
  width: 34px;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[253px\] {
  width: 253px;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[172px\] {
  width: 172px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[calc\(\(100vw-38px\)-21px-7px\)\] {
  width: calc((100vw - 38px) - 21px - 7px);
}
.w-\[128px\] {
  width: 128px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[138px\] {
  width: 138px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[50px\] {
  width: 50px;
}
.w-96 {
  width: 24rem;
}
.w-\[246px\] {
  width: 246px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[12\.27px\] {
  width: 12.27px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[123\] {
  width: 123;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[61px\] {
  width: 61px;
}
.w-\[91px\] {
  width: 91px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[20\] {
  width: 20;
}
.w-\[14\.48px\] {
  width: 14.48px;
}
.w-\[69\] {
  width: 69;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[calc\(100\%-44px\)\] {
  width: calc(100% - 44px);
}
.w-\[94px\] {
  width: 94px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[calc\(100vw-30px\)\] {
  width: calc(100vw - 30px);
}
.w-\[285px\] {
  width: 285px;
}
.w-\[47px\] {
  width: 47px;
}
.w-\[146px\] {
  width: 146px;
}
.w-\[90px\] {
  width: 90px;
}
.w-1\/4 {
  width: 25%;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[calc\(100vw-149px\)\] {
  width: calc(100vw - 149px);
}
.w-4\/12 {
  width: 33.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[289px\] {
  width: 289px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[275px\] {
  min-width: 275px;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[304px\] {
  max-width: 304px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[1324px\] {
  max-width: 1324px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-\[96px\] {
  max-width: 96px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[1057px\] {
  max-width: 1057px;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[158px\] {
  max-width: 158px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[567px\] {
  max-width: 567px;
}
.max-w-\[484px\] {
  max-width: 484px;
}
.max-w-\[845px\] {
  max-width: 845px;
}
.max-w-\[295px\] {
  max-width: 295px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1021px\] {
  max-width: 1021px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[688px\] {
  max-width: 688px;
}
.max-w-\[87px\] {
  max-width: 87px;
}
.max-w-\[999px\] {
  max-width: 999px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[870px\] {
  max-width: 870px;
}
.max-w-\[848px\] {
  max-width: 848px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[836px\] {
  max-width: 836px;
}
.max-w-\[642px\] {
  max-width: 642px;
}
.max-w-\[calc\(100\%-2\.5rem\)\] {
  max-width: calc(100% - 2.5rem);
}
.max-w-\[235px\] {
  max-width: 235px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[457px\] {
  max-width: 457px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-\[1_0_230px\] {
  flex: 1 0 230px;
}
.flex-\[1_0_250px\] {
  flex: 1 0 250px;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-6 {
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-3 {
  --tw-translate-x: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2\.5 {
  --tw-translate-x: 0.625rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[25px\] {
  --tw-translate-y: 25px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[2\.5px\] {
  --tw-translate-y: 2.5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[12\%\] {
  --tw-translate-x: 12%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[1\.002\] {
  --tw-scale-x: 1.002;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[1\.005\] {
  --tw-scale-x: 1.005;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[1\.001\] {
  --tw-scale-x: 1.001;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-\[spin_2s_ease-in-out_infinite\] {
  animation: spin 2s ease-in-out infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.cursor-text {
  cursor: text;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-between {
  place-content: space-between;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-12 {
  gap: 3rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[27px\] {
  gap: 27px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[29px\] {
  gap: 29px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[41px\] {
  gap: 41px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[31px\] {
  gap: 31px;
}
.gap-7\.5 {
  gap: 30px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[1\.5px\] {
  gap: 1.5px;
}
.gap-\[52px\] {
  gap: 52px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-y-\[21px\] {
  row-gap: 21px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.gap-x-\[36px\] {
  -moz-column-gap: 36px;
       column-gap: 36px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.place-self-center {
  place-self: center;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[28px\] {
  border-radius: 28px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-sm1 {
  border-radius: 3px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[48px\] {
  border-radius: 48px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[46px\] {
  border-radius: 46px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-tl-\[80px\] {
  border-top-left-radius: 80px;
}
.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px;
}
.rounded-tr-\[50px\] {
  border-top-right-radius: 50px;
}
.rounded-tl-\[200px\] {
  border-top-left-radius: 200px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-tl-\[29px\] {
  border-top-left-radius: 29px;
}
.rounded-bl-\[28px\] {
  border-bottom-left-radius: 28px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-custom-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-custom-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(223 221 221 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-bullet-sky {
  --tw-border-opacity: 1;
  border-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-custom-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-carbon\/10 {
  border-color: rgb(29 37 45 / 0.1);
}
.border-custom-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(67 67 67 / var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-carbon\/40 {
  border-color: rgb(29 37 45 / 0.4);
}
.border-custom-gray-600\/80 {
  border-color: rgb(152 152 152 / 0.8);
}
.border-carbon {
  --tw-border-opacity: 1;
  border-color: rgb(29 37 45 / var(--tw-border-opacity));
}
.border-jec-sage {
  --tw-border-opacity: 1;
  border-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-custom-gray-1300 {
  --tw-border-opacity: 1;
  border-color: rgb(225 225 225 / var(--tw-border-opacity));
}
.border-custom-gray-1400 {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-custom-gray-200\/30 {
  border-color: rgb(196 196 196 / 0.3);
}
.border-custom-gray-200\/50 {
  border-color: rgb(196 196 196 / 0.5);
}
.border-carbon\/20 {
  border-color: rgb(29 37 45 / 0.2);
}
.border-custom-gray-200\/20 {
  border-color: rgb(196 196 196 / 0.2);
}
.border-\[\#CCCCCC\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-custom-gray-1600 {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-\[\#d4d4d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-l-current {
  border-left-color: currentColor;
}
.border-b-custom-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(216 216 216 / var(--tw-border-opacity));
}
.border-b-carbon {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 37 45 / var(--tw-border-opacity));
}
.border-t-custom-gray-200\/20 {
  border-top-color: rgb(196 196 196 / 0.2);
}
.border-t-current {
  border-top-color: currentColor;
}
.border-t-carbon {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 37 45 / var(--tw-border-opacity));
}
.border-b-bullet-sky {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-b-cream-1 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 227 215 / var(--tw-border-opacity));
}
.border-b-current {
  border-bottom-color: currentColor;
}
.border-r-current {
  border-right-color: currentColor;
}
.border-l-custom-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 196 196 / var(--tw-border-opacity));
}
.border-t-bullet-sky {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-l-bullet-sky {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-t-custom-green-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(44 204 210 / var(--tw-border-opacity));
}
.border-t-jec-sage {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 198 181 / var(--tw-border-opacity));
}
.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-jec-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
}
.bg-jec-sage {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.bg-jec-sage\/20 {
  background-color: rgb(142 198 181 / 0.2);
}
.bg-jec-mint {
  --tw-bg-opacity: 1;
  background-color: rgb(210 232 225 / var(--tw-bg-opacity));
}
.bg-jec-mint\/20 {
  background-color: rgb(210 232 225 / 0.2);
}
.bg-jec-linen {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 215 / var(--tw-bg-opacity));
}
.bg-jec-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
}
.bg-custom-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-bullet-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cream-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 215 / var(--tw-bg-opacity));
}
.bg-linen-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 215 / var(--tw-bg-opacity));
}
.bg-custom-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-carbon\/80 {
  background-color: rgb(29 37 45 / 0.8);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-custom-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-custom-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-jec-mint\/30 {
  background-color: rgb(210 232 225 / 0.3);
}
.bg-\[\#7BBEA8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(123 190 168 / var(--tw-bg-opacity));
}
.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity));
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-carbon-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 56 60 / var(--tw-bg-opacity));
}
.bg-\[\#c8232c\]\/50 {
  background-color: rgb(200 35 44 / 0.5);
}
.bg-custom-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(44 204 210 / var(--tw-bg-opacity));
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-custom-gray-1800 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-\[\#F0F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 241 / var(--tw-bg-opacity));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-custom-gray-100\/10 {
  background-color: rgb(239 239 239 / 0.1);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-custom-gray-1000 {
  --tw-bg-opacity: 1;
  background-color: rgb(86 91 97 / var(--tw-bg-opacity));
}
.bg-\[\#3b5998\]\/50 {
  background-color: rgb(59 89 152 / 0.5);
}
.bg-\[\#1DA1F2\]\/50 {
  background-color: rgb(29 161 242 / 0.5);
}
.bg-linen-1\/60 {
  background-color: rgb(234 227 215 / 0.6);
}
.bg-carbon\/90 {
  background-color: rgb(29 37 45 / 0.9);
}
.bg-custom-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 221 221 / var(--tw-bg-opacity));
}
.bg-carbon\/60 {
  background-color: rgb(29 37 45 / 0.6);
}
.bg-custom-gray\/10 {
  background-color: rgb(239 239 239 / 0.1);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-custom-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-custom-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 198 204 / var(--tw-bg-opacity));
}
.bg-carbon\/40 {
  background-color: rgb(29 37 45 / 0.4);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-custom-gray-2100 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 146 150 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-custom-gray-1500 {
  --tw-bg-opacity: 1;
  background-color: rgb(151 151 151 / var(--tw-bg-opacity));
}
.bg-bullet-sky\/90 {
  background-color: rgb(142 198 181 / 0.9);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.via-black\/30 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.via-white {
  --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-carbon {
  stroke: #1d252d;
}
.stroke-black {
  stroke: #000;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[15\.6px\] {
  padding: 15.6px;
}
.p-1 {
  padding: 0.25rem;
}
.p-0 {
  padding: 0px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[17px\] {
  padding: 17px;
}
.p-\[18px\] {
  padding: 18px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[70px\] {
  padding: 70px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-\[14px\] {
  padding: 14px;
}
.p-px {
  padding: 1px;
}
.p-\[22px\] {
  padding: 22px;
}
.p-\[35px\] {
  padding: 35px;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}
.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[44px\] {
  padding-left: 44px;
  padding-right: 44px;
}
.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-\[66px\] {
  padding-left: 66px;
  padding-right: 66px;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[69px\] {
  padding-top: 69px;
  padding-bottom: 69px;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-\[38px\] {
  padding-top: 38px;
  padding-bottom: 38px;
}
.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[12\.50px\] {
  padding-top: 12.50px;
  padding-bottom: 12.50px;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-\[21px\] {
  padding-bottom: 21px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-px {
  padding-top: 1px;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pb-7\.5 {
  padding-bottom: 30px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pr-32 {
  padding-right: 8rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pr-\[26px\] {
  padding-right: 26px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[11px\] {
  padding-right: 11px;
}
.pt-\[87px\] {
  padding-top: 87px;
}
.pb-\[174px\] {
  padding-bottom: 174px;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pr-8 {
  padding-right: 2rem;
}
.pl-\[29px\] {
  padding-left: 29px;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-7\.5 {
  padding-top: 30px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pr-3\.5 {
  padding-right: 0.875rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-\[18px\] {
  padding-right: 18px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pl-\[23px\] {
  padding-left: 23px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.pb-\[105px\] {
  padding-bottom: 105px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pr-\[253px\] {
  padding-right: 253px;
}
.pl-\[51px\] {
  padding-left: 51px;
}
.pr-\[48px\] {
  padding-right: 48px;
}
.pl-12 {
  padding-left: 3rem;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pb-\[23px\] {
  padding-bottom: 23px;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-\[28px\] {
  padding-right: 28px;
}
.pl-\[42px\] {
  padding-left: 42px;
}
.pr-\[45px\] {
  padding-right: 45px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pr-\[37px\] {
  padding-right: 37px;
}
.pr-\[29px\] {
  padding-right: 29px;
}
.pb-\[159px\] {
  padding-bottom: 159px;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pb-\[27px\] {
  padding-bottom: 27px;
}
.pl-\[11px\] {
  padding-left: 11px;
}
.pt-\[44px\] {
  padding-top: 44px;
}
.pl-\[34px\] {
  padding-left: 34px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pt-\[53px\] {
  padding-top: 53px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pl-20 {
  padding-left: 5rem;
}
.pt-\[23px\] {
  padding-top: 23px;
}
.pr-\[6px\] {
  padding-right: 6px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pr-\[31px\] {
  padding-right: 31px;
}
.pt-40 {
  padding-top: 10rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-\[8\.5px\] {
  padding-top: 8.5px;
}
.pb-\[11\.5px\] {
  padding-bottom: 11.5px;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-super {
  vertical-align: super;
}
.font-heading {
  font-family: "Beausite-Medium", sans-serif;
}
.font-heading-light {
  font-family: "Beausite-Light", sans-serif;
}
.font-body {
  font-family: "Manrope-Light", sans-serif;
}
.font-heading-thin {
  font-family: "Beausite-Thin", sans-serif;
}
.font-body-regular {
  font-family: "Manrope-Regular", sans-serif;
}
.font-heading-lighter {
  font-family: "Beausite-Lighter", sans-serif;
}
.font-praxis-light {
  font-family: "Praxis W01 Light", sans-serif;
}
.text-4xl {
  font-size: 32px;
}
.text-lg {
  font-size: 18px;
}
.text-size-g {
  font-size: 14px;
  line-height: 1.2;
}
.text-size-f {
  font-size: 13px;
  line-height: 1.2;
}
.text-size-i {
  font-size: 16px;
  line-height: 1.07;
}
.text-size-d {
  font-size: 11px;
  line-height: 1.225;
}
.text-size-h {
  font-size: 15px;
  line-height: 1.2;
}
.text-size-k {
  font-size: 20px;
  line-height: 1.2;
}
.text-size-e {
  font-size: 12px;
  line-height: 1.319;
}
.text-sm {
  font-size: 13px;
}
.text-2xl {
  font-size: 22px;
}
.text-size-n {
  font-size: 26px;
  line-height: 1.07;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-size-j {
  font-size: 18px;
  line-height: 1.388;
}
.text-size-p {
  font-size: 30px;
  line-height: 1.2;
}
.text-size-i2 {
  font-size: 16.71px;
  line-height: 1.196;
}
.text-size-f1 {
  font-size: 13.36px;
  line-height: 1.646;
}
.text-size-m1 {
  font-size: 22px;
  line-height: 1.2;
}
.text-tiny {
  font-size: 14px;
}
.text-base {
  font-size: 16px;
}
.text-xs-sm {
  font-size: 12px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-xs {
  font-size: 10px;
}
.text-size-i1 {
  font-size: 16px;
  line-height: 1.5;
}
.text-size-m {
  font-size: 22px;
  line-height: 1.18;
}
.text-size-i3 {
  font-size: 16.91px;
  line-height: 1.75;
}
.text-size-t {
  font-size: 48px;
  line-height: 1.2;
}
.text-size-s {
  font-size: 36px;
  line-height: 1.2;
}
.text-size-c {
  font-size: 9.71px;
  line-height: 2.677;
}
.text-size-l {
  font-size: 21.27px;
  line-height: 1.22;
}
.text-size-a {
  font-size: 6.19px;
  line-height: 1.2;
}
.text-size-e1 {
  font-size: 12.89px;
  line-height: 1.22;
}
.text-size-a1 {
  font-size: 6.94px;
  line-height: 1.24;
}
.text-size-b {
  font-size: 7px;
  line-height: 100%;
}
.text-size-r {
  font-size: 35px;
  line-height: 1.2;
}
.text-size-j1 {
  font-size: 18px;
  line-height: 1.44;
}
.text-size-f2 {
  font-size: 13.59px;
  line-height: 1.2;
}
.text-xl {
  font-size: 20px;
}
.text-5xl {
  font-size: 42px;
}
.text-\[9rem\] {
  font-size: 9rem;
}
.text-6xl {
  font-size: 60px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-size-c1 {
  font-size: 10.47px;
  line-height: 1.2;
}
.text-3\.5xl {
  font-size: 26px;
}
.text-3xl {
  font-size: 24px;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[1\.857\] {
  line-height: 1.857;
}
.leading-none {
  line-height: 1;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-tight {
  line-height: 1.25;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-sm {
  line-height: 17px;
}
.leading-100 {
  line-height: 100%;
}
.leading-0\.5xs {
  line-height: 13px;
}
.leading-lg {
  line-height: 21px;
}
.leading-base {
  line-height: 19px;
}
.leading-106\.5 {
  line-height: 106.5%;
}
.leading-xs {
  line-height: 12px;
}
.leading-xl {
  line-height: 24px;
}
.leading-107 {
  line-height: 107%;
}
.leading-2xl {
  line-height: 26px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-tiny {
  line-height: 18px;
}
.tracking-wider {
  letter-spacing: .06em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-widest {
  letter-spacing: 0.12em;
}
.tracking-caps {
  letter-spacing: 12%;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-carbon {
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.text-carbon\/60 {
  color: rgb(29 37 45 / 0.6);
}
.text-bullet-sky {
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
}
.text-current {
  color: currentColor;
}
.text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-jec-carbon {
  --tw-text-opacity: 1;
  color: rgb(29 37 45 / var(--tw-text-opacity));
}
.text-jec-carbon\/50 {
  color: rgb(29 37 45 / 0.5);
}
.text-jec-sage {
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
}
.text-jec-sage\/25 {
  color: rgb(142 198 181 / 0.25);
}
.text-custom-green-100 {
  --tw-text-opacity: 1;
  color: rgb(44 204 210 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-custom-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(128 134 139 / var(--tw-text-opacity));
}
.text-custom-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(99 100 102 / var(--tw-text-opacity));
}
.text-custom-gray-100\/70 {
  color: rgb(239 239 239 / 0.7);
}
.text-custom-gray-2300 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-custom-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(152 152 152 / var(--tw-text-opacity));
}
.text-custom-black {
  --tw-text-opacity: 1;
  color: rgb(29 37 46 / var(--tw-text-opacity));
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-custom-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity));
}
.text-custom-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(91 198 204 / var(--tw-text-opacity));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-custom-gray-1500 {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity));
}
.text-custom-gray-2100 {
  --tw-text-opacity: 1;
  color: rgb(142 146 150 / var(--tw-text-opacity));
}
.text-linen-1 {
  --tw-text-opacity: 1;
  color: rgb(234 227 215 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-carbon\/20::-moz-placeholder {
  color: rgb(29 37 45 / 0.2);
}
.placeholder-carbon\/20::placeholder {
  color: rgb(29 37 45 / 0.2);
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-100 {
  opacity: 1;
}
.opacity-10 {
  opacity: 0.1;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[3px\] {
  --tw-backdrop-blur: blur(3px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.container-half {
    max-width: 650px;
  }
.hero-container {
    max-width: 2650px;
  }
.nav-height {
    height: 70px;
  }
.min-h-screen-x-nav-h-n-bottom {
    min-height: calc(100vh - 182px);
    min-height: calc(100dvh - 182px);
  }
.btn-height {
    height: 47px;
  }
.jc-blur {
  background-color: rgb(176 176 176 / .17);
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.jc-mobile-blur {
    background-color: hsla(0deg, 0%, 69%, 0.17);
  }
.max-w-btn-size-1 {
    max-width: 275px;
  }
@media (min-width: 1024px) {
    .nav-height {
      height: 100px;
    }

    .min-h-screen-x-nav-h {
      min-height: calc(100vh - 100px);
      min-height: calc(100dvh - 100px);
    }

    .min-h-screen-x-nav-h-n-bottom {
      min-height: calc(100vh - 210px);
      min-height: calc(100dvh - 210px);
    }
  }
@media (min-width: 1248px) {
    .nav-height {
      height: 124px;
    }

    .nav-height.nav-height-home {
      height: 122px;
    }

    .min-h-screen-x-nav-h {
      min-height: calc(100vh - 124px);
      min-height: calc(100dvh - 124px);
    }
  }
@font-face {
  font-family: "Praxis W01 Light";
  src: url("https://www.jelliscraig.com.au/fonts/ef2f58db-514f-4b07-b35c-ba9a22e9310e.eot");
  src: url("https://www.jelliscraig.com.au/fonts/ef2f58db-514f-4b07-b35c-ba9a22e9310e.eot") format("eot"), url("https://www.jelliscraig.com.au/fonts/9c7f4b25-d3b9-4c0d-8652-9b9a63b04419.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/c07d39a4-7fd2-433f-a170-acda103cc3b0.woff") format("woff"), url("https://www.jelliscraig.com.au/fonts/02747cc4-50bc-4746-9a6c-29b8a83e0a43.ttf") format("truetype"), url("https://www.jelliscraig.com.au/fonts/6964fe0c-adfb-4657-9f5c-9bf2d9a121f4.svg") format("svg");
}
@font-face {
  font-family: "Praxis W01 Regular";
  src: url("https://www.jelliscraig.com.au/fonts/3120e57f-f95f-4d3f-9ea4-ded8d94fc35f.eot");
  src: url("https://www.jelliscraig.com.au/fonts/3120e57f-f95f-4d3f-9ea4-ded8d94fc35f.eot") format("eot"), url("https://www.jelliscraig.com.au/fonts/ccd9f39a-38d8-4b28-85d0-b4f7189133ea.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/9847166c-c88e-4a11-bd8f-ec1e20cd6d8a.woff") format("woff"), url("https://www.jelliscraig.com.au/fonts/1c5210ba-ea59-4c2a-9325-974777b5994e.ttf") format("truetype"), url("https://www.jelliscraig.com.au/fonts/15c93ca1-97ac-4554-968f-6a9b6766162c.svg") format("svg");
}
@font-face {
  font-family: "Bauer Bodoni Pro_1 W01 Roman";
  src: url("https://www.jelliscraig.com.au/fonts/ada6576a-cbce-4da0-994b-b4719f95ac06.eot?");
  src: url("https://www.jelliscraig.com.au/fonts/ada6576a-cbce-4da0-994b-b4719f95ac06.eot?") format("eot"), url("https://www.jelliscraig.com.au/fonts/79de9df8-0826-46b9-beea-eb39122d4762.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/77fac51a-d062-438a-a493-6b67508aa97f.woff") format("woff"), url("https://www.jelliscraig.com.au/fonts/f1f853cb-6239-4c68-b259-70b41671b488.ttf") format("truetype"), url("https://www.jelliscraig.com.au/fonts/4458621b-5c78-460d-9643-70ba305b7276.svg") format("svg");
}
@font-face {
  font-family: "SurveyorDisplay-Medium-Pro";
  src: url("https://www.jelliscraig.com.au/fonts/SurveyorDisplay-Medium-Pro.otf") format("truetype");
}
@font-face {
  font-family: "SurveyorDisplay-Light-Pro";
  src: url("https://www.jelliscraig.com.au/fonts/SurveyorDisplay-Light-Pro.otf") format("truetype");
}
@font-face {
  font-family: "Manrope-Regular";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Manrope/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope-Light";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Manrope/Manrope-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Beausite-Medium";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Medium.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Medium.woff") format("woff");
}
@font-face {
  font-family: "Beausite-Light";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Light.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Light.woff") format("woff");
}
@font-face {
  font-family: "Beausite-Lighter";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Light.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Light.woff") format("woff");
}
@font-face {
  font-family: "Beausite-Thin";
  src: url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Thin.woff2") format("woff2"), url("https://www.jelliscraig.com.au/fonts/2025/Beausite/BeausiteSlick55Web-Thin.woff") format("woff");
}
.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.placeholder\:text-white::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder\:text-white::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:content-none::after {
  --tw-content: none;
  content: var(--tw-content);
}
.after\:content-\[\'\:\'\]::after {
  --tw-content: ':';
  content: var(--tw-content);
}
.even\:bg-white\/30:nth-child(even) {
  background-color: rgb(255 255 255 / 0.3);
}
.even\:bg-custom-gray-1300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}
.focus-within\:text-\[\#b3b2b2\]:focus-within {
  --tw-text-opacity: 1;
  color: rgb(179 178 178 / var(--tw-text-opacity));
}
.hover\:bg-jec-carbon\/80:hover {
  background-color: rgb(29 37 45 / 0.8);
}
.hover\:bg-\[\#e9e9e9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.hover\:pt-\[14px\]:hover {
  padding-top: 14px;
}
.hover\:pb-\[22px\]:hover {
  padding-bottom: 22px;
}
.hover\:text-jec-carbon\/80:hover {
  color: rgb(29 37 45 / 0.8);
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:placeholder-gray-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:placeholder-gray-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:translate-y-1:active {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:mt-3 {
  margin-top: 0.75rem;
}
.group:hover .group-hover\:flex {
  display: flex;
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-jec-sage {
  --tw-bg-opacity: 1;
  background-color: rgb(142 198 181 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.group:hover .group-hover\:via-black\/40 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to, rgb(0 0 0 / 0));
}
.group:hover .group-hover\:text-jec-sage {
  --tw-text-opacity: 1;
  color: rgb(142 198 181 / var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:brightness-100 {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:saturate-100 {
  --tw-saturate: saturate(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.peer:checked ~ .peer-checked\:visible {
  visibility: visible;
}
.peer:checked ~ .peer-checked\:bg-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(29 37 45 / var(--tw-bg-opacity));
}
.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}
.peer:hover ~ .peer-hover\:visible {
  visibility: visible;
}
.peer:hover ~ .peer-hover\:opacity-100 {
  opacity: 1;
}
[dir="rtl"] .rtl\:text-right {
  text-align: right;
}
@media (min-width: 640px) {

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

  .sm\:-mx-2\.5 {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

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

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[calc\(100vh-135px\)\] {
    height: calc(100vh - 135px);
  }

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .sm\:h-\[inherit\] {
    height: inherit;
  }

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

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

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

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

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

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

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

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

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

  .sm\:w-\[81\.11vw\] {
    width: 81.11vw;
  }

  .sm\:w-\[calc\(81\.11vw\+55px\)\] {
    width: calc(81.11vw + 55px);
  }

  .sm\:w-\[calc\(\(\(100vw-48px\)-33px\)\/2\)\] {
    width: calc(((100vw - 48px) - 33px) / 2);
  }

  .sm\:w-20 {
    width: 5rem;
  }

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

  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

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

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:max-w-\[275px\] {
    max-width: 275px;
  }

  .sm\:flex-none {
    flex: none;
  }

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

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-\[33px\] {
    gap: 33px;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-\[40px\] {
    gap: 40px;
  }

  .sm\:gap-x-\[33px\] {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .sm\:gap-x-\[42px\] {
    -moz-column-gap: 42px;
         column-gap: 42px;
  }

  .sm\:gap-y-\[64px\] {
    row-gap: 64px;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pl-\[33px\] {
    padding-left: 33px;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

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

  .sm\:text-base {
    font-size: 16px;
  }

  .sm\:after\:content-none::after {
    --tw-content: none;
    content: var(--tw-content);
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:-bottom-3\.5 {
    bottom: -0.875rem;
  }

  .md\:-bottom-3 {
    bottom: -0.75rem;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-\[10px\] {
    top: 10px;
  }

  .md\:-top-\[54px\] {
    top: -54px;
  }

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

  .md\:m-0 {
    margin: 0px;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-\[15px\] {
    margin-left: -15px;
    margin-right: -15px;
  }

  .md\:-mx-\[18px\] {
    margin-left: -18px;
    margin-right: -18px;
  }

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

  .md\:-mx-\[25px\] {
    margin-left: -25px;
    margin-right: -25px;
  }

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

  .md\:-mt-\[15px\] {
    margin-top: -15px;
  }

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

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

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

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

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

  .md\:mt-7\.5 {
    margin-top: 30px;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-\[13px\] {
    margin-left: 13px;
  }

  .md\:mt-\[5px\] {
    margin-top: 5px;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mt-\[22px\] {
    margin-top: 22px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-\[88px\] {
    margin-top: 88px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[634\/594\] {
    aspect-ratio: 634 / 594;
  }

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

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:aspect-\[380\/255\] {
    aspect-ratio: 380 / 255;
  }

  .md\:aspect-\[380\/209\] {
    aspect-ratio: 380 / 209;
  }

  .md\:aspect-\[130\/142\] {
    aspect-ratio: 130 / 142;
  }

  .md\:aspect-\[352\/249\] {
    aspect-ratio: 352 / 249;
  }

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

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

  .md\:h-2\.5 {
    height: 0.625rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

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

  .md\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

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

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

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-\[79\.61\%\] {
    width: 79.61%;
  }

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

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

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-\[49\.45\%\] {
    width: 49.45%;
  }

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

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

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

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

  .md\:w-2\.5 {
    width: 0.625rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

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

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-\[calc\(\(100\%-44px\)\/3\)\] {
    width: calc((100% - 44px) / 3);
  }

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

  .md\:w-28 {
    width: 7rem;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

  .md\:w-\[calc\(\(100vw-82px\)-21px-7px\)\] {
    width: calc((100vw - 82px) - 21px - 7px);
  }

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

  .md\:w-\[calc\(\(100vw-63px\)\/2\)\] {
    width: calc((100vw - 63px) / 2);
  }

  .md\:max-w-\[940px\] {
    max-width: 940px;
  }

  .md\:max-w-\[484px\] {
    max-width: 484px;
  }

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

  .md\:max-w-\[910px\] {
    max-width: 910px;
  }

  .md\:max-w-\[960px\] {
    max-width: 960px;
  }

  .md\:max-w-\[750px\] {
    max-width: 750px;
  }

  .md\:max-w-\[561px\] {
    max-width: 561px;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .md\:break-inside-avoid {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:gap-\[44px\] {
    gap: 44px;
  }

  .md\:gap-x-\[51px\] {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }

  .md\:gap-x-\[22px\] {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }

  .md\:gap-y-\[31px\] {
    row-gap: 31px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:border-custom-gray-200\/30 {
    border-color: rgb(196 196 196 / 0.3);
  }

  .md\:bg-custom-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 196 196 / var(--tw-bg-opacity));
  }

  .md\:bg-carbon {
    --tw-bg-opacity: 1;
    background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  }

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

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-1\.5 {
    padding: 0.375rem;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-7\.5 {
    padding: 30px;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-\[15px\] {
    padding: 15px;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .md\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .md\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .md\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

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

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

  .md\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-\[58px\] {
    padding-right: 58px;
  }

  .md\:pr-\[40px\] {
    padding-right: 40px;
  }

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

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-7\.5 {
    padding-top: 30px;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-\[67px\] {
    padding-left: 67px;
  }

  .md\:pr-\[67px\] {
    padding-right: 67px;
  }

  .md\:pl-\[43px\] {
    padding-left: 43px;
  }

  .md\:pr-\[42px\] {
    padding-right: 42px;
  }

  .md\:pl-\[40px\] {
    padding-left: 40px;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

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

  .md\:pb-7\.5 {
    padding-bottom: 30px;
  }

  .md\:pr-\[60px\] {
    padding-right: 60px;
  }

  .md\:pt-\[21px\] {
    padding-top: 21px;
  }

  .md\:pb-\[43px\] {
    padding-bottom: 43px;
  }

  .md\:pr-\[39px\] {
    padding-right: 39px;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

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

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

  .md\:text-size-j1 {
    font-size: 18px;
    line-height: 1.44;
  }

  .md\:text-size-i {
    font-size: 16px;
    line-height: 1.07;
  }

  .md\:text-size-g {
    font-size: 14px;
    line-height: 1.2;
  }

  .md\:text-size-h {
    font-size: 15px;
    line-height: 1.2;
  }

  .md\:text-size-j {
    font-size: 18px;
    line-height: 1.388;
  }

  .md\:text-size-m1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .md\:text-size-r {
    font-size: 35px;
    line-height: 1.2;
  }

  .md\:text-size-c1 {
    font-size: 10.47px;
    line-height: 1.2;
  }

  .md\:text-size-o {
    font-size: 28px;
    line-height: 100%;
  }

  .md\:text-size-t {
    font-size: 48px;
    line-height: 1.2;
  }

  .md\:text-size-o1 {
    font-size: 28px;
    line-height: 1.5;
  }

  .md\:text-size-k {
    font-size: 20px;
    line-height: 1.2;
  }

  .md\:text-size-s {
    font-size: 36px;
    line-height: 1.2;
  }

  .md\:text-size-n {
    font-size: 26px;
    line-height: 1.07;
  }

  .md\:text-size-d {
    font-size: 11px;
    line-height: 1.225;
  }

  .md\:text-size-p {
    font-size: 30px;
    line-height: 1.2;
  }

  .md\:text-size-m {
    font-size: 22px;
    line-height: 1.18;
  }

  .md\:text-size-f {
    font-size: 13px;
    line-height: 1.2;
  }

  .md\:text-size-i2 {
    font-size: 16.71px;
    line-height: 1.196;
  }

  .md\:text-sm {
    font-size: 13px;
  }

  .md\:text-2xl {
    font-size: 22px;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 18px;
  }

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

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:leading-2xl {
    line-height: 26px;
  }

  .md\:tracking-\[0\.06em\] {
    letter-spacing: 0.06em;
  }

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

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

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:container-half {
    max-width: 650px;
  }

  .md\:jc-blur {
    background-color: rgb(176 176 176 / .17);
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:jc-no-blur {
    background: transparent;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -o-backdrop-filter: none;
    backdrop-filter: none;
  }

  .md\:underline-thick {
    -webkit-text-underline-offset: 25%;
    -moz-text-underline-offset: 25%;
    -o-text-underline-offset: 25%;
    text-underline-offset: 25%;
    -webkit-text-decoration-thickness: 8.5%;
    -moz-text-decoration-thickness: 8.5%;
    -o-text-decoration-thickness: 8.5%;
    text-decoration-thickness: 8.5%;
  }
}
@media (min-width: 1024px) {

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

  .lg\:h-screen {
    height: 100vh;
    height: 100dvh;
  }

  .lg\:btn-carbon, .btn-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 37 45 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  body.lg\:overflow-y-hidden {
    touch-action: none;
    -ms-touch-action: none;
    height: 100dvh;
    height: 100vh;
    position: fixed;
  }

  body.lg\:overflow-y-hidden::-webkit-scrollbar {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    .h-screen-lg-fit {
      height: -moz-fit-content;
      height: fit-content;
    }

    body.lg\:overflow-y-hidden {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    body.lg\:overflow-y-hidden::-webkit-scrollbar {
      display: block;
    }

    .s-i-c-mobile-active {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    .s-i-c-mobile-active::-webkit-scrollbar {
      display: block;
    }
    .h-screen-lg-fit {
      height: -moz-fit-content;
      height: fit-content;
    }

    body.lg\:overflow-y-hidden {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    body.lg\:overflow-y-hidden::-webkit-scrollbar {
      display: block;
    }

    .s-i-c-mobile-active {
      touch-action: auto;
      -ms-touch-action: auto;
      height: auto;
      position: static;
    }

    .s-i-c-mobile-active::-webkit-scrollbar {
      display: block;
    }
  }
  .old-typog .lg\:btn-carbon {
    background: #1d252d;
    border-radius: 48px;
    color: white;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:visible {
    visibility: visible;
  }
  .lg\:invisible {
    visibility: hidden;
  }
  .lg\:static {
    position: static;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .lg\:bottom-\[-5px\] {
    bottom: -5px;
  }
  .lg\:right-7 {
    right: 1.75rem;
  }
  .lg\:top-\[41px\] {
    top: 41px;
  }
  .lg\:right-\[57px\] {
    right: 57px;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:bottom-0 {
    bottom: 0px;
  }
  .lg\:left-\[300px\] {
    left: 300px;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:right-6 {
    right: 1.5rem;
  }
  .lg\:left-6 {
    left: 1.5rem;
  }
  .lg\:top-\[-180px\] {
    top: -180px;
  }
  .lg\:top-\[-140px\] {
    top: -140px;
  }
  .lg\:top-\[150px\] {
    top: 150px;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:right-\[25px\] {
    right: 25px;
  }
  .lg\:right-\[20px\] {
    right: 20px;
  }
  .lg\:top-\[950px\] {
    top: 950px;
  }
  .lg\:-bottom-\[22px\] {
    bottom: -22px;
  }
  .lg\:bottom-7 {
    bottom: 1.75rem;
  }
  .lg\:top-5 {
    top: 1.25rem;
  }
  .lg\:left-1\/2 {
    left: 50%;
  }
  .lg\:right-1\/2 {
    right: 50%;
  }
  .lg\:bottom-1\/2 {
    bottom: 50%;
  }
  .lg\:right-10 {
    right: 2.5rem;
  }
  .lg\:top-10 {
    top: 2.5rem;
  }
  .lg\:right-14 {
    right: 3.5rem;
  }
  .lg\:right-2 {
    right: 0.5rem;
  }
  .lg\:top-\[20px\] {
    top: 20px;
  }
  .lg\:bottom-\[unset\] {
    bottom: unset;
  }
  .lg\:top-\[50px\] {
    top: 50px;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:z-30 {
    z-index: 30;
  }
  .lg\:z-\[110\] {
    z-index: 110;
  }
  .lg\:z-40 {
    z-index: 40;
  }
  .lg\:z-20 {
    z-index: 20;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:z-\[60\] {
    z-index: 60;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:-mx-\[41px\] {
    margin-left: -41px;
    margin-right: -41px;
  }
  .lg\:my-\[29px\] {
    margin-top: 29px;
    margin-bottom: 29px;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .lg\:-mx-\[3px\] {
    margin-left: -3px;
    margin-right: -3px;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-\[7\.1875rem\] {
    margin-top: 7.1875rem;
    margin-bottom: 7.1875rem;
  }
  .lg\:mx-\[18px\] {
    margin-left: 18px;
    margin-right: 18px;
  }
  .lg\:my-\[17px\] {
    margin-top: 17px;
    margin-bottom: 17px;
  }
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }
  .lg\:mt-7 {
    margin-top: 1.75rem;
  }
  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }
  .lg\:mt-\[25px\] {
    margin-top: 25px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-\[31px\] {
    margin-top: 31px;
  }
  .lg\:-mt-\[15px\] {
    margin-top: -15px;
  }
  .lg\:mt-\[55px\] {
    margin-top: 55px;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-auto {
    margin-top: auto;
  }
  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }
  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }
  .lg\:-mt-2\.5 {
    margin-top: -0.625rem;
  }
  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }
  .lg\:mt-\[1px\] {
    margin-top: 1px;
  }
  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }
  .lg\:mt-\[12px\] {
    margin-top: 12px;
  }
  .lg\:mt-\[7px\] {
    margin-top: 7px;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mb-\[21px\] {
    margin-bottom: 21px;
  }
  .lg\:mt-\[22px\] {
    margin-top: 22px;
  }
  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }
  .lg\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-\[5px\] {
    margin-top: 5px;
  }
  .lg\:mt-\[19px\] {
    margin-top: 19px;
  }
  .lg\:mt-\[32px\] {
    margin-top: 32px;
  }
  .lg\:mt-\[24px\] {
    margin-top: 24px;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:ml-2\.5 {
    margin-left: 0.625rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mb-auto {
    margin-bottom: auto;
  }
  .lg\:ml-\[11px\] {
    margin-left: 11px;
  }
  .lg\:mr-\[10px\] {
    margin-right: 10px;
  }
  .lg\:ml-\[26px\] {
    margin-left: 26px;
  }
  .lg\:mr-\[15px\] {
    margin-right: 15px;
  }
  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }
  .lg\:mt-\[35px\] {
    margin-top: 35px;
  }
  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }
  .lg\:ml-\[5px\] {
    margin-left: 5px;
  }
  .lg\:ml-\[8px\] {
    margin-left: 8px;
  }
  .lg\:mt-\[13px\] {
    margin-top: 13px;
  }
  .lg\:mt-\[43px\] {
    margin-top: 43px;
  }
  .lg\:ml-\[29px\] {
    margin-left: 29px;
  }
  .lg\:mt-\[11px\] {
    margin-top: 11px;
  }
  .lg\:ml-\[13px\] {
    margin-left: 13px;
  }
  .lg\:mt-\[18px\] {
    margin-top: 18px;
  }
  .lg\:mt-\[26px\] {
    margin-top: 26px;
  }
  .lg\:ml-\[15px\] {
    margin-left: 15px;
  }
  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }
  .lg\:ml-\[19px\] {
    margin-left: 19px;
  }
  .lg\:mr-\[16px\] {
    margin-right: 16px;
  }
  .lg\:mt-\[23px\] {
    margin-top: 23px;
  }
  .lg\:mt-\[161px\] {
    margin-top: 161px;
  }
  .lg\:mt-\[82px\] {
    margin-top: 82px;
  }
  .lg\:mt-\[17px\] {
    margin-top: 17px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[0\.59\/1\] {
    aspect-ratio: 0.59 / 1;
  }
  .lg\:aspect-\[2\.33\/1\] {
    aspect-ratio: 2.33 / 1;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:aspect-\[1522\/592\] {
    aspect-ratio: 1522 / 592;
  }
  .lg\:aspect-\[755\/470\] {
    aspect-ratio: 755 / 470;
  }
  .lg\:aspect-\[530\/638\] {
    aspect-ratio: 530 / 638;
  }
  .lg\:aspect-\[1\.91\/1\] {
    aspect-ratio: 1.91 / 1;
  }
  .lg\:aspect-\[898\/596\] {
    aspect-ratio: 898 / 596;
  }
  .lg\:aspect-\[0\.68\/1\] {
    aspect-ratio: 0.68 / 1;
  }
  .lg\:aspect-\[380\/498\] {
    aspect-ratio: 380 / 498;
  }
  .lg\:aspect-\[380\/209\] {
    aspect-ratio: 380 / 209;
  }
  .lg\:aspect-\[6\.71\/1\] {
    aspect-ratio: 6.71 / 1;
  }
  .lg\:aspect-\[1\.44\/1\] {
    aspect-ratio: 1.44 / 1;
  }
  .lg\:aspect-\[1\.43\/1\] {
    aspect-ratio: 1.43 / 1;
  }
  .lg\:aspect-\[1\.85\/1\] {
    aspect-ratio: 1.85 / 1;
  }
  .lg\:aspect-\[1\.49\/1\] {
    aspect-ratio: 1.49 / 1;
  }
  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .lg\:aspect-\[380\/346\] {
    aspect-ratio: 380 / 346;
  }
  .lg\:aspect-\[380\/208\] {
    aspect-ratio: 380 / 208;
  }
  .lg\:aspect-\[457\/91\] {
    aspect-ratio: 457 / 91;
  }
  .lg\:aspect-\[0\.94\/1\] {
    aspect-ratio: 0.94 / 1;
  }
  .lg\:h-\[24px\] {
    height: 24px;
  }
  .lg\:h-\[91px\] {
    height: 91px;
  }
  .lg\:h-\[132px\] {
    height: 132px;
  }
  .lg\:h-\[18px\] {
    height: 18px;
  }
  .lg\:h-\[19px\] {
    height: 19px;
  }
  .lg\:h-\[50px\] {
    height: 50px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-\[140px\] {
    height: 140px;
  }
  .lg\:h-\[58px\] {
    height: 58px;
  }
  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .lg\:h-\[17px\] {
    height: 17px;
  }
  .lg\:h-0 {
    height: 0px;
  }
  .lg\:h-\[64px\] {
    height: 64px;
  }
  .lg\:h-\[16px\] {
    height: 16px;
  }
  .lg\:h-\[13px\] {
    height: 13px;
  }
  .lg\:h-\[30px\] {
    height: 30px;
  }
  .lg\:h-\[1000px\] {
    height: 1000px;
  }
  .lg\:h-\[800px\] {
    height: 800px;
  }
  .lg\:h-\[44px\] {
    height: 44px;
  }
  .lg\:h-\[85px\] {
    height: 85px;
  }
  .lg\:h-\[84px\] {
    height: 84px;
  }
  .lg\:h-\[31px\] {
    height: 31px;
  }
  .lg\:h-\[133px\] {
    height: 133px;
  }
  .lg\:h-\[35px\] {
    height: 35px;
  }
  .lg\:h-\[79px\] {
    height: 79px;
  }
  .lg\:h-\[121px\] {
    height: 121px;
  }
  .lg\:h-\[110px\] {
    height: 110px;
  }
  .lg\:h-\[80px\] {
    height: 80px;
  }
  .lg\:h-\[102px\] {
    height: 102px;
  }
  .lg\:h-\[70px\] {
    height: 70px;
  }
  .lg\:h-\[768px\] {
    height: 768px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-\[360px\] {
    height: 360px;
  }
  .lg\:h-\[75px\] {
    height: 75px;
  }
  .lg\:h-\[clamp\(200px\2c 26vw\2c 380px\)\] {
    height: clamp(200px,26vw,380px);
  }
  .lg\:h-\[25px\] {
    height: 25px;
  }
  .lg\:h-\[14px\] {
    height: 14px;
  }
  .lg\:h-\[calc\(100vh-135px\)\] {
    height: calc(100vh - 135px);
  }
  .lg\:h-\[112px\] {
    height: 112px;
  }
  .lg\:h-\[108px\] {
    height: 108px;
  }
  .lg\:h-\[60px\] {
    height: 60px;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:h-\[702px\] {
    height: 702px;
  }
  .lg\:h-\[26px\] {
    height: 26px;
  }
  .lg\:h-\[22px\] {
    height: 22px;
  }
  .lg\:h-\[32px\] {
    height: 32px;
  }
  .lg\:h-\[28px\] {
    height: 28px;
  }
  .lg\:h-14 {
    height: 3.5rem;
  }
  .lg\:h-7\.5 {
    height: 30px;
  }
  .lg\:h-7 {
    height: 1.75rem;
  }
  .lg\:h-\[6px\] {
    height: 6px;
  }
  .lg\:h-\[82px\] {
    height: 82px;
  }
  .lg\:h-\[42px\] {
    height: 42px;
  }
  .lg\:h-\[53px\] {
    height: 53px;
  }
  .lg\:h-\[11px\] {
    height: 11px;
  }
  .lg\:h-0\.5 {
    height: 0.125rem;
  }
  .lg\:h-\[45px\] {
    height: 45px;
  }
  .lg\:h-\[780px\] {
    height: 780px;
  }
  .lg\:h-\[774px\] {
    height: 774px;
  }
  .lg\:h-\[718px\] {
    height: 718px;
  }
  .lg\:h-\[645px\] {
    height: 645px;
  }
  .lg\:h-\[47px\] {
    height: 47px;
  }
  .lg\:h-\[89px\] {
    height: 89px;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[52px\] {
    height: 52px;
  }
  .lg\:h-\[340px\] {
    height: 340px;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-32 {
    height: 8rem;
  }
  .lg\:h-\[200px\] {
    height: 200px;
  }
  .lg\:h-\[594px\] {
    height: 594px;
  }
  .lg\:h-\[570px\] {
    height: 570px;
  }
  .lg\:h-\[calc\(800px_-_111px_-_39px\)\] {
    height: calc(800px - 111px - 39px);
  }
  .lg\:h-\[92px\] {
    height: 92px;
  }
  .lg\:h-\[209px\] {
    height: 209px;
  }
  .lg\:h-\[5px\] {
    height: 5px;
  }
  .lg\:h-\[23px\] {
    height: 23px;
  }
  .lg\:h-\[506px\] {
    height: 506px;
  }
  .lg\:h-\[700px\] {
    height: 700px;
  }
  .lg\:h-\[35\.625rem\] {
    height: 35.625rem;
  }
  .lg\:h-\[638px\] {
    height: 638px;
  }
  .lg\:h-\[68\.54px\] {
    height: 68.54px;
  }
  .lg\:h-\[25\.7px\] {
    height: 25.7px;
  }
  .lg\:h-\[12px\] {
    height: 12px;
  }
  .lg\:h-64 {
    height: 16rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-\[100px\] {
    height: 100px;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-\[74px\] {
    height: 74px;
  }
  .lg\:h-\[7px\] {
    height: 7px;
  }
  .lg\:h-\[21px\] {
    height: 21px;
  }
  .lg\:h-\[136px\] {
    height: 136px;
  }
  .lg\:h-\[507px\] {
    height: 507px;
  }
  .lg\:h-\[240px\] {
    height: 240px;
  }
  .lg\:h-\[230px\] {
    height: 230px;
  }
  .lg\:h-\[495px\] {
    height: 495px;
  }
  .lg\:h-\[15px\] {
    height: 15px;
  }
  .lg\:h-\[640px\] {
    height: 640px;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-\[124px\] {
    height: 124px;
  }
  .lg\:h-\[34px\] {
    height: 34px;
  }
  .lg\:h-\[65px\] {
    height: 65px;
  }
  .lg\:h-\[56px\] {
    height: 56px;
  }
  .lg\:h-\[515px\] {
    height: 515px;
  }
  .lg\:h-2 {
    height: 0.5rem;
  }
  .lg\:h-\[41px\] {
    height: 41px;
  }
  .lg\:h-\[49px\] {
    height: 49px;
  }
  .lg\:h-\[565px\] {
    height: 565px;
  }
  .lg\:h-\[856px\] {
    height: 856px;
  }
  .lg\:h-2\.5 {
    height: 0.625rem;
  }
  .lg\:h-1\.5 {
    height: 0.375rem;
  }
  .lg\:h-1 {
    height: 0.25rem;
  }
  .lg\:h-11 {
    height: 2.75rem;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-\[90px\] {
    height: 90px;
  }
  .lg\:h-28 {
    height: 7rem;
  }
  .lg\:h-9 {
    height: 2.25rem;
  }
  .lg\:h-\[24\.59\%\] {
    height: 24.59%;
  }
  .lg\:h-\[182px\] {
    height: 182px;
  }
  .lg\:h-\[775px\] {
    height: 775px;
  }
  .lg\:h-\[662px\] {
    height: 662px;
  }
  .lg\:h-\[29px\] {
    height: 29px;
  }
  .lg\:h-\[10px\] {
    height: 10px;
  }
  .lg\:h-\[350px\] {
    height: 350px;
  }
  .lg\:h-\[33px\] {
    height: 33px;
  }
  .lg\:h-\[46px\] {
    height: 46px;
  }
  .lg\:h-\[48px\] {
    height: 48px;
  }
  .lg\:h-\[550px\] {
    height: 550px;
  }
  .lg\:h-\[36px\] {
    height: 36px;
  }
  .lg\:h-\[173px\] {
    height: 173px;
  }
  .lg\:h-\[160px\] {
    height: 160px;
  }
  .lg\:h-\[98px\] {
    height: 98px;
  }
  .lg\:h-\[101px\] {
    height: 101px;
  }
  .lg\:h-\[97px\] {
    height: 97px;
  }
  .lg\:h-\[xx\] {
    height: xx;
  }
  .lg\:h-\[96px\] {
    height: 96px;
  }
  .lg\:h-\[88px\] {
    height: 88px;
  }
  .lg\:h-\[38px\] {
    height: 38px;
  }
  .lg\:h-\[40px\] {
    height: 40px;
  }
  .lg\:h-\[59px\] {
    height: 59px;
  }
  .lg\:h-\[256px\] {
    height: 256px;
  }
  .lg\:h-\[291px\] {
    height: 291px;
  }
  .lg\:h-\[483px\] {
    height: 483px;
  }
  .lg\:h-\[532px\] {
    height: 532px;
  }
  .lg\:h-3\.5 {
    height: 0.875rem;
  }
  .lg\:h-3 {
    height: 0.75rem;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-\[875px\] {
    height: 875px;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:h-\[220px\] {
    height: 220px;
  }
  .lg\:h-\[271px\] {
    height: 271px;
  }
  .lg\:h-\[146px\] {
    height: 146px;
  }
  .lg\:h-\[533px\] {
    height: 533px;
  }
  .lg\:h-\[605px\] {
    height: 605px;
  }
  .lg\:h-\[100\%\] {
    height: 100%;
  }
  .lg\:h-\[249px\] {
    height: 249px;
  }
  .lg\:h-\[8px\] {
    height: 8px;
  }
  .lg\:h-\[27px\] {
    height: 27px;
  }
  .lg\:h-\[57px\] {
    height: 57px;
  }
  .lg\:h-\[250px\] {
    height: 250px;
  }
  .lg\:h-\[242px\] {
    height: 242px;
  }
  .lg\:max-h-\[740px\] {
    max-height: 740px;
  }
  .lg\:max-h-\[92px\] {
    max-height: 92px;
  }
  .lg\:max-h-\[65vh\] {
    max-height: 65vh;
  }
  .lg\:max-h-\[500px\] {
    max-height: 500px;
  }
  .lg\:max-h-\[400px\] {
    max-height: 400px;
  }
  .lg\:min-h-full {
    min-height: 100%;
  }
  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
  .lg\:min-h-\[270px\] {
    min-height: 270px;
  }
  .lg\:min-h-\[calc\(100vh-112px\)\] {
    min-height: calc(100vh - 112px);
  }
  .lg\:min-h-\[876px\] {
    min-height: 876px;
  }
  .lg\:min-h-\[115px\] {
    min-height: 115px;
  }
  .lg\:min-h-\[668px\] {
    min-height: 668px;
  }
  .lg\:min-h-\[772px\] {
    min-height: 772px;
  }
  .lg\:min-h-\[190px\] {
    min-height: 190px;
  }
  .lg\:min-h-\[35\.625rem\] {
    min-height: 35.625rem;
  }
  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }
  .lg\:min-h-\[484px\] {
    min-height: 484px;
  }
  .lg\:min-h-\[684px\] {
    min-height: 684px;
  }
  .lg\:min-h-\[570px\] {
    min-height: 570px;
  }
  .lg\:min-h-\[917px\] {
    min-height: 917px;
  }
  .lg\:min-h-screen {
    min-height: 100vh;
  }
  .lg\:min-h-\[inherit\] {
    min-height: inherit;
  }
  .lg\:min-h-\[182px\] {
    min-height: 182px;
  }
  .lg\:min-h-\[220px\] {
    min-height: 220px;
  }
  .lg\:min-h-0 {
    min-height: 0px;
  }
  .lg\:min-h-\[702px\] {
    min-height: 702px;
  }
  .lg\:w-\[24px\] {
    width: 24px;
  }
  .lg\:w-\[15px\] {
    width: 15px;
  }
  .lg\:w-\[22px\] {
    width: 22px;
  }
  .lg\:w-\[19px\] {
    width: 19px;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:w-\[17px\] {
    width: 17px;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-\[90px\] {
    width: 90px;
  }
  .lg\:w-\[9px\] {
    width: 9px;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-\[7px\] {
    width: 7px;
  }
  .lg\:w-\[838px\] {
    width: 838px;
  }
  .lg\:w-\[233px\] {
    width: 233px;
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-\[484px\] {
    width: 484px;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-\[calc\(100\%_-_462px\)\] {
    width: calc(100% - 462px);
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-\[46\.36\%\] {
    width: 46.36%;
  }
  .lg\:w-\[81px\] {
    width: 81px;
  }
  .lg\:w-0 {
    width: 0px;
  }
  .lg\:w-\[168px\] {
    width: 168px;
  }
  .lg\:w-\[14px\] {
    width: 14px;
  }
  .lg\:w-\[20px\] {
    width: 20px;
  }
  .lg\:w-\[21px\] {
    width: 21px;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-\[831px\] {
    width: 831px;
  }
  .lg\:w-\[85px\] {
    width: 85px;
  }
  .lg\:w-2\.5 {
    width: 0.625rem;
  }
  .lg\:w-2 {
    width: 0.5rem;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[428px\] {
    width: 428px;
  }
  .lg\:w-\[275px\] {
    width: 275px;
  }
  .lg\:w-56 {
    width: 14rem;
  }
  .lg\:w-\[277px\] {
    width: 277px;
  }
  .lg\:w-\[212px\] {
    width: 212px;
  }
  .lg\:w-\[72px\] {
    width: 72px;
  }
  .lg\:w-\[380px\] {
    width: 380px;
  }
  .lg\:w-\[16px\] {
    width: 16px;
  }
  .lg\:w-\[calc\(\(75rem-66px\)\/3\)\] {
    width: calc((75rem - 66px) / 3);
  }
  .lg\:w-\[48\%\] {
    width: 48%;
  }
  .lg\:w-\[62\%\] {
    width: 62%;
  }
  .lg\:w-\[calc\(\(\(100vw-48px\)-66px\)\/3\)\] {
    width: calc(((100vw - 48px) - 66px) / 3);
  }
  .lg\:w-\[533px\] {
    width: 533px;
  }
  .lg\:w-\[33\.75rem\] {
    width: 33.75rem;
  }
  .lg\:w-\[125px\] {
    width: 125px;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-\[calc\(\(100\%-66px\)\/4\)\] {
    width: calc((100% - 66px) / 4);
  }
  .lg\:w-\[173px\] {
    width: 173px;
  }
  .lg\:w-\[59\.93\%\] {
    width: 59.93%;
  }
  .lg\:w-\[68\.54px\] {
    width: 68.54px;
  }
  .lg\:w-\[21\.03px\] {
    width: 21.03px;
  }
  .lg\:w-\[40\.07\%\] {
    width: 40.07%;
  }
  .lg\:w-1\/6 {
    width: 16.666667%;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-44 {
    width: 11rem;
  }
  .lg\:w-\[calc\(100\%_-_54px\)\] {
    width: calc(100% - 54px);
  }
  .lg\:w-\[255px\] {
    width: 255px;
  }
  .lg\:w-\[13px\] {
    width: 13px;
  }
  .lg\:w-\[26px\] {
    width: 26px;
  }
  .lg\:w-\[11px\] {
    width: 11px;
  }
  .lg\:w-\[285px\] {
    width: 285px;
  }
  .lg\:w-\[230px\] {
    width: 230px;
  }
  .lg\:w-\[740px\] {
    width: 740px;
  }
  .lg\:w-3 {
    width: 0.75rem;
  }
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:w-\[28px\] {
    width: 28px;
  }
  .lg\:w-\[185px\] {
    width: 185px;
  }
  .lg\:w-\[940px\] {
    width: 940px;
  }
  .lg\:w-\[64\.2\%\] {
    width: 64.2%;
  }
  .lg\:w-\[344px\] {
    width: 344px;
  }
  .lg\:w-\[435px\] {
    width: 435px;
  }
  .lg\:w-\[28\.64\%\] {
    width: 28.64%;
  }
  .lg\:w-\[85\.84vw\] {
    width: 85.84vw;
  }
  .lg\:w-\[30\.714\%\] {
    width: 30.714%;
  }
  .lg\:w-\[430px\] {
    width: 430px;
  }
  .lg\:w-\[538px\] {
    width: 538px;
  }
  .lg\:w-\[519px\] {
    width: 519px;
  }
  .lg\:w-\[calc\(\(100vw-\(210px\)\)\/4\)\] {
    width: calc((100vw - (210px)) / 4);
  }
  .lg\:w-\[calc\(\(100vw-\(150px\)\)\/2\)\] {
    width: calc((100vw - (150px)) / 2);
  }
  .lg\:w-\[calc\(\(100vw-\(180px\)\)\/3\)\] {
    width: calc((100vw - (180px)) / 3);
  }
  .lg\:w-\[calc\(\(100vw-\(120px\)\)\)\] {
    width: calc((100vw - (120px)));
  }
  .lg\:w-\[calc\(\(100vw-\(130px\)\)\/4\)\] {
    width: calc((100vw - (130px)) / 4);
  }
  .lg\:w-\[calc\(\(100vw-\(70px\)\)\/2\)\] {
    width: calc((100vw - (70px)) / 2);
  }
  .lg\:w-\[calc\(\(100vw-\(100px\)\)\/3\)\] {
    width: calc((100vw - (100px)) / 3);
  }
  .lg\:w-\[calc\(\(100vw-\(40px\)\)\)\] {
    width: calc((100vw - (40px)));
  }
  .lg\:w-\[261px\] {
    width: 261px;
  }
  .lg\:w-\[68\.94\%\] {
    width: 68.94%;
  }
  .lg\:w-\[31\.06\%\] {
    width: 31.06%;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-\[530px\] {
    width: 530px;
  }
  .lg\:w-\[258px\] {
    width: 258px;
  }
  .lg\:w-\[80px\] {
    width: 80px;
  }
  .lg\:w-\[209px\] {
    width: 209px;
  }
  .lg\:w-\[149px\] {
    width: 149px;
  }
  .lg\:w-\[195px\] {
    width: 195px;
  }
  .lg\:w-\[calc\(\(75rem-45px\)-65px\)\] {
    width: calc((75rem - 45px) - 65px);
  }
  .lg\:w-\[156px\] {
    width: 156px;
  }
  .lg\:w-\[124px\] {
    width: 124px;
  }
  .lg\:w-\[92px\] {
    width: 92px;
  }
  .lg\:w-\[152px\] {
    width: 152px;
  }
  .lg\:w-\[57\.15\%\] {
    width: 57.15%;
  }
  .lg\:w-\[42\.85\%\] {
    width: 42.85%;
  }
  .lg\:w-\[345px\] {
    width: 345px;
  }
  .lg\:w-\[18px\] {
    width: 18px;
  }
  .lg\:w-\[142px\] {
    width: 142px;
  }
  .lg\:w-\[98px\] {
    width: 98px;
  }
  .lg\:w-\[96px\] {
    width: 96px;
  }
  .lg\:w-\[123px\] {
    width: 123px;
  }
  .lg\:w-\[xx\] {
    width: xx;
  }
  .lg\:w-\[89px\] {
    width: 89px;
  }
  .lg\:w-\[116px\] {
    width: 116px;
  }
  .lg\:w-\[186px\] {
    width: 186px;
  }
  .lg\:w-\[14\.48px\] {
    width: 14.48px;
  }
  .lg\:w-\[165px\] {
    width: 165px;
  }
  .lg\:w-\[25px\] {
    width: 25px;
  }
  .lg\:w-\[10px\] {
    width: 10px;
  }
  .lg\:w-\[74px\] {
    width: 74px;
  }
  .lg\:w-\[12px\] {
    width: 12px;
  }
  .lg\:w-\[78px\] {
    width: 78px;
  }
  .lg\:w-\[10x\] {
    width: 10x;
  }
  .lg\:w-\[246px\] {
    width: 246px;
  }
  .lg\:w-\[338px\] {
    width: 338px;
  }
  .lg\:w-\[1045px\] {
    width: 1045px;
  }
  .lg\:w-\[83px\] {
    width: 83px;
  }
  .lg\:w-\[calc\(50\%\+16px\)\] {
    width: calc(50% + 16px);
  }
  .lg\:w-1\.5 {
    width: 0.375rem;
  }
  .lg\:w-1 {
    width: 0.25rem;
  }
  .lg\:w-3\.5 {
    width: 0.875rem;
  }
  .lg\:w-\[25\%\] {
    width: 25%;
  }
  .lg\:w-\[69px\] {
    width: 69px;
  }
  .lg\:w-\[631px\] {
    width: 631px;
  }
  .lg\:min-w-\[450px\] {
    min-width: 450px;
  }
  .lg\:max-w-sm {
    max-width: 24rem;
  }
  .lg\:max-w-\[484px\] {
    max-width: 484px;
  }
  .lg\:max-w-\[670px\] {
    max-width: 670px;
  }
  .lg\:max-w-\[514px\] {
    max-width: 514px;
  }
  .lg\:max-w-\[840px\] {
    max-width: 840px;
  }
  .lg\:max-w-\[577px\] {
    max-width: 577px;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-\[136px\] {
    max-width: 136px;
  }
  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }
  .lg\:max-w-\[84px\] {
    max-width: 84px;
  }
  .lg\:max-w-\[821px\] {
    max-width: 821px;
  }
  .lg\:max-w-\[856px\] {
    max-width: 856px;
  }
  .lg\:max-w-\[940px\] {
    max-width: 940px;
  }
  .lg\:max-w-\[326px\] {
    max-width: 326px;
  }
  .lg\:max-w-\[584px\] {
    max-width: 584px;
  }
  .lg\:max-w-\[696px\] {
    max-width: 696px;
  }
  .lg\:max-w-\[1048px\] {
    max-width: 1048px;
  }
  .lg\:max-w-\[456px\] {
    max-width: 456px;
  }
  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }
  .lg\:max-w-\[247px\] {
    max-width: 247px;
  }
  .lg\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .lg\:max-w-\[111px\] {
    max-width: 111px;
  }
  .lg\:max-w-\[236px\] {
    max-width: 236px;
  }
  .lg\:max-w-\[960px\] {
    max-width: 960px;
  }
  .lg\:max-w-\[165px\] {
    max-width: 165px;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-\[1_0_30vh\] {
    flex: 1 0 30vh;
  }
  .lg\:translate-x-5 {
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-16 {
    --tw-translate-x: 4rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-\[22px\] {
    --tw-translate-x: 22px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-\[25px\] {
    --tw-translate-y: -25px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-5 {
    --tw-translate-x: -1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[22px\] {
    --tw-translate-y: 22px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:translate-y-\[3\.5px\] {
    --tw-translate-y: 3.5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-x-11 {
    --tw-translate-x: -2.75rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }
  .lg\:grid-cols-\[1fr_247px\] {
    grid-template-columns: 1fr 247px;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:place-content-around {
    place-content: space-around;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-\[16px\] {
    gap: 16px;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-\[26px\] {
    gap: 26px;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-\[62px\] {
    gap: 62px;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-7\.5 {
    gap: 30px;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
  .lg\:gap-11 {
    gap: 2.75rem;
  }
  .lg\:gap-9 {
    gap: 2.25rem;
  }
  .lg\:gap-\[24px\] {
    gap: 24px;
  }
  .lg\:gap-\[100px\] {
    gap: 100px;
  }
  .lg\:gap-\[105px\] {
    gap: 105px;
  }
  .lg\:gap-\[126px\] {
    gap: 126px;
  }
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
  .lg\:gap-\[96px\] {
    gap: 96px;
  }
  .lg\:gap-\[35px\] {
    gap: 35px;
  }
  .lg\:gap-\[32px\] {
    gap: 32px;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-\[3px\] {
    gap: 3px;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-\[17px\] {
    gap: 17px;
  }
  .lg\:gap-\[28px\] {
    gap: 28px;
  }
  .lg\:gap-\[68px\] {
    gap: 68px;
  }
  .lg\:gap-\[65px\] {
    gap: 65px;
  }
  .lg\:gap-\[8px\] {
    gap: 8px;
  }
  .lg\:gap-\[34px\] {
    gap: 34px;
  }
  .lg\:gap-\[6px\] {
    gap: 6px;
  }
  .lg\:gap-\[59px\] {
    gap: 59px;
  }
  .lg\:gap-\[15px\] {
    gap: 15px;
  }
  .lg\:gap-\[70px\] {
    gap: 70px;
  }
  .lg\:gap-x-\[33px\] {
    -moz-column-gap: 33px;
         column-gap: 33px;
  }
  .lg\:gap-y-\[44px\] {
    row-gap: 44px;
  }
  .lg\:gap-x-\[82px\] {
    -moz-column-gap: 82px;
         column-gap: 82px;
  }
  .lg\:gap-y-\[60px\] {
    row-gap: 60px;
  }
  .lg\:gap-y-\[62px\] {
    row-gap: 62px;
  }
  .lg\:gap-x-\[49px\] {
    -moz-column-gap: 49px;
         column-gap: 49px;
  }
  .lg\:gap-y-\[85px\] {
    row-gap: 85px;
  }
  .lg\:gap-x-\[28px\] {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:whitespace-normal {
    white-space: normal;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded-\[34px\] {
    border-radius: 34px;
  }
  .lg\:rounded-\[15px\] {
    border-radius: 15px;
  }
  .lg\:rounded-none {
    border-radius: 0px;
  }
  .lg\:rounded-\[28px\] {
    border-radius: 28px;
  }
  .lg\:rounded-md {
    border-radius: 0.375rem;
  }
  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }
  .lg\:rounded-br-\[321px\] {
    border-bottom-right-radius: 321px;
  }
  .lg\:rounded-bl-\[34px\] {
    border-bottom-left-radius: 34px;
  }
  .lg\:rounded-br-\[34px\] {
    border-bottom-right-radius: 34px;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:border-t {
    border-top-width: 1px;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:border-b {
    border-bottom-width: 1px;
  }
  .lg\:border-none {
    border-style: none;
  }
  .lg\:border-carbon {
    --tw-border-opacity: 1;
    border-color: rgb(29 37 45 / var(--tw-border-opacity));
  }
  .lg\:border-custom-gray-200\/50 {
    border-color: rgb(196 196 196 / 0.5);
  }
  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  .lg\:border-r-custom-gray-300 {
    --tw-border-opacity: 1;
    border-right-color: rgb(216 216 216 / var(--tw-border-opacity));
  }
  .lg\:border-b-custom-gray-100\/10 {
    border-bottom-color: rgb(239 239 239 / 0.1);
  }
  .lg\:border-r-custom-gray-100\/10 {
    border-right-color: rgb(239 239 239 / 0.1);
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:bg-custom-gray-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-carbon {
    --tw-bg-opacity: 1;
    background-color: rgb(29 37 45 / var(--tw-bg-opacity));
  }
  .lg\:bg-custom-gray-1800 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-\[15px\] {
    padding: 15px;
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-\[30px\] {
    padding: 30px;
  }
  .lg\:p-7\.5 {
    padding: 30px;
  }
  .lg\:p-\[1\.30px\] {
    padding: 1.30px;
  }
  .lg\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-\[16px\] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .lg\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }
  .lg\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .lg\:py-7\.5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[4\.7em\] {
    padding-top: 4.7em;
    padding-bottom: 4.7em;
  }
  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-\[101px\] {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:px-\[66px\] {
    padding-left: 66px;
    padding-right: 66px;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-\[41px\] {
    padding-left: 41px;
    padding-right: 41px;
  }
  .lg\:py-\[39px\] {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .lg\:py-\[122px\] {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lg\:px-\[49px\] {
    padding-left: 49px;
    padding-right: 49px;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:py-\[109px\] {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .lg\:py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .lg\:px-\[63px\] {
    padding-left: 63px;
    padding-right: 63px;
  }
  .lg\:px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px;
  }
  .lg\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }
  .lg\:py-\[21px\] {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .lg\:px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .lg\:py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .lg\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:py-\[47px\] {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .lg\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .lg\:py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .lg\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .lg\:py-\[26px\] {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .lg\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .lg\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .lg\:pb-\[56px\] {
    padding-bottom: 56px;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-0\.5 {
    padding-top: 0.125rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-7\.5 {
    padding-top: 30px;
  }
  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .lg\:pt-7 {
    padding-top: 1.75rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-7\.5 {
    padding-bottom: 30px;
  }
  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pl-5 {
    padding-left: 1.25rem;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-16 {
    padding-right: 4rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-7 {
    padding-right: 1.75rem;
  }
  .lg\:pl-14 {
    padding-left: 3.5rem;
  }
  .lg\:pb-\[75px\] {
    padding-bottom: 75px;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pt-\[55px\] {
    padding-top: 55px;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pl-28 {
    padding-left: 7rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pt-5 {
    padding-top: 1.25rem;
  }
  .lg\:pr-\[46px\] {
    padding-right: 46px;
  }
  .lg\:pl-\[46px\] {
    padding-left: 46px;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-\[27px\] {
    padding-right: 27px;
  }
  .lg\:pt-\[70px\] {
    padding-top: 70px;
  }
  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .lg\:pt-1 {
    padding-top: 0.25rem;
  }
  .lg\:pl-7\.5 {
    padding-left: 30px;
  }
  .lg\:pl-7 {
    padding-left: 1.75rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
  .lg\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .lg\:pl-\[38px\] {
    padding-left: 38px;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pt-\[123px\] {
    padding-top: 123px;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-\[107px\] {
    padding-top: 107px;
  }
  .lg\:pb-\[106px\] {
    padding-bottom: 106px;
  }
  .lg\:pt-11 {
    padding-top: 2.75rem;
  }
  .lg\:pl-\[75px\] {
    padding-left: 75px;
  }
  .lg\:pr-\[70px\] {
    padding-right: 70px;
  }
  .lg\:pr-\[54px\] {
    padding-right: 54px;
  }
  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pt-\[109px\] {
    padding-top: 109px;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-\[133px\] {
    padding-top: 133px;
  }
  .lg\:pb-\[127px\] {
    padding-bottom: 127px;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pt-\[72px\] {
    padding-top: 72px;
  }
  .lg\:pb-\[103px\] {
    padding-bottom: 103px;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }
  .lg\:pb-\[22px\] {
    padding-bottom: 22px;
  }
  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }
  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }
  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .lg\:pr-\[37px\] {
    padding-right: 37px;
  }
  .lg\:pr-\[32px\] {
    padding-right: 32px;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pr-\[530px\] {
    padding-right: 530px;
  }
  .lg\:pt-\[85px\] {
    padding-top: 85px;
  }
  .lg\:pb-\[80xp\] {
    padding-bottom: 80xp;
  }
  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }
  .lg\:pl-\[25px\] {
    padding-left: 25px;
  }
  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
  .lg\:pt-\[131px\] {
    padding-top: 131px;
  }
  .lg\:pb-\[128px\] {
    padding-bottom: 128px;
  }
  .lg\:pb-px {
    padding-bottom: 1px;
  }
  .lg\:pl-16 {
    padding-left: 4rem;
  }
  .lg\:pr-\[23px\] {
    padding-right: 23px;
  }
  .lg\:pt-\[41px\] {
    padding-top: 41px;
  }
  .lg\:pt-\[21px\] {
    padding-top: 21px;
  }
  .lg\:pr-7\.5 {
    padding-right: 30px;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .lg\:pr-9 {
    padding-right: 2.25rem;
  }
  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }
  .lg\:pr-52 {
    padding-right: 13rem;
  }
  .lg\:pt-\[100px\] {
    padding-top: 100px;
  }
  .lg\:pr-\[125px\] {
    padding-right: 125px;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pr-\[73px\] {
    padding-right: 73px;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:pl-\[36px\] {
    padding-left: 36px;
  }
  .lg\:pr-\[34px\] {
    padding-right: 34px;
  }
  .lg\:pr-\[93px\] {
    padding-right: 93px;
  }
  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }
  .lg\:pr-\[36px\] {
    padding-right: 36px;
  }
  .lg\:pt-\[16px\] {
    padding-top: 16px;
  }
  .lg\:pb-\[21px\] {
    padding-bottom: 21px;
  }
  .lg\:pb-\[13px\] {
    padding-bottom: 13px;
  }
  .lg\:pb-\[44px\] {
    padding-bottom: 44px;
  }
  .lg\:pl-\[234px\] {
    padding-left: 234px;
  }
  .lg\:pr-\[19px\] {
    padding-right: 19px;
  }
  .lg\:pr-\[68px\] {
    padding-right: 68px;
  }
  .lg\:pt-\[101px\] {
    padding-top: 101px;
  }
  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-\[95px\] {
    padding-left: 95px;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-\[131px\] {
    padding-bottom: 131px;
  }
  .lg\:pb-\[168px\] {
    padding-bottom: 168px;
  }
  .lg\:pb-\[5px\] {
    padding-bottom: 5px;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:font-heading-light {
    font-family: "Beausite-Light", sans-serif;
  }
  .lg\:font-body-regular {
    font-family: "Manrope-Regular", sans-serif;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-\[28px\] {
    font-size: 28px;
  }
  .lg\:text-\[150px\] {
    font-size: 150px;
  }
  .lg\:text-\[50px\] {
    font-size: 50px;
  }
  .lg\:text-\[27px\] {
    font-size: 27px;
  }
  .lg\:text-\[35px\] {
    font-size: 35px;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-base {
    font-size: 16px;
  }
  .lg\:text-\[46px\] {
    font-size: 46px;
  }
  .lg\:text-tiny {
    font-size: 14px;
  }
  .lg\:text-2xl {
    font-size: 22px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[23px\] {
    font-size: 23px;
  }
  .lg\:text-\[9rem\] {
    font-size: 9rem;
  }
  .lg\:text-lg {
    font-size: 18px;
  }
  .lg\:text-tiny-base {
    font-size: 15px;
  }
  .lg\:text-size-d {
    font-size: 11px;
    line-height: 1.225;
  }
  .lg\:text-size-a {
    font-size: 6.19px;
    line-height: 1.2;
  }
  .lg\:text-size-e {
    font-size: 12px;
    line-height: 1.319;
  }
  .lg\:text-sm {
    font-size: 13px;
  }
  .lg\:text-5xl {
    font-size: 42px;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:leading-\[66px\] {
    line-height: 66px;
  }
  .lg\:leading-\[28px\] {
    line-height: 28px;
  }
  .lg\:leading-\[38\.5px\] {
    line-height: 38.5px;
  }
  .lg\:leading-base {
    line-height: 19px;
  }
  .lg\:leading-100 {
    line-height: 100%;
  }
  .lg\:leading-2xl {
    line-height: 26px;
  }
  .lg\:leading-tiny {
    line-height: 18px;
  }
  .lg\:leading-4xl {
    line-height: 45px;
  }
  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:text-carbon {
    --tw-text-opacity: 1;
    color: rgb(29 37 45 / var(--tw-text-opacity));
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  .lg\:text-carbon\/90 {
    color: rgb(29 37 45 / 0.9);
  }
  .lg\:text-custom-gray-1700 {
    --tw-text-opacity: 1;
    color: rgb(174 174 174 / var(--tw-text-opacity));
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:opacity-100 {
    opacity: 1;
  }
  .lg\:opacity-50 {
    opacity: 0.5;
  }
  .lg\:brightness-50 {
    --tw-brightness: brightness(.5);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:container-half {
    max-width: 650px;
  }

  .lg\:btn-height {
    height: 47px;
  }

  .lg\:jc-blur {
    background-color: rgb(176 176 176 / .17);
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .lg\:jc-no-blur {
    background: transparent;
    -webkit-backdrop-filter: none;
    -moz-backdrop-filter: none;
    -o-backdrop-filter: none;
    backdrop-filter: none;
  }

  .lg\:placeholder\:text-black::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:placeholder\:text-black::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

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

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

  .lg\:hover\:bg-custom-gray-200\/20:hover {
    background-color: rgb(196 196 196 / 0.2);
  }
}
@media (min-width: 1062px) {

  .\30\.1xl\:block {
    display: block;
  }

  .\30\.1xl\:hidden {
    display: none;
  }
}
@media (min-width: 1180px) {

  .lgv1\:block {
    display: block;
  }

  .lgv1\:hidden {
    display: none;
  }

  .lgv1\:translate-x-14 {
    --tw-translate-x: 3.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1240px) {

  .xltr\:visible {
    visibility: visible;
  }

  .xltr\:fixed {
    position: fixed;
  }

  .xltr\:top-\[204px\] {
    top: 204px;
  }

  .xltr\:ml-\[-13px\] {
    margin-left: -13px;
  }

  .xltr\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .xltr\:block {
    display: block;
  }

  .xltr\:flex {
    display: flex;
  }

  .xltr\:hidden {
    display: none;
  }

  .xltr\:h-full {
    height: 100%;
  }

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

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

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

  .xltr\:max-w-\[875px\] {
    max-width: 875px;
  }

  .xltr\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .xltr\:gap-\[28px\] {
    gap: 28px;
  }

  .xltr\:gap-\[8px\] {
    gap: 8px;
  }

  .xltr\:gap-3 {
    gap: 0.75rem;
  }

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

  .xltr\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xltr\:p-\[12\.5px\] {
    padding: 12.5px;
  }

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

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

  .xltr\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1248px) {

  .xl\:top-\[1050px\] {
    top: 1050px;
  }

  .xl\:right-28 {
    right: 7rem;
  }

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

  .xl\:ml-\[15px\] {
    margin-left: 15px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:h-full {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

  .xl\:w-\[calc\(\(75rem-66px\)\/3\)\] {
    width: calc((75rem - 66px) / 3);
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

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

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

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

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

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

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

  .xl\:max-w-\[1032px\] {
    max-width: 1032px;
  }

  .xl\:flex-none {
    flex: none;
  }

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

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

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

  .xl\:gap-40 {
    gap: 10rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

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

  .xl\:gap-\[90px\] {
    gap: 90px;
  }

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-\[38px\] {
    gap: 38px;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

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

  .xl\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .xl\:px-\[108px\] {
    padding-left: 108px;
    padding-right: 108px;
  }

  .xl\:px-\[86px\] {
    padding-left: 86px;
    padding-right: 86px;
  }

  .xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .xl\:py-\[102px\] {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:pt-\[70px\] {
    padding-top: 70px;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-44 {
    padding-right: 11rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-\[87px\] {
    padding-bottom: 87px;
  }

  .xl\:pl-\[75px\] {
    padding-left: 75px;
  }

  .xl\:pr-\[70px\] {
    padding-right: 70px;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-\[100px\] {
    padding-left: 100px;
  }

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

  .xl\:pl-\[72px\] {
    padding-left: 72px;
  }

  .xl\:pr-\[72px\] {
    padding-right: 72px;
  }

  .xl\:pr-\[125px\] {
    padding-right: 125px;
  }

  .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .xl\:pl-\[150px\] {
    padding-left: 150px;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }
}
@media (min-width: 1300px) {

  .xlv1\:visible {
    visibility: visible;
  }

  .xlv1\:fixed {
    position: fixed;
  }

  .xlv1\:relative {
    position: relative;
  }

  .xlv1\:top-0 {
    top: 0px;
  }

  .xlv1\:left-0 {
    left: 0px;
  }

  .xlv1\:top-\[150px\] {
    top: 150px;
  }

  .xlv1\:-mx-\[41px\] {
    margin-left: -41px;
    margin-right: -41px;
  }

  .xlv1\:mt-\[40px\] {
    margin-top: 40px;
  }

  .xlv1\:block {
    display: block;
  }

  .xlv1\:hidden {
    display: none;
  }

  .xlv1\:w-\[calc\(\(1300px-210px\)\/4\)\] {
    width: calc((1300px - 210px) / 4);
  }

  .xlv1\:w-\[calc\(\(1300px-150px\)\/2\)\] {
    width: calc((1300px - 150px) / 2);
  }

  .xlv1\:w-\[calc\(\(1300px-180px\)\/3\)\] {
    width: calc((1300px - 180px) / 3);
  }

  .xlv1\:w-\[calc\(\(1300px-120px\)\)\] {
    width: calc((1300px - 120px));
  }

  .xlv1\:w-\[calc\(\(1300px-130px\)\/4\)\] {
    width: calc((1300px - 130px) / 4);
  }

  .xlv1\:w-\[calc\(\(1300px-70px\)\/2\)\] {
    width: calc((1300px - 70px) / 2);
  }

  .xlv1\:w-\[calc\(\(1300px-100px\)\/3\)\] {
    width: calc((1300px - 100px) / 3);
  }

  .xlv1\:w-\[calc\(\(1300px-40px\)\)\] {
    width: calc((1300px - 40px));
  }

  .xlv1\:max-w-\[523px\] {
    max-width: 523px;
  }

  .xlv1\:max-w-\[420px\] {
    max-width: 420px;
  }

  .xlv1\:px-\[124px\] {
    padding-left: 124px;
    padding-right: 124px;
  }

  .xlv1\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xlv1\:pr-24 {
    padding-right: 6rem;
  }

  .xlv1\:pt-0 {
    padding-top: 0px;
  }

  .xlv1\:pt-\[204px\] {
    padding-top: 204px;
  }

  .xlv1\:pl-20 {
    padding-left: 5rem;
  }

  .xlv1\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1340px) {

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

  .xlv1p\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1400px) {

  .xlv3\:h-7 {
    height: 1.75rem;
  }

  .xlv3\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:w-\[220px\] {
    width: 220px;
  }

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

  .\32xl\:gap-x-28 {
    -moz-column-gap: 7rem;
         column-gap: 7rem;
  }

  .\32xl\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1600px) {

  .\33xl\:top-\[1360px\] {
    top: 1360px;
  }

  .\33xl\:h-\[1360px\] {
    height: 1360px;
  }

  .\33xl\:h-\[1240px\] {
    height: 1240px;
  }

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

  .\33xl\:flex-\[1_0_50vh\] {
    flex: 1 0 50vh;
  }
}
