@charset "UTF-8";
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::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:  ;
}
.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;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.end-2{
  inset-inline-end: 0.5rem;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.z-40{
  z-index: 40;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.block{
  display: block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.max-h-screen{
  max-height: 100vh;
}
.min-h-screen{
  min-height: 100vh;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-20{
  min-width: 5rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-grow{
  flex-grow: 1;
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.content-start{
  align-content: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.self-start{
  align-self: flex-start;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-blue-900{
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-700{
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-4{
  padding: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.outline-0{
  outline-width: 0px;
}
.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;
}
:export {
  harmonbackground: #F7F8F8;
  harmonylightlightblue: #EDF5FF;
  harmonylightblue: #0076ff;
  harmonymedblue: #284b91;
  harmonydarkblue: #062c79;
  harmonygreen: #6bb907;
}

@font-face {
  font-family: tangerine;
  src: url("https://use.typekit.net/kkn6xpk.css");
  font-weight: normal;
}
.d-none {
  display: none;
}

.page-content {
  width: 100%;
  background-color: white;
  max-height: 100%;
  position: relative;
}

#app .script-font {
  font-weight: 400;
  font-style: normal;
  line-height: 110px;
  font-size: 8rem;
  text-align: center;
  margin: 40px 10px 40px 10px;
  letter-spacing: 3px;
}

.main {
  max-width: 1400px;
  margin: auto;
}

#app .script-font-heading {
  font-family: tangerine, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  color: #d5ccab;
  margin: 0 20px !important;
}

#app {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#app a {
  color: black;
}

#app a:focus {
  color: #d5ccab;
  background: transparent;
}

.header .product-dropdown {
  background: white !important;
  text-transform: uppercase;
  z-index: 9;
  position: relative;
  font-family: sweet-sans-pro, sans-serif;
}

/*.header nav {*/
/*    border-top: 2px solid #51544b;*/
/*    border-bottom: 2px solid #51544b;*/
/*}*/
.header .dropdown-items {
  text-align: center !important;
  padding: 15px !important;
  margin: 0 !important;
  background: white !important;
  width: 100%;
  max-width: 100vw;
  border-top: 2px solid #51544b;
}
.header .dropdown-items li {
  position: relative;
}

.header a.main-links, a.dropdown-heading {
  padding-left: 60px;
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 1.1rem;
  text-decoration: none !important;
  font-family: sweet-sans-pro, sans-serif;
}

.header a.dropdown-heading:after {
  content: none !important;
}

.header ul {
  width: -moz-fit-content;
  width: fit-content;
}

.header a {
  width: -moz-fit-content;
  width: fit-content;
}

.header ul.menu-items {
  z-index: 9;
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: left;
  min-width: 150px;
  display: none;
  background: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.231372549);
}
.header ul.menu-items span, .header ul.menu-items a {
  font-size: 0.85rem;
  line-height: 33px;
}

.header li.has-child, li {
  cursor: default;
  padding: 2px 15px;
}

.header li:has(> .dropdown-heading):hover .menu-items,
.header li:has(> .dropdown-heading):hover ~ .menu-items {
  display: block;
}

.header li:has(> .level-three-item-parent):hover .level-three-item,
.header li:has(> .level-three-item-parent):hover ~ .level-three-item {
  display: block;
}

.header .has-child:hover .level-two-item,
.header .has-child:hover ~ .level-two-item {
  display: block;
}

.header .has-child:focus .level-two-item,
.header .has-child:focus ~ .level-two-item {
  display: block;
}

.level-two-item:hover {
  display: block;
}

.header .has-child:focus .level-three-item,
.header .has-child:focus ~ .level-three-item {
  display: block;
}

.level-three-item:hover {
  display: block;
}

ul li a:hover, ul li span:hover {
  color: #d5ccab !important;
}

.header ul.level-two-item {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  text-align: left;
  min-width: 178px;
  display: none;
  position: absolute;
  top: 0px;
  left: 150px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.231372549);
}

.header .parent {
  white-space: nowrap;
}

.header ul.level-three-item {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  min-width: 178px;
  display: none;
  position: absolute;
  top: 0px;
  left: 178px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.231372549);
}

.header .mobile-nav {
  font-family: sweet-sans-pro, sans-serif;
  /* Hide scrollbar for IE, Edge and Firefox */
}
.header .mobile-nav .main-links {
  display: block;
  padding: 5px !important;
  font-family: sweet-sans-pro, sans-serif;
}
.header .mobile-nav .menu-items, .header .mobile-nav .level-two-item {
  display: block !important;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  transform: unset !important;
  margin-top: 10px;
}
.header .mobile-nav .level-two-item {
  border: 1px solid #51544b;
}
.header .mobile-nav a, .header .mobile-nav span {
  color: #51544b !important;
  font-weight: 400;
  font-size: 1.2rem !important;
}
.header .mobile-nav .mobile-dropdown-items {
  display: grid;
  text-align: left;
}
.header .mobile-nav .mobile-drawer-navigation {
  background-color: white;
}
.header .mobile-nav .no-scrollbar::-webkit-scrollbar {
  display: none;
}
.header .mobile-nav .no-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#app .footer {
  background: #51544b;
  width: 100%;
  font-family: sweet-sans-pro, sans-serif;
}
#app .footer img {
  max-width: 300px;
}
#app .footer .footer-product-menu-ul {
  border: 1px solid #d5ccab;
  padding: 5px;
}

