/* Tailwind base, components, and utilities */
*, ::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.17 | 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: "DM Sans", sans-serif; /* 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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.left-0 {
  left: 0px;
}
.left-\[0\] {
  left: 0;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-\[32px\] {
  right: 32px;
}
.top-0 {
  top: 0px;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-130px\] {
  top: -130px;
}
.top-\[147px\] {
  top: 147px;
}
.top-\[55px\] {
  top: 55px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[46px\] {
  margin-top: 46px;
  margin-bottom: 46px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[88px\] {
  margin-bottom: 88px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[70px\] {
  margin-left: 70px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.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;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[195px\] {
  height: 195px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[50\%\] {
  height: 50%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[334px\] {
  max-height: 334px;
}
.min-h-\[481px\] {
  min-height: 481px;
}
.min-h-\[536px\] {
  min-height: 536px;
}
.min-h-\[572px\] {
  min-height: 572px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[676px\] {
  min-height: 676px;
}
.min-h-\[702px\] {
  min-height: 702px;
}
.min-h-\[720px\] {
  min-height: 720px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[262px\] {
  max-width: 262px;
}
.max-w-\[308px\] {
  max-width: 308px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[392px\] {
  max-width: 392px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[675px\] {
  max-width: 675px;
}
.max-w-\[696px\] {
  max-width: 696px;
}
.max-w-full {
  max-width: 100%;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 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-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[28px\] {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#D48D57\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 141 87 / var(--tw-border-opacity, 1));
}
.border-\[\#F6F6F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#0F293E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 41 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0e2940\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 41 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#AA622C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(170 98 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D48D57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 141 87 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 41 62 / var(--tw-bg-opacity, 1));
}
.bg-periwinkle {
  --tw-bg-opacity: 1;
  background-color: rgb(166 184 227 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#341010\] {
  --tw-gradient-from: #341010 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#AA632C\] {
  --tw-gradient-to: #AA632C var(--tw-gradient-to-position);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-\[98px\] {
  padding: 98px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[76px\] {
  padding-left: 76px;
  padding-right: 76px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[117px\] {
  padding-top: 117px;
  padding-bottom: 117px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[128px\] {
  padding-top: 128px;
  padding-bottom: 128px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-\[98px\] {
  padding-top: 98px;
  padding-bottom: 98px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[217px\] {
  padding-bottom: 217px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pr-\[70px\] {
  padding-right: 70px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[117px\] {
  padding-top: 117px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.text-center {
  text-align: center;
}
.font-\[\'DM_Sans\'\] {
  font-family: 'DM Sans';
}
.font-\[\'Hedvig_Letters_Serif\'\] {
  font-family: 'Hedvig Letters Serif';
}
.font-sans {
  font-family: "DM Sans", sans-serif;
}
.font-serif {
  font-family: "Hedvig Letters Serif", serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-400 {
  font-weight: 400;
}
.font-600 {
  font-weight: 600;
}
.font-\[400\] {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[114\%\] {
  line-height: 114%;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.tracking-\[-0\.48px\] {
  letter-spacing: -0.48px;
}
.tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}
.text-\[\#AAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1));
}
.text-\[\#D48D57\] {
  --tw-text-opacity: 1;
  color: rgb(212 141 87 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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;
}
.overline {
  text-decoration-line: overline;
}
.line-through {
  text-decoration-line: line-through;
}
.placeholder-white\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-white\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.opacity-100 {
  opacity: 1;
}
.opacity-80 {
  opacity: 0.8;
}
.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);
}
.outline {
  outline-style: solid;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
/* Base styles */
body {
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	-webkit-font-smoothing: antialiased;
}
.mobile-footer-logo{
	z-index: 10;
}
.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1440px;
	padding-right: 30px;
	padding-left: 30px;
}
@media (max-width: 1500px) {
	.container {
		max-width: 1200px !important;
	}

	.nav-font-size{
		font-size: 16px !important;
	}
}
.nav-font-size{
	font-size: 18px;
}
.who-we-are-links{
	min-height: 112px;
	align-self: center;
}
.primary-nav-item:hover{
	opacity: 0.7 !important;
}
@media (max-width: 1500px) {
	#mobile-menu .mobile-search-form input[type="search"] {
		font-size: 16px !important;
	}

	.mega-menu-read-more {
		font-size: 16px !important;
	}
}
@media (max-width: 768px) {
	.container {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}
#header{
	padding-left: 64px;
	padding-right: 64px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 50;
}
@media (max-width: 1500px) {
	#header {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media (max-width: 1000px) {

	.mobile-footer-logo-blur{
		position: absolute;
		right: 0;
		display: flex;
		top: 10px;
		min-width: 100px;
		min-height: 100px;
		z-index: 50;
	}


}
body.overflow-hidden {
	overflow: hidden;
}
/* Block editor styles */
.block-editor-block-list__layout .wp-block {
	max-width: none;
}
.block-editor-block-list__layout textarea {
	all: inherit;
}
h1.wp-block-post-title {
	font-size: 60px;
	margin-bottom: 60px;
	line-height: 60px;
}
/* Search results styling */
.search-results-preview {
	display: none;
}
.search-field:focus + .search-hr + .search-results-preview {
	display: block;
}
/* Search input styling */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
}
/* ---------------------------------------------------- */
/* ENHANCED FOOTER SCROLL ANIMATIONS */
/* ---------------------------------------------------- */
#footer {
	position: relative;
	overflow: visible; /* Allow SVG to bleed upward */
	z-index: 10;
}
/* Footer sections with enhanced animation properties */
.footer-top-section,
.footer-bottom-section {
	will-change: transform, opacity;
	backface-visibility: hidden; /* Improve animation performance */
}
/* Animation ready states */
.footer-top-section.footer-animate-ready {
	transform: translateY(-100px);
	opacity: 0.8;
}
.footer-bottom-section.footer-animate-ready {
	transform: translateY(100px);
	opacity: 0.8;
}
/* Desktop footer logo - enhanced positioning */
.desktop-footer-logo {
	position: absolute;
	z-index: 15;
	right: 0;
	top: -130px; /* Will be dynamically adjusted by JavaScript */
	pointer-events: none;
	transition: none; /* Prevent unwanted transitions */
}
/* Mobile footer logo positioning */
.mobile-footer-logo {
	z-index: 15;
}
.mobile-footer-logo svg {
	position: absolute;
	z-index: 15;
	right: 0;
	top: -130px; /* Will be dynamically adjusted by JavaScript */
	pointer-events: none;
}
/* Mobile gradient overlay */
.mobile-footer-logo[style*="background"] {
	z-index: 5;
	position: absolute;
	right: 0;
	/* Top position will be dynamically adjusted by JavaScript */
}
/* Ensure social icons are above everything */
.social-icons {
	position: relative;
	z-index: 20;
}
/* Page content z-index management */
main {
	position: relative;
	z-index: 5;
}
.page-wrapper,
.content-wrapper,
[class*="wp-block-group"],
.wp-block-group,
.wp-block-cover,
[data-block] {
	position: relative;
	z-index: 5;
}
/* Footer container stacking */
.footer-top-cont {
	position: relative;
	z-index: 90;
}
/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.footer-top-section,
	.footer-bottom-section {
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}

	.footer-top-section.footer-animate-ready,
	.footer-bottom-section.footer-animate-ready {
		transform: none !important;
		opacity: 1 !important;
	}
}
/* Mobile responsive adjustments */
@media (max-width: 1100px) {
	.mobile-footer-logo {
		z-index: 15;
		position: relative;
	}

	.social-icons {
		z-index: 20;
		position: relative;
	}

	/* Hide desktop SVG on mobile */
	.desktop-footer-logo {
		display: none;
	}
}
/* Ensure smooth animations */
@media (prefers-reduced-motion: no-preference) {
	.footer-top-section,
	.footer-bottom-section {
		transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity 0.8s ease;
	}
}
/* ---------------------------------------------------- */
/* MEGA MENU CTA-STYLE POSITIONING */
/* ---------------------------------------------------- */
/* Mega Menu Cards Grid Layout (similar to Who We Are CTA) */
.wwac-mega-menu-cards-grid {
	position: relative;
	height: 600px;
	width: 100%;
}
/* First mega menu wrapper (similar to wwac-cta-wrapper-first) */
.wwac-mega-menu-wrapper-first {
	position: absolute;
	width: 53%;
	left: 0;
	top: 0;
	z-index: 2;
}
/* Second mega menu wrapper (similar to wwac-cta-wrapper-second) */
.wwac-mega-menu-wrapper-second {
	position: absolute;
	width: 53%;
	right: 0;
	top: 100px;
	z-index: 1;
}
.wwac-mega-menu-card {
	position: relative;
	width: 100%;
	height: auto;
}
.wwac-mega-menu-card-link {
	display: block;
	text-decoration: none;
	color: inherit;
}
/* Mega Menu Image Container - Fixed aspect ratio */
.wwac-mega-menu-image-container {
	position: relative;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
/* Mega Menu Image styling to prevent squishing */
.wwac-mega-menu-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	transition: transform 0.5s ease;
}
/* Second image positioning - better overlap (similar to wwac-cta-image-second) */
.wwac-mega-menu-image-second {
	/* Additional styling can be added here if needed */
}
/* Mega Menu Title Overlay */
.wwac-mega-menu-title-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: start !important;
	z-index: 2;
}
.wwac-mega-menu-title-2 {
	padding-left: 110px !important;
}
/* Mega Menu Title Styles */
.wwac-mega-menu-title {
	font-family: "Hedvig Letters Serif", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 114%;
	padding-left: 40px;
	text-align: center;
}
.wwac-mega-menu-title.text-white {
	color: #FFFFFF;
}
.wwac-mega-menu-title.text-black {
	color: #000000;
}
/* Content control positioning (similar to CTA block) */
#mega_menu_content_control {
	position: relative;
	left: 0;
}
/* Arrow button positioning - corrected to bottom left with proper z-index */
.wwac-mega-menu-arrow {
	position: absolute;
	bottom: 23px;
	right: 32px;
	z-index: 20;
}
.wwac-mega-menu-arrow-button {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
/* Arrow SVG styling */
.wwac-mega-menu-arrow svg {
	width: 44px;
	height: 44px;
	transition: transform 0.3s ease;
}
/* Hover effect for arrow button */
.wwac-mega-menu-card-link:hover .wwac-mega-menu-arrow svg {
	transform: scale(1.1);
}
/* Custom CSS variable for background color */
.wwac-mega-menu-card-link {
	--color-background-darkgold-8: rgba(170, 98, 44, 0.08);
}
/* Arrow circle hover effect */
.wwac-mega-menu-card-link:hover .wwac-mega-menu-arrow svg circle {
	fill: var(--color-background-darkgold-8) !important;
}
/* Hover effects for mega menu cards */
.wwac-mega-menu-card-link:hover .wwac-mega-menu-image {
	transform: scale(1.05);
}
.wwac-mega-menu-description{
	margin-top: 20px;
	color: #FFFFFF;
	font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.54px;
	margin-bottom: 24px;
	max-width: 500px;
}
/* Mobile responsiveness for mega menu */
@media (max-width: 768px) {
	.wwac-mega-menu-cards-grid {
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.wwac-mega-menu-wrapper-first,
	.wwac-mega-menu-wrapper-second {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
		top: auto;
		z-index: auto;
	}

	.wwac-mega-menu-image-container {
		height: 300px;
	}

	.wwac-mega-menu-title {
		font-size: 32px;
		padding-left: 20px;
	}

	.wwac-mega-menu-title-2 {
		padding-left: 20px !important;
	}

	/* Reset transforms on mobile */
	.wwac-mega-menu-image-second {
		transform: none;
	}

	#mega_menu_content_control {
		transform: none;
	}
}
@media (max-width: 480px) {
	.wwac-mega-menu-image-container {
		height: 250px;
	}

	.wwac-mega-menu-title {
		font-size: 28px;
		padding-left: 15px;
	}
}
/* ---------------------------------------------------- */
/* MOBILE MENU STYLING - UPDATED TO MATCH DESIGN WITH LOGO SUPPORT */
/* ---------------------------------------------------- */
/* Main mobile menu container - Updated to support admin bar */
#mobile-menu.mobile-menu {
	position: fixed;
	inset: 0;
	z-index: 9999; /* Higher z-index to ensure it's above admin bar */
	background-color: #0F293E; /* Dark blue background */
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: transform 0.3s ease, opacity 0.3s ease;
	display: flex;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
	/* JavaScript will override these values */
}
#mobile-menu.mobile-menu.hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}
/* Header section with logo and close button - FIXED LAYOUT */
#mobile-menu .mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 16px;
	background-color: #FFFFFF; /* White background for header */
	border-bottom: 1px solid #D48D57; /* Gold border */
	flex-shrink: 0; /* Prevent header from shrinking */
}
/* WordPress Admin Bar Compatibility */
body.admin-bar #mobile-menu.mobile-menu {
	top: 32px; /* Default admin bar height */
	height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
	body.admin-bar #mobile-menu.mobile-menu {
		top: 46px; /* Mobile admin bar height */
		height: calc(100vh - 46px);
	}
}
/* Mobile menu logo styling - ENSURE LOGO IS VISIBLE */
#mobile-menu .mobile-menu-logo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
#mobile-menu .mobile-menu-logo img,
#mobile-menu .mobile-menu-logo svg {
	max-height: 32px;
	width: auto;
	display: block;
}
/* Menu close button styling - POSITIONED ON THE RIGHT */
#mobile-menu .menu-close {
	display: flex;
	align-items: center;
	color: #341010; /* Dark text color */
	cursor: pointer;
	background: transparent;
	border: none;
	padding: 0;
	flex-shrink: 0;
}
#mobile-menu .menu-close span {
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin-right: 8px;
}
.top-nav-orange-button:hover {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	transition: 300ms ease-in;
}
/* Search container */
.mobile-search-container{
	padding-top: 80px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 48px;
	flex-shrink: 0;
}
#mobile-menu .mobile-search-form {
	position: relative;
	width: 100%;
}
#mobile-menu .mobile-search-form input[type="search"] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #D48D57;
	padding-bottom: 10px;
	padding-right: 32px;
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
	outline: none;
}
#mobile-menu .mobile-search-form input[type="search"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
#mobile-menu .mobile-search-form input[type="search"]::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
#mobile-menu .mobile-search-form button[type="submit"] {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
/* Navigation links container */
#mobile-menu .mobile-nav-container {
	padding: 0 16px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1; /* Take up remaining space */
	overflow-y: auto;
}
/* Navigation links styling */
#mobile-menu .mobile-nav-links ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-menu .mobile-nav-links ul > li {
	width: 100%;
	text-align: center;
	margin-bottom: 41px;
}
#mobile-menu .mobile-nav-links ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.6px;
	text-decoration: none;
}
.mobile-menu-contact{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.6px;
	text-decoration: none;
}
/* Arrow icon styling */
#mobile-menu .mobile-nav-links ul > li > a svg {
	margin-left: 8px;
}
/* Hide WordPress default submenus */
#mobile-menu .mobile-nav-links ul.sub-menu {
	display: none;
}
/* Join Us button styling */
#mobile-menu .join-us-button {
	display: flex;
	justify-content: center;
	padding: 0 16px;
	margin-top: 8px;
	margin-bottom: 32px;
	width: -moz-fit-content;
	width: fit-content;
	align-self: center;
	flex-shrink: 0;
}
#mobile-menu .join-us-button a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	border-radius: 5px;
	background: #AA622C;
	color: #FFFFFF;
	text-align: center;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}
