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

*,
::before,
::after {
  box-sizing: border-box; /* 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.
*/

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: 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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 */
  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;
}

/*
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-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-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:  ;
}
.paragraph-01 {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 171%;
  letter-spacing: 0.02em;
}
.paragraph-02 {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 171%;
  letter-spacing: 0.02em;
}
.paragraph-03 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 164%;
  letter-spacing: 0.05em;
}
.heading-01 {
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.15em;
}
.heading-02 {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 128%;
  letter-spacing: 0.05em;
}
.heading-03 {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 183%;
  letter-spacing: 0.15em;
}
.heading-04 {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 183%;
  letter-spacing: 0.1em;
}
.heading-05 {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 177%;
  letter-spacing: 0.3em;
}
.heading-06 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.15em;
}
.link {

    }
.link--muted {
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link--muted:not(.no-status):hover, .link--muted:not(.no-status).is-active {
  opacity: 1;
}
.link--weight {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link--weight:hover.paragraph-01,
            .link--weight:hover .paragraph-01,
            .link--weight.is-active.paragraph-01,
            .link--weight.is-active .paragraph-01 {
  font-weight: 500;
}
.link--weight:hover.paragraph-02,
            .link--weight:hover .paragraph-02,
            .link--weight.is-active.paragraph-02,
            .link--weight.is-active .paragraph-02 {
  font-weight: 300;
}
.link--no-weight {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link--no-weight:hover.paragraph-01,
            .link--no-weight:hover .paragraph-01,
            .link--no-weight.is-active.paragraph-01,
            .link--no-weight.is-active .paragraph-01 {
  font-weight: 300;
}
.link--no-weight:hover.paragraph-02,
            .link--no-weight:hover .paragraph-02,
            .link--no-weight.is-active.paragraph-02,
            .link--no-weight.is-active .paragraph-02 {
  font-weight: 500;
}
.link--indent {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link--indent:not(.no-status):hover, .link--indent:not(.no-status).is-active {
  padding-left: 1.5em;
  font-weight: 500;
}
.link--fade {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link--fade:not(.no-status):hover, .link--fade:not(.no-status).is-active {
  opacity: 69%;
}
.link--image img {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.link--image:not(.no-status):hover img {
  --tw-scale-x: 107%;
  --tw-scale-y: 107%;
  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));
}
.link--underline {
  position: relative;
  display: inline-flex;
}
.link--underline:not(.no-status):after {
                content: '';
                position: absolute;
                right: 100%;
                bottom: 0px;
                height: 1px;
                background-color: currentColor;
                opacity: 0.7;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 600ms;
                transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
@media (min-width: 1024px) {

  .link--underline:not(.no-status):after {
    left: 50%;
    right: 50%;
  }
}
.link--underline:not(.no-status):hover:after, .link--underline:not(.no-status).is-active:after {
  left: 0px;
  right: 0px;
}
.wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .wrapper {
    margin-left: 8.333333%;
    width: 83.333333%;
  }
}
.no-wrapper {
  width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .wrapper-bleed-right {
    margin-right: -8.333333%;
  }

  .wrapper-bleed-left {
    margin-left: -8.333333%;
  }

  .wrapper-bleed {
    margin-left: -8.333333%;
    margin-right: -8.333333%;
  }
}
.cols {
  display: flex;
}
.cols, 
    .cols--wrap {
  flex-wrap: wrap;
}
.cols--nowrap {
  max-width: 100%;
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
}
.cols--space-0 {
  margin: -0px;
}
.cols--space-0 > .cols-item, .cols--space-0 .cols-list .cols-item {
  padding: 0px;
}
.cols--space-1 {
  margin: -0.0625rem;
}
.cols--space-1 > .cols-item, .cols--space-1 .cols-list .cols-item {
  padding: 0.0625rem;
}
.cols--space-2 {
  margin: -0.1875rem;
}
.cols--space-2 > .cols-item, .cols--space-2 .cols-list .cols-item {
  padding: 0.1875rem;
}
.cols--space-4 {
  margin: -0.25rem;
}
.cols--space-4 > .cols-item, .cols--space-4 .cols-list .cols-item {
  padding: 0.25rem;
}
.cols--space-10 {
  margin: -0.625rem;
}
.cols--space-10 > .cols-item, .cols--space-10 .cols-list .cols-item {
  padding: 0.625rem;
}
.cols--space-15 {
  margin: -0.9375rem;
}
.cols--space-15 > .cols-item, .cols--space-15 .cols-list .cols-item {
  padding: 0.9375rem;
}
.cols--space-20 {
  margin: -1.25rem;
}
.cols--space-20 > .cols-item, .cols--space-20 .cols-list .cols-item {
  padding: 1.25rem;
}
.cols--space-30 {
  margin: -1.875rem;
}
.cols--space-30 > .cols-item, .cols--space-30 .cols-list .cols-item {
  padding: 1.875rem;
}
.cols--space-40 {
  margin: -2.5rem;
}
.cols--space-40 > .cols-item, .cols--space-40 .cols-list .cols-item {
  padding: 2.5rem;
}
.cols--space-50 {
  margin: -3.125rem;
}
.cols--space-50 > .cols-item, .cols--space-50 .cols-list .cols-item {
  padding: 3.125rem;
}
.cols--space-75 {
  margin: -4.6875rem;
}
.cols--space-75 > .cols-item, .cols--space-75 .cols-list .cols-item {
  padding: 4.6875rem;
}
.cols--carousel {
  max-width: 100%;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.cols--carousel > .cols-item {
  width: auto !important;
  white-space: nowrap;
}
.cols--no-carousel {
  max-width: 100%;
  flex-wrap: wrap;
  overflow-x: hidden;
}
.cols--no-carousel > .cols-item {
  width: 100% !important;
  white-space: normal;
}
.y-space-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.t-space-10 {
  margin-top: 0.625rem;
}
.b-space-10 {
  margin-bottom: 0.625rem;
}
.y-space-15 {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.t-space-15 {
  margin-top: 0.9375rem;
}
.b-space-15 {
  margin-bottom: 0.9375rem;
}
.y-space-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.t-space-20 {
  margin-top: 1.25rem;
}
.b-space-20 {
  margin-bottom: 1.25rem;
}
.y-space-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.t-space-30 {
  margin-top: 1.875rem;
}
.b-space-30 {
  margin-bottom: 1.875rem;
}
.y-space-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.t-space-40 {
  margin-top: 2.5rem;
}
.b-space-40 {
  margin-bottom: 2.5rem;
}
.y-space-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.t-space-60 {
  margin-top: 3.75rem;
}
.b-space-60 {
  margin-bottom: 3.75rem;
}
.y-space-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.t-space-70 {
  margin-top: 4.375rem;
}
.b-space-70 {
  margin-bottom: 4.375rem;
}
.y-space-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
.t-space-90 {
  margin-top: 5.625rem;
}
.b-space-90 {
  margin-bottom: 5.625rem;
}
.y-space-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.t-space-100 {
  margin-top: 6.25rem;
}
.b-space-100 {
  margin-bottom: 6.25rem;
}
.y-space-140 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
.t-space-140 {
  margin-top: 8.75rem;
}
.b-space-140 {
  margin-bottom: 8.75rem;
}
.y-space-160 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.t-space-160 {
  margin-top: 10rem;
}
.b-space-160 {
  margin-bottom: 10rem;
}
.y-space-280 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}
.t-space-280 {
  margin-top: 17.5rem;
}
.b-space-280 {
  margin-bottom: 17.5rem;
}
.hero {
  display: flex;
  align-items: center;
  text-align: center;
}
.hero--full {
  height: 100vh;
}
.image {
  position: relative;
  margin: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.image:not(.image--natural) img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.image--with-caption {
  display: table;
}
.image--with-caption figcaption {
      display: table-caption;
      caption-side: bottom; 
    }
.image--contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--natural {
  position: relative;
}
.image--natural .image-spacer {
  display: none;
}
.image--natural img {
  position: relative;
}
.image--natural::after {
      content: none;
    }
.image--overlay::after {
      content: '';
      pointer-events: none;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: 10;
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
      opacity: 0.5;
    }
.image--full {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.image--poster .image-spacer {
      padding-bottom: 147.46268657%!important;
    }
.image--landscape .image-spacer {
      padding-bottom: 70%!important;
    }
.image--square .image-spacer {
      padding-bottom: 100%!important;
    }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-1\/4 {
  left: 25%;
}
.top-0 {
  top: 0px;
}
.right-full {
  right: 100%;
}
.left-0 {
  left: 0px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.z-10 {
  z-index: 10;
}
.-z-10 {
  z-index: -10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.order-6 {
  order: 6;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.m-0 {
  margin: 0px;
}
.-m-\[0\.0625rem\] {
  margin: -0.0625rem;
}
.-m-\[0\.1875rem\] {
  margin: -0.1875rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-\[0\.9375rem\] {
  margin: -0.9375rem;
}
.-m-\[1\.875rem\] {
  margin: -1.875rem;
}
.-m-\[3\.125rem\] {
  margin: -3.125rem;
}
.-m-\[4\.6875rem\] {
  margin: -4.6875rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[4px\] {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-\[0\] {
  margin-top: 0;
  margin-bottom: 0;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-\[0\.9375rem\] {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.my-\[1\.875rem\] {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.my-\[3\.75rem\] {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.my-\[4\.375rem\] {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.my-\[5\.625rem\] {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}
.my-\[6\.25rem\] {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.my-\[8\.75rem\] {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}
.my-\[10rem\] {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-\[17\.5rem\] {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-72 {
  margin-top: 18rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.-mr-3\/12 {
  margin-right: -25%;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}
.mt-40 {
  margin-top: 10rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[0\.9375rem\] {
  margin-top: 0.9375rem;
}
.mb-\[0\.9375rem\] {
  margin-bottom: 0.9375rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.mt-\[3\.75rem\] {
  margin-top: 3.75rem;
}
.mb-\[3\.75rem\] {
  margin-bottom: 3.75rem;
}
.mt-\[4\.375rem\] {
  margin-top: 4.375rem;
}
.mb-\[4\.375rem\] {
  margin-bottom: 4.375rem;
}
.mt-\[5\.625rem\] {
  margin-top: 5.625rem;
}
.mb-\[5\.625rem\] {
  margin-bottom: 5.625rem;
}
.mt-\[6\.25rem\] {
  margin-top: 6.25rem;
}
.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}
.mt-\[8\.75rem\] {
  margin-top: 8.75rem;
}
.mb-\[8\.75rem\] {
  margin-bottom: 8.75rem;
}
.mt-\[10rem\] {
  margin-top: 10rem;
}
.mb-\[10rem\] {
  margin-bottom: 10rem;
}
.mt-\[17\.5rem\] {
  margin-top: 17.5rem;
}
.mb-\[17\.5rem\] {
  margin-bottom: 17.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-\[106\.667vw\] {
  height: 106.667vw;
}
.h-28 {
  height: 7rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-3 {
  height: 0.75rem;
}
.h-screen {
  height: 100vh;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[3\.75rem\] {
  height: 3.75rem;
}
.h-auto {
  height: auto;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[1px\] {
  height: 1px;
}
.h-0 {
  height: 0px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-auto {
  width: auto;
}
.w-28 {
  width: 7rem;
}
.w-8 {
  width: 2rem;
}
.w-3\/4 {
  width: 75%;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[13\.125rem\] {
  width: 13.125rem;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[35px\] {
  width: 35px;
}
.\!w-full {
  width: 100% !important;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[80vw\] {
  max-width: 80vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.flex-grow {
  flex-grow: 1;
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  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-y-\[0\] {
  --tw-translate-y: 0;
  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-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-y-1\/2 {
  --tw-translate-y: -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));
}
.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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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-45 {
  --tw-rotate: -45deg;
  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-\[107\%\] {
  --tw-scale-x: 107%;
  --tw-scale-y: 107%;
  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));
}
.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));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.divide-dark > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-divide-opacity));
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(45 45 45 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-opacity-20 {
  --tw-border-opacity: 0.2;
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(204 163 84 / var(--tw-bg-opacity));
}
.bg-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-light-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[4\.375rem\] {
  padding: 4.375rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[0\.0625rem\] {
  padding: 0.0625rem;
}
.p-\[0\.1875rem\] {
  padding: 0.1875rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[0\.9375rem\] {
  padding: 0.9375rem;
}
.p-\[1\.875rem\] {
  padding: 1.875rem;
}
.p-\[3\.125rem\] {
  padding: 3.125rem;
}
.p-\[4\.6875rem\] {
  padding: 4.6875rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-\[3\.75rem\] {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pl-\[1\.5em\] {
  padding-left: 1.5em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[3\.125rem\] {
  font-size: 3.125rem;
}
.text-\[2\.25rem\] {
  font-size: 2.25rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[171\%\] {
  line-height: 171%;
}
.leading-\[164\%\] {
  line-height: 164%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[128\%\] {
  line-height: 128%;
}
.leading-\[183\%\] {
  line-height: 183%;
}
.leading-\[177\%\] {
  line-height: 177%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgb(204 163 84 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[69\%\] {
  opacity: 69%;
}
.opacity-70 {
  opacity: 0.7;
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity {
  transition-property: opacity;
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-\[600ms\] {
  transition-duration: 600ms;
}
.duration-\[800ms\] {
  transition-duration: 800ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.js-accordion-trigger {
  cursor: pointer;
}
.js-accordion-trigger svg {
  --tw-rotate: 0deg;
  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));
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.js-accordion-trigger.is-active svg {
  --tw-rotate: 90deg;
  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));
}
.js-accordion-container {
  height: 0px;
  --tw-rotate: 0deg;
  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));
  overflow: hidden;
  transition-property: all;
  transition-duration: 800ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.js-accordion-container.is-active {
  height: auto;
}
.js-accordion-container.is-visible {
  overflow: visible;
}
.js-filter-item.is-hidden {
  display: none;
}
.js-htmx-target {
  pointer-events: none;
  opacity: 0;
  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;
}
.js-htmx-target.is-loaded {
  pointer-events: auto;
  opacity: 1;
}
/* Load Icon */
.js-htmx-target.is-loaded + .js-htmx-loading {
  opacity: 0;
}
.js-htmx-loading {
	pointer-events: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10;
	height: 50px;
	width: 50px;
	--tw-translate-x: -50%;
	--tw-translate-y: -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));
	--tw-text-opacity: 1;
	color: rgb(204 163 84 / var(--tw-text-opacity));
}
.js-htmx-loading svg {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
	animation: rotateAnimation 3s linear infinite;
}
/* Keyframes */
@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.js-lazy {
  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: 500ms;
  opacity: 0;
}
.js-lazy.is-loaded {
  opacity: 1;
}
.js-lazy.is-loaded div {
  opacity: 0;
  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: 500ms;
}
:root {
  --plyr-color-main: #CCA354;
  /* --plyr-control-spacing: 20px; */
}
.plyr {
  max-height: 100%;
  width: auto;
}
.plyr__control--overlaid {
  background-color: var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b3ff)))!important;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
  opacity: 1!important;
}
.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}
.js-animate-reveal {
  visibility: hidden;
}
.js-animate-reveal.is-canceled {
		visibility: visible!important;
		opacity: 1!important;
		transform: none!important;
	}