#app .footer a {
  font-family: sweet-sans-pro, sans-serif;
  padding: 0 40px 0 40px;
  color: #d5ccab;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#app .footer .dropdown-toggle::after {
  content: none !important;
}

#app .footer a.dropdown-item {
  padding: 5px !important;
}

#app .footer .dropdown-menu {
  padding: 5px !important;
  margin: 10px 0;
  border: none;
  outline: 1px solid white;
  border-radius: 0;
  display: none;
  font-family: sweet-sans-pro, sans-serif;
}

#app .footer .nav-item {
  margin: auto;
  min-width: 200px;
  font-family: sweet-sans-pro, sans-serif;
}

#app hr {
  color: #ADADAD;
  opacity: 1;
}

#home hr {
  width: 160px;
  margin: auto;
}

#home .welcome-text-home {
  line-height: 70px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 400;
  padding: 60px 30px 20px 30px;
  /*font-size: 3.3rem*/
}

#home .image-buttons {
  display: flex;
  flex-direction: row;
  margin: 70px 10px 0 10px;
  text-align: center;
}

#home .image-buttons img {
  width: 351px;
  height: 351px;
  margin: 1px;
  padding: 3px;
  outline: 1px solid grey;
  -o-object-fit: cover;
     object-fit: cover;
}

#home .image-buttons .col {
  margin: 0 10px;
}

#home .image-buttons p {
  padding: 10px;
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 2px;
}

#about p {
  line-height: 40px;
  font-size: 1.2rem;
  padding-left: 20px;
  padding-right: 20px;
}

#about .about-intro {
  display: flex;
  flex-direction: row;
  padding: 0;
}

#about img {
  width: 100%;
  min-width: 300px;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
}

#contact input[type=text] {
  width: 90%;
}

#contact label {
  margin-top: 20px;
  padding-bottom: 10px;
}

.lazy {
  padding: 20px 0 20px 0;
  border: none;
}

.quick-view-modal-slick-carousel {
  max-width: 90%;
  margin: auto;
}

.lazy img.slick-slide {
  padding: 4px;
}

.quick-view-modal .modal-container img {
  padding: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.quick-view-modal .modal-container .slick-arrow {
  outline: none !important;
  margin: auto !important;
}

#image-slides-nav {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  display: inline-block;
  overflow: auto;
  margin-top: 30px;
}

.complimentary-items ul {
  display: table;
  margin: 0 auto;
}

#product-details {
  max-width: 1800px;
  margin: auto;
}

#product-details ul, #products ul {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#products li, #product-details li {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#image-slides-nav li {
  padding-top: 5px;
  display: inline-block;
  zoom: 1;
}

#image-slides-nav li img {
  height: 200px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  outline: 1px solid grey;
  margin: 1px 20px 1px 1px;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  border: none;
  outline: none;
  letter-spacing: 2px;
  background: #51544b !important;
  color: #d5ccab !important;
  padding: 20px 40px 20px 40px !important;
  text-align: center;
}

strong {
  font-weight: 600;
  font-style: normal;
}