/* Mobile submenu panels */
.mobile-submenu {
	position: absolute;
	inset: 0;
	z-index: 10;
	padding: 0;
	background-color:  #0F293E;
	overflow-y: auto;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: translateX(100%);
	opacity: 0;
	display: none;
	flex-direction: column;
}
.mobile-submenu:not(.hidden) {
	transform: translateX(0);
	opacity: 1;
	display: flex;
}
/* Add header to submenu */
.mobile-submenu .mobile-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 16px;
	background-color: #FFFFFF; /* White background for header */
	border-bottom: 1px solid #D48D57; /* Gold border */
}
/* Container for submenu content */
.mobile-submenu .submenu-content {
	padding: 68px 30px 24px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
/* Back button in submenu */
.mobile-submenu .back-button {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 16px;
	margin-bottom: 24px;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.mobile-submenu .back-button svg {
	margin-right: 8px;
}
/* Submenu title */
.mobile-submenu h3 {
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 24px;
	text-align: center;
	width: 100%;
}
/* Submenu divider */
.mobile-submenu .submenu-divider {
	width: 100%;
	height: 1px;
	margin: 43px 0;
	background: linear-gradient(90deg, #341010 0%, #AA632C 100%);
}
/* Submenu list */
.mobile-submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mobile-submenu ul li {
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}
.mobile-submenu ul li:last-child {
	margin-bottom: 0;
}
.mobile-submenu ul li a {
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
	text-align: center;
}
.mobile-submenu[data-parent-menu="who-we-serve"] ul {
	gap: 24px;
}
.mobile-submenu[data-parent-menu="who-we-serve"] ul li.mobile-image-item {
	margin-bottom: 24px;
	width: 100%;
}
.mobile-submenu[data-parent-menu="who-we-serve"] ul li.mobile-image-item:last-child {
	margin-bottom: 0;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-image-link {
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-image-container {
	position: relative;
	width: 100%;
	height: 254px;
	overflow: hidden;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-menu-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: transform 0.3s ease;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-image-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	padding: 24px 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
	display: flex;
	min-height: 80px;
	align-items: center;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-image-title {
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.6px;
	margin: 0;
	text-align: left;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-image-link:hover .mobile-image-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, transparent 100%);
}
/* Loading state for images */
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-menu-image[src=""] {
	background-color: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile-submenu[data-parent-menu="who-we-serve"] .mobile-menu-image[src=""]:before {
	content: "Loading...";
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 16px;
}
/* Specific styling for Who We Are submenu */
.mobile-submenu[data-parent-menu="who-we-are"] .submenu-content {
	text-align: center;
}
.mobile-submenu[data-parent-menu="who-we-are"] ul li a {
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
}
/* Specific styling for Resource Center submenu */
.mobile-submenu[data-parent-menu="resource-center"] .submenu-content {
	text-align: center;
}
.mobile-submenu[data-parent-menu="resource-center"] ul li a {
	color: #FFFFFF;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
}
/* ---------------------------------------------------- */
/* MEGA MENU STYLES (DESKTOP) */
/* ---------------------------------------------------- */
.mega-menu {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transform-origin: top center;
	transform: scaleY(0);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.3s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
	will-change: transform, opacity, visibility;
	display: flex;
}
.mega-menu.hidden {
	display: none;
}
.mega-menu.mega-menu-open {
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}
.mega-menu-parent {
	position: relative;
}
.primary-nav-item {
	position: relative;
}
.gradient-divider {
	background: linear-gradient(180deg, #341010 0%, #AA632C 100%);
	width: 1.5px;
	height: 280px;
}
.thumbnail-card {
	position: relative;
}
/* Base state - transition should be here */
.thumbnail-card img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
	transform-origin: center center;
	transform: scale(1);
}
/* Hover state - only specify the end state */
.thumbnail-card:hover img {
	transform: scale(1.1);
}
.featured-article {
	position: relative;
}
.featured-article h3 {
	font-weight: normal;
}
.mega-menu-read-more{
	background-color: transparent;
	color: inherit;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	position: relative;
	border-radius: 0;
	color: #FFF;
}
.mega-menu-read-more::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16' fill='none'%3E%3Cpath d='M28.7071 8.70711C29.0976 8.31659 29.0976 7.68342 28.7071 7.2929L22.3431 0.928934C21.9526 0.53841 21.3195 0.53841 20.9289 0.928934C20.5384 1.31946 20.5384 1.95262 20.9289 2.34315L26.5858 8L20.9289 13.6569C20.5384 14.0474 20.5384 14.6805 20.9289 15.0711C21.3195 15.4616 21.9526 15.4616 22.3431 15.0711L28.7071 8.70711ZM-8.74228e-08 9L28 9L28 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23AA622C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition: transform 0.3s ease;
}
.mega-menu-read-more:hover::after {
	transform: translateX(5px);
}
/* Thumbnail styling for mega menu */
.business-thumbnail-wrapper,
.individuals-thumbnail-wrapper {
	position: relative;
	height: 100%;
}
.article-menu-links{
	margin-top: 10px;
	margin-bottom: 10px;
}
.business-thumbnail h3 {
	color: white;
	font-weight: normal;
}
.contact-us-btn-footer:hover{
	background:  #788FC6;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.30), 0 1px 3px 0 rgba(0, 0, 0, 0.15);
	transition: 300ms ease-in;
}
.individuals-thumbnail h3 {
	color: black;
}
.menu-thumbnail-card-title {
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	font-family: 'Hedvig Letters Serif', serif;
}
#who-we-serve-mega-menu .grid {
	min-height: 600px;
}
/* ---------------------------------------------------- */
/* FOOTER STYLES */
/* ---------------------------------------------------- */
.terms-text p > a {
	color: #a6b8e3;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
.mobile-footer-logo {
	display: none;
}
/* ---------------------------------------------------- */
/* RESPONSIVE STYLES */
/* ---------------------------------------------------- */
@media (max-width: 1700px) {
	.social-icons {
		padding-right: 30px;
	}
}
@media (max-width: 768px) {
	#header{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 1300px) {
	#menu-disclaimer-menu {
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 1100px) {
	#menu-disclaimer-menu {
		flex-direction: row;
	}

	#header{
		padding-left: 20px;
		padding-right: 20px;
	}

	.mega-menu {
		position: static;
		width: 100%;
	}

	.desktop-footer-logo {
		display: none;
	}

	.mobile-footer-logo {
		display: flex !important;
		position: absolute !important;
		top: -160px;
		min-width: 100px;
		min-height: 100px;
		z-index: 50;
	}

	/*.mobile-footer-logo {*/
	/*	display: block;*/
	/*}*/

	.footer-top-cont {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.top-get-intouch {
		padding-right: 0px;
		align-items: center;
		border-bottom: 1px solid #f6f6f6;
		padding-bottom: 62px;
	}

	.top-get-intouch > div {
		text-align: center;
	}

	.top-stay-connect {
		margin-left: 0px;
		text-align: center;
		padding-bottom: 62px;
	}

	.top-stay-connect > div {
		text-align: center;
	}

	.social-icons {
		position: unset;
		padding-right: 0px;
	}
}
@media (max-width: 767px) {
	.mega-menu .grid {
		grid-template-columns: 1fr;
	}

	.gradient-divider {
		display: none;
	}

	.thumbnail-card {
		margin-bottom: 20px;
	}

	.cf7-newsletter-form .wpcf7-form-control-wrap {
		min-width: unset !important;

	}
}
@media (max-width: 420px) {
	#menu-disclaimer-menu {
		flex-direction: column;
	}

	.disclaimer-links {
		text-align: center;
	}
}
/* Animation support */
.animate__animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.animate__hidden {
	opacity: 0;
}
/* Optional: Add custom animation timing */
.animate__animated.animate__faster {
	animation-duration: 0.5s;
}
.animate__animated.animate__slower {
	animation-duration: 1.5s;
}
.search-result.active {
	background-color: rgba(212, 141, 87, 0.1);
	border-radius: 4px;
}
.search-result.active a {
	color: #D48D57 !important;
}
mark {
	background-color: #D48D57;
	color: white;
	padding: 1px 2px;
	border-radius: 2px;
}
.search-results-preview {
	max-height: 400px;
	overflow-y: auto;
}
.search-results-preview::-webkit-scrollbar {
	width: 4px;
}
.search-results-preview::-webkit-scrollbar-track {
	background: rgba(212, 141, 87, 0.1);
}
.search-results-preview::-webkit-scrollbar-thumb {
	background: #D48D57;
	border-radius: 2px;
}
.search-loading {
	animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.5; }
}
[type='search']:focus{
	--tw-ring-color: transparent;
}
.search-all-cta {
	background-color: transparent;
	font-family: 'Hedvig Letters Serif', serif;
	font-size: 18px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	color: #FFF;
	font-weight: 400;
	position: relative;
	border-radius: 0;
}
.search-all-cta::after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' viewBox='0 0 29 16' fill='none'%3E%3Cpath d='M28.7071 8.70711C29.0976 8.31659 29.0976 7.68342 28.7071 7.2929L22.3431 0.928934C21.9526 0.53841 21.3195 0.53841 20.9289 0.928934C20.5384 1.31946 20.5384 1.95262 20.9289 2.34315L26.5858 8L20.9289 13.6569C20.5384 14.0474 20.5384 14.6805 20.9289 15.0711C21.3195 15.4616 21.9526 15.4616 22.3431 15.0711L28.7071 8.70711ZM-8.74228e-08 9L28 9L28 7L8.74228e-08 7L-8.74228e-08 9Z' fill='%23AA622C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	transition: transform 0.3s ease;
}
.search-all-cta:hover::after {
	transform: translateX(5px);
}
.other-office-editor p,
.other-office-editor li {
	font-family: "DM Sans", sans-serif;
	color: #ffffff;
	line-height: 21px;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
.other-office-editor a,
.other-office-editor li a {
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.3s ease;
}
.other-office-editor a:hover,
.other-office-editor li a:hover {
	color: #8d5124;
}
@media (max-width: 1500px) {
	.terms-mobile-width {
		max-width: 400px;
	}

}
@media (max-width: 1099px) {
	.disclaimer-menu-wrapper {
		order: 1;
	}
	.terms-mobile-cont {
		order: 2;
	}
}
/* Contact Form 7 Newsletter Styling */
.cf7-newsletter-form .wpcf7-form {
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
@media (max-width: 640px) {
	.cf7-newsletter-form .wpcf7-form {
		flex-direction: row;
	}
}
.cf7-newsletter-form .wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	min-width: 250px;
	flex: 1;
}
.cf7-newsletter-form input[type="email"] {
	width: 100%;
	background: transparent;
	border: 1px solid #A6B8E3;
	border-right: none;
	border-radius: 5px 0 0 5px;
	color: white;
	padding: 10px 14px;
	font-family: inherit;
	font-size: 16px;
	line-height: 1;
}
.cf7-newsletter-form input[type="email"]:focus {
	outline: none;
	border-color: #A6B8E3;
	box-shadow: none;
}
.cf7-newsletter-form input[type="email"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.cf7-newsletter-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.7);
}
.cf7-newsletter-form .submit-arrow {
	background: #A6B8E3;
	border: 1px solid #A6B8E3;
	border-left: none;
	max-width: 48px;
	width: 48px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.cf7-newsletter-form .submit-arrow:hover {
	background: #8FA6D4;
}
/* Add arrow icon via CSS */
.cf7-newsletter-form .submit-arrow::before {
	content: '';
	width: 33px;
	height: 32px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' viewBox='0 0 33 32' fill='none'%3E%3Cpath d='M26.7429 15.2929C27.1334 15.6834 27.1334 16.3166 26.7429 16.7071L20.379 23.0711C19.9884 23.4616 19.3553 23.4616 18.9647 23.0711C18.5742 22.6805 18.5742 22.0474 18.9647 21.6569L24.6216 16L18.9647 10.3431C18.5742 9.95262 18.5742 9.31946 18.9647 8.92893C19.3553 8.53841 19.9884 8.53841 20.379 8.92893L26.7429 15.2929ZM7.36914 15L26.0358 15V17H7.36914V15Z' fill='%2305224C'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
/* Hide Contact Form 7 default styling */
.cf7-newsletter-form .wpcf7-not-valid-tip,
.cf7-newsletter-form .wpcf7-response-output {
	margin: 8px 0 0 0;
	padding: 4px 8px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	font-size: 14px;
	color: white;
	border: none;
}
.cf7-newsletter-form .wpcf7-validation-errors {
	background: rgba(220, 53, 69, 0.1);
	border-color: #dc3545;
	color: #dc3545;
}
.cf7-newsletter-form .wpcf7-mail-sent-ok {
	background: rgba(40, 167, 69, 0.1);
	border-color: #28a745;
	color: #28a745;
}
/* Remove default CF7 margins */
.cf7-newsletter-form .wpcf7 form {
	margin: 0;
}
.cf7-newsletter-form .wpcf7-form p {
	margin: 0;
	display: flex;
}
/* Ensure proper alignment */
.cf7-newsletter-form .wpcf7-form input[type="submit"] {
	margin: 0;
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:fill-\[rgba\(170\2c 98\2c 44\2c 0\.08\)\] {
  fill: rgba(170,98,44,0.08);
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.hover\:bg-\[\#8d5124\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 81 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:text-\[\#8d5124\]:hover {
  --tw-text-opacity: 1;
  color: rgb(141 81 36 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .sm\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:max-w-\[840px\] {
    max-width: 840px;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:gap-\[66px\] {
    gap: 66px;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
}
@media (min-width: 1100px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-\[56px\] {
    margin-bottom: 56px;
  }
  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:pb-\[144px\] {
    padding-bottom: 144px;
  }
  .lg\:pt-\[112px\] {
    padding-top: 112px;
  }
  .lg\:text-left {
    text-align: left;
  }
}

