/* eslint-disable scss/at-rule-no-unknown */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: 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;
}
.wzcb-absolute {
  position: absolute;
}
.wzcb-relative {
  position: relative;
}
.wzcb-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.wzcb-left-4 {
  left: 1rem;
}
.wzcb-right-0 {
  right: 0px;
}
.wzcb-top-4 {
  top: 1rem;
}
.wzcb-z-10 {
  z-index: 10;
}
.wzcb-col-span-10 {
  grid-column: span 10 / span 10;
}
.wzcb-col-span-full {
  grid-column: 1 / -1;
}
.wzcb-col-start-2 {
  grid-column-start: 2;
}
.\!wzcb-mb-0 {
  margin-bottom: 0px !important;
}
.-wzcb-ml-1 {
  margin-left: -0.25rem;
}
.wzcb-mb-0 {
  margin-bottom: 0px;
}
.wzcb-mb-2 {
  margin-bottom: 0.5rem;
}
.wzcb-mb-4 {
  margin-bottom: 1rem;
}
.wzcb-mb-6 {
  margin-bottom: 1.5rem;
}
.wzcb-mb-9 {
  margin-bottom: 2.25rem;
}
.wzcb-mr-3 {
  margin-right: 0.75rem;
}
.wzcb-ms-2 {
  margin-inline-start: 0.5rem;
}
.wzcb-mt-1 {
  margin-top: 0.25rem;
}
.wzcb-mt-8 {
  margin-top: 2rem;
}
.wzcb-block {
  display: block;
}
.wzcb-inline-block {
  display: inline-block;
}
.wzcb-flex {
  display: flex;
}
.wzcb-inline-flex {
  display: inline-flex;
}
.wzcb-grid {
  display: grid;
}
.wzcb-hidden {
  display: none;
}
.wzcb-aspect-video {
  aspect-ratio: 16 / 9;
}
.wzcb-h-4 {
  height: 1rem;
}
.wzcb-h-5 {
  height: 1.25rem;
}
.wzcb-h-6 {
  height: 1.5rem;
}
.wzcb-h-\[100px\] {
  height: 100px;
}
.wzcb-h-auto {
  height: auto;
}
.wzcb-h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.wzcb-h-full {
  height: 100%;
}
.wzcb-max-h-60 {
  max-height: 15rem;
}
.wzcb-max-h-\[480px\] {
  max-height: 480px;
}
.wzcb-w-4 {
  width: 1rem;
}
.wzcb-w-5 {
  width: 1.25rem;
}
.wzcb-w-6 {
  width: 1.5rem;
}
.wzcb-w-\[180px\] {
  width: 180px;
}
.wzcb-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.wzcb-w-full {
  width: 100%;
}
@keyframes wzcb-spin {
  to {
    transform: rotate(360deg);
  }
}
.wzcb-animate-spin {
  animation: wzcb-spin 1s linear infinite;
}
.wzcb-cursor-not-allowed {
  cursor: not-allowed;
}
.wzcb-cursor-pointer {
  cursor: pointer;
}
.wzcb-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.wzcb-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wzcb-flex-col {
  flex-direction: column;
}
.wzcb-flex-wrap {
  flex-wrap: wrap;
}
.wzcb-items-start {
  align-items: flex-start;
}
.wzcb-items-center {
  align-items: center;
}
.wzcb-justify-center {
  justify-content: center;
}
.wzcb-justify-between {
  justify-content: space-between;
}
.wzcb-gap-2 {
  gap: 0.5rem;
}
.wzcb-gap-4 {
  gap: 1rem;
}
.wzcb-gap-6 {
  gap: 1.5rem;
}
.wzcb-gap-px {
  gap: 1px;
}
.wzcb-gap-y-0 {
  row-gap: 0px;
}
.wzcb-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.wzcb-space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}
.wzcb-space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.wzcb-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.wzcb-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.wzcb-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.wzcb-space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.wzcb-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)));
}
.wzcb-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));
}
.wzcb-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.wzcb-divide-wzc-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-divide-opacity, 1));
}
.wzcb-self-end {
  align-self: flex-end;
}
.wzcb-overflow-hidden {
  overflow: hidden;
}
.wzcb-overflow-y-auto {
  overflow-y: auto;
}
.wzcb-border {
  border-width: 1px;
}
.wzcb-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.wzcb-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.wzcb-border-b {
  border-bottom-width: 1px;
}
.wzcb-border-l-4 {
  border-left-width: 4px;
}
.wzcb-border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.wzcb-border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.wzcb-border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.wzcb-border-wzc-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
}
.wzcb-border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.wzcb-bg-\[--bg-color\] {
  background-color: var(--bg-color);
}
.wzcb-bg-\[--button-bg-color\] {
  background-color: var(--button-bg-color);
}
.wzcb-bg-\[--number-background\] {
  background-color: var(--number-background);
}
.wzcb-bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-wzc-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-wzc-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-wzc-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-wzc-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 97 38 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-wzc-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 69 29 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}
.wzcb-bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.wzcb-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.wzcb-p-4 {
  padding: 1rem;
}
.wzcb-p-6 {
  padding: 1.5rem;
}
.wzcb-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wzcb-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wzcb-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.wzcb-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wzcb-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wzcb-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wzcb-py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.\!wzcb-pt-0 {
  padding-top: 0px !important;
}
.wzcb-pb-11 {
  padding-bottom: 2.75rem;
}
.wzcb-pb-9 {
  padding-bottom: 2.25rem;
}
.wzcb-pl-4 {
  padding-left: 1rem;
}
.wzcb-pr-14 {
  padding-right: 3.5rem;
}
.wzcb-pr-4 {
  padding-right: 1rem;
}
.wzcb-pt-0 {
  padding-top: 0px;
}
.wzcb-pt-16 {
  padding-top: 4rem;
}
.wzcb-text-center {
  text-align: center;
}
.wzcb-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wzcb-text-wzc-5xl {
  font-size: clamp(3.25rem, 3.0431rem + 1.0345vw, 4.75rem);
}
.wzcb-text-wzc-base {
  font-size: clamp(1.125rem, 1.0948rem + 0.1509vw, 1.34375rem);
}
.wzcb-text-wzc-lg {
  font-size: clamp(1.234375rem, 1.202rem + 0.1616vw, 1.46875rem);
}
.wzcb-text-wzc-sm {
  font-size: clamp(1rem, 0.9655rem + 0.1724vw, 1.25rem);
}
.wzcb-text-wzc-xl {
  font-size: clamp(1.25rem, 1.2155rem + 0.1724vw, 1.5rem);
}
.wzcb-text-wzc-xs {
  font-size: clamp(0.875rem, 0.8578rem + 0.0862vw, 1rem);
}
.wzcb-font-bold {
  font-weight: 700;
}
.wzcb-font-medium {
  font-weight: 500;
}
.wzcb-text-\[--accent-color\] {
  color: var(--accent-color);
}
.wzcb-text-\[--button-text-color\] {
  color: var(--button-text-color);
}
.wzcb-text-\[--icon-color\] {
  color: var(--icon-color);
}
.wzcb-text-\[--number-color\] {
  color: var(--number-color);
}
.wzcb-text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.wzcb-text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.wzcb-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.wzcb-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-green-700 {
  --tw-text-opacity: 1;
  color: rgb(73 97 38 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(163 69 29 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-red-500 {
  --tw-text-opacity: 1;
  color: rgb(214 47 31 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-red-600 {
  --tw-text-opacity: 1;
  color: rgb(193 42 28 / var(--tw-text-opacity, 1));
}
.wzcb-text-wzc-red-700 {
  --tw-text-opacity: 1;
  color: rgb(128 28 19 / var(--tw-text-opacity, 1));
}
.wzcb-text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.wzcb-text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.wzcb-no-underline {
  text-decoration-line: none;
}
.wzcb-opacity-25 {
  opacity: 0.25;
}
.wzcb-opacity-40 {
  opacity: 0.4;
}
.wzcb-opacity-50 {
  opacity: 0.5;
}
.wzcb-opacity-75 {
  opacity: 0.75;
}
.wzcb-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wzcb-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wzcb-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;
}
.wzcb-duration-150 {
  transition-duration: 150ms;
}
.wzcb-duration-200 {
  transition-duration: 200ms;
}
.block-editor-list-view-leaf
	.block-editor-list-view-block-select-button
	svg.lucide,
.components-button svg.lucide,
.block-editor-block-icon.has-colors svg.lucide {
	fill: none;
}
figure.is-style-wzc {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  background-color: var(--custom-bg-color);
  padding: 1.5rem;
}
@media (min-width: 1280px) {
  figure.is-style-wzc {
    padding: 2.25rem;
  }
}
figure.is-style-wzc img {
  height: auto;
  width: 100%;
}
figure.is-style-wzc figcaption {
  margin-bottom: 0px;
  margin-top: 1.5rem;
  font-size: clamp(1rem, 0.9655rem + 0.1724vw, 1.25rem);
  font-weight: 700;
  color: var(--custom-caption-color);
}
.fade-in {
	animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.hover\:wzcb-bg-\[--button-hover-bg-color\]:hover {
  background-color: var(--button-hover-bg-color);
}
.hover\:wzcb-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:wzcb-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:wzcb-bg-wzc-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.hover\:wzcb-text-wzc-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.focus\:wzcb-border-\[--accent-color\]:focus {
  border-color: var(--accent-color);
}
.focus\:wzcb-ring-1: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(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);
}
.focus\:wzcb-ring-\[--accent-color\]:focus {
  --tw-ring-color: var(--accent-color);
}
.disabled\:wzcb-cursor-not-allowed:disabled {
  cursor: not-allowed;
}
@media (min-width: 640px) {
  .sm\:wzcb-grid {
    display: grid;
  }
  .sm\:wzcb-hidden {
    display: none;
  }
  .sm\:\!wzcb-h-full {
    height: 100% !important;
  }
  .sm\:\!wzcb-w-auto {
    width: auto !important;
  }
  .sm\:wzcb-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:wzcb-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)));
  }
  .sm\:wzcb-divide-wzc-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-divide-opacity, 1));
  }
  .sm\:wzcb-overflow-hidden {
    overflow: hidden;
  }
  .\*\:sm\:wzcb-border-r > * {
    border-right-width: 1px;
  }
  .\*\:sm\:wzcb-border-wzc-gray-200 > * {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 768px) {
  .md\:wzcb-grid {
    display: grid;
  }
  .md\:wzcb-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:wzcb-col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:-wzcb-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:wzcb--mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .lg\:wzcb-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:wzcb-my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:wzcb-mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:wzcb-block {
    display: block;
  }
  .lg\:wzcb-flex {
    display: flex;
  }
  .lg\:wzcb-grid {
    display: grid;
  }
  .lg\:wzcb-aspect-square {
    aspect-ratio: 1 / 1;
  }
  .lg\:wzcb-h-full {
    height: 100%;
  }
  .lg\:wzcb-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:wzcb-grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:wzcb-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:wzcb-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:\!wzcb-flex-row {
    flex-direction: row !important;
  }
  .lg\:wzcb-flex-col {
    flex-direction: column;
  }
  .lg\:wzcb-justify-between {
    justify-content: space-between;
  }
  .lg\:wzcb-gap-4 {
    gap: 1rem;
  }
  .lg\:wzcb-gap-y-4 {
    row-gap: 1rem;
  }
  .lg\:wzcb-space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:wzcb-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)));
  }
  .lg\:wzcb-divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
  .lg\:after\:wzcb-absolute::after {
    content: var(--tw-content);
    position: absolute;
  }
  .lg\:after\:wzcb-left-\[calc\(100\%\+1px\)\]::after {
    content: var(--tw-content);
    left: calc(100% + 1px);
  }
  .lg\:after\:wzcb-top-0::after {
    content: var(--tw-content);
    top: 0px;
  }
  .lg\:after\:wzcb-block::after {
    content: var(--tw-content);
    display: block;
  }
  .lg\:after\:wzcb-h-full::after {
    content: var(--tw-content);
    height: 100%;
  }
  .lg\:after\:wzcb-w-screen::after {
    content: var(--tw-content);
    width: 100vw;
  }
  .lg\:after\:wzcb-bg-white::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .lg\:after\:wzcb-content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }
}
@media (min-width: 1280px) {
  .xl\:wzcb-col-span-6 {
    grid-column: span 6 / span 6;
  }
  .xl\:wzcb-col-start-4 {
    grid-column-start: 4;
  }
  .xl\:wzcb-mt-auto {
    margin-top: auto;
  }
  .xl\:wzcb-block {
    display: block;
  }
  .xl\:wzcb-hidden {
    display: none;
  }
  .xl\:wzcb-h-full {
    height: 100%;
  }
  .xl\:wzcb-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:wzcb-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:wzcb-items-center {
    align-items: center;
  }
  .xl\:wzcb-gap-9 {
    gap: 2.25rem;
  }
  .xl\:wzcb-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }
  .xl\:wzcb-p-9 {
    padding: 2.25rem;
  }
  .xl\:wzcb-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:wzcb-pb-36 {
    padding-bottom: 9rem;
  }
  .xl\:wzcb-pt-36 {
    padding-top: 9rem;
  }
  .last\:xl\:\!wzcb-border-r:last-child {
    border-right-width: 1px !important;
  }
  .last\:xl\:wzcb-border-wzc-gray-200:last-child {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216 / var(--tw-border-opacity, 1));
  }
}
@media (min-width: 1024px) {
  .lg\:\[\&\>\*\:last-child\]\:-wzcb-ml-4>*:last-child {
    margin-left: -1rem;
  }
}

