/*
! tailwindcss v3.0.15 | 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: Plus Jakarta Sans, serif; /* 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-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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 850px) {

  .container {
    max-width: 850px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[-2rem\] {
  top: -2rem;
}
.left-0 {
  left: 0px;
}
.top-\[4rem\] {
  top: 4rem;
}
.top-\[-30\%\] {
  top: -30%;
}
.left-\[-4rem\] {
  left: -4rem;
}
.top-\[-60\%\] {
  top: -60%;
}
.left-\[16rem\] {
  left: 16rem;
}
.right-\[-2rem\] {
  right: -2rem;
}
.left-\[-15\%\] {
  left: -15%;
}
.top-\[2rem\] {
  top: 2rem;
}
.left-\[3rem\] {
  left: 3rem;
}
.right-\[-15\%\] {
  right: -15%;
}
.left-\[-2rem\] {
  left: -2rem;
}
.top-\[-1rem\] {
  top: -1rem;
}
.top-4 {
  top: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-\[-\.35rem\] {
  top: -.35rem;
}
.bottom-0 {
  bottom: 0px;
}
.z-0 {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-8 {
  margin: 2rem;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-screen {
  height: 100vh;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-full {
  height: 100%;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-\[100px\] {
  height: 100px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-full {
  width: 100%;
}
.w-\[2rem\] {
  width: 2rem;
}
.w-\[calc\(100\%_-_2rem\)\] {
  width: calc(100% - 2rem);
}
.w-screen {
  width: 100vw;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-3\/4 {
  width: 75%;
}
.w-\[60vw\] {
  width: 60vw;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[172px\] {
  max-width: 172px;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.basis-1 {
  flex-basis: 0.25rem;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/6 {
  flex-basis: 16.66666%;
}
.translate-y-\[-4rem\] {
  --tw-translate-y: -4rem;
  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-\[-12rem\] {
  --tw-translate-x: -12rem;
  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-\[4rem\] {
  --tw-translate-y: 4rem;
  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-\[-8rem\] {
  --tw-translate-x: -8rem;
  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-\[-2rem\] {
  --tw-translate-y: -2rem;
  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-\[14rem\] {
  --tw-translate-x: 14rem;
  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-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-4 {
  gap: 1rem;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-tan {
  --tw-border-opacity: 1;
  border-color: rgb(230 219 204 / var(--tw-border-opacity));
}
.border-storm {
  --tw-border-opacity: 1;
  border-color: rgb(115 148 178 / var(--tw-border-opacity));
}
.border-bone {
  --tw-border-opacity: 1;
  border-color: rgb(242 237 231 / var(--tw-border-opacity));
}
.bg-linen {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 244 / var(--tw-bg-opacity));
}
.bg-bone {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 231 / var(--tw-bg-opacity));
}
.bg-tan {
  --tw-bg-opacity: 1;
  background-color: rgb(230 219 204 / var(--tw-bg-opacity));
}
.bg-denim {
  --tw-bg-opacity: 1;
  background-color: rgb(36 84 145 / var(--tw-bg-opacity));
}
.bg-brick {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
.bg-midnight {
  --tw-bg-opacity: 1;
  background-color: rgb(8 14 62 / var(--tw-bg-opacity));
}
.bg-lake {
  --tw-bg-opacity: 1;
  background-color: rgb(22 47 96 / var(--tw-bg-opacity));
}
.bg-canary {
  --tw-bg-opacity: 1;
  background-color: rgb(221 202 105 / var(--tw-bg-opacity));
}
.bg-canteloupe {
  --tw-bg-opacity: 1;
  background-color: rgb(217 129 78 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-0 {
  padding: 0px;
}
.p-8 {
  padding: 2rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-64 {
  padding-bottom: 16rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-serif {
  font-family: MADE Mirage, sans-serif;
}
.font-sans {
  font-family: Plus Jakarta Sans, serif;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[10rem\] {
  font-size: 10rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[50\%\] {
  font-size: 50%;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[3\.5rem\] {
  font-size: 3.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[70\%\] {
  font-size: 70%;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[\.75rem\] {
  font-size: .75rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[\.9125rem\] {
  font-size: .9125rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-linen {
  --tw-text-opacity: 1;
  color: rgb(249 247 244 / var(--tw-text-opacity));
}
.text-bone {
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
.text-denim {
  --tw-text-opacity: 1;
  color: rgb(36 84 145 / var(--tw-text-opacity));
}
.text-midnight {
  --tw-text-opacity: 1;
  color: rgb(8 14 62 / var(--tw-text-opacity));
}
.text-cloud {
  --tw-text-opacity: 1;
  color: rgb(174 195 219 / var(--tw-text-opacity));
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-brick {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.text-lake {
  --tw-text-opacity: 1;
  color: rgb(22 47 96 / var(--tw-text-opacity));
}
.text-tan {
  --tw-text-opacity: 1;
  color: rgb(230 219 204 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-80 {
  opacity: 0.8;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.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-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-700 {
  transition-duration: 700ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.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);
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaText-Regular.woff2') format('woff2'),
        url('../fonts/PlusJakartaText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaText-Light.woff2') format('woff2'),
        url('../fonts/PlusJakartaText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaText-Bold.woff2') format('woff2'),
        url('../fonts/PlusJakartaText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage-Medium.woff2') format('woff2'),
        url('../fonts/MADEMirage-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Mirage';
    src: url('../fonts/MADEMirage.woff2') format('woff2'),
        url('../fonts/MADEMirage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.scale-in {
    opacity: 0; transform: scale(1.025); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.22, 0.61, 0.35, 1);
  }
.scale-in.active {
    opacity: 1; transform: scale(1);
    }
.fade-in-btm {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
  }
.fade-in-btm.active {
    opacity: 1; transform: translateY(0);
      }
.fade-in {
    opacity: 0; transition: 0.7s cubic-bezier(0.5,0.76,0.6,0.88);
  }
.fade-in.active {
    opacity: 1;
    }
.fade-in-bottom-parent .fade-in-bottom {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
      }
.fade-in-bottom-parent.active .fade-in-bottom {
    opacity: 1; transform: translateY(0);
          }
.anim-stage-1 {
    transition-delay: calc(0s + 0s);
  }
.anim-stage-2 {
    transition-delay: calc(.2s + 0s);
  }
.anim-stage-3 {
    transition-delay: calc(.4s + 0s);
  }
.anim-stage-4 {
    transition-delay: calc(.6s + 0s);
  }
header.header {
  position: fixed;
  z-index: 50;
  width: 100%;
    transition: .5s ease-out;
}
header.header #logo, header.header svg, header.header path {
      transition: .5s ease-out;
    }
header.header svg path {
      fill: #99350A;
    }
header.header.Blue svg path, header.header.Brick svg path, header.header.Brick-BG svg path {
        fill: #F2EDE7;
      }
header.header.Blue .header-nav a, header.header.Brick .header-nav a, header.header.Brick-BG .header-nav a {
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
header.header.Blue #nav-icon3 span, header.header.Brick #nav-icon3 span, header.header.Brick-BG #nav-icon3 span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 231 / var(--tw-bg-opacity));
}
header.header.Brick .btn-brick {
  --tw-border-opacity: 1;
  border-color: rgb(242 237 231 / var(--tw-border-opacity));
}
@media (max-width: 850px) {
      header.header #inner-header {
        height: 48px;
      }
    }
header.header.scroll {
  background-color: rgb(230 219 204 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
}
header.header.scroll svg path {
        fill: #99350A;
      }
header.header.scroll #nav-icon3 span {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
header.header.scroll .header-nav a {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
header.header.scroll .header-nav a.btn {
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
@media (max-width: 850px) {
.header-nav {
    --tw-bg-opacity: 1;
    background-color: rgb(230 219 204 / var(--tw-bg-opacity));
  }
.header-nav {
      top: -120vh;
      transition: 700ms ease-in-out;
      opacity: 0
    
  }
      .header-nav.active {
        top: 0;
        opacity: 1;
      }
    }
#logo {
    height: 100%;
    width: 100%;
  }
#logo svg {
      padding-left: 1rem;
      height: 30px;
      width: auto; 
    }
@media (max-width: 850px) {
#logo svg {
        height: 24px 
    }
      }
/* Icon 3 */
.menu-icon {
      position: fixed;
      top: 1rem;
      right: 1rem;
      z-index: 100;
  }
