@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

*, ::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:  ;
}

/*
! tailwindcss v3.4.19 | 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: Montserrat, 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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
    font-family: "Montserrat", sans-serif;
  }

h1,
  h2,
  h3 {
    font-family: "Playfair Display", serif;
  }
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 100%){

  .container{
    max-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: 1320px){

  .container{
    max-width: 1320px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[110px\]{
  bottom: 110px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-6{
  left: 1.5rem;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-\[110px\]{
  top: 110px;
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.-z-10{
  z-index: -10;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.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;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-4{
  height: 1rem;
}
.h-8{
  height: 2rem;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[265px\]{
  height: 265px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[80px\]{
  height: 80px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[420px\]{
  height: 420px;
}
.max-h-\[calc\(100vh-180px\)\]{
  max-height: calc(100vh - 180px);
}
.min-h-\[360px\]{
  min-height: 360px;
}
.min-h-\[420px\]{
  min-height: 420px;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[92px\]{
  min-height: 92px;
}
.min-h-\[980px\]{
  min-height: 980px;
}
.min-h-\[230px\]{
  min-height: 230px;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-4{
  width: 1rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[105px\]{
  width: 105px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[72px\]{
  width: 72px;
}
.w-\[75\%\]{
  width: 75%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[48px\]{
  width: 48px;
}
.w-\[74px\]{
  width: 74px;
}
.w-2\/3{
  width: 66.666667%;
}
.w-\[80\%\]{
  width: 80%;
}
.min-w-0{
  min-width: 0px;
}
.max-w-\[1080px\]{
  max-width: 1080px;
}
.max-w-\[1180px\]{
  max-width: 1180px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[470px\]{
  max-width: 470px;
}
.max-w-\[760px\]{
  max-width: 760px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[630px\]{
  max-width: 630px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.flex-1{
  flex: 1 1 0%;
}
.shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-10px\]{
  --tw-translate-x: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-12px\]{
  --tw-translate-x: -12px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize{
  resize: both;
}
.scroll-mt-\[130px\]{
  scroll-margin-top: 130px;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-16{
  gap: 4rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.rounded-md{
  border-radius: 0.375rem;
}
.border-0{
  border-width: 0px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-brand-accent{
  --tw-border-opacity: 1;
  border-color: rgb(239 184 100 / var(--tw-border-opacity, 1));
}
.border-brand-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(186 125 33 / var(--tw-border-opacity, 1));
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/35{
  border-color: rgb(255 255 255 / 0.35);
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.bg-\[\#41382B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 56 43 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f6f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 33 / var(--tw-bg-opacity, 1));
}
.bg-brand-primary\/40{
  background-color: rgb(25 25 33 / 0.4);
}
.bg-brand-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(186 125 33 / var(--tw-bg-opacity, 1));
}
.bg-brand-secondary\/30{
  background-color: rgb(186 125 33 / 0.3);
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-brand-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(239 184 100 / var(--tw-bg-opacity, 1));
}
.bg-brand-accent\/40{
  background-color: rgb(239 184 100 / 0.4);
}
.bg-\[\#191921\]{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 33 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2B2B38\]{
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 56 / var(--tw-bg-opacity, 1));
}
.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;
}
.p-9{
  padding: 2.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.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-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[110px\]{
  padding-top: 110px;
}
.pt-\[150px\]{
  padding-top: 150px;
}
.pt-40{
  padding-top: 10rem;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pt-\[220px\]{
  padding-top: 220px;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Montserrat, sans-serif;
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-\[42px\]{
  font-size: 42px;
}
.text-\[44px\]{
  font-size: 44px;
}
.text-\[86px\]{
  font-size: 86px;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[54px\]{
  font-size: 54px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.55\]{
  line-height: 1.55;
}
.leading-\[1\.75\]{
  line-height: 1.75;
}
.leading-\[1\.9\]{
  line-height: 1.9;
}
.leading-none{
  line-height: 1;
}
.leading-tight{
  line-height: 1.25;
}
.leading-\[1\.8\]{
  line-height: 1.8;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.15\]{
  line-height: 1.15;
}
.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}
.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}
.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\]{
  letter-spacing: 0.08em;
}
.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}
.tracking-\[0\.22em\]{
  letter-spacing: 0.22em;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}
.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand-accent{
  --tw-text-opacity: 1;
  color: rgb(239 184 100 / var(--tw-text-opacity, 1));
}
.text-brand-primary{
  --tw-text-opacity: 1;
  color: rgb(25 25 33 / var(--tw-text-opacity, 1));
}
.text-brand-primary\/45{
  color: rgb(25 25 33 / 0.45);
}
.text-brand-primary\/70{
  color: rgb(25 25 33 / 0.7);
}
.text-brand-primary\/80{
  color: rgb(25 25 33 / 0.8);
}
.text-brand-primary\/85{
  color: rgb(25 25 33 / 0.85);
}
.text-brand-secondary{
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity, 1));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-brand-primary\/75{
  color: rgb(25 25 33 / 0.75);
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-70{
  opacity: 0.7;
}
.shadow-\[0_28px_70px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 28px 70px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 28px 70px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/10{
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.brightness-0{
  --tw-brightness: brightness(0);
  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);
}
.invert{
  --tw-invert: invert(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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder\:text-white\/45::-moz-placeholder{
  color: rgb(255 255 255 / 0.45);
}

.placeholder\:text-white\/45::placeholder{
  color: rgb(255 255 255 / 0.45);
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-top-2::before{
  content: var(--tw-content);
  top: -0.5rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:h-\[2px\]::before{
  content: var(--tw-content);
  height: 2px;
}

.before\:w-7::before{
  content: var(--tw-content);
  width: 1.75rem;
}

.before\:bg-white::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-2::after{
  content: var(--tw-content);
  top: 0.5rem;
}

.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}

.after\:w-7::after{
  content: var(--tw-content);
  width: 1.75rem;
}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-brand-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 33 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 184 100 / var(--tw-bg-opacity, 1));
}

.hover\:text-brand-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(239 184 100 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity, 1));
}

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

.focus\:border-brand-accent:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 184 100 / var(--tw-border-opacity, 1));
}

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

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

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-brand-secondary{
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-brand-accent{
  --tw-text-opacity: 1;
  color: rgb(239 184 100 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:invert{
  --tw-invert: invert(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);
}

@media (min-width: 768px){

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .md\:pb-24{
    padding-bottom: 6rem;
  }

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

  .md\:pb-32{
    padding-bottom: 8rem;
  }

  .md\:pt-48{
    padding-top: 12rem;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[56px\]{
    font-size: 56px;
  }

  .md\:text-\[68px\]{
    font-size: 68px;
  }
}

@media (min-width: 1024px){

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

  .lg\:grid-cols-\[280px_1fr\]{
    grid-template-columns: 280px 1fr;
  }

  .lg\:grid-cols-\[0\.9fr_1\.1fr\]{
    grid-template-columns: 0.9fr 1.1fr;
  }

  .lg\:grid-cols-\[1\.1fr_0\.9fr\]{
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

@media (min-width: 1280px){

  .xl\:block{
    display: block;
  }

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

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

.\[\&_a\:hover\]\:text-brand-secondary a:hover{
  --tw-text-opacity: 1;
  color: rgb(186 125 33 / var(--tw-text-opacity, 1));
}

.\[\&_a\:hover\]\:text-brand-accent a:hover{
  --tw-text-opacity: 1;
  color: rgb(239 184 100 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:transition-colors a{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:duration-300 a{
  transition-duration: 300ms;
}

.current-menu-item > a,
.current_page_item > a {
  color: #efb864;
}
.boat-inquiry-form {
  color: #fff;
}

.boat-inquiry-form h3 {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 70px;
}

.boat-inquiry-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}

.boat-inquiry-form label {
  display: block;
  margin-bottom: 52px;
}

.boat-inquiry-form span {
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  text-transform: uppercase;
  color: #ba7d21;
}

.boat-inquiry-form input,
.boat-inquiry-form textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 17px;
  padding: 0 0 14px;
  outline: none;
  transition: all 0.3s ease;
}

.boat-inquiry-form input::-moz-placeholder, .boat-inquiry-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.boat-inquiry-form input::placeholder,
.boat-inquiry-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}

.boat-inquiry-form input:focus,
.boat-inquiry-form textarea:focus {
  border-bottom-color: #ba7d21;
}

.boat-inquiry-form input:focus::-moz-placeholder, .boat-inquiry-form textarea:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.boat-inquiry-form input:focus::placeholder,
.boat-inquiry-form textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.boat-inquiry-form textarea {
  height: 55px;
  resize: none;
}

.boat-inquiry-submit {
  text-align: center;
}

.boat-inquiry-submit input {
  width: auto;
  border-bottom: 2px solid #ba7d21;
  padding: 0 46px 14px;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
.boat-submit-wrap {
  text-align: center;
}

.boat-submit-wrap .wpcf7-submit {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ba7d21;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 40px 14px;
  transition: all 0.3s ease;
}

.boat-submit-wrap .wpcf7-submit:hover {
  color: #ba7d21;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .boat-inquiry-form {
    padding: 60px 28px;
  }

  .boat-inquiry-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/* Boat search Tom Select */
