*, ::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.18 | MIT License | https://tailwindcss.com
*/

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

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

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

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

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!bottom-\[80px\] {
  bottom: 80px !important;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[114px\] {
  top: 114px;
}

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

.top-\[192px\] {
  top: 192px;
}

.top-\[32px\] {
  top: 32px;
}

.top-\[390px\] {
  top: 390px;
}

.top-full {
  top: 100%;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

.z-\[45\] {
  z-index: 45;
}

.z-\[50\] {
  z-index: 50;
}

.z-\[60\] {
  z-index: 60;
}

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

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

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100dvh_-_150px\)\] {
  height: calc(100dvh - 150px);
}

.h-auto {
  height: auto;
}

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

.w-3\/12 {
  width: 25%;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

.border-collapse {
  border-collapse: collapse;
}

.translate-x-\[-50\%\] {
  --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-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));
}

.translate-y-2 {
  --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));
}

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

.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-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[110px\] {
  gap: 110px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[20px_30px\] {
  gap: 20px 30px;
}

.gap-\[23px\] {
  gap: 23px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[32px_38px\] {
  gap: 32px 38px;
}

.gap-\[34px\] {
  gap: 34px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[4px\] {
  gap: 4px;
}

.gap-\[50px\] {
  gap: 50px;
}

.gap-\[58px\] {
  gap: 58px;
}

.gap-\[78px\] {
  gap: 78px;
}

.gap-\[84px\] {
  gap: 84px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[90px\] {
  gap: 90px;
}

.gap-\[9px\] {
  gap: 9px;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-pretty {
  text-wrap: pretty;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-r-\[5px\] {
  border-right-width: 5px;
}

.border-\[\#CEA259\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 162 89 / var(--tw-border-opacity, 1));
}

.border-\[\#CEA259\]\/30 {
  border-color: rgb(206 162 89 / 0.3);
}

.border-\[\#DBDBDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}

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

.border-transparent {
  border-color: transparent;
}

.bg-\[\#061c40\]\/50 {
  background-color: rgb(6 28 64 / 0.5);
}

.bg-\[\#061c40\]\/90 {
  background-color: rgb(6 28 64 / 0.9);
}

.bg-\[\#6D6D6D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity, 1));
}

.bg-\[\#AC884B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(172 136 75 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CEA259\] {
  --tw-bg-opacity: 1;
  background-color: rgb(206 162 89 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F6F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 240 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-site-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(245 156 84 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.\!bg-cover {
  background-size: cover !important;
}

.\!bg-top {
  background-position: top !important;
}

.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[32px\] {
  padding: 32px;
}

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

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[56px\] {
  padding-left: 56px;
  padding-right: 56px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[112px\] {
  padding-bottom: 112px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[190px\] {
  padding-bottom: 190px;
}

.pb-\[208px\] {
  padding-bottom: 208px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[42px\] {
  padding-bottom: 42px;
}

.pb-\[45px\] {
  padding-bottom: 45px;
}

.pb-\[48px\] {
  padding-bottom: 48px;
}

.pb-\[58px\] {
  padding-bottom: 58px;
}

.pb-\[70px\] {
  padding-bottom: 70px;
}

.pb-\[76px\] {
  padding-bottom: 76px;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-robotoflex {
  font-family: Roboto Flex, sans-serif;
}

.font-robotoslab {
  font-family: Roboto Slab, sans-serif;
}

.font-sans {
  font-family: Inter, sans-serif;
}

.font-title {
  font-family: Inter, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[120\%\] {
  line-height: 120%;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

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

.text-\[\#100707\] {
  --tw-text-opacity: 1;
  color: rgb(16 7 7 / var(--tw-text-opacity, 1));
}

.text-\[\#1E1E1E\] {
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}

.text-\[\#757575\] {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.text-\[\#CEA259\] {
  --tw-text-opacity: 1;
  color: rgb(206 162 89 / var(--tw-text-opacity, 1));
}

.text-\[\#d4d4d4\] {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

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

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */

.owl-carousel,.owl-carousel .owl-item{
  -webkit-tap-highlight-color:transparent;
  position:relative
}

.owl-carousel{
  display:none;
  width:100%;
  z-index:1
}

.owl-carousel .owl-stage{
  position:relative;
  -ms-touch-action:pan-Y;
  -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}

.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -webkit-transform:translate3d(0,0,0);
  -moz-transform:translate3d(0,0,0);
  -ms-transform:translate3d(0,0,0)
}

.owl-carousel .owl-item{
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none
}

.owl-carousel .owl-item img{
  display:block;
  width:100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
  display:none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded{
  display:block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
  cursor:pointer;
  cursor:hand;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.owl-carousel.owl-loading{
  opacity:0;
  display:block
}

.owl-carousel.owl-hidden{
  opacity:0
}

.owl-carousel.owl-refresh .owl-item{
  visibility:hidden
}

.owl-carousel.owl-drag .owl-item{
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

.owl-carousel.owl-grab{
  cursor:move;
  cursor:grab
}

.owl-carousel.owl-rtl{
  direction:rtl
}

.owl-carousel.owl-rtl .owl-item{
  float:right
}

.owl-carousel .animated{
  animation-duration:1s;
  animation-fill-mode:both
}

.owl-carousel .owl-animated-in{
  z-index:0
}

.owl-carousel .owl-animated-out{
  z-index:1
}

.owl-carousel .fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

.owl-height{
  transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper{
  position:relative;
  height:100%;
  background:#000
}

.owl-carousel .owl-video-play-icon{
  position:absolute;
  height:80px;
  width:80px;
  left:50%;
  top:50%;
  margin-left:-40px;
  margin-top:-40px;
  background:url(owl.video.play.png) no-repeat;
  cursor:pointer;
  z-index:1;
  -webkit-backface-visibility:hidden;
  transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover{
  transform:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
  display:none
}

.owl-carousel .owl-video-tn{
  opacity:0;
  height:100%;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:contain;
  transition:opacity .4s ease
}

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */

.owl-theme .owl-dots,.owl-theme .owl-nav{
  text-align:center;
  -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav{
  margin-top:10px
}

.owl-theme .owl-nav [class*=owl-]{
  color:#FFF;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#D6D6D6;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background:#869791;
  color:#FFF;
  text-decoration:none
}

.owl-theme .owl-nav .disabled{
  opacity:.5;
  cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:10px
}

.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1
}

.owl-theme .owl-dots .owl-dot span{
  width:10px;
  height:10px;
  margin:5px 7px;
  background:#D6D6D6;
  display:block;
  -webkit-backface-visibility:visible;
  transition:opacity .2s ease;
  border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:#869791
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 2400px;
  margin:0 auto;
  overflow-x: hidden;
}

article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.narrow-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 992px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .narrow-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.entry-content h3, .block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

[class*="wp-block"] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(30px * var(--tw-space-y-reverse));
}

[class*="wp-block"] p {
  line-height: 1.625;
}

@media (min-width: 1024px) {
  .wp-block-columns > .wp-block-column.is-layout-flow {
    margin-top: 0px;
  }
}

@media (min-width: 2400px) {
  .\35xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 100%) {
    .\35xl\:container {
      max-width: 100%;
    }
  }

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

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

  @media (min-width: 1080px) {
    .\35xl\:container {
      max-width: 1080px;
    }
  }

  @media (min-width: 1200px) {
    .\35xl\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1340px) {
    .\35xl\:container {
      max-width: 1340px;
    }
  }

  @media (min-width: 1490px) {
    .\35xl\:container {
      max-width: 1490px;
    }
  }

  @media (min-width: 1560px) {
    .\35xl\:container {
      max-width: 1560px;
    }
  }
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-\[-5px\]::after {
  content: var(--tw-content);
  bottom: -5px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border-b-\[3px\]::after {
  content: var(--tw-content);
  border-bottom-width: 3px;
}

.after\:border-\[\#F8F6F0\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(248 246 240 / var(--tw-border-opacity, 1));
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:transition-opacity::after {
  content: var(--tw-content);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\\\'\\\'\]::after {
  --tw-content: \'\';
  content: var(--tw-content);
}

.hover\:scale-\[1\.05\]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

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

.hover\:bg-\[\#b08949\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 137 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e0e0e0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#efefef\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#CEA259\]:hover {
  --tw-text-opacity: 1;
  color: rgb(206 162 89 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#b89143\]:hover {
  --tw-text-opacity: 1;
  color: rgb(184 145 67 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:after\:opacity-100:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

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

.active\:bg-\[\#dedede\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 375px) {
  .xs\:block {
    display: block;
  }

  .xs\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:px-\[192px\] {
    padding-left: 192px;
    padding-right: 192px;
  }

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

  .md\:pb-\[196px\] {
    padding-bottom: 196px;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:\!bottom-\[100px\] {
    bottom: 100px !important;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

  .lg\:gap-\[100px\] {
    gap: 100px;
  }

  .lg\:gap-\[116px\] {
    gap: 116px;
  }

  .lg\:gap-\[19px_30px\] {
    gap: 19px 30px;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[30px_19px\] {
    gap: 30px 19px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[52px\] {
    gap: 52px;
  }

  .lg\:gap-\[61px_30px\] {
    gap: 61px 30px;
  }

  .lg\:gap-\[70px\] {
    gap: 70px;
  }

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

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[36px\] {
    padding-left: 36px;
    padding-right: 36px;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-\[75px\] {
    padding-left: 75px;
    padding-right: 75px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .lg\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:before\:bottom-0::before {
    content: var(--tw-content);
    bottom: 0px;
  }

  .lg\:before\:left-\[50\%\]::before {
    content: var(--tw-content);
    left: 50%;
  }

  .lg\:before\:top-\[100px\]::before {
    content: var(--tw-content);
    top: 100px;
  }

  .lg\:before\:top-\[180px\]::before {
    content: var(--tw-content);
    top: 180px;
  }

  .lg\:before\:top-\[230px\]::before {
    content: var(--tw-content);
    top: 230px;
  }

  .lg\:before\:h-\[50px\]::before {
    content: var(--tw-content);
    height: 50px;
  }

  .lg\:before\:w-\[50px\]::before {
    content: var(--tw-content);
    width: 50px;
  }

  .lg\:before\:translate-x-\[-50\%\]::before {
    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));
  }

  .lg\:before\:rounded-\[100\%\]::before {
    content: var(--tw-content);
    border-radius: 100%;
  }

  .lg\:before\:bg-\[\#CEA259\]::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(206 162 89 / var(--tw-bg-opacity, 1));
  }

  .lg\:before\:content-\[\\\'\\\'\]::before {
    --tw-content: \'\';
    content: var(--tw-content);
  }

  .lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:left-\[50\%\]::after {
    content: var(--tw-content);
    left: 50%;
  }

  .lg\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .lg\:after\:top-\[100px\]::after {
    content: var(--tw-content);
    top: 100px;
  }

  .lg\:after\:h-\[100\%\]::after {
    content: var(--tw-content);
    height: 100%;
  }

  .lg\:after\:h-\[245px\]::after {
    content: var(--tw-content);
    height: 245px;
  }

  .lg\:after\:w-\[5px\]::after {
    content: var(--tw-content);
    width: 5px;
  }

  .lg\:after\:translate-x-\[-50\%\]::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));
  }

  .lg\:after\:bg-\[\#CEA259\]::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(206 162 89 / var(--tw-bg-opacity, 1));
  }

  .lg\:after\:content-\[\\\'\\\'\]::after {
    --tw-content: \'\';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[940px\] {
    max-width: 940px;
  }

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

  .xl\:items-start {
    align-items: flex-start;
  }

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

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

  .xl\:gap-\[120px_200px\] {
    gap: 120px 200px;
  }

  .xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:pe-\[120px\] {
    padding-inline-end: 120px;
  }

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

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

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

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

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

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

@media (min-width: 1440px) {
  .\32xl\:top-\[\] {
    top: ;
  }

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

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

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

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

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

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

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

@media (min-width: 1560px) {
  .\33xl\:\!bottom-\[150px\] {
    bottom: 150px !important;
  }

  .\33xl\:top-\[390px\] {
    top: 390px;
  }

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

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

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

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

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

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

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

@media (min-width: 1920px) {
  .\34xl\:w-\[1536px\] {
    width: 1536px;
  }

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

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