*, ::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.14 | 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: #DDDDDD; /* 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;
}

[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;
     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;
     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;
     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;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@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: 1282px) {

  .container {
    max-width: 1282px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-indigo {
  --tw-prose-links: #4f46e5;
  --tw-prose-invert-links: #6366f1;
}
/* Navigation - Desktop */
.gj-nav-desktop {
    /* base styles */
    display: none;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
@media (min-width: 1024px) {

  .gj-nav-desktop {
    display: flex;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
@media (min-width: 1282px) {

  .gj-nav-desktop {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1440px) {

  .gj-nav-desktop {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }
}
.gj-nav-desktop>li.current-menu-item>a::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gj-nav-desktop>li:hover>.sub-menu {
  visibility: visible;
}
@keyframes popper-pop-in {

  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.gj-nav-desktop>li:hover>.sub-menu {
  animation: popper-pop-in .1s cubic-bezier(.2, 0, .38, .9) forwards;
  opacity: 1;
}
.gj-nav-desktop>li:not(.current-menu-item)>a:hover::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gj-nav-desktop>li:not(.current-menu-item)>a::after {
  transform-origin: right;
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gj-nav-desktop>li>.sub-menu>li.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.gj-nav-desktop>li>.sub-menu>li:first-child {
  padding-top: 0px;
}
.gj-nav-desktop>li>.sub-menu>li:last-child {
  padding-bottom: 0px;
}
.gj-nav-desktop>li>.sub-menu>li:not(.current-menu-item)>a:hover {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.gj-nav-desktop>li>.sub-menu>li:not(.current-menu-item)>a {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.gj-nav-desktop>li>.sub-menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gj-nav-desktop>li>.sub-menu>li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gj-nav-desktop>li>.sub-menu {
  visibility: hidden;
  position: absolute;
  z-index: 20;
  display: flex;
  width: 200px;
  flex-direction: column;
}
.gj-nav-desktop>li>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-divide-opacity));
}
.gj-nav-desktop>li>.sub-menu {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
  opacity: 0;
  --tw-shadow: 0px 125px 50px rgba(0, 0, 0, 0.01), 0px 70px 42px rgba(0, 0, 0, 0.05), 0px 31px 31px rgba(0, 0, 0, 0.09), 0px 8px 17px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 125px 50px var(--tw-shadow-color), 0px 70px 42px var(--tw-shadow-color), 0px 31px 31px var(--tw-shadow-color), 0px 8px 17px var(--tw-shadow-color), 0px 0px 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;
}
.gj-nav-desktop>li>a {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.gj-nav-desktop>li>a::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.gj-nav-desktop>li {
  position: relative;
}
/* Navigation - Mobile */
.gj-nav-mobile {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 30;
  transform-origin: top;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1.5rem;
  padding-top: 7rem;
  --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);
  --tw-shadow-color: rgb(26 26 26 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gj-nav-mobile.is-active {
  visibility: visible;
  --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));
  opacity: 1;
}
.gj-nav-mobile:not(.is-active) {
  visibility: hidden;
  --tw-translate-y: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.admin-bar .gj-nav-mobile {
  padding-top: 10rem;
}
.gj-nav-mobile-list {
    /* base */
  }
.gj-nav-mobile-list > :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));
}
.gj-nav-mobile-list {
  font-weight: 500;
}
.gj-nav-mobile-list>li>.sub-menu>li.current-menu-item>a {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.gj-nav-mobile-list>li>.sub-menu>li:not(.current-menu-item)>a:hover {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.gj-nav-mobile-list>li>.sub-menu>li:not(.current-menu-item)>a {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.gj-nav-mobile-list>li>.sub-menu>li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.gj-nav-mobile-list>li>.sub-menu {
  display: none;
}
.gj-nav-mobile-list>li>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.gj-nav-mobile-list>li>.sub-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 400;
}
.gj-nav-mobile-list>li>a {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.625em;
  line-height: 1.25;
}
.gj-nav-mobile-list li {
  position: relative;
}
/* Toggle */
.menu-item-toggle {
  position: absolute;
  right: 0px;
  top: 0.25rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}
.menu-item-toggle::after {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
  background-size: 10px 10px;
  background-position: center;
  background-repeat: no-repeat;
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-item-toggle:hover {
  cursor: pointer;
}
.menu-item-toggle.is-active::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Footer Nav */
.gj-footer-nav {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: 500;
}
@media (min-width: 640px) {

  .gj-footer-nav {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 768px) {

  .gj-footer-nav {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    text-align: left;
    font-size: 1rem;
    line-height: 1.625em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .gj-footer-nav {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
@media (min-width: 1282px) {

  .gj-footer-nav {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }
}
.gj-footer-nav>li>a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.gj-footer-nav>li>a:hover::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gj-footer-nav>li>a {
  position: relative;
}
.gj-footer-nav>li>a::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* Links Underline Effect */
.gj-underline-effect {
  position: relative;
}
.gj-underline-effect::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gj-underline-effect:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.gj-underline-effect:hover::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gj-underline-effect-next a {
  position: relative;
}
.gj-underline-effect-next a::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gj-underline-effect-next a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.gj-underline-effect-next a:hover::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* Prose (Page and Post typography) */
.entry-content,
  .wp-block-post-content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.entry-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.entry-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.entry-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.entry-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.entry-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.entry-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.entry-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.entry-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.entry-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.entry-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.entry-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.entry-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.entry-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.entry-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.entry-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
  .wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
  .wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.entry-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.entry-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.entry-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
}
.entry-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
  .wp-block-post-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.entry-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
  .wp-block-post-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.entry-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.entry-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.entry-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.entry-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.entry-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.entry-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.entry-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
  .wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.entry-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
  .wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.entry-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.entry-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.entry-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.entry-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  -webkit-padding-end: 1.1428571em;
          padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  -webkit-padding-start: 1.1428571em;
          padding-inline-start: 1.1428571em;
}
.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
  .wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.entry-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
  .wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.entry-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.entry-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.entry-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.entry-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.entry-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.entry-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.entry-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.entry-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.entry-content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.entry-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.entry-content,
  .wp-block-post-content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.entry-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.entry-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.entry-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
}
.entry-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.entry-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.entry-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.entry-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.entry-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.entry-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.entry-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.entry-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  -webkit-padding-start: 1.625em;
          padding-inline-start: 1.625em;
}
.entry-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.entry-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.entry-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.entry-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.entry-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.entry-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.entry-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  -webkit-padding-end: 0.5714286em;
          padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  -webkit-padding-start: 0.5714286em;
          padding-inline-start: 0.5714286em;
}
.entry-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.entry-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.entry-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.entry-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
  .wp-block-post-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.entry-content,
  .wp-block-post-content {
  max-width: none;
  font-size: 1rem;
  line-height: 1.625em;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.entry-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))),
  .wp-block-post-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.entry-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover,
  .wp-block-post-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
/* Contact Form 7 */
.wpcf7-form-control-wrap p {
  margin-bottom: 0px !important;
}
.wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form input[type="password"],
  .wpcf7-form input[type="number"],
  .wpcf7-form input[type="url"],
  .wpcf7-form input[type="date"],
  .wpcf7-form input[type="datetime-local"],
  .wpcf7-form input[type="month"],
  .wpcf7-form input[type="week"],
  .wpcf7-form input[type="time"],
  .wpcf7-form input[type="search"],
  .wpcf7-form textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  background-color: transparent;
  background-size: 12px 12px;
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wpcf7-form input[type="text"]::-moz-placeholder, .wpcf7-form input[type="email"]::-moz-placeholder, .wpcf7-form input[type="tel"]::-moz-placeholder, .wpcf7-form input[type="password"]::-moz-placeholder, .wpcf7-form input[type="number"]::-moz-placeholder, .wpcf7-form input[type="url"]::-moz-placeholder, .wpcf7-form input[type="date"]::-moz-placeholder, .wpcf7-form input[type="datetime-local"]::-moz-placeholder, .wpcf7-form input[type="month"]::-moz-placeholder, .wpcf7-form input[type="week"]::-moz-placeholder, .wpcf7-form input[type="time"]::-moz-placeholder, .wpcf7-form input[type="search"]::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: transparent;
}
.wpcf7-form input[type="text"]::placeholder,
  .wpcf7-form input[type="email"]::placeholder,
  .wpcf7-form input[type="tel"]::placeholder,
  .wpcf7-form input[type="password"]::placeholder,
  .wpcf7-form input[type="number"]::placeholder,
  .wpcf7-form input[type="url"]::placeholder,
  .wpcf7-form input[type="date"]::placeholder,
  .wpcf7-form input[type="datetime-local"]::placeholder,
  .wpcf7-form input[type="month"]::placeholder,
  .wpcf7-form input[type="week"]::placeholder,
  .wpcf7-form input[type="time"]::placeholder,
  .wpcf7-form input[type="search"]::placeholder,
  .wpcf7-form textarea::placeholder {
  color: transparent;
}
.wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form input[type="tel"]:focus,
  .wpcf7-form input[type="password"]:focus,
  .wpcf7-form input[type="number"]:focus,
  .wpcf7-form input[type="url"]:focus,
  .wpcf7-form input[type="date"]:focus,
  .wpcf7-form input[type="datetime-local"]:focus,
  .wpcf7-form input[type="month"]:focus,
  .wpcf7-form input[type="week"]:focus,
  .wpcf7-form input[type="time"]:focus,
  .wpcf7-form input[type="search"]:focus,
  .wpcf7-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(128 189 255 / var(--tw-border-opacity));
  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(0px + 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);
}
.wpcf7-form input[type="text"]:disabled,
  .wpcf7-form input[type="email"]:disabled,
  .wpcf7-form input[type="tel"]:disabled,
  .wpcf7-form input[type="password"]:disabled,
  .wpcf7-form input[type="number"]:disabled,
  .wpcf7-form input[type="url"]:disabled,
  .wpcf7-form input[type="date"]:disabled,
  .wpcf7-form input[type="datetime-local"]:disabled,
  .wpcf7-form input[type="month"]:disabled,
  .wpcf7-form input[type="week"]:disabled,
  .wpcf7-form input[type="time"]:disabled,
  .wpcf7-form input[type="search"]:disabled,
  .wpcf7-form textarea:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.wpcf7-form input[type="text"]~label,
  .wpcf7-form input[type="email"]~label,
  .wpcf7-form input[type="tel"]~label,
  .wpcf7-form input[type="password"]~label,
  .wpcf7-form input[type="number"]~label,
  .wpcf7-form input[type="url"]~label,
  .wpcf7-form input[type="date"]~label,
  .wpcf7-form input[type="datetime-local"]~label,
  .wpcf7-form input[type="month"]~label,
  .wpcf7-form input[type="week"]~label,
  .wpcf7-form input[type="time"]~label,
  .wpcf7-form input[type="search"]~label,
  .wpcf7-form textarea~label {
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 0px;
  z-index: 10;
  transform-origin: 0;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0px;
  font-size: 0.875rem;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
.peer:focus ~ .wpcf7-form input[type="text"]~label,.peer:focus ~ 
  .wpcf7-form input[type="email"]~label,.peer:focus ~ 
  .wpcf7-form input[type="tel"]~label,.peer:focus ~ 
  .wpcf7-form input[type="password"]~label,.peer:focus ~ 
  .wpcf7-form input[type="number"]~label,.peer:focus ~ 
  .wpcf7-form input[type="url"]~label,.peer:focus ~ 
  .wpcf7-form input[type="date"]~label,.peer:focus ~ 
  .wpcf7-form input[type="datetime-local"]~label,.peer:focus ~ 
  .wpcf7-form input[type="month"]~label,.peer:focus ~ 
  .wpcf7-form input[type="week"]~label,.peer:focus ~ 
  .wpcf7-form input[type="time"]~label,.peer:focus ~ 
  .wpcf7-form input[type="search"]~label,.peer:focus ~ 
  .wpcf7-form textarea~label {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.peer:disabled ~ .wpcf7-form input[type="text"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="email"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="tel"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="password"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="number"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="url"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="date"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="datetime-local"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="month"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="week"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="time"]~label,.peer:disabled ~ 
  .wpcf7-form input[type="search"]~label,.peer:disabled ~ 
  .wpcf7-form textarea~label {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
/* Floating Label (placeholder) */
.wpcf7-form input[type="text"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="email"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="tel"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="password"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="number"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="url"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="date"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="datetime-local"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="month"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="week"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="time"]:not(:-moz-placeholder-shown)~label, .wpcf7-form input[type="search"]:not(:-moz-placeholder-shown)~label, .wpcf7-form textarea:not(:-moz-placeholder-shown)~label {
  --tw-translate-y: -1rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  padding-top: 0.25rem;
}
.wpcf7-form input[type="text"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="text"]:focus~label,

  .wpcf7-form input[type="email"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="email"]:focus~label,

  .wpcf7-form input[type="tel"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="tel"]:focus~label,

  .wpcf7-form input[type="password"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="password"]:focus~label,

  .wpcf7-form input[type="number"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="number"]:focus~label,

  .wpcf7-form input[type="url"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="url"]:focus~label,

  .wpcf7-form input[type="date"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="date"]:focus~label,

  .wpcf7-form input[type="datetime-local"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="datetime-local"]:focus~label,

  .wpcf7-form input[type="month"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="month"]:focus~label,

  .wpcf7-form input[type="week"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="week"]:focus~label,

  .wpcf7-form input[type="time"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="time"]:focus~label,

  .wpcf7-form input[type="search"]:not(:placeholder-shown)~label,
  .wpcf7-form input[type="search"]:focus~label,

  .wpcf7-form textarea:not(:placeholder-shown)~label,
  .wpcf7-form textarea:focus~label {
  --tw-translate-y: -1rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
  padding-top: 0.25rem;
}
.wpcf7-form textarea {
  height: 12rem;
}
.wpcf7-form input.wpcf7-not-valid {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99913 0C4.61101 0.000203558 3.2659 0.481691 2.19299 1.36246C1.12009 2.24322 0.385762 3.46873 0.115138 4.83022C-0.155486 6.1917 0.0543384 7.60496 0.708853 8.82908C1.36337 10.0532 2.4221 11.0125 3.70462 11.5436C4.98714 12.0746 6.41411 12.1445 7.74241 11.7414C9.07071 11.3383 10.2181 10.4871 10.9892 9.33286C11.7603 8.17859 12.1073 6.79268 11.9711 5.41126C11.8348 4.02984 11.2239 2.73839 10.2422 1.75694C9.11651 0.632228 7.59041 0.000295006 5.99913 0ZM5.99913 10.8399C4.87933 10.8402 3.79408 10.4522 2.92832 9.74196C2.06255 9.03175 1.46983 8.04332 1.25117 6.94507C1.03251 5.84683 1.20145 4.70675 1.72917 3.7191C2.25689 2.73145 3.11076 1.95732 4.14527 1.52867C5.17978 1.10002 6.33092 1.04336 7.40253 1.36833C8.47414 1.6933 9.39991 2.37976 10.0221 3.3108C10.6443 4.24185 10.9244 5.35986 10.8146 6.47427C10.7049 7.58868 10.2121 8.63058 9.42029 9.42239C8.97108 9.87179 8.43776 10.2283 7.85075 10.4715C7.26373 10.7148 6.63454 10.8399 5.99913 10.8399ZM5.99913 2.89773C6.15296 2.89773 6.30049 2.95884 6.40926 3.06762C6.51804 3.17639 6.57915 3.32392 6.57915 3.47775V5.99517C6.57915 6.149 6.51804 6.29653 6.40926 6.40531C6.30049 6.51408 6.15296 6.57519 5.99913 6.57519C5.92286 6.57535 5.84731 6.56049 5.7768 6.53142C5.70629 6.50234 5.64221 6.45962 5.58823 6.40575C5.53424 6.35187 5.49138 6.28788 5.46215 6.21743C5.43293 6.14698 5.4179 6.07144 5.4179 5.99517V3.4898C5.4171 3.41302 5.43156 3.33685 5.46043 3.26571C5.48929 3.19456 5.53199 3.12985 5.58606 3.07533C5.64013 3.02082 5.7045 2.97757 5.77541 2.94812C5.84631 2.91867 5.92235 2.90359 5.99913 2.90376V2.89773ZM6.57915 8.31289C6.58272 8.39136 6.57036 8.46974 6.54279 8.5433C6.51522 8.61685 6.47304 8.68408 6.41877 8.74087C6.36451 8.79767 6.29927 8.84285 6.22704 8.87374C6.15481 8.90462 6.0771 8.92052 5.99854 8.92052C5.91999 8.92052 5.84224 8.90462 5.77001 8.87374C5.69778 8.84285 5.63258 8.79767 5.57831 8.74087C5.52404 8.68408 5.48182 8.61685 5.45426 8.5433C5.42669 8.46974 5.41433 8.39136 5.4179 8.31289C5.42471 8.16347 5.48886 8.02239 5.597 7.91906C5.70515 7.81573 5.84897 7.75807 5.99854 7.75807C6.14812 7.75807 6.2919 7.81573 6.40004 7.91906C6.50819 8.02239 6.57234 8.16347 6.57915 8.31289Z' fill='%23BF1332'/%3E%3C/svg%3E%0A");;
}
.wpcf7-form input.wpcf7-not-valid:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
/* Checkbox */
.checkbox-field-wrapper > p {
    margin-bottom: 0 !important;
  }
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  line-height: 1.25;
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(191 133 39 / var(--tw-border-opacity));
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
/* Submit */
.wpcf7-form button[type="submit"],
  .wpcf7-form input[type="submit"] {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.625em;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wpcf7-form button[type="submit"]:hover,
  .wpcf7-form input[type="submit"]:hover {
  background-color: rgb(0 0 0 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wpcf7-not-valid-tip {
  margin-bottom: 0px !important;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(191 19 50 / var(--tw-text-opacity));
}
/* Response output */
.wpcf7 .wpcf7-form .wpcf7-response-output {
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 0.375rem;
  border-width: 0px;
  padding: 1.5rem;
  padding-left: 3rem;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.wpcf7 .wpcf7-form .wpcf7-response-output::before {
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  display: block;
  height: 1.25rem;
  content: var(--tw-content);
  width: 1.25rem;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(21,128,61)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output,
  .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output::before,
  .wpcf7 .wpcf7-form.aborted .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(185,28,28)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zM8.28 7.22a.75.75 0 00-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 101.06 1.06L10 11.06l1.72 1.72a.75.75 0 101.06-1.06L11.06 10l1.72-1.72a.75.75 0 00-1.06-1.06L10 8.94 8.28 7.22z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
  .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
  .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output::before,
  .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output::before,
  .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output::before {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='rgb(161,98,7)' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M8.485 3.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 3.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z' clip-rule='evenodd' /%3E%3C/svg%3E");;
}
/* Partners */
.gj-partners {
  gap: 1.5rem !important;
}
.gj-partners__item {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  padding: 1.5rem;
}
.gj-partners__item img {
  height: auto;
  max-height: 8rem;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Footer Widgets */
.gj-footer-menu ul {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  padding-top: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5em;
}
.gj-footer-menu ul li a {
  position: relative;
}
.gj-footer-menu ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  transform-origin: right;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.gj-footer-menu ul li a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.gj-footer-menu ul li a:hover::after {
  transform-origin: left;
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-\[3px\] {
  inset: 3px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-top-5 {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3\/4 {
  left: 75%;
}
.left-4 {
  left: 1rem;
}
.left-8 {
  left: 2rem;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-5 {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-8 {
  top: 2rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-\[70px\] {
  margin-top: -70px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.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;
}
.aspect-\[12\/8\] {
  aspect-ratio: 12/8;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[220\/233\] {
  aspect-ratio: 220/233;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-auto {
  aspect-ratio: auto;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-12\.5 {
  height: 3.125rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[51px\] {
  height: 51px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-32 {
  max-height: 8rem;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-full {
  min-height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-12\.5 {
  width: 3.125rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-25 {
  width: 6.25rem;
}
.w-28 {
  width: 7rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[44px\] {
  width: 44px;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[1760px\] {
  max-width: 1760px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-full {
  flex-basis: 100%;
}
.origin-\[0\] {
  transform-origin: 0;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.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-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-7\.5 {
  row-gap: 1.875rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-\[11px\] {
  row-gap: 11px;
}
.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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-t {
  border-top-width: 1px;
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(191 133 39 / var(--tw-border-opacity));
}
.border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity));
}
.border-gray-900\/10 {
  border-color: rgb(26 26 26 / 0.1);
}
.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
}
.bg-gray-300\/60 {
  background-color: rgb(137 137 137 / 0.6);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-metal-brass {
  --tw-bg-opacity: 1;
  background-color: rgb(225 193 110 / var(--tw-bg-opacity));
}
.bg-metal-bronze {
  --tw-bg-opacity: 1;
  background-color: rgb(205 127 50 / var(--tw-bg-opacity));
}
.bg-metal-cadmium {
  --tw-bg-opacity: 1;
  background-color: rgb(210 43 43 / var(--tw-bg-opacity));
}
.bg-metal-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(54 69 79 / var(--tw-bg-opacity));
}
.bg-metal-copper {
  --tw-bg-opacity: 1;
  background-color: rgb(184 115 51 / var(--tw-bg-opacity));
}
.bg-metal-nickel {
  --tw-bg-opacity: 1;
  background-color: rgb(114 116 114 / var(--tw-bg-opacity));
}
.bg-metal-silver {
  --tw-bg-opacity: 1;
  background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}
.bg-metal-stainless-steel {
  --tw-bg-opacity: 1;
  background-color: rgb(202 204 206 / var(--tw-bg-opacity));
}
.bg-metal-steel {
  --tw-bg-opacity: 1;
  background-color: rgb(113 121 126 / var(--tw-bg-opacity));
}
.bg-metal-tin {
  --tw-bg-opacity: 1;
  background-color: rgb(211 212 213 / var(--tw-bg-opacity));
}
.bg-metal-tin-lead {
  --tw-bg-opacity: 1;
  background-color: rgb(211 212 213 / var(--tw-bg-opacity));
}
.bg-metal-tin-zinc {
  --tw-bg-opacity: 1;
  background-color: rgb(186 196 200 / var(--tw-bg-opacity));
}
.bg-metal-zinc {
  --tw-bg-opacity: 1;
  background-color: rgb(186 196 200 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\.\/\.\.\/assets\/img\/hero-bg\.jpg\'\)\] {
  background-image: url('../../assets/img/hero-bg.jpg');
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-input-invalid {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.99913 0C4.61101 0.000203558 3.2659 0.481691 2.19299 1.36246C1.12009 2.24322 0.385762 3.46873 0.115138 4.83022C-0.155486 6.1917 0.0543384 7.60496 0.708853 8.82908C1.36337 10.0532 2.4221 11.0125 3.70462 11.5436C4.98714 12.0746 6.41411 12.1445 7.74241 11.7414C9.07071 11.3383 10.2181 10.4871 10.9892 9.33286C11.7603 8.17859 12.1073 6.79268 11.9711 5.41126C11.8348 4.02984 11.2239 2.73839 10.2422 1.75694C9.11651 0.632228 7.59041 0.000295006 5.99913 0ZM5.99913 10.8399C4.87933 10.8402 3.79408 10.4522 2.92832 9.74196C2.06255 9.03175 1.46983 8.04332 1.25117 6.94507C1.03251 5.84683 1.20145 4.70675 1.72917 3.7191C2.25689 2.73145 3.11076 1.95732 4.14527 1.52867C5.17978 1.10002 6.33092 1.04336 7.40253 1.36833C8.47414 1.6933 9.39991 2.37976 10.0221 3.3108C10.6443 4.24185 10.9244 5.35986 10.8146 6.47427C10.7049 7.58868 10.2121 8.63058 9.42029 9.42239C8.97108 9.87179 8.43776 10.2283 7.85075 10.4715C7.26373 10.7148 6.63454 10.8399 5.99913 10.8399ZM5.99913 2.89773C6.15296 2.89773 6.30049 2.95884 6.40926 3.06762C6.51804 3.17639 6.57915 3.32392 6.57915 3.47775V5.99517C6.57915 6.149 6.51804 6.29653 6.40926 6.40531C6.30049 6.51408 6.15296 6.57519 5.99913 6.57519C5.92286 6.57535 5.84731 6.56049 5.7768 6.53142C5.70629 6.50234 5.64221 6.45962 5.58823 6.40575C5.53424 6.35187 5.49138 6.28788 5.46215 6.21743C5.43293 6.14698 5.4179 6.07144 5.4179 5.99517V3.4898C5.4171 3.41302 5.43156 3.33685 5.46043 3.26571C5.48929 3.19456 5.53199 3.12985 5.58606 3.07533C5.64013 3.02082 5.7045 2.97757 5.77541 2.94812C5.84631 2.91867 5.92235 2.90359 5.99913 2.90376V2.89773ZM6.57915 8.31289C6.58272 8.39136 6.57036 8.46974 6.54279 8.5433C6.51522 8.61685 6.47304 8.68408 6.41877 8.74087C6.36451 8.79767 6.29927 8.84285 6.22704 8.87374C6.15481 8.90462 6.0771 8.92052 5.99854 8.92052C5.91999 8.92052 5.84224 8.90462 5.77001 8.87374C5.69778 8.84285 5.63258 8.79767 5.57831 8.74087C5.52404 8.68408 5.48182 8.61685 5.45426 8.5433C5.42669 8.46974 5.41433 8.39136 5.4179 8.31289C5.42471 8.16347 5.48886 8.02239 5.597 7.91906C5.70515 7.81573 5.84897 7.75807 5.99854 7.75807C6.14812 7.75807 6.2919 7.81573 6.40004 7.91906C6.50819 8.02239 6.57234 8.16347 6.57915 8.31289Z' fill='%23BF1332'/%3E%3C/svg%3E%0A");;
}
.bg-input-success {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.55693 2.77082L4.64305 7.6847L2.44321 5.48534C2.15868 5.20081 1.6979 5.20081 1.41384 5.48534C1.12931 5.76988 1.12931 6.23065 1.41384 6.51472L4.12788 9.22924C4.26944 9.3708 4.45647 9.44298 4.64257 9.44298C4.82867 9.44298 5.01476 9.3722 5.15726 9.22924L10.5858 3.80068C10.8704 3.51614 10.8704 3.05537 10.5858 2.7713C10.3022 2.4863 9.84145 2.4863 9.55692 2.77083L9.55693 2.77082Z' fill='%2328A745'/%3E%3C/svg%3E%0A");;
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}
.bg-\[length\:12px_12px\] {
  background-size: 12px 12px;
}
.bg-\[length\:16px_16px\] {
  background-size: 16px 16px;
}
.bg-cover {
  background-size: cover;
}
.bg-\[position\:right_19px_center\] {
  background-position: right 19px center;
}
.bg-\[position\:right_center\] {
  background-position: right center;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-accent {
  fill: #BF8527;
}
.fill-gray {
  fill: #404040;
}
.fill-none {
  fill: none;
}
.fill-white {
  fill: #fff;
}
.stroke-accent {
  stroke: #BF8527;
}
.stroke-white {
  stroke: #fff;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[72px\] {
  padding-left: 72px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.text-center {
  text-align: center;
}
.font-base {
  font-family: "Poppins", sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.625em;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.not-italic {
  font-style: normal;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.3125em\] {
  line-height: 1.3125em;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(191 19 50 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.shadow-2xl {
  --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);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-services {
  --tw-shadow: 0px 27px 16px rgba(0, 0, 0, 0.02), 0px 12px 12px rgba(0, 0, 0, 0.03), 0px 3px 7px rgba(0, 0, 0, 0.03), 0px 0px 0px rgba(0, 0, 0, 0.03);
  --tw-shadow-colored: 0px 27px 16px var(--tw-shadow-color), 0px 12px 12px var(--tw-shadow-color), 0px 3px 7px var(--tw-shadow-color), 0px 0px 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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(26 26 26 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 227 227 / var(--tw-ring-opacity));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* Elvira plugin */
#envirabox-title-float-wrap {
  display: none !important;
}
.placeholder\:text-transparent::-moz-placeholder {
  color: transparent;
}
.placeholder\:text-transparent::placeholder {
  color: transparent;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:inset-x-0::before {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.before\:inset-y-0::before {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}
.before\:top-6::before {
  content: var(--tw-content);
  top: 1.5rem;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-\[3px\]::before {
  content: var(--tw-content);
  height: 3px;
}
.before\:w-5::before {
  content: var(--tw-content);
  width: 1.25rem;
}
.before\:w-screen::before {
  content: var(--tw-content);
  width: 100vw;
}
.before\:bg-accent::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
}
.before\:bg-gray-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-x-0::after {
  content: var(--tw-content);
  left: 0px;
  right: 0px;
}
.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:bottom-\[0\]::after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-3::after {
  content: var(--tw-content);
  height: 0.75rem;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}
.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-left::after {
  content: var(--tw-content);
  transform-origin: left;
}
.after\:origin-right::after {
  content: var(--tw-content);
  transform-origin: right;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:scale-x-100::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-accent::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
}
.after\:bg-gray::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:bg-caret::after {
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23404040' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z'/%3E%3C/svg%3E");
}
.after\:bg-\[length\:10px_10px\]::after {
  content: var(--tw-content);
  background-size: 10px 10px;
}
.after\:bg-center::after {
  content: var(--tw-content);
  background-position: center;
}
.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:bg-accent\/80:hover {
  background-color: rgb(191 133 39 / 0.8);
}
.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}
.hover\:bg-gray-200\/50:hover {
  background-color: rgb(221 221 221 / 0.5);
}
.hover\:bg-gray-900\/90:hover {
  background-color: rgb(26 26 26 / 0.9);
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:after\:origin-left:hover::after {
  content: var(--tw-content);
  transform-origin: left;
}
.hover\:after\:scale-x-100:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:border-danger:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 19 50 / var(--tw-border-opacity));
}
.focus\:border-info:focus {
  --tw-border-opacity: 1;
  border-color: rgb(128 189 255 / var(--tw-border-opacity));
}
.focus\:border-success:focus {
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-danger:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 19 50 / var(--tw-ring-opacity));
}
.focus\:ring-info:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(128 189 255 / var(--tw-ring-opacity));
}
.focus\:ring-success:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 167 69 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-40:focus {
  --tw-ring-opacity: 0.4;
}
.disabled\:border-gray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes wiggle {

  0%, 7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-15deg);
  }

  20% {
    transform: rotateZ(10deg);
  }

  25% {
    transform: rotateZ(-10deg);
  }

  30% {
    transform: rotateZ(6deg);
  }

  35% {
    transform: rotateZ(-4deg);
  }

  40%, 100% {
    transform: rotateZ(0);
  }
}
.group:hover .group-hover\:animate-wiggle {
  animation: wiggle 2s linear infinite;
}
.group:hover .group-hover\:bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group.is-active .group-\[\.is-active\]\:hidden {
  display: none;
}
.group:not(.is-active) .group-\[\:not\(\.is-active\)\]\:hidden {
  display: none;
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --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));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:translate-y-0 {
  --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));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:pt-0 {
  padding-top: 0px;
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:pt-0 {
  padding-top: 0px;
}
.peer:focus ~ .peer-focus\:-translate-y-4 {
  --tw-translate-y: -1rem;
  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));
}
.peer:focus ~ .peer-focus\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.peer:focus ~ .peer-focus\:pt-1 {
  padding-top: 0.25rem;
}
.peer:focus ~ .peer-focus\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.peer:disabled ~ .peer-disabled\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity));
}
.prose-a\:text-accent :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.prose-a\:transition-colors :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 374px) {

  .max-\[374px\]\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 640px) {

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

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

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

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

  .sm\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

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

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

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .sm\:text-4\.5xl {
    font-size: 2.5rem;
  }

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

  .sm\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:bg-hero-backdrop {
    background-image: linear-gradient(90deg, #000 -20.73%, transparent 87.4%);;
  }

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

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

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

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

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

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

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

  .md\:leading-snug {
    line-height: 1.375;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:col-end-13 {
    grid-column-end: 13;
  }

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

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

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

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

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-25 {
    margin-bottom: 6.25rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-7\.5 {
    margin-top: 1.875rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[7\/10\] {
    aspect-ratio: 7/10;
  }

  .lg\:aspect-\[7\/6\.5\] {
    aspect-ratio: 7/6.5;
  }

  .lg\:aspect-\[7\/7\.5\] {
    aspect-ratio: 7/7.5;
  }

  .lg\:aspect-\[7\/9\] {
    aspect-ratio: 7/9;
  }

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

  .lg\:grid-rows-\[100px_1fr_100px\] {
    grid-template-rows: 100px 1fr 100px;
  }

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

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

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

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

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

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

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7\.5 {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

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

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

  .lg\:gap-y-32 {
    row-gap: 8rem;
  }

  .lg\:gap-y-7\.5 {
    row-gap: 1.875rem;
  }

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

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .lg\:text-4\.5xl {
    font-size: 2.5rem;
  }

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

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:leading-snug {
    line-height: 1.375;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .after\:lg\:right-3::after {
    content: var(--tw-content);
    right: 0.75rem;
  }

  .after\:lg\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .group:nth-child(even) .lg\:group-even\:order-1 {
    order: 1;
  }

  .group:nth-child(even) .lg\:group-even\:order-2 {
    order: 2;
  }
}
@media (min-width: 1282px) {

  .xl\:-ml-\[180px\] {
    margin-left: -180px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-36 {
    width: 9rem;
  }

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

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

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

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

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .xl\:gap-x-25 {
    -moz-column-gap: 6.25rem;
         column-gap: 6.25rem;
  }

  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

  .xl\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .xl\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-12\.5 {
    padding-bottom: 3.125rem;
  }

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

  .xl\:pl-12 {
    padding-left: 3rem;
  }

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

  .xl\:pl-\[76px\] {
    padding-left: 76px;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

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

  .xl\:text-4\.5xl {
    font-size: 2.5rem;
  }

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

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

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

  .xl\:leading-\[1\.3125em\] {
    line-height: 1.3125em;
  }

  .xl\:leading-\[1\.34em\] {
    line-height: 1.34em;
  }

  .after\:xl\:-right-6::after {
    content: var(--tw-content);
    right: -1.5rem;
  }
}
@media (min-width: 1440px) {

  .min-\[1440px\]\:gap-x-12\.5 {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }
}
@media (min-width: 1560px) {

  .min-\[1560px\]\:inline-flex {
    display: inline-flex;
  }
}
@media (min-width: 1600px) {

  .min-\[1600px\]\:-ml-\[240px\] {
    margin-left: -240px;
  }

  .min-\[1600px\]\:w-\[784px\] {
    width: 784px;
  }
}
@media (min-width: 1920px) {

  .min-\[1920px\]\:-ml-\[339px\] {
    margin-left: -339px;
  }

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

  .min-\[1920px\]\:w-\[945px\] {
    width: 945px;
  }
}
.\[\&\.is-active\]\:visible.is-active {
  visibility: visible;
}
.\[\&\.is-active\]\:block.is-active {
  display: block;
}
.\[\&\.is-active\]\:translate-y-0.is-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));
}
.\[\&\.is-active\]\:opacity-100.is-active {
  opacity: 1;
}
.\[\&\.is-active\]\:after\:rotate-180.is-active::after {
  content: var(--tw-content);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\:not\(\.is-active\)\]\:invisible:not(.is-active) {
  visibility: hidden;
}
.\[\&\:not\(\.is-active\)\]\:-translate-y-10:not(.is-active) {
  --tw-translate-y: -2.5rem;
  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));
}
.\[\&\:not\(\.is-active\)\]\:opacity-0:not(.is-active) {
  opacity: 0;
}
.\[\&\:not\(\:focus-visible\)\]\:focus\:outline-none:focus:not(:focus-visible) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\[\&\:not\(\:last-child\)\]\:mb-7\.5:not(:last-child) {
  margin-bottom: 1.875rem;
}
.\[\&\>\.sub-menu\]\:hover\:visible:hover>.sub-menu {
  visibility: visible;
}
@keyframes popper-pop-in {

  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.\[\&\>\.sub-menu\]\:hover\:animate-popper-pop-in:hover>.sub-menu {
  animation: popper-pop-in .1s cubic-bezier(.2, 0, .38, .9) forwards;
}
.\[\&\>\.sub-menu\]\:hover\:opacity-100:hover>.sub-menu {
  opacity: 1;
}
.\[\&\>li\.current-menu-item\>a\]\:after\:origin-left>li.current-menu-item>a::after {
  content: var(--tw-content);
  transform-origin: left;
}
.\[\&\>li\.current-menu-item\>a\]\:after\:scale-x-100>li.current-menu-item>a::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>li\:hover\>\.sub-menu\]\:visible>li:hover>.sub-menu {
  visibility: visible;
}
@keyframes popper-pop-in {

  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.\[\&\>li\:hover\>\.sub-menu\]\:animate-popper-pop-in>li:hover>.sub-menu {
  animation: popper-pop-in .1s cubic-bezier(.2, 0, .38, .9) forwards;
}
.\[\&\>li\:hover\>\.sub-menu\]\:opacity-100>li:hover>.sub-menu {
  opacity: 1;
}
.\[\&\>li\:not\(\.current-menu-item\)\>a\:hover\]\:after\:origin-left>li:not(.current-menu-item)>a:hover::after {
  content: var(--tw-content);
  transform-origin: left;
}
.\[\&\>li\:not\(\.current-menu-item\)\>a\:hover\]\:after\:scale-x-100>li:not(.current-menu-item)>a:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>li\:not\(\.current-menu-item\)\>a\]\:after\:origin-right>li:not(.current-menu-item)>a::after {
  content: var(--tw-content);
  transform-origin: right;
}
.\[\&\>li\:not\(\.current-menu-item\)\>a\]\:after\:scale-x-0>li:not(.current-menu-item)>a::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>li\>\.sub-menu\>li\.current-menu-item\]\:text-accent>li>.sub-menu>li.current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.\[\&\>li\>\.sub-menu\>li\:first-child\]\:pt-0>li>.sub-menu>li:first-child {
  padding-top: 0px;
}
.\[\&\>li\>\.sub-menu\>li\:last-child\]\:pb-0>li>.sub-menu>li:last-child {
  padding-bottom: 0px;
}
.\[\&\>li\>\.sub-menu\>li\:not\(\.current-menu-item\)\>a\:hover\]\:text-accent>li>.sub-menu>li:not(.current-menu-item)>a:hover {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.\[\&\>li\>\.sub-menu\>li\:not\(\.current-menu-item\)\>a\]\:text-gray>li>.sub-menu>li:not(.current-menu-item)>a {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.\[\&\>li\>\.sub-menu\>li\>a\]\:flex>li>.sub-menu>li>a {
  display: flex;
}
.\[\&\>li\>\.sub-menu\>li\>a\]\:items-center>li>.sub-menu>li>a {
  align-items: center;
}
.\[\&\>li\>\.sub-menu\>li\>a\]\:justify-between>li>.sub-menu>li>a {
  justify-content: space-between;
}
.\[\&\>li\>\.sub-menu\>li\>a\]\:transition-colors>li>.sub-menu>li>a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>li\>\.sub-menu\>li\]\:px-5>li>.sub-menu>li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&\>li\>\.sub-menu\>li\]\:py-\[15px\]>li>.sub-menu>li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.\[\&\>li\>\.sub-menu\]\:invisible>li>.sub-menu {
  visibility: hidden;
}
.\[\&\>li\>\.sub-menu\]\:absolute>li>.sub-menu {
  position: absolute;
}
.\[\&\>li\>\.sub-menu\]\:z-20>li>.sub-menu {
  z-index: 20;
}
.\[\&\>li\>\.sub-menu\]\:flex>li>.sub-menu {
  display: flex;
}
.\[\&\>li\>\.sub-menu\]\:hidden>li>.sub-menu {
  display: none;
}
.\[\&\>li\>\.sub-menu\]\:w-\[200px\]>li>.sub-menu {
  width: 200px;
}
.\[\&\>li\>\.sub-menu\]\:flex-col>li>.sub-menu {
  flex-direction: column;
}
.\[\&\>li\>\.sub-menu\]\:space-y-3>li>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.\[\&\>li\>\.sub-menu\]\:divide-y>li>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.\[\&\>li\>\.sub-menu\]\:divide-gray-100>li>.sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-divide-opacity));
}
.\[\&\>li\>\.sub-menu\]\:border-t>li>.sub-menu {
  border-top-width: 1px;
}
.\[\&\>li\>\.sub-menu\]\:border-gray-200>li>.sub-menu {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.\[\&\>li\>\.sub-menu\]\:bg-white>li>.sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>li\>\.sub-menu\]\:px-4>li>.sub-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>li\>\.sub-menu\]\:py-2>li>.sub-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&\>li\>\.sub-menu\]\:py-4>li>.sub-menu {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\[\&\>li\>\.sub-menu\]\:text-sm>li>.sub-menu {
  font-size: 0.875rem;
  line-height: 1.5em;
}
.\[\&\>li\>\.sub-menu\]\:font-normal>li>.sub-menu {
  font-weight: 400;
}
.\[\&\>li\>\.sub-menu\]\:opacity-0>li>.sub-menu {
  opacity: 0;
}
.\[\&\>li\>\.sub-menu\]\:shadow-submenu>li>.sub-menu {
  --tw-shadow: 0px 125px 50px rgba(0, 0, 0, 0.01), 0px 70px 42px rgba(0, 0, 0, 0.05), 0px 31px 31px rgba(0, 0, 0, 0.09), 0px 8px 17px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 125px 50px var(--tw-shadow-color), 0px 70px 42px var(--tw-shadow-color), 0px 31px 31px var(--tw-shadow-color), 0px 8px 17px var(--tw-shadow-color), 0px 0px 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);
}
.\[\&\>li\>\.sub-menu\]\:transition-all>li>.sub-menu {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>li\>a\:hover\]\:no-underline>li>a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.\[\&\>li\>a\:hover\]\:after\:origin-left>li>a:hover::after {
  content: var(--tw-content);
  transform-origin: left;
}
.\[\&\>li\>a\:hover\]\:after\:scale-x-100>li>a:hover::after {
  content: var(--tw-content);
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>li\>a\]\:relative>li>a {
  position: relative;
}
.\[\&\>li\>a\]\:block>li>a {
  display: block;
}
.\[\&\>li\>a\]\:flex>li>a {
  display: flex;
}
.\[\&\>li\>a\]\:h-full>li>a {
  height: 100%;
}
.\[\&\>li\>a\]\:items-center>li>a {
  align-items: center;
}
.\[\&\>li\>a\]\:whitespace-nowrap>li>a {
  white-space: nowrap;
}
.\[\&\>li\>a\]\:py-2\.5>li>a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\[\&\>li\>a\]\:text-base>li>a {
  font-size: 1rem;
  line-height: 1.625em;
}
.\[\&\>li\>a\]\:font-semibold>li>a {
  font-weight: 600;
}
.\[\&\>li\>a\]\:leading-tight>li>a {
  line-height: 1.25;
}
.\[\&\>li\>a\]\:text-gray>li>a {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.\[\&\>li\>a\]\:after\:absolute>li>a::after {
  content: var(--tw-content);
  position: absolute;
}
.\[\&\>li\>a\]\:after\:bottom-0>li>a::after {
  content: var(--tw-content);
  bottom: 0px;
}
.\[\&\>li\>a\]\:after\:bottom-\[0\]>li>a::after {
  content: var(--tw-content);
  bottom: 0;
}
.\[\&\>li\>a\]\:after\:left-0>li>a::after {
  content: var(--tw-content);
  left: 0px;
}
.\[\&\>li\>a\]\:after\:h-1>li>a::after {
  content: var(--tw-content);
  height: 0.25rem;
}
.\[\&\>li\>a\]\:after\:h-\[1px\]>li>a::after {
  content: var(--tw-content);
  height: 1px;
}
.\[\&\>li\>a\]\:after\:w-full>li>a::after {
  content: var(--tw-content);
  width: 100%;
}
.\[\&\>li\>a\]\:after\:origin-right>li>a::after {
  content: var(--tw-content);
  transform-origin: right;
}
.\[\&\>li\>a\]\:after\:scale-x-0>li>a::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>li\>a\]\:after\:bg-accent>li>a::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(191 133 39 / var(--tw-bg-opacity));
}
.\[\&\>li\>a\]\:after\:bg-white>li>a::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>li\>a\]\:after\:transition-transform>li>a::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&\>li\>a\]\:after\:duration-300>li>a::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.\[\&\>li\]\:relative>li {
  position: relative;
}
.\[\&\>li\]\:m-0>li {
  margin: 0px;
}
.\[\&\>li\]\:p-0>li {
  padding: 0px;
}
.\[\&_a\:hover\]\:text-accent a:hover {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.\[\&_a\]\:font-bold a {
  font-weight: 700;
}
.\[\&_a\]\:text-accent a {
  --tw-text-opacity: 1;
  color: rgb(191 133 39 / var(--tw-text-opacity));
}
.\[\&_a\]\:transition-colors a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.hover\:\[\&_a\]\:text-gray-900 a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.\[\&_li\]\:relative li {
  position: relative;
}
.\[\&_p\]\:\!mb-0 p {
  margin-bottom: 0px !important;
}
.\[\&_p\]\:mb-6\.5 p {
  margin-bottom: 1.625rem;
}
.admin-bar .\[\.admin-bar_\&\]\:pt-40 {
  padding-top: 10rem;
}

