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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

html {
  font-family: Rubik, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h1 {
  margin-bottom: 1.75rem;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 26px;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  margin-bottom: 1.75rem;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 26px;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  margin-bottom: 1.75rem;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  line-height: 45px;
  line-height: 1.33333;
}

@media (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  margin-bottom: 0.625rem;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  h4 {
    font-size: 25px;
  }
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(167 127 43 / var(--tw-text-opacity));
}

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

#footer-menu {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}

@media (min-width: 640px) {
  #footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  #footer-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  #footer-menu {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

#footer-menu a {
  font-size: 22px;
  line-height: 34px;
}

.newsletter-form h1 {
  display: none;
}

.newsletter-form form {
  display: flex;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.newsletter-form form > div {
  max-width: 100%;
  flex-grow: 1;
}

.newsletter-form form > div > div {
  height: 100%;
}

.newsletter-form form > div > div label {
  display: none;
}

.newsletter-form form > div > div [type='email'] {
  height: 100%;
  width: 100%;
  border-width: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(141 141 141 / var(--tw-text-opacity));
}

.newsletter-form form > div > div [type='email']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.newsletter-form form [type='submit'] {
  border-width: 0px;
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 22px;
  line-height: 34px;
  --tw-text-opacity: 1;
  color: rgb(167 127 43 / var(--tw-text-opacity));
}

.menu-primary-menu-container {
  height: 100%;
}

#menu-primary-menu {
  margin: 0px;
  height: 100%;
  align-items: center;
  gap: 1.25rem;
  padding: 0px;
}

@media (min-width: 1280px) {
  #menu-primary-menu {
    display: flex;
  }
}

#menu-primary-menu li {
  position: relative;
  display: flex;
  align-items: stretch;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(247 247 247 / var(--tw-border-opacity));
  font-family: Rubik, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 28px;
}

@media (min-width: 1280px) {
  #menu-primary-menu li {
    height: 100%;
  }

  #menu-primary-menu li {
    border-bottom-width: 0px;
  }
}

#menu-primary-menu li a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(7 35 54 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #menu-primary-menu li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  #menu-primary-menu li a {
    align-items: center;
  }

  #menu-primary-menu li a {
    padding: 15px;
  }
}

#menu-primary-menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#menu-primary-menu li a:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

#menu-primary-menu li a {
  max-width: 100%;
  display: inline-block;
  width: 100%;
  padding: 15px;
}

@media (min-width: 1280px) {
  #menu-primary-menu li a {
    display: flex;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.-right-\[4\%\] {
  right: -4%;
}

.-top-\[219px\] {
  top: -219px;
}

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

.-top-10 {
  top: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.z-40 {
  z-index: 40;
}

.z-30 {
  z-index: 30;
}

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

.z-20 {
  z-index: 20;
}

.z-0 {
  z-index: 0;
}

.z-50 {
  z-index: 50;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-full {
  height: 100%;
}

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

.h-\[60\%\] {
  height: 60%;
}

.h-\[80\%\] {
  height: 80%;
}

.h-auto {
  height: auto;
}

.h-8 {
  height: 2rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

.w-8 {
  width: 2rem;
}

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

.max-w-\[90\%\] {
  max-width: 90%;
}

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

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

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

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

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

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

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

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.rotate-\[-12deg\] {
  --tw-rotate: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-\[30px\] {
  gap: 30px;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[58px\] {
  gap: 58px;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[37px\] {
  gap: 37px;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

.gap-y-12 {
  row-gap: 3rem;
}

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

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

.space-y-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-taqua-gold > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 127 43 / var(--tw-divide-opacity));
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border-0 {
  border-width: 0px;
}

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

.border-current {
  border-color: currentColor;
}

.bg-taqua-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(167 127 43 / var(--tw-bg-opacity));
}

.bg-taqua-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 236 / var(--tw-bg-opacity));
}

.bg-taqua-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(7 35 54 / var(--tw-bg-opacity));
}

.bg-\[\#b1b1b1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 177 177 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-8 {
  padding: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-12 {
  padding: 3rem;
}

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

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

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

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

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

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

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

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

.leading-\[26px\] {
  line-height: 26px;
}

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

.text-taqua-gold {
  --tw-text-opacity: 1;
  color: rgb(167 127 43 / var(--tw-text-opacity));
}

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

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.opacity-\[58\%\] {
  opacity: 58%;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.drop-shadow-\[0_3px_99px_rgba\(0\2c 0\2c 0\2c 0\.52\)\] {
  --tw-drop-shadow: drop-shadow(0 3px 99px rgba(0,0,0,0.52));
  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);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[x-cloak] {
  display: none;
}

.button {
  --tw-bg-opacity: 1;
  background-color: rgb(167 127 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 35 54 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 31px;
  padding-right: 31px;
}

.button svg {
  flex-shrink: 0;
}

#site-navigation .menu-item:hover, #site-navigation .current-menu-item, #site-navigation .current_page_ancestor {
  --tw-bg-opacity: 1;
  background-color: rgb(167 127 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #site-navigation .menu-item:hover, #site-navigation .current-menu-item, #site-navigation .current_page_ancestor {
    background-color: transparent;
  }
}

#site-navigation .menu-item:hover a, #site-navigation .current-menu-item a, #site-navigation .current_page_ancestor a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#site-navigation #menu-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgb(64 71 83 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}

#site-navigation > nav {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 420px;
  width: 300px;
  --tw-translate-x: 300px;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  #site-navigation > nav {
    position: relative;
  }

  #site-navigation > nav {
    height: auto;
  }

  #site-navigation > nav {
    width: auto;
  }

  #site-navigation > nav {
    --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));
  }

  #site-navigation > nav {
    background-color: transparent;
  }

  #site-navigation > nav {
    padding-top: 0px;
  }

  #site-navigation > nav {
    transition-property: none;
  }
}