.complimentary-items {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.complimentary-items #image-slides-nav li img {
  -o-object-fit: cover;
     object-fit: cover;
  outline: 1px solid grey;
}

p {
  font-size: 1.15rem;
  line-height: 30px;
}

.product-catalog {
  text-align: center;
  color: #706F70;
  max-width: 1800px;
  margin: auto;
}

.product-catalog img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  outline: 1px solid grey;
  margin: 0;
  padding: 20px;
}

.product-catalog .catalog-item {
  width: 100%;
  height: 100%;
}

.product-catalog img:hover:not(.quick-view-modal-hero-img) {
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);*/
  visibility: visible;
  cursor: pointer;
  opacity: 0.8;
}

.catalog-item:hover .quick-view-btn {
  visibility: visible;
  opacity: 0.8;
  cursor: pointer;
}

.catalog-item .quick-view-btn:hover {
  opacity: 1;
  text-decoration: none;
}

.product-catalog h5 {
  margin: 10px 0;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1rem;
}

.complimentary-items .catalog-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.catalog-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.complimentary-items h6 {
  max-height: 60px;
  max-width: 250px !important;
  overflow: hidden !important;
}

.catalog-item .quick-view-btn {
  position: absolute;
  white-space: nowrap;
  top: 80%;
  left: 50%;
  padding: 10px 15px;
  transform: translate(-50%, -50%);
  background-color: #d5ccab;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: white;
  opacity: 0;
  visibility: hidden;
}

.catalog-item .new-tag {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  text-align: center;
  padding: 15px 15px;
  font-weight: 800;
  font-size: 0.8rem;
  color: #d5ccab;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}

.catalog-item .wishlist-btn {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none !important;
  text-align: center;
  padding: 10px 15px;
  font-weight: 300;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
  cursor: pointer;
}
.catalog-item .wishlist-btn .wishlist-indicator-yes {
  color: #d5ccab !important;
  text-decoration: none;
}
.catalog-item .wishlist-btn .wishlist-indicator-no {
  color: #d5ccab !important;
  text-decoration: none;
}

span .heart, .heart {
  font-family: system-ui, serif !important;
  text-decoration: none;
}

.quick-view-lazy-container li {
  width: 170px;
  padding: 2px 4px !important;
}

.quick-view-modal {
  background-color: rgba(0, 0, 0, 0.06);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  transition: opacity 0.3s ease;
  text-align: left;
}

.quick-view-modal .modal-container {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
  z-index: 999998;
  max-height: 80%;
  overflow-y: scroll;
}

.quick-view-modal .modal-container #image-slides-nav li img {
  width: 150px;
  height: 150px;
}

.quick-view-modal .modal-container img {
  padding: 0;
  border: none;
  box-shadow: none;
}

.quick-view-modal .modal-container img:hover {
  box-shadow: none;
}

.quick-view-modal .inner {
  position: relative;
  padding: 24px;
}

.quick-view-modal.open {
  visibility: visible;
  opacity: 1;
}

.close-modal-btn {
  cursor: pointer;
  position: absolute;
  background-image: url("/images/xmark-large-custom-sl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 5px;
  right: 5px;
  text-align: center;
  line-height: 0;
  transition: background-color 0.25s ease;
  padding: 18px 25px 18px 15px;
}
.close-modal-btn a {
  text-decoration: none;
}

.close-modal-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}

.complimentary-items img {
  margin: 1px !important;
  padding: 20px;
}

.complimentary-items li {
  margin: 20px !important;
}

.complimentary-items h6 {
  padding: 20px 0 !important;
  text-align: center;
}

h2 {
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
}

.complimentary-items .wishlist-btn {
  text-decoration: none !important;
  top: 0;
  font-size: 1.5rem !important;
}

.complimentary-items .quick-view-btn {
  font-size: 1rem !important;
}

.collapsible-details .active, .collapsible:hover {
  background-color: #555;
}

.collapsible-details .content {
  margin: 0;
  padding: 20px 10px;
  display: none;
}

.collapsible-details .content p {
  text-transform: uppercase;
  padding: 2px 0;
  margin: 0 0 0 20%;
  max-width: 100%;
}

.collapsible-details .label {
  text-transform: none !important;
  font-weight: 600;
}