@media (min-width: 850px) {
.menu-icon {
        display: none
  }
      }
#nav-icon3 {  
    width: 24px;
    height: 16px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
#nav-icon3 span {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
  }
#nav-icon3 span:nth-child(2),
  #nav-icon3 span:nth-child(3) {
    top: 8px;
  }
#nav-icon3 span:nth-child(4) {
    top: 16px;
  }
.menu-icon.active #nav-icon3 span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
.menu-icon.active #nav-icon3 span:nth-child(2) {
    transform: rotate(45deg);
  }
.menu-icon.active  #nav-icon3 span:nth-child(3) {
    transform: rotate(-45deg);
  }
.menu-icon.active #nav-icon3 span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
  }
.btn, .main div.wpforms-container-full .wpforms-form button[type=submit] {
  border-radius: 9999px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  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-duration: 700ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    font-size: 0.75rem;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn-brick, .main div.wpforms-container-full .wpforms-form button[type=submit] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 237 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
.btn-brick:hover, .main div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 14 62 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 14 62 / var(--tw-bg-opacity));
}
.page-style h1 {

    }
.page-style h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: Plus Jakarta Sans, serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.page-style h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-family: Plus Jakarta Sans, serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-style p {
  margin-bottom: 1rem;
  line-height: 1.625;
}
.page-style p a {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.page-style li {
  margin-left: 1rem;
  padding-left: 0.5rem;
        list-style: disc;
}
.page-style ul {
  margin-bottom: 1rem;
}
.page-style ol {
  margin-bottom: 1rem;
}
.page-style ol li {
  margin-left: 1rem;
  padding-left: 0.5rem;
            list-style: decimal;
}
.privacy-links {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.privacy-links li {
  margin-left: 0px;
  padding-left: 0px;
        list-style: none;
}
.privacy-links a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
@media (min-width: 850px) {

  .privacy-links a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.hero {
  min-height: 70vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.hero .text {
  position: relative;
  z-index: 10;
  max-width: 50rem;
}
.hero h1 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1.25;
}
@media (min-width: 850px) {

  .hero h1 {
    font-size: 3.5rem;
  }
}
.hero h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1.25;
}
@media (min-width: 850px) {

  .hero h2 {
    font-size: 2.25rem;
  }
}
.hero p {
  font-size: 1.125rem;
  line-height: 2;
}
@media (min-width: 850px) {

  .hero p {
    font-size: 1.15rem;
  }
}
.hero.Blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 47 96 / var(--tw-bg-opacity));
}
.hero.Blue h1, .hero.Blue h2, .hero.Blue p {
  --tw-text-opacity: 1;
  color: rgb(249 247 244 / var(--tw-text-opacity));
}
.hero.Yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(221 202 105 / var(--tw-bg-opacity));
}
.hero.Yellow h1, .hero.Yellow h2, .hero.Yellow p {
  --tw-text-opacity: 1;
  color: rgb(8 14 62 / var(--tw-text-opacity));
}
.hero.Brick {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
.hero.Brick h1, .hero.Brick h2, .hero.Brick p {
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
.hero .stones {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  width: 60vw;
}
@media (min-width: 850px) {

  .hero .stones {
    width: 50vw;
  }
}
.hero .stones .blue-stones {
  opacity: 0.4;
}
@media (min-width: 850px) {

  .hero .stones .blue-stones {
    opacity: 1;
  }
}
.facetwp-counter {
    display:none;
}
main .facetwp-radio, main .facetwp-radio.checked {
    background: none;
    background-image: none;
}
main .facetwp-radio {
  margin-right: 1rem;
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 237 231 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: .75rem;
  --tw-text-opacity: 1;
  color: rgb(249 247 244 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
main .facetwp-radio:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 219 204 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
main .facetwp-radio.checked {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.updated {

}
.insights.insights-single .image:after {
        opacity: .80;
    }
.insights .image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
.insights .image:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            opacity: .65;
            transition: 500ms;
        }
.insights .image.Financial:after {
  --tw-bg-opacity: 1;
  background-color: rgb(36 84 145 / var(--tw-bg-opacity));
}
.insights .image.Common:after, .insights .image .Succession:after {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
.insights .image.Insights:after, .insights .image.Insurance:after {
  --tw-bg-opacity: 1;
  background-color: rgb(221 202 105 / var(--tw-bg-opacity));
}
.insights .image.News:after {
  --tw-bg-opacity: 1;
  background-color: rgb(217 129 78 / var(--tw-bg-opacity));
}
.insights .image.Wealth:after {
  --tw-bg-opacity: 1;
  background-color: rgb(115 148 178 / var(--tw-bg-opacity));
}
.insights .image.Investment:after {
  --tw-bg-opacity: 1;
  background-color: rgb(36 84 145 / var(--tw-bg-opacity));
}
.insights .image.Tax:after {
  --tw-bg-opacity: 1;
  background-color: rgb(186 72 15 / var(--tw-bg-opacity));
}
.insights .image.Estate:after {
  --tw-bg-opacity: 1;
  background-color: rgb(13 114 204 / var(--tw-bg-opacity));
}
.insights-content ul {
        margin-left: 1.5rem;
    }
.insights-content ul li {
            list-style: disc;
            margin-bottom: 1rem;
        }
.insights-grid {
  transition-duration: 500ms;
}
.insights-grid h1, .insights-grid .entry-content {
  transition-duration: 500ms;
}
.insights-grid .entry-content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.insights-grid .image {
        width: 100%;
        position: relative;
        height: 190px;
        background-position: center center;
        background-size: cover;        
    }
.insights-grid .image:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 10;
            opacity: .65;
            transition: 500ms;
        }
.insights-grid .image img {
            -o-object-fit: cover;
               object-fit: cover;
            position: relative;
            z-index: 1;
        }
.insights-grid:hover, .insights-grid:active {
    box-shadow: 0px 4px 24px rgba(57, 74, 95, 0.75);
}
.insights-grid:hover .arrow-btn:after, .insights-grid:active .arrow-btn:after {
        right: -4px;
    }
.insights-grid:hover h1, .insights-grid:hover .entry-content, .insights-grid:active h1, .insights-grid:active .entry-content {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.insights-grid:hover .image:after, .insights-grid:active .image:after {
        opacity: .5;
    }
.insights-single p {
  margin-bottom: 1.5rem;
  font-size: .9125rem;
  line-height: 1.625;
}
@media (min-width: 850px) {

  .insights-single p {
    font-size: 1rem;
  }
}
.insights-single h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
@media (min-width: 850px) {

  .insights-single h2 {
    font-size: 2rem;
  }
}
.insights-single h3 {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 1.375rem;
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
@media (min-width: 850px) {

  .insights-single h3 {
    font-size: 1.6375rem;
  }
}
.insights-single h3:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
            content:'';
            width: 3rem;
}
.insights-single h4 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1rem;
  text-transform: none;
}
.insights-single footer {
  opacity: 0.8;
}
.insights-single footer p {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.paging button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}
#footer {
  --tw-bg-opacity: 1;
  background-color: rgb(22 47 96 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 6rem;
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
}
#footer li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#footer a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#footer ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 850px) {

  #footer ul {
    -moz-columns: 2;
         columns: 2;
  }

  #footer ul {
    justify-content: flex-start;
  }
}
.form {
  margin-top: 1.5rem;
}
.form .ctct-email {
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-top: none;
        width: 100%;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(242 237 231 / var(--tw-border-opacity));
        padding-bottom: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(242 237 231 / var(--tw-text-opacity));
        outline-width: 0px;
        transition-duration: 300ms}
.form .ctct-email:focus {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}
.form .ctct-email:active {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}
.form .ctct-disclosure {
  padding-top: 1rem;
  font-size: .75rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(230 219 204 / var(--tw-text-opacity));
  opacity: 0.7;
}
.form hr {
        display: none;
    }
.form .ctct-submit {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 237 231 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Plus Jakarta Sans, serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(242 237 231 / var(--tw-text-opacity));
  outline-width: 0px;
  transition-duration: 300ms;
}
.form .ctct-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: MADE Mirage, sans-serif;
}
h1 {
  font-size: 3.5rem;
}
@media (min-width: 850px) {

  h1 {
    font-size: 6rem;
    line-height: 1;
  }
}
h1 {
  line-height: 100%;
}
h1.large {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 850px) {

  h1.large {
    font-size: 6rem;
    line-height: 1;
  }
}
h1.small {
  font-size: 3rem;
}
@media (min-width: 850px) {

  h1.small {
    font-size: 3.5rem;
  }
}
h1 {
}
h2 {
  font-size: 2.5rem;
}
@media (min-width: 850px) {

  h2 {
    font-size: 3rem;
  }
}
p {
  max-width: 65ch;
}
h3 {
  font-size: 3rem;
  line-height: 1.25;
}
@media (min-width: 850px) {

  h3 {
    font-size: 3.5rem;
  }
}
h4 {
  font-family: Plus Jakarta Sans, serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 850px) {

  h4 {
    font-size: 1.125rem;
  }
}
.end-1,
.end-2,
.end-3,
.end-4,
.end-5 {
  visibility: hidden;
}
.grecaptcha-badge { visibility: hidden !important; }
#main.Blue {
  --tw-bg-opacity: 1;
  background-color: rgb(36 84 145 / var(--tw-bg-opacity));
}
#main.Brick-BG {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
.animated-headline ul {
    position: relative;
    height: 6rem;
  }
