/*
! tailwindcss v3.2.7 | 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 {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-font-feature-settings: normal;
          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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

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

::-webkit-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:  ;
}

::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:  ;
}
.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: 1460px) {

  .container {
    max-width: 1460px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.w-1\/2 {
  width: 50%;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-full {
  width: 100%;
}
.max-w-screen-xxl {
  max-width: 1460px;
}
.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.transform {
  -webkit-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: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-x-6 {
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.text-right {
  text-align: right;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  -webkit-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: 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 {
  -webkit-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: 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);
}
html {
  font-family: inter, sans-serif;
  font-weight: 400;
  color: #485953;
  background-color: #f9f7f2;
}

a {
  text-decoration-line: underline;
  color: #b45040;
}

a:hover,
button:hover {
  color: #748479;
}

a:focus,
button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #748479;
}

.logo a {
  color: #485953;
}

.logo span {
  font-weight: 600;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    --tw-text-opacity: 1;
    color: rgb(87 83 78 / var(--tw-text-opacity));
    text-decoration-line: none;
  }
}

.nav-primary a,
.nav-secondary a,
.nav-filters a,
.nav-overview a,
.nav-page a,
.nav-footer a,
.nav-social a,
.logo a,
.legal a {
  text-decoration-line: none;
}

.nav-primary a:hover,
.nav-secondary a:hover,
.nav-filters a:hover,
.nav-overview a:hover,
.nav-footer a:hover,
.logo a:hover {
  color: #748479;
}

.nav-primary a:focus,
.nav-secondary a:focus,
.nav-filters a:focus,
.nav-overview a:focus,
.nav-footer a:focus,
.logo a:focus {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.nav-primary a.is-active,
.nav-footer a.is-active,
.nav-filters a.selected {
  color: #485953;
}

.nav-primary,
.nav-secondary,
.nav-filters,
.nav-overview,
.nav-footer {
  letter-spacing: 0.1em;
}

header,
.nav-secondary,
.nav-filters,
.nav-overview,
.nav-footer {
  text-transform: uppercase;
}

.page-home header {
  background-color: #deebdc;
}
.page-home .cta {
  margin-top: 0;
}

.hero {
  background-color: #deebdc;
}

.cta {
  background-color: #f7ebe5;
}

header .logo {
  letter-spacing: 0.1em;
}

footer {
  background-color: #f9f7f2;
}

.nav-primary li {
  font-size: calc(1.275rem + 0.24658vw);
  line-height: calc(1.325rem + 0.73973vw);
  line-height: 1.625;
}

@media (min-width: 1460px) {

  .nav-primary li {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.nav-overview .component-inner {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .nav-overview .component-inner {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .nav-overview .component-inner {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .nav-overview .component-inner {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .nav-overview .component-inner {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1460px) {
  .nav-overview .component-inner {
    margin-bottom: 4rem;
  }
}
.nav-overview p {
  font-size: calc(1.275rem + 0.24658vw);
  line-height: calc(1.325rem + 0.73973vw);
  line-height: 1.5;
}
@media (min-width: 1460px) {

  .nav-overview p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .nav-overview p {
    font-size: calc(1.3125rem + 0.61644vw);
    line-height: calc(1.35rem + 0.9863vw);
    line-height: 1.5;
  }
  @media (min-width: 1460px) {

    .nav-overview p {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
}

.nav-social li {
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .nav-social li {
    font-size: 3rem;
    line-height: 1.5;
  }
}

.logo a {
  font-size: calc(1.275rem + 0.24658vw);
  line-height: calc(1.325rem + 0.73973vw);
  line-height: 1.5;
}

@media (min-width: 1460px) {

  .logo a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h1 {
  font-weight: 500;
  font-size: calc(1.5rem + 2.46575vw);
  line-height: 1;
  line-height: 1.375;
  color: #86a487;
}

@media (min-width: 1460px) {

  h1 {
    font-size: 3.75rem;
  }
}

.hero h1 {
  color: #485953;
}

h2 {
  font-weight: 500;
  font-size: calc(1.425rem + 1.72603vw);
  line-height: 1;
  line-height: 1.375;
  color: #485953;
}

@media (min-width: 1460px) {

  h2 {
    font-size: 3rem;
  }
}
h2 a {
  text-decoration-line: none;
  color: #485953;
}

h3 {
  font-weight: 500;
  font-size: calc(1.3125rem + 0.61644vw);
  line-height: calc(1.35rem + 0.9863vw);
  line-height: 1.375;
  color: #86a487;
}

@media (min-width: 1460px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
h3 a {
  text-decoration-line: none;
  color: #86a487;
}

h4 {
  font-weight: 500;
  font-size: calc(1.275rem + 0.24658vw);
  line-height: calc(1.325rem + 0.73973vw);
  line-height: 1.375;
}

@media (min-width: 1460px) {

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h4 a {
  text-decoration-line: none;
}

h5 {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: calc(1.3rem + 0.49315vw);
  line-height: 1.375;
}

@media (min-width: 1460px) {

  h5 {
    line-height: 1.75rem;
  }
}

h1, h2, h3, h4, h5 {
  margin-bottom: 1rem;
}

span.capitals {
  text-transform: uppercase;
}

img {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  img {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  img {
    margin-bottom: 2.5rem;
  }
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
p.last, p:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
  margin-bottom: 0px;
}

hr {
  border-top-color: #dbded5;
}

p,
li,
dt, dd,
.nav-secondary,
.nav-filters,
.nav-footer,
button {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  p,
  li,
  dt, dd,
  .nav-secondary,
  .nav-filters,
  .nav-footer,
  button {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1460px) {
  p,
  li,
  dt, dd,
  .nav-secondary,
  .nav-filters,
  .nav-footer,
  button {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}

.nav-footer li {
  line-height: 1.625;
}

p.intro {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  p.intro {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1460px) {
  p.intro {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

p.testimonial-quotation {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  color: #748479;
}
@media (min-width: 768px) {
  p.testimonial-quotation {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  p.testimonial-quotation {
    width: 75%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1460px) {
  p.testimonial-quotation {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

.cta p {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .cta p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1280px) {
  .cta p {
    width: 75%;
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1460px) {
  .cta p {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5;
  }
}

p.testimonial-attribution {
  color: #bec5b9;
}

.small,
.work-item p.small,
p.testimonial-attribution {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {
  .small,
  .work-item p.small,
  p.testimonial-attribution {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1460px) {
  .small,
  .work-item p.small,
  p.testimonial-attribution {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px) {
  .work-item img {
    margin-bottom: 0px;
  }
  .work-item .modalGallery_imagesThumbs .component-inner {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .work-item .modalGallery_imagesThumbs .component-inner {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .work-item .modalGallery_imagesThumbs .component-inner {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  .work-item .modalGallery_imagesThumbs .component-inner {
    padding-top: 4rem;
  }
}
@media (min-width: 1460px) {
  .work-item .modalGallery_imagesThumbs .component-inner {
    padding-top: 5rem;
  }
}

.highlight {
  color: #86a487;
}

p,
ul, ol, dl {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  p,
  ul, ol, dl {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  p,
  ul, ol, dl {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1460px) {
  p,
  ul, ol, dl {
    margin-bottom: 1.75rem;
  }
}

.component-full-width-background {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .component-full-width-background {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .component-full-width-background {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .component-full-width-background {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .component-full-width-background {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  .component-full-width-background {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

header .component-full-width-background,
.page-home .hero + .wrapper-content .component:first-of-type {
  padding-top: 1rem;
}
@media (min-width: 640px) {
  header .component-full-width-background,
  .page-home .hero + .wrapper-content .component:first-of-type {
    padding-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  header .component-full-width-background,
  .page-home .hero + .wrapper-content .component:first-of-type {
    padding-top: 2rem;
  }
}
@media (min-width: 1024px) {
  header .component-full-width-background,
  .page-home .hero + .wrapper-content .component:first-of-type {
    padding-top: 3rem;
  }
}
@media (min-width: 1280px) {
  header .component-full-width-background,
  .page-home .hero + .wrapper-content .component:first-of-type {
    padding-top: 4rem;
  }
}
@media (min-width: 1460px) {
  header .component-full-width-background,
  .page-home .hero + .wrapper-content .component:first-of-type {
    padding-top: 5rem;
  }
}

.cta .component-full-width-background {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .cta .component-full-width-background {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cta .component-full-width-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .cta .component-full-width-background {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .cta .component-full-width-background {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1460px) {
  .cta .component-full-width-background {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

footer .component-full-width-background {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  footer .component-full-width-background {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  footer .component-full-width-background {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  footer .component-full-width-background {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  footer .component-full-width-background {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1460px) {
  footer .component-full-width-background {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.component {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .component {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .component {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .component {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .component {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  .component {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.component-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
  .component-inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .component-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .component-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .component-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1460px) {
  .component-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.hero .component:last-of-type,
.page-home .wrapper-content .component:last-of-type {
  padding-bottom: 1rem;
}
@media (min-width: 640px) {
  .hero .component:last-of-type,
  .page-home .wrapper-content .component:last-of-type {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero .component:last-of-type,
  .page-home .wrapper-content .component:last-of-type {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .hero .component:last-of-type,
  .page-home .wrapper-content .component:last-of-type {
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {
  .hero .component:last-of-type,
  .page-home .wrapper-content .component:last-of-type {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1460px) {
  .hero .component:last-of-type,
  .page-home .wrapper-content .component:last-of-type {
    padding-bottom: 5rem;
  }
}

.cta {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .cta {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .cta {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .cta {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .cta {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  .cta {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.sm\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.lg\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.xl\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.xxl\:clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.component.grid-colcade {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.component.grid-colcade .grid-colcade-col {
  float: left;
  display: none;
  width: 50%;
  /*
  @apply w-full;
  @screen sm {
      @apply w-1/2;
  } 
  */
  /*
  &.grid-colcade-col--2{
      @screen sm {
          display: block; 
      }
  }
  */
}
@media (min-width: 768px) {
  .component.grid-colcade .grid-colcade-col {
    width: 33.333333%;
  }
}
@media (min-width: 1024px) {
  .component.grid-colcade .grid-colcade-col {
    width: 25%;
  }
}
.component.grid-colcade .grid-colcade-col.grid-colcade-col--1, .component.grid-colcade .grid-colcade-col.grid-colcade-col--2 {
  display: block;
}
@media (min-width: 768px) {
  .component.grid-colcade .grid-colcade-col.grid-colcade-col--3 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .component.grid-colcade .grid-colcade-col.grid-colcade-col--4 {
    display: block;
  }
}
.component.grid-colcade .grid-colcade-item {
  min-height: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {
  .component.grid-colcade .grid-colcade-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .component.grid-colcade .grid-colcade-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  .component.grid-colcade .grid-colcade-item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .component.grid-colcade .grid-colcade-item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  .component.grid-colcade .grid-colcade-item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.component.grid-colcade img {
  margin-bottom: 0px;
}

.modalGallery .modalGallery_gallery .modalGallery_imagesThumbs img {
  margin-bottom: 0;
}
.modalGallery .modalGallery_gallery img {
  cursor: pointer;
}
.modalGallery .modalGallery_modal {
  background-color: rgba(249, 247, 242, 0.75);
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  /*
  @screen sm {
      @apply block;
  }
  */
}
.modalGallery .modalGallery_modal button {
  background: #f9f7f2;
}
.modalGallery .modalGallery_modal .modalGallery_close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  padding: 1rem;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_prev {
  position: absolute;
  top: 50%;
  left: 0px;
  display: none;
  padding: 1rem;
  margin-top: -32px;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_next {
  position: absolute;
  top: 50%;
  right: 0px;
  display: none;
  padding: 1rem;
  margin-top: -32px;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  z-index: 1000;
}
.modalGallery .modalGallery_modal .modalGallery_image img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .modalGallery .modalGallery_modal .modalGallery_image img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .modalGallery .modalGallery_modal .modalGallery_image img {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1460px) {
  .modalGallery .modalGallery_modal .modalGallery_image img {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.focus-visible\:outline:focus-visible {
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}
@media (min-width: 640px) {

  .sm\:\!mb-0 {
    margin-bottom: 0px !important;
  }

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

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

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

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

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

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

  .sm\:w-1\/4 {
    width: 25%;
  }

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

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

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 768px) {

  .md\:mr-4 {
    margin-right: 1rem;
  }

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

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }

  .lg\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1280px) {

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

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

  .xl\:w-5 {
    width: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:w-3\/4 {
    width: 75%;
  }
}


/*# sourceMappingURL=all.css.map */
