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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --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:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}
@media (min-width: 640px){

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

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

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

    .container{
        max-width: 1280px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.-inset-2\.5{
    inset: -10px;
}
.inset-0{
    inset: 0px;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.-bottom-2\.5{
    bottom: -10px;
}
.-bottom-6{
    bottom: -24px;
}
.-bottom-7{
    bottom: -28px;
}
.-bottom-\[62px\]{
    bottom: -62px;
}
.bottom-0{
    bottom: 0px;
}
.bottom-10{
    bottom: 40px;
}
.bottom-20{
    bottom: 80px;
}
.bottom-5{
    bottom: 20px;
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.left-2\.5{
    left: 10px;
}
.right-0{
    right: 0px;
}
.right-4{
    right: 16px;
}
.right-5{
    right: 20px;
}
.right-6{
    right: 24px;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-11{
    top: 44px;
}
.top-2\.5{
    top: 10px;
}
.top-5{
    top: 20px;
}
.top-6{
    top: 24px;
}
.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}
.z-20{
    z-index: 20;
}
.z-50{
    z-index: 50;
}
.z-60{
    z-index: 60;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-10{
    grid-column: span 10 / span 10;
}
.col-span-11{
    grid-column: span 11 / span 11;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.col-span-5{
    grid-column: span 5 / span 5;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-7{
    grid-column: span 7 / span 7;
}
.col-span-8{
    grid-column: span 8 / span 8;
}
.col-span-9{
    grid-column: span 9 / span 9;
}
.m-10{
    margin: 40px;
}
.-my-2\.5{
    margin-top: -10px;
    margin-bottom: -10px;
}
.mx-2\.5{
    margin-left: 10px;
    margin-right: 10px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-10{
    margin-top: 40px;
    margin-bottom: 40px;
}
.my-4{
    margin-top: 16px;
    margin-bottom: 16px;
}
.-mb-2\.5{
    margin-bottom: -10px;
}
.-mb-5{
    margin-bottom: -20px;
}
.-mt-3{
    margin-top: -12px;
}
.-mt-5{
    margin-top: -20px;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-10{
    margin-bottom: 40px;
}
.mb-15px{
    margin-bottom: 15px;
}
.mb-2{
    margin-bottom: 8px;
}
.mb-2\.5{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 80px;
}
.mb-30px{
    margin-bottom: 30px;
}
.mb-4{
    margin-bottom: 16px;
}
.mb-5{
    margin-bottom: 20px;
}
.mb-5px{
    margin-bottom: 5px;
}
.mb-9{
    margin-bottom: 36px;
}
.mb-\[120px\]{
    margin-bottom: 120px;
}
.mb-\[30px\]{
    margin-bottom: 30px;
}
.ml-\[40px\]{
    margin-left: 40px;
}
.mr-15px{
    margin-right: 15px;
}
.mr-2\.5{
    margin-right: 10px;
}
.mt-10{
    margin-top: 40px;
}
.mt-2{
    margin-top: 8px;
}
.mt-2\.5{
    margin-top: 10px;
}
.mt-20{
    margin-top: 80px;
}
.mt-30px{
    margin-top: 30px;
}
.mt-4{
    margin-top: 16px;
}
.mt-40{
    margin-top: 160px;
}
.mt-5{
    margin-top: 20px;
}
.mt-60px{
    margin-top: 60px;
}
.mt-75px{
    margin-top: 75px;
}
.mt-8{
    margin-top: 32px;
}
.\!block{
    display: block !important;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.size-30px{
    width: 30px;
    height: 30px;
}
.size-36{
    width: 144px;
    height: 144px;
}
.size-40{
    width: 160px;
    height: 160px;
}
.size-5{
    width: 20px;
    height: 20px;
}
.size-50px{
    width: 50px;
    height: 50px;
}
.size-70px{
    width: 70px;
    height: 70px;
}
.size-8{
    width: 32px;
    height: 32px;
}
.size-full{
    width: 100%;
    height: 100%;
}
.\!h-auto{
    height: auto !important;
}
.h-10{
    height: 40px;
}
.h-150px{
    height: 150px;
}
.h-20{
    height: 80px;
}
.h-250px{
    height: 250px;
}
.h-260px{
    height: 260px;
}
.h-30px{
    height: 30px;
}
.h-340px{
    height: 340px;
}
.h-400px{
    height: 400px;
}
.h-450px{
    height: 450px;
}
.h-600px{
    height: 600px;
}
.h-650px{
    height: 650px;
}
.h-\[210px\]{
    height: 210px;
}
.h-\[276px\]{
    height: 276px;
}
.h-\[300px\]{
    height: 300px;
}
.h-\[60vh\]{
    height: 60vh;
}
.h-\[70vh\]{
    height: 70vh;
}
.h-\[80vh\]{
    height: 80vh;
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-500px{
    max-height: 500px;
}
.max-h-\[160px\]{
    max-height: 160px;
}
.max-h-\[650px\]{
    max-height: 650px;
}
.min-h-800px{
    min-height: 800px;
}
.min-h-\[500px\]{
    min-height: 500px;
}
.w-150px{
    width: 150px;
}
.w-24{
    width: 96px;
}
.w-\[200px\]{
    width: 200px;
}
.w-full{
    width: 100%;
}
.min-w-\[200px\]{
    min-width: 200px;
}
.min-w-max{
    min-width: -moz-max-content;
    min-width: max-content;
}
.max-w-400px{
    max-width: 400px;
}
.max-w-600px{
    max-width: 600px;
}
.max-w-730px{
    max-width: 730px;
}
.max-w-750px{
    max-width: 750px;
}
.max-w-800px{
    max-width: 800px;
}
.max-w-\[1080px\]{
    max-width: 1080px;
}
.max-w-\[400px\]{
    max-width: 400px;
}
.max-w-\[620px\]{
    max-width: 620px;
}
.max-w-\[660px\]{
    max-width: 660px;
}
.max-w-\[800px\]{
    max-width: 800px;
}
.max-w-\[836px\]{
    max-width: 836px;
}
.max-w-\[840px\]{
    max-width: 840px;
}
.max-w-\[942px\]{
    max-width: 942px;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.flex-grow{
    flex-grow: 1;
}
.basis-full{
    flex-basis: 100%;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-2{
    --tw-rotate: 2deg;
    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-x-0{
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-100{
    --tw-scale-x: 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));
}
.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));
}
.cursor-pointer{
    cursor: pointer;
}
.list-none{
    list-style-type: none;
}
.grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr));
}
.flex-col{
    flex-direction: column;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-10{
    gap: 40px;
}
.gap-15px{
    gap: 15px;
}
.gap-2\.5{
    gap: 10px;
}
.gap-20{
    gap: 80px;
}
.gap-3{
    gap: 12px;
}
.gap-3\.5{
    gap: 14px;
}
.gap-30px{
    gap: 30px;
}
.gap-5{
    gap: 20px;
}
.gap-7{
    gap: 28px;
}
.gap-8{
    gap: 32px;
}
.gap-\[50px\]{
    gap: 50px;
}
.gap-x-1\.5{
    -moz-column-gap: 6px;
         column-gap: 6px;
}
.gap-x-10{
    -moz-column-gap: 40px;
         column-gap: 40px;
}
.gap-x-2\.5{
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.gap-x-\[25px\]{
    -moz-column-gap: 25px;
         column-gap: 25px;
}
.gap-y-10{
    row-gap: 40px;
}
.gap-y-5{
    row-gap: 20px;
}
.gap-y-8{
    row-gap: 32px;
}
.justify-self-end{
    justify-self: end;
}
.overflow-hidden{
    overflow: hidden;
}
.\!overflow-visible{
    overflow: visible !important;
}
.overflow-scroll{
    overflow: scroll;
}
.scroll-smooth{
    scroll-behavior: smooth;
}
.rounded-10px{
    border-radius: 10px;
}
.rounded-14px{
    border-radius: 14px;
}
.rounded-5px{
    border-radius: 5px;
}
.rounded-6px{
    border-radius: 6px;
}
.rounded-full{
    border-radius: 9999px;
}
.rounded-l{
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.border{
    border-width: 1px;
}
.border-0{
    border-width: 0px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-black\/30{
    border-color: rgb(0 0 0 / 0.3);
}
.border-black\/40{
    border-color: rgb(0 0 0 / 0.4);
}
.border-dark-border{
    border-color: #6b6b6b33;
}
.border-dark\/30{
    border-color: rgb(107 107 107 / 0.3);
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(17 94 103 / var(--tw-border-opacity));
}
.border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40{
    background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/80{
    background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90{
    background-color: rgb(0 0 0 / 0.9);
}
.bg-dark\/90{
    background-color: rgb(107 107 107 / 0.9);
}
.bg-image-overlay{
    background-color: #0f0f0f80;
}
.bg-navy-transparent{
    background-color: #49698b96;
}
.bg-plumb{
    --tw-bg-opacity: 1;
    background-color: rgb(146 127 146 / var(--tw-bg-opacity));
}
.bg-plumb-transparent{
    background-color: #4b294b6b;
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
}
.bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
.bg-primary-transparent{
    --tw-bg-opacity: 1;
    background-color: rgb(62 120 127 / var(--tw-bg-opacity));
}
.bg-primary-transparent-darker{
    background-color: rgba(0 76 85 / 81%);
}
.bg-primary-transparent-darker\/90{
    background-color: rgba(0, 76, 85, 0.9);
}
.bg-primary-transparent\/90{
    background-color: rgb(62 120 127 / 0.9);
}
.bg-primary\/10{
    background-color: rgb(17 94 103 / 0.1);
}
.bg-primary\/50{
    background-color: rgb(17 94 103 / 0.5);
}
.bg-primary\/60{
    background-color: rgb(17 94 103 / 0.6);
}
.bg-primary\/90{
    background-color: rgb(17 94 103 / 0.9);
}
.bg-sand{
    --tw-bg-opacity: 1;
    background-color: rgb(184 168 147 / var(--tw-bg-opacity));
}
.bg-sand-cta{
    background-color: #6b5f4169;
}
.bg-sand-transparent{
    background-color: #cccccc4d;
}
.bg-sand\/10{
    background-color: rgb(184 168 147 / 0.1);
}
.bg-sand\/50{
    background-color: rgb(184 168 147 / 0.5);
}
.bg-sand\/60{
    background-color: rgb(184 168 147 / 0.6);
}
.bg-single-content-bg{
    background-color: hsla(43, 15.46%, 41.57%, 0.41);
}
.bg-bath{
    background-image: url('/app/themes/42-acres/resources/images/bath.svg?v191b850ccab');
}
.bg-body-texture{
    background-image: linear-gradient(#f5efe98c, #f5efe98c),url('/app/themes/42-acres/resources/images/body-texture.jpg?v19194809c35');
}
.bg-dog{
    background-image: url('/app/themes/42-acres/resources/images/dog.svg?v195b32cc322');
}
.bg-gallery-arrow{
    background-image: url('/app/themes/42-acres/resources/images/gallery-arrow.svg?v191bcbe087c');
}
.bg-guest{
    background-image: url('/app/themes/42-acres/resources/images/guest.svg?v191b850ccab');
}
.bg-image-bg{
    background-image: linear-gradient(#f5efe98c, #f5efe98c),url('/app/themes/42-acres/resources/images/image-bg.jpg?v1919dedcfb8');
}
.bg-modal-close{
    background-image: url('/app/themes/42-acres/resources/images/modal-close.png?v1919ec0a203');
}
.bg-modal-close-white{
    background-image: url('/app/themes/42-acres/resources/images/modal-close-white.svg?v19391af02d0');
}
.bg-newsletter-gradient{
    background-image: linear-gradient(#352d24, #fff0);
}
.bg-no-dog{
    background-image: url('/app/themes/42-acres/resources/images/no-dog.svg?v195b32cc322');
}
.bg-note-bg{
    background-image: linear-gradient(#d3bba57d, #d3bba57d);
}
.bg-page-banner-overlay{
    background-image: linear-gradient(#352d24, #fff0);
}
.bg-sticky-post-overlay{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0.1) 50%);
}
.bg-texture-bg{
    background-image: linear-gradient(#c7baad59, #c7baad59),url('/app/themes/42-acres/resources/images/body-texture.jpg?v19194809c35');
}
.bg-texture-content{
    background-image: linear-gradient(#fffbf69c, #fffbf69c),url('/app/themes/42-acres/resources/images/body-texture.jpg?v19194809c35');
}
.bg-trees-teal{
    background-image: url('/app/themes/42-acres/resources/images/trees-teal.svg?v1918022151b');
}
.bg-trees-transparent-plumb-transparent{
    background-image: url('/app/themes/42-acres/resources/images/trees-transparent-plumb-transparent.svg?v191fb330fda');
}
.bg-trees-transparent-primary-transparent-darker{
    background-image: url('/app/themes/42-acres/resources/images/trees-transparent-primary-transparent-darker.svg?v191fb330fde');
}
.bg-trees-transparent-sand-cta{
    background-image: url('/app/themes/42-acres/resources/images/trees-transparent-sand-cta.svg?v191fb330fe2');
}
.bg-contain{
    background-size: contain;
}
.bg-cover{
    background-size: cover;
}
.bg-bottom{
    background-position: bottom;
}
.bg-center{
    background-position: center;
}
.bg-no-repeat{
    background-repeat: no-repeat;
}
.fill-primary{
    fill: #115e67;
}
.fill-primary\/10{
    fill: rgb(17 94 103 / 0.1);
}
.fill-primary\/20{
    fill: rgb(17 94 103 / 0.2);
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-bottom{
    -o-object-position: bottom;
       object-position: bottom;
}
.p-10{
    padding: 40px;
}
.p-2\.5{
    padding: 10px;
}
.p-26px{
    padding: 26px;
}
.p-3{
    padding: 12px;
}
.p-3\.5{
    padding: 14px;
}
.p-30px{
    padding: 30px;
}
.p-5{
    padding: 20px;
}
.p-\[50px\]{
    padding: 50px;
}
.\!py-2\.5{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.px-15px{
    padding-left: 15px;
    padding-right: 15px;
}
.px-2\.5{
    padding-left: 10px;
    padding-right: 10px;
}
.px-32px{
    padding-left: 32px;
    padding-right: 32px;
}
.px-4{
    padding-left: 16px;
    padding-right: 16px;
}
.px-5{
    padding-left: 20px;
    padding-right: 20px;
}
.px-6{
    padding-left: 24px;
    padding-right: 24px;
}
.py-0\.5{
    padding-top: 2px;
    padding-bottom: 2px;
}
.py-10{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-100px{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-18px{
    padding-top: 18px;
    padding-bottom: 18px;
}
.py-2\.5{
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-20{
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-3\.5{
    padding-top: 14px;
    padding-bottom: 14px;
}
.py-30px{
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-4{
    padding-top: 16px;
    padding-bottom: 16px;
}
.py-5{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-50px{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-5px{
    padding-top: 5px;
    padding-bottom: 5px;
}
.py-60px{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-7{
    padding-top: 28px;
    padding-bottom: 28px;
}
.py-8{
    padding-top: 32px;
    padding-bottom: 32px;
}
.pb-10{
    padding-bottom: 40px;
}
.pb-2\.5{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 80px;
}
.pb-5{
    padding-bottom: 20px;
}
.pb-50px{
    padding-bottom: 50px;
}
.pb-5px{
    padding-bottom: 5px;
}
.pb-75px{
    padding-bottom: 75px;
}
.pl-0{
    padding-left: 0px;
}
.pl-4{
    padding-left: 16px;
}
.pr-10{
    padding-right: 40px;
}
.pr-12{
    padding-right: 48px;
}
.pt-10{
    padding-top: 40px;
}
.pt-100px{
    padding-top: 100px;
}
.pt-2\.5{
    padding-top: 10px;
}
.pt-28{
    padding-top: 112px;
}
.pt-50px{
    padding-top: 50px;
}
.pt-7{
    padding-top: 28px;
}
.\!text-left{
    text-align: left !important;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.font-apercu{
    font-family: apercu;
}
.font-morgen{
    font-family: Morgen,Georgia,sans-serif;
}
.\!text-sm{
    font-size: 16px !important;
    line-height: 22px !important;
}
.\!text-xl{
    font-size: 20px !important;
    line-height: 26px !important;
}
.\!text-xs{
    font-size: 14px !important;
    line-height: 22px !important;
}
.text-15{
    font-size: 15px;
    line-height: 21px;
}
.text-2xl{
    font-size: 24px;
    line-height: 32px;
}
.text-3xl{
    font-size: 28px;
    line-height: 34px;
}
.text-3xl-mob{
    font-size: 26px;
    line-height: 31px;
}
.text-4xl{
    font-size: 32px;
    line-height: 38px;
}
.text-5xl{
    font-size: 36px;
    line-height: 42px;
}
.text-\[96px\]{
    font-size: 96px;
}
.text-faq{
    font-size: 22px;
    line-height: 28px;
}
.text-footer-heading{
    font-size: 26px;
    line-height: 34px;
}
.text-job-span{
    font-size: 13px;
    line-height: 19px;
}
.text-lg{
    font-size: 18px;
    line-height: 24px;
}
.text-news-item-heading{
    font-size: 26px;
    line-height: 34px;
}
.text-quote{
    font-size: 22px;
    line-height: 31px;
}
.text-sm{
    font-size: 16px;
    line-height: 22px;
}
.text-sub-menu-item-mob{
    font-size: 22px;
    line-height: 28px;
}
.text-xl{
    font-size: 20px;
    line-height: 26px;
}
.text-xs{
    font-size: 14px;
    line-height: 22px;
}
.text-xxs{
    font-size: 12px;
    line-height: 20px;
}
.\!font-normal{
    font-weight: 400 !important;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.leading-25px{
    line-height: 25px;
}
.leading-\[96px\]{
    line-height: 96px;
}
.-tracking-0\.5px{
    letter-spacing: -0.5px;
}
.tracking-0\.5px{
    letter-spacing: 0.5px;
}
.tracking-1px{
    letter-spacing: 1px;
}
.tracking-2px{
    letter-spacing: 2px;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#B9C7C4\]{
    --tw-text-opacity: 1;
    color: rgb(185 199 196 / var(--tw-text-opacity));
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark{
    --tw-text-opacity: 1;
    color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(17 94 103 / var(--tw-text-opacity));
}
.text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(12 73 80 / var(--tw-text-opacity));
}
.text-primary\/80{
    color: rgb(17 94 103 / 0.8);
}
.text-sand{
    --tw-text-opacity: 1;
    color: rgb(184 168 147 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/30{
    color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
    color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
    color: rgb(255 255 255 / 0.7);
}
.\!no-underline{
    text-decoration-line: none !important;
}
.no-underline{
    text-decoration-line: none;
}
.opacity-0{
    opacity: 0;
}
.opacity-10{
    opacity: 0.1;
}
.opacity-100{
    opacity: 1;
}
.opacity-60{
    opacity: 0.6;
}
.bg-blend-lighten{
    background-blend-mode: lighten;
}
.mix-blend-darken{
    mix-blend-mode: darken;
}
.shadow-note{
    --tw-shadow: 2px 2px 2px #35261047;
    --tw-shadow-colored: 2px 2px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale{
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-200{
    transition-duration: 200ms;
}
.ease-linear{
    transition-timing-function: linear;
}
.ease-mobile-nav{
    transition-timing-function: cubic-bezier(.85,.06,.44,.36);
}
/**
* buttons.css
*/
.btn-set{
    margin-top: 40px;
}
.btn-set a{
    margin-right: 4px;
    margin-bottom: 20px;
}
@media (min-width: 768px){

    .btn-set a{
        margin-right: 12px;
    }
}
.y-btn{
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.y-btn:hover{
    background-color: rgb(62 120 127 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .y-btn{
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
        line-height: 22px;
    }
}
.y-btn.btn-sand{
    --tw-bg-opacity: 1;
    background-color: rgb(184 168 147 / var(--tw-bg-opacity));
}
.y-btn.btn-sand:hover{
    background-color: rgb(184 168 147 / 0.8);
}
.y-btn.btn-plumb{
    --tw-bg-opacity: 1;
    background-color: rgb(146 127 146 / var(--tw-bg-opacity));
}
.y-btn.btn-plumb:hover{
    background-color: rgb(146 127 146 / 0.8);
}
.y-btn-arrow{
    position: relative;
    display: inline-block;
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding-right: 80px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(107 107 107 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.y-btn-arrow::after{
    position: absolute;
    top: 50%;
    right: 0px;
    height: 20px;
    width: 64px;
    --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));
    background-image: url('/app/themes/42-acres/resources/images/arrow-long.png?v1917f3cbb5a');
    background-size: contain;
    background-repeat: no-repeat;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    content: var(--tw-content);
    transition-timing-function: linear;
}
.y-btn-arrow:hover{
    color: rgb(107 107 107 / 0.8);
}
.y-btn-arrow:hover::after{
    content: var(--tw-content);
    --tw-translate-x: 10px;
    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));
}
@media (min-width: 640px){

    .y-btn-arrow{
        font-size: 14px;
        line-height: 22px;
    }
}
.y-btn-arrow.light{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.y-btn-arrow.light::after{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/arrow-long-light.png?v1918022151b');
}
.header-btn{
    display: block;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.header-btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .header-btn{
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 16px;
        line-height: 22px;
    }
}
.header-btn.mobile{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    line-height: 22px;
    --tw-text-opacity: 1;
    color: rgb(17 94 103 / var(--tw-text-opacity));
}
@media (min-width: 768px){

    .header-btn.mobile{
        padding-top: 18px;
        padding-bottom: 18px;
    }
}
.term-btn{
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(107 107 107 / var(--tw-bg-opacity));
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.term-btn.checked{
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(107 107 107 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sbi_follow_btn a{
    display: inline-block !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity)) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-family: Morgen,Georgia,sans-serif !important;
    font-size: 12px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
}
.sbi_follow_btn a:hover{
    background-color: rgb(17 94 103 / var(--tw-bg-opacity)) !important;
    background-color: rgb(62 120 127 / var(--tw-bg-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
@media (min-width: 640px){

    .sbi_follow_btn a{
        padding-left: 32px !important;
        padding-right: 32px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        font-size: 14px !important;
        line-height: 22px !important;
    }
}
.sbi_follow_btn a svg{
    display: none !important;
}
/**
* forms.css
*/
.wp-block .acf-block-preview .gform_button{
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block .acf-block-preview .gform_fields .gfield .ginput_container {

            }
form:not(.availability-form-wrapper, .search-resources) .gform_fields{
    row-gap: 20px !important;
}
form:not(.availability-form-wrapper, .search-resources) label, form:not(.availability-form-wrapper, .search-resources) legend{
    margin-bottom: 8px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgb(107 107 107 / 0.9) !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), form:not(.availability-form-wrapper, .search-resources) textarea, form:not(.availability-form-wrapper, .search-resources) select{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background-color: #fff !important;
    border-color: #6b7280 !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-shadow: 0 0 #0000 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, form:not(.availability-form-wrapper, .search-resources) textarea:focus, form:not(.availability-form-wrapper, .search-resources) select:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: #2563eb !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    border-color: #2563eb !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, form:not(.availability-form-wrapper, .search-resources) textarea::-moz-placeholder, form:not(.availability-form-wrapper, .search-resources) select::-moz-placeholder{
    color: #6b7280 !important;
    opacity: 1 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, form:not(.availability-form-wrapper, .search-resources) textarea::placeholder, form:not(.availability-form-wrapper, .search-resources) select::placeholder{
    color: #6b7280 !important;
    opacity: 1 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-fields-wrapper, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-fields-wrapper, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-fields-wrapper{
    padding: 0 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-date-and-time-value, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-date-and-time-value, form:not(.availability-form-wrapper, .search-resources) select::-webkit-date-and-time-value{
    min-height: 1.5em !important;
    text-align: inherit !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit{
    display: inline-flex !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-year-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-month-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-day-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-hour-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-minute-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-second-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-millisecond-field,form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-meridiem-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-year-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-month-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-day-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-hour-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-minute-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-second-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-millisecond-field, form:not(.availability-form-wrapper, .search-resources) textarea::-webkit-datetime-edit-meridiem-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-year-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-month-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-day-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-hour-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-minute-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-second-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-millisecond-field, form:not(.availability-form-wrapper, .search-resources) select::-webkit-datetime-edit-meridiem-field{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), form:not(.availability-form-wrapper, .search-resources) textarea, form:not(.availability-form-wrapper, .search-resources) select{
    width: 100% !important;
    border-width: 0px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, form:not(.availability-form-wrapper, .search-resources) textarea::-moz-placeholder, form:not(.availability-form-wrapper, .search-resources) select::-moz-placeholder{
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgb(107 107 107 / 0.8) !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, form:not(.availability-form-wrapper, .search-resources) textarea::placeholder, form:not(.availability-form-wrapper, .search-resources) select::placeholder{
    font-size: 16px !important;
    line-height: 22px !important;
    color: rgb(107 107 107 / 0.8) !important;
}
form:not(.availability-form-wrapper, .search-resources) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, form:not(.availability-form-wrapper, .search-resources) textarea:focus, form:not(.availability-form-wrapper, .search-resources) select:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
form:not(.availability-form-wrapper, .search-resources) textarea{
    padding: 10px !important;
}
form:not(.availability-form-wrapper, .search-resources) textarea.medium{
    height: 176px;
}
form:not(.availability-form-wrapper, .search-resources) textarea.small{
    height: 112px;
}
form:not(.availability-form-wrapper, .search-resources) select{
    height: 48px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color: rgb(107 107 107 / 0.8) !important;
}
form:not(.availability-form-wrapper, .search-resources) input[type='submit']:not(.availability-btn){
    display: inline-block !important;
    width: 100% !important;
    border-radius: 0px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity)) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-family: Morgen,Georgia,sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
}
form:not(.availability-form-wrapper, .search-resources) input[type='submit']:not(.availability-btn):hover{
    cursor: pointer !important;
    background-color: rgb(62 120 127 / var(--tw-bg-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px){

    form:not(.availability-form-wrapper, .search-resources) input[type='submit']:not(.availability-btn){
        padding-left: 32px !important;
        padding-right: 32px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}
.gform_wrapper .gform_submission_error{
    font-size: 18px;
    line-height: 24px;
}
.gform_wrapper .gform_required_legend{
    margin: 0px;
}
.gform_wrapper .gform_fields{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}
@media (min-width: 768px){

    .gform_wrapper .gform_fields{
        gap: 20px;
    }
}
.gform_wrapper .gform_fields .gfield{
    grid-column: span 12 / span 12;
}
@media (min-width: 768px){

    .gform_wrapper .gform_fields .gfield.gfield--width-half{
        grid-column: span 6 / span 6;
    }

    .gform_wrapper .gform_fields .gfield.gfield--width-third{
        grid-column: span 4 / span 4;
    }
}
.gform_wrapper .gform_fields .gfield.hidden_label > .gfield_label{
    display: none;
}
.gform_wrapper .gform_fields .gfield.gform_hidden{
    display: none;
}
.gform_wrapper .gform_fields .gfield > .gfield_label{
    display: block;
    font-weight: 700;
}
.gform_wrapper .gform_fields .gfield .validation_message{
    margin-top: 8px;
    font-style: italic;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform_wrapper .gform_footer{
    margin-top: 32px;
}
.availability-form-wrapper .availability-btn{
    display: inline-block !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity)) !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    font-family: Morgen,Georgia,sans-serif !important;
    font-size: 17px !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
}
.availability-form-wrapper .availability-btn:hover{
    cursor: pointer !important;
    background-color: rgb(62 120 127 / var(--tw-bg-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px){

    .availability-form-wrapper .availability-btn{
        padding-left: 32px !important;
        padding-right: 32px !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }
}
.availability-form-wrapper input:not([type=submit]){
    width: 100% !important;
    border-width: 0px !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.availability-form-wrapper input:not([type=submit]):focus{
    border-width: 0px !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.gform_required_legend{
    display: none;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .newsletter-form textarea, .newsletter-form select{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    background-color: #fff !important;
    border-color: #6b7280 !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    padding-top: 0.5rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-shadow: 0 0 #0000 !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .newsletter-form textarea:focus, .newsletter-form select:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/) !important;
    --tw-ring-offset-width: 0px !important;
    --tw-ring-offset-color: #fff !important;
    --tw-ring-color: #2563eb !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
    border-color: #2563eb !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .newsletter-form select::-moz-placeholder{
    color: #6b7280 !important;
    opacity: 1 !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter-form textarea::placeholder, .newsletter-form select::placeholder{
    color: #6b7280 !important;
    opacity: 1 !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-fields-wrapper, .newsletter-form textarea::-webkit-datetime-edit-fields-wrapper, .newsletter-form select::-webkit-datetime-edit-fields-wrapper{
    padding: 0 !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-date-and-time-value, .newsletter-form textarea::-webkit-date-and-time-value, .newsletter-form select::-webkit-date-and-time-value{
    min-height: 1.5em !important;
    text-align: inherit !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit, .newsletter-form textarea::-webkit-datetime-edit, .newsletter-form select::-webkit-datetime-edit{
    display: inline-flex !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-year-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-month-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-day-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-hour-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-minute-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-second-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-millisecond-field,.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-datetime-edit-meridiem-field, .newsletter-form textarea::-webkit-datetime-edit, .newsletter-form textarea::-webkit-datetime-edit-year-field, .newsletter-form textarea::-webkit-datetime-edit-month-field, .newsletter-form textarea::-webkit-datetime-edit-day-field, .newsletter-form textarea::-webkit-datetime-edit-hour-field, .newsletter-form textarea::-webkit-datetime-edit-minute-field, .newsletter-form textarea::-webkit-datetime-edit-second-field, .newsletter-form textarea::-webkit-datetime-edit-millisecond-field, .newsletter-form textarea::-webkit-datetime-edit-meridiem-field, .newsletter-form select::-webkit-datetime-edit, .newsletter-form select::-webkit-datetime-edit-year-field, .newsletter-form select::-webkit-datetime-edit-month-field, .newsletter-form select::-webkit-datetime-edit-day-field, .newsletter-form select::-webkit-datetime-edit-hour-field, .newsletter-form select::-webkit-datetime-edit-minute-field, .newsletter-form select::-webkit-datetime-edit-second-field, .newsletter-form select::-webkit-datetime-edit-millisecond-field, .newsletter-form select::-webkit-datetime-edit-meridiem-field{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .newsletter-form textarea, .newsletter-form select{
    width: 100% !important;
    border-width: 0px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding: 8px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: Morgen,Georgia,sans-serif !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .newsletter-form textarea::-moz-placeholder, .newsletter-form select::-moz-placeholder{
    text-transform: uppercase !important;
    color: rgb(107 107 107 / 0.8) !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter-form textarea::placeholder, .newsletter-form select::placeholder{
    text-transform: uppercase !important;
    color: rgb(107 107 107 / 0.8) !important;
}
.newsletter-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .newsletter-form textarea:focus, .newsletter-form select:focus{
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.newsletter-form .gfield_consent_label{
    font-size: 14px;
    line-height: 22px;
}
.newsletter-form .gform_button{
    width: 100%;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.newsletter-form .gform_button:hover{
    background-color: rgb(62 120 127 / var(--tw-bg-opacity));
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){

    .newsletter-form .gform_button{
        padding-left: 32px;
        padding-right: 32px;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 14px;
        line-height: 22px;
    }
}
.newsletter-form .gform_button.btn-sand{
    --tw-bg-opacity: 1;
    background-color: rgb(184 168 147 / var(--tw-bg-opacity));
}
.newsletter-form .gform_button.btn-sand:hover{
    background-color: rgb(184 168 147 / 0.8);
}
.newsletter-form .gform_button.btn-plumb{
    --tw-bg-opacity: 1;
    background-color: rgb(146 127 146 / var(--tw-bg-opacity));
}
.newsletter-form .gform_button.btn-plumb:hover{
    background-color: rgb(146 127 146 / 0.8);
}
.newsletter-form .gform_button:hover{
    cursor: pointer;
}
.newsletter-form .ginput_container_consent{
    display: flex;
    gap: 20px;
    text-align: left;
}
.newsletter-form input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
             appearance: none;
        width: 32px;
        height: 32px;
        flex-shrink: 0;
        border-radius: 4px;
        border-width: 1px;
        border-color: rgb(17 94 103 / 0.2);
        background-color: rgb(107 107 107 / 0.2);
    }
.newsletter-form input[type=checkbox]:hover{
    cursor: pointer;
}
.newsletter-form input[type=checkbox]:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    background-image: url('/app/themes/42-acres/resources/images/tick.svg?v1919ec0a203');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.validation_message{
    --tw-text-opacity: 1 !important;
    color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
/**
* hamburger.css
*/
/**
* hamburger.css
*/
.burger-wrapper{
    position: relative;
    width: 36px;
    cursor: pointer;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 26px;
}
.burger-wrapper span{
    position: absolute;
    bottom: 12px;
    left: 0px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#burger-line,
  #burger-line-middle,
  #burger-line-bottom{
    position: absolute;
    z-index: 10;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    width: 35px;
    height: 2px;
}
#burger-line-middle {
    top: 10px;
  }
#burger-line-bottom{
    bottom: 4px;
}
.flip-top{
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.flip-middle{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(-45deg);
    top: 12px !important;
}
.flip-bottom{
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: rotate(45deg);
    bottom: 12px !important;
}
#mobile-menu{
    visibility: hidden;
    z-index: -50;
    display: none;
    opacity: 0;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#mobile-menu.show{
    visibility: visible;
    z-index: 50;
    display: block;
    opacity: 1;
}
/**
* icons.css
*/
.icon-after{
    position: relative;
}
.icon-after:after{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    --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));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
.icon-before{
    position: relative;
}
.icon-before:before{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    --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));
    background-size: contain;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
/**
* svg-clips.css
*/
.hero-banner {
        clip-path: url(#heroClipPathMobile);
    }
@media (min-width: 1024px){

    .hero-banner {
        clip-path: url(#heroClipPath);
    }
}
footer {
        clip-path: url(#footerClipPathMobile);
    }
@media (min-width: 1024px){


    footer {
        clip-path: url(#footerClipPath);
    }
}
.clip-section {
        clip-path: url(#sectionClipPathMobile);
    }
@media (min-width: 1024px){

    .clip-section {
        clip-path: url(#sectionClipPath);
    }
}
.clip-top {
        clip-path: url(#topClipPathMobile);
    }
@media (min-width: 768px){

    .clip-top {
        clip-path: url(#topClipPath);
    }
}
.clip-bottom {
        clip-path: url(#bottomClipPathMobile);
    }
@media (min-width: 768px){

    .clip-bottom {
        clip-path: url(#bottomClipPath);
    }
}
.model-wrapper{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
.model-wrapper.open-model{
    --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));
    opacity: 1;
}
#gallery-lightbox{
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
#gallery-lightbox.open-lightbox{
    --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));
    opacity: 1;
}
.close-lightbox{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
}
.close-lightbox:hover{
    cursor: pointer;
}
@media (min-width: 768px){

    .close-lightbox{
        top: 40px;
        right: 40px;
    }
}
.close-lightbox .line-1, .close-lightbox .line-2{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 20px;
    transform-origin: center;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.close-lightbox .line-1{
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.close-lightbox .line-2{
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.featherlight-content{
    overflow: visible !important;
    background-color: transparent !important;
}
.featherlight-content .gallery-arrow-prev, .featherlight-content .gallery-arrow-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    background-image: url('/app/themes/42-acres/resources/images/gallery-arrow.svg?v191bcbe087c');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
@media (min-width: 768px){

    .featherlight-content .gallery-arrow-prev, .featherlight-content .gallery-arrow-next{
        width: 80px;
        height: 80px;
    }
}
.featherlight-content .gallery-arrow-prev{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.featherlight-content .featherlight-previous, .featherlight-content .featherlight-next{
    width: 65px !important;
}
.featherlight-content .featherlight-previous:hover, .featherlight-content .featherlight-next:hover{
    background-color: transparent !important;
}
@media (min-width: 768px){

    .featherlight-content .featherlight-previous, .featherlight-content .featherlight-next{
        width: 90px !important;
    }
}
.featherlight-content .featherlight-previous span, .featherlight-content .featherlight-next span{
    display: block;
}
.featherlight-content .featherlight-next{
    left: auto !important;
    right: 0px !important;
}
@media (min-width: 768px){

    .featherlight-content .featherlight-next{
        right: -50px !important;
    }
}
.featherlight-content .featherlight-previous{
    right: auto !important;
    left: 0px !important;
}
@media (min-width: 768px){

    .featherlight-content .featherlight-previous{
        left: -50px !important;
    }
}
.featherlight-content .featherlight-close-icon{
    top: -40px !important;
    right: -40px !important;
    background-color: transparent !important;
    font-size: 46px !important;
    line-height: 52px !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
/**
* images.css
*/
.image-bg{
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.image-bg::before{
    position: absolute;
    inset: -10px;
    border-radius: 5px;
    background-image: linear-gradient(#f5efe98c, #f5efe98c),url('/app/themes/42-acres/resources/images/image-bg.jpg?v1919dedcfb8');
    background-size: cover;
    background-position: center;
    content: var(--tw-content);
    background-repeat: no-repeat;
}
.image-bg img{
    position: relative;
    margin-bottom: 10px;
}
.image-bg-multi{
    position: relative;
}
.image-bg-multi::before{
    position: absolute;
    inset: -10px;
    border-radius: 5px;
    background-image: linear-gradient(#0000,#0000),url('/app/themes/42-acres/resources/images/image-bg.jpg?v1919dedcfb8');
    background-position: center;
    content: var(--tw-content);
    background-repeat: no-repeat;
}
.image-bg-multi img{
    position: relative;
    margin-bottom: 10px;
}
.image-overlay{
    position: relative;
}
.image-overlay::before{
    position: absolute;
    inset: 0px;
    background-color: rgb(0 0 0 / 0.1);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    content: var(--tw-content);
    transition-timing-function: linear;
}
.image-overlay:hover::before{
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0);
}
.center-iframe iframe{
    margin-left: auto;
    margin-right: auto;
}
.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/**
* swipers.css
*/
.image-gallery-thumbs .swiper-slide{
    position: relative;
}
.image-gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before{
    position: absolute;
    inset: 0px;
    content: var(--tw-content);
    background-color: rgb(0 0 0 / 0.5);
}
/**
* pagination.css
*/
.testimonial-nav .swiper-button-disabled{
    display: none !important;
}
.gallery-button-prev, .gallery-button-next{
    position: absolute;
    top: 50%;
    z-index: 60;
    width: 80px;
    height: 80px;
    --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));
    background-image: url('/app/themes/42-acres/resources/images/gallery-arrow.svg?v191bcbe087c');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.gallery-button-prev:hover, .gallery-button-next:hover{
    cursor: pointer;
}
.gallery-button-prev.gallery-button-prev, .gallery-button-next.gallery-button-prev{
    left: 0px;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gallery-button-prev.gallery-button-next, .gallery-button-next.gallery-button-next{
    right: 0px;
}
.gallery-button-prev.swiper-button-disabled, .gallery-button-next.swiper-button-disabled{
    opacity: 0.3;
}
/**
* breadcrumb.css
*/
#breadcrumbs a{
    font-family: Morgen,Georgia,sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(107 107 107 / var(--tw-text-opacity)) !important;
    text-decoration-color: #B9C7C4 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
}
#breadcrumbs .breadcrumb_last{
    font-family: Morgen,Georgia,sans-serif !important;
    --tw-text-opacity: 1 !important;
    color: rgb(17 94 103 / var(--tw-text-opacity)) !important;
    text-decoration-line: underline !important;
    text-decoration-color: #B9C7C4 !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px !important;
}
/**
* blocks.css
*/
/* Core block styling*/
.core-block-section {
    padding: 0;
}
/* Core block */
@media (min-width: 768px){

    .wp-block-media-text{
        display: block;
    }

    .wp-block-media-text .wp-block-media-text__content{
        display: block;
        padding: 0px;
    }
}
/*
  **********************************************************************
  ** Custom blocks
  **********************************************************************
  */
.section-block{
    margin-bottom: 24px;
}
@media (min-width: 640px){

    .section-block{
        margin-bottom: 32px;
    }
}
.section-block.heading-block{
    margin-bottom: 4px;
}
@media (min-width: 640px){

    .section-block.heading-block{
        margin-bottom: 12px;
    }
}
.section-wrapper.padding-top-small{
    padding-top: 40px;
}
.section-wrapper.padding-bottom-small{
    padding-bottom: 40px;
}
.section-wrapper.padding-top-regular{
    padding-top: 80px;
}
.section-wrapper.padding-bottom-regular{
    padding-bottom: 80px;
}
.section-wrapper.padding-top-large{
    padding-top: 160px;
}
.section-wrapper.padding-bottom-large{
    padding-bottom: 160px;
}
.job-item .job-btn{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
.job-item:hover .job-btn{
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.retreats-filter span{
    display: block;
    font-family: Morgen,Georgia,sans-serif;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(17 94 103 / var(--tw-text-opacity));
}
.retreats-filter span:hover{
    cursor: pointer;
}
.accommodation-filter, .experiences-filter{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url('/app/themes/42-acres/resources/images/dropdown-primary.svg?v191b31af79c');
    background-size: 10px;
    background-position: 90%;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/**
* footer.css
*/
footer ul li a{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: rgb(255 255 255 / 0.7);
    text-decoration-line: none;
}
footer ul li a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.foot-nav li::after{
    padding-left: 8px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-content: '|';
    content: var(--tw-content);
}
.foot-nav li:last-child::after{
    content: var(--tw-content);
    display: none;
}
.foot-nav li a{
    font-size: 12px;
    line-height: 20px;
}
/**
* general.css
*/
/**
* header.css
*/
#main-header{
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 50;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
}
#main-header.has-banner{
    top: 80px;
}
@media (min-width: 640px){

    #main-header.has-banner{
        top: 56px;
    }
}
#main-header .header-logo{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
}
#main-header .header-btn{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
}
#main-header.cover{
    top: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 94 103 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
}
#main-header.cover .header-logo{
    height: 48px;
    width: 50px;
}
@media (min-width: 640px){

    #main-header.cover .header-logo{
        width: 75px;
    }
}
#main-header.cover .header-btn{
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    padding-top: 12px;
    padding-bottom: 12px;
}
@media only screen and (min-width: 1373px) {
#navigation ul > li{
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 0px;
    }
#navigation ul > li:first-child{
        margin-left: 0px;
    }
#navigation ul > li:last-child{
        margin-right: 0px;
    }
            }
@media only screen and (min-width: 1600px) {
#navigation ul > li{
        margin-left: 28px;
        margin-right: 28px;
        margin-bottom: 0px;
    }
#navigation ul > li:first-child{
        margin-left: 0px;
    }
#navigation ul > li:last-child{
        margin-right: 0px;
    }
            }
#navigation ul > li > a{
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#navigation ul > li > a:hover{
    background-color: rgb(255 255 255 / 0.2);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#navigation ul > li.menu-item-has-children > a{
    padding-right: 20px;
    position: relative;
}
#navigation ul > li.menu-item-has-children > a:after{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    --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));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
#navigation ul > li.menu-item-has-children > a::after{
    right: 5px;
    width: 13px;
    height: 13px;
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/dropdown.png?v1917f3cbb5a');
}
#navigation .sub-menu{
    visibility: hidden;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    transition-timing-function: linear;
}
#navigation .sub-menu li{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#navigation .sub-menu li a{
    display: block;
    border-radius: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 60px;
    text-align: left;
    font-family: apercu;
    font-size: 14px;
    line-height: 22px;
}
#navigation .sub-menu li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
#navigation .sub-menu li.current-menu-item a{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
#navigation .sub-menu.open{
    visibility: visible;
    opacity: 1;
}
.mobile-nav{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(.85,.06,.44,.36);
}
.mobile-nav.open{
    --tw-translate-x: 0px;
    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));
}
#mobile-navigation {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#mobile-navigation::-webkit-scrollbar {
        display: none;
    }
#mobile-navigation ul > li{
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (min-width: 768px){

    #mobile-navigation ul > li{
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
#mobile-navigation ul > li > a{
    font-family: Morgen,Georgia,sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
#mobile-navigation ul > li > a:hover{
    background-color: rgb(255 255 255 / 0.2);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
#mobile-navigation ul > li.menu-item-has-children > a{
    padding-right: 20px;
    position: relative;
}
#mobile-navigation ul > li.menu-item-has-children > a:after{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 40px;
    height: 40px;
    --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));
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
#mobile-navigation ul > li.menu-item-has-children > a::after{
    right: 5px;
    width: 13px;
    height: 13px;
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/dropdown.png?v1917f3cbb5a');
}
#mobile-navigation .sub-menu-mobile{
    margin-top: 10px;
    display: none;
    padding-left: 0px;
}
#mobile-navigation .sub-menu-mobile li{
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#mobile-navigation .sub-menu-mobile li a{
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
}
#mobile-navigation .sub-menu-mobile li a:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
#mobile-navigation .sub-menu-mobile li.current-menu-item a{
    --tw-text-opacity: 1;
    color: rgb(0 130 243 / var(--tw-text-opacity));
}
#mobile-navigation .sub-menu-mobile.open{
    display: block;
}
/**
* print.css
*/
/**
* base.css
*/
@font-face {
    font-family: "apercu";
    font-weight: normal;
    src: local("apercu"),
    url("/app/themes/42-acres/resources/fonts/ApercuPro.woff2?v1917f3cbb5a") format("woff")
}
@font-face {
    font-family: "apercu";
    font-weight: 300;
    src: local("apercu"),
    url("/app/themes/42-acres/resources/fonts/Apercu-Light.woff2?v1917f3cbb5a") format("woff")
}
@font-face {
    font-family: "apercu";
    font-weight: 700;
    src: local("apercu"),
    url("/app/themes/42-acres/resources/fonts/ApercuPro-Bold.woff2?v1917f3cbb5a") format("woff")
}
@font-face {
    font-family: "morgen";
    font-weight: normal;
    src: local("morgen"),
    url("/app/themes/42-acres/resources/fonts/Morgen-Regular.woff2?v1917f3cbb5a") format("woff")
}
@font-face {
    font-family: "morgen";
    font-weight: 700;
    src: local("morgen"),
    url("/app/themes/42-acres/resources/fonts/Morgen-Bold.woff2?v1917f3cbb5a") format("woff")
}
body.yp-frontend, .wp-block.acf-block-preview{
    margin: 0px;
    font-family: apercu;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(107 107 107 / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px){

    body.yp-frontend, .wp-block.acf-block-preview{
        font-size: 17px;
        line-height: 25px;
    }
}
body.yp-frontend, .wp-block.acf-block-preview {
    text-rendering: optimizeLegibility;
}
.overflow-scroll::-webkit-scrollbar{
    display: none;
}
.overflow-scroll{

    -ms-overflow-style: none;
    scrollbar-width: none;
}
/**
* typography.css
*/
*,
*::before,
*::after{
    box-sizing: border-box;
}
*{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.wp-block{
    margin: 0px;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
strong,
b{
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    font-family: Morgen,Georgia,sans-serif;
    font-weight: 400;
}
h1{
    font-size: 36px;
    line-height: 42px;
}
@media (min-width: 640px){

    h1{
        font-size: 46px;
        line-height: 52px;
    }
}
h2{
    font-size: 32px;
    line-height: 38px;
}
@media (min-width: 768px){

    h2{
        font-size: 40px;
        line-height: 46px;
    }
}
h3{
    font-size: 26px;
    line-height: 31px;
}
@media (min-width: 768px){

    h3{
        font-size: 28px;
        line-height: 34px;
    }
}
h4{
    font-size: 20px;
    line-height: 26px;
}
h5{
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
h6{
    font-size: 12px;
    line-height: 20px;
}
p{
    margin-bottom: 15px;
}
address{
    font-style: normal;
}
ul,
ol,
dl{
    margin-top: 0px;
    padding-left: 28px;
}
ul li, ol li, dl li{
    margin-bottom: 2px;
}
ul{
    list-style-type: disc;
}
ol{
    list-style-type: decimal;
}
a{
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(17 94 103 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-underline-offset: 4px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: linear;
}
a:hover{
    --tw-text-opacity: 1;
    color: rgb(107 107 107 / var(--tw-text-opacity));
}
.content-wrapper *:last-child{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.content-wrapper a{
    font-weight: 600;
    text-decoration-line: underline;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    transition-timing-function: linear;
}
.content-wrapper a:hover{
    opacity: 0.8;
}
.content-wrapper ul, .content-wrapper ol{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
}
.content-wrapper ul ul, .content-wrapper ol ul{
    list-style-type: circle;
}
.content-wrapper.oversized-text{
    font-family: Morgen,Georgia,sans-serif;
    font-size: 27px;
    line-height: 42px !important;
    letter-spacing: -1px;
}
@media (min-width: 768px){

    .content-wrapper.oversized-text{
        font-size: 30px;
        line-height: 39px;
    }
}
@media (min-width: 1024px){

    .content-wrapper.oversized-text{
        font-size: 32px;
        line-height: 38px;
    }
}
.content-wrapper.headings-primary h1,
        .content-wrapper.headings-primary h2,
        .content-wrapper.headings-primary h3,
        .content-wrapper.headings-primary h4,
        .content-wrapper.headings-primary h5,
        .content-wrapper.headings-primary h6{
    --tw-text-opacity: 1;
    color: rgb(17 94 103 / var(--tw-text-opacity));
}
.content-wrapper.link-grey a{
    --tw-text-opacity: 1;
    color: rgb(107 107 107 / var(--tw-text-opacity));
}
/* Custom text from old site */
.text-detail{
    margin-top: 44px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.sub-heading{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bulleted-content *{
    font-size: 16px;
    line-height: 22px;
}
.bulleted-content *:first-child{
    margin-bottom: 0px;
}
.bulleted-content ul{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.bulleted-content ul li{
    font-size: 20px;
    line-height: 26px;
}
.bulleted-content ul li:last-child{
    padding-right: 80px;
}
@media (min-width: 1280px){

    .bulleted-content ul li{
        font-size: 24px;
        line-height: 32px;
    }
}
.bulleted-content p{
    font-size: 20px;
    line-height: 26px;
}
@media (min-width: 1280px){

    .bulleted-content p{
        font-size: 24px;
        line-height: 32px;
    }
}
.single-quote blockquote{
    margin-bottom: 40px;
    font-family: Morgen,Georgia,sans-serif;
    font-size: 21px;
    line-height: 25px;
}
@media (min-width: 768px){

    .single-quote blockquote{
        font-size: 26px;
        line-height: 31px;
    }
}
/**
* variables.css
*/
/**
* base.css
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 0 10px 10px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	width: 100% !important;
	max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.before\:absolute::before{
    content: var(--tw-content);
    position: absolute;
}
.before\:-inset-1\.5::before{
    content: var(--tw-content);
    inset: -6px;
}
.before\:inset-0::before{
    content: var(--tw-content);
    inset: 0px;
}
.before\:inset-y-0::before{
    content: var(--tw-content);
    top: 0px;
    bottom: 0px;
}
.before\:-left-full::before{
    content: var(--tw-content);
    left: -100%;
}
.before\:-right-full::before{
    content: var(--tw-content);
    right: -100%;
}
.before\:z-10::before{
    content: var(--tw-content);
    z-index: 10;
}
.before\:size-30px::before{
    content: var(--tw-content);
    width: 30px;
    height: 30px;
}
.before\:bg-primary-dark::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
.before\:bg-facebook::before{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/facebook.svg?v1918022151b');
}
.before\:bg-image-bg-coarse::before{
    content: var(--tw-content);
    background-image: linear-gradient(#0000,#0000),url('/app/themes/42-acres/resources/images/image-bg.jpg?v1919dedcfb8');
}
.before\:bg-instagram::before{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/instagram.svg?v1918022151b');
}
.before\:bg-linkedin::before{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/linkedin.svg?v1932b09e47c');
}
.before\:bg-newsletter-gradient::before{
    content: var(--tw-content);
    background-image: linear-gradient(#352d24, #fff0);
}
.before\:bg-page-banner-overlay::before{
    content: var(--tw-content);
    background-image: linear-gradient(#352d24, #fff0);
}
.before\:bg-single-banner-overlay::before{
    content: var(--tw-content);
    background-image: linear-gradient(#49453d,#0000);
}
.before\:bg-tiktok::before{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/tiktok.svg?v1932b09e47c');
}
.before\:bg-x::before{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/x.svg?v1932b09e47c');
}
.after\:right-5::after{
    content: var(--tw-content);
    right: 20px;
}
.after\:size-5::after{
    content: var(--tw-content);
    width: 20px;
    height: 20px;
}
.after\:-translate-y-1::after{
    content: var(--tw-content);
    --tw-translate-y: -4px;
    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));
}
.after\:-translate-y-1\/2::after{
    content: var(--tw-content);
    --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));
}
.after\:rotate-180::after{
    content: var(--tw-content);
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-arrow-dropdown-primary::after{
    content: var(--tw-content);
    background-image: url('/app/themes/42-acres/resources/images/dropdown-primary.svg?v191b31af79c');
}
.after\:pl-2\.5::after{
    content: var(--tw-content);
    padding-left: 10px;
}
.after\:content-\[\'\/\'\]::after{
    --tw-content: '/';
    content: var(--tw-content);
}
.first\:pt-0:first-child{
    padding-top: 0px;
}
.last\:mb-0:last-child{
    margin-bottom: 0px;
}
.last\:pb-0:last-child{
    padding-bottom: 0px;
}
.last\:after\:hidden:last-child::after{
    content: var(--tw-content);
    display: none;
}
.hover\:rotate-1:hover{
    --tw-rotate: 1deg;
    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));
}
.hover\:scale-102:hover{
    --tw-scale-x: 1.02;
    --tw-scale-y: 1.02;
    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));
}
.hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
}
.hover\:cursor-pointer:hover{
    cursor: pointer;
}
.hover\:bg-navy-transparent-2:hover{
    background-color: #adadad33;
}
.hover\:bg-primary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(12 73 80 / var(--tw-bg-opacity));
}
.hover\:text-primary\/80:hover{
    color: rgb(17 94 103 / 0.8);
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-white\/70:hover{
    color: rgb(255 255 255 / 0.7);
}
.hover\:text-white\/80:hover{
    color: rgb(255 255 255 / 0.8);
}
.hover\:no-underline:hover{
    text-decoration-line: none;
}
.hover\:opacity-100:hover{
    opacity: 1;
}
.hover\:shadow-wrap:hover{
    --tw-shadow: -8px 9px 13px #201e181a;
    --tw-shadow-colored: -8px 9px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:before\:scale-110:hover::before{
    content: var(--tw-content);
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.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));
}
.hover\:before\:scale-90:hover::before{
    content: var(--tw-content);
    --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));
}
.hover\:after\:translate-x-0:hover::after{
    content: var(--tw-content);
    --tw-translate-x: 0px;
    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));
}
.focus\:border-white:focus{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.focus\:outline-0:focus{
    outline-width: 0px;
}
@media (min-width: 640px){

    .sm\:-bottom-\[100px\]{
        bottom: -100px;
    }

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

    .sm\:size-75px{
        width: 75px;
        height: 75px;
    }

    .sm\:size-\[276px\]{
        width: 276px;
        height: 276px;
    }

    .sm\:w-700px{
        width: 700px;
    }

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

    .sm\:basis-\[calc\(50\%-19px\)\]{
        flex-basis: calc(50% - 19px);
    }

    .sm\:basis-\[calc\(50\%-20px\)\]{
        flex-basis: calc(50% - 20px);
    }

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

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

    .sm\:gap-10{
        gap: 40px;
    }

    .sm\:p-8{
        padding: 32px;
    }

    .sm\:px-10{
        padding-left: 40px;
        padding-right: 40px;
    }

    .sm\:py-100px{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 768px){

    .md\:absolute{
        position: absolute;
    }

    .md\:-bottom-3\.5{
        bottom: -14px;
    }

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

    .md\:bottom-10{
        bottom: 40px;
    }

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

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

    .md\:right-5{
        right: 20px;
    }

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

    .md\:top-5{
        top: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:mx-30px{
        margin-left: 30px;
        margin-right: 30px;
    }

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

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

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

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

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

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

    .md\:ml-10{
        margin-left: 40px;
    }

    .md\:ml-20{
        margin-left: 80px;
    }

    .md\:ml-5{
        margin-left: 20px;
    }

    .md\:ml-8{
        margin-left: 32px;
    }

    .md\:mr-10{
        margin-right: 40px;
    }

    .md\:mr-2{
        margin-right: 8px;
    }

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

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

    .md\:block{
        display: block;
    }

    .md\:flex{
        display: flex;
    }

    .md\:h-220px{
        height: 220px;
    }

    .md\:h-250px{
        height: 250px;
    }

    .md\:h-400px{
        height: 400px;
    }

    .md\:h-680px{
        height: 680px;
    }

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

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

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

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

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

    .md\:w-170px{
        width: 170px;
    }

    .md\:w-200px{
        width: 200px;
    }

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

    .md\:w-300px{
        width: 300px;
    }

    .md\:w-6\/12{
        width: 50%;
    }

    .md\:w-8\/12{
        width: 66.666667%;
    }

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

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

    .md\:max-w-650px{
        max-width: 650px;
    }

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

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

    .md\:basis-\[calc\(25\%-20px\)\]{
        flex-basis: calc(25% - 20px);
    }

    .md\:basis-\[calc\(50\%-20px\)\]{
        flex-basis: calc(50% - 20px);
    }

    .md\:basis-\[calc\(50\%-40px\)\]{
        flex-basis: calc(50% - 40px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:gap-10{
        gap: 40px;
    }

    .md\:gap-5{
        gap: 20px;
    }

    .md\:gap-y-20{
        row-gap: 80px;
    }

    .md\:justify-self-end{
        justify-self: end;
    }

    .md\:overflow-scroll{
        overflow: scroll;
    }

    .md\:border-l-3px{
        border-left-width: 3px;
    }

    .md\:p-10{
        padding: 40px;
    }

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

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

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

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

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

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

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

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

    .md\:pb-10{
        padding-bottom: 40px;
    }

    .md\:pb-220px{
        padding-bottom: 220px;
    }

    .md\:pl-5{
        padding-left: 20px;
    }

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

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

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

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

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

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

    .md\:text-2xl{
        font-size: 24px;
        line-height: 32px;
    }

    .md\:text-3xl{
        font-size: 28px;
        line-height: 34px;
    }

    .md\:text-5xl{
        font-size: 36px;
        line-height: 42px;
    }

    .md\:text-base{
        font-size: 17px;
        line-height: 25px;
    }

    .md\:text-hero-banner{
        font-size: 52px;
        line-height: 58px;
    }

    .md\:text-xl{
        font-size: 20px;
        line-height: 26px;
    }
}
@media (min-width: 1024px){

    .lg\:absolute{
        position: absolute;
    }

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

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

    .lg\:col-span-1{
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-10{
        grid-column: span 10 / span 10;
    }

    .lg\:col-span-11{
        grid-column: span 11 / span 11;
    }

    .lg\:col-span-12{
        grid-column: span 12 / span 12;
    }

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

    .lg\:col-span-3{
        grid-column: span 3 / span 3;
    }

    .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-5{
        grid-column: span 5 / span 5;
    }

    .lg\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .lg\:col-span-7{
        grid-column: span 7 / span 7;
    }

    .lg\:col-span-8{
        grid-column: span 8 / span 8;
    }

    .lg\:col-span-9{
        grid-column: span 9 / span 9;
    }

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

    .lg\:flex{
        display: flex;
    }

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

    .lg\:w-4\/12{
        width: 33.333333%;
    }

    .lg\:w-8\/12{
        width: 66.666667%;
    }

    .lg\:basis-\[calc\(11\%-20px\)\]{
        flex-basis: calc(11% - 20px);
    }

    .lg\:basis-\[calc\(16\%-20px\)\]{
        flex-basis: calc(16% - 20px);
    }

    .lg\:basis-\[calc\(24\%-24px\)\]{
        flex-basis: calc(24% - 24px);
    }

    .lg\:basis-\[calc\(33\%-19px\)\]{
        flex-basis: calc(33% - 19px);
    }

    .lg\:basis-\[calc\(33\%-20px\)\]{
        flex-basis: calc(33% - 20px);
    }

    .lg\:basis-\[calc\(33\%-24px\)\]{
        flex-basis: calc(33% - 24px);
    }

    .lg\:basis-\[calc\(33\%-40px\)\]{
        flex-basis: calc(33% - 40px);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-20{
        gap: 80px;
    }

    .lg\:gap-24{
        gap: 96px;
    }

    .lg\:gap-x-5{
        -moz-column-gap: 20px;
             column-gap: 20px;
    }

    .lg\:justify-self-end{
        justify-self: end;
    }

    .lg\:py-10{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (min-width: 1280px){

    .xl\:col-span-12{
        grid-column: span 12 / span 12;
    }

    .xl\:col-span-3{
        grid-column: span 3 / span 3;
    }

    .xl\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .xl\:col-span-6{
        grid-column: span 6 / span 6;
    }

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

    .xl\:block{
        display: block;
    }

    .xl\:flex{
        display: flex;
    }

    .xl\:hidden{
        display: none;
    }

    .xl\:h-300px{
        height: 300px;
    }

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

    .xl\:max-w-400px{
        max-width: 400px;
    }

    .xl\:basis-\[calc\(25\%-19px\)\]{
        flex-basis: calc(25% - 19px);
    }

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

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

    .xl\:gap-10{
        gap: 40px;
    }

    .xl\:text-4xl{
        font-size: 32px;
        line-height: 38px;
    }

    .xl\:text-base{
        font-size: 17px;
        line-height: 25px;
    }
}
.\[\&_\*\]\:text-white *{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&_\.open\]\:\!block .open{
    display: block !important;
}
.\[\&_\.open\]\:\!flex .open{
    display: flex !important;
}