#site-navigation > nav {
  z-index: 9999;
}

#site-navigation > nav > button {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  margin-top: 0.25rem;
  display: inline-block;
  cursor: pointer;
  font-size: 30px;
  --tw-text-opacity: 1;
  color: rgb(64 71 83 / var(--tw-text-opacity));
}

.menu-open #site-navigation > nav {
  --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));
}

#menu-primary-menu li.menu-item:not(.menu-item-785) a::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 13px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(167 127 43 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  #menu-primary-menu li.menu-item:not(.menu-item-785) a::before {
    display: block;
  }

  #menu-primary-menu li.menu-item:not(.menu-item-785) a::before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

#menu-primary-menu li.menu-item.current-menu-item:not(.menu-item-785) a::before, #menu-primary-menu li.menu-item:not(.menu-item-785) a:hover::before {
  opacity: 1;
}

#menu-primary-menu li.menu-item.menu-item-785 {
  height: auto;
}

#menu-primary-menu li.menu-item.menu-item-785 a {
  border-width: 1px;
  border-color: transparent;
  display: inline-block;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1280px) {
  #menu-primary-menu li.menu-item.menu-item-785 a {
    --tw-border-opacity: 1;
    border-color: rgb(167 127 43 / var(--tw-border-opacity));
  }

  #menu-primary-menu li.menu-item.menu-item-785 a {
    font-family: Bitter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  #menu-primary-menu li.menu-item.menu-item-785 a {
    font-weight: 500;
  }
}

#menu-primary-menu li.menu-item.menu-item-785 a {
  min-width: 260px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 22px;
  line-height: 1.5;
  line-height: 34px;
}

@media (min-width: 1280px) {
  #menu-primary-menu li.menu-item.menu-item-785 a {
    border-width: 2px;
  }
}

#menu-primary-menu li.menu-item.menu-item-785 a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 127 43 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#menu-primary-menu li.menu-item.menu-item-785 a {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  #menu-primary-menu li.menu-item.menu-item-785 a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

#menu-primary-menu li.menu-item.menu-item-785 a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  vertical-align: middle;
}

.hover\:text-taqua-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(7 35 54 / var(--tw-text-opacity));
}

.hover\:text-taqua-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(167 127 43 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-taqua-blue {
  --tw-text-opacity: 1;
  color: rgb(7 35 54 / var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

  .md\:px-25 {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

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

  .md\:text-taqua-blue {
    --tw-text-opacity: 1;
    color: rgb(7 35 54 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

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

  .lg\:pt-\[188px\] {
    padding-top: 188px;
  }

  .lg\:pb-\[207px\] {
    padding-bottom: 207px;
  }

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

@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

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

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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