.animated-headline li {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0rem;
    transform: translateX(20rem);
  }
.animated-headline li.first {
    visibility: visible;
    transform: translateX(0);
  }
#homepage-stone-positioning {
  width: 100vw;
}
#homepage-stone-positioning .text {
  z-index: 10;
}
@media (min-width: 850px) {

  #homepage-stone-positioning .text {
    max-width: 28rem;
  }

  #homepage-stone-positioning .text {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  #homepage-stone-positioning .text {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
#homepage-stone-positioning .bg-stone {
  height: 100%;
}
@media (min-width: 850px) {

  #homepage-stone-positioning .bg-stone {
    height: 120%;
  }

  #homepage-stone-positioning .bg-stone {
    width: 120%;
  }
}
#homepage-stone-positioning .morph-svg-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 850px) {

  #homepage-stone-positioning .morph-svg-container {
    width: 50%;
  }

  #homepage-stone-positioning .morph-svg-container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  #homepage-stone-positioning .morph-svg-container {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
#homepage-stone-positioning svg {
    width: 100%;
    height: 100%;
  }
#homepage-stone-positioning h3 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1;
}
#homepage-stone-positioning p {
  font-size: 1.25rem;
    line-height: 140%;
}
#homepage-stone-positioning .integrations h3 {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
#homepage-cards .card {
  margin: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  flex-basis: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(242 237 231 / var(--tw-bg-opacity));
}
@media (min-width: 850px) {

  #homepage-cards .card {
    margin: 0px;
  }

  #homepage-cards .card {
    width: 33.333333%;
  }

  #homepage-cards .card {
    flex-basis: 33.333333%;
  }
}
#homepage-cards .card .arrow-btn {
  margin-top: 1rem;
}
#homepage-cards .card p {
      transition: .5s ease-out;
    }