html, body, button, input, select, optgroup, textarea {
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
}
b, strong {
  font-weight: 600;
}
details > summary {
    list-style: none;
    cursor: pointer;
}
details > summary::-webkit-details-marker {
    display: none;
}
details[open] svg {
        transform: rotate(90deg);
    }
:root {
  --vw-breakpoint: 1791;
}
::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(204 163 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(204 163 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input:focus,
textarea:focus { 
  outline: none !important;
}
/*
@keyframes details-show {
  from {
    opacity:0;
    transform: var(--details-translate, translateY(-0.5em));
  }
}

details[open] > *:not(summary) {
  animation: details-show 150ms ease-in-out;
}
*/
html {
  font-size: 16px;  
}
body {
  display: flex;
  min-height: 100vh;
  max-width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.with-nav, html.with-nav {
  overflow: hidden;
}
@media only screen and (min-width: 1791px) {

/*  @screen 2xl { */
  html {
    font-size: calc((16 * 100 / var(--vw-breakpoint)) * 1vw);
  }
}
.header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 7.5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header.with-nav .header-logo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header.with-nav .header-nav a {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .header.with-nav .header-nav a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.header-logo {
  position: relative;
  z-index: 30;
  display: block;
  height: auto;
  width: 13.125rem;
  max-width: 150px;
  --tw-text-opacity: 1;
  color: rgb(204 163 84 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .header-logo {
    max-width: none;
  }
}
.header-logo svg, .header-logo path {
  height: auto;
  width: 100%;
  fill: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-nav {
  pointer-events: none;
  position: fixed;
  z-index: 10;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .header-nav {
    pointer-events: auto;
    position: relative;
    opacity: 1;
  }
}
.header-nav {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 10rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .header-nav {
    height: auto;
    width: auto;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.header-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-nav > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .header-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .header-nav > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
    --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));
  }
}
.header-nav a {
  --tw-text-opacity: 1;
  color: rgb(204 163 84 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-nav.is-active {
  pointer-events: auto;
  opacity: 1;
}
.header-navToggle {
  position: relative;
  z-index: 30;
  display: flex;
  height: 50px;
  width: 50px;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1024px) {

  .header-navToggle {
    display: none;
  }
}
.header-navToggle span {
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
  height: 1px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 163 84 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-navToggle.is-active span {
  margin-top: 0;
  margin-bottom: 0;
  width: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header-navToggle.is-active span:nth-child(1) {
  --tw-translate-y: 1px;
  --tw-rotate: 45deg;
  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));
}
.header-navToggle.is-active span:nth-child(2) {
  --tw-translate-y: 0;
  --tw-rotate: -45deg;
  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));
}
.header-navToggle--desktop {
  display: none;
}
@media (min-width: 1024px) {

  .header-navToggle--desktop {
    display: flex;
  }
}
.header-navToggle--desktop span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.header-subnav {
  pointer-events: none;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-subnav.is-active {
  pointer-events: auto;
  opacity: 1;
}
.header-group {
  display: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.header-group.is-active {
  display: block;
}
.footer {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.footer-logo {
  display: block;
  height: auto;
  width: 5rem;
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
}
.footer-logo svg {
  height: auto;
  width: 100%;
  fill: currentColor;
}
.button {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 183%;
  letter-spacing: 0.15em;
  display: inline-flex;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 45 / var(--tw-bg-opacity));
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(204 163 84 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 163 84 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity));
}
.button--duration-alt {
  transition-duration: 1000ms;
}
.form label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 183%;
  letter-spacing: 0.15em;
  margin-bottom: 0.625rem;
  display: block;
  text-transform: uppercase;
}
.form input, .form textarea {
  margin-bottom: 0.625rem;
  position: relative;
  display: block;
  width: 100%;
  background-color: rgb(168 168 168 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card {
  position: relative;
}
.card:hover .card-back {
  pointer-events: auto;
  opacity: 1;
}
.card-front {
}
.card-back {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
  padding: 4.375rem;
}
@media (min-width: 1024px) {

  .card-back {
    display: flex;
  }
}
.card-back {
  pointer-events: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 800ms;
}
.card-text {
  position: relative;
  flex-grow: 1;
}
.card-text::after {
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 40%;
        height: 1.4em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(217, 217, 217, 1) 50%);  
    }
.modal {
}
/*
:root {
  --wrapper-width: 1640px;
}
*/
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:opacity-100:focus {
  opacity: 1;
}
@media (min-width: 768px) {

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {


  
    .lg\:heading-01 {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.15em;
  }


  
    .lg\:relative {
    position: relative;
  }

    .lg\:heading-03 {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 183%;
    letter-spacing: 0.15em;
  }

    .lg\:bottom-auto {
    bottom: auto;
  }

    .lg\:top-1\/2 {
    top: 50%;
  }

    .lg\:left-1\/2 {
    left: 50%;
  }

    .lg\:right-1\/2 {
    right: 50%;
  }

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

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

    .lg\:my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }

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

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

    .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

    .lg\:mt-72 {
    margin-top: 18rem;
  }

    .lg\:mb-24 {
    margin-bottom: 6rem;
  }

    .lg\:mb-40 {
    margin-bottom: 10rem;
  }

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

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

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

    .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

    .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

    .lg\:mt-2 {
    margin-top: 0.5rem;
  }

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

    .lg\:ml-\[12\.5\%\] {
    margin-left: 12.5%;
  }

    .lg\:ml-1\/12 {
    margin-left: 8.333333%;
  }

    .lg\:-ml-1\/12 {
    margin-left: -8.333333%;
  }

    .lg\:block {
    display: block;
  }

    .lg\:flex {
    display: flex;
  }

    .lg\:link--no-weight {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
            .lg\:link--no-weight:hover.paragraph-01,.lg\:link--no-weight:hover .paragraph-01,.lg\:link--no-weight.is-active.paragraph-01,.lg\:link--no-weight.is-active .paragraph-01 {
    font-weight: 300;
  }

            .lg\:link--no-weight:hover.paragraph-02,.lg\:link--no-weight:hover .paragraph-02,.lg\:link--no-weight.is-active.paragraph-02,.lg\:link--no-weight.is-active .paragraph-02 {
    font-weight: 500;
  }

            .lg\:hidden {
    display: none;
  }

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

            .lg\:link--no-weight:hover.paragraph-02,.lg\:link--no-weight:hover .paragraph-02,.lg\:link--no-weight.is-active.paragraph-02,.lg\:link--no-weight.is-active .paragraph-02 {
    font-weight: 500;
  }

            .lg\:h-auto {
    height: auto;
  }

            .lg\:w-1\/2 {
    width: 50%;
  }

            .lg\:w-\[30vw\] {
    width: 30vw;
  }

            .lg\:w-1\/3 {
    width: 33.333333%;
  }

    .lg\:link--indent {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 600ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

    .lg\:w-2\/3 {
    width: 66.666667%;
  }

    .lg\:w-auto {
    width: auto;
  }

    .lg\:w-3\/12 {
    width: 25%;
  }

    .lg\:w-9\/12 {
    width: 75%;
  }

    .lg\:w-10\/12 {
    width: 83.333333%;
  }
            .lg\:link--indent:not(.no-status):hover,.lg\:link--indent:not(.no-status).is-active {
    padding-left: 1.5em;
    font-weight: 500;
  }
            .lg\:max-w-\[30vw\] {
    max-width: 30vw;
  }
            .lg\:link--indent:not(.no-status):hover,.lg\:link--indent:not(.no-status).is-active {
    padding-left: 1.5em;
    font-weight: 500;
  }
            .lg\:-translate-y-1\/2 {
    --tw-translate-y: -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));
  }
            .lg\: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));
  }

    .lg\:cols {
    display: flex;
    flex-wrap: wrap;
  }

    .lg\:cols--space-1 {
    margin: -0.0625rem;
  }

        .lg\:cols--space-1 > .cols-item,.lg\:cols--space-1 .cols-list .cols-item {
    padding: 0.0625rem;
  }

    .lg\:cols--space-2 {
    margin: -0.1875rem;
  }

        .lg\:cols--space-2 > .cols-item,.lg\:cols--space-2 .cols-list .cols-item {
    padding: 0.1875rem;
  }

    .lg\:cols--space-20 {
    margin: -1.25rem;
  }

        .lg\:cols--space-20 > .cols-item,.lg\:cols--space-20 .cols-list .cols-item {
    padding: 1.25rem;
  }

    .lg\:cols--space-30 {
    margin: -1.875rem;
  }

        .lg\:cols--space-30 > .cols-item,.lg\:cols--space-30 .cols-list .cols-item {
    padding: 1.875rem;
  }


    .lg\:cols--space-75 {
    margin: -4.6875rem;
  }

        .lg\:cols--space-75 > .cols-item,.lg\:cols--space-75 .cols-list .cols-item {
    padding: 4.6875rem;
  }

    .lg\:cols--no-carousel {
    max-width: 100%;
    flex-wrap: wrap;
    overflow-x: hidden;
  }

        .lg\:cols--no-carousel > .cols-item {
    width: 100% !important;
    white-space: normal;
  }

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

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

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

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

        .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

        .lg\: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));
  }
    .lg\:image--landscape .image-spacer {
      padding-bottom: 70%!important;
    }
    .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
    .lg\:pr-3 {
    padding-right: 0.75rem;
  }
    .lg\:pl-3 {
    padding-left: 0.75rem;
  }
    .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
    .lg\:pt-40 {
    padding-top: 10rem;
  }
    .lg\:pb-24 {
    padding-bottom: 6rem;
  }
    .lg\:pt-0 {
    padding-top: 0px;
  }
    .lg\:pb-0 {
    padding-bottom: 0px;
  }
    .lg\:uppercase {
    text-transform: uppercase;
  }
    .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

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

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

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

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

    .xl\:cols--space-0 {
    margin: -0px;
  }

        .xl\:cols--space-0 > .cols-item,.xl\:cols--space-0 .cols-list .cols-item {
    padding: 0px;
  }
}