.collapsible-details .collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.collapsible-details button {
  margin: 0;
  letter-spacing: 1px;
  font-weight: 600;
  background: none !important;
  color: black !important;
  padding: 10px 0 !important;
  text-align: left !important;
}

.collapsible-details .active, .collapsible:hover {
  background-color: #555;
}

.collapsible-details .collapsible:after {
  content: "−";
  float: right;
  font-weight: bold;
  font-family: sweet-sans-pro, sans-serif;
}

.collapsible-details .collapsible.active:after {
  content: "+";
  font-weight: bold;
  float: right;
  font-family: sweet-sans-pro, sans-serif;
}

.collapsible-details {
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  padding: 10px;
  margin: 0;
}

#wishlist button {
  margin: 0;
  font-weight: 600;
  background: none !important;
  color: white;
  letter-spacing: 2px;
  background: #51544b !important;
  padding: 20px 40px 20px 40px;
  text-align: center;
  outline: none;
  border: none;
}

#wishlist .catalog-item {
  width: 150px !important;
  height: -moz-fit-content;
  height: fit-content;
}
#wishlist .catalog-item img {
  max-width: 150px;
  max-height: 150px;
}

#wishlist img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 1px solid grey;
  padding: 10px;
}

#wishlist .products {
  display: flex;
  /*display: grid;*/
  flex-direction: row;
  width: 100%;
}

#wishlist h6 {
  text-align: center;
}

#wishlist .catalog-item .remove-btn {
  position: absolute;
  text-decoration: none;
  text-transform: uppercase;
  font-family: system-ui, serif !important;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: none;
  color: darkred !important;
  font-weight: 500;
  font-size: 24px;
  top: -6px;
  right: 2px;
  opacity: 0.6;
}

/*#wishlist .catalog-item:hover .remove-btn {*/
/*    visibility: visible;*/
/*    opacity: 0.8;*/
/*}*/
#wishlist .catalog-item .remove-btn:hover {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

#wishlist .catalog-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

#contact .contact-flex-box {
  display: flex;
  flex-direction: row;
}

.pagination .page-item {
  font-size: 1.2rem;
}

.page-item.active .page-link {
  background: #B3D4F0 !important;
  border-color: #51544b !important;
}

#contact .submit-button {
  background: #51544b;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  letter-spacing: 2px;
  color: white;
}