#homepage-cards .card:hover p {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
#homepage-cards .card:hover .arrow-btn:after {
        right: -4px;
      }
#homepage-cards .texture {
  width: 100%;
}
#homepage-cards h3 {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#homepage-cards .text {
  padding: 1.5rem;
    transition: 5s ease-out;
}
#homepage-cards .services:hover .small {
        transform: translate(0.5rem, -0.5rem) scale(1.1) rotate(1deg);
      }
#homepage-cards .services:hover .large {
        transform-origin: center center;
        transform: translateX(-1.5rem) scale(1.2);
      }
#homepage-cards .services:active .small {
        transform: translate(0.6rem, -0.6rem) scale(1.2) rotate(2deg);
      }
#homepage-cards .services:active .large {
        transform-origin: center center;
        transform: translateX(-1.6rem) scale(1.3);
      }
#homepage-cards .approach:hover .small {
        transform: translate(0.2rem, 0.1rem) scale(1.1) rotate(5deg);
      }
#homepage-cards .approach:hover .large {
        transform-origin: center center;
        transform: translateX(-1rem) scale(1.1) rotate(-3deg);
      }
#homepage-cards .approach:active .small {
        transform: translate(0.3rem, 0.15rem) scale(1.2) rotate(6deg);
      }
#homepage-cards .approach:active .large {
        transform-origin: center center;
        transform: translateX(-1.1rem) scale(1.2) rotate(-4deg);
      }
