*, ::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:  ;
}/*
! tailwindcss v3.4.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-\[14\%\] {
  left: 14%;
}
.left-\[167px\] {
  left: 167px;
}
.top-0 {
  top: 0px;
}
.top-\[117px\] {
  top: 117px;
}
.top-\[58px\] {
  top: 58px;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.-mt-\[52px\] {
  margin-top: -52px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[31\.5px\] {
  margin-bottom: 31.5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[39px\] {
  margin-top: 39px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[326px\] {
  height: 326px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[452px\] {
  height: 452px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[96px\] {
  height: 96px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[409px\] {
  width: 409px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[452px\] {
  max-width: 452px;
}
.max-w-\[501px\] {
  max-width: 501px;
}
.max-w-\[512px\] {
  max-width: 512px;
}
.max-w-\[517px\] {
  max-width: 517px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[685px\] {
  max-width: 685px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-content {
  max-width: 952px;
}
.max-w-site {
  max-width: 1240px;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[61px\] {
  gap: 61px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[7px\] {
  border-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-brand_cta {
  --tw-border-opacity: 1 !important;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brand_header {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 63 89 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-brand_cta {
  --tw-border-opacity: 1;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand_bg_light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-brand_cta {
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
}
.bg-brand_cta\/20 {
  background-color: rgb(182 146 71 / 0.2);
}
.bg-brand_cta\/80 {
  background-color: rgb(182 146 71 / 0.8);
}
.bg-brand_footer {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity, 1));
}
.bg-brand_header {
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
}
.bg-brand_header\/80 {
  background-color: rgb(41 63 89 / 0.8);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-brand_cta {
  --tw-gradient-from: #B69247 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(182 146 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand_header {
  --tw-gradient-from: #293F59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 63 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-brand_header {
  --tw-gradient-to: #293F59 var(--tw-gradient-to-position);
}
.to-brand_header\/90 {
  --tw-gradient-to: rgb(41 63 89 / 0.9) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.fill-\[\#FF0000\] {
  fill: #FF0000;
}
.fill-brand_cta {
  fill: #B69247;
}
.fill-brand_header {
  fill: #293F59;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[170px\] {
  padding-top: 170px;
  padding-bottom: 170px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[61px\] {
  padding-bottom: 61px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[79px\] {
  padding-bottom: 79px;
}
.pb-\[85px\] {
  padding-bottom: 85px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[127px\] {
  padding-top: 127px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: "Inter", sans-serif;
}
.font-cta {
  font-family: "Inter Tight", sans-serif;
}
.font-display {
  font-family: "Inter Tight", sans-serif;
}
.\!text-\[17px\] {
  font-size: 17px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-none {
  line-height: 1;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#2A2A2A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_body {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_cta {
  --tw-text-opacity: 1 !important;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_header {
  --tw-text-opacity: 1 !important;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_heading {
  --tw-text-opacity: 1 !important;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#1F2124\] {
  --tw-text-opacity: 1;
  color: rgb(31 33 36 / var(--tw-text-opacity, 1));
}
.text-\[\#C02B0A\] {
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity, 1));
}
.text-\[\#C91212\] {
  --tw-text-opacity: 1;
  color: rgb(201 18 18 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand_body {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand_body_white {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
}
.text-brand_cta {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}
.text-brand_header {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
.text-brand_heading {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-\[0\.47\] {
  opacity: 0.47;
}
.opacity-\[0\.52\] {
  opacity: 0.52;
}
.opacity-\[0\.89\] {
  opacity: 0.89;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.invert {
  --tw-invert: invert(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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[font-family\:-apple-system\2c BlinkMacSystemFont\2c \'Segoe_UI\'\2c sans-serif\] {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.hover\:\!text-brand_cta:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-brand_header:hover {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:fill-brand_cta {
  fill: #B69247;
}
@media (min-width: 640px) {

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

  .sm\:inline {
    display: inline;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

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

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

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }

  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-\[34px\] {
    margin-top: 34px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .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-\[1\.1fr_1fr_1fr\] {
    grid-template-columns: 1.1fr 1fr 1fr;
  }

  .lg\:grid-cols-\[45fr_55fr\] {
    grid-template-columns: 45fr 55fr;
  }

  .lg\:grid-cols-\[464fr_716fr\] {
    grid-template-columns: 464fr 716fr;
  }

  .lg\:grid-cols-\[530fr_650fr\] {
    grid-template-columns: 530fr 650fr;
  }

  .lg\:grid-cols-\[55fr_45fr\] {
    grid-template-columns: 55fr 45fr;
  }

  .lg\:grid-cols-\[650fr_530fr\] {
    grid-template-columns: 650fr 530fr;
  }

  .lg\:grid-cols-\[650px_1fr\] {
    grid-template-columns: 650px 1fr;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

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

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

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

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

*, ::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:  ;
}/*
! tailwindcss v3.4.19 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}
  body {
  font-family: "Inter", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: "Inter Tight", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}

  /* Low-specificity default so utility classes and component rules always win */
  a:where(:not([class*="btn"])) {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}

  button,
  input,
  select,
  textarea {
    font-family: "Inter", sans-serif;
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
html {
    scroll-behavior: smooth;
  }
/* =========================
     TYPOGRAPHY
     ========================= */
/* Live H1: Inter Tight 66px / 700 / 1.1 */
.heading_display_2xl {
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .heading_display_2xl {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 1280px) {

  .heading_display_2xl {
    font-size: 66px;
    line-height: 1.1;
  }
}
/* Live section H2: Inter Tight 42px / 400 / 1.3 */
.heading_display_lg {
  font-family: "Inter Tight", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .heading_display_lg {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.3;
  }
}
@media (min-width: 1280px) {

  .heading_display_lg {
    font-size: 42px;
    line-height: 1.3;
  }
}
/* Live footer/misc headings: Inter Tight 20px / 600 */
.heading_sm {
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
/* Live card H3: Inter Tight 22px / 400 / 1.4, navy */
.box_title {
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
/* Live eyebrow labels: Inter 17px / 600 / uppercase / 3px tracking / #CFA84A */
.eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(207 168 74 / var(--tw-text-opacity, 1));
}
/* Live body text: Inter 18px / 1.5 */
.text_md {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text_sm {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* =========================
     BRAND / NAV
     ========================= */
/* Mega menu column titles — not links */
/* =========================
     BUTTONS
     ========================= */
/* Live buttons: Inter Tight 17px/500, 16px 24px padding, 1px border, square,
     7px icon gap, hover swaps to navy + translateY(-3px). */
.btn_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 63 89 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn_primary:hover {
  --tw-translate-y: -3px;
  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-border-opacity: 1;
  border-color: rgb(41 63 89 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn_primary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(182 146 71 / 0.4);
}
.btn_primary:active {
  --tw-translate-y: 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));
}
/* Live "Schedule an Appointment": solid navy, white 1px border */
.btn_secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn_secondary:hover {
  --tw-translate-y: -3px;
  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-border-opacity: 1;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
}
.btn_secondary:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(41 63 89 / 0.4);
}
.btn_secondary:active {
  --tw-translate-y: 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));
}
/* Live phone button in process band: white bg, navy text + border */
.btn_outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 63 89 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn_outline:hover {
  --tw-translate-y: -3px;
  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(41 63 89 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn_outline:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 63 89 / var(--tw-ring-opacity, 1));
}
.btn_outline:active {
  --tw-translate-y: 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));
}
.btn_arrow_icon {
  height: 17px;
  width: 17px;
  flex-shrink: 0;
  fill: currentColor;
}
/* =========================
     SECTIONS / LAYOUT
     ========================= */
