/*
! tailwindcss v3.0.10 | 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: currentColor; /* 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: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 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;
}

*, ::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-transform: translateX(var(--tw-translate-x)) translateY(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));
  border-color: currentColor;
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
}

@font-face {
    font-family: 'Uniform Regular';
    src: url(/fonts/uniform-regular-webfont.eot?0be191e7b1955091a89998ca9c1170d7);
    src: url(/fonts/uniform-regular-webfont.eot?0be191e7b1955091a89998ca9c1170d7?#iefix) format('embedded-opentype'),
    url(/fonts/uniform-regular-webfont.woff2?36c481995b3a5ac3ff565b011a0ff216) format('woff2'),
    url(/fonts/uniform-regular-webfont.woff?a34d9597c16e8ca05919a85bb3f4dd26) format('woff'),
    url(/fonts/uniform-regular-webfont.ttf?a799dc0a0be3abc11a09fd9954cf887c) format('truetype'),
    url(/fonts/uniform-regular-webfont.svg?8c2abf56979fce0075a1535725232df8#klavikamedium) format('svg');
    font-display: swap;
    font-smooth: always;
}

@font-face {
    font-family: 'Uniform Bold';
    src: url(/fonts/uniform-bold-webfont.eot?25c0b046eb25c6e1a4c516903c1a8d6d);
    src: url(/fonts/uniform-bold-webfont.eot?25c0b046eb25c6e1a4c516903c1a8d6d?#iefix) format('embedded-opentype'),
    url(/fonts/uniform-bold-webfont.woff2?28ed81674a3554cb58ce6815a1f3d1fe) format('woff2'),
    url(/fonts/uniform-bold-webfont.woff?8a37cd63546ab683c6ac3cded6549497) format('woff'),
    url(/fonts/uniform-bold-webfont.ttf?72f468e90fb0b0538fe49ada1939e91d) format('truetype'),
    url(/fonts/uniform-bold-webfont.svg?7afb9739d7f3a81f0c8062ca9256baee#klavikamedium) format('svg');
    font-display: swap;
    font-smooth: always;
}

@font-face {
    font-family: 'Uniform Condensed Medium';
    src: url(/fonts/uniformcondensed-medium-webfont.eot?9ae49e45268aac144036693f1a99a8e7);
    src: url(/fonts/uniformcondensed-medium-webfont.eot?9ae49e45268aac144036693f1a99a8e7?#iefix) format('embedded-opentype'),
    url(/fonts/uniformcondensed-medium-webfont.woff2?bae0e78eace82cf7ff7df08d8a691bb8) format('woff2'),
    url(/fonts/uniformcondensed-medium-webfont.woff?beca599e7ad11dc063ce5fa77cafaa86) format('woff'),
    url(/fonts/uniformcondensed-medium-webfont.ttf?f89d7d6d7d414272b7d2d015899c3372) format('truetype'),
    url(/fonts/uniformcondensed-medium-webfont.svg?e43beffb1b1ac961bcd4d5492cf505e2#klavikamedium) format('svg');
    font-display: swap;
    font-smooth: always;
}

@font-face {
    font-family: 'Uniform Extra Condensed Medium';
    src: url(/fonts/UniformExtraCondensed-Medium.otf?71e81ba30e45544b88ba62ff36035d25);
}

@font-face {
    font-family: 'Uniform Extra Condensed Regular';
    src: url(/fonts/UniformExtraCondensed-Regular.otf?68f00f4fc37951182db6aeae208f7bea);
}

html {
    font-family: "Uniform Regular", sans-serif;
    font-size: 20px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgba(32, 31, 32, 1);
    color: rgb(32 31 32 / var(--tw-text-opacity));
}

.display {
    font-family: "Uniform Regular", sans-serif;
    text-transform: uppercase;
    line-height: 2rem;
    letter-spacing: 0.05em;
}

.button {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 219 217 / var(--tw-bg-opacity));
}

b, strong, .bold {
    font-family: "Uniform Bold", sans-serif;
    font-weight: normal;
}

.background-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 239 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

.background-light .button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 31 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(241, 241, 239, 1);
  color: rgb(241 241 239 / var(--tw-text-opacity));
}

.background-light .button:hover {
  background-color: rgba(0,0,0,0);
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

.background-black {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.background-black .button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

.background-black .button:hover {
  background-color: rgba(0,0,0,0);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.background-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(220 219 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

.background-mid .button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 31 32 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 219, 217, 1);
  color: rgb(220 219 217 / var(--tw-text-opacity));
}

.background-mid .button:hover {
  background-color: rgba(0,0,0,0);
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

header {
  width: 100%;
    background-color: #e3e1da;
}

header .partners {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
}

header .partners .partner {
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  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: 300ms;
}

@media (min-width: 1024px) {

  header .partners .partner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px) {

  header .partners .partner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

header .partners .partner {
            box-shadow: 3px 0 6px 2px rgba(0, 0, 0, 0.25);
            background-color: #f3f0ec;
            font-family: 'Uniform Condensed Medium', sans-serif;
            font-size: 20px;
            text-transform: uppercase;
        }

header .partners .partner img {
                height: 2.5rem;
            }

header .partners .partner img.vineyard {
                    height: 2rem;
                }

header .partners .partner img.trails {
                    height: 1.7rem;
                }

header .partners .partner.active {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .partners .partner.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
}

header .partners .partner:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

header .partners .partner.wordle {
                font-family: 'Uniform Extra Condensed Regular', sans-serif;
                line-height: .7rem;
                font-size: .7rem;
                text-align: center;
            }

header nav img#brand {
            max-width: 180px;
        }

header nav ul li a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

header nav ul li a.active {
  --tw-text-opacity: 1;
  color: rgba(220, 219, 217, 1);
  color: rgb(220 219 217 / var(--tw-text-opacity));
}

header nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 219, 217, 1);
  color: rgb(220 219 217 / var(--tw-text-opacity));
}

header nav ul li.has-children > ul {
  z-index: 50;
  display: none;
}

header nav ul li.has-children:hover > ul {
  display: block;
}

header nav #desktop-nav> li:last-child>ul {
                    min-width: 160px;
                    right: 2px;
                }

.glide__slides {
    height: auto;
}

.glide__slides .glide__slide .words h2 {
                font-size: 30px;
            }

.glide__bullets {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.glide__bullets .glide__bullet {
        width: 0.75rem;
        height: 0.75rem;
        border: 1px solid white;
        background-color: rgba(0,0,0,0);
        border-radius: 50%;
        outline: 0;
    }

.glide__bullets .glide__bullet.glide__bullet--active {
            background-color: rgba(255,255,255,.5);
        }

.thirds-image {
    height: 60vw;
    max-height: 450px;
}

.two-up-grid .image {
        height: 100vw;
    }

.two-up-grid .half-container {
        width: 100%;
    }

.custom-content-block h1, .custom-content-block h2, .custom-content-block h3, .custom-content-block h4 {
        font-family: "Uniform Extra Condensed Medium", sans-serif;
        margin: 40px 0 20px 0;
        line-height: 1;
    }

.custom-content-block h1 {
        font-size: 5rem;
    }

.custom-content-block h2 {
        font-size: 3rem;
    }

.custom-content-block h3 {
        font-size: 2rem;
    }

.custom-content-block h4 {
        font-size: 1rem;
    }

.custom-content-block p {
        margin-bottom: 20px;
        line-height: 1.5;
    }

.custom-content-block ol, .custom-content-block ul {
        margin-left: 20px;
    }

.custom-content-block ol li p, .custom-content-block ul li p {
  margin: 0px;
}

.custom-content-block ul {
        list-style-type: disc;
    }

.custom-content-block a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

footer a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 300ms;
}

footer a:hover {
  --tw-text-opacity: 1;
  color: rgba(241, 241, 239, 1);
  color: rgb(241 241 239 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.with-hover-overlay {
    position: relative;
}

.with-hover-overlay::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0;
        transition: .5s ease;
    }

.with-hover-overlay:hover::before {
        opacity: 0.35;
    }

.four-blocks .four-block {
        height: 100vw;
    }

.instagram .glide__slides {
    height: 50vw;
}

.featured-by .glide__slides {
    height: 190px;
}

.four-locations-holder .four-location {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
  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: 300ms;
}

.four-locations-holder:hover .four-location {
  --tw-translate-y: -0.25rem;
  transform: var(--tw-transform);
  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: 300ms;
}

form input[type=text], form input[type=email], form input[type=number], form input[type=password], form select, form textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 31 32 / var(--tw-border-opacity));
  padding: 0.5rem;
}

@media all and (min-width: 640px) {
        .two-up-grid .image {
            height: 75vw;
        }
        .two-up-grid .half-container {
            width: 640px;
        }

    .thirds-image {
        height: 40vw;
    }
}

@media all and (min-width: 768px) {
            header nav img#brand {
                max-width: 250px;
            }
    .glide__slides {
        height: 60vh;
    }
                .glide__slides .glide__slide .words h2 {
                    font-size: 40px;
                }

    .thirds-image {
        height: 30vw;
    }
        .two-up-grid .image {
            height: 50vw;
        }
        .two-up-grid .half-container {
            width: 768px;
        }
        .four-blocks .four-block {
            height: 50vw;
        }

    .instagram .glide__slides {
        height: 25vw;
    }
                header .partners .partner.wordle {
                    line-height: .7rem;
                    font-size: .7rem;
                }
}

@media all and (min-width: 1024px) {
        .two-up-grid .image {
            height: 50vw;
            max-height: 600px;
        }
        .two-up-grid .half-container {
            width: 512px;
        }
        .four-blocks .four-block {
            height: 25vw;
        }

    .instagram .glide__slides {
        height: 20vw;
    }
                header .partners .partner.wordle {
                    line-height: .9rem;
                    font-size: .9rem;
                }
}

@media all and (min-width: 1280px) {
        .two-up-grid .half-container {
            width: 640px;
        }

    .instagram .glide__slides {
        height: 20vw;
    }

    .thirds-image {
        height: 30vw;
    }
                header .partners .partner.wordle {
                    line-height: 1rem;
                    font-size: 1rem;
                }

}

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-auto {
  height: auto;
}

.h-16 {
  height: 4rem;
}

.h-screen {
  height: 100vh;
}

.h-screen-33 {
  height: 33vh;
}

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

.max-h-90-screen {
  max-height: 90vh;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-screen {
  width: 100vw;
}

.w-4\/5 {
  width: 80%;
}

.w-48 {
  width: 12rem;
}

.w-32 {
  width: 8rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: var(--tw-transform);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

.columns-3xs {
  -moz-columns: 16rem;
       columns: 16rem;
}

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}

.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}

.gap-0 {
  grid-gap: 0px;
  gap: 0px;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

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

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

.border-primary-lightest {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 239 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(32 31 32 / var(--tw-border-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: rgba(0,0,0,0);
}

.bg-primary-lightest {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 239 / var(--tw-bg-opacity));
}

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

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-tight {
  line-height: 1.25;
}

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

.leading-normal {
  line-height: 1.5;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

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

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgba(220, 219, 217, 1);
  color: rgb(220 219 217 / var(--tw-text-opacity));
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}

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

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

.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;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:border-transparent:hover {
  border-color: rgba(0,0,0,0);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 31 32 / var(--tw-bg-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(32, 31, 32, 1);
  color: rgb(32 31 32 / var(--tw-text-opacity));
}

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

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

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {

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

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

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

  .md\:gap-6 {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

@media (min-width: 1024px) {

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-12 {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .lg\:gap-8 {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {

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

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