#homepage-cards .about:hover .small {
        transform: translate(-0.5rem, -0.75rem) scale(1) rotate(-2deg);
      }
#homepage-cards .about:hover .large {
        transform-origin: center center;
        transform: translate(0.5rem, 0.5rem) scale(1) rotate(3deg);
      }
#homepage-cards .about:active .small {
        transform: translate(-0.6rem, -0.8rem) scale(1.1) rotate(-3deg);
      }
#homepage-cards .about:active .large {
        transform-origin: center center;
        transform: translate(0.6rem, 0.6rem) scale(1.1) rotate(4deg);
      }
#homepage-cards path {
    transition: 0.5s ease-in-out;
  }
@-webkit-keyframes fade-in-list {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-list {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.list-links li {
    border-top: 1px solid #AEC3DB;
  }
.list-links li:last-child {
      border-bottom: 1px solid #AEC3DB;
    }
@media (min-width: 850px) {
.list-links ul {
      opacity: 0;
      transform: translateY(2rem);
      -webkit-animation: fade-in-list 1s ease-out forwards;
              animation: fade-in-list 1s ease-out forwards;
      -webkit-animation-delay: 12s;
              animation-delay: 12s
  }
    }
.list-links a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(36 84 145 / var(--tw-text-opacity));
  transition-duration: 500ms;
}
@media (min-width: 850px) {

  .list-links a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.list-links a {
    width: 100%;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 0;
    display: block;
  }
.list-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.list-links a:after {
      content: "";
      width: 17px;
      height: 10px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-5px);
      transition: 600ms;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.375C0.654822 4.375 0.375 4.65482 0.375 5C0.375 5.34518 0.654822 5.625 1 5.625L1 4.375ZM16.4419 5.44194C16.686 5.19787 16.686 4.80214 16.4419 4.55806L12.4645 0.580584C12.2204 0.336506 11.8247 0.336506 11.5806 0.580584C11.3365 0.824661 11.3365 1.22039 11.5806 1.46447L15.1161 5L11.5806 8.53553C11.3365 8.77961 11.3365 9.17534 11.5806 9.41942C11.8247 9.6635 12.2204 9.6635 12.4645 9.41942L16.4419 5.44194ZM1 5.625L16 5.625L16 4.375L1 4.375L1 5.625Z' fill='%23245491'/%3E%3C/svg%3E");
    }
.box-shadow-blue {
  box-shadow: 0px 4px 16px rgba(107, 124, 145, 0.35);
}
.box-shadow-orange {
  box-shadow: 0px 4px 16px rgba(153, 121, 107, 0.35);
}
.box-shadow-yellow {
  box-shadow: 0px 4px 16px rgba(128, 122, 96, 0.35);
}
.arrow-btn {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
  transition: 500ms ease-out;
}
.arrow-btn:after {
    content: "";
    width: 17px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-5px);
    transition: 600ms;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.375C0.654822 4.375 0.375 4.65482 0.375 5C0.375 5.34518 0.654822 5.625 1 5.625L1 4.375ZM16.4419 5.44194C16.686 5.19787 16.686 4.80214 16.4419 4.55806L12.4645 0.580584C12.2204 0.336506 11.8247 0.336506 11.5806 0.580584C11.3365 0.824661 11.3365 1.22039 11.5806 1.46447L15.1161 5L11.5806 8.53553C11.3365 8.77961 11.3365 9.17534 11.5806 9.41942C11.8247 9.6635 12.2204 9.6635 12.4645 9.41942L16.4419 5.44194ZM1 5.625L16 5.625L16 4.375L1 4.375L1 5.625Z' fill='%2399350A'/%3E%3C/svg%3E");
  }
