/*
! tailwindcss v3.4.3 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: DM Sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(63 58 96 / var(--tw-text-opacity));
}
h1,
  h2,
  h3 {
  font-family: Dm Serif Display, serif;
}
h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
p {
  font-family: DM Sans, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {

  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
p {
    line-height: 1.25 !important;
  }
@media (min-width: 1024px) {

  p.bigger {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.ele,
  .main-ele {
    opacity: 0;
    transform: translateY(80px);
    transition: 1s;
  }
.ele.still, .main-ele.still {
      transform: translateY(0);
      transition: 1.3s;
    }
.ele.appear, .main-ele.appear {
      opacity: 1;
      transform: translateY(0);
    }
.button {
    transition: 0.2s;
    display: block;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
  }
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.fill {
  --tw-bg-opacity: 1;
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button.fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(63 58 96 / var(--tw-text-opacity));
}
.main-h,
  .main-img {
  height: 100vh;
  min-height: 600px;
}
.main-img {
  width: 100%;
  background-size: cover;
  background-position: center;
    background-position-y: 20%;
}
.main-img-promo-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(180 8 10 / var(--tw-bg-opacity));
  background-image: url('../images/main-img-3-mobile-bg.jpg?v=2');
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {

  .main-img-promo-bg {
    background-image: url('../images/main-img-3-bg.jpg?v=2');
  }
}
.main-img-promo {
  height: 100%;
  width: 100%;
  background-image: url('../images/main-img-3-mobile.png?v=11');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {

  .main-img-promo {
    background-image: url('../images/main-img-3.png?v=11');
  }
}
.main-banner-btn {
  cursor: pointer;
  border-radius: 80px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #F2D15C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 209 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #F8B980 var(--tw-gradient-to-position);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Dm Serif Display, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 500px) {

  .main-banner-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {

  .main-banner-btn {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .main-banner-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 3rem;
    line-height: 1;
  }
}
.main-banner-btn:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #3F3A60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 58 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #3F3A60 var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main-carousel .splide__pagination {
  bottom: 4rem;
  z-index: 20;
}
.main-carousel .splide__pagination .splide__pagination__page {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  height: 0.25rem;
  width: 46px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0.5;
}
.main-carousel .splide__pagination .splide__pagination__page.is-active {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
  opacity: 0.8;
}
nav {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
nav .bg,
    nav .logo,
    nav .button {
      transition: 0.3s;
    }
nav.fill .bg,
      nav.fill .logo {
  opacity: 1;
}
.feat-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat-container img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.feat-container p {
  position: absolute;
  margin-top: 1.25rem;
      transition: 0.2s;
}
.frame-btn.selected span {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 58 96 / var(--tw-border-opacity));
}
input,
  .input-wrap {
  width: 100%;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  input,
  .input-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {

  input,
  .input-wrap {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
input::-moz-placeholder, .input-wrap::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input::placeholder, .input-wrap::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input.mobileInput, .input-wrap.mobileInput {
  border-radius: 0px;
  border-width: 0px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
  }
input.checkbox {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
#splide-intro .intro-container {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {

  #splide-intro .intro-container {
    display: flex;
    grid-template-rows: none;
    flex-direction: row;
  }
}
#splide-intro .intro-container.intro-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 226 187 / var(--tw-bg-opacity));
}
#splide-intro .intro-container.intro-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 213 205 / var(--tw-bg-opacity));
}
#splide-intro .intro-container.intro-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 227 216 / var(--tw-bg-opacity));
}
#splide-intro .intro-container.intro-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 238 255 / var(--tw-bg-opacity));
}
#splide-intro .intro-container.intro-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 230 195 / var(--tw-bg-opacity));
}
#splide-intro .intro-container.reverse .intro-img {
  margin-left: auto;
}
@media (min-width: 768px) {

  #splide-intro .intro-container.reverse .arrow-btn-wrapper {
    left: 5%;
    right: unset;
  }
}
#splide-intro .intro-container .intro-img {
  height: 100%;
  max-height: 500px;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 640px) {

  #splide-intro .intro-container .intro-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {

  #splide-intro .intro-container .intro-img {
    max-height: unset;
    width: 64%;
    max-width: unset;
    -o-object-fit: fill;
       object-fit: fill;
  }
}
#splide-intro .intro-container .arrow-btn-wrapper {
  position: absolute;
  bottom: 5%;
  right: 5%;
  display: flex;
}
@media (min-width: 768px) {

  #splide-intro .intro-container .arrow-btn-wrapper {
    bottom: 12%;
  }
}
@media (min-width: 1024px) {

  #splide-intro .intro-container .arrow-btn-wrapper {
    bottom: 30%;
  }
}
#splide-intro .intro-container .arrow-btn-wrapper .arrow-btn {
  display: flex;
  width: 2rem;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: transparent;
  opacity: 1;
}
#splide-intro .intro-container .intro-content {
  top: 13%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.25rem;
  margin-bottom: 3rem;
  max-width: 28rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {

  #splide-intro .intro-container .intro-content {
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: unset;
  }
}
#splide-intro .intro-container .intro-content.left {
  left: 0px;
}
@media (min-width: 768px) {

  #splide-intro .intro-container .intro-content.left {
    padding-left: 5%;
    padding-right: 0px;
  }

  #splide-intro .intro-container .intro-content.left .intro-descrp {
    margin-left: 3rem;
  }
}
#splide-intro .intro-container .intro-content.right {
  right: 0px;
}
@media (min-width: 768px) {

  #splide-intro .intro-container .intro-content.right {
    padding-right: 5%;
    padding-left: 0px;
  }
}
@media (min-width: 1280px) {

  #splide-intro .intro-container .intro-content.right {
    padding-right: 8%;
  }
}
#splide-intro .intro-container .intro-content.right .intro-descrp {
  margin-left: auto;
}
#splide-intro .intro-container .intro-content .intro-descrp {
  position: relative;
  margin-top: 0.75rem;
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 12px;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  #splide-intro .intro-container .intro-content .intro-descrp {
    max-width: 220px;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  #splide-intro .intro-container .intro-content .intro-descrp {
    max-width: 315px;
    padding-left: 17px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {

  #splide-intro .intro-container .intro-content .intro-descrp {
    margin-top: 1.25rem;
    max-width: 340px;
    padding-left: 34px;
    padding-top: 3rem;
  }
}
#splide-intro .intro-container .intro-content .intro-descrp.list ul {
  list-style-type: disc;
  text-align: left;
}
@media (min-width: 1280px) {

  #splide-intro .intro-container .intro-content .intro-descrp.list ul {
    margin-left: -19px;
  }
}
#splide-intro .intro-container .intro-content .intro-descrp.list li {
  margin-bottom: 0.75rem;
}
@media (min-width: 1280px) {

  #splide-intro .intro-container .intro-content .intro-descrp.list li {
    padding-left: 0.75rem;
  }
}
#splide-intro .intro-container .intro-content .intro-descrp .circle {
  position: absolute;
  left: -0.625rem;
  bottom: 0px;
  height: 18px;
  width: 18px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#splide-floorplan .fp-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {

  #splide-floorplan .fp-wrapper {
    flex-direction: row;
    gap: 0px;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
#splide-floorplan .fp-wrapper .fp-tour-img {
  height: 100%;
  max-height: 370px;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 768px) {

  #splide-floorplan .fp-wrapper .fp-tour-img {
    max-height: 410px;
    max-width: unset;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-tour-img {
    max-height: 560px;
  }
}
#splide-floorplan .fp-wrapper .fp-contents {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {

  #splide-floorplan .fp-wrapper .fp-contents {
    order: 2;
    width: 55%;
  }
}
#splide-floorplan .fp-wrapper .fp-contents .type-text {
  margin-bottom: 0.625rem;
  font-family: Dm Serif Display, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 500px) {

  #splide-floorplan .fp-wrapper .fp-contents .type-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-contents .type-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
#splide-floorplan .fp-wrapper .fp-contents .descrp-text {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 500px) {

  #splide-floorplan .fp-wrapper .fp-contents .descrp-text {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-contents .descrp-text {
    font-size: 3rem;
    line-height: 1;
  }
}
#splide-floorplan .fp-wrapper .fp-contents .descrp-text {
          line-height: 1;
        }
#splide-floorplan .fp-wrapper .fp-contents .features-wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {

  #splide-floorplan .fp-wrapper .fp-contents .features-wrapper {
    margin-left: unset;
    margin-right: unset;
    margin-left: -20%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-contents .features-wrapper {
    margin-left: -16%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
#splide-floorplan .fp-wrapper .fp-contents .features-wrapper .features-text {
  font-family: Dm Serif Display, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 500px) {

  #splide-floorplan .fp-wrapper .fp-contents .features-wrapper .features-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-contents .features-wrapper .features-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#splide-floorplan .fp-wrapper .fp-contents .fp-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 380px;
}
@media (min-width: 1024px) {

  #splide-floorplan .fp-wrapper .fp-contents .fp-img {
    max-width: 500px;
  }
}
#splide-floorplan .magnifier {
  position: absolute;
  right: 0.25rem;
  bottom: -2.5rem;
  width: 7vw;
  max-width: 40px;
  cursor: pointer;
}
#splide-floorplan .magnifier.type-b {
  bottom: -0.625rem;
}
#splide-floorplan .vr-btn {
  position: absolute;
  bottom: -45px;
  right: 3rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 36px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FFD340 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 211 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #D9B232 var(--tw-gradient-to-position);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
@media (min-width: 500px) {

  #splide-floorplan .vr-btn {
    right: 4em;
  }
}
@media (min-width: 768px) {

  #splide-floorplan .vr-btn {
    bottom: -50px;
    right: 70px;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .vr-btn {
    bottom: -70px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 18px;
    padding-right: 18px;
  }
}
#splide-floorplan .vr-btn .vr-icon {
  height: auto;
  width: 40px;
}
@media (min-width: 768px) {

  #splide-floorplan .vr-btn .vr-icon {
    width: 50px;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .vr-btn .vr-icon {
    width: 60px;
  }
}
#splide-floorplan .vr-btn .vr-text {
        line-height: 1 !important;
        text-align: left;
        font-family: Dm Serif Display, serif;
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
@media (min-width: 768px) {

  #splide-floorplan .vr-btn .vr-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .vr-btn .vr-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
#splide-floorplan .vr-btn.type-b {
  bottom: -0.75rem;
}
@media (min-width: 768px) {

  #splide-floorplan .vr-btn.type-b {
    bottom: -1.5rem;
  }
}
@media (min-width: 1024px) {

  #splide-floorplan .vr-btn.type-b {
    bottom: -2.25rem;
  }
}
.fp-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.75rem;
  font-family: Dm Serif Display, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 58 96 / var(--tw-text-opacity));
}
@media (min-width: 500px) {

  .fp-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

  .fp-btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .fp-btn {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.fp-btn .icon {
  margin-bottom: 0.25rem;
  height: 3rem;
  opacity: 0;
      transition: 0.2s;
}
.fp-btn .line {
  position: absolute;
  bottom: -0.125rem;
  height: 0.25rem;
  width: 1.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
  opacity: 0;
      transition: 0.2s;
}
.fp-btn.active .icon {
  opacity: 1;
}
.fp-btn.active .line {
  opacity: 1;
}
.map-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 100px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-evenly;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1024px) {

  .map-btn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {

  .map-btn {
    padding-bottom: 2.5rem;
  }
}
.map-btn {
    transition: 0.2s;
  }
.map-btn .icon-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 10vw;
  max-width: 64px;
}
.map-btn img {
  width: 100%;
}
.map-btn img.white {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
        transition: 0.2s;
}
.map-btn .text {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 2.5vw;
  font-weight: 500;
}
@media (min-width: 640px) {

  .map-btn .text {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {

  .map-btn .text {
    font-size: 14px;
  }
}
.map-btn .text {
      transition: 0.2s;
      line-height: 1;
    }
.map-btn.selected {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #8374E2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 116 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.map-btn.selected img.white {
  opacity: 1;
}
.map-btn.selected .text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.map-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  display: none;
  max-width: 280px;
  list-style-type: disc;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media (min-width: 768px) {

  .map-info {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .map-info {
    max-width: 380px;
  }
}
@media (min-width: 1280px) {

  .map-info {
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-9 {
  bottom: -2.25rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-\[75px\] {
  top: -75px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5vw\] {
  bottom: 5vw;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-\[2vw\] {
  right: 2vw;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[165px\] {
  height: 165px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[5vw\] {
  width: 5vw;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[calc\(100\%-40px\)\] {
  width: calc(100% - 40px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[calc\(100\%-40px\)\] {
  max-width: calc(100% - 40px);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-themePurple {
  --tw-border-opacity: 1;
  border-color: rgb(63 58 96 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#F3CED1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 206 209 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-themeLightPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(103 78 167 / var(--tw-bg-opacity));
}
.bg-themePurple {
  --tw-bg-opacity: 1;
  background-color: rgb(63 58 96 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-bg-open {
  background-image: url('../images/bg-open.png');
}
.bg-bg-site-plan {
  background-image: url('../images/bg-site-plan.jpg');
}
.bg-form {
  background-image: url('../images/form-bg.jpg?v=2');
}
.bg-main-img-1 {
  background-image: url('../images/main-img-1.jpg?v=5');
}
.bg-main-img-2 {
  background-image: url('../images/main-img-2.jpg?v=5');
}
.bg-pattern-h-smaller {
  background-image: url('../images/pattern-h-smaller.png');
}
.bg-pattern-horizontal {
  background-image: url('../images/pattern-horizontal.png');
}
.bg-pattern-vertical {
  background-image: url('../images/pattern-vertical.png');
}
.bg-texture {
  background-image: url('../images/texture.jpg');
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-\[60\%_50\%\] {
  background-position: 60% 50%;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-5 {
  padding: 1.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-\[calc\(12vh\+60px\)\] {
  padding-top: calc(12vh + 60px);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.font-dmSerifDisplay {
  font-family: Dm Serif Display, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-themePurple {
  --tw-text-opacity: 1;
  color: rgb(63 58 96 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.duration-200 {
  transition-duration: 200ms;
}
#frmLeadGen .country {
  width: 33% !important;
  font-size: 12px;
  position: absolute;
  left: 0px;
  padding-left: 1.25rem;
  font-family: DM Sans, sans-serif;
  line-height: 1.25;
}
@media (min-width: 768px) {

  #frmLeadGen .country {
    padding-left: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.iti {
  width: 100% !important;
}
.iti__flag-container {
  width: calc(30% + 20px) !important;
  min-width: 60px;
  padding-right: 0.25rem;
  font-family: DM Sans, sans-serif;
}
.iti__arrow {
  border-top: 4px solid white !important;
}
@media only screen and (min-width: 768px) {
.iti__arrow {
    border-width: 6px !important;
    border-bottom: 0 !important
}
  }
.iti__selected-flag {
  justify-content: flex-end !important;
}
.iti__flag {
  display: none;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
  width: 68%;
  padding-left: 12px !important;
  margin-left: calc(30% + 20px) !important;
}
@media only screen and (min-width: 768px) {
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"] {
    margin-left: calc(30% + 30px) !important;
    padding-left: 20px !important
}
  }
.iti__country-list {
  color: black !important;
}
.fancybox__container {
  --fancybox-color: rgb(0, 0, 0) !important;
  --fancybox-bg: rgba(255, 255, 255, 0.95) !important;
}
.fancybox__toolbar {
  --f-button-bg: rgba(211, 211, 211, 0.9) !important;
}
.is-compact .fancybox__footer {
  background: rgba(211, 211, 211, 0.9) !important;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-themePurple:hover {
  --tw-text-opacity: 1;
  color: rgb(63 58 96 / var(--tw-text-opacity));
}
@media (min-width: 500px) {

  .fm\:-top-24 {
    top: -6rem;
  }

  .fm\:w-\[110px\] {
    width: 110px;
  }
}
@media (min-width: 640px) {

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

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

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

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

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

  .md\:order-1 {
    order: 1;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

  .md\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:pl-\[15\%\] {
    padding-left: 15%;
  }

  .md\:pl-\[19\%\] {
    padding-left: 19%;
  }

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:-top-8 {
    top: -2rem;
  }

  .lg\:-top-\[155px\] {
    top: -155px;
  }

  .lg\:bottom-\[50px\] {
    bottom: 50px;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

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

  .lg\:h-\[82vw\] {
    height: 82vw;
  }

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

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

  .lg\:w-\[calc\(100\%-64px\)\] {
    width: calc(100% - 64px);
  }

  .lg\:max-w-\[430px\] {
    max-width: 430px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

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

  .lg\:pl-\[15\%\] {
    padding-left: 15%;
  }

  .lg\:pl-\[9\%\] {
    padding-left: 9%;
  }

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

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

  .lg\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1280px) {

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

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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