.section_light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
/* Live Elementor container: 1240px max with 10px side padding = 1220px content */
.section_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 10px;
  padding-right: 10px;
}
.centered {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* =========================
     HERO TRUST ROW
     ========================= */
/* Live cards: white, square, 0 0 10px rgba(0,0,0,.12) shadow, 24px padding */
.service_card {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.service_icon_img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 45px;
  width: 45px;
}
/* Live service-area tags at 1440px: 227x73 (row 1) / 192x73 (row 2),
     1px rgba(0,0,0,.12) border, 20px/10px padding, border-box
     (inner H4 = 205px / 170px) */
.area-tag {
  display: flex;
  height: 73px;
  width: 227px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.12);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.area_marquee_track.reverse .area-tag {
  width: 192px;
}
a.area-tag:hover {
  --tw-border-opacity: 1;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}
/* Live renders each tag label as an <h4> — keep the box's typography/color */
.area-tag h4 {
  color: inherit;
  font: inherit;
  width: 100%;
}
/* Live: two full-bleed swiper rows scrolling continuously in opposite
     directions (PowerPack info-box carousel), 16px between boxes */
.area_marquee {
  width: 100%;
  overflow: hidden;
}
.area_marquee_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 1rem;
    animation: area_marquee 64s linear infinite;
}
.area_marquee_track.reverse {
    animation-direction: reverse;
  }
