/*! // */
/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/css/main.css ***!
  \**************************************************************************************************************/
/* Theme base styles */
/* ! tailwindcss v3.4.4 | 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;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
/* ::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: CeraPro, sans-serif; /* 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;
}
.aspect-3\/2 {
  aspect-ratio: 3/2;
}
.aspect-5\/2 {
  aspect-ratio: 5/2;
}
/* 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:  ;
}
.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: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.-top-16 {
  top: -4rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-5 {
  left: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-7 {
  right: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-9 {
  top: 2.25rem;
}
.top-\[-80px\] {
  top: -80px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-auto {
  top: auto;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9\] {
  z-index: 9;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-2 {
  grid-column-start: 2;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[2rem\] {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[8rem\] {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.ml-2 {
  margin-left: .5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-28 {
  margin-top: 7rem;
}
.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;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-1\.25rem\] {
  margin-top: -1.25rem;
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.p-8 {
  padding: 2rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[253px\] {
  height: 253px;
}
.h-\[265px\] {
  height: 265px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[342px\] {
  height: 342px;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[430px\] {
  height: 430px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[618px\] {
  height: 618px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[800px\] {
  height: 800px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[calc\(100vh-2rem\)\] {
  max-height: calc(100vh - 2rem);
}
.min-h-\[120px\] {
  min-height: 120px;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-16 {
  width: 4rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[253px\] {
  max-width: 253px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.flex-none {
  flex: none;
}
.flex-grow {
  flex-grow: 1;
}
.flex-1 
  flex: 1;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.basis-10\/12 {
  flex-basis: 83.333333%;
}
.basis-3\/12 {
  flex-basis: 25%;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-5\/12 {
  flex-basis: 41.666667%;
}
.basis-6\/12 {
  flex-basis: 50%;
}
.basis-7\/12 {
  flex-basis: 58.333333%;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.basis-9\/12 {
  flex-basis: 75%;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.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));
}
.skeleton {
  @layer daisyui.l1.l2.l3 {
    background-color: var(--color-base-300);
    @media (prefers-reduced-motion: reduce) {
      transition-duration: 15s;
    }
    will-change: background-position;
    background-image: linear-gradient( 105deg, #0000 0% 40%, var(--color-base-100) 50%, #0000 60% 100% );
    background-size: 200% auto;
    background-position-x: -50%;
    @media (prefers-reduced-motion: no-preference) {
      animation: skeleton 1.8s ease-in-out infinite;
    }
  }
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.list-none {
  list-style-type: none;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.\!border-DarkBurgundy {
  --tw-border-opacity: 1 !important;
  border-color: rgb(73 20 39 / var(--tw-border-opacity)) !important;
}
.border-BrandBurgundy {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
}
.border-BrandRed {
  --tw-border-opacity: 1;
  border-color: rgb(227 0 51 / var(--tw-border-opacity));
}
.border-DarkBurgundy {
  --tw-border-opacity: 1;
  border-color: rgb(73 20 39 / var(--tw-border-opacity));
}
.border-DarkNeutral {
  --tw-border-opacity: 1;
  border-color: rgb(40 26 28 / var(--tw-border-opacity));
}
.border-LightRed {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 188 / var(--tw-border-opacity));
}
.border-\[\#98003B\] {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-DarkBurgundy {
  --tw-bg-opacity: 1;
  background-color: rgb(73 20 39 / var(--tw-bg-opacity));
}
.bg-DarkNeutral {
  --tw-bg-opacity: 1;
  background-color: rgb(40 26 28 / var(--tw-bg-opacity));
}
.bg-LightGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 233 / var(--tw-bg-opacity));
}
.bg-LightRed {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
}
.bg-LightRedNeutral {
  --tw-bg-opacity: 1;
  background-color: rgb(81 58 60 / var(--tw-bg-opacity));
}
.bg-\[\#ebeae9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 234 233 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: color-mix(in srgb, #000 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, #000 50%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-opacity-70 {
  --tw-bg-opacity: 0.7 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-7 {
  padding: 1.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pr-1 {
  padding-right: .25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-72 {
  padding-top: 18rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-8 {
  line-height: 2rem;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-BrandBurgundy {
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
}
.text-primary {
  color: #98003B;
}
.text-DarkBurgundy {
  --tw-text-opacity: 1;
  color: rgb(73 20 39 / var(--tw-text-opacity));
}
.text-DarkNeutral {
  --tw-text-opacity: 1;
  color: rgb(40 26 28 / var(--tw-text-opacity));
}
.text-LightRed {
  --tw-text-opacity: 1;
  color: rgb(246 188 188 / var(--tw-text-opacity));
}
.text-\[\#281a1c\] {
  --tw-text-opacity: 1;
  color: rgb(40 26 28 / var(--tw-text-opacity));
}
.text-\[\#98003B\] {
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
}
.text-\[\#9c9797\] {
  --tw-text-opacity: 1;
  color: rgb(156 151 151 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fill-current {
  fill: currentcolor;
}
.fill-primary {
  fill: #98003B;
}
.underline {
  text-decoration-line: underline;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.drop-shadow-\[0_1px_1px_rgba\(0\2c 0\2c 0\2c 1\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.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-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-500 {
  transition-duration: 500ms;
}
#open-button {
  width: 60px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
#open-button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
#open-button span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#open-button span:nth-child(2) {
  top: 18px;
  transform-origin: left center;
}
#open-button span:nth-child(3) {
  top: 36px;
  transform-origin: left center;
}
#open-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#open-button.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#open-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ebeae9;
    z-index: 10;
    transition: background-color 0.5s;
}
.sticky-white-header {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: transparent;
    z-index: 30;
    transition: background-color 0.5s;

    li {
    margin-left: 0px !important;
  }

    a {
    border-style: none !important;
  }
}
.svg-hover:hover {
    path {
        fill: #F6BCBC;
    }

    a {
        color: #F6BCBC;
    }
}
footer {
    ul {
    list-style-type: none !important;
  }
    ul {

        li {
      margin-left: 0px !important;
    }
    }
}
.reveal {
    display: flex; /* Keep it as flex, but initially hidden */
    visibility: hidden; /* Initially hidden */
    opacity: 0; /* Start fully transparent */
    transition: visibility 0s, opacity 0.5s linear; /* Transition effect for opacity */
}
.display-suite:hover .reveal {
    visibility: visible; /* Make it visible on hover */
    opacity: 1; /* Fade to fully opaque */
    /* Removed !important for display: flex; since it's set in the initial state */
}
.scale-up-image {
    transition: transform 0.3s ease; /* Smooth transition for scaling */
}
.scale-up-image:hover {
    transform: scale(1.3); /* Scale up to 130% on hover */
}
.feature-list-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(73, 19, 39, .9), rgb(40 26 28));
    z-index: 2;
}
/* Ensure content inside .image-overlay is visible on top of the overlay */
.feature-list-wrapper > * {
  position: relative;
  z-index: 9;
}
.feature-list-overlay {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
}
.blog {
    p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
  }

    img {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

    ul.hs-error-msgs {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

    ul {
    list-style-type: none !important;
  }

    li {
    margin-left: 0px !important;
  }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
}
select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; /* Remove default arrow */
    background-image: url("data:image/svg+xml,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.666992 1L7.33366 7L14.0003 1\" stroke=\"%23281A1C\"/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    margin-bottom: 1.25rem;
    margin-top: 0.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(40 26 28 / var(--tw-border-opacity));
    padding: 0.75rem;
}
select.hs-input {
  width: 100% !important;
}
ul li .hs-error-msg {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
textarea {
  margin-bottom: 1.25rem;
  height: 163px;
  width: 100% !important;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(40 26 28 / var(--tw-border-opacity));
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.inputs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;

    li label input {
    margin-right: 0.75rem;
  }
}
.hs-submit input[type="submit"] {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(73 20 39 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 20 39 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hs-submit input[type="submit"]:hover {
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(152 0 59 / var(--tw-bg-opacity));
}
@media not all and (min-width: 640px) {
  .hs-submit input[type="submit"] {
    width: 100%;
  }
}
a.hs-submit input[type="submit"] {
    font-family: 'PP Neue Montreal', sans-serif !important;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 640px) {
  a.hs-submit input[type="submit"] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  a.hs-submit input[type="submit"] {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.hs_submit {
  margin-top: 1.25rem;
}
.hs-recaptcha {
  margin-bottom: 1.25rem;
}
.modal, .form {

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

    @media not all and (min-width: 1024px) {
    fieldset {
      display: flex;
    }
  }

    @media not all and (min-width: 1024px) {
    fieldset {
      flex-direction: column;
    }
  }

    fieldset {

        @media not all and (min-width: 1024px) {
      div {
        width: 100% !important;
      }
    }
    }

    form
    {
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      margin-bottom: 1.25rem;
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      margin-top: 0.5rem;
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      width: 100% !important;
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      border-bottom-width: 1px;
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      --tw-border-opacity: 1;
      border-color: rgb(40 26 28 / var(--tw-border-opacity));
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }
        input[type="text"], input[type="email"], input[type="tel"], input[type="date"] {
      padding: 0.75rem;
    }

        p {
      margin-bottom: 1.25rem;
    }

        input[type="file"] {
      margin-bottom: 1.25rem;
    }

        input[type="file"] {
      width: 100% !important;
    }

        input[type="file"] {
      padding-top: 0.75rem;
    }

        select {
      width: 100% !important;
    }

        select {
      border-radius: 0px;
    }

        select {
      border-bottom-width: 1px;
    }

        select {
      --tw-border-opacity: 1;
      border-color: rgb(40 26 28 / var(--tw-border-opacity));
    }

        select {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

        select {
      padding: 0.75rem;
    }

        select {
      outline: 2px solid transparent;
      outline-offset: 2px;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
      border-width: 0px;
    }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
            outline: none;
        }

        ::-moz-placeholder {
            color: #999;
            opacity: 1; /* Ensure the placeholder is fully opaque */
        }

        ::placeholder {
            color: #999;
            opacity: 1; /* Ensure the placeholder is fully opaque */
        }

        input[type="text"]::-moz-placeholder,
        input[type="email"]::-moz-placeholder,
        input[type="tel"]::-moz-placeholder {
            color: #999;
        }

        input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
            color: #999;
        }

        input[type="text"]::placeholder,
        input[type="email"]::placeholder,
        input[type="tel"]::placeholder {
            color: #999;
        }

        fieldset .input ul {
      display: flex;
    }

        fieldset .input ul {
      gap: 1.25rem;
    }
    }
}
.footer, .header-subscription-form {
    form
    {

        input[type="text"], input[type="email"] {
      margin-bottom: 1.25rem;
    }

        input[type="text"], input[type="email"] {
      width: 100% !important;
    }

        input[type="text"], input[type="email"] {
      border-bottom-width: 1px;
    }

        input[type="text"], input[type="email"] {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity));
    }

        input[type="text"], input[type="email"] {
      --tw-bg-opacity: 1;
      background-color: rgb(81 58 60 / var(--tw-bg-opacity));
    }

        input[type="text"], input[type="email"] {
      padding: 0.75rem;
    }

        input[type="text"], input[type="email"] {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        input[type="text"]:focus, input[type="email"]:focus {
      border-width: 0px;
    }

        input[type="text"]:focus, input[type="email"]:focus {
            outline: none;
        }

        input[type="text"]::-moz-placeholder,
        input[type="email"]::-moz-placeholder {
            color: white;
        }

        input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
            color: white;
        }

        input[type="text"]::placeholder,
        input[type="email"]::placeholder {
            color: white;
        }
    }
}
#subscribe-form input[type="submit"] {
  background-color: #fff;
  color: #281A1C;
  letter-spacing: .1em;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-transform: uppercase;
  border: 0;
  font-family: 'PP Neue Montreal', sans-serif;
}
#subscribe-form input[type="submit"]:hover {
  background-color: #F6BCBC;
  border: 0;
  cursor: pointer;
}
.contact-dropdown {
    padding: 15px 10px;
    border-bottom: 1px solid black;
    outline: none;
}
.open-button svg {
  fill: #000;
}
.header-subscription-form {
    form {
    display: flex;
  }
    form {
    align-items: center;
  }
    @media not all and (min-width: 1024px) {
    form {
      flex-direction: column;
    }
  }
    form {

        @media not all and (min-width: 1024px) {
      input[type="text"], input[type="email"] {
        margin-bottom: 1.25rem;
      }
    }

        @media (min-width: 1024px) {
      input[type="text"], input[type="email"] {
        margin-top: 0px !important;
      }
    }

        @media (min-width: 1024px) {
      input[type="text"], input[type="email"] {
        margin-bottom: 0px !important;
      }
    }

        fieldset {
      margin-bottom: 0px !important;
    }

        fieldset {
      flex-basis: 100%;
    }

        @media not all and (min-width: 1024px) {
      fieldset {
        width: 100%;
      }
    }

        @media (min-width: 1024px) {
      fieldset {
        flex-basis: 33.333333%;
      }
    }
    }

    label span {
    display: none;
  }

    .hs_submit {
    margin: 0px !important;
  }
}
button {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
}
button:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
button {
    font-family: 'PP Neue Montreal', sans-serif !important;
}
.primary-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(73 20 39 / var(--tw-text-opacity));
}
.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
}
.primary-button {
    font-family: 'PP Neue Montreal', sans-serif !important;
}
.burgundy-header-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(73 20 39 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.burgundy-header-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 0 59 / var(--tw-bg-opacity));
}
.burgundy-header-button {
    font-family: 'PP Neue Montreal', sans-serif !important;
}
.white-header-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(73 20 39 / var(--tw-text-opacity));
}
.white-header-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
}
.white-header-button {
    font-family: 'PP Neue Montreal', sans-serif !important;
}
.burgundy-button {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(73 20 39 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(73 20 39 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.burgundy-button:hover {
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(152 0 59 / var(--tw-bg-opacity));
}
@media not all and (min-width: 640px) {
  .burgundy-button {
    width: 100%;
  }
}
.white-button {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(73 20 39 / var(--tw-text-opacity));
}
.white-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
}
.transparent-button {
  width: 100%;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.transparent-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 188 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(246 188 188 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .transparent-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.transparent-darkburgundy-button {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(73 20 39 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(73 20 39 / var(--tw-text-opacity));
}
.transparent-darkburgundy-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
}
a.burgundy-button, a.transparent-darkburgundy-button, a.white-button, a.transparent-button {
    font-family: 'PP Neue Montreal', sans-serif !important;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 640px) {
  a.burgundy-button, a.transparent-darkburgundy-button, a.white-button, a.transparent-button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  a.burgundy-button, a.transparent-darkburgundy-button, a.white-button, a.transparent-button {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
    animation: zoomIn .5s ease-out;
}
.modal-content {
    background-color: #ebeae9;
    border: 1px solid #888;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    margin: 5% auto;
    overflow: scroll;
    height: 85vh;
    width: 83.333333%;
}
@media (min-width: 1024px) {
  .modal-content {
    width: 800px;
  }
}
.video-modal-content {
    background-color: #ebeae9;
    border-radius: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    margin: 10% auto;
    height: 600px;
    width: 66.666667%;
}
.mobile-floor-plan {
    @media (max-width: 768px) {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: absolute;
    }
}
.fade-up {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}
/* Scroll magic for Our process page */
@media (min-width: 1024px) {
  .our-process#our-process-section {
    height: 100vh;
  }
}
.our-process#our-process-section {
    width: 100%;
    background-image: none;
}
.scroll-panel {
    min-height: 200vh;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(40 26 28 / var(--tw-bg-opacity));

    h2, h5 {
    --tw-text-opacity: 1;
    color: rgb(246 188 188 / var(--tw-text-opacity));
  }

    p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
/* Initial hidden state */
.scroll-section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}
/* Visible state */
.scroll-section.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.transform {
    transform: translate(-50%, -50%);
}
.image-container {
    position: relative;
    height: 100vh; /* Adjust based on your design needs */
    width: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(40, 26, 28, 0.1), #281a1c 100%);  /* Black overlay with 50% opacity */
}
.overlay-bottom {
    background: linear-gradient(180deg, rgba(40, 26, 28, .1), #281a1c);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/* .floor-map-animation {
    animation: zoomIn 0.5s ease-out;
} */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-out {
  animation: zoomOut 0.5s ease-out;
}
@keyframes zoomOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.7);
  }
}
@keyframes skeleton {
  0% {
    background-position: 150%;
  }
  100% {
    background-position: -50%;
  }
}
/* animation class and keyframes */
.overflow-hidden {
 overflow: hidden;
}
.drop-in {
 animation: drop-in 1s ease 200ms backwards;
}
.drop-in-2 {
 animation: drop-in 1200ms ease 500ms backwards;
}
@keyframes drop-in {
 from {
  opacity: 0;
  transform: translateY(-100px);
 }
 to {
  opacity: 1;
  transform: translate(0px);
 }
}
/* page load animation class and keyframes */
/* body.loaded .loader{
    @apply h-0;
}
body.loaded.unloading .loader{
    @apply h-screen top-auto bottom-0;
} */
/* Image overlay */
.image-animation {
    position: relative;
    display: inline-block;
}
.image-animation img {
    display: block;
}
.overlay-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(73,19,39,.6); /* Adjust the color and opacity as needed */
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: inherit; /* Match the border radius of the image */
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}
.image-animation:hover .overlay-animation {
    opacity: 1;
}
/*.cero-medium {
    font-family: 'PP Neue Montreal', sans-serif !important;
}*/
.border-bottom {
    border-bottom: 1px solid #281a1c;
    padding-bottom: 5px;
}
.border-bottom:hover {
    border-bottom: 1px solid #98003B;
    color: #98003B;
}
.news-heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.375;
}
.my-profile {
  position: fixed;
  top: 0px;
  z-index: 30;
  height: 100%;
  width: 0px;
  width: 100%;
  overflow-x: hidden;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
@media (min-width: 640px) {
  .my-profile {
    width: 55%;
  }
}
@media (min-width: 768px) {
  .my-profile {
    width: 40%;
  }
}
.my-profile {
    right: -100%;
    transition: 0.7s;
}
.my-profile .closebtn {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  margin-left: 3rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.my-profile-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.team-member:hover .member-name {
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-button-next {
    right: 0;
    z-index: 9;
}
.swiper-button-prev {
    left: 0;
    z-index: 9;
}
.swiper-button-next, .swiper-button-prev {
    width: 48px;
    height: 48px;
}
.swiper-button-next:after {
    content: ""; /* Use empty string instead of none */
    background-image: url("data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"24\" cy=\"24\" r=\"23\" stroke=\"%23491427\" stroke-width=\"2\"/><line x1=\"12\" y1=\"24\" x2=\"36\" y2=\"24\" stroke=\"%23491427\" stroke-width=\"2\"/><path d=\"M28 16L36.5 24.5L28 33\" stroke=\"%23491427\" stroke-width=\"2\" stroke-linecap=\"square\"/></svg>");
    background-size: contain; /* Adjust as needed: contain or cover */
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    width: 48px;
    height: 48px;
}
.swiper-button-prev:after {
    content: ""; /* Use empty string instead of none */
    background-image: url("data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"24\" cy=\"24\" r=\"23\" transform=\"rotate%28-180 24 24%29\" stroke=\"%23491427\" stroke-width=\"2\"/><line x1=\"36\" y1=\"24\" x2=\"12\" y2=\"24\" stroke=\"%23491427\" stroke-width=\"2\"/><path d=\"M20 32L11.5 23.5L20 15\" stroke=\"%23491427\" stroke-width=\"2\" stroke-linecap=\"square\"/></svg>");
    background-size: contain; /* Adjust as needed: contain or cover */
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 48px;
    height: 48px;
}
.swiper-controls {
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.swiper-gallery-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}
.swiper-pagination-bullet {
    background: #98003B;
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active {
    background: #98003B;
}
.swiper-pagination {
    top: -10px !important;
}
.swiper-gallery-controls {
    .swiper-button-next:after {
        content: ""; /* Use empty string instead of none */
        background-image: url("data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"24\" cy=\"24\" r=\"24\" fill=\"white\"/><line x1=\"12\" y1=\"24\" x2=\"36\" y2=\"24\" stroke=\"%23491427\" stroke-width=\"2\"/><path d=\"M28 16L36.5 24.5L28 33\" stroke=\"%23491427\" stroke-width=\"2\" stroke-linecap=\"square\"/></svg>");
        background-size: contain; /* Adjust as needed: contain or cover */
        background-repeat: no-repeat;
        background-position: center;
        float: right;
        width: 48px;
        height: 48px;
    }

    .swiper-button-prev:after {
        content: ""; /* Use empty string instead of none */
        background-image: url("data:image/svg+xml,<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"24\" cy=\"24\" r=\"24\" transform=\"rotate%28-180 24 24%29\" fill=\"white\"/><line x1=\"36\" y1=\"24\" x2=\"12\" y2=\"24\" stroke=\"%23491427\" stroke-width=\"2\"/><path d=\"M20 32L11.5 23.5L20 15\" stroke=\"%23491427\" stroke-width=\"2\" stroke-linecap=\"square\"/></svg>");
        background-size: contain; /* Adjust as needed: contain or cover */
        background-repeat: no-repeat;
        background-position: center;
        float: left;
        width: 48px;
        height: 48px;
    }

    .swiper-button-next {
        right: 20px;
        z-index: 9;
    }

    .swiper-button-prev {
        left: 20px;
        z-index: 9;
    }
}
.project-carousel {
    .mySwiper1-single-project {
      box-sizing: border-box;
      padding: 10px 0;
    }

    .mySwiper1-single-project .swiper-slide {
      opacity: 0.4;
      -o-object-fit: cover;
         object-fit: cover;
    }

    .mySwiper1-single-project .swiper-slide-thumb-active {
      opacity: 1;
    }
}
.search-field {

    form {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

    .hs-search-field__input {
    margin-bottom: 0px;
  }

    .hs-search-field__input {
    padding: 1.25rem;
  }

    .hs-search-field__input {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

    .hs-search-field__input {
        background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 6.88992C2 4.007 4.33707 1.66992 7.22 1.66992C10.1029 1.66992 12.44 4.007 12.44 6.88992C12.44 9.77285 10.1029 12.1099 7.22 12.1099C4.33707 12.1099 2 9.77285 2 6.88992ZM7.22 0.169922C3.50865 0.169922 0.5 3.17857 0.5 6.88992C0.5 10.6013 3.50865 13.6099 7.22 13.6099C8.78553 13.6099 10.226 13.0746 11.3684 12.177L16.7157 17.6067C17.0063 17.9018 17.4812 17.9054 17.7763 17.6148C18.0714 17.3241 18.075 16.8493 17.7844 16.5541L12.4377 11.1251C13.377 9.96928 13.94 8.49534 13.94 6.88992C13.94 3.17857 10.9314 0.169922 7.22 0.169922Z\" fill=\"%23281A1C\"/></svg>") no-repeat;
        background-size: 18px 18px;
        background-position: calc(100% - 1.2rem) center;
    }

    .hs-search-field__button {
    display: none;
  }
}
/* Global Search input styles - Start */
.search-container form {
  flex-direction: row-reverse;
  background-color: white;
  padding: 10px 0;
  border: 1px solid;
  border-radius: 5px 5px 0 0;
  border-color: #491427;
}
.search-container form .hs-search-field__button svg path {
  fill: #491427;
}
.search-container {
  color: #491427;
}
.search-container form .hs-search-field__button  {
  margin-right: 14px;
  margin-left: 11px;
}
.search-container form .hs-search-field__button svg {
  height: 15px;
}
.search-container .hs-search-field__input:focus {
  outline: none !important;
}
.search-container #text-field-container {
  padding-right: 5px;
}
.search-container .hs-search-field__suggestions {
  border: none !important;
  border-radius: 0 0 5px 5px;
    top: .7rem;
}
.search-container .hs-search-field__suggestions li {
  padding: 5px;
}
.search-container .hs-search-field__suggestions li a {
  border-radius: 2px;
}
.hs-search-results__listing {
  gap: 0px !important;

    h2 {
    margin-bottom: 0.5rem;
  }

    h2 {
    width: -moz-fit-content;
    width: fit-content;
  }

    h2 {
    border-bottom-width: 1px;
  }

    h2 {
    border-color: transparent;
  }

    h2 {
    --tw-text-opacity: 1;
    color: rgb(152 0 59 / var(--tw-text-opacity));
  }

    h2:hover {
    --tw-border-opacity: 1;
    border-color: rgb(152 0 59 / var(--tw-border-opacity));
  }
}
li.hs-search-results__listing__item {
  gap: 1.25rem;
}
.hs-search-results__message {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.hs-search-results__listing__item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.hs-search-results__pagination {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media not all and (min-width: 1024px) {
  .hs-search-results__pagination {
    overflow: scroll;
  }
}
.hs-search-results__pagination {

    @media not all and (min-width: 1024px) {
    a {
      display: inline-block;
    }
  }
}
.hs-search-highlight {
  font-weight: 500 !important;
}
/* Global Search input styles - End */
.hs_zone select.has-select2 {
    display: none !important;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 49px;
    border-bottom: 1px solid black;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    padding: .75rem;
    outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
    right: 0.75rem;
    width: 20px;
    background-image: url("data:image/svg+xml,<svg width=\"15\" height=\"8\" viewBox=\"0 0 15 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M0.666992 1L7.33366 7L14.0003 1\" stroke=\"%23281A1C\"/></svg>");
    background-repeat: no-repeat;
    background-position: right 0px center;
}
.select2 {
    margin-bottom: 1rem;
    margin-top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
/* Hubspot Forms */
#suburb_postcode {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
#suburb_postcode1 {
    visibility: hidden;
    position: absolute;
    left: -9999px;
}
.section-wrap .hs_cos_wrapper_type_form .hs-error-msgs {
    padding-left: 0;
}
.section-wrap .hs_cos_wrapper_type_form .hs-error-msgs li {
    margin-top: .5rem;
    padding: .5rem 1rem;
}
.section-wrap .hs_cos_wrapper_type_form .hs-error-msgs li label {
    font-size: 14px !important;
    margin-bottom: 0;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form fieldset {
    max-width: 100% !important;
}
.section-wrap .hs_cos_wrapper_type_form .hs-form .hs-form-field label:not(.hs-error-msg) {
    color: #75787b;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-input[type="text"],
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-input[type="email"]{
    border: 1px solid #cacaca !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    height: auto !important;
    margin-bottom: 0 !important;
    padding: 8px !important;
    max-width: 100% !important;
    width: 100% !important;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-form-field {
    box-sizing: border-box;
    margin-bottom: 0 !important;
    padding: 0.5rem !important;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-form-field:first-child {
    padding-left: 0 !important;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-form-field:last-child {
    padding-right: 0 !important;
}
.section-wrap .hs_cos_wrapper_type_form .hbspt-form .hs-form-field .input {
    margin-right: 0 !important;
}
.section-wrap .hs_cos_wrapper_type_form .hs-form-required {
    margin-left: 5px;
}
.section-wrap .hs_cos_wrapper_type_form .hs-error-msgs label {
    color: #f00 !important;
}
.section-wrap .hs_cos_wrapper_type_form .hs-form .actions {
    margin: 0 !important;
    padding: 0 !important;
}
.section-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
    background-image: none;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    font-size: 0.9rem;
    font-weight: normal;
    text-shadow: none !important;
    line-height: 1;
    padding: 0.85em 1em;
    transition: all .3s ease;
}
@media print, screen and (min-width: 64em) {
    .section-wrap {
        padding-bottom: 50px !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form {
        background: url(https://507045.fs1.hubspotusercontent-ap1.net/hubfs/507045/blurred.jpg) center bottom no-repeat;
        background-size: cover;
        margin-bottom: 0;
        padding: 30px 50px !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form .hs-form-field .hs-input::-moz-placeholder {
        color: #fff !important;
        font-size: 16px;
        font-weight: normal !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form .hs-form-field label:not(.hs-error-msg),
    .section-wrap .hs_cos_wrapper_type_form .hs-form .hs-form-field .hs-input::placeholder {
        color: #fff !important;
        font-size: 16px;
        font-weight: normal !important;
    }

    .section-wrap .hs_cos_wrapper_type_form select.hs-input option {
        color: #000 !important;
    }

    .section-wrap .hs_cos_wrapper_type_form input.hs-input,
    .section-wrap .hs_cos_wrapper_type_form textarea.hs-input,
    .section-wrap .hs_cos_wrapper_type_form select.hs-input[name="hs_persona"] {
        background-color: transparent !important;
        border: 2px solid #fff !important;
        box-shadow: none !important;
        color: #fff !important;
        font-size: 18px;
        padding: 0 12px !important;
        width: 100% !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form .form-columns-1 .hs-form-field .input,
    .section-wrap .hs_cos_wrapper_type_form .hs-form .hs-form-field.hs-lastname .input {
        margin-right: 0 !important;
    }

    .section-wrap .hs_cos_wrapper_type_form select.hs-input[name="hs_persona"] {
        background-image: url(https://demo.anchorhomes.com.au/wp-content/themes/anchorhomes/images/chevron-down-white.svg);
        background-position: right 0 center;
        background-size: 16px auto;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form .hs-button {
        background: transparent !important;
        padding: 0 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        margin: 20px 0 0 0 !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-form fieldset {
        max-width: none !important;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-button.primary.large {
        background: transparent !important;
        border: 2px solid #fff !important;
        margin-top: 1rem !important;
        padding: 1rem 1.4rem !important;
        transition: all .3s ease;
    }

    .section-wrap .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
        background-color: #8a1538 !important;
        border-color: #8a1538 !important;
    }

    .select2-container--default .select2-selection--single {
        background: white;
        border-bottom: 1px solid #000000 !important;
        border: none;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000 !important;
    }

    .select2-container {
        background-image: url(https://demo.anchorhomes.com.au/wp-content/themes/anchorhomes/images/chevron-down-white.svg);
        background-repeat: no-repeat;
        background-position: right 16px center;
        background-size: 16px auto;
    }

    .select2-selection__arrow {
        display: none !important;
    }
}
@media print, screen and (max-width: 63.99875em) {
    .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000 !important;
    }
    .section-wrap .hs_cos_wrapper_type_form {
        background: #fff;
        display: block;
        padding: 1rem;
    }
}
@media print, screen and (max-width: 639px) {
    #content .section-wrap {
        padding-bottom: 0 !important;
    }
}
html {
  scroll-behavior: smooth;
}
header, body {
    max-width: 1920px;
    margin: 0 auto;
    overscroll-behavior: none;
}
body {
    font-family: 'PP Neue Montreal', sans-serif !important;
    --tw-bg-opacity: 1;
    background-color: rgb(235 234 233 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(40 26 28 / var(--tw-text-opacity));
}
p, a {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  p, a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 640px) {
  h1 {
    line-height: 1.375 !important;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
h1 {

    span {
    line-height: 1.375;
  }
}
h3, h5, .fine-print {
    font-family: 'PP Neue Montreal', sans-serif !important;
}
b, strong {
    font-family: 'PP Neue Montreal', sans-serif !important;
    font-weight: 500 !important;
}
.fine-print {
  font-size: 0.75rem;
  line-height: 1rem;
}
h2, h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 640px) {
  h2, h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.375 !important;
  }
}
@media (min-width: 1280px) {
  h2, h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h2, h3 {

    span {
    line-height: 1.375;
  }
}
h4, h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.375;
}
@media (min-width: 1024px) {
  h4, h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4, h5 {

    span {
    line-height: 1.5;
  }
}
h6 {
    font-family: 'PP Neue Montreal', sans-serif !important;
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.wrapper {
  padding-left: 3rem;
  padding-right: 3rem;
}
ul {
  list-style-type: none;
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  line-height: 2rem;
}
ol {
  list-style-type: decimal;
  line-height: 2rem;
}
.border {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  width: 2.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
header, .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
dialog::backdrop {
    background-color: #491327a6;
}
main {
    ul {
    list-style-type: disc;
  }

    li {
    margin-left: 1.25rem;
  }
}
.hs_cos_wrapper_type_inline_rich_text {
    a {
        border-bottom: 1px solid #281a1c;
        font-family: Cera Pro Medium, sans-serif !important;
    }
    a {
    width: -moz-fit-content;
    width: fit-content;
  }

    a:hover {
        border-bottom: 1px solid #98003b;
        color: #98003b;
    }
}
.email-subscription-preferences {
    h2 {
    margin-top: 1rem;
  }
    h2 {
    --tw-text-opacity: 1;
    color: rgb(152 0 59 / var(--tw-text-opacity));
  }

    .page-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

    .page-header {
    font-size: 1rem;
    line-height: 1.5rem;
  }

    @media (min-width: 640px) {
    .page-header {
      margin-top: 5rem;
      margin-bottom: 5rem;
    }
  }

    @media (min-width: 1024px) {
    .page-header {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }

    .header {
    margin-bottom: 2rem;
  }

    .item {
    margin-bottom: 1rem;
  }

    .item {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

    .item {
    padding: 1.25rem;
  }

    .item {

        .item-inner {
            font-family: 'PP Neue Montreal', sans-serif !important;

            .checkbox-row {
        font-size: 1.25rem;
        line-height: 1.75rem;
      }

            .checkbox-row {
        line-height: 1.375;
      }

            @media (min-width: 1024px) {
        .checkbox-row {
          font-size: 1.5rem;
          line-height: 2rem;
        }
      }

            p {
        font-size: 0.75rem;
        line-height: 1rem;
      }

            @media (min-width: 640px) {
        p {
          padding-left: 20px;
        }
      }
        }
    }

    .subscribe-options {
    margin-top: 2rem;
  }

    @media (min-width: 640px) {
    .subscribe-options {
      margin-top: 4rem;
    }
  }

    .subscribe-options {

        label {
            font-family: 'PP Neue Montreal', sans-serif !important;
        }

        label {
      display: block;
    }

        label {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

        label {
      padding: 1.25rem;
    }

        label {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

        label {
      line-height: 1.375;
    }

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

    .hs-button {
    margin-top: 3rem;
  }

    .hs-button {
    border-radius: 9999px;
  }

    .hs-button {
    border-width: 2px;
  }

    .hs-button {
    --tw-border-opacity: 1;
    border-color: rgb(73 20 39 / var(--tw-border-opacity));
  }

    .hs-button {
    --tw-bg-opacity: 1;
    background-color: rgb(73 20 39 / var(--tw-bg-opacity));
  }

    .hs-button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

    .hs-button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

    .hs-button {
    text-transform: uppercase;
  }

    .hs-button {
    letter-spacing: 0.1em;
  }

    .hs-button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

    .hs-button:hover {
    cursor: pointer;
  }

    .hs-button:hover {
    --tw-border-opacity: 1;
    border-color: rgb(152 0 59 / var(--tw-border-opacity));
  }

    .hs-button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(152 0 59 / var(--tw-bg-opacity));
  }

    @media not all and (min-width: 640px) {
    .hs-button {
      width: 100%;
    }
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}
.hover\:border-none:hover {
  border-style: none;
}
.hover\:border-BrandBurgundy:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
}
.hover\:border-BrandRed:hover {
  --tw-border-opacity: 1;
  border-color: rgb(227 0 51 / var(--tw-border-opacity));
}
.hover\:border-LightRed:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 188 188 / var(--tw-border-opacity));
}
.hover\:border-\[\#98003B\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
}
.hover\:border-\[\#98003b\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(152 0 59 / var(--tw-border-opacity));
}
.hover\:bg-BrandBurgundy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 0 59 / var(--tw-bg-opacity));
}
.hover\:bg-LightRed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 188 188 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-BrandBurgundy:hover {
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
}
.hover\:text-BrandRed:hover {
  --tw-text-opacity: 1;
  color: rgb(227 0 51 / var(--tw-text-opacity));
}
.hover\:text-LightRed:hover {
  --tw-text-opacity: 1;
  color: rgb(246 188 188 / var(--tw-text-opacity));
}
.hover\:text-\[\#98003b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(152 0 59 / var(--tw-text-opacity));
}
.hover\:text-\[\#f6bcbc\]:hover {
  --tw-text-opacity: 1;
  color: rgb(246 188 188 / var(--tw-text-opacity));
}
.bg-primary {
  background-color: #491427;
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.hover\:shadow-md {
  &:hover {
    --tw-shadow-color: initial;
    --tw-inset-ring-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-inset-shadow: 0 0 #0000;
    @media (hover: hover) {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
}
.hover\:-translate-2 {
  &:hover {
    --spacing: .25rem;
    @media (hover: hover) {
      --tw-translate-x: calc(var(--spacing) * -2);
      --tw-translate-y: calc(var(--spacing) * -2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
@media not all and (min-width: 1536px) {
  .max-2xl\:h-auto {
    height: auto;
  }
}
@media not all and (min-width: 1280px) {
  .max-xl\:h-\[300px\] {
    height: 300px;
  }
  .max-xl\:flex-col {
    flex-direction: column;
  }
  .max-xl\:justify-between {
    justify-content: space-between;
  }
  .max-xl\:gap-5 {
    gap: 1.25rem;
  }
  .max-xl\:border-b {
    border-bottom-width: 1px;
  }
  .max-xl\:border-DarkNeutral {
    --tw-border-opacity: 1;
    border-color: rgb(40 26 28 / var(--tw-border-opacity));
  }
  .max-xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .max-xl\:text-center {
    text-align: center;
  }
}
@media not all and (min-width: 1024px) {
  .max-lg\:row-start-3 {
    grid-row-start: 3;
  }
  .max-lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .max-lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .max-lg\:mt-12 {
    margin-top: 3rem;
  }
  .max-lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .max-lg\:flex {
    display: flex;
  }
  .max-lg\:hidden {
    display: none;
  }
  .max-lg\:h-\[300px\] {
    height: 300px;
  }
  .max-lg\:h-\[400px\] {
    height: 400px;
  }
  .max-lg\:w-full {
    width: 100%;
  }
  .max-lg\:flex-col {
    flex-direction: column;
  }
  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .max-lg\:items-center {
    align-items: center;
  }
  .max-lg\:justify-start {
    justify-content: flex-start;
  }
  .max-lg\:gap-0 {
    gap: 0px;
  }
  .max-lg\:overflow-scroll {
    overflow: scroll;
  }
  .max-lg\:border-b {
    border-bottom-width: 1px;
  }
  .max-lg\:border-LightRed {
    --tw-border-opacity: 1;
    border-color: rgb(246 188 188 / var(--tw-border-opacity));
  }
  .max-lg\:\!p-0 {
    padding: 0px !important;
  }
  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .max-lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .max-lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .max-lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .max-lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .max-lg\:pt-5 {
    padding-top: 1.25rem;
  }
}
@media not all and (min-width: 768px) {
  .max-md\:\!m-0 {
    margin: 0px !important;
  }
  .max-md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .max-md\:mt-3 {
    margin-top: 0.75rem;
  }
  .max-md\:mt-5 {
    margin-top: 1.25rem;
  }
  .max-md\:hidden {
    display: none;
  }
  .max-md\:\!h-auto {
    height: auto !important;
  }
  .max-md\:\!w-full {
    width: 100% !important;
  }
  .max-md\:w-full {
    width: 100%;
  }
  .max-md\:flex-col {
    flex-direction: column;
  }
  .max-md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .max-md\:justify-between {
    justify-content: space-between;
  }
  .max-md\:gap-5 {
    gap: 1.25rem;
  }
  .max-md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .max-md\:pb-28 {
    padding-bottom: 7rem;
  }
  .max-md\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media not all and (min-width: 640px) {
  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .max-sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .max-sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .max-sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .max-sm\:flex {
    display: flex;
  }
  .max-sm\:hidden {
    display: none;
  }
  .max-sm\:w-full {
    width: 100%;
  }
  .max-sm\:max-w-\[430px\] {
    max-width: 430px;
  }
  .max-sm\:flex-col {
    flex-direction: column;
  }
  .max-sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .max-sm\:items-start {
    align-items: flex-start;
  }
  .max-sm\:items-end {
    align-items: flex-end;
  }
  .max-sm\:items-center {
    align-items: center;
  }
  .max-sm\:justify-start {
    justify-content: flex-start;
  }
  .max-sm\:gap-0 {
    gap: 0px;
  }
  .max-sm\:gap-2 {
    gap: 0.5rem;
  }
  .max-sm\:border-b {
    border-bottom-width: 1px;
  }
  .max-sm\:border-DarkNeutral {
    --tw-border-opacity: 1;
    border-color: rgb(40 26 28 / var(--tw-border-opacity));
  }
  .max-sm\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .max-sm\:pt-24 {
    padding-top: 6rem;
  }
  .max-sm\:text-center {
    text-align: center;
  }
  .max-sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 640px) {
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:my-\[12rem\] {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
  .sm\:my-\[5rem\] {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mt-\[4rem\] {
    margin-top: 4rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[160px\] {
    height: 160px;
  }
  .sm\:h-\[299px\] {
    height: 299px;
  }
  .sm\:h-\[400px\] {
    height: 400px;
  }
  .sm\:h-\[450px\] {
    height: 450px;
  }
  .sm\:h-\[460px\] {
    height: 460px;
  }
  .sm\:h-\[500px\] {
    height: 500px;
  }
  .sm\:h-\[520px\] {
    height: 520px;
  }
  .sm\:h-\[600px\] {
    height: 600px;
  }
  .sm\:h-\[800px\] {
    height: 800px;
  }
  .sm\:w-10\/12 {
    width: 83.333333%;
  }
  .sm\:w-6\/12 {
    width: 50%;
  }
  .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .sm\:w-\[160px\] {
    width: 160px;
  }
  .sm\:w-\[55\%\] {
    width: 55%;
  }
  .sm\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-10 {
    gap: 2.5rem;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-12 {
    padding: 3rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pb-20 {
    padding-bottom: 5rem;
  }
  .sm\:pb-28 {
    padding-bottom: 7rem;
  }
  .sm\:pl-\[20px\] {
    padding-left: 20px;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media not all and (min-width: 1536px) {
    .sm\:max-2xl\:min-h-\[83px\] {
      min-height: 83px;
    }
  }
}
@media (min-width: 768px) {
  .md\:h-auto {
    height: auto
  }
  .md\:-bottom-10 {
    bottom: -2.5rem;
  }
  .md\:col-span-11 {
    grid-column: span 11 / span 11;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-end-safe {
    justify-content: safe flex-end;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[160px\] {
    height: 160px;
  }
  .md\:h-\[542px\] {
    height: 542px;
  }
  .md\:h-\[620px\] {
    height: 620px;
  }
  .md\:\!w-10\/12 {
    width: 83.333333% !important;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-\[40\%\] {
    width: 40%;
  }
  .md\:w-\[400px\] {
    width: 400px;
  }
  .md\:w-\[45rem\] {
    width: 45rem;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:basis-1\/3 {
    @media (width >= 48rem) {
      flex-basis: calc(1/3 * 100%);
    }
  }
  .md\:basis-3\/12 {
    @media (width >= 48rem) {
      flex-basis: 25%;
    }
  }
  .md\:basis-4\/12 {
    @media (width >= 48rem) {
      flex-basis: 33.333333%;
    }
  }
  .md\:basis-8\/12 {
    @media (width >= 48rem) {
      flex-basis: 66.666667%;
    }
  }
  .md\:basis-9\/12 {
    @media (width >= 48rem) {
      flex-basis: 75%;
    }
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pb-36 {
    padding-bottom: 9rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-24 {
    padding-top: 6rem;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }
  .lg\:-top-10 {
    top: -2.5rem;
  }
  .lg\:top-16 {
    top: 4rem;
  }
  .lg\:-top-32 {
    top: -8rem;
  }
  .lg\:-top-40 {
    top: -10rem;
  }
  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-32 {
    margin-bottom: 8rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-36 {
    margin-top: 9rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-80 {
    margin-top: 20rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[480px\] {
    height: 480px;
  }
  .lg\:h-\[540px\] {
    height: 540px;
  }
  .lg\:h-\[570px\] {
    height: 570px;
  }
  .lg\:h-\[600px\] {
    height: 600px;
  }
  .lg\:h-\[612px\] {
    height: 612px;
  }
  .lg\:h-\[620px\] {
    height: 620px;
  }
  .lg\:h-\[680px\] {
    height: 680px;
  }
  .lg\:h-\[780px\] {
    height: 780px;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-\[800px\] {
    width: 800px;
  }
  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
  .lg\:basis-10\/12 {
    flex-basis: 83.333333%;
  }
  .lg\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .lg\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .lg\:basis-6\/12 {
    flex-basis: 50%;
  }
  .lg\:basis-7\/12 {
    flex-basis: 58.333333%;
  }
  .lg\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-11 {
    gap: 2.75rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-28 {
    padding-bottom: 7rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .lg\:my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:col-start-11 {
    grid-column-start: 11;
  }
  .xl\:col-start-5 {
    grid-column-start: 5;
  }
  .xl\:col-start-8 {
    grid-column-start: 8;
  }
  .xl\:block {
    display: block;
  }
  .xl\:h-\[400px\] {
    height: 400px;
  }
  .xl\:w-6\/12 {
    width: 50%;
  }
  .xl\:basis-3\/12 {
    flex-basis: 25%;
  }
  .xl\:basis-4\/12 {
    flex-basis: 33.333333%;
  }
  .xl\:basis-5\/12 {
    flex-basis: 41.666667%;
  }
  .xl\:basis-6\/12 {
    flex-basis: 50%;
  }
  .xl\:basis-8\/12 {
    flex-basis: 66.666667%;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:border-b {
    border-bottom-width: 1px;
  }
  .xl\:border-DarkNeutral {
    --tw-border-opacity: 1;
    border-color: rgb(40 26 28 / var(--tw-border-opacity));
  }
  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .xl\:pt-12 {
    padding-top: 3rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}


.mobile-button {
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  padding: .5rem 1rem;
  transition: all .3s ease;
  &:hover {
    background: #491427;
  }
}
.small-button {
  background: #491427;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  padding: .5rem 1rem;
  transition: all .3s ease;
  &:hover {
    background: rgb(152,0,59);
  }
}
header.bg-white {
  background-color: #ebeae9;
}
#navigation {
  .btn-primary {
    background-color: #491427;
    border-radius: 40px;
    border-width: 2px;
    border-style: solid;
    border-color: #491427;
    box-shadow: none;
    color: #fff;
    font-size: 16px;
    padding: .5rem 1rem;
    transition: all .3s ease;
    &:hover {
      background-color: rgb(152,0,59);
      border-color: rgb(152,0,59);
    }
  }
  .hs-menu-children-wrapper {
    padding: 0 !important;
  }
  #hs_menu_wrapper_primary-menu {
    li.hs-item-has-children {
      &:hover {
        ul.hs-menu-children-wrapper {
          a:hover {
            background-color: #491427;
            color: white;
          }
        }    
      }
      &.active > a {
        background-color: #491427;
      }
    }
  }
}
/* Can be transparent */
header.fixed {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  &:not(.is-opaque) {
    background: transparent;
    transition: background .3s ease;  
    img {
      &.default {
        display: none;
      }
      &.white {
        display: block;
      }
    }
    #navigation {
      #hs_menu_wrapper_primary-menu > ul > li > a {
        color: white;
        opacity: .9;
        &:hover {
          opacity: 1;
        }
      }
      .fill-current {
        fill: white;
        opacity: .9;
        &:hover {
          opacity: 1;
        }
      }
      .btn-primary {
        background-color: transparent;
        border-color: white;
        opacity: .9;
        &:hover {
          background-color: rgb(152,0,59);
          border-color: rgb(152,0,59);
          opacity: 1;
        }
      }  
    }
  }
  &.is-opaque {
    background-color: #ebeae9;
    img {
      &.default {
        display: block;
      }
      &.white {
        display: none;
      }
    }
    #hs_menu_wrapper_primary-menu > ul > li > a {
      color: #281a1c;
      &:hover {
        color: #491427;
      }
    }
    .fill-current {
      fill: #281a1c;
    }
  }
}





/*! // */