.boat-search .ts-wrapper {
  width: 100%;
}

.boat-search .ts-wrapper.single .ts-control {
  display: flex !important;
  align-items: center !important;
  min-height: 45px !important;
  height: 45px !important;
  padding: 0 28px 14px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.boat-search .ts-wrapper,
.boat-search .ts-wrapper *,
.boat-search .ts-control,
.boat-search .ts-control input {
  outline: none !important;
  box-shadow: none !important;
}

.boat-search .ts-control:focus,
.boat-search .ts-control:focus-visible,
.boat-search .ts-control input:focus,
.boat-search .ts-control input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.boat-search .ts-wrapper.focus .ts-control,
.boat-search .ts-wrapper.dropdown-active .ts-control {
  border-bottom-color: #ba7d21 !important;
  outline: none !important;
  box-shadow: none !important;
}

.boat-search .ts-wrapper.single .ts-control input {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.boat-search .ts-wrapper.single .ts-control input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.boat-search .ts-wrapper.single .ts-control input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.boat-search .ts-wrapper.is-typing .ts-control input::-moz-placeholder {
  color: transparent !important;
}

.boat-search .ts-wrapper.is-typing .ts-control input::placeholder {
  color: transparent !important;
}

.boat-search .ts-wrapper.single .ts-control .item {
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.2 !important;
}

.boat-search .ts-wrapper.has-items .ts-control .item {
  color: #fff !important;
}

.boat-search .ts-wrapper.single .ts-control::after {
  right: 0 !important;
  margin-top: -4px !important;
  border-color: rgba(255, 255, 255, 0.55) transparent transparent transparent !important;
}

.boat-search .ts-wrapper.dropdown-active .ts-control::after {
  margin-top: -7px !important;
  border-color: transparent transparent #ba7d21 transparent !important;
}

.boat-search .ts-dropdown {
  margin-top: 10px !important;
  background: #191921 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 0 !important;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35) !important;
  color: #fff !important;
  overflow: hidden !important;
}

.boat-search .ts-dropdown .ts-dropdown-content {
  max-height: 260px !important;
}

.boat-search .ts-dropdown .option {
  padding: 12px 16px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.boat-search .ts-dropdown .option.active,
.boat-search .ts-dropdown .option:hover {
  background: #ba7d21 !important;
  color: #fff !important;
}

.boat-search .ts-dropdown .no-results {
  padding: 12px 16px !important;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 15px !important;
}

/* Hide Tom Select default weird spacing */
.boat-search .ts-wrapper.single.input-active .ts-control {
  background: transparent !important;
}

.boat-search .ts-control > * {
  vertical-align: middle !important;
}
.boat-search .ts-wrapper.dropdown-active .ts-control .item[data-value=""],
.boat-search .ts-wrapper.input-active .ts-control .item[data-value=""],
.boat-search .ts-wrapper.focus .ts-control .item[data-value=""] {
  display: none !important;
}

.lb-details {
  display: none !important;
}

.about-gallery-bleed-right {
  width: calc(100vw - max(1rem, ((100vw - 1080px) / 2)));
}

@media (max-width: 1112px) {
  .about-gallery-bleed-right {
    width: calc(100vw - 1rem);
  }
}
.wysiwyg-content ul {
  list-style: disc;
  padding-left: 24px;
  margin: 0 0 48px;
}

.wysiwyg-content ol {
  list-style: decimal;
  padding-left: 24px;
  margin: 0 0 48px;
}

.wysiwyg-content li {
  margin-bottom: 10px;
  color: rgba(25, 25, 33, 0.82);
}

.wysiwyg-content ul li::marker,
.wysiwyg-content ol li::marker {
  color: #ac8448;
}
.wysiwyg-content {
  color: #191921;
  font-size: 15px;
  line-height: 1.75;
}

.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.15;
  color: #191921;
  margin: 0 0 28px;
}

.wysiwyg-content h2 {
  font-size: 42px;
}

.wysiwyg-content h3 {
  font-size: 34px;
}

.wysiwyg-content h4 {
  font-size: 28px;
}

.wysiwyg-content h2::after,
.wysiwyg-content h3::after,
.wysiwyg-content h4::after {
  content: "";
  display: block;
  width: 68px;
  height: 2px;
  background: #ac8448;
  margin-top: 18px;
}

.wysiwyg-content p {
  margin: 0 0 48px;
  color: rgba(25, 25, 33, 0.82);
}

.wysiwyg-content ul,
.wysiwyg-content ol {
  margin: 0 0 48px 22px;
  color: rgba(25, 25, 33, 0.82);
}

.wysiwyg-content li {
  margin-bottom: 10px;
}

.wysiwyg-content a {
  color: #ac8448;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.wysiwyg-content strong {
  font-weight: 700;
}

.wysiwyg-content blockquote {
  margin: 48px 0;
  padding-left: 28px;
  border-left: 2px solid #ac8448;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 1.35;
}
.wysiwyg-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 40px 0;
}

.wysiwyg-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}

.wysiwyg-content th,
.wysiwyg-content td {
  border-bottom: 1px solid rgba(25, 25, 33, 0.1);
  padding: 16px;
  text-align: left;
}

.wysiwyg-content th {
  color: #ac8448;
  font-weight: 600;
}

.wysiwyg-content hr {
  margin: 60px 0;
  border: 0;
  border-top: 1px solid rgba(25, 25, 33, 0.1);
}