/* LOCATION CARDS */
/* =========================
     MOBILE MENU
     ========================= */
.mobile_overlay {
  position: fixed;
  inset: 0px;
  z-index: 40;
  background-color: rgb(0 0 0 / 0.5);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile_panel {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  width: 100%;
  max-width: 28rem;
  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, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mobile_panel_hidden {
  --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));
}
.mobile_panel_visible {
  --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));
}
/* Gravity Forms default-theme clone (live quote form): 38px fields,
     3px radius, #686E77 border, 14px text, subtle indigo shadow */
.quote_form input[type="text"],
  .quote_form input[type="email"],
  .quote_form input[type="tel"],
  .quote_form select,
  .quote_form textarea {
    width: 100% !important;
    height: 38px !important;
    border-radius: 3px !important;
    border: 1px solid #686e77 !important;
    background: white !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    color: #112337 !important;
    outline: none !important;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
    transition: all 0.2s ease !important;
  }
.quote_form select {
    padding-right: 32px !important;
  }
.quote_form textarea {
    height: 90px !important;
    padding: 12px !important;
    resize: none !important;
  }
.quote_form input:focus,
  .quote_form select:focus,
  .quote_form textarea:focus {
    border-color: #b69247 !important;
    box-shadow: 0 0 0 2px rgba(182, 146, 71, 0.15) !important;
    background: #fff !important;
  }
.qf_label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(17 35 55 / var(--tw-text-opacity, 1));
}
.qf_sublabel {
  margin-top: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  --tw-text-opacity: 1;
  color: rgb(88 94 106 / var(--tw-text-opacity, 1));
}
.qf_submit {
  display: inline-flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  border-radius: 3px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.qf_submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
}
.qf_submit {
    /* live declares the family lowercase ("inter") on GF buttons */
    font-family: inter, "Inter", sans-serif;
    box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08);
  }
