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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.left-0 {
  left: 0px;
}

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

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

.m-auto {
  margin: auto;
}

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.h-full {
  height: 100%;
}

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

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

.h-60 {
  height: 15rem;
}

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

.h-12 {
  height: 3rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

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

.min-h-\[45vh\] {
  min-height: 45vh;
}

.w-full {
  width: 100%;
}

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

.w-12 {
  width: 3rem;
}

.w-10\/12 {
  width: 83.333333%;
}

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

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

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

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

.w-80 {
  width: 20rem;
}

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

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

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

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

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

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.self-end {
  align-self: flex-end;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-full {
  border-radius: 9999px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

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

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(1 120 62 / var(--tw-border-opacity));
}

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 34 40 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(1 120 62 / var(--tw-bg-opacity));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 34 40 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(68 66 90 / var(--tw-bg-opacity));
}

.bg-light-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 245 / var(--tw-bg-opacity));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0226\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0226.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0399\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0399.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0276\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0276.jpg');
}

.bg-\[url\(\'https\:\/\/westover-living\.s3\.amazonaws\.com\/westover-shadow-tree-graphic\.png\'\)\] {
  background-image: url('https://westover-living.s3.amazonaws.com/westover-shadow-tree-graphic.png');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DJI_20240607112013_0936_D\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DJI_20240607112013_0936_D.jpg');
}

.bg-\[url\(\'https\:\/\/westover-living\.s3\.amazonaws\.com\/westover-seamless-bg-pattern\.jpg\'\)\] {
  background-image: url('https://westover-living.s3.amazonaws.com/westover-seamless-bg-pattern.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0299\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0299.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DSC_0382-min-scaled\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DSC_0382-min-scaled.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/5a80bddfddf784\.53566348345\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/5a80bddfddf784.53566348345.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DSC00666-min\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DSC00666-min.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DSC_5366\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DSC_5366.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DSC_0403-min-scaled\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DSC_0403-min-scaled.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DJI_20240607111922_0932_D\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DJI_20240607111922_0932_D.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0293\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0293.jpg');
}

.bg-\[url\(\'https\:\/\/westover-living\.s3\.amazonaws\.com\/SVGs\/bed-front\.svg\'\)\] {
  background-image: url('https://westover-living.s3.amazonaws.com/SVGs/bed-front.svg');
}

.bg-\[url\(\'https\:\/\/westover-living\.s3\.amazonaws\.com\/SVGs\/shower\.svg\'\)\] {
  background-image: url('https://westover-living.s3.amazonaws.com/SVGs/shower.svg');
}

.bg-\[url\(\'https\:\/\/westover-living\.s3\.amazonaws\.com\/SVGs\/calendar-days\.svg\'\)\] {
  background-image: url('https://westover-living.s3.amazonaws.com/SVGs/calendar-days.svg');
}

.bg-\[url\(\'https\:\/\/medialibrarycf\.entrata\.com\/1715\/MLv3\/4\/22\/2022\/3\/26\/21382\/561ffb79bf4f5888\.jpg\'\)\] {
  background-image: url('https://medialibrarycf.entrata.com/1715/MLv3/4/22/2022/3/26/21382/561ffb79bf4f5888.jpg');
}

.bg-\[url\(\'https\:\/\/medialibrarycf\.entrata\.com\/1715\/MLv3\/4\/22\/2022\/3\/26\/21383\/561ffbdb5ed88206\.jpg\'\)\] {
  background-image: url('https://medialibrarycf.entrata.com/1715/MLv3/4/22/2022/3/26/21383/561ffbdb5ed88206.jpg');
}

.bg-\[url\(\'https\:\/\/medialibrarycf\.entrata\.com\/1715\/MLv3\/4\/22\/2022\/3\/26\/21384\/561ffc2d93c19766\.jpg\'\)\] {
  background-image: url('https://medialibrarycf.entrata.com/1715/MLv3/4/22/2022/3/26/21384/561ffc2d93c19766.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0387\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0387.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0228\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0228.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DSC_0372-min-scaled\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DSC_0372-min-scaled.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0392\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0392.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0272\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0272.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0305\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0305.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0303\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0303.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0298\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0298.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0296\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0296.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0290\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0290.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0288\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0288.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0281\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0281.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DSC_0236\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DSC_0236.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/DJI_0024-Aerial-View-min-scaled\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/DJI_0024-Aerial-View-min-scaled.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2024\/08\/DJI_20240607111638_0921_D\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2024/08/DJI_20240607111638_0921_D.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/Black_Hawk_sitemap_1000w\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/Black_Hawk_sitemap_1000w.jpg');
}

.bg-\[url\(\'https\:\/\/cms\.westoverliving\.com\/wp-content\/uploads\/2023\/01\/westover-template-page-placeholder-image2-1\.jpg\'\)\] {
  background-image: url('https://cms.westoverliving.com/wp-content/uploads/2023/01/westover-template-page-placeholder-image2-1.jpg');
}

.bg-\[url\(\'\'\)\] {
  background-image: url('');
}

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

.bg-\[length\:450px\] {
  background-size: 450px;
}

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

.bg-\[length\:400px\] {
  background-size: 400px;
}

.bg-\[length\:1\.4em\] {
  background-size: 1.4em;
}

.bg-\[length\:1\.2em\] {
  background-size: 1.2em;
}

.bg-center {
  background-position: center;
}

.bg-right-top {
  background-position: right top;
}

.bg-\[center_left_\.5rem\] {
  background-position: center left .5rem;
}

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

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

.fill-white {
  fill: #fff;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.pl-5 {
  padding-left: 1.25rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

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

.pl-\[1\.15em\] {
  padding-left: 1.15em;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

.text-\[1\.2em\] {
  font-size: 1.2em;
}

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

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

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

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

.font-thin {
  font-weight: 100;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.tracking-\[5px\] {
  letter-spacing: 5px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(1 120 62 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 34 40 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 34 40 / var(--tw-placeholder-opacity));
}

.placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 34 40 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.heading-accent,
.serif-font {
  font-family: "DM Serif Display", serif;
}

section > div > p > a,
section > div > ul > li > a,
section > p > a {
  text-decoration: underline;
  font-weight: bold;
  color: #20783d;
}

section.white-link > div > p > a,
section.white-link > div > ul > li > a,
section.white-link > p > a {
  text-decoration: underline;
  font-weight: bold;
  color: white;
}

p,
span {
  font-family: "Sophia Pro", sans-serif;
  font-weight: 200;
}

#footer h3,
#footer h4,
#footer a,
#footer p,
#footer li {
  font-family: "Sophia Pro", sans-serif;
}

#rpc-form-wrapper {
  height: 60vh;
  width: 500px;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 34 40 / var(--tw-border-opacity));
}

.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 120 62 / var(--tw-border-opacity));
}

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

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 66 90 / var(--tw-border-opacity));
}

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

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 120 62 / var(--tw-bg-opacity));
}

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

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 66 90 / var(--tw-bg-opacity));
}

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

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(1 120 62 / var(--tw-text-opacity));
}

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

.hover\:shadow:hover {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-none:focus {
  border-style: none;
}

.focus\:border-slate-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

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

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-slate-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity));
}

.focus\:ring-slate-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}

.focus\:ring-accent:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(1 120 62 / var(--tw-ring-opacity));
}

.active\:bg-accent:active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 120 62 / var(--tw-bg-opacity));
}

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

@media (min-width: 768px) {
  .md\:inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }

  .md\:inset-6 {
    top: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    left: 1.5rem;
  }

  .md\:m-auto {
    margin: auto;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mb-\[-4em\] {
    margin-bottom: -4em;
  }

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

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

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

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

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

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

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

  .md\:w-52 {
    width: 13rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

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

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

  .md\:p-20 {
    padding: 5rem;
  }

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

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-vt {
    grid-template-columns: repeat(auto-fit, 50%);
  }

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

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

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

@media (min-width: 1280px) {
  .xl\:inset-24 {
    top: 6rem;
    right: 6rem;
    bottom: 6rem;
    left: 6rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