.arrow-btn.small {
  font-size: 0.75rem;
  line-height: 1rem;
}
.services-block:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 244 / var(--tw-bg-opacity));
}
.services-block h2 {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(22 47 96 / var(--tw-text-opacity));
}
.services-block h2, .services-block p, .services-block .accordion {
    opacity: 0; transform: translateY(0.5rem); transition-property: all; transition-duration: 1s; transition-timing-function: cubic-bezier(0.5,0.76,0.6,0.88);
  }
.services-block.active h2, .services-block.active p, .services-block.active .accordion {
    opacity: 1; transform: translateY(0);
    }
.services-block .accordion-item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(174 195 219 / var(--tw-border-opacity));
}
.services-block .accordion-item:last-child {
  border-bottom-width: 1px;
}
.services-block .accordion-item .icon {
      transition: 700ms ease-out;
    }
.services-block .accordion-item .plus {
      opacity: 1;
      transition: 700ms ease-out;

    }
.services-block .accordion-item.active .icon {
        transform: rotate(180deg);
      }
.services-block .accordion-item.active .plus {
        opacity: 0;
      }
.services-block .accordion-item.active .description {
        opacity: 1;
      }
.services-block .description {
    transform-origin: top;
    opacity: 0;
    transition: .6s ease-out;
    height: 0;
    overflow: hidden;
  }