/* Quote-page contact cards — live leaves these at system-font defaults */
.contact_card {
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
      "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  }
/* Footer nav links: Inter 17px white, gold hover (live) */
.footer_links a {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer_links a:hover {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}
/* Live FAQ (nested accordion): Inter 17px/700 near-black questions */
/* Bare WP content pages (Privacy Policy) — live uses system-font defaults */
.wp_prose h1,
  .wp_prose h2,
  .wp_prose h3,
  .wp_prose h4 {
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
      "Helvetica Neue", sans-serif;
    margin-bottom: 1.25rem;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3;
    --tw-text-opacity: 1;
    color: rgb(1 1 1 / var(--tw-text-opacity, 1));
  }
.wp_prose p {
    font-family: -apple-system, "system-ui", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell,
      "Helvetica Neue", sans-serif;
    margin-bottom: 25.6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }
.wp_prose p:last-child {
  margin-bottom: 0px;
}
.faq_item {
  margin-bottom: 1rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.faq_item:last-child {
  margin-bottom: 0px;
}
.faq_trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem;
  text-align: left;
}
/* Keep the +/− glyph from inflating the 69px row height (live rows are
     question line-height tall; text-2xl's 32px line box added 5px) */
.faq_icon {
    line-height: 1 !important;
  }
.faq_question {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}
/* How It Works tools accordion — compact native <details> rows */
details.tool_item summary {
    list-style: none;
  }
details.tool_item summary::-webkit-details-marker {
    display: none;
  }
details.tool_item .tool_icon::before {
    content: "+";
  }
details.tool_item[open] .tool_icon::before {
    content: "−";
  }
/* Live: 42px between question baseline box and answer (trigger pad 20 + 22) */
.faq_body {
  padding-top: 20px;
    transition: opacity 0.25s ease;
}
.faq_body.hidden {
    opacity: 0;
    pointer-events: none;
  }
.faq_body.\!hidden {
    opacity: 0 !important;
    pointer-events: none !important;
  }
.faq_body:not(.hidden) {
    opacity: 1;
  }
/* Typography for raw the_content() output (default page.php template) */
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.left-\[14\%\] {
  left: 14%;
}
.left-\[167px\] {
  left: 167px;
}
.top-0 {
  top: 0px;
}
.top-\[117px\] {
  top: 117px;
}
.top-\[58px\] {
  top: 58px;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.-mt-\[52px\] {
  margin-top: -52px;
}
.-mt-px {
  margin-top: -1px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[31\.5px\] {
  margin-bottom: 31.5px;
}
.ml-auto {
  margin-left: auto;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[21px\] {
  margin-top: 21px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[39px\] {
  margin-top: 39px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[63px\] {
  margin-top: 63px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[326px\] {
  height: 326px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[452px\] {
  height: 452px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[96px\] {
  height: 96px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-24 {
  width: 6rem;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[409px\] {
  width: 409px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[452px\] {
  max-width: 452px;
}
.max-w-\[501px\] {
  max-width: 501px;
}
.max-w-\[512px\] {
  max-width: 512px;
}
.max-w-\[517px\] {
  max-width: 517px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[685px\] {
  max-width: 685px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-content {
  max-width: 952px;
}
.max-w-site {
  max-width: 1240px;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[61px\] {
  gap: 61px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-\[7px\] {
  border-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-brand_cta {
  --tw-border-opacity: 1 !important;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1)) !important;
}
.\!border-brand_header {
  --tw-border-opacity: 1 !important;
  border-color: rgb(41 63 89 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-brand_cta {
  --tw-border-opacity: 1;
  border-color: rgb(182 146 71 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand_bg_light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}
.bg-brand_cta {
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
}
.bg-brand_cta\/20 {
  background-color: rgb(182 146 71 / 0.2);
}
.bg-brand_cta\/80 {
  background-color: rgb(182 146 71 / 0.8);
}
.bg-brand_footer {
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / var(--tw-bg-opacity, 1));
}
.bg-brand_header {
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
}
.bg-brand_header\/80 {
  background-color: rgb(41 63 89 / 0.8);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-brand_cta {
  --tw-gradient-from: #B69247 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(182 146 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand_header {
  --tw-gradient-from: #293F59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 63 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-brand_header {
  --tw-gradient-to: #293F59 var(--tw-gradient-to-position);
}
.to-brand_header\/90 {
  --tw-gradient-to: rgb(41 63 89 / 0.9) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.fill-\[\#FF0000\] {
  fill: #FF0000;
}
.fill-brand_cta {
  fill: #B69247;
}
.fill-brand_header {
  fill: #293F59;
}
.fill-current {
  fill: currentColor;
}
.fill-white {
  fill: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[170px\] {
  padding-top: 170px;
  padding-bottom: 170px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[61px\] {
  padding-bottom: 61px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[79px\] {
  padding-bottom: 79px;
}
.pb-\[85px\] {
  padding-bottom: 85px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[127px\] {
  padding-top: 127px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-body {
  font-family: "Inter", sans-serif;
}
.font-cta {
  font-family: "Inter Tight", sans-serif;
}
.font-display {
  font-family: "Inter Tight", sans-serif;
}
.\!text-\[17px\] {
  font-size: 17px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-\[1\.6\] {
  line-height: 1.6 !important;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.65\] {
  line-height: 1.65;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-none {
  line-height: 1;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.\!text-\[\#2A2A2A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(42 42 42 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_body {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_cta {
  --tw-text-opacity: 1 !important;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_header {
  --tw-text-opacity: 1 !important;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1)) !important;
}
.\!text-brand_heading {
  --tw-text-opacity: 1 !important;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#1F2124\] {
  --tw-text-opacity: 1;
  color: rgb(31 33 36 / var(--tw-text-opacity, 1));
}
.text-\[\#C02B0A\] {
  --tw-text-opacity: 1;
  color: rgb(192 43 10 / var(--tw-text-opacity, 1));
}
.text-\[\#C91212\] {
  --tw-text-opacity: 1;
  color: rgb(201 18 18 / var(--tw-text-opacity, 1));
}
.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand_body {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-brand_body_white {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity, 1));
}
.text-brand_cta {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}
.text-brand_header {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
.text-brand_heading {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-\[0\.47\] {
  opacity: 0.47;
}
.opacity-\[0\.52\] {
  opacity: 0.52;
}
.opacity-\[0\.89\] {
  opacity: 0.89;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.invert {
  --tw-invert: invert(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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[font-family\:-apple-system\2c BlinkMacSystemFont\2c \'Segoe_UI\'\2c sans-serif\] {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}

/* =========================================================
   WP NAV MENU (outside @layer so Tailwind never purges rules
   whose selectors use WP-generated classes like .sub-menu,
   .menu-item-has-children, .current-menu-item)
   ========================================================= */

/* Live nav: Inter Tight 17px/600 black, 29px vertical padding,
   40px between items, gold on hover/active. */
#site_header nav[aria-label="Primary"] > ul {
  display: flex;
  align-items: center;
}

#site_header nav[aria-label="Primary"] > ul > li {
  margin-left: 20px;
  margin-right: 20px;
}

#site_header nav[aria-label="Primary"] > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding-top: 29px;
  padding-bottom: 29px;
  font-family: "Inter Tight", sans-serif;
  font-size: 17px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site_header nav[aria-label="Primary"] > ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}

#site_header nav[aria-label="Primary"] > ul > li.current-menu-item > a,
#site_header nav[aria-label="Primary"] > ul > li.current_page_item > a,
#site_header nav[aria-label="Primary"] > ul > li.current-menu-ancestor > a {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}

/* Caret on items with children — live: FontAwesome chevron-down SVG,
   11.2px, navy #293F59, 10px left spacing (verified computed) */
#site_header nav[aria-label="Primary"] li.menu-item-has-children > a::after {
  content: "";
  margin-left: 4px;
  display: inline-block;
  height: 11px;
  width: 11px;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(41 63 89 / var(--tw-bg-opacity, 1));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z%27/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 448 512%27%3E%3Cpath d=%27M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z%27/%3E%3C/svg%3E") no-repeat center / contain;
}

#site_mobile_panel nav[aria-label="Mobile"] > ul > li > a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}

#site_mobile_panel nav[aria-label="Mobile"] .sub-menu a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site_mobile_panel nav[aria-label="Mobile"] .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}

/* Desktop dropdown for nav items with children (wp_nav_menu .sub-menu) */
#site_header nav[aria-label="Primary"] li.menu-item-has-children {
  position: relative;
}

/* Live dropdown: white, 1px rgba(0,0,0,.12) border, square corners,
   0 0 10px shadow, Inter 16px/500 items with 15px padding and divider
   borders; hover = gold bg + white text. */
#site_header nav[aria-label="Primary"] li.menu-item-has-children > .sub-menu {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  min-width: 230px;
  border-radius: 0px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site_header nav[aria-label="Primary"] li.menu-item-has-children:hover > .sub-menu,
#site_header nav[aria-label="Primary"] li.menu-item-has-children:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
}

#site_header nav[aria-label="Primary"] .sub-menu li:not(:last-child) {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / 0.1);
}

#site_header nav[aria-label="Primary"] .sub-menu a {
  display: block;
  padding: 15px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#site_header nav[aria-label="Primary"] .sub-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 146 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* Footer menu links (WP list items) — live: white chevron bullet + white
   text, gold on hover */
#site_footer .footer_links a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#site_footer .footer_links a:hover {
  --tw-text-opacity: 1;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1));
}

/* Service-area marquee keyframes (track content is duplicated 2x, so
   -50% yields a seamless loop) */
@keyframes area_marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

#site_footer .footer_links a::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 9px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z%27/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 320 512%27%3E%3Cpath d=%27M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z%27/%3E%3C/svg%3E") no-repeat center / contain;
}

/* Gravity Forms — match Foundry quote/contact field chrome.
   Unlayered so these beat Gravity Forms’ own theme stylesheet. */
.gf_form {
  --gf-color-primary: #b69247;
  --gf-color-primary-rgb: 182, 146, 71;
  --gf-ctrl-border-color: #686e77;
  --gf-ctrl-border-color-hover: #b69247;
  --gf-ctrl-border-color-focus: #b69247;
  --gf-ctrl-border-radius: 3px;
  --gf-ctrl-bg-color: #ffffff;
  --gf-ctrl-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08);
  --gf-font-family: "Inter", sans-serif;
  --gf-font-size-primary: 14px;
  --gf-label-color-primary: #112337;
  --gf-radius: 3px;
  font-family: "Inter", sans-serif;
  color: #112337;
}

.gf_form .gform_wrapper,
.gf_form .gform_wrapper.gravity-theme,
.gf_form .gform_wrapper.gform-theme {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.gf_form .gform_heading {
  margin: 0 0 2rem;
}

.gf_form .gform_title {
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #293f59;
  margin: 0 0 0.75rem;
}

.gf_form .gform_description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin: 0;
}

.gf_form .gform_fields,
.gf_form .gform-body,
.gf_form .gform_body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
}

.gf_form .gfield,
.gf_form .gfield--type-text,
.gf_form .gfield--type-email,
.gf_form .gfield--type-phone,
.gf_form .gfield--type-textarea,
.gf_form .gfield--type-name,
.gf_form .gfield--type-select {
  padding: 0 !important;
  margin: 0 0 2.5rem !important;
  max-width: 100% !important;
}

.gf_form .gfield:last-of-type {
  margin-bottom: 1.5rem !important;
}

.gf_form .gfield_label,
.gf_form .gform-field-label,
.gf_form legend.gfield_label {
  display: block !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: #112337 !important;
  margin: 0 0 0.5rem !important;
  padding: 0 !important;
}

.gf_form .gfield_required,
.gf_form .gfield_required_text,
.gf_form .gfield_required_asterisk {
  display: inline !important;
  color: #c02b0a !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.gf_form .gfield_description,
.gf_form .gfield_validation_message,
.gf_form .validation_message {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #585e6a;
  margin-top: 0.5rem;
  padding: 0;
}

.gf_form .gfield_error .gfield_validation_message,
.gf_form .gfield_error .validation_message,
.gf_form .gform_validation_errors,
.gf_form .validation_error {
  color: #c02b0a;
}

.gf_form .gform_validation_errors,
.gf_form .validation_error {
  border: 1px solid #ef4444;
  background: #fff;
  border-radius: 6px;
  padding: 1rem;
  margin: 0 0 1.5rem;
  font-weight: 600;
}

.gf_form input[type="text"]:not(.apbct_special_field):not(.gform_hidden),
.gf_form input[type="email"],
.gf_form input[type="tel"],
.gf_form input[type="url"],
.gf_form input[type="number"],
.gf_form textarea,
.gf_form .ginput_container input:not([type="radio"]):not([type="checkbox"]):not(.apbct_special_field):not(.gform_hidden),
.gf_form .ginput_container textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 38px !important;
  border-radius: 3px !important;
  border: 1px solid #686e77 !important;
  background: #fff !important;
  padding: 0 12px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #112337 !important;
  outline: none !important;
  box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.gf_form select,
.gf_form .ginput_container select,
.gf_form .gfield_select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 38px !important;
  border-radius: 3px !important;
  border: 1px solid #686e77 !important;
  color: #112337 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 40px 0 12px !important;
  outline: none !important;
  cursor: pointer !important;
  box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%278%27 viewBox=%270 0 12 8%27%3E%3Cpath fill=%27none%27 stroke=%27%23585E6A%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 d=%27M1 1.5l5 5 5-5%27/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 12px 8px !important;
}

.gf_form textarea,
.gf_form .ginput_container_textarea textarea {
  height: 90px !important;
  padding: 12px !important;
  resize: none !important;
}

.gf_form input:focus,
.gf_form select:focus,
.gf_form textarea:focus {
  border-color: #b69247 !important;
  box-shadow: 0 0 0 2px rgba(182, 146, 71, 0.15) !important;
  background: #fff !important;
}

.gf_form .gfield_error input,
.gf_form .gfield_error select,
.gf_form .gfield_error textarea {
  border-color: #c02b0a !important;
}

.gf_form .ginput_complex,
.gf_form .ginput_container_name {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}

.gf_form .ginput_complex span,
.gf_form .name_first,
.gf_form .name_last,
.gf_form .ginput_left,
.gf_form .ginput_right {
  width: 100% !important;
  float: none !important;
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
}

.gf_form .ginput_complex label,
.gf_form .name_first label,
.gf_form .name_last label,
.gf_form .ginput_counter {
  font-family: "Inter", sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  color: #585e6a !important;
  margin-top: 0.5rem !important;
}

.gf_form .gfield_radio,
.gf_form .gfield_checkbox,
.gf_form .ginput_container_radio,
.gf_form .ginput_container_checkbox {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.gf_form .gchoice {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 !important;
}

.gf_form .gfield_radio label,
.gf_form .gfield_checkbox label,
.gf_form .gchoice label {
  display: inline !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #112337 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gf_form input[type="radio"],
.gf_form .ginput_container_radio input[type="radio"],
.gf_form .gchoice input[type="radio"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  margin: 0 12px 0 0 !important;
  padding: 0 !important;
  border: 1px solid #686e77 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  flex-shrink: 0;
}

.gf_form input[type="radio"]:checked,
.gf_form .ginput_container_radio input[type="radio"]:checked {
  border-color: #b69247 !important;
  background-color: #fff !important;
  box-shadow: inset 0 0 0 5px #b69247 !important;
}

.gf_form input[type="checkbox"],
.gf_form .ginput_container_checkbox input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #686e77 !important;
  border-radius: 3px !important;
  background: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  flex-shrink: 0;
}

.gf_form input[type="checkbox"]:checked {
  background: #b69247 !important;
  border-color: #b69247 !important;
}

/* Orbital theme draws its own choice chrome; keep native-looking circles. */
.gf_form .gchoice .gform-field-label::before,
.gf_form .gchoice .gform-field-label::after,
.gf_form .gfield--type-radio .gform-field-label::before,
.gf_form .gfield--type-radio .gform-field-label::after {
  display: none !important;
}

.gf_form .gform_footer,
.gf_form .gform_page_footer {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.gf_form .gform_button,
.gf_form .gform_footer input[type="submit"],
.gf_form .gform_footer button,
.gf_form input[type="submit"].gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border: 1px solid transparent !important;
  border-radius: 3px !important;
  background: #b69247 !important;
  color: #fff !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  box-shadow: 0 1px 4px 0 rgba(18, 25, 97, 0.08) !important;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease !important;
}

.gf_form .gform_button:hover,
.gf_form .gform_footer input[type="submit"]:hover,
.gf_form .gform_footer button:hover {
  background: #293f59 !important;
  color: #fff !important;
}

.gf_form .gform_button:focus,
.gf_form .gform_footer input[type="submit"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(182, 146, 71, 0.3) !important;
}

.gf_form .gform_confirmation_message,
.gf_form .gform_confirmation_wrapper {
  border: 1px solid #b69247;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  padding: 1rem;
  color: #293f59;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.gf_form .gform_validation_container,
.gf_form .gfield--type-honeypot,
.gf_form .gform_hidden,
.gf_form .gf_invisible,
.gf_form .apbct_special_field,
.gf_form input[name^="apbct"] {
  display: none !important;
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 1024px) {

  .lg\:hidden.faq_body {
    opacity: 0;
    pointer-events: none;
  }
}

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

.hover\:\!text-brand_cta:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(182 146 71 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-brand_header:hover {
  --tw-text-opacity: 1;
  color: rgb(41 63 89 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:fill-brand_cta {
  fill: #B69247;
}

@media (min-width: 640px) {

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

  .sm\:inline {
    display: inline;
  }

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

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

@media (min-width: 768px) {

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

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

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

@media (min-width: 1024px) {

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

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

  .lg\:my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lg\:ml-\[10px\] {
    margin-left: 10px;
  }

  .lg\:ml-\[20px\] {
    margin-left: 20px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mt-\[34px\] {
    margin-top: 34px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .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-\[1\.1fr_1fr_1fr\] {
    grid-template-columns: 1.1fr 1fr 1fr;
  }

  .lg\:grid-cols-\[45fr_55fr\] {
    grid-template-columns: 45fr 55fr;
  }

  .lg\:grid-cols-\[464fr_716fr\] {
    grid-template-columns: 464fr 716fr;
  }

  .lg\:grid-cols-\[530fr_650fr\] {
    grid-template-columns: 530fr 650fr;
  }

  .lg\:grid-cols-\[55fr_45fr\] {
    grid-template-columns: 55fr 45fr;
  }

  .lg\:grid-cols-\[650fr_530fr\] {
    grid-template-columns: 650fr 530fr;
  }

  .lg\:grid-cols-\[650px_1fr\] {
    grid-template-columns: 650px 1fr;
  }

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

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

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

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

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

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

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

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

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

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