@media only screen and (max-width: 1460px) {
  #app .header .navbar {
    justify-content: start;
  }
  #home .image-buttons img {
    width: 370px !important;
  }
  #app .header .navbar-toggler {
    margin: 10px 40px 10px 40px;
  }
}
@media only screen and (max-width: 1350px) {
  #home .image-buttons img {
    width: 280px !important;
  }
}
@media only screen and (max-width: 1218px) {
  .header a.main-links, a.dropdown-heading {
    padding: 20px !important;
  }
  .header .dropdown-items {
    padding: 10px 0 !important;
  }
}
@media only screen and (max-width: 1100px) {
  #home .image-buttons img {
    width: 220px !important;
    height: 300px !important;
  }
  #app .footer a {
    padding: 10px 20px;
  }
  #home-hero {
    max-width: 100vw !important;
  }
  #wishlist .products {
    flex-direction: column;
  }
  #contact .contact-flex-box {
    flex-direction: column;
  }
  #contact .contact-flex-box .col-7 {
    width: 100% !important;
  }
  #contact .heading-column {
    padding: 20px !important;
  }
  #contact .contact-flex-box .col {
    padding: 30px;
  }
  #contact .contact-flex-box input[type=text] {
    width: 100%;
  }
  #contact .row {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1000px) {
  #home .image-buttons img {
    width: 210px !important;
    height: 240px !important;
  }
}
@media only screen and (max-width: 820px) {
  .web-menu {
    display: none !important;
  }
  .mobile-nav-button {
    display: block !important;
  }
  table {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  table tr, table td {
    display: block !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 100% !important;
  }
  footer .navbar-nav {
    display: grid !important;
    place-items: center;
  }
  footer img {
    width: 100%;
    max-width: unset;
  }
  #home .image-buttons img {
    width: 200px !important;
    height: 230px !important;
  }
}
@media only screen and (max-width: 690px) {
  #home .image-buttons img {
    width: 190px !important;
    height: 220px !important;
  }
  #app .footer a {
    display: grid;
    place-items: center;
  }
  #app .footer img {
    padding: 15px 10px 15px 10px;
  }
  #home .row {
    align-items: center;
    margin: 0;
  }
  #home .col-8 {
    width: 100vw;
    padding: 0;
  }
  #home .image-buttons img {
    width: 100%;
    margin: 20px 0 20px 0;
  }
  #about img {
    padding: 0 0 20px 0 !important;
    width: 100% !important;
    min-width: 400px;
  }
  #about .container {
    padding-top: 0 !important;
  }
  #about .col {
    padding: 0 !important;
    width: 100vw !important;
  }
  #about .image-container {
    margin-right: 0 !important;
  }
  #about .about-intro {
    flex-direction: column;
  }
  .complimentary-items {
    flex-direction: column;
  }
  .complimentary-items #image-slides-nav li {
    display: table;
    margin: 0 auto;
    padding: 10px;
  }
  .col-6 {
    width: 100vw !important;
    padding: 5px;
  }
  img {
    max-width: 100%;
    max-height: 500px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #app button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .quick-view-modal .inner {
    padding-top: 60px !important;
  }
  .col-6 {
    width: 100%;
  }
  #contact .contact-flex-box .col-7 {
    padding: 10px !important;
  }
  #contact .contact-flex-box .col {
    padding: 10px !important;
  }
  /*#wishlist .catalog-item .remove-btn {*/
  /*    top: 22%;*/
  /*}*/
}
@media only screen and (max-width: 620px) {
  #home .image-buttons {
    flex-direction: column !important;
  }
  #home .image-buttons img {
    width: 300px !important;
    height: 320px !important;
  }
}
@media only screen and (max-width: 420px) {
  .product-catalog img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  button {
    width: 100%;
  }
  .header .dropdown-items {
    width: -moz-fit-content !important;
    width: fit-content !important;
    max-width: 100vw;
    border-right: 3px solid #51544b;
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
  .header a.dropdown-a-tag {
    padding: 15px !important;
  }
  .hero-image-container {
    width: 100% !important;
  }
}
.form-container {
  max-width: 700px;
  margin: auto;
}
.form-container .form-title {
  display: none;
}
.form-container .form-group {
  margin-top: 10px;
}
.form-container .form-group input, .form-container .form-group textarea {
  border: 1px solid black;
  padding: 5px;
  margin-bottom: 5px;
  width: 100%;
}
.form-container .form-footer {
  text-align: right;
}
.form-container .form-footer .btn-primary {
  padding: 5px 10px;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 10px;
  margin-bottom: 15px;
  border: 1px solid #51544b;
  color: #51544b;
  text-transform: uppercase;
  font-size: 1.2rem;
}

#login, #index {
  font-family: Manrope, serif !important;
}
#login a, #index a {
  font-size: 1rem;
}
#login input, #index input {
  border: 1px solid black;
  border-radius: 4px !important;
}
#login input[type=email], #index input[type=email] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
#login input[type=password], #index input[type=password] {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#login input:focus-visible, #index input:focus-visible {
  outline: none;
  border: 2px solid #0076ff;
}
#login .login-btn, #index .login-btn {
  transition: transform 0.5s ease, box-shadow 0.5s ease !important;
  font-size: 1.2rem !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  background-color: #0076ff !important;
  color: white !important;
  padding: 10px 25px !important;
}
#login .login-btn:hover, #index .login-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}
#login input:-webkit-autofill,
#login input:-webkit-autofill:hover,
#login input:-webkit-autofill:focus,
#login input:-webkit-autofill:active, #index input:-webkit-autofill,
#index input:-webkit-autofill:hover,
#index input:-webkit-autofill:focus,
#index input:-webkit-autofill:active {
  animation: autofill 0s forwards !important;
}
@keyframes autofill {
  100% {
    color: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
  }
}

.harmony-background {
  background-color: #F7F8F8;
}

.text-harmony-dark-blue {
  color: #062c79;
}

.text-harmony-light-blue {
  color: #0076ff;
}

.text-harmony-green {
  color: #6bb907;
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
}

@media (min-width: 1024px){
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark){
  .dark\:hover\:bg-gray-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