.services-block .description-height {
  padding-bottom: 1rem;
}
.approach-block.active .icon {
    opacity: 1; transform: scale(1);
    }
.approach-block.active h2, .approach-block.active p {
    opacity: 1; transform: translateY(0);
    }
.secondary-body p {
  padding-bottom: 1rem;
}
.main div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.main .wpforms-field-description a {
  --tw-text-opacity: 1;
  color: rgb(36 84 145 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.location-block p {
  padding-bottom: 1rem;
}
.team-block .post-thumbnail, .team-block h3 {
  transition-duration: 300ms;
}
.team-block img {
  transition-duration: 300ms;
}
.team-block:hover .post-thumbnail {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.team-block:hover .post-thumbnail img {
  --tw-brightness: brightness(1.1);
  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);
}
.team-block:hover h3 {
  --tw-text-opacity: 1;
  color: rgb(217 129 78 / var(--tw-text-opacity));
}
.landing-page-section li {
  margin-left: 1rem;
  margin-bottom: 1rem;
    list-style: disc;
}
.landing-page-section .wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.landing-page-icon-card {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
}
@media (min-width: 850px) {

  .landing-page-icon-card {
    width: 25%;
  }
}
.landing-page-icon-card .icon {
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 172px;
  text-align: center;
}
.landing-page-icon-card h4 {
  margin-bottom: 1rem;
  font-family: MADE Mirage, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-transform: none;
}
@media (min-width: 850px) {
    .landing-page-icon-card:nth-child(2) {
      transition-delay: .15s
    }
    .landing-page-icon-card:nth-child(3) {
      transition-delay: .3s
    }
    .landing-page-icon-card:nth-child(4) {
      transition-delay: .45s
    }
  }
.graph-2 .Bonds .Graph {
  transform-origin: 0px 35%;
}
.graph-2 .Stocks .Graph {
  transform-origin: 0px 55%;
}
.graph-2 .sixty .Graph {
  transform-origin: 0px 46%;
}
.hover\:bg-brick:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 53 10 / var(--tw-bg-opacity));
}
.hover\:bg-tan:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 219 204 / var(--tw-bg-opacity));
}
.hover\:text-brick:hover {
  --tw-text-opacity: 1;
  color: rgb(153 53 10 / var(--tw-text-opacity));
}
.hover\:text-canteloupe:hover {
  --tw-text-opacity: 1;
  color: rgb(217 129 78 / var(--tw-text-opacity));
}
.hover\:text-denim:hover {
  --tw-text-opacity: 1;
  color: rgb(36 84 145 / var(--tw-text-opacity));
}
.hover\:underline-offset-1:hover {
  text-underline-offset: 1px;
}
.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}
.focus\:border-brick:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}
.active\:border-b-2:active {
  border-bottom-width: 2px;
}
.active\:border-brick:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 53 10 / var(--tw-border-opacity));
}
@media (min-width: 850px) {

  .md\:relative {
    position: relative;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-\[-10\%\] {
    top: -10%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-auto {
    right: auto;
  }

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

  .md\:top-\[-40\%\] {
    top: -40%;
  }

  .md\:left-\[-2rem\] {
    left: -2rem;
  }

  .md\:top-\[-60\%\] {
    top: -60%;
  }

  .md\:top-\[-2rem\] {
    top: -2rem;
  }

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

  .md\:left-\[20\%\] {
    left: 20%;
  }

  .md\:left-\[10\%\] {
    left: 10%;
  }

  .md\:top-\[-1rem\] {
    top: -1rem;
  }

  .md\:top-\[0\] {
    top: 0;
  }

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

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

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

  .md\:ml-\[33\%\] {
    margin-left: 33%;
  }

  .md\:ml-\[8\%\] {
    margin-left: 8%;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-full {
    height: 100%;
  }

  .md\:h-\[50vh\] {
    height: 50vh;
  }

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

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

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

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

  .md\:w-\[120\%\] {
    width: 120%;
  }

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

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

  .md\:max-w-\[28rem\] {
    max-width: 28rem;
  }

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-7\/12 {
    flex-basis: 58.333333%;
  }

  .md\:basis-4\/12 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

  .md\:translate-y-\[0rem\] {
    --tw-translate-y: 0rem;
    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));
  }

  .md\:translate-x-\[0rem\] {
    --tw-translate-x: 0rem;
    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));
  }

  .md\:translate-y-\[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));
  }

  .md\:translate-x-\[16\%\] {
    --tw-translate-x: 16%;
    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));
  }

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

  .md\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

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

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

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

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

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[1\.6375rem\] {
    font-size: 1.6375rem;
  }

  .md\:text-bone {
    --tw-text-opacity: 1;
    color: rgb(242 237 231 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

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

  .lg\:basis-1\/4 {
    flex-basis: 25%;
  }

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

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {

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

  .xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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