@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;700&display=swap);
/*
! tailwindcss v3.1.8 | 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: #F9F9F9; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

*, ::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-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:  ;
}

::-webkit-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-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:  ;
}

::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-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:  ;
}
.ybc-container{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 320px){

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

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

  .ybc-container{
    max-width: 1440px;
  }
}
.ybc-sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.ybc-not-sr-only{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.ybc-pointer-events-none{
  pointer-events: none;
}
.ybc-pointer-events-auto{
  pointer-events: auto;
}
.ybc-visible{
  visibility: visible;
}
.ybc-invisible{
  visibility: hidden;
}
.ybc-static{
  position: static;
}
.ybc-fixed{
  position: fixed;
}
.ybc-absolute{
  position: absolute;
}
.ybc-relative{
  position: relative;
}
.ybc-sticky{
  position: -webkit-sticky;
  position: sticky;
}
.ybc-inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ybc-inset-1{
  top: 0.25rem;
  right: 0.25rem;
  bottom: 0.25rem;
  left: 0.25rem;
}
.ybc-inset-2{
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}
.ybc-inset-3{
  top: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  left: 0.75rem;
}
.ybc-inset-4{
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
}
.ybc-inset-5{
  top: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
}
.ybc-inset-6{
  top: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
}
.ybc-inset-7{
  top: 1.75rem;
  right: 1.75rem;
  bottom: 1.75rem;
  left: 1.75rem;
}
.ybc-inset-8{
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}
.ybc-inset-9{
  top: 2.25rem;
  right: 2.25rem;
  bottom: 2.25rem;
  left: 2.25rem;
}
.ybc-inset-10{
  top: 2.5rem;
  right: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
}
.ybc-inset-11{
  top: 2.75rem;
  right: 2.75rem;
  bottom: 2.75rem;
  left: 2.75rem;
}
.ybc-inset-12{
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
}
.ybc-inset-13{
  top: 3.25rem;
  right: 3.25rem;
  bottom: 3.25rem;
  left: 3.25rem;
}
.ybc-inset-14{
  top: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  left: 3.5rem;
}
.ybc-inset-15{
  top: 3.75rem;
  right: 3.75rem;
  bottom: 3.75rem;
  left: 3.75rem;
}
.ybc-inset-16{
  top: 4rem;
  right: 4rem;
  bottom: 4rem;
  left: 4rem;
}
.ybc-inset-17{
  top: 4.375rem;
  right: 4.375rem;
  bottom: 4.375rem;
  left: 4.375rem;
}
.ybc-inset-20{
  top: 5rem;
  right: 5rem;
  bottom: 5rem;
  left: 5rem;
}
.ybc-inset-24{
  top: 6rem;
  right: 6rem;
  bottom: 6rem;
  left: 6rem;
}
.ybc-inset-25{
  top: 6.25rem;
  right: 6.25rem;
  bottom: 6.25rem;
  left: 6.25rem;
}
.ybc-inset-28{
  top: 7rem;
  right: 7rem;
  bottom: 7rem;
  left: 7rem;
}
.ybc-inset-32{
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  left: 8rem;
}
.ybc-inset-36{
  top: 9rem;
  right: 9rem;
  bottom: 9rem;
  left: 9rem;
}
.ybc-inset-40{
  top: 10rem;
  right: 10rem;
  bottom: 10rem;
  left: 10rem;
}
.ybc-inset-44{
  top: 11rem;
  right: 11rem;
  bottom: 11rem;
  left: 11rem;
}
.ybc-inset-45{
  top: 11.25rem;
  right: 11.25rem;
  bottom: 11.25rem;
  left: 11.25rem;
}
.ybc-inset-46{
  top: 11.875rem;
  right: 11.875rem;
  bottom: 11.875rem;
  left: 11.875rem;
}
.ybc-inset-48{
  top: 12rem;
  right: 12rem;
  bottom: 12rem;
  left: 12rem;
}
.ybc-inset-52{
  top: 13rem;
  right: 13rem;
  bottom: 13rem;
  left: 13rem;
}
.ybc-inset-56{
  top: 14rem;
  right: 14rem;
  bottom: 14rem;
  left: 14rem;
}
.ybc-inset-60{
  top: 15rem;
  right: 15rem;
  bottom: 15rem;
  left: 15rem;
}
.ybc-inset-64{
  top: 16rem;
  right: 16rem;
  bottom: 16rem;
  left: 16rem;
}
.ybc-inset-68{
  top: 17 rem;
  right: 17 rem;
  bottom: 17 rem;
  left: 17 rem;
}
.ybc-inset-72{
  top: 18 rem;
  right: 18 rem;
  bottom: 18 rem;
  left: 18 rem;
}
.ybc-inset-76{
  top: 19rem;
  right: 19rem;
  bottom: 19rem;
  left: 19rem;
}
.ybc-inset-80{
  top: 20rem;
  right: 20rem;
  bottom: 20rem;
  left: 20rem;
}
.ybc-inset-84{
  top: 21rem;
  right: 21rem;
  bottom: 21rem;
  left: 21rem;
}
.ybc-inset-auto{
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.ybc-inset-px{
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.ybc-inset-0\.5{
  top: 0.125rem;
  right: 0.125rem;
  bottom: 0.125rem;
  left: 0.125rem;
}
.ybc-inset-1\.5{
  top: 0.375rem;
  right: 0.375rem;
  bottom: 0.375rem;
  left: 0.375rem;
}
.ybc-inset-2\.5{
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}
.ybc-inset-3\.5{
  top: 0.875rem;
  right: 0.875rem;
  bottom: 0.875rem;
  left: 0.875rem;
}
.ybc-inset-1\/2{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.ybc-inset-1\/3{
  top: 33.333333%;
  right: 33.333333%;
  bottom: 33.333333%;
  left: 33.333333%;
}
.ybc-inset-2\/3{
  top: 66.666667%;
  right: 66.666667%;
  bottom: 66.666667%;
  left: 66.666667%;
}
.ybc-inset-1\/4{
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
}
.ybc-inset-2\/4{
  top: 50%;
  right: 50%;
  bottom: 50%;
  left: 50%;
}
.ybc-inset-3\/4{
  top: 75%;
  right: 75%;
  bottom: 75%;
  left: 75%;
}
.ybc-inset-full{
  top: 100%;
  right: 100%;
  bottom: 100%;
  left: 100%;
}
.-ybc-inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.-ybc-inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}
.-ybc-inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}
.-ybc-inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}
.-ybc-inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}
.-ybc-inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}
.-ybc-inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}
.-ybc-inset-7{
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}
.-ybc-inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}
.-ybc-inset-9{
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}
.-ybc-inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}
.-ybc-inset-11{
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}
.-ybc-inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}
.-ybc-inset-13{
  top: -3.25rem;
  right: -3.25rem;
  bottom: -3.25rem;
  left: -3.25rem;
}
.-ybc-inset-14{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}
.-ybc-inset-15{
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}
.-ybc-inset-16{
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}
.-ybc-inset-17{
  top: -4.375rem;
  right: -4.375rem;
  bottom: -4.375rem;
  left: -4.375rem;
}
.-ybc-inset-20{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}
.-ybc-inset-24{
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}
.-ybc-inset-25{
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}
.-ybc-inset-28{
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}
.-ybc-inset-32{
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}
.-ybc-inset-36{
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}
.-ybc-inset-40{
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}
.-ybc-inset-44{
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}
.-ybc-inset-45{
  top: -11.25rem;
  right: -11.25rem;
  bottom: -11.25rem;
  left: -11.25rem;
}
.-ybc-inset-46{
  top: -11.875rem;
  right: -11.875rem;
  bottom: -11.875rem;
  left: -11.875rem;
}
.-ybc-inset-48{
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}
.-ybc-inset-52{
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}
.-ybc-inset-56{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}
.-ybc-inset-60{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}
.-ybc-inset-64{
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}
.-ybc-inset-76{
  top: -19rem;
  right: -19rem;
  bottom: -19rem;
  left: -19rem;
}
.-ybc-inset-80{
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}
.-ybc-inset-84{
  top: -21rem;
  right: -21rem;
  bottom: -21rem;
  left: -21rem;
}
.-ybc-inset-px{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.-ybc-inset-0\.5{
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}
.-ybc-inset-1\.5{
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}
.-ybc-inset-2\.5{
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}
.-ybc-inset-3\.5{
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}
.-ybc-inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.-ybc-inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}
.-ybc-inset-2\/3{
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}
.-ybc-inset-1\/4{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}
.-ybc-inset-2\/4{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.-ybc-inset-3\/4{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}
.-ybc-inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.ybc--inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ybc--inset-1{
  top: -0.25rem;
  right: -0.25rem;
  bottom: -0.25rem;
  left: -0.25rem;
}
.ybc--inset-2{
  top: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  left: -0.5rem;
}
.ybc--inset-3{
  top: -0.75rem;
  right: -0.75rem;
  bottom: -0.75rem;
  left: -0.75rem;
}
.ybc--inset-4{
  top: -1rem;
  right: -1rem;
  bottom: -1rem;
  left: -1rem;
}
.ybc--inset-5{
  top: -1.25rem;
  right: -1.25rem;
  bottom: -1.25rem;
  left: -1.25rem;
}
.ybc--inset-6{
  top: -1.5rem;
  right: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
}
.ybc--inset-7{
  top: -1.75rem;
  right: -1.75rem;
  bottom: -1.75rem;
  left: -1.75rem;
}
.ybc--inset-8{
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
}
.ybc--inset-9{
  top: -2.25rem;
  right: -2.25rem;
  bottom: -2.25rem;
  left: -2.25rem;
}
.ybc--inset-10{
  top: -2.5rem;
  right: -2.5rem;
  bottom: -2.5rem;
  left: -2.5rem;
}
.ybc--inset-11{
  top: -2.75rem;
  right: -2.75rem;
  bottom: -2.75rem;
  left: -2.75rem;
}
.ybc--inset-12{
  top: -3rem;
  right: -3rem;
  bottom: -3rem;
  left: -3rem;
}
.ybc--inset-13{
  top: -3.25rem;
  right: -3.25rem;
  bottom: -3.25rem;
  left: -3.25rem;
}
.ybc--inset-14{
  top: -3.5rem;
  right: -3.5rem;
  bottom: -3.5rem;
  left: -3.5rem;
}
.ybc--inset-15{
  top: -3.75rem;
  right: -3.75rem;
  bottom: -3.75rem;
  left: -3.75rem;
}
.ybc--inset-16{
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}
.ybc--inset-17{
  top: -4.375rem;
  right: -4.375rem;
  bottom: -4.375rem;
  left: -4.375rem;
}
.ybc--inset-20{
  top: -5rem;
  right: -5rem;
  bottom: -5rem;
  left: -5rem;
}
.ybc--inset-24{
  top: -6rem;
  right: -6rem;
  bottom: -6rem;
  left: -6rem;
}
.ybc--inset-25{
  top: -6.25rem;
  right: -6.25rem;
  bottom: -6.25rem;
  left: -6.25rem;
}
.ybc--inset-28{
  top: -7rem;
  right: -7rem;
  bottom: -7rem;
  left: -7rem;
}
.ybc--inset-32{
  top: -8rem;
  right: -8rem;
  bottom: -8rem;
  left: -8rem;
}
.ybc--inset-36{
  top: -9rem;
  right: -9rem;
  bottom: -9rem;
  left: -9rem;
}
.ybc--inset-40{
  top: -10rem;
  right: -10rem;
  bottom: -10rem;
  left: -10rem;
}
.ybc--inset-44{
  top: -11rem;
  right: -11rem;
  bottom: -11rem;
  left: -11rem;
}
.ybc--inset-45{
  top: -11.25rem;
  right: -11.25rem;
  bottom: -11.25rem;
  left: -11.25rem;
}
.ybc--inset-46{
  top: -11.875rem;
  right: -11.875rem;
  bottom: -11.875rem;
  left: -11.875rem;
}
.ybc--inset-48{
  top: -12rem;
  right: -12rem;
  bottom: -12rem;
  left: -12rem;
}
.ybc--inset-52{
  top: -13rem;
  right: -13rem;
  bottom: -13rem;
  left: -13rem;
}
.ybc--inset-56{
  top: -14rem;
  right: -14rem;
  bottom: -14rem;
  left: -14rem;
}
.ybc--inset-60{
  top: -15rem;
  right: -15rem;
  bottom: -15rem;
  left: -15rem;
}
.ybc--inset-64{
  top: -16rem;
  right: -16rem;
  bottom: -16rem;
  left: -16rem;
}
.ybc--inset-76{
  top: -19rem;
  right: -19rem;
  bottom: -19rem;
  left: -19rem;
}
.ybc--inset-80{
  top: -20rem;
  right: -20rem;
  bottom: -20rem;
  left: -20rem;
}
.ybc--inset-84{
  top: -21rem;
  right: -21rem;
  bottom: -21rem;
  left: -21rem;
}
.ybc--inset-px{
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
.ybc--inset-0\.5{
  top: -0.125rem;
  right: -0.125rem;
  bottom: -0.125rem;
  left: -0.125rem;
}
.ybc--inset-1\.5{
  top: -0.375rem;
  right: -0.375rem;
  bottom: -0.375rem;
  left: -0.375rem;
}
.ybc--inset-2\.5{
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
}
.ybc--inset-3\.5{
  top: -0.875rem;
  right: -0.875rem;
  bottom: -0.875rem;
  left: -0.875rem;
}
.ybc--inset-1\/2{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.ybc--inset-1\/3{
  top: -33.333333%;
  right: -33.333333%;
  bottom: -33.333333%;
  left: -33.333333%;
}
.ybc--inset-2\/3{
  top: -66.666667%;
  right: -66.666667%;
  bottom: -66.666667%;
  left: -66.666667%;
}
.ybc--inset-1\/4{
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}
.ybc--inset-2\/4{
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
}
.ybc--inset-3\/4{
  top: -75%;
  right: -75%;
  bottom: -75%;
  left: -75%;
}
.ybc--inset-full{
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
}
.ybc-inset-x-0{
  left: 0;
  right: 0;
}
.ybc-inset-x-1{
  left: 0.25rem;
  right: 0.25rem;
}
.ybc-inset-x-2{
  left: 0.5rem;
  right: 0.5rem;
}
.ybc-inset-x-3{
  left: 0.75rem;
  right: 0.75rem;
}
.ybc-inset-x-4{
  left: 1rem;
  right: 1rem;
}
.ybc-inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}
.ybc-inset-x-6{
  left: 1.5rem;
  right: 1.5rem;
}
.ybc-inset-x-7{
  left: 1.75rem;
  right: 1.75rem;
}
.ybc-inset-x-8{
  left: 2rem;
  right: 2rem;
}
.ybc-inset-x-9{
  left: 2.25rem;
  right: 2.25rem;
}
.ybc-inset-x-10{
  left: 2.5rem;
  right: 2.5rem;
}
.ybc-inset-x-11{
  left: 2.75rem;
  right: 2.75rem;
}
.ybc-inset-x-12{
  left: 3rem;
  right: 3rem;
}
.ybc-inset-x-13{
  left: 3.25rem;
  right: 3.25rem;
}
.ybc-inset-x-14{
  left: 3.5rem;
  right: 3.5rem;
}
.ybc-inset-x-15{
  left: 3.75rem;
  right: 3.75rem;
}
.ybc-inset-x-16{
  left: 4rem;
  right: 4rem;
}
.ybc-inset-x-17{
  left: 4.375rem;
  right: 4.375rem;
}
.ybc-inset-x-20{
  left: 5rem;
  right: 5rem;
}
.ybc-inset-x-24{
  left: 6rem;
  right: 6rem;
}
.ybc-inset-x-25{
  left: 6.25rem;
  right: 6.25rem;
}
.ybc-inset-x-28{
  left: 7rem;
  right: 7rem;
}
.ybc-inset-x-32{
  left: 8rem;
  right: 8rem;
}
.ybc-inset-x-36{
  left: 9rem;
  right: 9rem;
}
.ybc-inset-x-40{
  left: 10rem;
  right: 10rem;
}
.ybc-inset-x-44{
  left: 11rem;
  right: 11rem;
}
.ybc-inset-x-45{
  left: 11.25rem;
  right: 11.25rem;
}
.ybc-inset-x-46{
  left: 11.875rem;
  right: 11.875rem;
}
.ybc-inset-x-48{
  left: 12rem;
  right: 12rem;
}
.ybc-inset-x-52{
  left: 13rem;
  right: 13rem;
}
.ybc-inset-x-56{
  left: 14rem;
  right: 14rem;
}
.ybc-inset-x-60{
  left: 15rem;
  right: 15rem;
}
.ybc-inset-x-64{
  left: 16rem;
  right: 16rem;
}
.ybc-inset-x-68{
  left: 17 rem;
  right: 17 rem;
}
.ybc-inset-x-72{
  left: 18 rem;
  right: 18 rem;
}
.ybc-inset-x-76{
  left: 19rem;
  right: 19rem;
}
.ybc-inset-x-80{
  left: 20rem;
  right: 20rem;
}
.ybc-inset-x-84{
  left: 21rem;
  right: 21rem;
}
.ybc-inset-x-auto{
  left: auto;
  right: auto;
}
.ybc-inset-x-px{
  left: 1px;
  right: 1px;
}
.ybc-inset-x-0\.5{
  left: 0.125rem;
  right: 0.125rem;
}
.ybc-inset-x-1\.5{
  left: 0.375rem;
  right: 0.375rem;
}
.ybc-inset-x-2\.5{
  left: 0.625rem;
  right: 0.625rem;
}
.ybc-inset-x-3\.5{
  left: 0.875rem;
  right: 0.875rem;
}
.ybc-inset-x-1\/2{
  left: 50%;
  right: 50%;
}
.ybc-inset-x-1\/3{
  left: 33.333333%;
  right: 33.333333%;
}
.ybc-inset-x-2\/3{
  left: 66.666667%;
  right: 66.666667%;
}
.ybc-inset-x-1\/4{
  left: 25%;
  right: 25%;
}
.ybc-inset-x-2\/4{
  left: 50%;
  right: 50%;
}
.ybc-inset-x-3\/4{
  left: 75%;
  right: 75%;
}
.ybc-inset-x-full{
  left: 100%;
  right: 100%;
}
.-ybc-inset-x-0{
  left: 0;
  right: 0;
}
.-ybc-inset-x-1{
  left: -0.25rem;
  right: -0.25rem;
}
.-ybc-inset-x-2{
  left: -0.5rem;
  right: -0.5rem;
}
.-ybc-inset-x-3{
  left: -0.75rem;
  right: -0.75rem;
}
.-ybc-inset-x-4{
  left: -1rem;
  right: -1rem;
}
.-ybc-inset-x-5{
  left: -1.25rem;
  right: -1.25rem;
}
.-ybc-inset-x-6{
  left: -1.5rem;
  right: -1.5rem;
}
.-ybc-inset-x-7{
  left: -1.75rem;
  right: -1.75rem;
}
.-ybc-inset-x-8{
  left: -2rem;
  right: -2rem;
}
.-ybc-inset-x-9{
  left: -2.25rem;
  right: -2.25rem;
}
.-ybc-inset-x-10{
  left: -2.5rem;
  right: -2.5rem;
}
.-ybc-inset-x-11{
  left: -2.75rem;
  right: -2.75rem;
}
.-ybc-inset-x-12{
  left: -3rem;
  right: -3rem;
}
.-ybc-inset-x-13{
  left: -3.25rem;
  right: -3.25rem;
}
.-ybc-inset-x-14{
  left: -3.5rem;
  right: -3.5rem;
}
.-ybc-inset-x-15{
  left: -3.75rem;
  right: -3.75rem;
}
.-ybc-inset-x-16{
  left: -4rem;
  right: -4rem;
}
.-ybc-inset-x-17{
  left: -4.375rem;
  right: -4.375rem;
}
.-ybc-inset-x-20{
  left: -5rem;
  right: -5rem;
}
.-ybc-inset-x-24{
  left: -6rem;
  right: -6rem;
}
.-ybc-inset-x-25{
  left: -6.25rem;
  right: -6.25rem;
}
.-ybc-inset-x-28{
  left: -7rem;
  right: -7rem;
}
.-ybc-inset-x-32{
  left: -8rem;
  right: -8rem;
}
.-ybc-inset-x-36{
  left: -9rem;
  right: -9rem;
}
.-ybc-inset-x-40{
  left: -10rem;
  right: -10rem;
}
.-ybc-inset-x-44{
  left: -11rem;
  right: -11rem;
}
.-ybc-inset-x-45{
  left: -11.25rem;
  right: -11.25rem;
}
.-ybc-inset-x-46{
  left: -11.875rem;
  right: -11.875rem;
}
.-ybc-inset-x-48{
  left: -12rem;
  right: -12rem;
}
.-ybc-inset-x-52{
  left: -13rem;
  right: -13rem;
}
.-ybc-inset-x-56{
  left: -14rem;
  right: -14rem;
}
.-ybc-inset-x-60{
  left: -15rem;
  right: -15rem;
}
.-ybc-inset-x-64{
  left: -16rem;
  right: -16rem;
}
.-ybc-inset-x-76{
  left: -19rem;
  right: -19rem;
}
.-ybc-inset-x-80{
  left: -20rem;
  right: -20rem;
}
.-ybc-inset-x-84{
  left: -21rem;
  right: -21rem;
}
.-ybc-inset-x-px{
  left: -1px;
  right: -1px;
}
.-ybc-inset-x-0\.5{
  left: -0.125rem;
  right: -0.125rem;
}
.-ybc-inset-x-1\.5{
  left: -0.375rem;
  right: -0.375rem;
}
.-ybc-inset-x-2\.5{
  left: -0.625rem;
  right: -0.625rem;
}
.-ybc-inset-x-3\.5{
  left: -0.875rem;
  right: -0.875rem;
}
.-ybc-inset-x-1\/2{
  left: -50%;
  right: -50%;
}
.-ybc-inset-x-1\/3{
  left: -33.333333%;
  right: -33.333333%;
}
.-ybc-inset-x-2\/3{
  left: -66.666667%;
  right: -66.666667%;
}
.-ybc-inset-x-1\/4{
  left: -25%;
  right: -25%;
}
.-ybc-inset-x-2\/4{
  left: -50%;
  right: -50%;
}
.-ybc-inset-x-3\/4{
  left: -75%;
  right: -75%;
}
.-ybc-inset-x-full{
  left: -100%;
  right: -100%;
}
.ybc--inset-x-0{
  left: 0;
  right: 0;
}
.ybc--inset-x-1{
  left: -0.25rem;
  right: -0.25rem;
}
.ybc--inset-x-2{
  left: -0.5rem;
  right: -0.5rem;
}
.ybc--inset-x-3{
  left: -0.75rem;
  right: -0.75rem;
}
.ybc--inset-x-4{
  left: -1rem;
  right: -1rem;
}
.ybc--inset-x-5{
  left: -1.25rem;
  right: -1.25rem;
}
.ybc--inset-x-6{
  left: -1.5rem;
  right: -1.5rem;
}
.ybc--inset-x-7{
  left: -1.75rem;
  right: -1.75rem;
}
.ybc--inset-x-8{
  left: -2rem;
  right: -2rem;
}
.ybc--inset-x-9{
  left: -2.25rem;
  right: -2.25rem;
}
.ybc--inset-x-10{
  left: -2.5rem;
  right: -2.5rem;
}
.ybc--inset-x-11{
  left: -2.75rem;
  right: -2.75rem;
}
.ybc--inset-x-12{
  left: -3rem;
  right: -3rem;
}
.ybc--inset-x-13{
  left: -3.25rem;
  right: -3.25rem;
}
.ybc--inset-x-14{
  left: -3.5rem;
  right: -3.5rem;
}
.ybc--inset-x-15{
  left: -3.75rem;
  right: -3.75rem;
}
.ybc--inset-x-16{
  left: -4rem;
  right: -4rem;
}
.ybc--inset-x-17{
  left: -4.375rem;
  right: -4.375rem;
}
.ybc--inset-x-20{
  left: -5rem;
  right: -5rem;
}
.ybc--inset-x-24{
  left: -6rem;
  right: -6rem;
}
.ybc--inset-x-25{
  left: -6.25rem;
  right: -6.25rem;
}
.ybc--inset-x-28{
  left: -7rem;
  right: -7rem;
}
.ybc--inset-x-32{
  left: -8rem;
  right: -8rem;
}
.ybc--inset-x-36{
  left: -9rem;
  right: -9rem;
}
.ybc--inset-x-40{
  left: -10rem;
  right: -10rem;
}
.ybc--inset-x-44{
  left: -11rem;
  right: -11rem;
}
.ybc--inset-x-45{
  left: -11.25rem;
  right: -11.25rem;
}
.ybc--inset-x-46{
  left: -11.875rem;
  right: -11.875rem;
}
.ybc--inset-x-48{
  left: -12rem;
  right: -12rem;
}
.ybc--inset-x-52{
  left: -13rem;
  right: -13rem;
}
.ybc--inset-x-56{
  left: -14rem;
  right: -14rem;
}
.ybc--inset-x-60{
  left: -15rem;
  right: -15rem;
}
.ybc--inset-x-64{
  left: -16rem;
  right: -16rem;
}
.ybc--inset-x-76{
  left: -19rem;
  right: -19rem;
}
.ybc--inset-x-80{
  left: -20rem;
  right: -20rem;
}
.ybc--inset-x-84{
  left: -21rem;
  right: -21rem;
}
.ybc--inset-x-px{
  left: -1px;
  right: -1px;
}
.ybc--inset-x-0\.5{
  left: -0.125rem;
  right: -0.125rem;
}
.ybc--inset-x-1\.5{
  left: -0.375rem;
  right: -0.375rem;
}
.ybc--inset-x-2\.5{
  left: -0.625rem;
  right: -0.625rem;
}
.ybc--inset-x-3\.5{
  left: -0.875rem;
  right: -0.875rem;
}
.ybc--inset-x-1\/2{
  left: -50%;
  right: -50%;
}
.ybc--inset-x-1\/3{
  left: -33.333333%;
  right: -33.333333%;
}
.ybc--inset-x-2\/3{
  left: -66.666667%;
  right: -66.666667%;
}
.ybc--inset-x-1\/4{
  left: -25%;
  right: -25%;
}
.ybc--inset-x-2\/4{
  left: -50%;
  right: -50%;
}
.ybc--inset-x-3\/4{
  left: -75%;
  right: -75%;
}
.ybc--inset-x-full{
  left: -100%;
  right: -100%;
}
.ybc-inset-y-0{
  top: 0;
  bottom: 0;
}
.ybc-inset-y-1{
  top: 0.25rem;
  bottom: 0.25rem;
}
.ybc-inset-y-2{
  top: 0.5rem;
  bottom: 0.5rem;
}
.ybc-inset-y-3{
  top: 0.75rem;
  bottom: 0.75rem;
}
.ybc-inset-y-4{
  top: 1rem;
  bottom: 1rem;
}
.ybc-inset-y-5{
  top: 1.25rem;
  bottom: 1.25rem;
}
.ybc-inset-y-6{
  top: 1.5rem;
  bottom: 1.5rem;
}
.ybc-inset-y-7{
  top: 1.75rem;
  bottom: 1.75rem;
}
.ybc-inset-y-8{
  top: 2rem;
  bottom: 2rem;
}
.ybc-inset-y-9{
  top: 2.25rem;
  bottom: 2.25rem;
}
.ybc-inset-y-10{
  top: 2.5rem;
  bottom: 2.5rem;
}
.ybc-inset-y-11{
  top: 2.75rem;
  bottom: 2.75rem;
}
.ybc-inset-y-12{
  top: 3rem;
  bottom: 3rem;
}
.ybc-inset-y-13{
  top: 3.25rem;
  bottom: 3.25rem;
}
.ybc-inset-y-14{
  top: 3.5rem;
  bottom: 3.5rem;
}
.ybc-inset-y-15{
  top: 3.75rem;
  bottom: 3.75rem;
}
.ybc-inset-y-16{
  top: 4rem;
  bottom: 4rem;
}
.ybc-inset-y-17{
  top: 4.375rem;
  bottom: 4.375rem;
}
.ybc-inset-y-20{
  top: 5rem;
  bottom: 5rem;
}
.ybc-inset-y-24{
  top: 6rem;
  bottom: 6rem;
}
.ybc-inset-y-25{
  top: 6.25rem;
  bottom: 6.25rem;
}
.ybc-inset-y-28{
  top: 7rem;
  bottom: 7rem;
}
.ybc-inset-y-32{
  top: 8rem;
  bottom: 8rem;
}
.ybc-inset-y-36{
  top: 9rem;
  bottom: 9rem;
}
.ybc-inset-y-40{
  top: 10rem;
  bottom: 10rem;
}
.ybc-inset-y-44{
  top: 11rem;
  bottom: 11rem;
}
.ybc-inset-y-45{
  top: 11.25rem;
  bottom: 11.25rem;
}
.ybc-inset-y-46{
  top: 11.875rem;
  bottom: 11.875rem;
}
.ybc-inset-y-48{
  top: 12rem;
  bottom: 12rem;
}
.ybc-inset-y-52{
  top: 13rem;
  bottom: 13rem;
}
.ybc-inset-y-56{
  top: 14rem;
  bottom: 14rem;
}
.ybc-inset-y-60{
  top: 15rem;
  bottom: 15rem;
}
.ybc-inset-y-64{
  top: 16rem;
  bottom: 16rem;
}
.ybc-inset-y-68{
  top: 17 rem;
  bottom: 17 rem;
}
.ybc-inset-y-72{
  top: 18 rem;
  bottom: 18 rem;
}
.ybc-inset-y-76{
  top: 19rem;
  bottom: 19rem;
}
.ybc-inset-y-80{
  top: 20rem;
  bottom: 20rem;
}
.ybc-inset-y-84{
  top: 21rem;
  bottom: 21rem;
}
.ybc-inset-y-auto{
  top: auto;
  bottom: auto;
}
.ybc-inset-y-px{
  top: 1px;
  bottom: 1px;
}
.ybc-inset-y-0\.5{
  top: 0.125rem;
  bottom: 0.125rem;
}
.ybc-inset-y-1\.5{
  top: 0.375rem;
  bottom: 0.375rem;
}
.ybc-inset-y-2\.5{
  top: 0.625rem;
  bottom: 0.625rem;
}
.ybc-inset-y-3\.5{
  top: 0.875rem;
  bottom: 0.875rem;
}
.ybc-inset-y-1\/2{
  top: 50%;
  bottom: 50%;
}
.ybc-inset-y-1\/3{
  top: 33.333333%;
  bottom: 33.333333%;
}
.ybc-inset-y-2\/3{
  top: 66.666667%;
  bottom: 66.666667%;
}
.ybc-inset-y-1\/4{
  top: 25%;
  bottom: 25%;
}
.ybc-inset-y-2\/4{
  top: 50%;
  bottom: 50%;
}
.ybc-inset-y-3\/4{
  top: 75%;
  bottom: 75%;
}
.ybc-inset-y-full{
  top: 100%;
  bottom: 100%;
}
.-ybc-inset-y-0{
  top: 0;
  bottom: 0;
}
.-ybc-inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}
.-ybc-inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}
.-ybc-inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}
.-ybc-inset-y-4{
  top: -1rem;
  bottom: -1rem;
}
.-ybc-inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}
.-ybc-inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}
.-ybc-inset-y-7{
  top: -1.75rem;
  bottom: -1.75rem;
}
.-ybc-inset-y-8{
  top: -2rem;
  bottom: -2rem;
}
.-ybc-inset-y-9{
  top: -2.25rem;
  bottom: -2.25rem;
}
.-ybc-inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}
.-ybc-inset-y-11{
  top: -2.75rem;
  bottom: -2.75rem;
}
.-ybc-inset-y-12{
  top: -3rem;
  bottom: -3rem;
}
.-ybc-inset-y-13{
  top: -3.25rem;
  bottom: -3.25rem;
}
.-ybc-inset-y-14{
  top: -3.5rem;
  bottom: -3.5rem;
}
.-ybc-inset-y-15{
  top: -3.75rem;
  bottom: -3.75rem;
}
.-ybc-inset-y-16{
  top: -4rem;
  bottom: -4rem;
}
.-ybc-inset-y-17{
  top: -4.375rem;
  bottom: -4.375rem;
}
.-ybc-inset-y-20{
  top: -5rem;
  bottom: -5rem;
}
.-ybc-inset-y-24{
  top: -6rem;
  bottom: -6rem;
}
.-ybc-inset-y-25{
  top: -6.25rem;
  bottom: -6.25rem;
}
.-ybc-inset-y-28{
  top: -7rem;
  bottom: -7rem;
}
.-ybc-inset-y-32{
  top: -8rem;
  bottom: -8rem;
}
.-ybc-inset-y-36{
  top: -9rem;
  bottom: -9rem;
}
.-ybc-inset-y-40{
  top: -10rem;
  bottom: -10rem;
}
.-ybc-inset-y-44{
  top: -11rem;
  bottom: -11rem;
}
.-ybc-inset-y-45{
  top: -11.25rem;
  bottom: -11.25rem;
}
.-ybc-inset-y-46{
  top: -11.875rem;
  bottom: -11.875rem;
}
.-ybc-inset-y-48{
  top: -12rem;
  bottom: -12rem;
}
.-ybc-inset-y-52{
  top: -13rem;
  bottom: -13rem;
}
.-ybc-inset-y-56{
  top: -14rem;
  bottom: -14rem;
}
.-ybc-inset-y-60{
  top: -15rem;
  bottom: -15rem;
}
.-ybc-inset-y-64{
  top: -16rem;
  bottom: -16rem;
}
.-ybc-inset-y-76{
  top: -19rem;
  bottom: -19rem;
}
.-ybc-inset-y-80{
  top: -20rem;
  bottom: -20rem;
}
.-ybc-inset-y-84{
  top: -21rem;
  bottom: -21rem;
}
.-ybc-inset-y-px{
  top: -1px;
  bottom: -1px;
}
.-ybc-inset-y-0\.5{
  top: -0.125rem;
  bottom: -0.125rem;
}
.-ybc-inset-y-1\.5{
  top: -0.375rem;
  bottom: -0.375rem;
}
.-ybc-inset-y-2\.5{
  top: -0.625rem;
  bottom: -0.625rem;
}
.-ybc-inset-y-3\.5{
  top: -0.875rem;
  bottom: -0.875rem;
}
.-ybc-inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}
.-ybc-inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}
.-ybc-inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}
.-ybc-inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}
.-ybc-inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}
.-ybc-inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}
.-ybc-inset-y-full{
  top: -100%;
  bottom: -100%;
}
.ybc--inset-y-0{
  top: 0;
  bottom: 0;
}
.ybc--inset-y-1{
  top: -0.25rem;
  bottom: -0.25rem;
}
.ybc--inset-y-2{
  top: -0.5rem;
  bottom: -0.5rem;
}
.ybc--inset-y-3{
  top: -0.75rem;
  bottom: -0.75rem;
}
.ybc--inset-y-4{
  top: -1rem;
  bottom: -1rem;
}
.ybc--inset-y-5{
  top: -1.25rem;
  bottom: -1.25rem;
}
.ybc--inset-y-6{
  top: -1.5rem;
  bottom: -1.5rem;
}
.ybc--inset-y-7{
  top: -1.75rem;
  bottom: -1.75rem;
}
.ybc--inset-y-8{
  top: -2rem;
  bottom: -2rem;
}
.ybc--inset-y-9{
  top: -2.25rem;
  bottom: -2.25rem;
}
.ybc--inset-y-10{
  top: -2.5rem;
  bottom: -2.5rem;
}
.ybc--inset-y-11{
  top: -2.75rem;
  bottom: -2.75rem;
}
.ybc--inset-y-12{
  top: -3rem;
  bottom: -3rem;
}
.ybc--inset-y-13{
  top: -3.25rem;
  bottom: -3.25rem;
}
.ybc--inset-y-14{
  top: -3.5rem;
  bottom: -3.5rem;
}
.ybc--inset-y-15{
  top: -3.75rem;
  bottom: -3.75rem;
}
.ybc--inset-y-16{
  top: -4rem;
  bottom: -4rem;
}
.ybc--inset-y-17{
  top: -4.375rem;
  bottom: -4.375rem;
}
.ybc--inset-y-20{
  top: -5rem;
  bottom: -5rem;
}
.ybc--inset-y-24{
  top: -6rem;
  bottom: -6rem;
}
.ybc--inset-y-25{
  top: -6.25rem;
  bottom: -6.25rem;
}
.ybc--inset-y-28{
  top: -7rem;
  bottom: -7rem;
}
.ybc--inset-y-32{
  top: -8rem;
  bottom: -8rem;
}
.ybc--inset-y-36{
  top: -9rem;
  bottom: -9rem;
}
.ybc--inset-y-40{
  top: -10rem;
  bottom: -10rem;
}
.ybc--inset-y-44{
  top: -11rem;
  bottom: -11rem;
}
.ybc--inset-y-45{
  top: -11.25rem;
  bottom: -11.25rem;
}
.ybc--inset-y-46{
  top: -11.875rem;
  bottom: -11.875rem;
}
.ybc--inset-y-48{
  top: -12rem;
  bottom: -12rem;
}
.ybc--inset-y-52{
  top: -13rem;
  bottom: -13rem;
}
.ybc--inset-y-56{
  top: -14rem;
  bottom: -14rem;
}
.ybc--inset-y-60{
  top: -15rem;
  bottom: -15rem;
}
.ybc--inset-y-64{
  top: -16rem;
  bottom: -16rem;
}
.ybc--inset-y-76{
  top: -19rem;
  bottom: -19rem;
}
.ybc--inset-y-80{
  top: -20rem;
  bottom: -20rem;
}
.ybc--inset-y-84{
  top: -21rem;
  bottom: -21rem;
}
.ybc--inset-y-px{
  top: -1px;
  bottom: -1px;
}
.ybc--inset-y-0\.5{
  top: -0.125rem;
  bottom: -0.125rem;
}
.ybc--inset-y-1\.5{
  top: -0.375rem;
  bottom: -0.375rem;
}
.ybc--inset-y-2\.5{
  top: -0.625rem;
  bottom: -0.625rem;
}
.ybc--inset-y-3\.5{
  top: -0.875rem;
  bottom: -0.875rem;
}
.ybc--inset-y-1\/2{
  top: -50%;
  bottom: -50%;
}
.ybc--inset-y-1\/3{
  top: -33.333333%;
  bottom: -33.333333%;
}
.ybc--inset-y-2\/3{
  top: -66.666667%;
  bottom: -66.666667%;
}
.ybc--inset-y-1\/4{
  top: -25%;
  bottom: -25%;
}
.ybc--inset-y-2\/4{
  top: -50%;
  bottom: -50%;
}
.ybc--inset-y-3\/4{
  top: -75%;
  bottom: -75%;
}
.ybc--inset-y-full{
  top: -100%;
  bottom: -100%;
}
.ybc-top-0{
  top: 0;
}
.ybc-top-1{
  top: 0.25rem;
}
.ybc-top-2{
  top: 0.5rem;
}
.ybc-top-3{
  top: 0.75rem;
}
.ybc-top-4{
  top: 1rem;
}
.ybc-top-5{
  top: 1.25rem;
}
.ybc-top-6{
  top: 1.5rem;
}
.ybc-top-7{
  top: 1.75rem;
}
.ybc-top-8{
  top: 2rem;
}
.ybc-top-9{
  top: 2.25rem;
}
.ybc-top-10{
  top: 2.5rem;
}
.ybc-top-11{
  top: 2.75rem;
}
.ybc-top-12{
  top: 3rem;
}
.ybc-top-13{
  top: 3.25rem;
}
.ybc-top-14{
  top: 3.5rem;
}
.ybc-top-15{
  top: 3.75rem;
}
.ybc-top-16{
  top: 4rem;
}
.ybc-top-17{
  top: 4.375rem;
}
.ybc-top-20{
  top: 5rem;
}
.ybc-top-24{
  top: 6rem;
}
.ybc-top-25{
  top: 6.25rem;
}
.ybc-top-28{
  top: 7rem;
}
.ybc-top-32{
  top: 8rem;
}
.ybc-top-36{
  top: 9rem;
}
.ybc-top-40{
  top: 10rem;
}
.ybc-top-44{
  top: 11rem;
}
.ybc-top-45{
  top: 11.25rem;
}
.ybc-top-46{
  top: 11.875rem;
}
.ybc-top-48{
  top: 12rem;
}
.ybc-top-52{
  top: 13rem;
}
.ybc-top-56{
  top: 14rem;
}
.ybc-top-60{
  top: 15rem;
}
.ybc-top-64{
  top: 16rem;
}
.ybc-top-68{
  top: 17 rem;
}
.ybc-top-72{
  top: 18 rem;
}
.ybc-top-76{
  top: 19rem;
}
.ybc-top-80{
  top: 20rem;
}
.ybc-top-84{
  top: 21rem;
}
.ybc-top-auto{
  top: auto;
}
.ybc-top-px{
  top: 1px;
}
.ybc-top-0\.5{
  top: 0.125rem;
}
.ybc-top-1\.5{
  top: 0.375rem;
}
.ybc-top-2\.5{
  top: 0.625rem;
}
.ybc-top-3\.5{
  top: 0.875rem;
}
.ybc-top-1\/2{
  top: 50%;
}
.ybc-top-1\/3{
  top: 33.333333%;
}
.ybc-top-2\/3{
  top: 66.666667%;
}
.ybc-top-1\/4{
  top: 25%;
}
.ybc-top-2\/4{
  top: 50%;
}
.ybc-top-3\/4{
  top: 75%;
}
.ybc-top-full{
  top: 100%;
}
.-ybc-top-0{
  top: 0;
}
.-ybc-top-1{
  top: -0.25rem;
}
.-ybc-top-2{
  top: -0.5rem;
}
.-ybc-top-3{
  top: -0.75rem;
}
.-ybc-top-4{
  top: -1rem;
}
.-ybc-top-5{
  top: -1.25rem;
}
.-ybc-top-6{
  top: -1.5rem;
}
.-ybc-top-7{
  top: -1.75rem;
}
.-ybc-top-8{
  top: -2rem;
}
.-ybc-top-9{
  top: -2.25rem;
}
.-ybc-top-10{
  top: -2.5rem;
}
.-ybc-top-11{
  top: -2.75rem;
}
.-ybc-top-12{
  top: -3rem;
}
.-ybc-top-13{
  top: -3.25rem;
}
.-ybc-top-14{
  top: -3.5rem;
}
.-ybc-top-15{
  top: -3.75rem;
}
.-ybc-top-16{
  top: -4rem;
}
.-ybc-top-17{
  top: -4.375rem;
}
.-ybc-top-20{
  top: -5rem;
}
.-ybc-top-24{
  top: -6rem;
}
.-ybc-top-25{
  top: -6.25rem;
}
.-ybc-top-28{
  top: -7rem;
}
.-ybc-top-32{
  top: -8rem;
}
.-ybc-top-36{
  top: -9rem;
}
.-ybc-top-40{
  top: -10rem;
}
.-ybc-top-44{
  top: -11rem;
}
.-ybc-top-45{
  top: -11.25rem;
}
.-ybc-top-46{
  top: -11.875rem;
}
.-ybc-top-48{
  top: -12rem;
}
.-ybc-top-52{
  top: -13rem;
}
.-ybc-top-56{
  top: -14rem;
}
.-ybc-top-60{
  top: -15rem;
}
.-ybc-top-64{
  top: -16rem;
}
.-ybc-top-76{
  top: -19rem;
}
.-ybc-top-80{
  top: -20rem;
}
.-ybc-top-84{
  top: -21rem;
}
.-ybc-top-px{
  top: -1px;
}
.-ybc-top-0\.5{
  top: -0.125rem;
}
.-ybc-top-1\.5{
  top: -0.375rem;
}
.-ybc-top-2\.5{
  top: -0.625rem;
}
.-ybc-top-3\.5{
  top: -0.875rem;
}
.-ybc-top-1\/2{
  top: -50%;
}
.-ybc-top-1\/3{
  top: -33.333333%;
}
.-ybc-top-2\/3{
  top: -66.666667%;
}
.-ybc-top-1\/4{
  top: -25%;
}
.-ybc-top-2\/4{
  top: -50%;
}
.-ybc-top-3\/4{
  top: -75%;
}
.-ybc-top-full{
  top: -100%;
}
.ybc--top-0{
  top: 0;
}
.ybc--top-1{
  top: -0.25rem;
}
.ybc--top-2{
  top: -0.5rem;
}
.ybc--top-3{
  top: -0.75rem;
}
.ybc--top-4{
  top: -1rem;
}
.ybc--top-5{
  top: -1.25rem;
}
.ybc--top-6{
  top: -1.5rem;
}
.ybc--top-7{
  top: -1.75rem;
}
.ybc--top-8{
  top: -2rem;
}
.ybc--top-9{
  top: -2.25rem;
}
.ybc--top-10{
  top: -2.5rem;
}
.ybc--top-11{
  top: -2.75rem;
}
.ybc--top-12{
  top: -3rem;
}
.ybc--top-13{
  top: -3.25rem;
}
.ybc--top-14{
  top: -3.5rem;
}
.ybc--top-15{
  top: -3.75rem;
}
.ybc--top-16{
  top: -4rem;
}
.ybc--top-17{
  top: -4.375rem;
}
.ybc--top-20{
  top: -5rem;
}
.ybc--top-24{
  top: -6rem;
}
.ybc--top-25{
  top: -6.25rem;
}
.ybc--top-28{
  top: -7rem;
}
.ybc--top-32{
  top: -8rem;
}
.ybc--top-36{
  top: -9rem;
}
.ybc--top-40{
  top: -10rem;
}
.ybc--top-44{
  top: -11rem;
}
.ybc--top-45{
  top: -11.25rem;
}
.ybc--top-46{
  top: -11.875rem;
}
.ybc--top-48{
  top: -12rem;
}
.ybc--top-52{
  top: -13rem;
}
.ybc--top-56{
  top: -14rem;
}
.ybc--top-60{
  top: -15rem;
}
.ybc--top-64{
  top: -16rem;
}
.ybc--top-76{
  top: -19rem;
}
.ybc--top-80{
  top: -20rem;
}
.ybc--top-84{
  top: -21rem;
}
.ybc--top-px{
  top: -1px;
}
.ybc--top-0\.5{
  top: -0.125rem;
}
.ybc--top-1\.5{
  top: -0.375rem;
}
.ybc--top-2\.5{
  top: -0.625rem;
}
.ybc--top-3\.5{
  top: -0.875rem;
}
.ybc--top-1\/2{
  top: -50%;
}
.ybc--top-1\/3{
  top: -33.333333%;
}
.ybc--top-2\/3{
  top: -66.666667%;
}
.ybc--top-1\/4{
  top: -25%;
}
.ybc--top-2\/4{
  top: -50%;
}
.ybc--top-3\/4{
  top: -75%;
}
.ybc--top-full{
  top: -100%;
}
.ybc-right-0{
  right: 0;
}
.ybc-right-1{
  right: 0.25rem;
}
.ybc-right-2{
  right: 0.5rem;
}
.ybc-right-3{
  right: 0.75rem;
}
.ybc-right-4{
  right: 1rem;
}
.ybc-right-5{
  right: 1.25rem;
}
.ybc-right-6{
  right: 1.5rem;
}
.ybc-right-7{
  right: 1.75rem;
}
.ybc-right-8{
  right: 2rem;
}
.ybc-right-9{
  right: 2.25rem;
}
.ybc-right-10{
  right: 2.5rem;
}
.ybc-right-11{
  right: 2.75rem;
}
.ybc-right-12{
  right: 3rem;
}
.ybc-right-13{
  right: 3.25rem;
}
.ybc-right-14{
  right: 3.5rem;
}
.ybc-right-15{
  right: 3.75rem;
}
.ybc-right-16{
  right: 4rem;
}
.ybc-right-17{
  right: 4.375rem;
}
.ybc-right-20{
  right: 5rem;
}
.ybc-right-24{
  right: 6rem;
}
.ybc-right-25{
  right: 6.25rem;
}
.ybc-right-28{
  right: 7rem;
}
.ybc-right-32{
  right: 8rem;
}
.ybc-right-36{
  right: 9rem;
}
.ybc-right-40{
  right: 10rem;
}
.ybc-right-44{
  right: 11rem;
}
.ybc-right-45{
  right: 11.25rem;
}
.ybc-right-46{
  right: 11.875rem;
}
.ybc-right-48{
  right: 12rem;
}
.ybc-right-52{
  right: 13rem;
}
.ybc-right-56{
  right: 14rem;
}
.ybc-right-60{
  right: 15rem;
}
.ybc-right-64{
  right: 16rem;
}
.ybc-right-68{
  right: 17 rem;
}
.ybc-right-72{
  right: 18 rem;
}
.ybc-right-76{
  right: 19rem;
}
.ybc-right-80{
  right: 20rem;
}
.ybc-right-84{
  right: 21rem;
}
.ybc-right-auto{
  right: auto;
}
.ybc-right-px{
  right: 1px;
}
.ybc-right-0\.5{
  right: 0.125rem;
}
.ybc-right-1\.5{
  right: 0.375rem;
}
.ybc-right-2\.5{
  right: 0.625rem;
}
.ybc-right-3\.5{
  right: 0.875rem;
}
.ybc-right-1\/2{
  right: 50%;
}
.ybc-right-1\/3{
  right: 33.333333%;
}
.ybc-right-2\/3{
  right: 66.666667%;
}
.ybc-right-1\/4{
  right: 25%;
}
.ybc-right-2\/4{
  right: 50%;
}
.ybc-right-3\/4{
  right: 75%;
}
.ybc-right-full{
  right: 100%;
}
.-ybc-right-0{
  right: 0;
}
.-ybc-right-1{
  right: -0.25rem;
}
.-ybc-right-2{
  right: -0.5rem;
}
.-ybc-right-3{
  right: -0.75rem;
}
.-ybc-right-4{
  right: -1rem;
}
.-ybc-right-5{
  right: -1.25rem;
}
.-ybc-right-6{
  right: -1.5rem;
}
.-ybc-right-7{
  right: -1.75rem;
}
.-ybc-right-8{
  right: -2rem;
}
.-ybc-right-9{
  right: -2.25rem;
}
.-ybc-right-10{
  right: -2.5rem;
}
.-ybc-right-11{
  right: -2.75rem;
}
.-ybc-right-12{
  right: -3rem;
}
.-ybc-right-13{
  right: -3.25rem;
}
.-ybc-right-14{
  right: -3.5rem;
}
.-ybc-right-15{
  right: -3.75rem;
}
.-ybc-right-16{
  right: -4rem;
}
.-ybc-right-17{
  right: -4.375rem;
}
.-ybc-right-20{
  right: -5rem;
}
.-ybc-right-24{
  right: -6rem;
}
.-ybc-right-25{
  right: -6.25rem;
}
.-ybc-right-28{
  right: -7rem;
}
.-ybc-right-32{
  right: -8rem;
}
.-ybc-right-36{
  right: -9rem;
}
.-ybc-right-40{
  right: -10rem;
}
.-ybc-right-44{
  right: -11rem;
}
.-ybc-right-45{
  right: -11.25rem;
}
.-ybc-right-46{
  right: -11.875rem;
}
.-ybc-right-48{
  right: -12rem;
}
.-ybc-right-52{
  right: -13rem;
}
.-ybc-right-56{
  right: -14rem;
}
.-ybc-right-60{
  right: -15rem;
}
.-ybc-right-64{
  right: -16rem;
}
.-ybc-right-76{
  right: -19rem;
}
.-ybc-right-80{
  right: -20rem;
}
.-ybc-right-84{
  right: -21rem;
}
.-ybc-right-px{
  right: -1px;
}
.-ybc-right-0\.5{
  right: -0.125rem;
}
.-ybc-right-1\.5{
  right: -0.375rem;
}
.-ybc-right-2\.5{
  right: -0.625rem;
}
.-ybc-right-3\.5{
  right: -0.875rem;
}
.-ybc-right-1\/2{
  right: -50%;
}
.-ybc-right-1\/3{
  right: -33.333333%;
}
.-ybc-right-2\/3{
  right: -66.666667%;
}
.-ybc-right-1\/4{
  right: -25%;
}
.-ybc-right-2\/4{
  right: -50%;
}
.-ybc-right-3\/4{
  right: -75%;
}
.-ybc-right-full{
  right: -100%;
}
.ybc--right-0{
  right: 0;
}
.ybc--right-1{
  right: -0.25rem;
}
.ybc--right-2{
  right: -0.5rem;
}
.ybc--right-3{
  right: -0.75rem;
}
.ybc--right-4{
  right: -1rem;
}
.ybc--right-5{
  right: -1.25rem;
}
.ybc--right-6{
  right: -1.5rem;
}
.ybc--right-7{
  right: -1.75rem;
}
.ybc--right-8{
  right: -2rem;
}
.ybc--right-9{
  right: -2.25rem;
}
.ybc--right-10{
  right: -2.5rem;
}
.ybc--right-11{
  right: -2.75rem;
}
.ybc--right-12{
  right: -3rem;
}
.ybc--right-13{
  right: -3.25rem;
}
.ybc--right-14{
  right: -3.5rem;
}
.ybc--right-15{
  right: -3.75rem;
}
.ybc--right-16{
  right: -4rem;
}
.ybc--right-17{
  right: -4.375rem;
}
.ybc--right-20{
  right: -5rem;
}
.ybc--right-24{
  right: -6rem;
}
.ybc--right-25{
  right: -6.25rem;
}
.ybc--right-28{
  right: -7rem;
}
.ybc--right-32{
  right: -8rem;
}
.ybc--right-36{
  right: -9rem;
}
.ybc--right-40{
  right: -10rem;
}
.ybc--right-44{
  right: -11rem;
}
.ybc--right-45{
  right: -11.25rem;
}
.ybc--right-46{
  right: -11.875rem;
}
.ybc--right-48{
  right: -12rem;
}
.ybc--right-52{
  right: -13rem;
}
.ybc--right-56{
  right: -14rem;
}
.ybc--right-60{
  right: -15rem;
}
.ybc--right-64{
  right: -16rem;
}
.ybc--right-76{
  right: -19rem;
}
.ybc--right-80{
  right: -20rem;
}
.ybc--right-84{
  right: -21rem;
}
.ybc--right-px{
  right: -1px;
}
.ybc--right-0\.5{
  right: -0.125rem;
}
.ybc--right-1\.5{
  right: -0.375rem;
}
.ybc--right-2\.5{
  right: -0.625rem;
}
.ybc--right-3\.5{
  right: -0.875rem;
}
.ybc--right-1\/2{
  right: -50%;
}
.ybc--right-1\/3{
  right: -33.333333%;
}
.ybc--right-2\/3{
  right: -66.666667%;
}
.ybc--right-1\/4{
  right: -25%;
}
.ybc--right-2\/4{
  right: -50%;
}
.ybc--right-3\/4{
  right: -75%;
}
.ybc--right-full{
  right: -100%;
}
.ybc-bottom-0{
  bottom: 0;
}
.ybc-bottom-1{
  bottom: 0.25rem;
}
.ybc-bottom-2{
  bottom: 0.5rem;
}
.ybc-bottom-3{
  bottom: 0.75rem;
}
.ybc-bottom-4{
  bottom: 1rem;
}
.ybc-bottom-5{
  bottom: 1.25rem;
}
.ybc-bottom-6{
  bottom: 1.5rem;
}
.ybc-bottom-7{
  bottom: 1.75rem;
}
.ybc-bottom-8{
  bottom: 2rem;
}
.ybc-bottom-9{
  bottom: 2.25rem;
}
.ybc-bottom-10{
  bottom: 2.5rem;
}
.ybc-bottom-11{
  bottom: 2.75rem;
}
.ybc-bottom-12{
  bottom: 3rem;
}
.ybc-bottom-13{
  bottom: 3.25rem;
}
.ybc-bottom-14{
  bottom: 3.5rem;
}
.ybc-bottom-15{
  bottom: 3.75rem;
}
.ybc-bottom-16{
  bottom: 4rem;
}
.ybc-bottom-17{
  bottom: 4.375rem;
}
.ybc-bottom-20{
  bottom: 5rem;
}
.ybc-bottom-24{
  bottom: 6rem;
}
.ybc-bottom-25{
  bottom: 6.25rem;
}
.ybc-bottom-28{
  bottom: 7rem;
}
.ybc-bottom-32{
  bottom: 8rem;
}
.ybc-bottom-36{
  bottom: 9rem;
}
.ybc-bottom-40{
  bottom: 10rem;
}
.ybc-bottom-44{
  bottom: 11rem;
}
.ybc-bottom-45{
  bottom: 11.25rem;
}
.ybc-bottom-46{
  bottom: 11.875rem;
}
.ybc-bottom-48{
  bottom: 12rem;
}
.ybc-bottom-52{
  bottom: 13rem;
}
.ybc-bottom-56{
  bottom: 14rem;
}
.ybc-bottom-60{
  bottom: 15rem;
}
.ybc-bottom-64{
  bottom: 16rem;
}
.ybc-bottom-68{
  bottom: 17 rem;
}
.ybc-bottom-72{
  bottom: 18 rem;
}
.ybc-bottom-76{
  bottom: 19rem;
}
.ybc-bottom-80{
  bottom: 20rem;
}
.ybc-bottom-84{
  bottom: 21rem;
}
.ybc-bottom-auto{
  bottom: auto;
}
.ybc-bottom-px{
  bottom: 1px;
}
.ybc-bottom-0\.5{
  bottom: 0.125rem;
}
.ybc-bottom-1\.5{
  bottom: 0.375rem;
}
.ybc-bottom-2\.5{
  bottom: 0.625rem;
}
.ybc-bottom-3\.5{
  bottom: 0.875rem;
}
.ybc-bottom-1\/2{
  bottom: 50%;
}
.ybc-bottom-1\/3{
  bottom: 33.333333%;
}
.ybc-bottom-2\/3{
  bottom: 66.666667%;
}
.ybc-bottom-1\/4{
  bottom: 25%;
}
.ybc-bottom-2\/4{
  bottom: 50%;
}
.ybc-bottom-3\/4{
  bottom: 75%;
}
.ybc-bottom-full{
  bottom: 100%;
}
.-ybc-bottom-0{
  bottom: 0;
}
.-ybc-bottom-1{
  bottom: -0.25rem;
}
.-ybc-bottom-2{
  bottom: -0.5rem;
}
.-ybc-bottom-3{
  bottom: -0.75rem;
}
.-ybc-bottom-4{
  bottom: -1rem;
}
.-ybc-bottom-5{
  bottom: -1.25rem;
}
.-ybc-bottom-6{
  bottom: -1.5rem;
}
.-ybc-bottom-7{
  bottom: -1.75rem;
}
.-ybc-bottom-8{
  bottom: -2rem;
}
.-ybc-bottom-9{
  bottom: -2.25rem;
}
.-ybc-bottom-10{
  bottom: -2.5rem;
}
.-ybc-bottom-11{
  bottom: -2.75rem;
}
.-ybc-bottom-12{
  bottom: -3rem;
}
.-ybc-bottom-13{
  bottom: -3.25rem;
}
.-ybc-bottom-14{
  bottom: -3.5rem;
}
.-ybc-bottom-15{
  bottom: -3.75rem;
}
.-ybc-bottom-16{
  bottom: -4rem;
}
.-ybc-bottom-17{
  bottom: -4.375rem;
}
.-ybc-bottom-20{
  bottom: -5rem;
}
.-ybc-bottom-24{
  bottom: -6rem;
}
.-ybc-bottom-25{
  bottom: -6.25rem;
}
.-ybc-bottom-28{
  bottom: -7rem;
}
.-ybc-bottom-32{
  bottom: -8rem;
}
.-ybc-bottom-36{
  bottom: -9rem;
}
.-ybc-bottom-40{
  bottom: -10rem;
}
.-ybc-bottom-44{
  bottom: -11rem;
}
.-ybc-bottom-45{
  bottom: -11.25rem;
}
.-ybc-bottom-46{
  bottom: -11.875rem;
}
.-ybc-bottom-48{
  bottom: -12rem;
}
.-ybc-bottom-52{
  bottom: -13rem;
}
.-ybc-bottom-56{
  bottom: -14rem;
}
.-ybc-bottom-60{
  bottom: -15rem;
}
.-ybc-bottom-64{
  bottom: -16rem;
}
.-ybc-bottom-76{
  bottom: -19rem;
}
.-ybc-bottom-80{
  bottom: -20rem;
}
.-ybc-bottom-84{
  bottom: -21rem;
}
.-ybc-bottom-px{
  bottom: -1px;
}
.-ybc-bottom-0\.5{
  bottom: -0.125rem;
}
.-ybc-bottom-1\.5{
  bottom: -0.375rem;
}
.-ybc-bottom-2\.5{
  bottom: -0.625rem;
}
.-ybc-bottom-3\.5{
  bottom: -0.875rem;
}
.-ybc-bottom-1\/2{
  bottom: -50%;
}
.-ybc-bottom-1\/3{
  bottom: -33.333333%;
}
.-ybc-bottom-2\/3{
  bottom: -66.666667%;
}
.-ybc-bottom-1\/4{
  bottom: -25%;
}
.-ybc-bottom-2\/4{
  bottom: -50%;
}
.-ybc-bottom-3\/4{
  bottom: -75%;
}
.-ybc-bottom-full{
  bottom: -100%;
}
.ybc--bottom-0{
  bottom: 0;
}
.ybc--bottom-1{
  bottom: -0.25rem;
}
.ybc--bottom-2{
  bottom: -0.5rem;
}
.ybc--bottom-3{
  bottom: -0.75rem;
}
.ybc--bottom-4{
  bottom: -1rem;
}
.ybc--bottom-5{
  bottom: -1.25rem;
}
.ybc--bottom-6{
  bottom: -1.5rem;
}
.ybc--bottom-7{
  bottom: -1.75rem;
}
.ybc--bottom-8{
  bottom: -2rem;
}
.ybc--bottom-9{
  bottom: -2.25rem;
}
.ybc--bottom-10{
  bottom: -2.5rem;
}
.ybc--bottom-11{
  bottom: -2.75rem;
}
.ybc--bottom-12{
  bottom: -3rem;
}
.ybc--bottom-13{
  bottom: -3.25rem;
}
.ybc--bottom-14{
  bottom: -3.5rem;
}
.ybc--bottom-15{
  bottom: -3.75rem;
}
.ybc--bottom-16{
  bottom: -4rem;
}
.ybc--bottom-17{
  bottom: -4.375rem;
}
.ybc--bottom-20{
  bottom: -5rem;
}
.ybc--bottom-24{
  bottom: -6rem;
}
.ybc--bottom-25{
  bottom: -6.25rem;
}
.ybc--bottom-28{
  bottom: -7rem;
}
.ybc--bottom-32{
  bottom: -8rem;
}
.ybc--bottom-36{
  bottom: -9rem;
}
.ybc--bottom-40{
  bottom: -10rem;
}
.ybc--bottom-44{
  bottom: -11rem;
}
.ybc--bottom-45{
  bottom: -11.25rem;
}
.ybc--bottom-46{
  bottom: -11.875rem;
}
.ybc--bottom-48{
  bottom: -12rem;
}
.ybc--bottom-52{
  bottom: -13rem;
}
.ybc--bottom-56{
  bottom: -14rem;
}
.ybc--bottom-60{
  bottom: -15rem;
}
.ybc--bottom-64{
  bottom: -16rem;
}
.ybc--bottom-76{
  bottom: -19rem;
}
.ybc--bottom-80{
  bottom: -20rem;
}
.ybc--bottom-84{
  bottom: -21rem;
}
.ybc--bottom-px{
  bottom: -1px;
}
.ybc--bottom-0\.5{
  bottom: -0.125rem;
}
.ybc--bottom-1\.5{
  bottom: -0.375rem;
}
.ybc--bottom-2\.5{
  bottom: -0.625rem;
}
.ybc--bottom-3\.5{
  bottom: -0.875rem;
}
.ybc--bottom-1\/2{
  bottom: -50%;
}
.ybc--bottom-1\/3{
  bottom: -33.333333%;
}
.ybc--bottom-2\/3{
  bottom: -66.666667%;
}
.ybc--bottom-1\/4{
  bottom: -25%;
}
.ybc--bottom-2\/4{
  bottom: -50%;
}
.ybc--bottom-3\/4{
  bottom: -75%;
}
.ybc--bottom-full{
  bottom: -100%;
}
.ybc-left-0{
  left: 0;
}
.ybc-left-1{
  left: 0.25rem;
}
.ybc-left-2{
  left: 0.5rem;
}
.ybc-left-3{
  left: 0.75rem;
}
.ybc-left-4{
  left: 1rem;
}
.ybc-left-5{
  left: 1.25rem;
}
.ybc-left-6{
  left: 1.5rem;
}
.ybc-left-7{
  left: 1.75rem;
}
.ybc-left-8{
  left: 2rem;
}
.ybc-left-9{
  left: 2.25rem;
}
.ybc-left-10{
  left: 2.5rem;
}
.ybc-left-11{
  left: 2.75rem;
}
.ybc-left-12{
  left: 3rem;
}
.ybc-left-13{
  left: 3.25rem;
}
.ybc-left-14{
  left: 3.5rem;
}
.ybc-left-15{
  left: 3.75rem;
}
.ybc-left-16{
  left: 4rem;
}
.ybc-left-17{
  left: 4.375rem;
}
.ybc-left-20{
  left: 5rem;
}
.ybc-left-24{
  left: 6rem;
}
.ybc-left-25{
  left: 6.25rem;
}
.ybc-left-28{
  left: 7rem;
}
.ybc-left-32{
  left: 8rem;
}
.ybc-left-36{
  left: 9rem;
}
.ybc-left-40{
  left: 10rem;
}
.ybc-left-44{
  left: 11rem;
}
.ybc-left-45{
  left: 11.25rem;
}
.ybc-left-46{
  left: 11.875rem;
}
.ybc-left-48{
  left: 12rem;
}
.ybc-left-52{
  left: 13rem;
}
.ybc-left-56{
  left: 14rem;
}
.ybc-left-60{
  left: 15rem;
}
.ybc-left-64{
  left: 16rem;
}
.ybc-left-68{
  left: 17 rem;
}
.ybc-left-72{
  left: 18 rem;
}
.ybc-left-76{
  left: 19rem;
}
.ybc-left-80{
  left: 20rem;
}
.ybc-left-84{
  left: 21rem;
}
.ybc-left-auto{
  left: auto;
}
.ybc-left-px{
  left: 1px;
}
.ybc-left-0\.5{
  left: 0.125rem;
}
.ybc-left-1\.5{
  left: 0.375rem;
}
.ybc-left-2\.5{
  left: 0.625rem;
}
.ybc-left-3\.5{
  left: 0.875rem;
}
.ybc-left-1\/2{
  left: 50%;
}
.ybc-left-1\/3{
  left: 33.333333%;
}
.ybc-left-2\/3{
  left: 66.666667%;
}
.ybc-left-1\/4{
  left: 25%;
}
.ybc-left-2\/4{
  left: 50%;
}
.ybc-left-3\/4{
  left: 75%;
}
.ybc-left-full{
  left: 100%;
}
.-ybc-left-0{
  left: 0;
}
.-ybc-left-1{
  left: -0.25rem;
}
.-ybc-left-2{
  left: -0.5rem;
}
.-ybc-left-3{
  left: -0.75rem;
}
.-ybc-left-4{
  left: -1rem;
}
.-ybc-left-5{
  left: -1.25rem;
}
.-ybc-left-6{
  left: -1.5rem;
}
.-ybc-left-7{
  left: -1.75rem;
}
.-ybc-left-8{
  left: -2rem;
}
.-ybc-left-9{
  left: -2.25rem;
}
.-ybc-left-10{
  left: -2.5rem;
}
.-ybc-left-11{
  left: -2.75rem;
}
.-ybc-left-12{
  left: -3rem;
}
.-ybc-left-13{
  left: -3.25rem;
}
.-ybc-left-14{
  left: -3.5rem;
}
.-ybc-left-15{
  left: -3.75rem;
}
.-ybc-left-16{
  left: -4rem;
}
.-ybc-left-17{
  left: -4.375rem;
}
.-ybc-left-20{
  left: -5rem;
}
.-ybc-left-24{
  left: -6rem;
}
.-ybc-left-25{
  left: -6.25rem;
}
.-ybc-left-28{
  left: -7rem;
}
.-ybc-left-32{
  left: -8rem;
}
.-ybc-left-36{
  left: -9rem;
}
.-ybc-left-40{
  left: -10rem;
}
.-ybc-left-44{
  left: -11rem;
}
.-ybc-left-45{
  left: -11.25rem;
}
.-ybc-left-46{
  left: -11.875rem;
}
.-ybc-left-48{
  left: -12rem;
}
.-ybc-left-52{
  left: -13rem;
}
.-ybc-left-56{
  left: -14rem;
}
.-ybc-left-60{
  left: -15rem;
}
.-ybc-left-64{
  left: -16rem;
}
.-ybc-left-76{
  left: -19rem;
}
.-ybc-left-80{
  left: -20rem;
}
.-ybc-left-84{
  left: -21rem;
}
.-ybc-left-px{
  left: -1px;
}
.-ybc-left-0\.5{
  left: -0.125rem;
}
.-ybc-left-1\.5{
  left: -0.375rem;
}
.-ybc-left-2\.5{
  left: -0.625rem;
}
.-ybc-left-3\.5{
  left: -0.875rem;
}
.-ybc-left-1\/2{
  left: -50%;
}
.-ybc-left-1\/3{
  left: -33.333333%;
}
.-ybc-left-2\/3{
  left: -66.666667%;
}
.-ybc-left-1\/4{
  left: -25%;
}
.-ybc-left-2\/4{
  left: -50%;
}
.-ybc-left-3\/4{
  left: -75%;
}
.-ybc-left-full{
  left: -100%;
}
.ybc--left-0{
  left: 0;
}
.ybc--left-1{
  left: -0.25rem;
}
.ybc--left-2{
  left: -0.5rem;
}
.ybc--left-3{
  left: -0.75rem;
}
.ybc--left-4{
  left: -1rem;
}
.ybc--left-5{
  left: -1.25rem;
}
.ybc--left-6{
  left: -1.5rem;
}
.ybc--left-7{
  left: -1.75rem;
}
.ybc--left-8{
  left: -2rem;
}
.ybc--left-9{
  left: -2.25rem;
}
.ybc--left-10{
  left: -2.5rem;
}
.ybc--left-11{
  left: -2.75rem;
}
.ybc--left-12{
  left: -3rem;
}
.ybc--left-13{
  left: -3.25rem;
}
.ybc--left-14{
  left: -3.5rem;
}
.ybc--left-15{
  left: -3.75rem;
}
.ybc--left-16{
  left: -4rem;
}
.ybc--left-17{
  left: -4.375rem;
}
.ybc--left-20{
  left: -5rem;
}
.ybc--left-24{
  left: -6rem;
}
.ybc--left-25{
  left: -6.25rem;
}
.ybc--left-28{
  left: -7rem;
}
.ybc--left-32{
  left: -8rem;
}
.ybc--left-36{
  left: -9rem;
}
.ybc--left-40{
  left: -10rem;
}
.ybc--left-44{
  left: -11rem;
}
.ybc--left-45{
  left: -11.25rem;
}
.ybc--left-46{
  left: -11.875rem;
}
.ybc--left-48{
  left: -12rem;
}
.ybc--left-52{
  left: -13rem;
}
.ybc--left-56{
  left: -14rem;
}
.ybc--left-60{
  left: -15rem;
}
.ybc--left-64{
  left: -16rem;
}
.ybc--left-76{
  left: -19rem;
}
.ybc--left-80{
  left: -20rem;
}
.ybc--left-84{
  left: -21rem;
}
.ybc--left-px{
  left: -1px;
}
.ybc--left-0\.5{
  left: -0.125rem;
}
.ybc--left-1\.5{
  left: -0.375rem;
}
.ybc--left-2\.5{
  left: -0.625rem;
}
.ybc--left-3\.5{
  left: -0.875rem;
}
.ybc--left-1\/2{
  left: -50%;
}
.ybc--left-1\/3{
  left: -33.333333%;
}
.ybc--left-2\/3{
  left: -66.666667%;
}
.ybc--left-1\/4{
  left: -25%;
}
.ybc--left-2\/4{
  left: -50%;
}
.ybc--left-3\/4{
  left: -75%;
}
.ybc--left-full{
  left: -100%;
}
.ybc-isolate{
  isolation: isolate;
}
.ybc-isolation-auto{
  isolation: auto;
}
.ybc-z-0{
  z-index: 0;
}
.ybc-z-10{
  z-index: 10;
}
.ybc-z-20{
  z-index: 20;
}
.ybc-z-30{
  z-index: 30;
}
.ybc-z-40{
  z-index: 40;
}
.ybc-z-50{
  z-index: 50;
}
.ybc-z-auto{
  z-index: auto;
}
.-ybc-z-0{
  z-index: 0;
}
.-ybc-z-10{
  z-index: -10;
}
.-ybc-z-20{
  z-index: -20;
}
.-ybc-z-30{
  z-index: -30;
}
.-ybc-z-40{
  z-index: -40;
}
.-ybc-z-50{
  z-index: -50;
}
.ybc--z-0{
  z-index: 0;
}
.ybc--z-10{
  z-index: -10;
}
.ybc--z-20{
  z-index: -20;
}
.ybc--z-30{
  z-index: -30;
}
.ybc--z-40{
  z-index: -40;
}
.ybc--z-50{
  z-index: -50;
}
.ybc-order-1{
  order: 1;
}
.ybc-order-2{
  order: 2;
}
.ybc-order-3{
  order: 3;
}
.ybc-order-4{
  order: 4;
}
.ybc-order-5{
  order: 5;
}
.ybc-order-6{
  order: 6;
}
.ybc-order-7{
  order: 7;
}
.ybc-order-8{
  order: 8;
}
.ybc-order-9{
  order: 9;
}
.ybc-order-10{
  order: 10;
}
.ybc-order-11{
  order: 11;
}
.ybc-order-12{
  order: 12;
}
.ybc-order-first{
  order: -9999;
}
.ybc-order-last{
  order: 9999;
}
.ybc-order-none{
  order: 0;
}
.-ybc-order-1{
  order: -1;
}
.-ybc-order-2{
  order: -2;
}
.-ybc-order-3{
  order: -3;
}
.-ybc-order-4{
  order: -4;
}
.-ybc-order-5{
  order: -5;
}
.-ybc-order-6{
  order: -6;
}
.-ybc-order-7{
  order: -7;
}
.-ybc-order-8{
  order: -8;
}
.-ybc-order-9{
  order: -9;
}
.-ybc-order-10{
  order: -10;
}
.-ybc-order-11{
  order: -11;
}
.-ybc-order-12{
  order: -12;
}
.-ybc-order-first{
  order: 9999;
}
.-ybc-order-last{
  order: -9999;
}
.-ybc-order-none{
  order: 0;
}
.ybc--order-1{
  order: -1;
}
.ybc--order-2{
  order: -2;
}
.ybc--order-3{
  order: -3;
}
.ybc--order-4{
  order: -4;
}
.ybc--order-5{
  order: -5;
}
.ybc--order-6{
  order: -6;
}
.ybc--order-7{
  order: -7;
}
.ybc--order-8{
  order: -8;
}
.ybc--order-9{
  order: -9;
}
.ybc--order-10{
  order: -10;
}
.ybc--order-11{
  order: -11;
}
.ybc--order-12{
  order: -12;
}
.ybc--order-first{
  order: 9999;
}
.ybc--order-last{
  order: -9999;
}
.ybc--order-none{
  order: 0;
}
.ybc-col-auto{
  grid-column: auto;
}
.ybc-col-span-1{
  grid-column: span 1 / span 1;
}
.ybc-col-span-2{
  grid-column: span 2 / span 2;
}
.ybc-col-span-3{
  grid-column: span 3 / span 3;
}
.ybc-col-span-4{
  grid-column: span 4 / span 4;
}
.ybc-col-span-5{
  grid-column: span 5 / span 5;
}
.ybc-col-span-6{
  grid-column: span 6 / span 6;
}
.ybc-col-span-7{
  grid-column: span 7 / span 7;
}
.ybc-col-span-8{
  grid-column: span 8 / span 8;
}
.ybc-col-span-9{
  grid-column: span 9 / span 9;
}
.ybc-col-span-10{
  grid-column: span 10 / span 10;
}
.ybc-col-span-11{
  grid-column: span 11 / span 11;
}
.ybc-col-span-12{
  grid-column: span 12 / span 12;
}
.ybc-col-span-full{
  grid-column: 1 / -1;
}
.ybc-col-start-1{
  grid-column-start: 1;
}
.ybc-col-start-2{
  grid-column-start: 2;
}
.ybc-col-start-3{
  grid-column-start: 3;
}
.ybc-col-start-4{
  grid-column-start: 4;
}
.ybc-col-start-5{
  grid-column-start: 5;
}
.ybc-col-start-6{
  grid-column-start: 6;
}
.ybc-col-start-7{
  grid-column-start: 7;
}
.ybc-col-start-8{
  grid-column-start: 8;
}
.ybc-col-start-9{
  grid-column-start: 9;
}
.ybc-col-start-10{
  grid-column-start: 10;
}
.ybc-col-start-11{
  grid-column-start: 11;
}
.ybc-col-start-12{
  grid-column-start: 12;
}
.ybc-col-start-13{
  grid-column-start: 13;
}
.ybc-col-start-auto{
  grid-column-start: auto;
}
.ybc-col-end-1{
  grid-column-end: 1;
}
.ybc-col-end-2{
  grid-column-end: 2;
}
.ybc-col-end-3{
  grid-column-end: 3;
}
.ybc-col-end-4{
  grid-column-end: 4;
}
.ybc-col-end-5{
  grid-column-end: 5;
}
.ybc-col-end-6{
  grid-column-end: 6;
}
.ybc-col-end-7{
  grid-column-end: 7;
}
.ybc-col-end-8{
  grid-column-end: 8;
}
.ybc-col-end-9{
  grid-column-end: 9;
}
.ybc-col-end-10{
  grid-column-end: 10;
}
.ybc-col-end-11{
  grid-column-end: 11;
}
.ybc-col-end-12{
  grid-column-end: 12;
}
.ybc-col-end-13{
  grid-column-end: 13;
}
.ybc-col-end-auto{
  grid-column-end: auto;
}
.ybc-row-auto{
  grid-row: auto;
}
.ybc-row-span-1{
  grid-row: span 1 / span 1;
}
.ybc-row-span-2{
  grid-row: span 2 / span 2;
}
.ybc-row-span-3{
  grid-row: span 3 / span 3;
}
.ybc-row-span-4{
  grid-row: span 4 / span 4;
}
.ybc-row-span-5{
  grid-row: span 5 / span 5;
}
.ybc-row-span-6{
  grid-row: span 6 / span 6;
}
.ybc-row-span-full{
  grid-row: 1 / -1;
}
.ybc-row-start-1{
  grid-row-start: 1;
}
.ybc-row-start-2{
  grid-row-start: 2;
}
.ybc-row-start-3{
  grid-row-start: 3;
}
.ybc-row-start-4{
  grid-row-start: 4;
}
.ybc-row-start-5{
  grid-row-start: 5;
}
.ybc-row-start-6{
  grid-row-start: 6;
}
.ybc-row-start-7{
  grid-row-start: 7;
}
.ybc-row-start-auto{
  grid-row-start: auto;
}
.ybc-row-end-1{
  grid-row-end: 1;
}
.ybc-row-end-2{
  grid-row-end: 2;
}
.ybc-row-end-3{
  grid-row-end: 3;
}
.ybc-row-end-4{
  grid-row-end: 4;
}
.ybc-row-end-5{
  grid-row-end: 5;
}
.ybc-row-end-6{
  grid-row-end: 6;
}
.ybc-row-end-7{
  grid-row-end: 7;
}
.ybc-row-end-auto{
  grid-row-end: auto;
}
.ybc-float-right{
  float: right;
}
.ybc-float-left{
  float: left;
}
.ybc-float-none{
  float: none;
}
.ybc-clear-left{
  clear: left;
}
.ybc-clear-right{
  clear: right;
}
.ybc-clear-both{
  clear: both;
}
.ybc-clear-none{
  clear: none;
}
.ybc-m-0{
  margin: 0;
}
.ybc-m-1{
  margin: 0.25rem;
}
.ybc-m-2{
  margin: 0.5rem;
}
.ybc-m-3{
  margin: 0.75rem;
}
.ybc-m-4{
  margin: 1rem;
}
.ybc-m-5{
  margin: 1.25rem;
}
.ybc-m-6{
  margin: 1.5rem;
}
.ybc-m-7{
  margin: 1.75rem;
}
.ybc-m-8{
  margin: 2rem;
}
.ybc-m-9{
  margin: 2.25rem;
}
.ybc-m-10{
  margin: 2.5rem;
}
.ybc-m-11{
  margin: 2.75rem;
}
.ybc-m-12{
  margin: 3rem;
}
.ybc-m-13{
  margin: 3.25rem;
}
.ybc-m-14{
  margin: 3.5rem;
}
.ybc-m-15{
  margin: 3.75rem;
}
.ybc-m-16{
  margin: 4rem;
}
.ybc-m-17{
  margin: 4.375rem;
}
.ybc-m-20{
  margin: 5rem;
}
.ybc-m-24{
  margin: 6rem;
}
.ybc-m-25{
  margin: 6.25rem;
}
.ybc-m-28{
  margin: 7rem;
}
.ybc-m-32{
  margin: 8rem;
}
.ybc-m-36{
  margin: 9rem;
}
.ybc-m-40{
  margin: 10rem;
}
.ybc-m-44{
  margin: 11rem;
}
.ybc-m-45{
  margin: 11.25rem;
}
.ybc-m-46{
  margin: 11.875rem;
}
.ybc-m-48{
  margin: 12rem;
}
.ybc-m-52{
  margin: 13rem;
}
.ybc-m-56{
  margin: 14rem;
}
.ybc-m-60{
  margin: 15rem;
}
.ybc-m-64{
  margin: 16rem;
}
.ybc-m-68{
  margin: 17 rem;
}
.ybc-m-72{
  margin: 18 rem;
}
.ybc-m-76{
  margin: 19rem;
}
.ybc-m-80{
  margin: 20rem;
}
.ybc-m-84{
  margin: 21rem;
}
.ybc-m-auto{
  margin: auto;
}
.ybc-m-px{
  margin: 1px;
}
.ybc-m-0\.5{
  margin: 0.125rem;
}
.ybc-m-1\.5{
  margin: 0.375rem;
}
.ybc-m-2\.5{
  margin: 0.625rem;
}
.ybc-m-3\.5{
  margin: 0.875rem;
}
.-ybc-m-0{
  margin: 0;
}
.-ybc-m-1{
  margin: -0.25rem;
}
.-ybc-m-2{
  margin: -0.5rem;
}
.-ybc-m-3{
  margin: -0.75rem;
}
.-ybc-m-4{
  margin: -1rem;
}
.-ybc-m-5{
  margin: -1.25rem;
}
.-ybc-m-6{
  margin: -1.5rem;
}
.-ybc-m-7{
  margin: -1.75rem;
}
.-ybc-m-8{
  margin: -2rem;
}
.-ybc-m-9{
  margin: -2.25rem;
}
.-ybc-m-10{
  margin: -2.5rem;
}
.-ybc-m-11{
  margin: -2.75rem;
}
.-ybc-m-12{
  margin: -3rem;
}
.-ybc-m-13{
  margin: -3.25rem;
}
.-ybc-m-14{
  margin: -3.5rem;
}
.-ybc-m-15{
  margin: -3.75rem;
}
.-ybc-m-16{
  margin: -4rem;
}
.-ybc-m-17{
  margin: -4.375rem;
}
.-ybc-m-20{
  margin: -5rem;
}
.-ybc-m-24{
  margin: -6rem;
}
.-ybc-m-25{
  margin: -6.25rem;
}
.-ybc-m-28{
  margin: -7rem;
}
.-ybc-m-32{
  margin: -8rem;
}
.-ybc-m-36{
  margin: -9rem;
}
.-ybc-m-40{
  margin: -10rem;
}
.-ybc-m-44{
  margin: -11rem;
}
.-ybc-m-45{
  margin: -11.25rem;
}
.-ybc-m-46{
  margin: -11.875rem;
}
.-ybc-m-48{
  margin: -12rem;
}
.-ybc-m-52{
  margin: -13rem;
}
.-ybc-m-56{
  margin: -14rem;
}
.-ybc-m-60{
  margin: -15rem;
}
.-ybc-m-64{
  margin: -16rem;
}
.-ybc-m-76{
  margin: -19rem;
}
.-ybc-m-80{
  margin: -20rem;
}
.-ybc-m-84{
  margin: -21rem;
}
.-ybc-m-px{
  margin: -1px;
}
.-ybc-m-0\.5{
  margin: -0.125rem;
}
.-ybc-m-1\.5{
  margin: -0.375rem;
}
.-ybc-m-2\.5{
  margin: -0.625rem;
}
.-ybc-m-3\.5{
  margin: -0.875rem;
}
.ybc--m-0{
  margin: 0;
}
.ybc--m-1{
  margin: -0.25rem;
}
.ybc--m-2{
  margin: -0.5rem;
}
.ybc--m-3{
  margin: -0.75rem;
}
.ybc--m-4{
  margin: -1rem;
}
.ybc--m-5{
  margin: -1.25rem;
}
.ybc--m-6{
  margin: -1.5rem;
}
.ybc--m-7{
  margin: -1.75rem;
}
.ybc--m-8{
  margin: -2rem;
}
.ybc--m-9{
  margin: -2.25rem;
}
.ybc--m-10{
  margin: -2.5rem;
}
.ybc--m-11{
  margin: -2.75rem;
}
.ybc--m-12{
  margin: -3rem;
}
.ybc--m-13{
  margin: -3.25rem;
}
.ybc--m-14{
  margin: -3.5rem;
}
.ybc--m-15{
  margin: -3.75rem;
}
.ybc--m-16{
  margin: -4rem;
}
.ybc--m-17{
  margin: -4.375rem;
}
.ybc--m-20{
  margin: -5rem;
}
.ybc--m-24{
  margin: -6rem;
}
.ybc--m-25{
  margin: -6.25rem;
}
.ybc--m-28{
  margin: -7rem;
}
.ybc--m-32{
  margin: -8rem;
}
.ybc--m-36{
  margin: -9rem;
}
.ybc--m-40{
  margin: -10rem;
}
.ybc--m-44{
  margin: -11rem;
}
.ybc--m-45{
  margin: -11.25rem;
}
.ybc--m-46{
  margin: -11.875rem;
}
.ybc--m-48{
  margin: -12rem;
}
.ybc--m-52{
  margin: -13rem;
}
.ybc--m-56{
  margin: -14rem;
}
.ybc--m-60{
  margin: -15rem;
}
.ybc--m-64{
  margin: -16rem;
}
.ybc--m-76{
  margin: -19rem;
}
.ybc--m-80{
  margin: -20rem;
}
.ybc--m-84{
  margin: -21rem;
}
.ybc--m-px{
  margin: -1px;
}
.ybc--m-0\.5{
  margin: -0.125rem;
}
.ybc--m-1\.5{
  margin: -0.375rem;
}
.ybc--m-2\.5{
  margin: -0.625rem;
}
.ybc--m-3\.5{
  margin: -0.875rem;
}
.ybc-mx-0{
  margin-left: 0;
  margin-right: 0;
}
.ybc-mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.ybc-mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.ybc-mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.ybc-mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.ybc-mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.ybc-mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.ybc-mx-7{
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.ybc-mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.ybc-mx-9{
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.ybc-mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.ybc-mx-11{
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}
.ybc-mx-12{
  margin-left: 3rem;
  margin-right: 3rem;
}
.ybc-mx-13{
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}
.ybc-mx-14{
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.ybc-mx-15{
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.ybc-mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.ybc-mx-17{
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}
.ybc-mx-20{
  margin-left: 5rem;
  margin-right: 5rem;
}
.ybc-mx-24{
  margin-left: 6rem;
  margin-right: 6rem;
}
.ybc-mx-25{
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}
.ybc-mx-28{
  margin-left: 7rem;
  margin-right: 7rem;
}
.ybc-mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}
.ybc-mx-36{
  margin-left: 9rem;
  margin-right: 9rem;
}
.ybc-mx-40{
  margin-left: 10rem;
  margin-right: 10rem;
}
.ybc-mx-44{
  margin-left: 11rem;
  margin-right: 11rem;
}
.ybc-mx-45{
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}
.ybc-mx-46{
  margin-left: 11.875rem;
  margin-right: 11.875rem;
}
.ybc-mx-48{
  margin-left: 12rem;
  margin-right: 12rem;
}
.ybc-mx-52{
  margin-left: 13rem;
  margin-right: 13rem;
}
.ybc-mx-56{
  margin-left: 14rem;
  margin-right: 14rem;
}
.ybc-mx-60{
  margin-left: 15rem;
  margin-right: 15rem;
}
.ybc-mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}
.ybc-mx-68{
  margin-left: 17 rem;
  margin-right: 17 rem;
}
.ybc-mx-72{
  margin-left: 18 rem;
  margin-right: 18 rem;
}
.ybc-mx-76{
  margin-left: 19rem;
  margin-right: 19rem;
}
.ybc-mx-80{
  margin-left: 20rem;
  margin-right: 20rem;
}
.ybc-mx-84{
  margin-left: 21rem;
  margin-right: 21rem;
}
.ybc-mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.ybc-mx-px{
  margin-left: 1px;
  margin-right: 1px;
}
.ybc-mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.ybc-mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.ybc-mx-2\.5{
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.ybc-mx-3\.5{
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.-ybc-mx-0{
  margin-left: 0;
  margin-right: 0;
}
.-ybc-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-ybc-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-ybc-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-ybc-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-ybc-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-ybc-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-ybc-mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.-ybc-mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.-ybc-mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.-ybc-mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.-ybc-mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.-ybc-mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}
.-ybc-mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}
.-ybc-mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.-ybc-mx-15{
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}
.-ybc-mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}
.-ybc-mx-17{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}
.-ybc-mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}
.-ybc-mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}
.-ybc-mx-25{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}
.-ybc-mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}
.-ybc-mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}
.-ybc-mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}
.-ybc-mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}
.-ybc-mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}
.-ybc-mx-45{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}
.-ybc-mx-46{
  margin-left: -11.875rem;
  margin-right: -11.875rem;
}
.-ybc-mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}
.-ybc-mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}
.-ybc-mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}
.-ybc-mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}
.-ybc-mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}
.-ybc-mx-76{
  margin-left: -19rem;
  margin-right: -19rem;
}
.-ybc-mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}
.-ybc-mx-84{
  margin-left: -21rem;
  margin-right: -21rem;
}
.-ybc-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}
.-ybc-mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.-ybc-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-ybc-mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-ybc-mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.ybc--mx-0{
  margin-left: 0;
  margin-right: 0;
}
.ybc--mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.ybc--mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.ybc--mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.ybc--mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.ybc--mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.ybc--mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.ybc--mx-7{
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}
.ybc--mx-8{
  margin-left: -2rem;
  margin-right: -2rem;
}
.ybc--mx-9{
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.ybc--mx-10{
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.ybc--mx-11{
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}
.ybc--mx-12{
  margin-left: -3rem;
  margin-right: -3rem;
}
.ybc--mx-13{
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}
.ybc--mx-14{
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.ybc--mx-15{
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}
.ybc--mx-16{
  margin-left: -4rem;
  margin-right: -4rem;
}
.ybc--mx-17{
  margin-left: -4.375rem;
  margin-right: -4.375rem;
}
.ybc--mx-20{
  margin-left: -5rem;
  margin-right: -5rem;
}
.ybc--mx-24{
  margin-left: -6rem;
  margin-right: -6rem;
}
.ybc--mx-25{
  margin-left: -6.25rem;
  margin-right: -6.25rem;
}
.ybc--mx-28{
  margin-left: -7rem;
  margin-right: -7rem;
}
.ybc--mx-32{
  margin-left: -8rem;
  margin-right: -8rem;
}
.ybc--mx-36{
  margin-left: -9rem;
  margin-right: -9rem;
}
.ybc--mx-40{
  margin-left: -10rem;
  margin-right: -10rem;
}
.ybc--mx-44{
  margin-left: -11rem;
  margin-right: -11rem;
}
.ybc--mx-45{
  margin-left: -11.25rem;
  margin-right: -11.25rem;
}
.ybc--mx-46{
  margin-left: -11.875rem;
  margin-right: -11.875rem;
}
.ybc--mx-48{
  margin-left: -12rem;
  margin-right: -12rem;
}
.ybc--mx-52{
  margin-left: -13rem;
  margin-right: -13rem;
}
.ybc--mx-56{
  margin-left: -14rem;
  margin-right: -14rem;
}
.ybc--mx-60{
  margin-left: -15rem;
  margin-right: -15rem;
}
.ybc--mx-64{
  margin-left: -16rem;
  margin-right: -16rem;
}
.ybc--mx-76{
  margin-left: -19rem;
  margin-right: -19rem;
}
.ybc--mx-80{
  margin-left: -20rem;
  margin-right: -20rem;
}
.ybc--mx-84{
  margin-left: -21rem;
  margin-right: -21rem;
}
.ybc--mx-px{
  margin-left: -1px;
  margin-right: -1px;
}
.ybc--mx-0\.5{
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.ybc--mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.ybc--mx-2\.5{
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.ybc--mx-3\.5{
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.ybc-my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.ybc-my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.ybc-my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ybc-my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.ybc-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ybc-my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ybc-my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ybc-my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.ybc-my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ybc-my-9{
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.ybc-my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.ybc-my-11{
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.ybc-my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ybc-my-13{
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.ybc-my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.ybc-my-15{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.ybc-my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ybc-my-17{
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.ybc-my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.ybc-my-24{
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.ybc-my-25{
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}
.ybc-my-28{
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.ybc-my-32{
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.ybc-my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.ybc-my-40{
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.ybc-my-44{
  margin-top: 11rem;
  margin-bottom: 11rem;
}
.ybc-my-45{
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}
.ybc-my-46{
  margin-top: 11.875rem;
  margin-bottom: 11.875rem;
}
.ybc-my-48{
  margin-top: 12rem;
  margin-bottom: 12rem;
}
.ybc-my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}
.ybc-my-56{
  margin-top: 14rem;
  margin-bottom: 14rem;
}
.ybc-my-60{
  margin-top: 15rem;
  margin-bottom: 15rem;
}
.ybc-my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}
.ybc-my-68{
  margin-top: 17 rem;
  margin-bottom: 17 rem;
}
.ybc-my-72{
  margin-top: 18 rem;
  margin-bottom: 18 rem;
}
.ybc-my-76{
  margin-top: 19rem;
  margin-bottom: 19rem;
}
.ybc-my-80{
  margin-top: 20rem;
  margin-bottom: 20rem;
}
.ybc-my-84{
  margin-top: 21rem;
  margin-bottom: 21rem;
}
.ybc-my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.ybc-my-px{
  margin-top: 1px;
  margin-bottom: 1px;
}
.ybc-my-0\.5{
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.ybc-my-1\.5{
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.ybc-my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.ybc-my-3\.5{
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.-ybc-my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.-ybc-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-ybc-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-ybc-my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.-ybc-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-ybc-my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.-ybc-my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.-ybc-my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.-ybc-my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.-ybc-my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.-ybc-my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.-ybc-my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.-ybc-my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.-ybc-my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}
.-ybc-my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.-ybc-my-15{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}
.-ybc-my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.-ybc-my-17{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}
.-ybc-my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.-ybc-my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.-ybc-my-25{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}
.-ybc-my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.-ybc-my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.-ybc-my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.-ybc-my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.-ybc-my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.-ybc-my-45{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}
.-ybc-my-46{
  margin-top: -11.875rem;
  margin-bottom: -11.875rem;
}
.-ybc-my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.-ybc-my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.-ybc-my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.-ybc-my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.-ybc-my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.-ybc-my-76{
  margin-top: -19rem;
  margin-bottom: -19rem;
}
.-ybc-my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.-ybc-my-84{
  margin-top: -21rem;
  margin-bottom: -21rem;
}
.-ybc-my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}
.-ybc-my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.-ybc-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-ybc-my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.-ybc-my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.ybc--my-0{
  margin-top: 0;
  margin-bottom: 0;
}
.ybc--my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.ybc--my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.ybc--my-3{
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.ybc--my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.ybc--my-5{
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.ybc--my-6{
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.ybc--my-7{
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}
.ybc--my-8{
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.ybc--my-9{
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}
.ybc--my-10{
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.ybc--my-11{
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}
.ybc--my-12{
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.ybc--my-13{
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}
.ybc--my-14{
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.ybc--my-15{
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}
.ybc--my-16{
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.ybc--my-17{
  margin-top: -4.375rem;
  margin-bottom: -4.375rem;
}
.ybc--my-20{
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.ybc--my-24{
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.ybc--my-25{
  margin-top: -6.25rem;
  margin-bottom: -6.25rem;
}
.ybc--my-28{
  margin-top: -7rem;
  margin-bottom: -7rem;
}
.ybc--my-32{
  margin-top: -8rem;
  margin-bottom: -8rem;
}
.ybc--my-36{
  margin-top: -9rem;
  margin-bottom: -9rem;
}
.ybc--my-40{
  margin-top: -10rem;
  margin-bottom: -10rem;
}
.ybc--my-44{
  margin-top: -11rem;
  margin-bottom: -11rem;
}
.ybc--my-45{
  margin-top: -11.25rem;
  margin-bottom: -11.25rem;
}
.ybc--my-46{
  margin-top: -11.875rem;
  margin-bottom: -11.875rem;
}
.ybc--my-48{
  margin-top: -12rem;
  margin-bottom: -12rem;
}
.ybc--my-52{
  margin-top: -13rem;
  margin-bottom: -13rem;
}
.ybc--my-56{
  margin-top: -14rem;
  margin-bottom: -14rem;
}
.ybc--my-60{
  margin-top: -15rem;
  margin-bottom: -15rem;
}
.ybc--my-64{
  margin-top: -16rem;
  margin-bottom: -16rem;
}
.ybc--my-76{
  margin-top: -19rem;
  margin-bottom: -19rem;
}
.ybc--my-80{
  margin-top: -20rem;
  margin-bottom: -20rem;
}
.ybc--my-84{
  margin-top: -21rem;
  margin-bottom: -21rem;
}
.ybc--my-px{
  margin-top: -1px;
  margin-bottom: -1px;
}
.ybc--my-0\.5{
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
}
.ybc--my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.ybc--my-2\.5{
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
.ybc--my-3\.5{
  margin-top: -0.875rem;
  margin-bottom: -0.875rem;
}
.ybc-mt-0{
  margin-top: 0;
}
.ybc-mt-1{
  margin-top: 0.25rem;
}
.ybc-mt-2{
  margin-top: 0.5rem;
}
.ybc-mt-3{
  margin-top: 0.75rem;
}
.ybc-mt-4{
  margin-top: 1rem;
}
.ybc-mt-5{
  margin-top: 1.25rem;
}
.ybc-mt-6{
  margin-top: 1.5rem;
}
.ybc-mt-7{
  margin-top: 1.75rem;
}
.ybc-mt-8{
  margin-top: 2rem;
}
.ybc-mt-9{
  margin-top: 2.25rem;
}
.ybc-mt-10{
  margin-top: 2.5rem;
}
.ybc-mt-11{
  margin-top: 2.75rem;
}
.ybc-mt-12{
  margin-top: 3rem;
}
.ybc-mt-13{
  margin-top: 3.25rem;
}
.ybc-mt-14{
  margin-top: 3.5rem;
}
.ybc-mt-15{
  margin-top: 3.75rem;
}
.ybc-mt-16{
  margin-top: 4rem;
}
.ybc-mt-17{
  margin-top: 4.375rem;
}
.ybc-mt-20{
  margin-top: 5rem;
}
.ybc-mt-24{
  margin-top: 6rem;
}
.ybc-mt-25{
  margin-top: 6.25rem;
}
.ybc-mt-28{
  margin-top: 7rem;
}
.ybc-mt-32{
  margin-top: 8rem;
}
.ybc-mt-36{
  margin-top: 9rem;
}
.ybc-mt-40{
  margin-top: 10rem;
}
.ybc-mt-44{
  margin-top: 11rem;
}
.ybc-mt-45{
  margin-top: 11.25rem;
}
.ybc-mt-46{
  margin-top: 11.875rem;
}
.ybc-mt-48{
  margin-top: 12rem;
}
.ybc-mt-52{
  margin-top: 13rem;
}
.ybc-mt-56{
  margin-top: 14rem;
}
.ybc-mt-60{
  margin-top: 15rem;
}
.ybc-mt-64{
  margin-top: 16rem;
}
.ybc-mt-68{
  margin-top: 17 rem;
}
.ybc-mt-72{
  margin-top: 18 rem;
}
.ybc-mt-76{
  margin-top: 19rem;
}
.ybc-mt-80{
  margin-top: 20rem;
}
.ybc-mt-84{
  margin-top: 21rem;
}
.ybc-mt-auto{
  margin-top: auto;
}
.ybc-mt-px{
  margin-top: 1px;
}
.ybc-mt-0\.5{
  margin-top: 0.125rem;
}
.ybc-mt-1\.5{
  margin-top: 0.375rem;
}
.ybc-mt-2\.5{
  margin-top: 0.625rem;
}
.ybc-mt-3\.5{
  margin-top: 0.875rem;
}
.-ybc-mt-0{
  margin-top: 0;
}
.-ybc-mt-1{
  margin-top: -0.25rem;
}
.-ybc-mt-2{
  margin-top: -0.5rem;
}
.-ybc-mt-3{
  margin-top: -0.75rem;
}
.-ybc-mt-4{
  margin-top: -1rem;
}
.-ybc-mt-5{
  margin-top: -1.25rem;
}
.-ybc-mt-6{
  margin-top: -1.5rem;
}
.-ybc-mt-7{
  margin-top: -1.75rem;
}
.-ybc-mt-8{
  margin-top: -2rem;
}
.-ybc-mt-9{
  margin-top: -2.25rem;
}
.-ybc-mt-10{
  margin-top: -2.5rem;
}
.-ybc-mt-11{
  margin-top: -2.75rem;
}
.-ybc-mt-12{
  margin-top: -3rem;
}
.-ybc-mt-13{
  margin-top: -3.25rem;
}
.-ybc-mt-14{
  margin-top: -3.5rem;
}
.-ybc-mt-15{
  margin-top: -3.75rem;
}
.-ybc-mt-16{
  margin-top: -4rem;
}
.-ybc-mt-17{
  margin-top: -4.375rem;
}
.-ybc-mt-20{
  margin-top: -5rem;
}
.-ybc-mt-24{
  margin-top: -6rem;
}
.-ybc-mt-25{
  margin-top: -6.25rem;
}
.-ybc-mt-28{
  margin-top: -7rem;
}
.-ybc-mt-32{
  margin-top: -8rem;
}
.-ybc-mt-36{
  margin-top: -9rem;
}
.-ybc-mt-40{
  margin-top: -10rem;
}
.-ybc-mt-44{
  margin-top: -11rem;
}
.-ybc-mt-45{
  margin-top: -11.25rem;
}
.-ybc-mt-46{
  margin-top: -11.875rem;
}
.-ybc-mt-48{
  margin-top: -12rem;
}
.-ybc-mt-52{
  margin-top: -13rem;
}
.-ybc-mt-56{
  margin-top: -14rem;
}
.-ybc-mt-60{
  margin-top: -15rem;
}
.-ybc-mt-64{
  margin-top: -16rem;
}
.-ybc-mt-76{
  margin-top: -19rem;
}
.-ybc-mt-80{
  margin-top: -20rem;
}
.-ybc-mt-84{
  margin-top: -21rem;
}
.-ybc-mt-px{
  margin-top: -1px;
}
.-ybc-mt-0\.5{
  margin-top: -0.125rem;
}
.-ybc-mt-1\.5{
  margin-top: -0.375rem;
}
.-ybc-mt-2\.5{
  margin-top: -0.625rem;
}
.-ybc-mt-3\.5{
  margin-top: -0.875rem;
}
.ybc--mt-0{
  margin-top: 0;
}
.ybc--mt-1{
  margin-top: -0.25rem;
}
.ybc--mt-2{
  margin-top: -0.5rem;
}
.ybc--mt-3{
  margin-top: -0.75rem;
}
.ybc--mt-4{
  margin-top: -1rem;
}
.ybc--mt-5{
  margin-top: -1.25rem;
}
.ybc--mt-6{
  margin-top: -1.5rem;
}
.ybc--mt-7{
  margin-top: -1.75rem;
}
.ybc--mt-8{
  margin-top: -2rem;
}
.ybc--mt-9{
  margin-top: -2.25rem;
}
.ybc--mt-10{
  margin-top: -2.5rem;
}
.ybc--mt-11{
  margin-top: -2.75rem;
}
.ybc--mt-12{
  margin-top: -3rem;
}
.ybc--mt-13{
  margin-top: -3.25rem;
}
.ybc--mt-14{
  margin-top: -3.5rem;
}
.ybc--mt-15{
  margin-top: -3.75rem;
}
.ybc--mt-16{
  margin-top: -4rem;
}
.ybc--mt-17{
  margin-top: -4.375rem;
}
.ybc--mt-20{
  margin-top: -5rem;
}
.ybc--mt-24{
  margin-top: -6rem;
}
.ybc--mt-25{
  margin-top: -6.25rem;
}
.ybc--mt-28{
  margin-top: -7rem;
}
.ybc--mt-32{
  margin-top: -8rem;
}
.ybc--mt-36{
  margin-top: -9rem;
}
.ybc--mt-40{
  margin-top: -10rem;
}
.ybc--mt-44{
  margin-top: -11rem;
}
.ybc--mt-45{
  margin-top: -11.25rem;
}
.ybc--mt-46{
  margin-top: -11.875rem;
}
.ybc--mt-48{
  margin-top: -12rem;
}
.ybc--mt-52{
  margin-top: -13rem;
}
.ybc--mt-56{
  margin-top: -14rem;
}
.ybc--mt-60{
  margin-top: -15rem;
}
.ybc--mt-64{
  margin-top: -16rem;
}
.ybc--mt-76{
  margin-top: -19rem;
}
.ybc--mt-80{
  margin-top: -20rem;
}
.ybc--mt-84{
  margin-top: -21rem;
}
.ybc--mt-px{
  margin-top: -1px;
}
.ybc--mt-0\.5{
  margin-top: -0.125rem;
}
.ybc--mt-1\.5{
  margin-top: -0.375rem;
}
.ybc--mt-2\.5{
  margin-top: -0.625rem;
}
.ybc--mt-3\.5{
  margin-top: -0.875rem;
}
.ybc-mr-0{
  margin-right: 0;
}
.ybc-mr-1{
  margin-right: 0.25rem;
}
.ybc-mr-2{
  margin-right: 0.5rem;
}
.ybc-mr-3{
  margin-right: 0.75rem;
}
.ybc-mr-4{
  margin-right: 1rem;
}
.ybc-mr-5{
  margin-right: 1.25rem;
}
.ybc-mr-6{
  margin-right: 1.5rem;
}
.ybc-mr-7{
  margin-right: 1.75rem;
}
.ybc-mr-8{
  margin-right: 2rem;
}
.ybc-mr-9{
  margin-right: 2.25rem;
}
.ybc-mr-10{
  margin-right: 2.5rem;
}
.ybc-mr-11{
  margin-right: 2.75rem;
}
.ybc-mr-12{
  margin-right: 3rem;
}
.ybc-mr-13{
  margin-right: 3.25rem;
}
.ybc-mr-14{
  margin-right: 3.5rem;
}
.ybc-mr-15{
  margin-right: 3.75rem;
}
.ybc-mr-16{
  margin-right: 4rem;
}
.ybc-mr-17{
  margin-right: 4.375rem;
}
.ybc-mr-20{
  margin-right: 5rem;
}
.ybc-mr-24{
  margin-right: 6rem;
}
.ybc-mr-25{
  margin-right: 6.25rem;
}
.ybc-mr-28{
  margin-right: 7rem;
}
.ybc-mr-32{
  margin-right: 8rem;
}
.ybc-mr-36{
  margin-right: 9rem;
}
.ybc-mr-40{
  margin-right: 10rem;
}
.ybc-mr-44{
  margin-right: 11rem;
}
.ybc-mr-45{
  margin-right: 11.25rem;
}
.ybc-mr-46{
  margin-right: 11.875rem;
}
.ybc-mr-48{
  margin-right: 12rem;
}
.ybc-mr-52{
  margin-right: 13rem;
}
.ybc-mr-56{
  margin-right: 14rem;
}
.ybc-mr-60{
  margin-right: 15rem;
}
.ybc-mr-64{
  margin-right: 16rem;
}
.ybc-mr-68{
  margin-right: 17 rem;
}
.ybc-mr-72{
  margin-right: 18 rem;
}
.ybc-mr-76{
  margin-right: 19rem;
}
.ybc-mr-80{
  margin-right: 20rem;
}
.ybc-mr-84{
  margin-right: 21rem;
}
.ybc-mr-auto{
  margin-right: auto;
}
.ybc-mr-px{
  margin-right: 1px;
}
.ybc-mr-0\.5{
  margin-right: 0.125rem;
}
.ybc-mr-1\.5{
  margin-right: 0.375rem;
}
.ybc-mr-2\.5{
  margin-right: 0.625rem;
}
.ybc-mr-3\.5{
  margin-right: 0.875rem;
}
.-ybc-mr-0{
  margin-right: 0;
}
.-ybc-mr-1{
  margin-right: -0.25rem;
}
.-ybc-mr-2{
  margin-right: -0.5rem;
}
.-ybc-mr-3{
  margin-right: -0.75rem;
}
.-ybc-mr-4{
  margin-right: -1rem;
}
.-ybc-mr-5{
  margin-right: -1.25rem;
}
.-ybc-mr-6{
  margin-right: -1.5rem;
}
.-ybc-mr-7{
  margin-right: -1.75rem;
}
.-ybc-mr-8{
  margin-right: -2rem;
}
.-ybc-mr-9{
  margin-right: -2.25rem;
}
.-ybc-mr-10{
  margin-right: -2.5rem;
}
.-ybc-mr-11{
  margin-right: -2.75rem;
}
.-ybc-mr-12{
  margin-right: -3rem;
}
.-ybc-mr-13{
  margin-right: -3.25rem;
}
.-ybc-mr-14{
  margin-right: -3.5rem;
}
.-ybc-mr-15{
  margin-right: -3.75rem;
}
.-ybc-mr-16{
  margin-right: -4rem;
}
.-ybc-mr-17{
  margin-right: -4.375rem;
}
.-ybc-mr-20{
  margin-right: -5rem;
}
.-ybc-mr-24{
  margin-right: -6rem;
}
.-ybc-mr-25{
  margin-right: -6.25rem;
}
.-ybc-mr-28{
  margin-right: -7rem;
}
.-ybc-mr-32{
  margin-right: -8rem;
}
.-ybc-mr-36{
  margin-right: -9rem;
}
.-ybc-mr-40{
  margin-right: -10rem;
}
.-ybc-mr-44{
  margin-right: -11rem;
}
.-ybc-mr-45{
  margin-right: -11.25rem;
}
.-ybc-mr-46{
  margin-right: -11.875rem;
}
.-ybc-mr-48{
  margin-right: -12rem;
}
.-ybc-mr-52{
  margin-right: -13rem;
}
.-ybc-mr-56{
  margin-right: -14rem;
}
.-ybc-mr-60{
  margin-right: -15rem;
}
.-ybc-mr-64{
  margin-right: -16rem;
}
.-ybc-mr-76{
  margin-right: -19rem;
}
.-ybc-mr-80{
  margin-right: -20rem;
}
.-ybc-mr-84{
  margin-right: -21rem;
}
.-ybc-mr-px{
  margin-right: -1px;
}
.-ybc-mr-0\.5{
  margin-right: -0.125rem;
}
.-ybc-mr-1\.5{
  margin-right: -0.375rem;
}
.-ybc-mr-2\.5{
  margin-right: -0.625rem;
}
.-ybc-mr-3\.5{
  margin-right: -0.875rem;
}
.ybc--mr-0{
  margin-right: 0;
}
.ybc--mr-1{
  margin-right: -0.25rem;
}
.ybc--mr-2{
  margin-right: -0.5rem;
}
.ybc--mr-3{
  margin-right: -0.75rem;
}
.ybc--mr-4{
  margin-right: -1rem;
}
.ybc--mr-5{
  margin-right: -1.25rem;
}
.ybc--mr-6{
  margin-right: -1.5rem;
}
.ybc--mr-7{
  margin-right: -1.75rem;
}
.ybc--mr-8{
  margin-right: -2rem;
}
.ybc--mr-9{
  margin-right: -2.25rem;
}
.ybc--mr-10{
  margin-right: -2.5rem;
}
.ybc--mr-11{
  margin-right: -2.75rem;
}
.ybc--mr-12{
  margin-right: -3rem;
}
.ybc--mr-13{
  margin-right: -3.25rem;
}
.ybc--mr-14{
  margin-right: -3.5rem;
}
.ybc--mr-15{
  margin-right: -3.75rem;
}
.ybc--mr-16{
  margin-right: -4rem;
}
.ybc--mr-17{
  margin-right: -4.375rem;
}
.ybc--mr-20{
  margin-right: -5rem;
}
.ybc--mr-24{
  margin-right: -6rem;
}
.ybc--mr-25{
  margin-right: -6.25rem;
}
.ybc--mr-28{
  margin-right: -7rem;
}
.ybc--mr-32{
  margin-right: -8rem;
}
.ybc--mr-36{
  margin-right: -9rem;
}
.ybc--mr-40{
  margin-right: -10rem;
}
.ybc--mr-44{
  margin-right: -11rem;
}
.ybc--mr-45{
  margin-right: -11.25rem;
}
.ybc--mr-46{
  margin-right: -11.875rem;
}
.ybc--mr-48{
  margin-right: -12rem;
}
.ybc--mr-52{
  margin-right: -13rem;
}
.ybc--mr-56{
  margin-right: -14rem;
}
.ybc--mr-60{
  margin-right: -15rem;
}
.ybc--mr-64{
  margin-right: -16rem;
}
.ybc--mr-76{
  margin-right: -19rem;
}
.ybc--mr-80{
  margin-right: -20rem;
}
.ybc--mr-84{
  margin-right: -21rem;
}
.ybc--mr-px{
  margin-right: -1px;
}
.ybc--mr-0\.5{
  margin-right: -0.125rem;
}
.ybc--mr-1\.5{
  margin-right: -0.375rem;
}
.ybc--mr-2\.5{
  margin-right: -0.625rem;
}
.ybc--mr-3\.5{
  margin-right: -0.875rem;
}
.ybc-mb-0{
  margin-bottom: 0;
}
.ybc-mb-1{
  margin-bottom: 0.25rem;
}
.ybc-mb-2{
  margin-bottom: 0.5rem;
}
.ybc-mb-3{
  margin-bottom: 0.75rem;
}
.ybc-mb-4{
  margin-bottom: 1rem;
}
.ybc-mb-5{
  margin-bottom: 1.25rem;
}
.ybc-mb-6{
  margin-bottom: 1.5rem;
}
.ybc-mb-7{
  margin-bottom: 1.75rem;
}
.ybc-mb-8{
  margin-bottom: 2rem;
}
.ybc-mb-9{
  margin-bottom: 2.25rem;
}
.ybc-mb-10{
  margin-bottom: 2.5rem;
}
.ybc-mb-11{
  margin-bottom: 2.75rem;
}
.ybc-mb-12{
  margin-bottom: 3rem;
}
.ybc-mb-13{
  margin-bottom: 3.25rem;
}
.ybc-mb-14{
  margin-bottom: 3.5rem;
}
.ybc-mb-15{
  margin-bottom: 3.75rem;
}
.ybc-mb-16{
  margin-bottom: 4rem;
}
.ybc-mb-17{
  margin-bottom: 4.375rem;
}
.ybc-mb-20{
  margin-bottom: 5rem;
}
.ybc-mb-24{
  margin-bottom: 6rem;
}
.ybc-mb-25{
  margin-bottom: 6.25rem;
}
.ybc-mb-28{
  margin-bottom: 7rem;
}
.ybc-mb-32{
  margin-bottom: 8rem;
}
.ybc-mb-36{
  margin-bottom: 9rem;
}
.ybc-mb-40{
  margin-bottom: 10rem;
}
.ybc-mb-44{
  margin-bottom: 11rem;
}
.ybc-mb-45{
  margin-bottom: 11.25rem;
}
.ybc-mb-46{
  margin-bottom: 11.875rem;
}
.ybc-mb-48{
  margin-bottom: 12rem;
}
.ybc-mb-52{
  margin-bottom: 13rem;
}
.ybc-mb-56{
  margin-bottom: 14rem;
}
.ybc-mb-60{
  margin-bottom: 15rem;
}
.ybc-mb-64{
  margin-bottom: 16rem;
}
.ybc-mb-68{
  margin-bottom: 17 rem;
}
.ybc-mb-72{
  margin-bottom: 18 rem;
}
.ybc-mb-76{
  margin-bottom: 19rem;
}
.ybc-mb-80{
  margin-bottom: 20rem;
}
.ybc-mb-84{
  margin-bottom: 21rem;
}
.ybc-mb-auto{
  margin-bottom: auto;
}
.ybc-mb-px{
  margin-bottom: 1px;
}
.ybc-mb-0\.5{
  margin-bottom: 0.125rem;
}
.ybc-mb-1\.5{
  margin-bottom: 0.375rem;
}
.ybc-mb-2\.5{
  margin-bottom: 0.625rem;
}
.ybc-mb-3\.5{
  margin-bottom: 0.875rem;
}
.-ybc-mb-0{
  margin-bottom: 0;
}
.-ybc-mb-1{
  margin-bottom: -0.25rem;
}
.-ybc-mb-2{
  margin-bottom: -0.5rem;
}
.-ybc-mb-3{
  margin-bottom: -0.75rem;
}
.-ybc-mb-4{
  margin-bottom: -1rem;
}
.-ybc-mb-5{
  margin-bottom: -1.25rem;
}
.-ybc-mb-6{
  margin-bottom: -1.5rem;
}
.-ybc-mb-7{
  margin-bottom: -1.75rem;
}
.-ybc-mb-8{
  margin-bottom: -2rem;
}
.-ybc-mb-9{
  margin-bottom: -2.25rem;
}
.-ybc-mb-10{
  margin-bottom: -2.5rem;
}
.-ybc-mb-11{
  margin-bottom: -2.75rem;
}
.-ybc-mb-12{
  margin-bottom: -3rem;
}
.-ybc-mb-13{
  margin-bottom: -3.25rem;
}
.-ybc-mb-14{
  margin-bottom: -3.5rem;
}
.-ybc-mb-15{
  margin-bottom: -3.75rem;
}
.-ybc-mb-16{
  margin-bottom: -4rem;
}
.-ybc-mb-17{
  margin-bottom: -4.375rem;
}
.-ybc-mb-20{
  margin-bottom: -5rem;
}
.-ybc-mb-24{
  margin-bottom: -6rem;
}
.-ybc-mb-25{
  margin-bottom: -6.25rem;
}
.-ybc-mb-28{
  margin-bottom: -7rem;
}
.-ybc-mb-32{
  margin-bottom: -8rem;
}
.-ybc-mb-36{
  margin-bottom: -9rem;
}
.-ybc-mb-40{
  margin-bottom: -10rem;
}
.-ybc-mb-44{
  margin-bottom: -11rem;
}
.-ybc-mb-45{
  margin-bottom: -11.25rem;
}
.-ybc-mb-46{
  margin-bottom: -11.875rem;
}
.-ybc-mb-48{
  margin-bottom: -12rem;
}
.-ybc-mb-52{
  margin-bottom: -13rem;
}
.-ybc-mb-56{
  margin-bottom: -14rem;
}
.-ybc-mb-60{
  margin-bottom: -15rem;
}
.-ybc-mb-64{
  margin-bottom: -16rem;
}
.-ybc-mb-76{
  margin-bottom: -19rem;
}
.-ybc-mb-80{
  margin-bottom: -20rem;
}
.-ybc-mb-84{
  margin-bottom: -21rem;
}
.-ybc-mb-px{
  margin-bottom: -1px;
}
.-ybc-mb-0\.5{
  margin-bottom: -0.125rem;
}
.-ybc-mb-1\.5{
  margin-bottom: -0.375rem;
}
.-ybc-mb-2\.5{
  margin-bottom: -0.625rem;
}
.-ybc-mb-3\.5{
  margin-bottom: -0.875rem;
}
.ybc--mb-0{
  margin-bottom: 0;
}
.ybc--mb-1{
  margin-bottom: -0.25rem;
}
.ybc--mb-2{
  margin-bottom: -0.5rem;
}
.ybc--mb-3{
  margin-bottom: -0.75rem;
}
.ybc--mb-4{
  margin-bottom: -1rem;
}
.ybc--mb-5{
  margin-bottom: -1.25rem;
}
.ybc--mb-6{
  margin-bottom: -1.5rem;
}
.ybc--mb-7{
  margin-bottom: -1.75rem;
}
.ybc--mb-8{
  margin-bottom: -2rem;
}
.ybc--mb-9{
  margin-bottom: -2.25rem;
}
.ybc--mb-10{
  margin-bottom: -2.5rem;
}
.ybc--mb-11{
  margin-bottom: -2.75rem;
}
.ybc--mb-12{
  margin-bottom: -3rem;
}
.ybc--mb-13{
  margin-bottom: -3.25rem;
}
.ybc--mb-14{
  margin-bottom: -3.5rem;
}
.ybc--mb-15{
  margin-bottom: -3.75rem;
}
.ybc--mb-16{
  margin-bottom: -4rem;
}
.ybc--mb-17{
  margin-bottom: -4.375rem;
}
.ybc--mb-20{
  margin-bottom: -5rem;
}
.ybc--mb-24{
  margin-bottom: -6rem;
}
.ybc--mb-25{
  margin-bottom: -6.25rem;
}
.ybc--mb-28{
  margin-bottom: -7rem;
}
.ybc--mb-32{
  margin-bottom: -8rem;
}
.ybc--mb-36{
  margin-bottom: -9rem;
}
.ybc--mb-40{
  margin-bottom: -10rem;
}
.ybc--mb-44{
  margin-bottom: -11rem;
}
.ybc--mb-45{
  margin-bottom: -11.25rem;
}
.ybc--mb-46{
  margin-bottom: -11.875rem;
}
.ybc--mb-48{
  margin-bottom: -12rem;
}
.ybc--mb-52{
  margin-bottom: -13rem;
}
.ybc--mb-56{
  margin-bottom: -14rem;
}
.ybc--mb-60{
  margin-bottom: -15rem;
}
.ybc--mb-64{
  margin-bottom: -16rem;
}
.ybc--mb-76{
  margin-bottom: -19rem;
}
.ybc--mb-80{
  margin-bottom: -20rem;
}
.ybc--mb-84{
  margin-bottom: -21rem;
}
.ybc--mb-px{
  margin-bottom: -1px;
}
.ybc--mb-0\.5{
  margin-bottom: -0.125rem;
}
.ybc--mb-1\.5{
  margin-bottom: -0.375rem;
}
.ybc--mb-2\.5{
  margin-bottom: -0.625rem;
}
.ybc--mb-3\.5{
  margin-bottom: -0.875rem;
}
.ybc-ml-0{
  margin-left: 0;
}
.ybc-ml-1{
  margin-left: 0.25rem;
}
.ybc-ml-2{
  margin-left: 0.5rem;
}
.ybc-ml-3{
  margin-left: 0.75rem;
}
.ybc-ml-4{
  margin-left: 1rem;
}
.ybc-ml-5{
  margin-left: 1.25rem;
}
.ybc-ml-6{
  margin-left: 1.5rem;
}
.ybc-ml-7{
  margin-left: 1.75rem;
}
.ybc-ml-8{
  margin-left: 2rem;
}
.ybc-ml-9{
  margin-left: 2.25rem;
}
.ybc-ml-10{
  margin-left: 2.5rem;
}
.ybc-ml-11{
  margin-left: 2.75rem;
}
.ybc-ml-12{
  margin-left: 3rem;
}
.ybc-ml-13{
  margin-left: 3.25rem;
}
.ybc-ml-14{
  margin-left: 3.5rem;
}
.ybc-ml-15{
  margin-left: 3.75rem;
}
.ybc-ml-16{
  margin-left: 4rem;
}
.ybc-ml-17{
  margin-left: 4.375rem;
}
.ybc-ml-20{
  margin-left: 5rem;
}
.ybc-ml-24{
  margin-left: 6rem;
}
.ybc-ml-25{
  margin-left: 6.25rem;
}
.ybc-ml-28{
  margin-left: 7rem;
}
.ybc-ml-32{
  margin-left: 8rem;
}
.ybc-ml-36{
  margin-left: 9rem;
}
.ybc-ml-40{
  margin-left: 10rem;
}
.ybc-ml-44{
  margin-left: 11rem;
}
.ybc-ml-45{
  margin-left: 11.25rem;
}
.ybc-ml-46{
  margin-left: 11.875rem;
}
.ybc-ml-48{
  margin-left: 12rem;
}
.ybc-ml-52{
  margin-left: 13rem;
}
.ybc-ml-56{
  margin-left: 14rem;
}
.ybc-ml-60{
  margin-left: 15rem;
}
.ybc-ml-64{
  margin-left: 16rem;
}
.ybc-ml-68{
  margin-left: 17 rem;
}
.ybc-ml-72{
  margin-left: 18 rem;
}
.ybc-ml-76{
  margin-left: 19rem;
}
.ybc-ml-80{
  margin-left: 20rem;
}
.ybc-ml-84{
  margin-left: 21rem;
}
.ybc-ml-auto{
  margin-left: auto;
}
.ybc-ml-px{
  margin-left: 1px;
}
.ybc-ml-0\.5{
  margin-left: 0.125rem;
}
.ybc-ml-1\.5{
  margin-left: 0.375rem;
}
.ybc-ml-2\.5{
  margin-left: 0.625rem;
}
.ybc-ml-3\.5{
  margin-left: 0.875rem;
}
.-ybc-ml-0{
  margin-left: 0;
}
.-ybc-ml-1{
  margin-left: -0.25rem;
}
.-ybc-ml-2{
  margin-left: -0.5rem;
}
.-ybc-ml-3{
  margin-left: -0.75rem;
}
.-ybc-ml-4{
  margin-left: -1rem;
}
.-ybc-ml-5{
  margin-left: -1.25rem;
}
.-ybc-ml-6{
  margin-left: -1.5rem;
}
.-ybc-ml-7{
  margin-left: -1.75rem;
}
.-ybc-ml-8{
  margin-left: -2rem;
}
.-ybc-ml-9{
  margin-left: -2.25rem;
}
.-ybc-ml-10{
  margin-left: -2.5rem;
}
.-ybc-ml-11{
  margin-left: -2.75rem;
}
.-ybc-ml-12{
  margin-left: -3rem;
}
.-ybc-ml-13{
  margin-left: -3.25rem;
}
.-ybc-ml-14{
  margin-left: -3.5rem;
}
.-ybc-ml-15{
  margin-left: -3.75rem;
}
.-ybc-ml-16{
  margin-left: -4rem;
}
.-ybc-ml-17{
  margin-left: -4.375rem;
}
.-ybc-ml-20{
  margin-left: -5rem;
}
.-ybc-ml-24{
  margin-left: -6rem;
}
.-ybc-ml-25{
  margin-left: -6.25rem;
}
.-ybc-ml-28{
  margin-left: -7rem;
}
.-ybc-ml-32{
  margin-left: -8rem;
}
.-ybc-ml-36{
  margin-left: -9rem;
}
.-ybc-ml-40{
  margin-left: -10rem;
}
.-ybc-ml-44{
  margin-left: -11rem;
}
.-ybc-ml-45{
  margin-left: -11.25rem;
}
.-ybc-ml-46{
  margin-left: -11.875rem;
}
.-ybc-ml-48{
  margin-left: -12rem;
}
.-ybc-ml-52{
  margin-left: -13rem;
}
.-ybc-ml-56{
  margin-left: -14rem;
}
.-ybc-ml-60{
  margin-left: -15rem;
}
.-ybc-ml-64{
  margin-left: -16rem;
}
.-ybc-ml-76{
  margin-left: -19rem;
}
.-ybc-ml-80{
  margin-left: -20rem;
}
.-ybc-ml-84{
  margin-left: -21rem;
}
.-ybc-ml-px{
  margin-left: -1px;
}
.-ybc-ml-0\.5{
  margin-left: -0.125rem;
}
.-ybc-ml-1\.5{
  margin-left: -0.375rem;
}
.-ybc-ml-2\.5{
  margin-left: -0.625rem;
}
.-ybc-ml-3\.5{
  margin-left: -0.875rem;
}
.ybc--ml-0{
  margin-left: 0;
}
.ybc--ml-1{
  margin-left: -0.25rem;
}
.ybc--ml-2{
  margin-left: -0.5rem;
}
.ybc--ml-3{
  margin-left: -0.75rem;
}
.ybc--ml-4{
  margin-left: -1rem;
}
.ybc--ml-5{
  margin-left: -1.25rem;
}
.ybc--ml-6{
  margin-left: -1.5rem;
}
.ybc--ml-7{
  margin-left: -1.75rem;
}
.ybc--ml-8{
  margin-left: -2rem;
}
.ybc--ml-9{
  margin-left: -2.25rem;
}
.ybc--ml-10{
  margin-left: -2.5rem;
}
.ybc--ml-11{
  margin-left: -2.75rem;
}
.ybc--ml-12{
  margin-left: -3rem;
}
.ybc--ml-13{
  margin-left: -3.25rem;
}
.ybc--ml-14{
  margin-left: -3.5rem;
}
.ybc--ml-15{
  margin-left: -3.75rem;
}
.ybc--ml-16{
  margin-left: -4rem;
}
.ybc--ml-17{
  margin-left: -4.375rem;
}
.ybc--ml-20{
  margin-left: -5rem;
}
.ybc--ml-24{
  margin-left: -6rem;
}
.ybc--ml-25{
  margin-left: -6.25rem;
}
.ybc--ml-28{
  margin-left: -7rem;
}
.ybc--ml-32{
  margin-left: -8rem;
}
.ybc--ml-36{
  margin-left: -9rem;
}
.ybc--ml-40{
  margin-left: -10rem;
}
.ybc--ml-44{
  margin-left: -11rem;
}
.ybc--ml-45{
  margin-left: -11.25rem;
}
.ybc--ml-46{
  margin-left: -11.875rem;
}
.ybc--ml-48{
  margin-left: -12rem;
}
.ybc--ml-52{
  margin-left: -13rem;
}
.ybc--ml-56{
  margin-left: -14rem;
}
.ybc--ml-60{
  margin-left: -15rem;
}
.ybc--ml-64{
  margin-left: -16rem;
}
.ybc--ml-76{
  margin-left: -19rem;
}
.ybc--ml-80{
  margin-left: -20rem;
}
.ybc--ml-84{
  margin-left: -21rem;
}
.ybc--ml-px{
  margin-left: -1px;
}
.ybc--ml-0\.5{
  margin-left: -0.125rem;
}
.ybc--ml-1\.5{
  margin-left: -0.375rem;
}
.ybc--ml-2\.5{
  margin-left: -0.625rem;
}
.ybc--ml-3\.5{
  margin-left: -0.875rem;
}
.ybc-box-border{
  box-sizing: border-box;
}
.ybc-box-content{
  box-sizing: content-box;
}
.ybc-block{
  display: block;
}
.ybc-inline-block{
  display: inline-block;
}
.ybc-inline{
  display: inline;
}
.ybc-flex{
  display: flex;
}
.ybc-inline-flex{
  display: inline-flex;
}
.ybc-table{
  display: table;
}
.ybc-inline-table{
  display: inline-table;
}
.ybc-table-caption{
  display: table-caption;
}
.ybc-table-cell{
  display: table-cell;
}
.ybc-table-column{
  display: table-column;
}
.ybc-table-column-group{
  display: table-column-group;
}
.ybc-table-footer-group{
  display: table-footer-group;
}
.ybc-table-header-group{
  display: table-header-group;
}
.ybc-table-row-group{
  display: table-row-group;
}
.ybc-table-row{
  display: table-row;
}
.ybc-flow-root{
  display: flow-root;
}
.ybc-grid{
  display: grid;
}
.ybc-inline-grid{
  display: inline-grid;
}
.ybc-contents{
  display: contents;
}
.ybc-list-item{
  display: list-item;
}
.ybc-hidden{
  display: none;
}
.ybc-aspect-auto{
  aspect-ratio: auto;
}
.ybc-aspect-square{
  aspect-ratio: 1 / 1;
}
.ybc-aspect-video{
  aspect-ratio: 16 / 9;
}
.ybc-h-0{
  height: 0;
}
.ybc-h-1{
  height: 0.25rem;
}
.ybc-h-2{
  height: 0.5rem;
}
.ybc-h-3{
  height: 0.75rem;
}
.ybc-h-4{
  height: 1rem;
}
.ybc-h-5{
  height: 1.25rem;
}
.ybc-h-6{
  height: 1.5rem;
}
.ybc-h-7{
  height: 1.75rem;
}
.ybc-h-8{
  height: 2rem;
}
.ybc-h-9{
  height: 2.25rem;
}
.ybc-h-10{
  height: 2.5rem;
}
.ybc-h-11{
  height: 2.75rem;
}
.ybc-h-12{
  height: 3rem;
}
.ybc-h-13{
  height: 3.25rem;
}
.ybc-h-14{
  height: 3.5rem;
}
.ybc-h-15{
  height: 3.75rem;
}
.ybc-h-16{
  height: 4rem;
}
.ybc-h-17{
  height: 4.375rem;
}
.ybc-h-20{
  height: 5rem;
}
.ybc-h-24{
  height: 6rem;
}
.ybc-h-25{
  height: 6.25rem;
}
.ybc-h-28{
  height: 7rem;
}
.ybc-h-32{
  height: 8rem;
}
.ybc-h-36{
  height: 9rem;
}
.ybc-h-40{
  height: 10rem;
}
.ybc-h-44{
  height: 11rem;
}
.ybc-h-45{
  height: 11.25rem;
}
.ybc-h-46{
  height: 11.875rem;
}
.ybc-h-48{
  height: 12rem;
}
.ybc-h-52{
  height: 13rem;
}
.ybc-h-56{
  height: 14rem;
}
.ybc-h-60{
  height: 15rem;
}
.ybc-h-64{
  height: 16rem;
}
.ybc-h-68{
  height: 17 rem;
}
.ybc-h-72{
  height: 18 rem;
}
.ybc-h-76{
  height: 19rem;
}
.ybc-h-80{
  height: 20rem;
}
.ybc-h-84{
  height: 21rem;
}
.ybc-h-auto{
  height: auto;
}
.ybc-h-px{
  height: 1px;
}
.ybc-h-0\.5{
  height: 0.125rem;
}
.ybc-h-1\.5{
  height: 0.375rem;
}
.ybc-h-2\.5{
  height: 0.625rem;
}
.ybc-h-3\.5{
  height: 0.875rem;
}
.ybc-h-1\/2{
  height: 50%;
}
.ybc-h-1\/3{
  height: 33.333333%;
}
.ybc-h-2\/3{
  height: 66.666667%;
}
.ybc-h-1\/4{
  height: 25%;
}
.ybc-h-2\/4{
  height: 50%;
}
.ybc-h-3\/4{
  height: 75%;
}
.ybc-h-1\/5{
  height: 20%;
}
.ybc-h-2\/5{
  height: 40%;
}
.ybc-h-3\/5{
  height: 60%;
}
.ybc-h-4\/5{
  height: 80%;
}
.ybc-h-1\/6{
  height: 16.666667%;
}
.ybc-h-2\/6{
  height: 33.333333%;
}
.ybc-h-3\/6{
  height: 50%;
}
.ybc-h-4\/6{
  height: 66.666667%;
}
.ybc-h-5\/6{
  height: 83.333333%;
}
.ybc-h-full{
  height: 100%;
}
.ybc-h-screen{
  height: 100vh;
}
.ybc-h-min{
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.ybc-h-max{
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.ybc-h-fit{
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.ybc-max-h-0{
  max-height: 0;
}
.ybc-max-h-1{
  max-height: 0.25rem;
}
.ybc-max-h-2{
  max-height: 0.5rem;
}
.ybc-max-h-3{
  max-height: 0.75rem;
}
.ybc-max-h-4{
  max-height: 1rem;
}
.ybc-max-h-5{
  max-height: 1.25rem;
}
.ybc-max-h-6{
  max-height: 1.5rem;
}
.ybc-max-h-7{
  max-height: 1.75rem;
}
.ybc-max-h-8{
  max-height: 2rem;
}
.ybc-max-h-9{
  max-height: 2.25rem;
}
.ybc-max-h-10{
  max-height: 2.5rem;
}
.ybc-max-h-11{
  max-height: 2.75rem;
}
.ybc-max-h-12{
  max-height: 3rem;
}
.ybc-max-h-13{
  max-height: 3.25rem;
}
.ybc-max-h-14{
  max-height: 3.5rem;
}
.ybc-max-h-15{
  max-height: 3.75rem;
}
.ybc-max-h-16{
  max-height: 4rem;
}
.ybc-max-h-17{
  max-height: 4.375rem;
}
.ybc-max-h-20{
  max-height: 5rem;
}
.ybc-max-h-24{
  max-height: 6rem;
}
.ybc-max-h-25{
  max-height: 6.25rem;
}
.ybc-max-h-28{
  max-height: 7rem;
}
.ybc-max-h-32{
  max-height: 8rem;
}
.ybc-max-h-36{
  max-height: 9rem;
}
.ybc-max-h-40{
  max-height: 10rem;
}
.ybc-max-h-44{
  max-height: 11rem;
}
.ybc-max-h-45{
  max-height: 11.25rem;
}
.ybc-max-h-46{
  max-height: 11.875rem;
}
.ybc-max-h-48{
  max-height: 12rem;
}
.ybc-max-h-52{
  max-height: 13rem;
}
.ybc-max-h-56{
  max-height: 14rem;
}
.ybc-max-h-60{
  max-height: 15rem;
}
.ybc-max-h-64{
  max-height: 16rem;
}
.ybc-max-h-68{
  max-height: 17 rem;
}
.ybc-max-h-72{
  max-height: 18 rem;
}
.ybc-max-h-76{
  max-height: 19rem;
}
.ybc-max-h-80{
  max-height: 20rem;
}
.ybc-max-h-84{
  max-height: 21rem;
}
.ybc-max-h-px{
  max-height: 1px;
}
.ybc-max-h-0\.5{
  max-height: 0.125rem;
}
.ybc-max-h-1\.5{
  max-height: 0.375rem;
}
.ybc-max-h-2\.5{
  max-height: 0.625rem;
}
.ybc-max-h-3\.5{
  max-height: 0.875rem;
}
.ybc-max-h-full{
  max-height: 100%;
}
.ybc-max-h-screen{
  max-height: 100vh;
}
.ybc-max-h-min{
  max-height: -webkit-min-content;
  max-height: -moz-min-content;
  max-height: min-content;
}
.ybc-max-h-max{
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.ybc-max-h-fit{
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.ybc-min-h-0{
  min-height: 0;
}
.ybc-min-h-1{
  min-height: 0.25rem;
}
.ybc-min-h-2{
  min-height: 0.5rem;
}
.ybc-min-h-3{
  min-height: 0.75rem;
}
.ybc-min-h-4{
  min-height: 1rem;
}
.ybc-min-h-5{
  min-height: 1.25rem;
}
.ybc-min-h-6{
  min-height: 1.5rem;
}
.ybc-min-h-7{
  min-height: 1.75rem;
}
.ybc-min-h-8{
  min-height: 2rem;
}
.ybc-min-h-9{
  min-height: 2.25rem;
}
.ybc-min-h-10{
  min-height: 2.5rem;
}
.ybc-min-h-11{
  min-height: 2.75rem;
}
.ybc-min-h-12{
  min-height: 3rem;
}
.ybc-min-h-13{
  min-height: 3.25rem;
}
.ybc-min-h-14{
  min-height: 3.5rem;
}
.ybc-min-h-15{
  min-height: 3.75rem;
}
.ybc-min-h-16{
  min-height: 4rem;
}
.ybc-min-h-17{
  min-height: 4.375rem;
}
.ybc-min-h-20{
  min-height: 5rem;
}
.ybc-min-h-24{
  min-height: 6rem;
}
.ybc-min-h-25{
  min-height: 6.25rem;
}
.ybc-min-h-28{
  min-height: 7rem;
}
.ybc-min-h-32{
  min-height: 8rem;
}
.ybc-min-h-36{
  min-height: 9rem;
}
.ybc-min-h-40{
  min-height: 10rem;
}
.ybc-min-h-44{
  min-height: 11rem;
}
.ybc-min-h-45{
  min-height: 11.25rem;
}
.ybc-min-h-46{
  min-height: 11.875rem;
}
.ybc-min-h-48{
  min-height: 12rem;
}
.ybc-min-h-52{
  min-height: 13rem;
}
.ybc-min-h-56{
  min-height: 14rem;
}
.ybc-min-h-60{
  min-height: 15rem;
}
.ybc-min-h-64{
  min-height: 16rem;
}
.ybc-min-h-68{
  min-height: 17 rem;
}
.ybc-min-h-72{
  min-height: 18 rem;
}
.ybc-min-h-76{
  min-height: 19rem;
}
.ybc-min-h-80{
  min-height: 20rem;
}
.ybc-min-h-84{
  min-height: 21rem;
}
.ybc-min-h-full{
  min-height: 100%;
}
.ybc-min-h-screen{
  min-height: 100vh;
}
.ybc-min-h-min{
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}
.ybc-min-h-max{
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}
.ybc-min-h-fit{
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.ybc-min-h-px{
  min-height: 1px;
}
.ybc-min-h-0\.5{
  min-height: 0.125rem;
}
.ybc-min-h-1\.5{
  min-height: 0.375rem;
}
.ybc-min-h-2\.5{
  min-height: 0.625rem;
}
.ybc-min-h-3\.5{
  min-height: 0.875rem;
}
.ybc-w-0{
  width: 0;
}
.ybc-w-1{
  width: 0.25rem;
}
.ybc-w-2{
  width: 0.5rem;
}
.ybc-w-3{
  width: 0.75rem;
}
.ybc-w-4{
  width: 1rem;
}
.ybc-w-5{
  width: 1.25rem;
}
.ybc-w-6{
  width: 1.5rem;
}
.ybc-w-7{
  width: 1.75rem;
}
.ybc-w-8{
  width: 2rem;
}
.ybc-w-9{
  width: 2.25rem;
}
.ybc-w-10{
  width: 2.5rem;
}
.ybc-w-11{
  width: 2.75rem;
}
.ybc-w-12{
  width: 3rem;
}
.ybc-w-13{
  width: 3.25rem;
}
.ybc-w-14{
  width: 3.5rem;
}
.ybc-w-15{
  width: 3.75rem;
}
.ybc-w-16{
  width: 4rem;
}
.ybc-w-17{
  width: 4.375rem;
}
.ybc-w-20{
  width: 5rem;
}
.ybc-w-24{
  width: 6rem;
}
.ybc-w-25{
  width: 6.25rem;
}
.ybc-w-28{
  width: 7rem;
}
.ybc-w-32{
  width: 8rem;
}
.ybc-w-36{
  width: 9rem;
}
.ybc-w-40{
  width: 10rem;
}
.ybc-w-44{
  width: 11rem;
}
.ybc-w-45{
  width: 11.25rem;
}
.ybc-w-46{
  width: 11.875rem;
}
.ybc-w-48{
  width: 12rem;
}
.ybc-w-52{
  width: 13rem;
}
.ybc-w-56{
  width: 14rem;
}
.ybc-w-60{
  width: 15rem;
}
.ybc-w-64{
  width: 16rem;
}
.ybc-w-68{
  width: 17 rem;
}
.ybc-w-72{
  width: 18 rem;
}
.ybc-w-76{
  width: 19rem;
}
.ybc-w-80{
  width: 20rem;
}
.ybc-w-84{
  width: 21rem;
}
.ybc-w-auto{
  width: auto;
}
.ybc-w-px{
  width: 1px;
}
.ybc-w-0\.5{
  width: 0.125rem;
}
.ybc-w-1\.5{
  width: 0.375rem;
}
.ybc-w-2\.5{
  width: 0.625rem;
}
.ybc-w-3\.5{
  width: 0.875rem;
}
.ybc-w-1\/2{
  width: 50%;
}
.ybc-w-1\/3{
  width: 33.333333%;
}
.ybc-w-2\/3{
  width: 66.666667%;
}
.ybc-w-1\/4{
  width: 25%;
}
.ybc-w-2\/4{
  width: 50%;
}
.ybc-w-3\/4{
  width: 75%;
}
.ybc-w-1\/5{
  width: 20%;
}
.ybc-w-2\/5{
  width: 40%;
}
.ybc-w-3\/5{
  width: 60%;
}
.ybc-w-4\/5{
  width: 80%;
}
.ybc-w-1\/6{
  width: 16.666667%;
}
.ybc-w-2\/6{
  width: 33.333333%;
}
.ybc-w-3\/6{
  width: 50%;
}
.ybc-w-4\/6{
  width: 66.666667%;
}
.ybc-w-5\/6{
  width: 83.333333%;
}
.ybc-w-1\/12{
  width: 8.333333%;
}
.ybc-w-2\/12{
  width: 16.666667%;
}
.ybc-w-3\/12{
  width: 25%;
}
.ybc-w-4\/12{
  width: 33.333333%;
}
.ybc-w-5\/12{
  width: 41.666667%;
}
.ybc-w-6\/12{
  width: 50%;
}
.ybc-w-7\/12{
  width: 58.333333%;
}
.ybc-w-8\/12{
  width: 66.666667%;
}
.ybc-w-9\/12{
  width: 75%;
}
.ybc-w-10\/12{
  width: 83.333333%;
}
.ybc-w-11\/12{
  width: 91.666667%;
}
.ybc-w-full{
  width: 100%;
}
.ybc-w-screen{
  width: 100vw;
}
.ybc-w-min{
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.ybc-w-max{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.ybc-w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.ybc-min-w-0{
  min-width: 0;
}
.ybc-min-w-1{
  min-width: 0.25rem;
}
.ybc-min-w-2{
  min-width: 0.5rem;
}
.ybc-min-w-3{
  min-width: 0.75rem;
}
.ybc-min-w-4{
  min-width: 1rem;
}
.ybc-min-w-5{
  min-width: 1.25rem;
}
.ybc-min-w-6{
  min-width: 1.5rem;
}
.ybc-min-w-7{
  min-width: 1.75rem;
}
.ybc-min-w-8{
  min-width: 2rem;
}
.ybc-min-w-9{
  min-width: 2.25rem;
}
.ybc-min-w-10{
  min-width: 2.5rem;
}
.ybc-min-w-11{
  min-width: 2.75rem;
}
.ybc-min-w-12{
  min-width: 3rem;
}
.ybc-min-w-13{
  min-width: 3.25rem;
}
.ybc-min-w-14{
  min-width: 3.5rem;
}
.ybc-min-w-15{
  min-width: 3.75rem;
}
.ybc-min-w-16{
  min-width: 4rem;
}
.ybc-min-w-17{
  min-width: 4.375rem;
}
.ybc-min-w-20{
  min-width: 5rem;
}
.ybc-min-w-24{
  min-width: 6rem;
}
.ybc-min-w-25{
  min-width: 6.25rem;
}
.ybc-min-w-28{
  min-width: 7rem;
}
.ybc-min-w-32{
  min-width: 8rem;
}
.ybc-min-w-36{
  min-width: 9rem;
}
.ybc-min-w-40{
  min-width: 10rem;
}
.ybc-min-w-44{
  min-width: 11rem;
}
.ybc-min-w-45{
  min-width: 11.25rem;
}
.ybc-min-w-46{
  min-width: 11.875rem;
}
.ybc-min-w-48{
  min-width: 12rem;
}
.ybc-min-w-52{
  min-width: 13rem;
}
.ybc-min-w-56{
  min-width: 14rem;
}
.ybc-min-w-60{
  min-width: 15rem;
}
.ybc-min-w-64{
  min-width: 16rem;
}
.ybc-min-w-68{
  min-width: 17 rem;
}
.ybc-min-w-72{
  min-width: 18 rem;
}
.ybc-min-w-76{
  min-width: 19rem;
}
.ybc-min-w-80{
  min-width: 20rem;
}
.ybc-min-w-84{
  min-width: 21rem;
}
.ybc-min-w-full{
  min-width: 100%;
}
.ybc-min-w-min{
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.ybc-min-w-max{
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.ybc-min-w-fit{
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.ybc-min-w-px{
  min-width: 1px;
}
.ybc-min-w-0\.5{
  min-width: 0.125rem;
}
.ybc-min-w-1\.5{
  min-width: 0.375rem;
}
.ybc-min-w-2\.5{
  min-width: 0.625rem;
}
.ybc-min-w-3\.5{
  min-width: 0.875rem;
}
.ybc-max-w-0{
  max-width: 0;
}
.ybc-max-w-1{
  max-width: 0.25rem;
}
.ybc-max-w-2{
  max-width: 0.5rem;
}
.ybc-max-w-3{
  max-width: 0.75rem;
}
.ybc-max-w-4{
  max-width: 1rem;
}
.ybc-max-w-5{
  max-width: 1.25rem;
}
.ybc-max-w-6{
  max-width: 1.5rem;
}
.ybc-max-w-7{
  max-width: 1.75rem;
}
.ybc-max-w-8{
  max-width: 2rem;
}
.ybc-max-w-9{
  max-width: 2.25rem;
}
.ybc-max-w-10{
  max-width: 2.5rem;
}
.ybc-max-w-11{
  max-width: 2.75rem;
}
.ybc-max-w-12{
  max-width: 3rem;
}
.ybc-max-w-13{
  max-width: 3.25rem;
}
.ybc-max-w-14{
  max-width: 3.5rem;
}
.ybc-max-w-15{
  max-width: 3.75rem;
}
.ybc-max-w-16{
  max-width: 4rem;
}
.ybc-max-w-17{
  max-width: 4.375rem;
}
.ybc-max-w-20{
  max-width: 5rem;
}
.ybc-max-w-24{
  max-width: 6rem;
}
.ybc-max-w-25{
  max-width: 6.25rem;
}
.ybc-max-w-28{
  max-width: 7rem;
}
.ybc-max-w-32{
  max-width: 8rem;
}
.ybc-max-w-36{
  max-width: 9rem;
}
.ybc-max-w-40{
  max-width: 10rem;
}
.ybc-max-w-44{
  max-width: 11rem;
}
.ybc-max-w-45{
  max-width: 11.25rem;
}
.ybc-max-w-46{
  max-width: 11.875rem;
}
.ybc-max-w-48{
  max-width: 12rem;
}
.ybc-max-w-52{
  max-width: 13rem;
}
.ybc-max-w-56{
  max-width: 14rem;
}
.ybc-max-w-60{
  max-width: 15rem;
}
.ybc-max-w-64{
  max-width: 16rem;
}
.ybc-max-w-68{
  max-width: 17 rem;
}
.ybc-max-w-72{
  max-width: 18 rem;
}
.ybc-max-w-76{
  max-width: 19rem;
}
.ybc-max-w-80{
  max-width: 20rem;
}
.ybc-max-w-84{
  max-width: 21rem;
}
.ybc-max-w-none{
  max-width: none;
}
.ybc-max-w-xs{
  max-width: 20rem;
}
.ybc-max-w-sm{
  max-width: 24rem;
}
.ybc-max-w-md{
  max-width: 28rem;
}
.ybc-max-w-lg{
  max-width: 32rem;
}
.ybc-max-w-xl{
  max-width: 36rem;
}
.ybc-max-w-2xl{
  max-width: 42rem;
}
.ybc-max-w-3xl{
  max-width: 48rem;
}
.ybc-max-w-4xl{
  max-width: 56rem;
}
.ybc-max-w-5xl{
  max-width: 64rem;
}
.ybc-max-w-6xl{
  max-width: 72rem;
}
.ybc-max-w-7xl{
  max-width: 80rem;
}
.ybc-max-w-full{
  max-width: 100%;
}
.ybc-max-w-min{
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
}
.ybc-max-w-max{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ybc-max-w-fit{
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.ybc-max-w-prose{
  max-width: 65ch;
}
.ybc-max-w-screen-mobile{
  max-width: 320px;
}
.ybc-max-w-screen-tablet{
  max-width: 768px;
}
.ybc-max-w-screen-desktop{
  max-width: 1440px;
}
.ybc-max-w-px{
  max-width: 1px;
}
.ybc-max-w-0\.5{
  max-width: 0.125rem;
}
.ybc-max-w-1\.5{
  max-width: 0.375rem;
}
.ybc-max-w-2\.5{
  max-width: 0.625rem;
}
.ybc-max-w-3\.5{
  max-width: 0.875rem;
}
.ybc-flex-1{
  flex: 1 1 0%;
}
.ybc-flex-auto{
  flex: 1 1 auto;
}
.ybc-flex-initial{
  flex: 0 1 auto;
}
.ybc-flex-none{
  flex: none;
}
.ybc-flex-shrink-0{
  flex-shrink: 0;
}
.ybc-flex-shrink{
  flex-shrink: 1;
}
.ybc-shrink-0{
  flex-shrink: 0;
}
.ybc-shrink{
  flex-shrink: 1;
}
.ybc-flex-grow-0{
  flex-grow: 0;
}
.ybc-flex-grow{
  flex-grow: 1;
}
.ybc-grow-0{
  flex-grow: 0;
}
.ybc-grow{
  flex-grow: 1;
}
.ybc-basis-0{
  flex-basis: 0;
}
.ybc-basis-1{
  flex-basis: 0.25rem;
}
.ybc-basis-2{
  flex-basis: 0.5rem;
}
.ybc-basis-3{
  flex-basis: 0.75rem;
}
.ybc-basis-4{
  flex-basis: 1rem;
}
.ybc-basis-5{
  flex-basis: 1.25rem;
}
.ybc-basis-6{
  flex-basis: 1.5rem;
}
.ybc-basis-7{
  flex-basis: 1.75rem;
}
.ybc-basis-8{
  flex-basis: 2rem;
}
.ybc-basis-9{
  flex-basis: 2.25rem;
}
.ybc-basis-10{
  flex-basis: 2.5rem;
}
.ybc-basis-11{
  flex-basis: 2.75rem;
}
.ybc-basis-12{
  flex-basis: 3rem;
}
.ybc-basis-13{
  flex-basis: 3.25rem;
}
.ybc-basis-14{
  flex-basis: 3.5rem;
}
.ybc-basis-15{
  flex-basis: 3.75rem;
}
.ybc-basis-16{
  flex-basis: 4rem;
}
.ybc-basis-17{
  flex-basis: 4.375rem;
}
.ybc-basis-20{
  flex-basis: 5rem;
}
.ybc-basis-24{
  flex-basis: 6rem;
}
.ybc-basis-25{
  flex-basis: 6.25rem;
}
.ybc-basis-28{
  flex-basis: 7rem;
}
.ybc-basis-32{
  flex-basis: 8rem;
}
.ybc-basis-36{
  flex-basis: 9rem;
}
.ybc-basis-40{
  flex-basis: 10rem;
}
.ybc-basis-44{
  flex-basis: 11rem;
}
.ybc-basis-45{
  flex-basis: 11.25rem;
}
.ybc-basis-46{
  flex-basis: 11.875rem;
}
.ybc-basis-48{
  flex-basis: 12rem;
}
.ybc-basis-52{
  flex-basis: 13rem;
}
.ybc-basis-56{
  flex-basis: 14rem;
}
.ybc-basis-60{
  flex-basis: 15rem;
}
.ybc-basis-64{
  flex-basis: 16rem;
}
.ybc-basis-68{
  flex-basis: 17 rem;
}
.ybc-basis-72{
  flex-basis: 18 rem;
}
.ybc-basis-76{
  flex-basis: 19rem;
}
.ybc-basis-80{
  flex-basis: 20rem;
}
.ybc-basis-84{
  flex-basis: 21rem;
}
.ybc-basis-auto{
  flex-basis: auto;
}
.ybc-basis-px{
  flex-basis: 1px;
}
.ybc-basis-0\.5{
  flex-basis: 0.125rem;
}
.ybc-basis-1\.5{
  flex-basis: 0.375rem;
}
.ybc-basis-2\.5{
  flex-basis: 0.625rem;
}
.ybc-basis-3\.5{
  flex-basis: 0.875rem;
}
.ybc-basis-1\/2{
  flex-basis: 50%;
}
.ybc-basis-1\/3{
  flex-basis: 33.333333%;
}
.ybc-basis-2\/3{
  flex-basis: 66.666667%;
}
.ybc-basis-1\/4{
  flex-basis: 25%;
}
.ybc-basis-2\/4{
  flex-basis: 50%;
}
.ybc-basis-3\/4{
  flex-basis: 75%;
}
.ybc-basis-1\/5{
  flex-basis: 20%;
}
.ybc-basis-2\/5{
  flex-basis: 40%;
}
.ybc-basis-3\/5{
  flex-basis: 60%;
}
.ybc-basis-4\/5{
  flex-basis: 80%;
}
.ybc-basis-1\/6{
  flex-basis: 16.666667%;
}
.ybc-basis-2\/6{
  flex-basis: 33.333333%;
}
.ybc-basis-3\/6{
  flex-basis: 50%;
}
.ybc-basis-4\/6{
  flex-basis: 66.666667%;
}
.ybc-basis-5\/6{
  flex-basis: 83.333333%;
}
.ybc-basis-1\/12{
  flex-basis: 8.333333%;
}
.ybc-basis-2\/12{
  flex-basis: 16.666667%;
}
.ybc-basis-3\/12{
  flex-basis: 25%;
}
.ybc-basis-4\/12{
  flex-basis: 33.333333%;
}
.ybc-basis-5\/12{
  flex-basis: 41.666667%;
}
.ybc-basis-6\/12{
  flex-basis: 50%;
}
.ybc-basis-7\/12{
  flex-basis: 58.333333%;
}
.ybc-basis-8\/12{
  flex-basis: 66.666667%;
}
.ybc-basis-9\/12{
  flex-basis: 75%;
}
.ybc-basis-10\/12{
  flex-basis: 83.333333%;
}
.ybc-basis-11\/12{
  flex-basis: 91.666667%;
}
.ybc-basis-full{
  flex-basis: 100%;
}
.ybc-table-auto{
  table-layout: auto;
}
.ybc-table-fixed{
  table-layout: fixed;
}
.ybc-border-collapse{
  border-collapse: collapse;
}
.ybc-border-separate{
  border-collapse: separate;
}
.ybc-border-spacing-0{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-1{
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-2{
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-3{
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-4{
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-5{
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-6{
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-7{
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-8{
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-9{
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-10{
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-11{
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-12{
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-13{
  --tw-border-spacing-x: 3.25rem;
  --tw-border-spacing-y: 3.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-14{
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-15{
  --tw-border-spacing-x: 3.75rem;
  --tw-border-spacing-y: 3.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-16{
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-17{
  --tw-border-spacing-x: 4.375rem;
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-20{
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-24{
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-25{
  --tw-border-spacing-x: 6.25rem;
  --tw-border-spacing-y: 6.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-28{
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-32{
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-36{
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-40{
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-44{
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-45{
  --tw-border-spacing-x: 11.25rem;
  --tw-border-spacing-y: 11.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-46{
  --tw-border-spacing-x: 11.875rem;
  --tw-border-spacing-y: 11.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-48{
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-52{
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-56{
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-60{
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-64{
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-68{
  --tw-border-spacing-x: 17 rem;
  --tw-border-spacing-y: 17 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-72{
  --tw-border-spacing-x: 18 rem;
  --tw-border-spacing-y: 18 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-76{
  --tw-border-spacing-x: 19rem;
  --tw-border-spacing-y: 19rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-80{
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-84{
  --tw-border-spacing-x: 21rem;
  --tw-border-spacing-y: 21rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-px{
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-0\.5{
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-1\.5{
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-2\.5{
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-3\.5{
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-0{
  --tw-border-spacing-x: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-1{
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-2{
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-3{
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-4{
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-5{
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-6{
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-7{
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-8{
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-9{
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-10{
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-11{
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-12{
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-13{
  --tw-border-spacing-x: 3.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-14{
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-15{
  --tw-border-spacing-x: 3.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-16{
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-17{
  --tw-border-spacing-x: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-20{
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-24{
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-25{
  --tw-border-spacing-x: 6.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-28{
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-32{
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-36{
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-40{
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-44{
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-45{
  --tw-border-spacing-x: 11.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-46{
  --tw-border-spacing-x: 11.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-48{
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-52{
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-56{
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-60{
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-64{
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-68{
  --tw-border-spacing-x: 17 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-72{
  --tw-border-spacing-x: 18 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-76{
  --tw-border-spacing-x: 19rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-80{
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-84{
  --tw-border-spacing-x: 21rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-px{
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-0\.5{
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-1\.5{
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-2\.5{
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-x-3\.5{
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-0{
  --tw-border-spacing-y: 0;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-1{
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-2{
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-3{
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-4{
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-5{
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-6{
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-7{
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-8{
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-9{
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-10{
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-11{
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-12{
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-13{
  --tw-border-spacing-y: 3.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-14{
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-15{
  --tw-border-spacing-y: 3.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-16{
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-17{
  --tw-border-spacing-y: 4.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-20{
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-24{
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-25{
  --tw-border-spacing-y: 6.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-28{
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-32{
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-36{
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-40{
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-44{
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-45{
  --tw-border-spacing-y: 11.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-46{
  --tw-border-spacing-y: 11.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-48{
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-52{
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-56{
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-60{
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-64{
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-68{
  --tw-border-spacing-y: 17 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-72{
  --tw-border-spacing-y: 18 rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-76{
  --tw-border-spacing-y: 19rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-80{
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-84{
  --tw-border-spacing-y: 21rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-px{
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-0\.5{
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-1\.5{
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-2\.5{
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-border-spacing-y-3\.5{
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.ybc-origin-center{
  transform-origin: center;
}
.ybc-origin-top{
  transform-origin: top;
}
.ybc-origin-top-right{
  transform-origin: top right;
}
.ybc-origin-right{
  transform-origin: right;
}
.ybc-origin-bottom-right{
  transform-origin: bottom right;
}
.ybc-origin-bottom{
  transform-origin: bottom;
}
.ybc-origin-bottom-left{
  transform-origin: bottom left;
}
.ybc-origin-left{
  transform-origin: left;
}
.ybc-origin-top-left{
  transform-origin: top left;
}
.ybc-translate-x-0{
  --tw-translate-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));
}
.ybc-translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.ybc-translate-x-2{
  --tw-translate-x: 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));
}
.ybc-translate-x-3{
  --tw-translate-x: 0.75rem;
  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));
}
.ybc-translate-x-4{
  --tw-translate-x: 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));
}
.ybc-translate-x-5{
  --tw-translate-x: 1.25rem;
  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));
}
.ybc-translate-x-6{
  --tw-translate-x: 1.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));
}
.ybc-translate-x-7{
  --tw-translate-x: 1.75rem;
  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));
}
.ybc-translate-x-8{
  --tw-translate-x: 2rem;
  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));
}
.ybc-translate-x-9{
  --tw-translate-x: 2.25rem;
  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));
}
.ybc-translate-x-10{
  --tw-translate-x: 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));
}
.ybc-translate-x-11{
  --tw-translate-x: 2.75rem;
  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));
}
.ybc-translate-x-12{
  --tw-translate-x: 3rem;
  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));
}
.ybc-translate-x-13{
  --tw-translate-x: 3.25rem;
  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));
}
.ybc-translate-x-14{
  --tw-translate-x: 3.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));
}
.ybc-translate-x-15{
  --tw-translate-x: 3.75rem;
  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));
}
.ybc-translate-x-16{
  --tw-translate-x: 4rem;
  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));
}
.ybc-translate-x-17{
  --tw-translate-x: 4.375rem;
  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));
}
.ybc-translate-x-20{
  --tw-translate-x: 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));
}
.ybc-translate-x-24{
  --tw-translate-x: 6rem;
  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));
}
.ybc-translate-x-25{
  --tw-translate-x: 6.25rem;
  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));
}
.ybc-translate-x-28{
  --tw-translate-x: 7rem;
  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));
}
.ybc-translate-x-32{
  --tw-translate-x: 8rem;
  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));
}
.ybc-translate-x-36{
  --tw-translate-x: 9rem;
  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));
}
.ybc-translate-x-40{
  --tw-translate-x: 10rem;
  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));
}
.ybc-translate-x-44{
  --tw-translate-x: 11rem;
  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));
}
.ybc-translate-x-45{
  --tw-translate-x: 11.25rem;
  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));
}
.ybc-translate-x-46{
  --tw-translate-x: 11.875rem;
  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));
}
.ybc-translate-x-48{
  --tw-translate-x: 12rem;
  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));
}
.ybc-translate-x-52{
  --tw-translate-x: 13rem;
  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));
}
.ybc-translate-x-56{
  --tw-translate-x: 14rem;
  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));
}
.ybc-translate-x-60{
  --tw-translate-x: 15rem;
  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));
}
.ybc-translate-x-64{
  --tw-translate-x: 16rem;
  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));
}
.ybc-translate-x-68{
  --tw-translate-x: 17 rem;
  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));
}
.ybc-translate-x-72{
  --tw-translate-x: 18 rem;
  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));
}
.ybc-translate-x-76{
  --tw-translate-x: 19rem;
  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));
}
.ybc-translate-x-80{
  --tw-translate-x: 20rem;
  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));
}
.ybc-translate-x-84{
  --tw-translate-x: 21rem;
  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));
}
.ybc-translate-x-px{
  --tw-translate-x: 1px;
  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));
}
.ybc-translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.ybc-translate-x-1\.5{
  --tw-translate-x: 0.375rem;
  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));
}
.ybc-translate-x-2\.5{
  --tw-translate-x: 0.625rem;
  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));
}
.ybc-translate-x-3\.5{
  --tw-translate-x: 0.875rem;
  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));
}
.ybc-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));
}
.ybc-translate-x-1\/3{
  --tw-translate-x: 33.333333%;
  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));
}
.ybc-translate-x-2\/3{
  --tw-translate-x: 66.666667%;
  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));
}
.ybc-translate-x-1\/4{
  --tw-translate-x: 25%;
  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));
}
.ybc-translate-x-2\/4{
  --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));
}
.ybc-translate-x-3\/4{
  --tw-translate-x: 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));
}
.ybc-translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-ybc-translate-x-0{
  --tw-translate-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));
}
.-ybc-translate-x-1{
  --tw-translate-x: -0.25rem;
  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));
}
.-ybc-translate-x-2{
  --tw-translate-x: -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));
}
.-ybc-translate-x-3{
  --tw-translate-x: -0.75rem;
  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));
}
.-ybc-translate-x-4{
  --tw-translate-x: -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));
}
.-ybc-translate-x-5{
  --tw-translate-x: -1.25rem;
  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));
}
.-ybc-translate-x-6{
  --tw-translate-x: -1.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));
}
.-ybc-translate-x-7{
  --tw-translate-x: -1.75rem;
  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));
}
.-ybc-translate-x-8{
  --tw-translate-x: -2rem;
  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));
}
.-ybc-translate-x-9{
  --tw-translate-x: -2.25rem;
  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));
}
.-ybc-translate-x-10{
  --tw-translate-x: -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));
}
.-ybc-translate-x-11{
  --tw-translate-x: -2.75rem;
  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));
}
.-ybc-translate-x-12{
  --tw-translate-x: -3rem;
  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));
}
.-ybc-translate-x-13{
  --tw-translate-x: -3.25rem;
  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));
}
.-ybc-translate-x-14{
  --tw-translate-x: -3.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));
}
.-ybc-translate-x-15{
  --tw-translate-x: -3.75rem;
  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));
}
.-ybc-translate-x-16{
  --tw-translate-x: -4rem;
  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));
}
.-ybc-translate-x-17{
  --tw-translate-x: -4.375rem;
  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));
}
.-ybc-translate-x-20{
  --tw-translate-x: -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));
}
.-ybc-translate-x-24{
  --tw-translate-x: -6rem;
  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));
}
.-ybc-translate-x-25{
  --tw-translate-x: -6.25rem;
  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));
}
.-ybc-translate-x-28{
  --tw-translate-x: -7rem;
  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));
}
.-ybc-translate-x-32{
  --tw-translate-x: -8rem;
  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));
}
.-ybc-translate-x-36{
  --tw-translate-x: -9rem;
  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));
}
.-ybc-translate-x-40{
  --tw-translate-x: -10rem;
  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));
}
.-ybc-translate-x-44{
  --tw-translate-x: -11rem;
  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));
}
.-ybc-translate-x-45{
  --tw-translate-x: -11.25rem;
  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));
}
.-ybc-translate-x-46{
  --tw-translate-x: -11.875rem;
  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));
}
.-ybc-translate-x-48{
  --tw-translate-x: -12rem;
  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));
}
.-ybc-translate-x-52{
  --tw-translate-x: -13rem;
  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));
}
.-ybc-translate-x-56{
  --tw-translate-x: -14rem;
  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));
}
.-ybc-translate-x-60{
  --tw-translate-x: -15rem;
  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));
}
.-ybc-translate-x-64{
  --tw-translate-x: -16rem;
  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));
}
.-ybc-translate-x-76{
  --tw-translate-x: -19rem;
  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));
}
.-ybc-translate-x-80{
  --tw-translate-x: -20rem;
  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));
}
.-ybc-translate-x-84{
  --tw-translate-x: -21rem;
  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));
}
.-ybc-translate-x-px{
  --tw-translate-x: -1px;
  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));
}
.-ybc-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
  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));
}
.-ybc-translate-x-1\.5{
  --tw-translate-x: -0.375rem;
  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));
}
.-ybc-translate-x-2\.5{
  --tw-translate-x: -0.625rem;
  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));
}
.-ybc-translate-x-3\.5{
  --tw-translate-x: -0.875rem;
  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));
}
.-ybc-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));
}
.-ybc-translate-x-1\/3{
  --tw-translate-x: -33.333333%;
  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));
}
.-ybc-translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  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));
}
.-ybc-translate-x-1\/4{
  --tw-translate-x: -25%;
  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));
}
.-ybc-translate-x-2\/4{
  --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));
}
.-ybc-translate-x-3\/4{
  --tw-translate-x: -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));
}
.-ybc-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ybc--translate-x-0{
  --tw-translate-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));
}
.ybc--translate-x-1{
  --tw-translate-x: -0.25rem;
  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));
}
.ybc--translate-x-2{
  --tw-translate-x: -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));
}
.ybc--translate-x-3{
  --tw-translate-x: -0.75rem;
  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));
}
.ybc--translate-x-4{
  --tw-translate-x: -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));
}
.ybc--translate-x-5{
  --tw-translate-x: -1.25rem;
  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));
}
.ybc--translate-x-6{
  --tw-translate-x: -1.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));
}
.ybc--translate-x-7{
  --tw-translate-x: -1.75rem;
  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));
}
.ybc--translate-x-8{
  --tw-translate-x: -2rem;
  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));
}
.ybc--translate-x-9{
  --tw-translate-x: -2.25rem;
  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));
}
.ybc--translate-x-10{
  --tw-translate-x: -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));
}
.ybc--translate-x-11{
  --tw-translate-x: -2.75rem;
  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));
}
.ybc--translate-x-12{
  --tw-translate-x: -3rem;
  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));
}
.ybc--translate-x-13{
  --tw-translate-x: -3.25rem;
  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));
}
.ybc--translate-x-14{
  --tw-translate-x: -3.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));
}
.ybc--translate-x-15{
  --tw-translate-x: -3.75rem;
  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));
}
.ybc--translate-x-16{
  --tw-translate-x: -4rem;
  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));
}
.ybc--translate-x-17{
  --tw-translate-x: -4.375rem;
  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));
}
.ybc--translate-x-20{
  --tw-translate-x: -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));
}
.ybc--translate-x-24{
  --tw-translate-x: -6rem;
  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));
}
.ybc--translate-x-25{
  --tw-translate-x: -6.25rem;
  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));
}
.ybc--translate-x-28{
  --tw-translate-x: -7rem;
  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));
}
.ybc--translate-x-32{
  --tw-translate-x: -8rem;
  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));
}
.ybc--translate-x-36{
  --tw-translate-x: -9rem;
  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));
}
.ybc--translate-x-40{
  --tw-translate-x: -10rem;
  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));
}
.ybc--translate-x-44{
  --tw-translate-x: -11rem;
  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));
}
.ybc--translate-x-45{
  --tw-translate-x: -11.25rem;
  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));
}
.ybc--translate-x-46{
  --tw-translate-x: -11.875rem;
  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));
}
.ybc--translate-x-48{
  --tw-translate-x: -12rem;
  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));
}
.ybc--translate-x-52{
  --tw-translate-x: -13rem;
  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));
}
.ybc--translate-x-56{
  --tw-translate-x: -14rem;
  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));
}
.ybc--translate-x-60{
  --tw-translate-x: -15rem;
  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));
}
.ybc--translate-x-64{
  --tw-translate-x: -16rem;
  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));
}
.ybc--translate-x-76{
  --tw-translate-x: -19rem;
  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));
}
.ybc--translate-x-80{
  --tw-translate-x: -20rem;
  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));
}
.ybc--translate-x-84{
  --tw-translate-x: -21rem;
  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));
}
.ybc--translate-x-px{
  --tw-translate-x: -1px;
  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));
}
.ybc--translate-x-0\.5{
  --tw-translate-x: -0.125rem;
  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));
}
.ybc--translate-x-1\.5{
  --tw-translate-x: -0.375rem;
  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));
}
.ybc--translate-x-2\.5{
  --tw-translate-x: -0.625rem;
  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));
}
.ybc--translate-x-3\.5{
  --tw-translate-x: -0.875rem;
  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));
}
.ybc--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));
}
.ybc--translate-x-1\/3{
  --tw-translate-x: -33.333333%;
  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));
}
.ybc--translate-x-2\/3{
  --tw-translate-x: -66.666667%;
  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));
}
.ybc--translate-x-1\/4{
  --tw-translate-x: -25%;
  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));
}
.ybc--translate-x-2\/4{
  --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));
}
.ybc--translate-x-3\/4{
  --tw-translate-x: -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));
}
.ybc--translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ybc-translate-y-0{
  --tw-translate-y: 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));
}
.ybc-translate-y-1{
  --tw-translate-y: 0.25rem;
  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));
}
.ybc-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));
}
.ybc-translate-y-3{
  --tw-translate-y: 0.75rem;
  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));
}
.ybc-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));
}
.ybc-translate-y-5{
  --tw-translate-y: 1.25rem;
  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));
}
.ybc-translate-y-6{
  --tw-translate-y: 1.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));
}
.ybc-translate-y-7{
  --tw-translate-y: 1.75rem;
  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));
}
.ybc-translate-y-8{
  --tw-translate-y: 2rem;
  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));
}
.ybc-translate-y-9{
  --tw-translate-y: 2.25rem;
  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));
}
.ybc-translate-y-10{
  --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));
}
.ybc-translate-y-11{
  --tw-translate-y: 2.75rem;
  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));
}
.ybc-translate-y-12{
  --tw-translate-y: 3rem;
  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));
}
.ybc-translate-y-13{
  --tw-translate-y: 3.25rem;
  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));
}
.ybc-translate-y-14{
  --tw-translate-y: 3.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));
}
.ybc-translate-y-15{
  --tw-translate-y: 3.75rem;
  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));
}
.ybc-translate-y-16{
  --tw-translate-y: 4rem;
  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));
}
.ybc-translate-y-17{
  --tw-translate-y: 4.375rem;
  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));
}
.ybc-translate-y-20{
  --tw-translate-y: 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));
}
.ybc-translate-y-24{
  --tw-translate-y: 6rem;
  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));
}
.ybc-translate-y-25{
  --tw-translate-y: 6.25rem;
  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));
}
.ybc-translate-y-28{
  --tw-translate-y: 7rem;
  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));
}
.ybc-translate-y-32{
  --tw-translate-y: 8rem;
  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));
}
.ybc-translate-y-36{
  --tw-translate-y: 9rem;
  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));
}
.ybc-translate-y-40{
  --tw-translate-y: 10rem;
  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));
}
.ybc-translate-y-44{
  --tw-translate-y: 11rem;
  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));
}
.ybc-translate-y-45{
  --tw-translate-y: 11.25rem;
  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));
}
.ybc-translate-y-46{
  --tw-translate-y: 11.875rem;
  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));
}
.ybc-translate-y-48{
  --tw-translate-y: 12rem;
  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));
}
.ybc-translate-y-52{
  --tw-translate-y: 13rem;
  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));
}
.ybc-translate-y-56{
  --tw-translate-y: 14rem;
  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));
}
.ybc-translate-y-60{
  --tw-translate-y: 15rem;
  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));
}
.ybc-translate-y-64{
  --tw-translate-y: 16rem;
  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));
}
.ybc-translate-y-68{
  --tw-translate-y: 17 rem;
  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));
}
.ybc-translate-y-72{
  --tw-translate-y: 18 rem;
  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));
}
.ybc-translate-y-76{
  --tw-translate-y: 19rem;
  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));
}
.ybc-translate-y-80{
  --tw-translate-y: 20rem;
  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));
}
.ybc-translate-y-84{
  --tw-translate-y: 21rem;
  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));
}
.ybc-translate-y-px{
  --tw-translate-y: 1px;
  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));
}
.ybc-translate-y-0\.5{
  --tw-translate-y: 0.125rem;
  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));
}
.ybc-translate-y-1\.5{
  --tw-translate-y: 0.375rem;
  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));
}
.ybc-translate-y-2\.5{
  --tw-translate-y: 0.625rem;
  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));
}
.ybc-translate-y-3\.5{
  --tw-translate-y: 0.875rem;
  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));
}
.ybc-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));
}
.ybc-translate-y-1\/3{
  --tw-translate-y: 33.333333%;
  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));
}
.ybc-translate-y-2\/3{
  --tw-translate-y: 66.666667%;
  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));
}
.ybc-translate-y-1\/4{
  --tw-translate-y: 25%;
  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));
}
.ybc-translate-y-2\/4{
  --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));
}
.ybc-translate-y-3\/4{
  --tw-translate-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));
}
.ybc-translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-ybc-translate-y-0{
  --tw-translate-y: 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));
}
.-ybc-translate-y-1{
  --tw-translate-y: -0.25rem;
  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));
}
.-ybc-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));
}
.-ybc-translate-y-3{
  --tw-translate-y: -0.75rem;
  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));
}
.-ybc-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));
}
.-ybc-translate-y-5{
  --tw-translate-y: -1.25rem;
  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));
}
.-ybc-translate-y-6{
  --tw-translate-y: -1.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));
}
.-ybc-translate-y-7{
  --tw-translate-y: -1.75rem;
  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));
}
.-ybc-translate-y-8{
  --tw-translate-y: -2rem;
  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));
}
.-ybc-translate-y-9{
  --tw-translate-y: -2.25rem;
  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));
}
.-ybc-translate-y-10{
  --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));
}
.-ybc-translate-y-11{
  --tw-translate-y: -2.75rem;
  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));
}
.-ybc-translate-y-12{
  --tw-translate-y: -3rem;
  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));
}
.-ybc-translate-y-13{
  --tw-translate-y: -3.25rem;
  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));
}
.-ybc-translate-y-14{
  --tw-translate-y: -3.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));
}
.-ybc-translate-y-15{
  --tw-translate-y: -3.75rem;
  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));
}
.-ybc-translate-y-16{
  --tw-translate-y: -4rem;
  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));
}
.-ybc-translate-y-17{
  --tw-translate-y: -4.375rem;
  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));
}
.-ybc-translate-y-20{
  --tw-translate-y: -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));
}
.-ybc-translate-y-24{
  --tw-translate-y: -6rem;
  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));
}
.-ybc-translate-y-25{
  --tw-translate-y: -6.25rem;
  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));
}
.-ybc-translate-y-28{
  --tw-translate-y: -7rem;
  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));
}
.-ybc-translate-y-32{
  --tw-translate-y: -8rem;
  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));
}
.-ybc-translate-y-36{
  --tw-translate-y: -9rem;
  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));
}
.-ybc-translate-y-40{
  --tw-translate-y: -10rem;
  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));
}
.-ybc-translate-y-44{
  --tw-translate-y: -11rem;
  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));
}
.-ybc-translate-y-45{
  --tw-translate-y: -11.25rem;
  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));
}
.-ybc-translate-y-46{
  --tw-translate-y: -11.875rem;
  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));
}
.-ybc-translate-y-48{
  --tw-translate-y: -12rem;
  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));
}
.-ybc-translate-y-52{
  --tw-translate-y: -13rem;
  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));
}
.-ybc-translate-y-56{
  --tw-translate-y: -14rem;
  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));
}
.-ybc-translate-y-60{
  --tw-translate-y: -15rem;
  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));
}
.-ybc-translate-y-64{
  --tw-translate-y: -16rem;
  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));
}
.-ybc-translate-y-76{
  --tw-translate-y: -19rem;
  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));
}
.-ybc-translate-y-80{
  --tw-translate-y: -20rem;
  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));
}
.-ybc-translate-y-84{
  --tw-translate-y: -21rem;
  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));
}
.-ybc-translate-y-px{
  --tw-translate-y: -1px;
  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));
}
.-ybc-translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  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));
}
.-ybc-translate-y-1\.5{
  --tw-translate-y: -0.375rem;
  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));
}
.-ybc-translate-y-2\.5{
  --tw-translate-y: -0.625rem;
  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));
}
.-ybc-translate-y-3\.5{
  --tw-translate-y: -0.875rem;
  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));
}
.-ybc-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));
}
.-ybc-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
  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));
}
.-ybc-translate-y-2\/3{
  --tw-translate-y: -66.666667%;
  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));
}
.-ybc-translate-y-1\/4{
  --tw-translate-y: -25%;
  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));
}
.-ybc-translate-y-2\/4{
  --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));
}
.-ybc-translate-y-3\/4{
  --tw-translate-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));
}
.-ybc-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ybc--translate-y-0{
  --tw-translate-y: 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));
}
.ybc--translate-y-1{
  --tw-translate-y: -0.25rem;
  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));
}
.ybc--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));
}
.ybc--translate-y-3{
  --tw-translate-y: -0.75rem;
  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));
}
.ybc--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));
}
.ybc--translate-y-5{
  --tw-translate-y: -1.25rem;
  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));
}
.ybc--translate-y-6{
  --tw-translate-y: -1.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));
}
.ybc--translate-y-7{
  --tw-translate-y: -1.75rem;
  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));
}
.ybc--translate-y-8{
  --tw-translate-y: -2rem;
  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));
}
.ybc--translate-y-9{
  --tw-translate-y: -2.25rem;
  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));
}
.ybc--translate-y-10{
  --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));
}
.ybc--translate-y-11{
  --tw-translate-y: -2.75rem;
  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));
}
.ybc--translate-y-12{
  --tw-translate-y: -3rem;
  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));
}
.ybc--translate-y-13{
  --tw-translate-y: -3.25rem;
  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));
}
.ybc--translate-y-14{
  --tw-translate-y: -3.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));
}
.ybc--translate-y-15{
  --tw-translate-y: -3.75rem;
  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));
}
.ybc--translate-y-16{
  --tw-translate-y: -4rem;
  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));
}
.ybc--translate-y-17{
  --tw-translate-y: -4.375rem;
  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));
}
.ybc--translate-y-20{
  --tw-translate-y: -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));
}
.ybc--translate-y-24{
  --tw-translate-y: -6rem;
  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));
}
.ybc--translate-y-25{
  --tw-translate-y: -6.25rem;
  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));
}
.ybc--translate-y-28{
  --tw-translate-y: -7rem;
  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));
}
.ybc--translate-y-32{
  --tw-translate-y: -8rem;
  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));
}
.ybc--translate-y-36{
  --tw-translate-y: -9rem;
  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));
}
.ybc--translate-y-40{
  --tw-translate-y: -10rem;
  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));
}
.ybc--translate-y-44{
  --tw-translate-y: -11rem;
  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));
}
.ybc--translate-y-45{
  --tw-translate-y: -11.25rem;
  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));
}
.ybc--translate-y-46{
  --tw-translate-y: -11.875rem;
  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));
}
.ybc--translate-y-48{
  --tw-translate-y: -12rem;
  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));
}
.ybc--translate-y-52{
  --tw-translate-y: -13rem;
  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));
}
.ybc--translate-y-56{
  --tw-translate-y: -14rem;
  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));
}
.ybc--translate-y-60{
  --tw-translate-y: -15rem;
  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));
}
.ybc--translate-y-64{
  --tw-translate-y: -16rem;
  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));
}
.ybc--translate-y-76{
  --tw-translate-y: -19rem;
  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));
}
.ybc--translate-y-80{
  --tw-translate-y: -20rem;
  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));
}
.ybc--translate-y-84{
  --tw-translate-y: -21rem;
  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));
}
.ybc--translate-y-px{
  --tw-translate-y: -1px;
  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));
}
.ybc--translate-y-0\.5{
  --tw-translate-y: -0.125rem;
  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));
}
.ybc--translate-y-1\.5{
  --tw-translate-y: -0.375rem;
  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));
}
.ybc--translate-y-2\.5{
  --tw-translate-y: -0.625rem;
  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));
}
.ybc--translate-y-3\.5{
  --tw-translate-y: -0.875rem;
  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));
}
.ybc--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));
}
.ybc--translate-y-1\/3{
  --tw-translate-y: -33.333333%;
  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));
}
.ybc--translate-y-2\/3{
  --tw-translate-y: -66.666667%;
  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));
}
.ybc--translate-y-1\/4{
  --tw-translate-y: -25%;
  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));
}
.ybc--translate-y-2\/4{
  --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));
}
.ybc--translate-y-3\/4{
  --tw-translate-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));
}
.ybc--translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ybc-rotate-0{
  --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));
}
.ybc-rotate-1{
  --tw-rotate: 1deg;
  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));
}
.ybc-rotate-2{
  --tw-rotate: 2deg;
  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));
}
.ybc-rotate-3{
  --tw-rotate: 3deg;
  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));
}
.ybc-rotate-6{
  --tw-rotate: 6deg;
  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));
}
.ybc-rotate-12{
  --tw-rotate: 12deg;
  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));
}
.ybc-rotate-45{
  --tw-rotate: 45deg;
  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));
}
.ybc-rotate-90{
  --tw-rotate: 90deg;
  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));
}
.ybc-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));
}
.-ybc-rotate-0{
  --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));
}
.-ybc-rotate-1{
  --tw-rotate: -1deg;
  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));
}
.-ybc-rotate-2{
  --tw-rotate: -2deg;
  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));
}
.-ybc-rotate-3{
  --tw-rotate: -3deg;
  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));
}
.-ybc-rotate-6{
  --tw-rotate: -6deg;
  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));
}
.-ybc-rotate-12{
  --tw-rotate: -12deg;
  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));
}
.-ybc-rotate-45{
  --tw-rotate: -45deg;
  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));
}
.-ybc-rotate-90{
  --tw-rotate: -90deg;
  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));
}
.-ybc-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));
}
.ybc--rotate-0{
  --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));
}
.ybc--rotate-1{
  --tw-rotate: -1deg;
  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));
}
.ybc--rotate-2{
  --tw-rotate: -2deg;
  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));
}
.ybc--rotate-3{
  --tw-rotate: -3deg;
  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));
}
.ybc--rotate-6{
  --tw-rotate: -6deg;
  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));
}
.ybc--rotate-12{
  --tw-rotate: -12deg;
  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));
}
.ybc--rotate-45{
  --tw-rotate: -45deg;
  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));
}
.ybc--rotate-90{
  --tw-rotate: -90deg;
  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));
}
.ybc--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));
}
.ybc-skew-x-0{
  --tw-skew-x: 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));
}
.ybc-skew-x-1{
  --tw-skew-x: 1deg;
  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));
}
.ybc-skew-x-2{
  --tw-skew-x: 2deg;
  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));
}
.ybc-skew-x-3{
  --tw-skew-x: 3deg;
  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));
}
.ybc-skew-x-6{
  --tw-skew-x: 6deg;
  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));
}
.ybc-skew-x-12{
  --tw-skew-x: 12deg;
  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));
}
.-ybc-skew-x-0{
  --tw-skew-x: -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));
}
.-ybc-skew-x-1{
  --tw-skew-x: -1deg;
  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));
}
.-ybc-skew-x-2{
  --tw-skew-x: -2deg;
  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));
}
.-ybc-skew-x-3{
  --tw-skew-x: -3deg;
  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));
}
.-ybc-skew-x-6{
  --tw-skew-x: -6deg;
  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));
}
.-ybc-skew-x-12{
  --tw-skew-x: -12deg;
  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));
}
.ybc--skew-x-0{
  --tw-skew-x: -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));
}
.ybc--skew-x-1{
  --tw-skew-x: -1deg;
  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));
}
.ybc--skew-x-2{
  --tw-skew-x: -2deg;
  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));
}
.ybc--skew-x-3{
  --tw-skew-x: -3deg;
  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));
}
.ybc--skew-x-6{
  --tw-skew-x: -6deg;
  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));
}
.ybc--skew-x-12{
  --tw-skew-x: -12deg;
  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));
}
.ybc-skew-y-0{
  --tw-skew-y: 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));
}
.ybc-skew-y-1{
  --tw-skew-y: 1deg;
  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));
}
.ybc-skew-y-2{
  --tw-skew-y: 2deg;
  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));
}
.ybc-skew-y-3{
  --tw-skew-y: 3deg;
  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));
}
.ybc-skew-y-6{
  --tw-skew-y: 6deg;
  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));
}
.ybc-skew-y-12{
  --tw-skew-y: 12deg;
  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));
}
.-ybc-skew-y-0{
  --tw-skew-y: -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));
}
.-ybc-skew-y-1{
  --tw-skew-y: -1deg;
  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));
}
.-ybc-skew-y-2{
  --tw-skew-y: -2deg;
  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));
}
.-ybc-skew-y-3{
  --tw-skew-y: -3deg;
  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));
}
.-ybc-skew-y-6{
  --tw-skew-y: -6deg;
  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));
}
.-ybc-skew-y-12{
  --tw-skew-y: -12deg;
  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));
}
.ybc--skew-y-0{
  --tw-skew-y: -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));
}
.ybc--skew-y-1{
  --tw-skew-y: -1deg;
  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));
}
.ybc--skew-y-2{
  --tw-skew-y: -2deg;
  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));
}
.ybc--skew-y-3{
  --tw-skew-y: -3deg;
  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));
}
.ybc--skew-y-6{
  --tw-skew-y: -6deg;
  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));
}
.ybc--skew-y-12{
  --tw-skew-y: -12deg;
  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));
}
.ybc-scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 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));
}
.ybc-scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.ybc-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));
}
.ybc-scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.ybc-scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.ybc-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));
}
.ybc-scale-105{
  --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));
}
.ybc-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));
}
.ybc-scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.ybc-scale-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}
.-ybc-scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 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));
}
.-ybc-scale-50{
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  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));
}
.-ybc-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));
}
.-ybc-scale-90{
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  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));
}
.-ybc-scale-95{
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  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));
}
.-ybc-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));
}
.-ybc-scale-105{
  --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));
}
.-ybc-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));
}
.-ybc-scale-125{
  --tw-scale-x: -1.25;
  --tw-scale-y: -1.25;
  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));
}
.-ybc-scale-150{
  --tw-scale-x: -1.5;
  --tw-scale-y: -1.5;
  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));
}
.ybc--scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 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));
}
.ybc--scale-50{
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  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));
}
.ybc--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));
}
.ybc--scale-90{
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  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));
}
.ybc--scale-95{
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  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));
}
.ybc--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));
}
.ybc--scale-105{
  --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));
}
.ybc--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));
}
.ybc--scale-125{
  --tw-scale-x: -1.25;
  --tw-scale-y: -1.25;
  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));
}
.ybc--scale-150{
  --tw-scale-x: -1.5;
  --tw-scale-y: -1.5;
  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));
}
.ybc-scale-x-0{
  --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));
}
.ybc-scale-x-50{
  --tw-scale-x: .5;
  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));
}
.ybc-scale-x-75{
  --tw-scale-x: .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));
}
.ybc-scale-x-90{
  --tw-scale-x: .9;
  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));
}
.ybc-scale-x-95{
  --tw-scale-x: .95;
  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));
}
.ybc-scale-x-100{
  --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));
}
.ybc-scale-x-105{
  --tw-scale-x: 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));
}
.ybc-scale-x-110{
  --tw-scale-x: 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));
}
.ybc-scale-x-125{
  --tw-scale-x: 1.25;
  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));
}
.ybc-scale-x-150{
  --tw-scale-x: 1.5;
  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));
}
.-ybc-scale-x-0{
  --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));
}
.-ybc-scale-x-50{
  --tw-scale-x: -.5;
  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));
}
.-ybc-scale-x-75{
  --tw-scale-x: -.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));
}
.-ybc-scale-x-90{
  --tw-scale-x: -.9;
  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));
}
.-ybc-scale-x-95{
  --tw-scale-x: -.95;
  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));
}
.-ybc-scale-x-100{
  --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));
}
.-ybc-scale-x-105{
  --tw-scale-x: -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));
}
.-ybc-scale-x-110{
  --tw-scale-x: -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));
}
.-ybc-scale-x-125{
  --tw-scale-x: -1.25;
  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));
}
.-ybc-scale-x-150{
  --tw-scale-x: -1.5;
  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));
}
.ybc--scale-x-0{
  --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));
}
.ybc--scale-x-50{
  --tw-scale-x: -.5;
  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));
}
.ybc--scale-x-75{
  --tw-scale-x: -.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));
}
.ybc--scale-x-90{
  --tw-scale-x: -.9;
  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));
}
.ybc--scale-x-95{
  --tw-scale-x: -.95;
  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));
}
.ybc--scale-x-100{
  --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));
}
.ybc--scale-x-105{
  --tw-scale-x: -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));
}
.ybc--scale-x-110{
  --tw-scale-x: -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));
}
.ybc--scale-x-125{
  --tw-scale-x: -1.25;
  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));
}
.ybc--scale-x-150{
  --tw-scale-x: -1.5;
  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));
}
.ybc-scale-y-0{
  --tw-scale-y: 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));
}
.ybc-scale-y-50{
  --tw-scale-y: .5;
  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));
}
.ybc-scale-y-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));
}
.ybc-scale-y-90{
  --tw-scale-y: .9;
  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));
}
.ybc-scale-y-95{
  --tw-scale-y: .95;
  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));
}
.ybc-scale-y-100{
  --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));
}
.ybc-scale-y-105{
  --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));
}
.ybc-scale-y-110{
  --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));
}
.ybc-scale-y-125{
  --tw-scale-y: 1.25;
  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));
}
.ybc-scale-y-150{
  --tw-scale-y: 1.5;
  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));
}
.-ybc-scale-y-0{
  --tw-scale-y: 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));
}
.-ybc-scale-y-50{
  --tw-scale-y: -.5;
  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));
}
.-ybc-scale-y-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));
}
.-ybc-scale-y-90{
  --tw-scale-y: -.9;
  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));
}
.-ybc-scale-y-95{
  --tw-scale-y: -.95;
  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));
}
.-ybc-scale-y-100{
  --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));
}
.-ybc-scale-y-105{
  --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));
}
.-ybc-scale-y-110{
  --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));
}
.-ybc-scale-y-125{
  --tw-scale-y: -1.25;
  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));
}
.-ybc-scale-y-150{
  --tw-scale-y: -1.5;
  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));
}
.ybc--scale-y-0{
  --tw-scale-y: 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));
}
.ybc--scale-y-50{
  --tw-scale-y: -.5;
  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));
}
.ybc--scale-y-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));
}
.ybc--scale-y-90{
  --tw-scale-y: -.9;
  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));
}
.ybc--scale-y-95{
  --tw-scale-y: -.95;
  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));
}
.ybc--scale-y-100{
  --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));
}
.ybc--scale-y-105{
  --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));
}
.ybc--scale-y-110{
  --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));
}
.ybc--scale-y-125{
  --tw-scale-y: -1.25;
  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));
}
.ybc--scale-y-150{
  --tw-scale-y: -1.5;
  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));
}
.ybc-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));
}
.ybc-transform-cpu{
  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));
}
.ybc-transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.ybc-transform-none{
  transform: none;
}
.ybc-animate-none{
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes ybc-spin{

  to{
    transform: rotate(360deg);
  }
}
@keyframes ybc-spin{

  to{
    transform: rotate(360deg);
  }
}
.ybc-animate-spin{
  -webkit-animation: ybc-spin 1s linear infinite;
          animation: ybc-spin 1s linear infinite;
}
@-webkit-keyframes ybc-ping{

  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ybc-ping{

  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.ybc-animate-ping{
  -webkit-animation: ybc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ybc-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@-webkit-keyframes ybc-pulse{

  50%{
    opacity: .5;
  }
}
@keyframes ybc-pulse{

  50%{
    opacity: .5;
  }
}
.ybc-animate-pulse{
  -webkit-animation: ybc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: ybc-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes ybc-bounce{

  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
@keyframes ybc-bounce{

  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.ybc-animate-bounce{
  -webkit-animation: ybc-bounce 1s infinite;
          animation: ybc-bounce 1s infinite;
}
.ybc-cursor-auto{
  cursor: auto;
}
.ybc-cursor-default{
  cursor: default;
}
.ybc-cursor-pointer{
  cursor: pointer;
}
.ybc-cursor-wait{
  cursor: wait;
}
.ybc-cursor-text{
  cursor: text;
}
.ybc-cursor-move{
  cursor: move;
}
.ybc-cursor-help{
  cursor: help;
}
.ybc-cursor-not-allowed{
  cursor: not-allowed;
}
.ybc-cursor-none{
  cursor: none;
}
.ybc-cursor-context-menu{
  cursor: context-menu;
}
.ybc-cursor-progress{
  cursor: progress;
}
.ybc-cursor-cell{
  cursor: cell;
}
.ybc-cursor-crosshair{
  cursor: crosshair;
}
.ybc-cursor-vertical-text{
  cursor: vertical-text;
}
.ybc-cursor-alias{
  cursor: alias;
}
.ybc-cursor-copy{
  cursor: copy;
}
.ybc-cursor-no-drop{
  cursor: no-drop;
}
.ybc-cursor-grab{
  cursor: -webkit-grab;
  cursor: grab;
}
.ybc-cursor-grabbing{
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.ybc-cursor-all-scroll{
  cursor: all-scroll;
}
.ybc-cursor-col-resize{
  cursor: col-resize;
}
.ybc-cursor-row-resize{
  cursor: row-resize;
}
.ybc-cursor-n-resize{
  cursor: n-resize;
}
.ybc-cursor-e-resize{
  cursor: e-resize;
}
.ybc-cursor-s-resize{
  cursor: s-resize;
}
.ybc-cursor-w-resize{
  cursor: w-resize;
}
.ybc-cursor-ne-resize{
  cursor: ne-resize;
}
.ybc-cursor-nw-resize{
  cursor: nw-resize;
}
.ybc-cursor-se-resize{
  cursor: se-resize;
}
.ybc-cursor-sw-resize{
  cursor: sw-resize;
}
.ybc-cursor-ew-resize{
  cursor: ew-resize;
}
.ybc-cursor-ns-resize{
  cursor: ns-resize;
}
.ybc-cursor-nesw-resize{
  cursor: nesw-resize;
}
.ybc-cursor-nwse-resize{
  cursor: nwse-resize;
}
.ybc-cursor-zoom-in{
  cursor: zoom-in;
}
.ybc-cursor-zoom-out{
  cursor: zoom-out;
}
.ybc-touch-auto{
  touch-action: auto;
}
.ybc-touch-none{
  touch-action: none;
}
.ybc-touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pan-left{
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pan-right{
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pan-up{
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pan-down{
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-pinch-zoom{
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}
.ybc-touch-manipulation{
  touch-action: manipulation;
}
.ybc-select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ybc-select-text{
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.ybc-select-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.ybc-select-auto{
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.ybc-resize-none{
  resize: none;
}
.ybc-resize-y{
  resize: vertical;
}
.ybc-resize-x{
  resize: horizontal;
}
.ybc-resize{
  resize: both;
}
.ybc-snap-none{
  scroll-snap-type: none;
}
.ybc-snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.ybc-snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.ybc-snap-both{
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.ybc-snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.ybc-snap-proximity{
  --tw-scroll-snap-strictness: proximity;
}
.ybc-snap-start{
  scroll-snap-align: start;
}
.ybc-snap-end{
  scroll-snap-align: end;
}
.ybc-snap-center{
  scroll-snap-align: center;
}
.ybc-snap-align-none{
  scroll-snap-align: none;
}
.ybc-snap-normal{
  scroll-snap-stop: normal;
}
.ybc-snap-always{
  scroll-snap-stop: always;
}
.ybc-scroll-m-0{
  scroll-margin: 0;
}
.ybc-scroll-m-1{
  scroll-margin: 0.25rem;
}
.ybc-scroll-m-2{
  scroll-margin: 0.5rem;
}
.ybc-scroll-m-3{
  scroll-margin: 0.75rem;
}
.ybc-scroll-m-4{
  scroll-margin: 1rem;
}
.ybc-scroll-m-5{
  scroll-margin: 1.25rem;
}
.ybc-scroll-m-6{
  scroll-margin: 1.5rem;
}
.ybc-scroll-m-7{
  scroll-margin: 1.75rem;
}
.ybc-scroll-m-8{
  scroll-margin: 2rem;
}
.ybc-scroll-m-9{
  scroll-margin: 2.25rem;
}
.ybc-scroll-m-10{
  scroll-margin: 2.5rem;
}
.ybc-scroll-m-11{
  scroll-margin: 2.75rem;
}
.ybc-scroll-m-12{
  scroll-margin: 3rem;
}
.ybc-scroll-m-13{
  scroll-margin: 3.25rem;
}
.ybc-scroll-m-14{
  scroll-margin: 3.5rem;
}
.ybc-scroll-m-15{
  scroll-margin: 3.75rem;
}
.ybc-scroll-m-16{
  scroll-margin: 4rem;
}
.ybc-scroll-m-17{
  scroll-margin: 4.375rem;
}
.ybc-scroll-m-20{
  scroll-margin: 5rem;
}
.ybc-scroll-m-24{
  scroll-margin: 6rem;
}
.ybc-scroll-m-25{
  scroll-margin: 6.25rem;
}
.ybc-scroll-m-28{
  scroll-margin: 7rem;
}
.ybc-scroll-m-32{
  scroll-margin: 8rem;
}
.ybc-scroll-m-36{
  scroll-margin: 9rem;
}
.ybc-scroll-m-40{
  scroll-margin: 10rem;
}
.ybc-scroll-m-44{
  scroll-margin: 11rem;
}
.ybc-scroll-m-45{
  scroll-margin: 11.25rem;
}
.ybc-scroll-m-46{
  scroll-margin: 11.875rem;
}
.ybc-scroll-m-48{
  scroll-margin: 12rem;
}
.ybc-scroll-m-52{
  scroll-margin: 13rem;
}
.ybc-scroll-m-56{
  scroll-margin: 14rem;
}
.ybc-scroll-m-60{
  scroll-margin: 15rem;
}
.ybc-scroll-m-64{
  scroll-margin: 16rem;
}
.ybc-scroll-m-68{
  scroll-margin: 17 rem;
}
.ybc-scroll-m-72{
  scroll-margin: 18 rem;
}
.ybc-scroll-m-76{
  scroll-margin: 19rem;
}
.ybc-scroll-m-80{
  scroll-margin: 20rem;
}
.ybc-scroll-m-84{
  scroll-margin: 21rem;
}
.ybc-scroll-m-px{
  scroll-margin: 1px;
}
.ybc-scroll-m-0\.5{
  scroll-margin: 0.125rem;
}
.ybc-scroll-m-1\.5{
  scroll-margin: 0.375rem;
}
.ybc-scroll-m-2\.5{
  scroll-margin: 0.625rem;
}
.ybc-scroll-m-3\.5{
  scroll-margin: 0.875rem;
}
.-ybc-scroll-m-0{
  scroll-margin: 0;
}
.-ybc-scroll-m-1{
  scroll-margin: -0.25rem;
}
.-ybc-scroll-m-2{
  scroll-margin: -0.5rem;
}
.-ybc-scroll-m-3{
  scroll-margin: -0.75rem;
}
.-ybc-scroll-m-4{
  scroll-margin: -1rem;
}
.-ybc-scroll-m-5{
  scroll-margin: -1.25rem;
}
.-ybc-scroll-m-6{
  scroll-margin: -1.5rem;
}
.-ybc-scroll-m-7{
  scroll-margin: -1.75rem;
}
.-ybc-scroll-m-8{
  scroll-margin: -2rem;
}
.-ybc-scroll-m-9{
  scroll-margin: -2.25rem;
}
.-ybc-scroll-m-10{
  scroll-margin: -2.5rem;
}
.-ybc-scroll-m-11{
  scroll-margin: -2.75rem;
}
.-ybc-scroll-m-12{
  scroll-margin: -3rem;
}
.-ybc-scroll-m-13{
  scroll-margin: -3.25rem;
}
.-ybc-scroll-m-14{
  scroll-margin: -3.5rem;
}
.-ybc-scroll-m-15{
  scroll-margin: -3.75rem;
}
.-ybc-scroll-m-16{
  scroll-margin: -4rem;
}
.-ybc-scroll-m-17{
  scroll-margin: -4.375rem;
}
.-ybc-scroll-m-20{
  scroll-margin: -5rem;
}
.-ybc-scroll-m-24{
  scroll-margin: -6rem;
}
.-ybc-scroll-m-25{
  scroll-margin: -6.25rem;
}
.-ybc-scroll-m-28{
  scroll-margin: -7rem;
}
.-ybc-scroll-m-32{
  scroll-margin: -8rem;
}
.-ybc-scroll-m-36{
  scroll-margin: -9rem;
}
.-ybc-scroll-m-40{
  scroll-margin: -10rem;
}
.-ybc-scroll-m-44{
  scroll-margin: -11rem;
}
.-ybc-scroll-m-45{
  scroll-margin: -11.25rem;
}
.-ybc-scroll-m-46{
  scroll-margin: -11.875rem;
}
.-ybc-scroll-m-48{
  scroll-margin: -12rem;
}
.-ybc-scroll-m-52{
  scroll-margin: -13rem;
}
.-ybc-scroll-m-56{
  scroll-margin: -14rem;
}
.-ybc-scroll-m-60{
  scroll-margin: -15rem;
}
.-ybc-scroll-m-64{
  scroll-margin: -16rem;
}
.-ybc-scroll-m-76{
  scroll-margin: -19rem;
}
.-ybc-scroll-m-80{
  scroll-margin: -20rem;
}
.-ybc-scroll-m-84{
  scroll-margin: -21rem;
}
.-ybc-scroll-m-px{
  scroll-margin: -1px;
}
.-ybc-scroll-m-0\.5{
  scroll-margin: -0.125rem;
}
.-ybc-scroll-m-1\.5{
  scroll-margin: -0.375rem;
}
.-ybc-scroll-m-2\.5{
  scroll-margin: -0.625rem;
}
.-ybc-scroll-m-3\.5{
  scroll-margin: -0.875rem;
}
.ybc--scroll-m-0{
  scroll-margin: 0;
}
.ybc--scroll-m-1{
  scroll-margin: -0.25rem;
}
.ybc--scroll-m-2{
  scroll-margin: -0.5rem;
}
.ybc--scroll-m-3{
  scroll-margin: -0.75rem;
}
.ybc--scroll-m-4{
  scroll-margin: -1rem;
}
.ybc--scroll-m-5{
  scroll-margin: -1.25rem;
}
.ybc--scroll-m-6{
  scroll-margin: -1.5rem;
}
.ybc--scroll-m-7{
  scroll-margin: -1.75rem;
}
.ybc--scroll-m-8{
  scroll-margin: -2rem;
}
.ybc--scroll-m-9{
  scroll-margin: -2.25rem;
}
.ybc--scroll-m-10{
  scroll-margin: -2.5rem;
}
.ybc--scroll-m-11{
  scroll-margin: -2.75rem;
}
.ybc--scroll-m-12{
  scroll-margin: -3rem;
}
.ybc--scroll-m-13{
  scroll-margin: -3.25rem;
}
.ybc--scroll-m-14{
  scroll-margin: -3.5rem;
}
.ybc--scroll-m-15{
  scroll-margin: -3.75rem;
}
.ybc--scroll-m-16{
  scroll-margin: -4rem;
}
.ybc--scroll-m-17{
  scroll-margin: -4.375rem;
}
.ybc--scroll-m-20{
  scroll-margin: -5rem;
}
.ybc--scroll-m-24{
  scroll-margin: -6rem;
}
.ybc--scroll-m-25{
  scroll-margin: -6.25rem;
}
.ybc--scroll-m-28{
  scroll-margin: -7rem;
}
.ybc--scroll-m-32{
  scroll-margin: -8rem;
}
.ybc--scroll-m-36{
  scroll-margin: -9rem;
}
.ybc--scroll-m-40{
  scroll-margin: -10rem;
}
.ybc--scroll-m-44{
  scroll-margin: -11rem;
}
.ybc--scroll-m-45{
  scroll-margin: -11.25rem;
}
.ybc--scroll-m-46{
  scroll-margin: -11.875rem;
}
.ybc--scroll-m-48{
  scroll-margin: -12rem;
}
.ybc--scroll-m-52{
  scroll-margin: -13rem;
}
.ybc--scroll-m-56{
  scroll-margin: -14rem;
}
.ybc--scroll-m-60{
  scroll-margin: -15rem;
}
.ybc--scroll-m-64{
  scroll-margin: -16rem;
}
.ybc--scroll-m-76{
  scroll-margin: -19rem;
}
.ybc--scroll-m-80{
  scroll-margin: -20rem;
}
.ybc--scroll-m-84{
  scroll-margin: -21rem;
}
.ybc--scroll-m-px{
  scroll-margin: -1px;
}
.ybc--scroll-m-0\.5{
  scroll-margin: -0.125rem;
}
.ybc--scroll-m-1\.5{
  scroll-margin: -0.375rem;
}
.ybc--scroll-m-2\.5{
  scroll-margin: -0.625rem;
}
.ybc--scroll-m-3\.5{
  scroll-margin: -0.875rem;
}
.ybc-scroll-mx-0{
  scroll-margin-left: 0;
  scroll-margin-right: 0;
}
.ybc-scroll-mx-1{
  scroll-margin-left: 0.25rem;
  scroll-margin-right: 0.25rem;
}
.ybc-scroll-mx-2{
  scroll-margin-left: 0.5rem;
  scroll-margin-right: 0.5rem;
}
.ybc-scroll-mx-3{
  scroll-margin-left: 0.75rem;
  scroll-margin-right: 0.75rem;
}
.ybc-scroll-mx-4{
  scroll-margin-left: 1rem;
  scroll-margin-right: 1rem;
}
.ybc-scroll-mx-5{
  scroll-margin-left: 1.25rem;
  scroll-margin-right: 1.25rem;
}
.ybc-scroll-mx-6{
  scroll-margin-left: 1.5rem;
  scroll-margin-right: 1.5rem;
}
.ybc-scroll-mx-7{
  scroll-margin-left: 1.75rem;
  scroll-margin-right: 1.75rem;
}
.ybc-scroll-mx-8{
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}
.ybc-scroll-mx-9{
  scroll-margin-left: 2.25rem;
  scroll-margin-right: 2.25rem;
}
.ybc-scroll-mx-10{
  scroll-margin-left: 2.5rem;
  scroll-margin-right: 2.5rem;
}
.ybc-scroll-mx-11{
  scroll-margin-left: 2.75rem;
  scroll-margin-right: 2.75rem;
}
.ybc-scroll-mx-12{
  scroll-margin-left: 3rem;
  scroll-margin-right: 3rem;
}
.ybc-scroll-mx-13{
  scroll-margin-left: 3.25rem;
  scroll-margin-right: 3.25rem;
}
.ybc-scroll-mx-14{
  scroll-margin-left: 3.5rem;
  scroll-margin-right: 3.5rem;
}
.ybc-scroll-mx-15{
  scroll-margin-left: 3.75rem;
  scroll-margin-right: 3.75rem;
}
.ybc-scroll-mx-16{
  scroll-margin-left: 4rem;
  scroll-margin-right: 4rem;
}
.ybc-scroll-mx-17{
  scroll-margin-left: 4.375rem;
  scroll-margin-right: 4.375rem;
}
.ybc-scroll-mx-20{
  scroll-margin-left: 5rem;
  scroll-margin-right: 5rem;
}
.ybc-scroll-mx-24{
  scroll-margin-left: 6rem;
  scroll-margin-right: 6rem;
}
.ybc-scroll-mx-25{
  scroll-margin-left: 6.25rem;
  scroll-margin-right: 6.25rem;
}
.ybc-scroll-mx-28{
  scroll-margin-left: 7rem;
  scroll-margin-right: 7rem;
}
.ybc-scroll-mx-32{
  scroll-margin-left: 8rem;
  scroll-margin-right: 8rem;
}
.ybc-scroll-mx-36{
  scroll-margin-left: 9rem;
  scroll-margin-right: 9rem;
}
.ybc-scroll-mx-40{
  scroll-margin-left: 10rem;
  scroll-margin-right: 10rem;
}
.ybc-scroll-mx-44{
  scroll-margin-left: 11rem;
  scroll-margin-right: 11rem;
}
.ybc-scroll-mx-45{
  scroll-margin-left: 11.25rem;
  scroll-margin-right: 11.25rem;
}
.ybc-scroll-mx-46{
  scroll-margin-left: 11.875rem;
  scroll-margin-right: 11.875rem;
}
.ybc-scroll-mx-48{
  scroll-margin-left: 12rem;
  scroll-margin-right: 12rem;
}
.ybc-scroll-mx-52{
  scroll-margin-left: 13rem;
  scroll-margin-right: 13rem;
}
.ybc-scroll-mx-56{
  scroll-margin-left: 14rem;
  scroll-margin-right: 14rem;
}
.ybc-scroll-mx-60{
  scroll-margin-left: 15rem;
  scroll-margin-right: 15rem;
}
.ybc-scroll-mx-64{
  scroll-margin-left: 16rem;
  scroll-margin-right: 16rem;
}
.ybc-scroll-mx-68{
  scroll-margin-left: 17 rem;
  scroll-margin-right: 17 rem;
}
.ybc-scroll-mx-72{
  scroll-margin-left: 18 rem;
  scroll-margin-right: 18 rem;
}
.ybc-scroll-mx-76{
  scroll-margin-left: 19rem;
  scroll-margin-right: 19rem;
}
.ybc-scroll-mx-80{
  scroll-margin-left: 20rem;
  scroll-margin-right: 20rem;
}
.ybc-scroll-mx-84{
  scroll-margin-left: 21rem;
  scroll-margin-right: 21rem;
}
.ybc-scroll-mx-px{
  scroll-margin-left: 1px;
  scroll-margin-right: 1px;
}
.ybc-scroll-mx-0\.5{
  scroll-margin-left: 0.125rem;
  scroll-margin-right: 0.125rem;
}
.ybc-scroll-mx-1\.5{
  scroll-margin-left: 0.375rem;
  scroll-margin-right: 0.375rem;
}
.ybc-scroll-mx-2\.5{
  scroll-margin-left: 0.625rem;
  scroll-margin-right: 0.625rem;
}
.ybc-scroll-mx-3\.5{
  scroll-margin-left: 0.875rem;
  scroll-margin-right: 0.875rem;
}
.-ybc-scroll-mx-0{
  scroll-margin-left: 0;
  scroll-margin-right: 0;
}
.-ybc-scroll-mx-1{
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}
.-ybc-scroll-mx-2{
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.-ybc-scroll-mx-3{
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}
.-ybc-scroll-mx-4{
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.-ybc-scroll-mx-5{
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}
.-ybc-scroll-mx-6{
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.-ybc-scroll-mx-7{
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}
.-ybc-scroll-mx-8{
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.-ybc-scroll-mx-9{
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}
.-ybc-scroll-mx-10{
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.-ybc-scroll-mx-11{
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}
.-ybc-scroll-mx-12{
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.-ybc-scroll-mx-13{
  scroll-margin-left: -3.25rem;
  scroll-margin-right: -3.25rem;
}
.-ybc-scroll-mx-14{
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}
.-ybc-scroll-mx-15{
  scroll-margin-left: -3.75rem;
  scroll-margin-right: -3.75rem;
}
.-ybc-scroll-mx-16{
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.-ybc-scroll-mx-17{
  scroll-margin-left: -4.375rem;
  scroll-margin-right: -4.375rem;
}
.-ybc-scroll-mx-20{
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.-ybc-scroll-mx-24{
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.-ybc-scroll-mx-25{
  scroll-margin-left: -6.25rem;
  scroll-margin-right: -6.25rem;
}
.-ybc-scroll-mx-28{
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.-ybc-scroll-mx-32{
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}
.-ybc-scroll-mx-36{
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}
.-ybc-scroll-mx-40{
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.-ybc-scroll-mx-44{
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.-ybc-scroll-mx-45{
  scroll-margin-left: -11.25rem;
  scroll-margin-right: -11.25rem;
}
.-ybc-scroll-mx-46{
  scroll-margin-left: -11.875rem;
  scroll-margin-right: -11.875rem;
}
.-ybc-scroll-mx-48{
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.-ybc-scroll-mx-52{
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}
.-ybc-scroll-mx-56{
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}
.-ybc-scroll-mx-60{
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.-ybc-scroll-mx-64{
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.-ybc-scroll-mx-76{
  scroll-margin-left: -19rem;
  scroll-margin-right: -19rem;
}
.-ybc-scroll-mx-80{
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.-ybc-scroll-mx-84{
  scroll-margin-left: -21rem;
  scroll-margin-right: -21rem;
}
.-ybc-scroll-mx-px{
  scroll-margin-left: -1px;
  scroll-margin-right: -1px;
}
.-ybc-scroll-mx-0\.5{
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}
.-ybc-scroll-mx-1\.5{
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}
.-ybc-scroll-mx-2\.5{
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.-ybc-scroll-mx-3\.5{
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}
.ybc--scroll-mx-0{
  scroll-margin-left: 0;
  scroll-margin-right: 0;
}
.ybc--scroll-mx-1{
  scroll-margin-left: -0.25rem;
  scroll-margin-right: -0.25rem;
}
.ybc--scroll-mx-2{
  scroll-margin-left: -0.5rem;
  scroll-margin-right: -0.5rem;
}
.ybc--scroll-mx-3{
  scroll-margin-left: -0.75rem;
  scroll-margin-right: -0.75rem;
}
.ybc--scroll-mx-4{
  scroll-margin-left: -1rem;
  scroll-margin-right: -1rem;
}
.ybc--scroll-mx-5{
  scroll-margin-left: -1.25rem;
  scroll-margin-right: -1.25rem;
}
.ybc--scroll-mx-6{
  scroll-margin-left: -1.5rem;
  scroll-margin-right: -1.5rem;
}
.ybc--scroll-mx-7{
  scroll-margin-left: -1.75rem;
  scroll-margin-right: -1.75rem;
}
.ybc--scroll-mx-8{
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}
.ybc--scroll-mx-9{
  scroll-margin-left: -2.25rem;
  scroll-margin-right: -2.25rem;
}
.ybc--scroll-mx-10{
  scroll-margin-left: -2.5rem;
  scroll-margin-right: -2.5rem;
}
.ybc--scroll-mx-11{
  scroll-margin-left: -2.75rem;
  scroll-margin-right: -2.75rem;
}
.ybc--scroll-mx-12{
  scroll-margin-left: -3rem;
  scroll-margin-right: -3rem;
}
.ybc--scroll-mx-13{
  scroll-margin-left: -3.25rem;
  scroll-margin-right: -3.25rem;
}
.ybc--scroll-mx-14{
  scroll-margin-left: -3.5rem;
  scroll-margin-right: -3.5rem;
}
.ybc--scroll-mx-15{
  scroll-margin-left: -3.75rem;
  scroll-margin-right: -3.75rem;
}
.ybc--scroll-mx-16{
  scroll-margin-left: -4rem;
  scroll-margin-right: -4rem;
}
.ybc--scroll-mx-17{
  scroll-margin-left: -4.375rem;
  scroll-margin-right: -4.375rem;
}
.ybc--scroll-mx-20{
  scroll-margin-left: -5rem;
  scroll-margin-right: -5rem;
}
.ybc--scroll-mx-24{
  scroll-margin-left: -6rem;
  scroll-margin-right: -6rem;
}
.ybc--scroll-mx-25{
  scroll-margin-left: -6.25rem;
  scroll-margin-right: -6.25rem;
}
.ybc--scroll-mx-28{
  scroll-margin-left: -7rem;
  scroll-margin-right: -7rem;
}
.ybc--scroll-mx-32{
  scroll-margin-left: -8rem;
  scroll-margin-right: -8rem;
}
.ybc--scroll-mx-36{
  scroll-margin-left: -9rem;
  scroll-margin-right: -9rem;
}
.ybc--scroll-mx-40{
  scroll-margin-left: -10rem;
  scroll-margin-right: -10rem;
}
.ybc--scroll-mx-44{
  scroll-margin-left: -11rem;
  scroll-margin-right: -11rem;
}
.ybc--scroll-mx-45{
  scroll-margin-left: -11.25rem;
  scroll-margin-right: -11.25rem;
}
.ybc--scroll-mx-46{
  scroll-margin-left: -11.875rem;
  scroll-margin-right: -11.875rem;
}
.ybc--scroll-mx-48{
  scroll-margin-left: -12rem;
  scroll-margin-right: -12rem;
}
.ybc--scroll-mx-52{
  scroll-margin-left: -13rem;
  scroll-margin-right: -13rem;
}
.ybc--scroll-mx-56{
  scroll-margin-left: -14rem;
  scroll-margin-right: -14rem;
}
.ybc--scroll-mx-60{
  scroll-margin-left: -15rem;
  scroll-margin-right: -15rem;
}
.ybc--scroll-mx-64{
  scroll-margin-left: -16rem;
  scroll-margin-right: -16rem;
}
.ybc--scroll-mx-76{
  scroll-margin-left: -19rem;
  scroll-margin-right: -19rem;
}
.ybc--scroll-mx-80{
  scroll-margin-left: -20rem;
  scroll-margin-right: -20rem;
}
.ybc--scroll-mx-84{
  scroll-margin-left: -21rem;
  scroll-margin-right: -21rem;
}
.ybc--scroll-mx-px{
  scroll-margin-left: -1px;
  scroll-margin-right: -1px;
}
.ybc--scroll-mx-0\.5{
  scroll-margin-left: -0.125rem;
  scroll-margin-right: -0.125rem;
}
.ybc--scroll-mx-1\.5{
  scroll-margin-left: -0.375rem;
  scroll-margin-right: -0.375rem;
}
.ybc--scroll-mx-2\.5{
  scroll-margin-left: -0.625rem;
  scroll-margin-right: -0.625rem;
}
.ybc--scroll-mx-3\.5{
  scroll-margin-left: -0.875rem;
  scroll-margin-right: -0.875rem;
}
.ybc-scroll-my-0{
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}
.ybc-scroll-my-1{
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.ybc-scroll-my-2{
  scroll-margin-top: 0.5rem;
  scroll-margin-bottom: 0.5rem;
}
.ybc-scroll-my-3{
  scroll-margin-top: 0.75rem;
  scroll-margin-bottom: 0.75rem;
}
.ybc-scroll-my-4{
  scroll-margin-top: 1rem;
  scroll-margin-bottom: 1rem;
}
.ybc-scroll-my-5{
  scroll-margin-top: 1.25rem;
  scroll-margin-bottom: 1.25rem;
}
.ybc-scroll-my-6{
  scroll-margin-top: 1.5rem;
  scroll-margin-bottom: 1.5rem;
}
.ybc-scroll-my-7{
  scroll-margin-top: 1.75rem;
  scroll-margin-bottom: 1.75rem;
}
.ybc-scroll-my-8{
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}
.ybc-scroll-my-9{
  scroll-margin-top: 2.25rem;
  scroll-margin-bottom: 2.25rem;
}
.ybc-scroll-my-10{
  scroll-margin-top: 2.5rem;
  scroll-margin-bottom: 2.5rem;
}
.ybc-scroll-my-11{
  scroll-margin-top: 2.75rem;
  scroll-margin-bottom: 2.75rem;
}
.ybc-scroll-my-12{
  scroll-margin-top: 3rem;
  scroll-margin-bottom: 3rem;
}
.ybc-scroll-my-13{
  scroll-margin-top: 3.25rem;
  scroll-margin-bottom: 3.25rem;
}
.ybc-scroll-my-14{
  scroll-margin-top: 3.5rem;
  scroll-margin-bottom: 3.5rem;
}
.ybc-scroll-my-15{
  scroll-margin-top: 3.75rem;
  scroll-margin-bottom: 3.75rem;
}
.ybc-scroll-my-16{
  scroll-margin-top: 4rem;
  scroll-margin-bottom: 4rem;
}
.ybc-scroll-my-17{
  scroll-margin-top: 4.375rem;
  scroll-margin-bottom: 4.375rem;
}
.ybc-scroll-my-20{
  scroll-margin-top: 5rem;
  scroll-margin-bottom: 5rem;
}
.ybc-scroll-my-24{
  scroll-margin-top: 6rem;
  scroll-margin-bottom: 6rem;
}
.ybc-scroll-my-25{
  scroll-margin-top: 6.25rem;
  scroll-margin-bottom: 6.25rem;
}
.ybc-scroll-my-28{
  scroll-margin-top: 7rem;
  scroll-margin-bottom: 7rem;
}
.ybc-scroll-my-32{
  scroll-margin-top: 8rem;
  scroll-margin-bottom: 8rem;
}
.ybc-scroll-my-36{
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}
.ybc-scroll-my-40{
  scroll-margin-top: 10rem;
  scroll-margin-bottom: 10rem;
}
.ybc-scroll-my-44{
  scroll-margin-top: 11rem;
  scroll-margin-bottom: 11rem;
}
.ybc-scroll-my-45{
  scroll-margin-top: 11.25rem;
  scroll-margin-bottom: 11.25rem;
}
.ybc-scroll-my-46{
  scroll-margin-top: 11.875rem;
  scroll-margin-bottom: 11.875rem;
}
.ybc-scroll-my-48{
  scroll-margin-top: 12rem;
  scroll-margin-bottom: 12rem;
}
.ybc-scroll-my-52{
  scroll-margin-top: 13rem;
  scroll-margin-bottom: 13rem;
}
.ybc-scroll-my-56{
  scroll-margin-top: 14rem;
  scroll-margin-bottom: 14rem;
}
.ybc-scroll-my-60{
  scroll-margin-top: 15rem;
  scroll-margin-bottom: 15rem;
}
.ybc-scroll-my-64{
  scroll-margin-top: 16rem;
  scroll-margin-bottom: 16rem;
}
.ybc-scroll-my-68{
  scroll-margin-top: 17 rem;
  scroll-margin-bottom: 17 rem;
}
.ybc-scroll-my-72{
  scroll-margin-top: 18 rem;
  scroll-margin-bottom: 18 rem;
}
.ybc-scroll-my-76{
  scroll-margin-top: 19rem;
  scroll-margin-bottom: 19rem;
}
.ybc-scroll-my-80{
  scroll-margin-top: 20rem;
  scroll-margin-bottom: 20rem;
}
.ybc-scroll-my-84{
  scroll-margin-top: 21rem;
  scroll-margin-bottom: 21rem;
}
.ybc-scroll-my-px{
  scroll-margin-top: 1px;
  scroll-margin-bottom: 1px;
}
.ybc-scroll-my-0\.5{
  scroll-margin-top: 0.125rem;
  scroll-margin-bottom: 0.125rem;
}
.ybc-scroll-my-1\.5{
  scroll-margin-top: 0.375rem;
  scroll-margin-bottom: 0.375rem;
}
.ybc-scroll-my-2\.5{
  scroll-margin-top: 0.625rem;
  scroll-margin-bottom: 0.625rem;
}
.ybc-scroll-my-3\.5{
  scroll-margin-top: 0.875rem;
  scroll-margin-bottom: 0.875rem;
}
.-ybc-scroll-my-0{
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}
.-ybc-scroll-my-1{
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.-ybc-scroll-my-2{
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.-ybc-scroll-my-3{
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.-ybc-scroll-my-4{
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.-ybc-scroll-my-5{
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.-ybc-scroll-my-6{
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.-ybc-scroll-my-7{
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}
.-ybc-scroll-my-8{
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.-ybc-scroll-my-9{
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}
.-ybc-scroll-my-10{
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.-ybc-scroll-my-11{
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.-ybc-scroll-my-12{
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.-ybc-scroll-my-13{
  scroll-margin-top: -3.25rem;
  scroll-margin-bottom: -3.25rem;
}
.-ybc-scroll-my-14{
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.-ybc-scroll-my-15{
  scroll-margin-top: -3.75rem;
  scroll-margin-bottom: -3.75rem;
}
.-ybc-scroll-my-16{
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.-ybc-scroll-my-17{
  scroll-margin-top: -4.375rem;
  scroll-margin-bottom: -4.375rem;
}
.-ybc-scroll-my-20{
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.-ybc-scroll-my-24{
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.-ybc-scroll-my-25{
  scroll-margin-top: -6.25rem;
  scroll-margin-bottom: -6.25rem;
}
.-ybc-scroll-my-28{
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.-ybc-scroll-my-32{
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.-ybc-scroll-my-36{
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}
.-ybc-scroll-my-40{
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.-ybc-scroll-my-44{
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.-ybc-scroll-my-45{
  scroll-margin-top: -11.25rem;
  scroll-margin-bottom: -11.25rem;
}
.-ybc-scroll-my-46{
  scroll-margin-top: -11.875rem;
  scroll-margin-bottom: -11.875rem;
}
.-ybc-scroll-my-48{
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.-ybc-scroll-my-52{
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.-ybc-scroll-my-56{
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.-ybc-scroll-my-60{
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.-ybc-scroll-my-64{
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.-ybc-scroll-my-76{
  scroll-margin-top: -19rem;
  scroll-margin-bottom: -19rem;
}
.-ybc-scroll-my-80{
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.-ybc-scroll-my-84{
  scroll-margin-top: -21rem;
  scroll-margin-bottom: -21rem;
}
.-ybc-scroll-my-px{
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.-ybc-scroll-my-0\.5{
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}
.-ybc-scroll-my-1\.5{
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.-ybc-scroll-my-2\.5{
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.-ybc-scroll-my-3\.5{
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.ybc--scroll-my-0{
  scroll-margin-top: 0;
  scroll-margin-bottom: 0;
}
.ybc--scroll-my-1{
  scroll-margin-top: -0.25rem;
  scroll-margin-bottom: -0.25rem;
}
.ybc--scroll-my-2{
  scroll-margin-top: -0.5rem;
  scroll-margin-bottom: -0.5rem;
}
.ybc--scroll-my-3{
  scroll-margin-top: -0.75rem;
  scroll-margin-bottom: -0.75rem;
}
.ybc--scroll-my-4{
  scroll-margin-top: -1rem;
  scroll-margin-bottom: -1rem;
}
.ybc--scroll-my-5{
  scroll-margin-top: -1.25rem;
  scroll-margin-bottom: -1.25rem;
}
.ybc--scroll-my-6{
  scroll-margin-top: -1.5rem;
  scroll-margin-bottom: -1.5rem;
}
.ybc--scroll-my-7{
  scroll-margin-top: -1.75rem;
  scroll-margin-bottom: -1.75rem;
}
.ybc--scroll-my-8{
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}
.ybc--scroll-my-9{
  scroll-margin-top: -2.25rem;
  scroll-margin-bottom: -2.25rem;
}
.ybc--scroll-my-10{
  scroll-margin-top: -2.5rem;
  scroll-margin-bottom: -2.5rem;
}
.ybc--scroll-my-11{
  scroll-margin-top: -2.75rem;
  scroll-margin-bottom: -2.75rem;
}
.ybc--scroll-my-12{
  scroll-margin-top: -3rem;
  scroll-margin-bottom: -3rem;
}
.ybc--scroll-my-13{
  scroll-margin-top: -3.25rem;
  scroll-margin-bottom: -3.25rem;
}
.ybc--scroll-my-14{
  scroll-margin-top: -3.5rem;
  scroll-margin-bottom: -3.5rem;
}
.ybc--scroll-my-15{
  scroll-margin-top: -3.75rem;
  scroll-margin-bottom: -3.75rem;
}
.ybc--scroll-my-16{
  scroll-margin-top: -4rem;
  scroll-margin-bottom: -4rem;
}
.ybc--scroll-my-17{
  scroll-margin-top: -4.375rem;
  scroll-margin-bottom: -4.375rem;
}
.ybc--scroll-my-20{
  scroll-margin-top: -5rem;
  scroll-margin-bottom: -5rem;
}
.ybc--scroll-my-24{
  scroll-margin-top: -6rem;
  scroll-margin-bottom: -6rem;
}
.ybc--scroll-my-25{
  scroll-margin-top: -6.25rem;
  scroll-margin-bottom: -6.25rem;
}
.ybc--scroll-my-28{
  scroll-margin-top: -7rem;
  scroll-margin-bottom: -7rem;
}
.ybc--scroll-my-32{
  scroll-margin-top: -8rem;
  scroll-margin-bottom: -8rem;
}
.ybc--scroll-my-36{
  scroll-margin-top: -9rem;
  scroll-margin-bottom: -9rem;
}
.ybc--scroll-my-40{
  scroll-margin-top: -10rem;
  scroll-margin-bottom: -10rem;
}
.ybc--scroll-my-44{
  scroll-margin-top: -11rem;
  scroll-margin-bottom: -11rem;
}
.ybc--scroll-my-45{
  scroll-margin-top: -11.25rem;
  scroll-margin-bottom: -11.25rem;
}
.ybc--scroll-my-46{
  scroll-margin-top: -11.875rem;
  scroll-margin-bottom: -11.875rem;
}
.ybc--scroll-my-48{
  scroll-margin-top: -12rem;
  scroll-margin-bottom: -12rem;
}
.ybc--scroll-my-52{
  scroll-margin-top: -13rem;
  scroll-margin-bottom: -13rem;
}
.ybc--scroll-my-56{
  scroll-margin-top: -14rem;
  scroll-margin-bottom: -14rem;
}
.ybc--scroll-my-60{
  scroll-margin-top: -15rem;
  scroll-margin-bottom: -15rem;
}
.ybc--scroll-my-64{
  scroll-margin-top: -16rem;
  scroll-margin-bottom: -16rem;
}
.ybc--scroll-my-76{
  scroll-margin-top: -19rem;
  scroll-margin-bottom: -19rem;
}
.ybc--scroll-my-80{
  scroll-margin-top: -20rem;
  scroll-margin-bottom: -20rem;
}
.ybc--scroll-my-84{
  scroll-margin-top: -21rem;
  scroll-margin-bottom: -21rem;
}
.ybc--scroll-my-px{
  scroll-margin-top: -1px;
  scroll-margin-bottom: -1px;
}
.ybc--scroll-my-0\.5{
  scroll-margin-top: -0.125rem;
  scroll-margin-bottom: -0.125rem;
}
.ybc--scroll-my-1\.5{
  scroll-margin-top: -0.375rem;
  scroll-margin-bottom: -0.375rem;
}
.ybc--scroll-my-2\.5{
  scroll-margin-top: -0.625rem;
  scroll-margin-bottom: -0.625rem;
}
.ybc--scroll-my-3\.5{
  scroll-margin-top: -0.875rem;
  scroll-margin-bottom: -0.875rem;
}
.ybc-scroll-mt-0{
  scroll-margin-top: 0;
}
.ybc-scroll-mt-1{
  scroll-margin-top: 0.25rem;
}
.ybc-scroll-mt-2{
  scroll-margin-top: 0.5rem;
}
.ybc-scroll-mt-3{
  scroll-margin-top: 0.75rem;
}
.ybc-scroll-mt-4{
  scroll-margin-top: 1rem;
}
.ybc-scroll-mt-5{
  scroll-margin-top: 1.25rem;
}
.ybc-scroll-mt-6{
  scroll-margin-top: 1.5rem;
}
.ybc-scroll-mt-7{
  scroll-margin-top: 1.75rem;
}
.ybc-scroll-mt-8{
  scroll-margin-top: 2rem;
}
.ybc-scroll-mt-9{
  scroll-margin-top: 2.25rem;
}
.ybc-scroll-mt-10{
  scroll-margin-top: 2.5rem;
}
.ybc-scroll-mt-11{
  scroll-margin-top: 2.75rem;
}
.ybc-scroll-mt-12{
  scroll-margin-top: 3rem;
}
.ybc-scroll-mt-13{
  scroll-margin-top: 3.25rem;
}
.ybc-scroll-mt-14{
  scroll-margin-top: 3.5rem;
}
.ybc-scroll-mt-15{
  scroll-margin-top: 3.75rem;
}
.ybc-scroll-mt-16{
  scroll-margin-top: 4rem;
}
.ybc-scroll-mt-17{
  scroll-margin-top: 4.375rem;
}
.ybc-scroll-mt-20{
  scroll-margin-top: 5rem;
}
.ybc-scroll-mt-24{
  scroll-margin-top: 6rem;
}
.ybc-scroll-mt-25{
  scroll-margin-top: 6.25rem;
}
.ybc-scroll-mt-28{
  scroll-margin-top: 7rem;
}
.ybc-scroll-mt-32{
  scroll-margin-top: 8rem;
}
.ybc-scroll-mt-36{
  scroll-margin-top: 9rem;
}
.ybc-scroll-mt-40{
  scroll-margin-top: 10rem;
}
.ybc-scroll-mt-44{
  scroll-margin-top: 11rem;
}
.ybc-scroll-mt-45{
  scroll-margin-top: 11.25rem;
}
.ybc-scroll-mt-46{
  scroll-margin-top: 11.875rem;
}
.ybc-scroll-mt-48{
  scroll-margin-top: 12rem;
}
.ybc-scroll-mt-52{
  scroll-margin-top: 13rem;
}
.ybc-scroll-mt-56{
  scroll-margin-top: 14rem;
}
.ybc-scroll-mt-60{
  scroll-margin-top: 15rem;
}
.ybc-scroll-mt-64{
  scroll-margin-top: 16rem;
}
.ybc-scroll-mt-68{
  scroll-margin-top: 17 rem;
}
.ybc-scroll-mt-72{
  scroll-margin-top: 18 rem;
}
.ybc-scroll-mt-76{
  scroll-margin-top: 19rem;
}
.ybc-scroll-mt-80{
  scroll-margin-top: 20rem;
}
.ybc-scroll-mt-84{
  scroll-margin-top: 21rem;
}
.ybc-scroll-mt-px{
  scroll-margin-top: 1px;
}
.ybc-scroll-mt-0\.5{
  scroll-margin-top: 0.125rem;
}
.ybc-scroll-mt-1\.5{
  scroll-margin-top: 0.375rem;
}
.ybc-scroll-mt-2\.5{
  scroll-margin-top: 0.625rem;
}
.ybc-scroll-mt-3\.5{
  scroll-margin-top: 0.875rem;
}
.-ybc-scroll-mt-0{
  scroll-margin-top: 0;
}
.-ybc-scroll-mt-1{
  scroll-margin-top: -0.25rem;
}
.-ybc-scroll-mt-2{
  scroll-margin-top: -0.5rem;
}
.-ybc-scroll-mt-3{
  scroll-margin-top: -0.75rem;
}
.-ybc-scroll-mt-4{
  scroll-margin-top: -1rem;
}
.-ybc-scroll-mt-5{
  scroll-margin-top: -1.25rem;
}
.-ybc-scroll-mt-6{
  scroll-margin-top: -1.5rem;
}
.-ybc-scroll-mt-7{
  scroll-margin-top: -1.75rem;
}
.-ybc-scroll-mt-8{
  scroll-margin-top: -2rem;
}
.-ybc-scroll-mt-9{
  scroll-margin-top: -2.25rem;
}
.-ybc-scroll-mt-10{
  scroll-margin-top: -2.5rem;
}
.-ybc-scroll-mt-11{
  scroll-margin-top: -2.75rem;
}
.-ybc-scroll-mt-12{
  scroll-margin-top: -3rem;
}
.-ybc-scroll-mt-13{
  scroll-margin-top: -3.25rem;
}
.-ybc-scroll-mt-14{
  scroll-margin-top: -3.5rem;
}
.-ybc-scroll-mt-15{
  scroll-margin-top: -3.75rem;
}
.-ybc-scroll-mt-16{
  scroll-margin-top: -4rem;
}
.-ybc-scroll-mt-17{
  scroll-margin-top: -4.375rem;
}
.-ybc-scroll-mt-20{
  scroll-margin-top: -5rem;
}
.-ybc-scroll-mt-24{
  scroll-margin-top: -6rem;
}
.-ybc-scroll-mt-25{
  scroll-margin-top: -6.25rem;
}
.-ybc-scroll-mt-28{
  scroll-margin-top: -7rem;
}
.-ybc-scroll-mt-32{
  scroll-margin-top: -8rem;
}
.-ybc-scroll-mt-36{
  scroll-margin-top: -9rem;
}
.-ybc-scroll-mt-40{
  scroll-margin-top: -10rem;
}
.-ybc-scroll-mt-44{
  scroll-margin-top: -11rem;
}
.-ybc-scroll-mt-45{
  scroll-margin-top: -11.25rem;
}
.-ybc-scroll-mt-46{
  scroll-margin-top: -11.875rem;
}
.-ybc-scroll-mt-48{
  scroll-margin-top: -12rem;
}
.-ybc-scroll-mt-52{
  scroll-margin-top: -13rem;
}
.-ybc-scroll-mt-56{
  scroll-margin-top: -14rem;
}
.-ybc-scroll-mt-60{
  scroll-margin-top: -15rem;
}
.-ybc-scroll-mt-64{
  scroll-margin-top: -16rem;
}
.-ybc-scroll-mt-76{
  scroll-margin-top: -19rem;
}
.-ybc-scroll-mt-80{
  scroll-margin-top: -20rem;
}
.-ybc-scroll-mt-84{
  scroll-margin-top: -21rem;
}
.-ybc-scroll-mt-px{
  scroll-margin-top: -1px;
}
.-ybc-scroll-mt-0\.5{
  scroll-margin-top: -0.125rem;
}
.-ybc-scroll-mt-1\.5{
  scroll-margin-top: -0.375rem;
}
.-ybc-scroll-mt-2\.5{
  scroll-margin-top: -0.625rem;
}
.-ybc-scroll-mt-3\.5{
  scroll-margin-top: -0.875rem;
}
.ybc--scroll-mt-0{
  scroll-margin-top: 0;
}
.ybc--scroll-mt-1{
  scroll-margin-top: -0.25rem;
}
.ybc--scroll-mt-2{
  scroll-margin-top: -0.5rem;
}
.ybc--scroll-mt-3{
  scroll-margin-top: -0.75rem;
}
.ybc--scroll-mt-4{
  scroll-margin-top: -1rem;
}
.ybc--scroll-mt-5{
  scroll-margin-top: -1.25rem;
}
.ybc--scroll-mt-6{
  scroll-margin-top: -1.5rem;
}
.ybc--scroll-mt-7{
  scroll-margin-top: -1.75rem;
}
.ybc--scroll-mt-8{
  scroll-margin-top: -2rem;
}
.ybc--scroll-mt-9{
  scroll-margin-top: -2.25rem;
}
.ybc--scroll-mt-10{
  scroll-margin-top: -2.5rem;
}
.ybc--scroll-mt-11{
  scroll-margin-top: -2.75rem;
}
.ybc--scroll-mt-12{
  scroll-margin-top: -3rem;
}
.ybc--scroll-mt-13{
  scroll-margin-top: -3.25rem;
}
.ybc--scroll-mt-14{
  scroll-margin-top: -3.5rem;
}
.ybc--scroll-mt-15{
  scroll-margin-top: -3.75rem;
}
.ybc--scroll-mt-16{
  scroll-margin-top: -4rem;
}
.ybc--scroll-mt-17{
  scroll-margin-top: -4.375rem;
}
.ybc--scroll-mt-20{
  scroll-margin-top: -5rem;
}
.ybc--scroll-mt-24{
  scroll-margin-top: -6rem;
}
.ybc--scroll-mt-25{
  scroll-margin-top: -6.25rem;
}
.ybc--scroll-mt-28{
  scroll-margin-top: -7rem;
}
.ybc--scroll-mt-32{
  scroll-margin-top: -8rem;
}
.ybc--scroll-mt-36{
  scroll-margin-top: -9rem;
}
.ybc--scroll-mt-40{
  scroll-margin-top: -10rem;
}
.ybc--scroll-mt-44{
  scroll-margin-top: -11rem;
}
.ybc--scroll-mt-45{
  scroll-margin-top: -11.25rem;
}
.ybc--scroll-mt-46{
  scroll-margin-top: -11.875rem;
}
.ybc--scroll-mt-48{
  scroll-margin-top: -12rem;
}
.ybc--scroll-mt-52{
  scroll-margin-top: -13rem;
}
.ybc--scroll-mt-56{
  scroll-margin-top: -14rem;
}
.ybc--scroll-mt-60{
  scroll-margin-top: -15rem;
}
.ybc--scroll-mt-64{
  scroll-margin-top: -16rem;
}
.ybc--scroll-mt-76{
  scroll-margin-top: -19rem;
}
.ybc--scroll-mt-80{
  scroll-margin-top: -20rem;
}
.ybc--scroll-mt-84{
  scroll-margin-top: -21rem;
}
.ybc--scroll-mt-px{
  scroll-margin-top: -1px;
}
.ybc--scroll-mt-0\.5{
  scroll-margin-top: -0.125rem;
}
.ybc--scroll-mt-1\.5{
  scroll-margin-top: -0.375rem;
}
.ybc--scroll-mt-2\.5{
  scroll-margin-top: -0.625rem;
}
.ybc--scroll-mt-3\.5{
  scroll-margin-top: -0.875rem;
}
.ybc-scroll-mr-0{
  scroll-margin-right: 0;
}
.ybc-scroll-mr-1{
  scroll-margin-right: 0.25rem;
}
.ybc-scroll-mr-2{
  scroll-margin-right: 0.5rem;
}
.ybc-scroll-mr-3{
  scroll-margin-right: 0.75rem;
}
.ybc-scroll-mr-4{
  scroll-margin-right: 1rem;
}
.ybc-scroll-mr-5{
  scroll-margin-right: 1.25rem;
}
.ybc-scroll-mr-6{
  scroll-margin-right: 1.5rem;
}
.ybc-scroll-mr-7{
  scroll-margin-right: 1.75rem;
}
.ybc-scroll-mr-8{
  scroll-margin-right: 2rem;
}
.ybc-scroll-mr-9{
  scroll-margin-right: 2.25rem;
}
.ybc-scroll-mr-10{
  scroll-margin-right: 2.5rem;
}
.ybc-scroll-mr-11{
  scroll-margin-right: 2.75rem;
}
.ybc-scroll-mr-12{
  scroll-margin-right: 3rem;
}
.ybc-scroll-mr-13{
  scroll-margin-right: 3.25rem;
}
.ybc-scroll-mr-14{
  scroll-margin-right: 3.5rem;
}
.ybc-scroll-mr-15{
  scroll-margin-right: 3.75rem;
}
.ybc-scroll-mr-16{
  scroll-margin-right: 4rem;
}
.ybc-scroll-mr-17{
  scroll-margin-right: 4.375rem;
}
.ybc-scroll-mr-20{
  scroll-margin-right: 5rem;
}
.ybc-scroll-mr-24{
  scroll-margin-right: 6rem;
}
.ybc-scroll-mr-25{
  scroll-margin-right: 6.25rem;
}
.ybc-scroll-mr-28{
  scroll-margin-right: 7rem;
}
.ybc-scroll-mr-32{
  scroll-margin-right: 8rem;
}
.ybc-scroll-mr-36{
  scroll-margin-right: 9rem;
}
.ybc-scroll-mr-40{
  scroll-margin-right: 10rem;
}
.ybc-scroll-mr-44{
  scroll-margin-right: 11rem;
}
.ybc-scroll-mr-45{
  scroll-margin-right: 11.25rem;
}
.ybc-scroll-mr-46{
  scroll-margin-right: 11.875rem;
}
.ybc-scroll-mr-48{
  scroll-margin-right: 12rem;
}
.ybc-scroll-mr-52{
  scroll-margin-right: 13rem;
}
.ybc-scroll-mr-56{
  scroll-margin-right: 14rem;
}
.ybc-scroll-mr-60{
  scroll-margin-right: 15rem;
}
.ybc-scroll-mr-64{
  scroll-margin-right: 16rem;
}
.ybc-scroll-mr-68{
  scroll-margin-right: 17 rem;
}
.ybc-scroll-mr-72{
  scroll-margin-right: 18 rem;
}
.ybc-scroll-mr-76{
  scroll-margin-right: 19rem;
}
.ybc-scroll-mr-80{
  scroll-margin-right: 20rem;
}
.ybc-scroll-mr-84{
  scroll-margin-right: 21rem;
}
.ybc-scroll-mr-px{
  scroll-margin-right: 1px;
}
.ybc-scroll-mr-0\.5{
  scroll-margin-right: 0.125rem;
}
.ybc-scroll-mr-1\.5{
  scroll-margin-right: 0.375rem;
}
.ybc-scroll-mr-2\.5{
  scroll-margin-right: 0.625rem;
}
.ybc-scroll-mr-3\.5{
  scroll-margin-right: 0.875rem;
}
.-ybc-scroll-mr-0{
  scroll-margin-right: 0;
}
.-ybc-scroll-mr-1{
  scroll-margin-right: -0.25rem;
}
.-ybc-scroll-mr-2{
  scroll-margin-right: -0.5rem;
}
.-ybc-scroll-mr-3{
  scroll-margin-right: -0.75rem;
}
.-ybc-scroll-mr-4{
  scroll-margin-right: -1rem;
}
.-ybc-scroll-mr-5{
  scroll-margin-right: -1.25rem;
}
.-ybc-scroll-mr-6{
  scroll-margin-right: -1.5rem;
}
.-ybc-scroll-mr-7{
  scroll-margin-right: -1.75rem;
}
.-ybc-scroll-mr-8{
  scroll-margin-right: -2rem;
}
.-ybc-scroll-mr-9{
  scroll-margin-right: -2.25rem;
}
.-ybc-scroll-mr-10{
  scroll-margin-right: -2.5rem;
}
.-ybc-scroll-mr-11{
  scroll-margin-right: -2.75rem;
}
.-ybc-scroll-mr-12{
  scroll-margin-right: -3rem;
}
.-ybc-scroll-mr-13{
  scroll-margin-right: -3.25rem;
}
.-ybc-scroll-mr-14{
  scroll-margin-right: -3.5rem;
}
.-ybc-scroll-mr-15{
  scroll-margin-right: -3.75rem;
}
.-ybc-scroll-mr-16{
  scroll-margin-right: -4rem;
}
.-ybc-scroll-mr-17{
  scroll-margin-right: -4.375rem;
}
.-ybc-scroll-mr-20{
  scroll-margin-right: -5rem;
}
.-ybc-scroll-mr-24{
  scroll-margin-right: -6rem;
}
.-ybc-scroll-mr-25{
  scroll-margin-right: -6.25rem;
}
.-ybc-scroll-mr-28{
  scroll-margin-right: -7rem;
}
.-ybc-scroll-mr-32{
  scroll-margin-right: -8rem;
}
.-ybc-scroll-mr-36{
  scroll-margin-right: -9rem;
}
.-ybc-scroll-mr-40{
  scroll-margin-right: -10rem;
}
.-ybc-scroll-mr-44{
  scroll-margin-right: -11rem;
}
.-ybc-scroll-mr-45{
  scroll-margin-right: -11.25rem;
}
.-ybc-scroll-mr-46{
  scroll-margin-right: -11.875rem;
}
.-ybc-scroll-mr-48{
  scroll-margin-right: -12rem;
}
.-ybc-scroll-mr-52{
  scroll-margin-right: -13rem;
}
.-ybc-scroll-mr-56{
  scroll-margin-right: -14rem;
}
.-ybc-scroll-mr-60{
  scroll-margin-right: -15rem;
}
.-ybc-scroll-mr-64{
  scroll-margin-right: -16rem;
}
.-ybc-scroll-mr-76{
  scroll-margin-right: -19rem;
}
.-ybc-scroll-mr-80{
  scroll-margin-right: -20rem;
}
.-ybc-scroll-mr-84{
  scroll-margin-right: -21rem;
}
.-ybc-scroll-mr-px{
  scroll-margin-right: -1px;
}
.-ybc-scroll-mr-0\.5{
  scroll-margin-right: -0.125rem;
}
.-ybc-scroll-mr-1\.5{
  scroll-margin-right: -0.375rem;
}
.-ybc-scroll-mr-2\.5{
  scroll-margin-right: -0.625rem;
}
.-ybc-scroll-mr-3\.5{
  scroll-margin-right: -0.875rem;
}
.ybc--scroll-mr-0{
  scroll-margin-right: 0;
}
.ybc--scroll-mr-1{
  scroll-margin-right: -0.25rem;
}
.ybc--scroll-mr-2{
  scroll-margin-right: -0.5rem;
}
.ybc--scroll-mr-3{
  scroll-margin-right: -0.75rem;
}
.ybc--scroll-mr-4{
  scroll-margin-right: -1rem;
}
.ybc--scroll-mr-5{
  scroll-margin-right: -1.25rem;
}
.ybc--scroll-mr-6{
  scroll-margin-right: -1.5rem;
}
.ybc--scroll-mr-7{
  scroll-margin-right: -1.75rem;
}
.ybc--scroll-mr-8{
  scroll-margin-right: -2rem;
}
.ybc--scroll-mr-9{
  scroll-margin-right: -2.25rem;
}
.ybc--scroll-mr-10{
  scroll-margin-right: -2.5rem;
}
.ybc--scroll-mr-11{
  scroll-margin-right: -2.75rem;
}
.ybc--scroll-mr-12{
  scroll-margin-right: -3rem;
}
.ybc--scroll-mr-13{
  scroll-margin-right: -3.25rem;
}
.ybc--scroll-mr-14{
  scroll-margin-right: -3.5rem;
}
.ybc--scroll-mr-15{
  scroll-margin-right: -3.75rem;
}
.ybc--scroll-mr-16{
  scroll-margin-right: -4rem;
}
.ybc--scroll-mr-17{
  scroll-margin-right: -4.375rem;
}
.ybc--scroll-mr-20{
  scroll-margin-right: -5rem;
}
.ybc--scroll-mr-24{
  scroll-margin-right: -6rem;
}
.ybc--scroll-mr-25{
  scroll-margin-right: -6.25rem;
}
.ybc--scroll-mr-28{
  scroll-margin-right: -7rem;
}
.ybc--scroll-mr-32{
  scroll-margin-right: -8rem;
}
.ybc--scroll-mr-36{
  scroll-margin-right: -9rem;
}
.ybc--scroll-mr-40{
  scroll-margin-right: -10rem;
}
.ybc--scroll-mr-44{
  scroll-margin-right: -11rem;
}
.ybc--scroll-mr-45{
  scroll-margin-right: -11.25rem;
}
.ybc--scroll-mr-46{
  scroll-margin-right: -11.875rem;
}
.ybc--scroll-mr-48{
  scroll-margin-right: -12rem;
}
.ybc--scroll-mr-52{
  scroll-margin-right: -13rem;
}
.ybc--scroll-mr-56{
  scroll-margin-right: -14rem;
}
.ybc--scroll-mr-60{
  scroll-margin-right: -15rem;
}
.ybc--scroll-mr-64{
  scroll-margin-right: -16rem;
}
.ybc--scroll-mr-76{
  scroll-margin-right: -19rem;
}
.ybc--scroll-mr-80{
  scroll-margin-right: -20rem;
}
.ybc--scroll-mr-84{
  scroll-margin-right: -21rem;
}
.ybc--scroll-mr-px{
  scroll-margin-right: -1px;
}
.ybc--scroll-mr-0\.5{
  scroll-margin-right: -0.125rem;
}
.ybc--scroll-mr-1\.5{
  scroll-margin-right: -0.375rem;
}
.ybc--scroll-mr-2\.5{
  scroll-margin-right: -0.625rem;
}
.ybc--scroll-mr-3\.5{
  scroll-margin-right: -0.875rem;
}
.ybc-scroll-mb-0{
  scroll-margin-bottom: 0;
}
.ybc-scroll-mb-1{
  scroll-margin-bottom: 0.25rem;
}
.ybc-scroll-mb-2{
  scroll-margin-bottom: 0.5rem;
}
.ybc-scroll-mb-3{
  scroll-margin-bottom: 0.75rem;
}
.ybc-scroll-mb-4{
  scroll-margin-bottom: 1rem;
}
.ybc-scroll-mb-5{
  scroll-margin-bottom: 1.25rem;
}
.ybc-scroll-mb-6{
  scroll-margin-bottom: 1.5rem;
}
.ybc-scroll-mb-7{
  scroll-margin-bottom: 1.75rem;
}
.ybc-scroll-mb-8{
  scroll-margin-bottom: 2rem;
}
.ybc-scroll-mb-9{
  scroll-margin-bottom: 2.25rem;
}
.ybc-scroll-mb-10{
  scroll-margin-bottom: 2.5rem;
}
.ybc-scroll-mb-11{
  scroll-margin-bottom: 2.75rem;
}
.ybc-scroll-mb-12{
  scroll-margin-bottom: 3rem;
}
.ybc-scroll-mb-13{
  scroll-margin-bottom: 3.25rem;
}
.ybc-scroll-mb-14{
  scroll-margin-bottom: 3.5rem;
}
.ybc-scroll-mb-15{
  scroll-margin-bottom: 3.75rem;
}
.ybc-scroll-mb-16{
  scroll-margin-bottom: 4rem;
}
.ybc-scroll-mb-17{
  scroll-margin-bottom: 4.375rem;
}
.ybc-scroll-mb-20{
  scroll-margin-bottom: 5rem;
}
.ybc-scroll-mb-24{
  scroll-margin-bottom: 6rem;
}
.ybc-scroll-mb-25{
  scroll-margin-bottom: 6.25rem;
}
.ybc-scroll-mb-28{
  scroll-margin-bottom: 7rem;
}
.ybc-scroll-mb-32{
  scroll-margin-bottom: 8rem;
}
.ybc-scroll-mb-36{
  scroll-margin-bottom: 9rem;
}
.ybc-scroll-mb-40{
  scroll-margin-bottom: 10rem;
}
.ybc-scroll-mb-44{
  scroll-margin-bottom: 11rem;
}
.ybc-scroll-mb-45{
  scroll-margin-bottom: 11.25rem;
}
.ybc-scroll-mb-46{
  scroll-margin-bottom: 11.875rem;
}
.ybc-scroll-mb-48{
  scroll-margin-bottom: 12rem;
}
.ybc-scroll-mb-52{
  scroll-margin-bottom: 13rem;
}
.ybc-scroll-mb-56{
  scroll-margin-bottom: 14rem;
}
.ybc-scroll-mb-60{
  scroll-margin-bottom: 15rem;
}
.ybc-scroll-mb-64{
  scroll-margin-bottom: 16rem;
}
.ybc-scroll-mb-68{
  scroll-margin-bottom: 17 rem;
}
.ybc-scroll-mb-72{
  scroll-margin-bottom: 18 rem;
}
.ybc-scroll-mb-76{
  scroll-margin-bottom: 19rem;
}
.ybc-scroll-mb-80{
  scroll-margin-bottom: 20rem;
}
.ybc-scroll-mb-84{
  scroll-margin-bottom: 21rem;
}
.ybc-scroll-mb-px{
  scroll-margin-bottom: 1px;
}
.ybc-scroll-mb-0\.5{
  scroll-margin-bottom: 0.125rem;
}
.ybc-scroll-mb-1\.5{
  scroll-margin-bottom: 0.375rem;
}
.ybc-scroll-mb-2\.5{
  scroll-margin-bottom: 0.625rem;
}
.ybc-scroll-mb-3\.5{
  scroll-margin-bottom: 0.875rem;
}
.-ybc-scroll-mb-0{
  scroll-margin-bottom: 0;
}
.-ybc-scroll-mb-1{
  scroll-margin-bottom: -0.25rem;
}
.-ybc-scroll-mb-2{
  scroll-margin-bottom: -0.5rem;
}
.-ybc-scroll-mb-3{
  scroll-margin-bottom: -0.75rem;
}
.-ybc-scroll-mb-4{
  scroll-margin-bottom: -1rem;
}
.-ybc-scroll-mb-5{
  scroll-margin-bottom: -1.25rem;
}
.-ybc-scroll-mb-6{
  scroll-margin-bottom: -1.5rem;
}
.-ybc-scroll-mb-7{
  scroll-margin-bottom: -1.75rem;
}
.-ybc-scroll-mb-8{
  scroll-margin-bottom: -2rem;
}
.-ybc-scroll-mb-9{
  scroll-margin-bottom: -2.25rem;
}
.-ybc-scroll-mb-10{
  scroll-margin-bottom: -2.5rem;
}
.-ybc-scroll-mb-11{
  scroll-margin-bottom: -2.75rem;
}
.-ybc-scroll-mb-12{
  scroll-margin-bottom: -3rem;
}
.-ybc-scroll-mb-13{
  scroll-margin-bottom: -3.25rem;
}
.-ybc-scroll-mb-14{
  scroll-margin-bottom: -3.5rem;
}
.-ybc-scroll-mb-15{
  scroll-margin-bottom: -3.75rem;
}
.-ybc-scroll-mb-16{
  scroll-margin-bottom: -4rem;
}
.-ybc-scroll-mb-17{
  scroll-margin-bottom: -4.375rem;
}
.-ybc-scroll-mb-20{
  scroll-margin-bottom: -5rem;
}
.-ybc-scroll-mb-24{
  scroll-margin-bottom: -6rem;
}
.-ybc-scroll-mb-25{
  scroll-margin-bottom: -6.25rem;
}
.-ybc-scroll-mb-28{
  scroll-margin-bottom: -7rem;
}
.-ybc-scroll-mb-32{
  scroll-margin-bottom: -8rem;
}
.-ybc-scroll-mb-36{
  scroll-margin-bottom: -9rem;
}
.-ybc-scroll-mb-40{
  scroll-margin-bottom: -10rem;
}
.-ybc-scroll-mb-44{
  scroll-margin-bottom: -11rem;
}
.-ybc-scroll-mb-45{
  scroll-margin-bottom: -11.25rem;
}
.-ybc-scroll-mb-46{
  scroll-margin-bottom: -11.875rem;
}
.-ybc-scroll-mb-48{
  scroll-margin-bottom: -12rem;
}
.-ybc-scroll-mb-52{
  scroll-margin-bottom: -13rem;
}
.-ybc-scroll-mb-56{
  scroll-margin-bottom: -14rem;
}
.-ybc-scroll-mb-60{
  scroll-margin-bottom: -15rem;
}
.-ybc-scroll-mb-64{
  scroll-margin-bottom: -16rem;
}
.-ybc-scroll-mb-76{
  scroll-margin-bottom: -19rem;
}
.-ybc-scroll-mb-80{
  scroll-margin-bottom: -20rem;
}
.-ybc-scroll-mb-84{
  scroll-margin-bottom: -21rem;
}
.-ybc-scroll-mb-px{
  scroll-margin-bottom: -1px;
}
.-ybc-scroll-mb-0\.5{
  scroll-margin-bottom: -0.125rem;
}
.-ybc-scroll-mb-1\.5{
  scroll-margin-bottom: -0.375rem;
}
.-ybc-scroll-mb-2\.5{
  scroll-margin-bottom: -0.625rem;
}
.-ybc-scroll-mb-3\.5{
  scroll-margin-bottom: -0.875rem;
}
.ybc--scroll-mb-0{
  scroll-margin-bottom: 0;
}
.ybc--scroll-mb-1{
  scroll-margin-bottom: -0.25rem;
}
.ybc--scroll-mb-2{
  scroll-margin-bottom: -0.5rem;
}
.ybc--scroll-mb-3{
  scroll-margin-bottom: -0.75rem;
}
.ybc--scroll-mb-4{
  scroll-margin-bottom: -1rem;
}
.ybc--scroll-mb-5{
  scroll-margin-bottom: -1.25rem;
}
.ybc--scroll-mb-6{
  scroll-margin-bottom: -1.5rem;
}
.ybc--scroll-mb-7{
  scroll-margin-bottom: -1.75rem;
}
.ybc--scroll-mb-8{
  scroll-margin-bottom: -2rem;
}
.ybc--scroll-mb-9{
  scroll-margin-bottom: -2.25rem;
}
.ybc--scroll-mb-10{
  scroll-margin-bottom: -2.5rem;
}
.ybc--scroll-mb-11{
  scroll-margin-bottom: -2.75rem;
}
.ybc--scroll-mb-12{
  scroll-margin-bottom: -3rem;
}
.ybc--scroll-mb-13{
  scroll-margin-bottom: -3.25rem;
}
.ybc--scroll-mb-14{
  scroll-margin-bottom: -3.5rem;
}
.ybc--scroll-mb-15{
  scroll-margin-bottom: -3.75rem;
}
.ybc--scroll-mb-16{
  scroll-margin-bottom: -4rem;
}
.ybc--scroll-mb-17{
  scroll-margin-bottom: -4.375rem;
}
.ybc--scroll-mb-20{
  scroll-margin-bottom: -5rem;
}
.ybc--scroll-mb-24{
  scroll-margin-bottom: -6rem;
}
.ybc--scroll-mb-25{
  scroll-margin-bottom: -6.25rem;
}
.ybc--scroll-mb-28{
  scroll-margin-bottom: -7rem;
}
.ybc--scroll-mb-32{
  scroll-margin-bottom: -8rem;
}
.ybc--scroll-mb-36{
  scroll-margin-bottom: -9rem;
}
.ybc--scroll-mb-40{
  scroll-margin-bottom: -10rem;
}
.ybc--scroll-mb-44{
  scroll-margin-bottom: -11rem;
}
.ybc--scroll-mb-45{
  scroll-margin-bottom: -11.25rem;
}
.ybc--scroll-mb-46{
  scroll-margin-bottom: -11.875rem;
}
.ybc--scroll-mb-48{
  scroll-margin-bottom: -12rem;
}
.ybc--scroll-mb-52{
  scroll-margin-bottom: -13rem;
}
.ybc--scroll-mb-56{
  scroll-margin-bottom: -14rem;
}
.ybc--scroll-mb-60{
  scroll-margin-bottom: -15rem;
}
.ybc--scroll-mb-64{
  scroll-margin-bottom: -16rem;
}
.ybc--scroll-mb-76{
  scroll-margin-bottom: -19rem;
}
.ybc--scroll-mb-80{
  scroll-margin-bottom: -20rem;
}
.ybc--scroll-mb-84{
  scroll-margin-bottom: -21rem;
}
.ybc--scroll-mb-px{
  scroll-margin-bottom: -1px;
}
.ybc--scroll-mb-0\.5{
  scroll-margin-bottom: -0.125rem;
}
.ybc--scroll-mb-1\.5{
  scroll-margin-bottom: -0.375rem;
}
.ybc--scroll-mb-2\.5{
  scroll-margin-bottom: -0.625rem;
}
.ybc--scroll-mb-3\.5{
  scroll-margin-bottom: -0.875rem;
}
.ybc-scroll-ml-0{
  scroll-margin-left: 0;
}
.ybc-scroll-ml-1{
  scroll-margin-left: 0.25rem;
}
.ybc-scroll-ml-2{
  scroll-margin-left: 0.5rem;
}
.ybc-scroll-ml-3{
  scroll-margin-left: 0.75rem;
}
.ybc-scroll-ml-4{
  scroll-margin-left: 1rem;
}
.ybc-scroll-ml-5{
  scroll-margin-left: 1.25rem;
}
.ybc-scroll-ml-6{
  scroll-margin-left: 1.5rem;
}
.ybc-scroll-ml-7{
  scroll-margin-left: 1.75rem;
}
.ybc-scroll-ml-8{
  scroll-margin-left: 2rem;
}
.ybc-scroll-ml-9{
  scroll-margin-left: 2.25rem;
}
.ybc-scroll-ml-10{
  scroll-margin-left: 2.5rem;
}
.ybc-scroll-ml-11{
  scroll-margin-left: 2.75rem;
}
.ybc-scroll-ml-12{
  scroll-margin-left: 3rem;
}
.ybc-scroll-ml-13{
  scroll-margin-left: 3.25rem;
}
.ybc-scroll-ml-14{
  scroll-margin-left: 3.5rem;
}
.ybc-scroll-ml-15{
  scroll-margin-left: 3.75rem;
}
.ybc-scroll-ml-16{
  scroll-margin-left: 4rem;
}
.ybc-scroll-ml-17{
  scroll-margin-left: 4.375rem;
}
.ybc-scroll-ml-20{
  scroll-margin-left: 5rem;
}
.ybc-scroll-ml-24{
  scroll-margin-left: 6rem;
}
.ybc-scroll-ml-25{
  scroll-margin-left: 6.25rem;
}
.ybc-scroll-ml-28{
  scroll-margin-left: 7rem;
}
.ybc-scroll-ml-32{
  scroll-margin-left: 8rem;
}
.ybc-scroll-ml-36{
  scroll-margin-left: 9rem;
}
.ybc-scroll-ml-40{
  scroll-margin-left: 10rem;
}
.ybc-scroll-ml-44{
  scroll-margin-left: 11rem;
}
.ybc-scroll-ml-45{
  scroll-margin-left: 11.25rem;
}
.ybc-scroll-ml-46{
  scroll-margin-left: 11.875rem;
}
.ybc-scroll-ml-48{
  scroll-margin-left: 12rem;
}
.ybc-scroll-ml-52{
  scroll-margin-left: 13rem;
}
.ybc-scroll-ml-56{
  scroll-margin-left: 14rem;
}
.ybc-scroll-ml-60{
  scroll-margin-left: 15rem;
}
.ybc-scroll-ml-64{
  scroll-margin-left: 16rem;
}
.ybc-scroll-ml-68{
  scroll-margin-left: 17 rem;
}
.ybc-scroll-ml-72{
  scroll-margin-left: 18 rem;
}
.ybc-scroll-ml-76{
  scroll-margin-left: 19rem;
}
.ybc-scroll-ml-80{
  scroll-margin-left: 20rem;
}
.ybc-scroll-ml-84{
  scroll-margin-left: 21rem;
}
.ybc-scroll-ml-px{
  scroll-margin-left: 1px;
}
.ybc-scroll-ml-0\.5{
  scroll-margin-left: 0.125rem;
}
.ybc-scroll-ml-1\.5{
  scroll-margin-left: 0.375rem;
}
.ybc-scroll-ml-2\.5{
  scroll-margin-left: 0.625rem;
}
.ybc-scroll-ml-3\.5{
  scroll-margin-left: 0.875rem;
}
.-ybc-scroll-ml-0{
  scroll-margin-left: 0;
}
.-ybc-scroll-ml-1{
  scroll-margin-left: -0.25rem;
}
.-ybc-scroll-ml-2{
  scroll-margin-left: -0.5rem;
}
.-ybc-scroll-ml-3{
  scroll-margin-left: -0.75rem;
}
.-ybc-scroll-ml-4{
  scroll-margin-left: -1rem;
}
.-ybc-scroll-ml-5{
  scroll-margin-left: -1.25rem;
}
.-ybc-scroll-ml-6{
  scroll-margin-left: -1.5rem;
}
.-ybc-scroll-ml-7{
  scroll-margin-left: -1.75rem;
}
.-ybc-scroll-ml-8{
  scroll-margin-left: -2rem;
}
.-ybc-scroll-ml-9{
  scroll-margin-left: -2.25rem;
}
.-ybc-scroll-ml-10{
  scroll-margin-left: -2.5rem;
}
.-ybc-scroll-ml-11{
  scroll-margin-left: -2.75rem;
}
.-ybc-scroll-ml-12{
  scroll-margin-left: -3rem;
}
.-ybc-scroll-ml-13{
  scroll-margin-left: -3.25rem;
}
.-ybc-scroll-ml-14{
  scroll-margin-left: -3.5rem;
}
.-ybc-scroll-ml-15{
  scroll-margin-left: -3.75rem;
}
.-ybc-scroll-ml-16{
  scroll-margin-left: -4rem;
}
.-ybc-scroll-ml-17{
  scroll-margin-left: -4.375rem;
}
.-ybc-scroll-ml-20{
  scroll-margin-left: -5rem;
}
.-ybc-scroll-ml-24{
  scroll-margin-left: -6rem;
}
.-ybc-scroll-ml-25{
  scroll-margin-left: -6.25rem;
}
.-ybc-scroll-ml-28{
  scroll-margin-left: -7rem;
}
.-ybc-scroll-ml-32{
  scroll-margin-left: -8rem;
}
.-ybc-scroll-ml-36{
  scroll-margin-left: -9rem;
}
.-ybc-scroll-ml-40{
  scroll-margin-left: -10rem;
}
.-ybc-scroll-ml-44{
  scroll-margin-left: -11rem;
}
.-ybc-scroll-ml-45{
  scroll-margin-left: -11.25rem;
}
.-ybc-scroll-ml-46{
  scroll-margin-left: -11.875rem;
}
.-ybc-scroll-ml-48{
  scroll-margin-left: -12rem;
}
.-ybc-scroll-ml-52{
  scroll-margin-left: -13rem;
}
.-ybc-scroll-ml-56{
  scroll-margin-left: -14rem;
}
.-ybc-scroll-ml-60{
  scroll-margin-left: -15rem;
}
.-ybc-scroll-ml-64{
  scroll-margin-left: -16rem;
}
.-ybc-scroll-ml-76{
  scroll-margin-left: -19rem;
}
.-ybc-scroll-ml-80{
  scroll-margin-left: -20rem;
}
.-ybc-scroll-ml-84{
  scroll-margin-left: -21rem;
}
.-ybc-scroll-ml-px{
  scroll-margin-left: -1px;
}
.-ybc-scroll-ml-0\.5{
  scroll-margin-left: -0.125rem;
}
.-ybc-scroll-ml-1\.5{
  scroll-margin-left: -0.375rem;
}
.-ybc-scroll-ml-2\.5{
  scroll-margin-left: -0.625rem;
}
.-ybc-scroll-ml-3\.5{
  scroll-margin-left: -0.875rem;
}
.ybc--scroll-ml-0{
  scroll-margin-left: 0;
}
.ybc--scroll-ml-1{
  scroll-margin-left: -0.25rem;
}
.ybc--scroll-ml-2{
  scroll-margin-left: -0.5rem;
}
.ybc--scroll-ml-3{
  scroll-margin-left: -0.75rem;
}
.ybc--scroll-ml-4{
  scroll-margin-left: -1rem;
}
.ybc--scroll-ml-5{
  scroll-margin-left: -1.25rem;
}
.ybc--scroll-ml-6{
  scroll-margin-left: -1.5rem;
}
.ybc--scroll-ml-7{
  scroll-margin-left: -1.75rem;
}
.ybc--scroll-ml-8{
  scroll-margin-left: -2rem;
}
.ybc--scroll-ml-9{
  scroll-margin-left: -2.25rem;
}
.ybc--scroll-ml-10{
  scroll-margin-left: -2.5rem;
}
.ybc--scroll-ml-11{
  scroll-margin-left: -2.75rem;
}
.ybc--scroll-ml-12{
  scroll-margin-left: -3rem;
}
.ybc--scroll-ml-13{
  scroll-margin-left: -3.25rem;
}
.ybc--scroll-ml-14{
  scroll-margin-left: -3.5rem;
}
.ybc--scroll-ml-15{
  scroll-margin-left: -3.75rem;
}
.ybc--scroll-ml-16{
  scroll-margin-left: -4rem;
}
.ybc--scroll-ml-17{
  scroll-margin-left: -4.375rem;
}
.ybc--scroll-ml-20{
  scroll-margin-left: -5rem;
}
.ybc--scroll-ml-24{
  scroll-margin-left: -6rem;
}
.ybc--scroll-ml-25{
  scroll-margin-left: -6.25rem;
}
.ybc--scroll-ml-28{
  scroll-margin-left: -7rem;
}
.ybc--scroll-ml-32{
  scroll-margin-left: -8rem;
}
.ybc--scroll-ml-36{
  scroll-margin-left: -9rem;
}
.ybc--scroll-ml-40{
  scroll-margin-left: -10rem;
}
.ybc--scroll-ml-44{
  scroll-margin-left: -11rem;
}
.ybc--scroll-ml-45{
  scroll-margin-left: -11.25rem;
}
.ybc--scroll-ml-46{
  scroll-margin-left: -11.875rem;
}
.ybc--scroll-ml-48{
  scroll-margin-left: -12rem;
}
.ybc--scroll-ml-52{
  scroll-margin-left: -13rem;
}
.ybc--scroll-ml-56{
  scroll-margin-left: -14rem;
}
.ybc--scroll-ml-60{
  scroll-margin-left: -15rem;
}
.ybc--scroll-ml-64{
  scroll-margin-left: -16rem;
}
.ybc--scroll-ml-76{
  scroll-margin-left: -19rem;
}
.ybc--scroll-ml-80{
  scroll-margin-left: -20rem;
}
.ybc--scroll-ml-84{
  scroll-margin-left: -21rem;
}
.ybc--scroll-ml-px{
  scroll-margin-left: -1px;
}
.ybc--scroll-ml-0\.5{
  scroll-margin-left: -0.125rem;
}
.ybc--scroll-ml-1\.5{
  scroll-margin-left: -0.375rem;
}
.ybc--scroll-ml-2\.5{
  scroll-margin-left: -0.625rem;
}
.ybc--scroll-ml-3\.5{
  scroll-margin-left: -0.875rem;
}
.ybc-scroll-p-0{
  scroll-padding: 0;
}
.ybc-scroll-p-1{
  scroll-padding: 0.25rem;
}
.ybc-scroll-p-2{
  scroll-padding: 0.5rem;
}
.ybc-scroll-p-3{
  scroll-padding: 0.75rem;
}
.ybc-scroll-p-4{
  scroll-padding: 1rem;
}
.ybc-scroll-p-5{
  scroll-padding: 1.25rem;
}
.ybc-scroll-p-6{
  scroll-padding: 1.5rem;
}
.ybc-scroll-p-7{
  scroll-padding: 1.75rem;
}
.ybc-scroll-p-8{
  scroll-padding: 2rem;
}
.ybc-scroll-p-9{
  scroll-padding: 2.25rem;
}
.ybc-scroll-p-10{
  scroll-padding: 2.5rem;
}
.ybc-scroll-p-11{
  scroll-padding: 2.75rem;
}
.ybc-scroll-p-12{
  scroll-padding: 3rem;
}
.ybc-scroll-p-13{
  scroll-padding: 3.25rem;
}
.ybc-scroll-p-14{
  scroll-padding: 3.5rem;
}
.ybc-scroll-p-15{
  scroll-padding: 3.75rem;
}
.ybc-scroll-p-16{
  scroll-padding: 4rem;
}
.ybc-scroll-p-17{
  scroll-padding: 4.375rem;
}
.ybc-scroll-p-20{
  scroll-padding: 5rem;
}
.ybc-scroll-p-24{
  scroll-padding: 6rem;
}
.ybc-scroll-p-25{
  scroll-padding: 6.25rem;
}
.ybc-scroll-p-28{
  scroll-padding: 7rem;
}
.ybc-scroll-p-32{
  scroll-padding: 8rem;
}
.ybc-scroll-p-36{
  scroll-padding: 9rem;
}
.ybc-scroll-p-40{
  scroll-padding: 10rem;
}
.ybc-scroll-p-44{
  scroll-padding: 11rem;
}
.ybc-scroll-p-45{
  scroll-padding: 11.25rem;
}
.ybc-scroll-p-46{
  scroll-padding: 11.875rem;
}
.ybc-scroll-p-48{
  scroll-padding: 12rem;
}
.ybc-scroll-p-52{
  scroll-padding: 13rem;
}
.ybc-scroll-p-56{
  scroll-padding: 14rem;
}
.ybc-scroll-p-60{
  scroll-padding: 15rem;
}
.ybc-scroll-p-64{
  scroll-padding: 16rem;
}
.ybc-scroll-p-68{
  scroll-padding: 17 rem;
}
.ybc-scroll-p-72{
  scroll-padding: 18 rem;
}
.ybc-scroll-p-76{
  scroll-padding: 19rem;
}
.ybc-scroll-p-80{
  scroll-padding: 20rem;
}
.ybc-scroll-p-84{
  scroll-padding: 21rem;
}
.ybc-scroll-p-px{
  scroll-padding: 1px;
}
.ybc-scroll-p-0\.5{
  scroll-padding: 0.125rem;
}
.ybc-scroll-p-1\.5{
  scroll-padding: 0.375rem;
}
.ybc-scroll-p-2\.5{
  scroll-padding: 0.625rem;
}
.ybc-scroll-p-3\.5{
  scroll-padding: 0.875rem;
}
.ybc-scroll-px-0{
  scroll-padding-left: 0;
  scroll-padding-right: 0;
}
.ybc-scroll-px-1{
  scroll-padding-left: 0.25rem;
  scroll-padding-right: 0.25rem;
}
.ybc-scroll-px-2{
  scroll-padding-left: 0.5rem;
  scroll-padding-right: 0.5rem;
}
.ybc-scroll-px-3{
  scroll-padding-left: 0.75rem;
  scroll-padding-right: 0.75rem;
}
.ybc-scroll-px-4{
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
}
.ybc-scroll-px-5{
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.ybc-scroll-px-6{
  scroll-padding-left: 1.5rem;
  scroll-padding-right: 1.5rem;
}
.ybc-scroll-px-7{
  scroll-padding-left: 1.75rem;
  scroll-padding-right: 1.75rem;
}
.ybc-scroll-px-8{
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}
.ybc-scroll-px-9{
  scroll-padding-left: 2.25rem;
  scroll-padding-right: 2.25rem;
}
.ybc-scroll-px-10{
  scroll-padding-left: 2.5rem;
  scroll-padding-right: 2.5rem;
}
.ybc-scroll-px-11{
  scroll-padding-left: 2.75rem;
  scroll-padding-right: 2.75rem;
}
.ybc-scroll-px-12{
  scroll-padding-left: 3rem;
  scroll-padding-right: 3rem;
}
.ybc-scroll-px-13{
  scroll-padding-left: 3.25rem;
  scroll-padding-right: 3.25rem;
}
.ybc-scroll-px-14{
  scroll-padding-left: 3.5rem;
  scroll-padding-right: 3.5rem;
}
.ybc-scroll-px-15{
  scroll-padding-left: 3.75rem;
  scroll-padding-right: 3.75rem;
}
.ybc-scroll-px-16{
  scroll-padding-left: 4rem;
  scroll-padding-right: 4rem;
}
.ybc-scroll-px-17{
  scroll-padding-left: 4.375rem;
  scroll-padding-right: 4.375rem;
}
.ybc-scroll-px-20{
  scroll-padding-left: 5rem;
  scroll-padding-right: 5rem;
}
.ybc-scroll-px-24{
  scroll-padding-left: 6rem;
  scroll-padding-right: 6rem;
}
.ybc-scroll-px-25{
  scroll-padding-left: 6.25rem;
  scroll-padding-right: 6.25rem;
}
.ybc-scroll-px-28{
  scroll-padding-left: 7rem;
  scroll-padding-right: 7rem;
}
.ybc-scroll-px-32{
  scroll-padding-left: 8rem;
  scroll-padding-right: 8rem;
}
.ybc-scroll-px-36{
  scroll-padding-left: 9rem;
  scroll-padding-right: 9rem;
}
.ybc-scroll-px-40{
  scroll-padding-left: 10rem;
  scroll-padding-right: 10rem;
}
.ybc-scroll-px-44{
  scroll-padding-left: 11rem;
  scroll-padding-right: 11rem;
}
.ybc-scroll-px-45{
  scroll-padding-left: 11.25rem;
  scroll-padding-right: 11.25rem;
}
.ybc-scroll-px-46{
  scroll-padding-left: 11.875rem;
  scroll-padding-right: 11.875rem;
}
.ybc-scroll-px-48{
  scroll-padding-left: 12rem;
  scroll-padding-right: 12rem;
}
.ybc-scroll-px-52{
  scroll-padding-left: 13rem;
  scroll-padding-right: 13rem;
}
.ybc-scroll-px-56{
  scroll-padding-left: 14rem;
  scroll-padding-right: 14rem;
}
.ybc-scroll-px-60{
  scroll-padding-left: 15rem;
  scroll-padding-right: 15rem;
}
.ybc-scroll-px-64{
  scroll-padding-left: 16rem;
  scroll-padding-right: 16rem;
}
.ybc-scroll-px-68{
  scroll-padding-left: 17 rem;
  scroll-padding-right: 17 rem;
}
.ybc-scroll-px-72{
  scroll-padding-left: 18 rem;
  scroll-padding-right: 18 rem;
}
.ybc-scroll-px-76{
  scroll-padding-left: 19rem;
  scroll-padding-right: 19rem;
}
.ybc-scroll-px-80{
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}
.ybc-scroll-px-84{
  scroll-padding-left: 21rem;
  scroll-padding-right: 21rem;
}
.ybc-scroll-px-px{
  scroll-padding-left: 1px;
  scroll-padding-right: 1px;
}
.ybc-scroll-px-0\.5{
  scroll-padding-left: 0.125rem;
  scroll-padding-right: 0.125rem;
}
.ybc-scroll-px-1\.5{
  scroll-padding-left: 0.375rem;
  scroll-padding-right: 0.375rem;
}
.ybc-scroll-px-2\.5{
  scroll-padding-left: 0.625rem;
  scroll-padding-right: 0.625rem;
}
.ybc-scroll-px-3\.5{
  scroll-padding-left: 0.875rem;
  scroll-padding-right: 0.875rem;
}
.ybc-scroll-py-0{
  scroll-padding-top: 0;
  scroll-padding-bottom: 0;
}
.ybc-scroll-py-1{
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.ybc-scroll-py-2{
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.ybc-scroll-py-3{
  scroll-padding-top: 0.75rem;
  scroll-padding-bottom: 0.75rem;
}
.ybc-scroll-py-4{
  scroll-padding-top: 1rem;
  scroll-padding-bottom: 1rem;
}
.ybc-scroll-py-5{
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}
.ybc-scroll-py-6{
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.ybc-scroll-py-7{
  scroll-padding-top: 1.75rem;
  scroll-padding-bottom: 1.75rem;
}
.ybc-scroll-py-8{
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}
.ybc-scroll-py-9{
  scroll-padding-top: 2.25rem;
  scroll-padding-bottom: 2.25rem;
}
.ybc-scroll-py-10{
  scroll-padding-top: 2.5rem;
  scroll-padding-bottom: 2.5rem;
}
.ybc-scroll-py-11{
  scroll-padding-top: 2.75rem;
  scroll-padding-bottom: 2.75rem;
}
.ybc-scroll-py-12{
  scroll-padding-top: 3rem;
  scroll-padding-bottom: 3rem;
}
.ybc-scroll-py-13{
  scroll-padding-top: 3.25rem;
  scroll-padding-bottom: 3.25rem;
}
.ybc-scroll-py-14{
  scroll-padding-top: 3.5rem;
  scroll-padding-bottom: 3.5rem;
}
.ybc-scroll-py-15{
  scroll-padding-top: 3.75rem;
  scroll-padding-bottom: 3.75rem;
}
.ybc-scroll-py-16{
  scroll-padding-top: 4rem;
  scroll-padding-bottom: 4rem;
}
.ybc-scroll-py-17{
  scroll-padding-top: 4.375rem;
  scroll-padding-bottom: 4.375rem;
}
.ybc-scroll-py-20{
  scroll-padding-top: 5rem;
  scroll-padding-bottom: 5rem;
}
.ybc-scroll-py-24{
  scroll-padding-top: 6rem;
  scroll-padding-bottom: 6rem;
}
.ybc-scroll-py-25{
  scroll-padding-top: 6.25rem;
  scroll-padding-bottom: 6.25rem;
}
.ybc-scroll-py-28{
  scroll-padding-top: 7rem;
  scroll-padding-bottom: 7rem;
}
.ybc-scroll-py-32{
  scroll-padding-top: 8rem;
  scroll-padding-bottom: 8rem;
}
.ybc-scroll-py-36{
  scroll-padding-top: 9rem;
  scroll-padding-bottom: 9rem;
}
.ybc-scroll-py-40{
  scroll-padding-top: 10rem;
  scroll-padding-bottom: 10rem;
}
.ybc-scroll-py-44{
  scroll-padding-top: 11rem;
  scroll-padding-bottom: 11rem;
}
.ybc-scroll-py-45{
  scroll-padding-top: 11.25rem;
  scroll-padding-bottom: 11.25rem;
}
.ybc-scroll-py-46{
  scroll-padding-top: 11.875rem;
  scroll-padding-bottom: 11.875rem;
}
.ybc-scroll-py-48{
  scroll-padding-top: 12rem;
  scroll-padding-bottom: 12rem;
}
.ybc-scroll-py-52{
  scroll-padding-top: 13rem;
  scroll-padding-bottom: 13rem;
}
.ybc-scroll-py-56{
  scroll-padding-top: 14rem;
  scroll-padding-bottom: 14rem;
}
.ybc-scroll-py-60{
  scroll-padding-top: 15rem;
  scroll-padding-bottom: 15rem;
}
.ybc-scroll-py-64{
  scroll-padding-top: 16rem;
  scroll-padding-bottom: 16rem;
}
.ybc-scroll-py-68{
  scroll-padding-top: 17 rem;
  scroll-padding-bottom: 17 rem;
}
.ybc-scroll-py-72{
  scroll-padding-top: 18 rem;
  scroll-padding-bottom: 18 rem;
}
.ybc-scroll-py-76{
  scroll-padding-top: 19rem;
  scroll-padding-bottom: 19rem;
}
.ybc-scroll-py-80{
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}
.ybc-scroll-py-84{
  scroll-padding-top: 21rem;
  scroll-padding-bottom: 21rem;
}
.ybc-scroll-py-px{
  scroll-padding-top: 1px;
  scroll-padding-bottom: 1px;
}
.ybc-scroll-py-0\.5{
  scroll-padding-top: 0.125rem;
  scroll-padding-bottom: 0.125rem;
}
.ybc-scroll-py-1\.5{
  scroll-padding-top: 0.375rem;
  scroll-padding-bottom: 0.375rem;
}
.ybc-scroll-py-2\.5{
  scroll-padding-top: 0.625rem;
  scroll-padding-bottom: 0.625rem;
}
.ybc-scroll-py-3\.5{
  scroll-padding-top: 0.875rem;
  scroll-padding-bottom: 0.875rem;
}
.ybc-scroll-pt-0{
  scroll-padding-top: 0;
}
.ybc-scroll-pt-1{
  scroll-padding-top: 0.25rem;
}
.ybc-scroll-pt-2{
  scroll-padding-top: 0.5rem;
}
.ybc-scroll-pt-3{
  scroll-padding-top: 0.75rem;
}
.ybc-scroll-pt-4{
  scroll-padding-top: 1rem;
}
.ybc-scroll-pt-5{
  scroll-padding-top: 1.25rem;
}
.ybc-scroll-pt-6{
  scroll-padding-top: 1.5rem;
}
.ybc-scroll-pt-7{
  scroll-padding-top: 1.75rem;
}
.ybc-scroll-pt-8{
  scroll-padding-top: 2rem;
}
.ybc-scroll-pt-9{
  scroll-padding-top: 2.25rem;
}
.ybc-scroll-pt-10{
  scroll-padding-top: 2.5rem;
}
.ybc-scroll-pt-11{
  scroll-padding-top: 2.75rem;
}
.ybc-scroll-pt-12{
  scroll-padding-top: 3rem;
}
.ybc-scroll-pt-13{
  scroll-padding-top: 3.25rem;
}
.ybc-scroll-pt-14{
  scroll-padding-top: 3.5rem;
}
.ybc-scroll-pt-15{
  scroll-padding-top: 3.75rem;
}
.ybc-scroll-pt-16{
  scroll-padding-top: 4rem;
}
.ybc-scroll-pt-17{
  scroll-padding-top: 4.375rem;
}
.ybc-scroll-pt-20{
  scroll-padding-top: 5rem;
}
.ybc-scroll-pt-24{
  scroll-padding-top: 6rem;
}
.ybc-scroll-pt-25{
  scroll-padding-top: 6.25rem;
}
.ybc-scroll-pt-28{
  scroll-padding-top: 7rem;
}
.ybc-scroll-pt-32{
  scroll-padding-top: 8rem;
}
.ybc-scroll-pt-36{
  scroll-padding-top: 9rem;
}
.ybc-scroll-pt-40{
  scroll-padding-top: 10rem;
}
.ybc-scroll-pt-44{
  scroll-padding-top: 11rem;
}
.ybc-scroll-pt-45{
  scroll-padding-top: 11.25rem;
}
.ybc-scroll-pt-46{
  scroll-padding-top: 11.875rem;
}
.ybc-scroll-pt-48{
  scroll-padding-top: 12rem;
}
.ybc-scroll-pt-52{
  scroll-padding-top: 13rem;
}
.ybc-scroll-pt-56{
  scroll-padding-top: 14rem;
}
.ybc-scroll-pt-60{
  scroll-padding-top: 15rem;
}
.ybc-scroll-pt-64{
  scroll-padding-top: 16rem;
}
.ybc-scroll-pt-68{
  scroll-padding-top: 17 rem;
}
.ybc-scroll-pt-72{
  scroll-padding-top: 18 rem;
}
.ybc-scroll-pt-76{
  scroll-padding-top: 19rem;
}
.ybc-scroll-pt-80{
  scroll-padding-top: 20rem;
}
.ybc-scroll-pt-84{
  scroll-padding-top: 21rem;
}
.ybc-scroll-pt-px{
  scroll-padding-top: 1px;
}
.ybc-scroll-pt-0\.5{
  scroll-padding-top: 0.125rem;
}
.ybc-scroll-pt-1\.5{
  scroll-padding-top: 0.375rem;
}
.ybc-scroll-pt-2\.5{
  scroll-padding-top: 0.625rem;
}
.ybc-scroll-pt-3\.5{
  scroll-padding-top: 0.875rem;
}
.ybc-scroll-pr-0{
  scroll-padding-right: 0;
}
.ybc-scroll-pr-1{
  scroll-padding-right: 0.25rem;
}
.ybc-scroll-pr-2{
  scroll-padding-right: 0.5rem;
}
.ybc-scroll-pr-3{
  scroll-padding-right: 0.75rem;
}
.ybc-scroll-pr-4{
  scroll-padding-right: 1rem;
}
.ybc-scroll-pr-5{
  scroll-padding-right: 1.25rem;
}
.ybc-scroll-pr-6{
  scroll-padding-right: 1.5rem;
}
.ybc-scroll-pr-7{
  scroll-padding-right: 1.75rem;
}
.ybc-scroll-pr-8{
  scroll-padding-right: 2rem;
}
.ybc-scroll-pr-9{
  scroll-padding-right: 2.25rem;
}
.ybc-scroll-pr-10{
  scroll-padding-right: 2.5rem;
}
.ybc-scroll-pr-11{
  scroll-padding-right: 2.75rem;
}
.ybc-scroll-pr-12{
  scroll-padding-right: 3rem;
}
.ybc-scroll-pr-13{
  scroll-padding-right: 3.25rem;
}
.ybc-scroll-pr-14{
  scroll-padding-right: 3.5rem;
}
.ybc-scroll-pr-15{
  scroll-padding-right: 3.75rem;
}
.ybc-scroll-pr-16{
  scroll-padding-right: 4rem;
}
.ybc-scroll-pr-17{
  scroll-padding-right: 4.375rem;
}
.ybc-scroll-pr-20{
  scroll-padding-right: 5rem;
}
.ybc-scroll-pr-24{
  scroll-padding-right: 6rem;
}
.ybc-scroll-pr-25{
  scroll-padding-right: 6.25rem;
}
.ybc-scroll-pr-28{
  scroll-padding-right: 7rem;
}
.ybc-scroll-pr-32{
  scroll-padding-right: 8rem;
}
.ybc-scroll-pr-36{
  scroll-padding-right: 9rem;
}
.ybc-scroll-pr-40{
  scroll-padding-right: 10rem;
}
.ybc-scroll-pr-44{
  scroll-padding-right: 11rem;
}
.ybc-scroll-pr-45{
  scroll-padding-right: 11.25rem;
}
.ybc-scroll-pr-46{
  scroll-padding-right: 11.875rem;
}
.ybc-scroll-pr-48{
  scroll-padding-right: 12rem;
}
.ybc-scroll-pr-52{
  scroll-padding-right: 13rem;
}
.ybc-scroll-pr-56{
  scroll-padding-right: 14rem;
}
.ybc-scroll-pr-60{
  scroll-padding-right: 15rem;
}
.ybc-scroll-pr-64{
  scroll-padding-right: 16rem;
}
.ybc-scroll-pr-68{
  scroll-padding-right: 17 rem;
}
.ybc-scroll-pr-72{
  scroll-padding-right: 18 rem;
}
.ybc-scroll-pr-76{
  scroll-padding-right: 19rem;
}
.ybc-scroll-pr-80{
  scroll-padding-right: 20rem;
}
.ybc-scroll-pr-84{
  scroll-padding-right: 21rem;
}
.ybc-scroll-pr-px{
  scroll-padding-right: 1px;
}
.ybc-scroll-pr-0\.5{
  scroll-padding-right: 0.125rem;
}
.ybc-scroll-pr-1\.5{
  scroll-padding-right: 0.375rem;
}
.ybc-scroll-pr-2\.5{
  scroll-padding-right: 0.625rem;
}
.ybc-scroll-pr-3\.5{
  scroll-padding-right: 0.875rem;
}
.ybc-scroll-pb-0{
  scroll-padding-bottom: 0;
}
.ybc-scroll-pb-1{
  scroll-padding-bottom: 0.25rem;
}
.ybc-scroll-pb-2{
  scroll-padding-bottom: 0.5rem;
}
.ybc-scroll-pb-3{
  scroll-padding-bottom: 0.75rem;
}
.ybc-scroll-pb-4{
  scroll-padding-bottom: 1rem;
}
.ybc-scroll-pb-5{
  scroll-padding-bottom: 1.25rem;
}
.ybc-scroll-pb-6{
  scroll-padding-bottom: 1.5rem;
}
.ybc-scroll-pb-7{
  scroll-padding-bottom: 1.75rem;
}
.ybc-scroll-pb-8{
  scroll-padding-bottom: 2rem;
}
.ybc-scroll-pb-9{
  scroll-padding-bottom: 2.25rem;
}
.ybc-scroll-pb-10{
  scroll-padding-bottom: 2.5rem;
}
.ybc-scroll-pb-11{
  scroll-padding-bottom: 2.75rem;
}
.ybc-scroll-pb-12{
  scroll-padding-bottom: 3rem;
}
.ybc-scroll-pb-13{
  scroll-padding-bottom: 3.25rem;
}
.ybc-scroll-pb-14{
  scroll-padding-bottom: 3.5rem;
}
.ybc-scroll-pb-15{
  scroll-padding-bottom: 3.75rem;
}
.ybc-scroll-pb-16{
  scroll-padding-bottom: 4rem;
}
.ybc-scroll-pb-17{
  scroll-padding-bottom: 4.375rem;
}
.ybc-scroll-pb-20{
  scroll-padding-bottom: 5rem;
}
.ybc-scroll-pb-24{
  scroll-padding-bottom: 6rem;
}
.ybc-scroll-pb-25{
  scroll-padding-bottom: 6.25rem;
}
.ybc-scroll-pb-28{
  scroll-padding-bottom: 7rem;
}
.ybc-scroll-pb-32{
  scroll-padding-bottom: 8rem;
}
.ybc-scroll-pb-36{
  scroll-padding-bottom: 9rem;
}
.ybc-scroll-pb-40{
  scroll-padding-bottom: 10rem;
}
.ybc-scroll-pb-44{
  scroll-padding-bottom: 11rem;
}
.ybc-scroll-pb-45{
  scroll-padding-bottom: 11.25rem;
}
.ybc-scroll-pb-46{
  scroll-padding-bottom: 11.875rem;
}
.ybc-scroll-pb-48{
  scroll-padding-bottom: 12rem;
}
.ybc-scroll-pb-52{
  scroll-padding-bottom: 13rem;
}
.ybc-scroll-pb-56{
  scroll-padding-bottom: 14rem;
}
.ybc-scroll-pb-60{
  scroll-padding-bottom: 15rem;
}
.ybc-scroll-pb-64{
  scroll-padding-bottom: 16rem;
}
.ybc-scroll-pb-68{
  scroll-padding-bottom: 17 rem;
}
.ybc-scroll-pb-72{
  scroll-padding-bottom: 18 rem;
}
.ybc-scroll-pb-76{
  scroll-padding-bottom: 19rem;
}
.ybc-scroll-pb-80{
  scroll-padding-bottom: 20rem;
}
.ybc-scroll-pb-84{
  scroll-padding-bottom: 21rem;
}
.ybc-scroll-pb-px{
  scroll-padding-bottom: 1px;
}
.ybc-scroll-pb-0\.5{
  scroll-padding-bottom: 0.125rem;
}
.ybc-scroll-pb-1\.5{
  scroll-padding-bottom: 0.375rem;
}
.ybc-scroll-pb-2\.5{
  scroll-padding-bottom: 0.625rem;
}
.ybc-scroll-pb-3\.5{
  scroll-padding-bottom: 0.875rem;
}
.ybc-scroll-pl-0{
  scroll-padding-left: 0;
}
.ybc-scroll-pl-1{
  scroll-padding-left: 0.25rem;
}
.ybc-scroll-pl-2{
  scroll-padding-left: 0.5rem;
}
.ybc-scroll-pl-3{
  scroll-padding-left: 0.75rem;
}
.ybc-scroll-pl-4{
  scroll-padding-left: 1rem;
}
.ybc-scroll-pl-5{
  scroll-padding-left: 1.25rem;
}
.ybc-scroll-pl-6{
  scroll-padding-left: 1.5rem;
}
.ybc-scroll-pl-7{
  scroll-padding-left: 1.75rem;
}
.ybc-scroll-pl-8{
  scroll-padding-left: 2rem;
}
.ybc-scroll-pl-9{
  scroll-padding-left: 2.25rem;
}
.ybc-scroll-pl-10{
  scroll-padding-left: 2.5rem;
}
.ybc-scroll-pl-11{
  scroll-padding-left: 2.75rem;
}
.ybc-scroll-pl-12{
  scroll-padding-left: 3rem;
}
.ybc-scroll-pl-13{
  scroll-padding-left: 3.25rem;
}
.ybc-scroll-pl-14{
  scroll-padding-left: 3.5rem;
}
.ybc-scroll-pl-15{
  scroll-padding-left: 3.75rem;
}
.ybc-scroll-pl-16{
  scroll-padding-left: 4rem;
}
.ybc-scroll-pl-17{
  scroll-padding-left: 4.375rem;
}
.ybc-scroll-pl-20{
  scroll-padding-left: 5rem;
}
.ybc-scroll-pl-24{
  scroll-padding-left: 6rem;
}
.ybc-scroll-pl-25{
  scroll-padding-left: 6.25rem;
}
.ybc-scroll-pl-28{
  scroll-padding-left: 7rem;
}
.ybc-scroll-pl-32{
  scroll-padding-left: 8rem;
}
.ybc-scroll-pl-36{
  scroll-padding-left: 9rem;
}
.ybc-scroll-pl-40{
  scroll-padding-left: 10rem;
}
.ybc-scroll-pl-44{
  scroll-padding-left: 11rem;
}
.ybc-scroll-pl-45{
  scroll-padding-left: 11.25rem;
}
.ybc-scroll-pl-46{
  scroll-padding-left: 11.875rem;
}
.ybc-scroll-pl-48{
  scroll-padding-left: 12rem;
}
.ybc-scroll-pl-52{
  scroll-padding-left: 13rem;
}
.ybc-scroll-pl-56{
  scroll-padding-left: 14rem;
}
.ybc-scroll-pl-60{
  scroll-padding-left: 15rem;
}
.ybc-scroll-pl-64{
  scroll-padding-left: 16rem;
}
.ybc-scroll-pl-68{
  scroll-padding-left: 17 rem;
}
.ybc-scroll-pl-72{
  scroll-padding-left: 18 rem;
}
.ybc-scroll-pl-76{
  scroll-padding-left: 19rem;
}
.ybc-scroll-pl-80{
  scroll-padding-left: 20rem;
}
.ybc-scroll-pl-84{
  scroll-padding-left: 21rem;
}
.ybc-scroll-pl-px{
  scroll-padding-left: 1px;
}
.ybc-scroll-pl-0\.5{
  scroll-padding-left: 0.125rem;
}
.ybc-scroll-pl-1\.5{
  scroll-padding-left: 0.375rem;
}
.ybc-scroll-pl-2\.5{
  scroll-padding-left: 0.625rem;
}
.ybc-scroll-pl-3\.5{
  scroll-padding-left: 0.875rem;
}
.ybc-list-inside{
  list-style-position: inside;
}
.ybc-list-outside{
  list-style-position: outside;
}
.ybc-list-none{
  list-style-type: none;
}
.ybc-list-disc{
  list-style-type: disc;
}
.ybc-list-decimal{
  list-style-type: decimal;
}
.ybc-appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ybc-columns-1{
  -moz-columns: 1;
       columns: 1;
}
.ybc-columns-2{
  -moz-columns: 2;
       columns: 2;
}
.ybc-columns-3{
  -moz-columns: 3;
       columns: 3;
}
.ybc-columns-4{
  -moz-columns: 4;
       columns: 4;
}
.ybc-columns-5{
  -moz-columns: 5;
       columns: 5;
}
.ybc-columns-6{
  -moz-columns: 6;
       columns: 6;
}
.ybc-columns-7{
  -moz-columns: 7;
       columns: 7;
}
.ybc-columns-8{
  -moz-columns: 8;
       columns: 8;
}
.ybc-columns-9{
  -moz-columns: 9;
       columns: 9;
}
.ybc-columns-10{
  -moz-columns: 10;
       columns: 10;
}
.ybc-columns-11{
  -moz-columns: 11;
       columns: 11;
}
.ybc-columns-12{
  -moz-columns: 12;
       columns: 12;
}
.ybc-columns-auto{
  -moz-columns: auto;
       columns: auto;
}
.ybc-columns-3xs{
  -moz-columns: 16rem;
       columns: 16rem;
}
.ybc-columns-2xs{
  -moz-columns: 18rem;
       columns: 18rem;
}
.ybc-columns-xs{
  -moz-columns: 20rem;
       columns: 20rem;
}
.ybc-columns-sm{
  -moz-columns: 24rem;
       columns: 24rem;
}
.ybc-columns-md{
  -moz-columns: 28rem;
       columns: 28rem;
}
.ybc-columns-lg{
  -moz-columns: 32rem;
       columns: 32rem;
}
.ybc-columns-xl{
  -moz-columns: 36rem;
       columns: 36rem;
}
.ybc-columns-2xl{
  -moz-columns: 42rem;
       columns: 42rem;
}
.ybc-columns-3xl{
  -moz-columns: 48rem;
       columns: 48rem;
}
.ybc-columns-4xl{
  -moz-columns: 56rem;
       columns: 56rem;
}
.ybc-columns-5xl{
  -moz-columns: 64rem;
       columns: 64rem;
}
.ybc-columns-6xl{
  -moz-columns: 72rem;
       columns: 72rem;
}
.ybc-columns-7xl{
  -moz-columns: 80rem;
       columns: 80rem;
}
.ybc-break-before-auto{
  -moz-column-break-before: auto;
       break-before: auto;
}
.ybc-break-before-avoid{
  -moz-column-break-before: avoid;
       break-before: avoid;
}
.ybc-break-before-all{
  -moz-column-break-before: all;
       break-before: all;
}
.ybc-break-before-avoid-page{
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}
.ybc-break-before-page{
  -moz-column-break-before: page;
       break-before: page;
}
.ybc-break-before-left{
  -moz-column-break-before: left;
       break-before: left;
}
.ybc-break-before-right{
  -moz-column-break-before: right;
       break-before: right;
}
.ybc-break-before-column{
  -moz-column-break-before: column;
       break-before: column;
}
.ybc-break-inside-auto{
  -moz-column-break-inside: auto;
       break-inside: auto;
}
.ybc-break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.ybc-break-inside-avoid-page{
  break-inside: avoid-page;
}
.ybc-break-inside-avoid-column{
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.ybc-break-after-auto{
  -moz-column-break-after: auto;
       break-after: auto;
}
.ybc-break-after-avoid{
  -moz-column-break-after: avoid;
       break-after: avoid;
}
.ybc-break-after-all{
  -moz-column-break-after: all;
       break-after: all;
}
.ybc-break-after-avoid-page{
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}
.ybc-break-after-page{
  -moz-column-break-after: page;
       break-after: page;
}
.ybc-break-after-left{
  -moz-column-break-after: left;
       break-after: left;
}
.ybc-break-after-right{
  -moz-column-break-after: right;
       break-after: right;
}
.ybc-break-after-column{
  -moz-column-break-after: column;
       break-after: column;
}
.ybc-auto-cols-auto{
  grid-auto-columns: auto;
}
.ybc-auto-cols-min{
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
}
.ybc-auto-cols-max{
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
}
.ybc-auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr);
}
.ybc-grid-flow-row{
  grid-auto-flow: row;
}
.ybc-grid-flow-col{
  grid-auto-flow: column;
}
.ybc-grid-flow-dense{
  grid-auto-flow: dense;
}
.ybc-grid-flow-row-dense{
  grid-auto-flow: row dense;
}
.ybc-grid-flow-col-dense{
  grid-auto-flow: column dense;
}
.ybc-auto-rows-auto{
  grid-auto-rows: auto;
}
.ybc-auto-rows-min{
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.ybc-auto-rows-max{
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.ybc-auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr);
}
.ybc-grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ybc-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ybc-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ybc-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.ybc-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.ybc-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.ybc-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.ybc-grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.ybc-grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.ybc-grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.ybc-grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.ybc-grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.ybc-grid-cols-none{
  grid-template-columns: none;
}
.ybc-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.ybc-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.ybc-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.ybc-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.ybc-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.ybc-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.ybc-grid-rows-none{
  grid-template-rows: none;
}
.ybc-flex-row{
  flex-direction: row;
}
.ybc-flex-row-reverse{
  flex-direction: row-reverse;
}
.ybc-flex-col{
  flex-direction: column;
}
.ybc-flex-col-reverse{
  flex-direction: column-reverse;
}
.ybc-flex-wrap{
  flex-wrap: wrap;
}
.ybc-flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}
.ybc-flex-nowrap{
  flex-wrap: nowrap;
}
.ybc-place-content-center{
  place-content: center;
}
.ybc-place-content-start{
  place-content: start;
}
.ybc-place-content-end{
  place-content: end;
}
.ybc-place-content-between{
  place-content: space-between;
}
.ybc-place-content-around{
  place-content: space-around;
}
.ybc-place-content-evenly{
  place-content: space-evenly;
}
.ybc-place-content-stretch{
  place-content: stretch;
}
.ybc-place-items-start{
  place-items: start;
}
.ybc-place-items-end{
  place-items: end;
}
.ybc-place-items-center{
  place-items: center;
}
.ybc-place-items-stretch{
  place-items: stretch;
}
.ybc-content-center{
  align-content: center;
}
.ybc-content-start{
  align-content: flex-start;
}
.ybc-content-end{
  align-content: flex-end;
}
.ybc-content-between{
  align-content: space-between;
}
.ybc-content-around{
  align-content: space-around;
}
.ybc-content-evenly{
  align-content: space-evenly;
}
.ybc-items-start{
  align-items: flex-start;
}
.ybc-items-end{
  align-items: flex-end;
}
.ybc-items-center{
  align-items: center;
}
.ybc-items-baseline{
  align-items: baseline;
}
.ybc-items-stretch{
  align-items: stretch;
}
.ybc-justify-start{
  justify-content: flex-start;
}
.ybc-justify-end{
  justify-content: flex-end;
}
.ybc-justify-center{
  justify-content: center;
}
.ybc-justify-between{
  justify-content: space-between;
}
.ybc-justify-around{
  justify-content: space-around;
}
.ybc-justify-evenly{
  justify-content: space-evenly;
}
.ybc-justify-items-start{
  justify-items: start;
}
.ybc-justify-items-end{
  justify-items: end;
}
.ybc-justify-items-center{
  justify-items: center;
}
.ybc-justify-items-stretch{
  justify-items: stretch;
}
.ybc-gap-0{
  gap: 0;
}
.ybc-gap-1{
  gap: 0.25rem;
}
.ybc-gap-2{
  gap: 0.5rem;
}
.ybc-gap-3{
  gap: 0.75rem;
}
.ybc-gap-4{
  gap: 1rem;
}
.ybc-gap-5{
  gap: 1.25rem;
}
.ybc-gap-6{
  gap: 1.5rem;
}
.ybc-gap-7{
  gap: 1.75rem;
}
.ybc-gap-8{
  gap: 2rem;
}
.ybc-gap-9{
  gap: 2.25rem;
}
.ybc-gap-10{
  gap: 2.5rem;
}
.ybc-gap-11{
  gap: 2.75rem;
}
.ybc-gap-12{
  gap: 3rem;
}
.ybc-gap-13{
  gap: 3.25rem;
}
.ybc-gap-14{
  gap: 3.5rem;
}
.ybc-gap-15{
  gap: 3.75rem;
}
.ybc-gap-16{
  gap: 4rem;
}
.ybc-gap-17{
  gap: 4.375rem;
}
.ybc-gap-20{
  gap: 5rem;
}
.ybc-gap-24{
  gap: 6rem;
}
.ybc-gap-25{
  gap: 6.25rem;
}
.ybc-gap-28{
  gap: 7rem;
}
.ybc-gap-32{
  gap: 8rem;
}
.ybc-gap-36{
  gap: 9rem;
}
.ybc-gap-40{
  gap: 10rem;
}
.ybc-gap-44{
  gap: 11rem;
}
.ybc-gap-45{
  gap: 11.25rem;
}
.ybc-gap-46{
  gap: 11.875rem;
}
.ybc-gap-48{
  gap: 12rem;
}
.ybc-gap-52{
  gap: 13rem;
}
.ybc-gap-56{
  gap: 14rem;
}
.ybc-gap-60{
  gap: 15rem;
}
.ybc-gap-64{
  gap: 16rem;
}
.ybc-gap-68{
  gap: 17 rem;
}
.ybc-gap-72{
  gap: 18 rem;
}
.ybc-gap-76{
  gap: 19rem;
}
.ybc-gap-80{
  gap: 20rem;
}
.ybc-gap-84{
  gap: 21rem;
}
.ybc-gap-px{
  gap: 1px;
}
.ybc-gap-0\.5{
  gap: 0.125rem;
}
.ybc-gap-1\.5{
  gap: 0.375rem;
}
.ybc-gap-2\.5{
  gap: 0.625rem;
}
.ybc-gap-3\.5{
  gap: 0.875rem;
}
.ybc-gap-x-0{
  -moz-column-gap: 0;
       column-gap: 0;
}
.ybc-gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.ybc-gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.ybc-gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.ybc-gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.ybc-gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.ybc-gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.ybc-gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.ybc-gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.ybc-gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.ybc-gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.ybc-gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}
.ybc-gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.ybc-gap-x-13{
  -moz-column-gap: 3.25rem;
       column-gap: 3.25rem;
}
.ybc-gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.ybc-gap-x-15{
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
}
.ybc-gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.ybc-gap-x-17{
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}
.ybc-gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.ybc-gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}
.ybc-gap-x-25{
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
}
.ybc-gap-x-28{
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.ybc-gap-x-32{
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}
.ybc-gap-x-36{
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}
.ybc-gap-x-40{
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}
.ybc-gap-x-44{
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}
.ybc-gap-x-45{
  -moz-column-gap: 11.25rem;
       column-gap: 11.25rem;
}
.ybc-gap-x-46{
  -moz-column-gap: 11.875rem;
       column-gap: 11.875rem;
}
.ybc-gap-x-48{
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}
.ybc-gap-x-52{
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}
.ybc-gap-x-56{
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}
.ybc-gap-x-60{
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}
.ybc-gap-x-64{
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}
.ybc-gap-x-68{
  -moz-column-gap: 17 rem;
       column-gap: 17 rem;
}
.ybc-gap-x-72{
  -moz-column-gap: 18 rem;
       column-gap: 18 rem;
}
.ybc-gap-x-76{
  -moz-column-gap: 19rem;
       column-gap: 19rem;
}
.ybc-gap-x-80{
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}
.ybc-gap-x-84{
  -moz-column-gap: 21rem;
       column-gap: 21rem;
}
.ybc-gap-x-px{
  -moz-column-gap: 1px;
       column-gap: 1px;
}
.ybc-gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.ybc-gap-x-1\.5{
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.ybc-gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.ybc-gap-x-3\.5{
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.ybc-gap-y-0{
  row-gap: 0;
}
.ybc-gap-y-1{
  row-gap: 0.25rem;
}
.ybc-gap-y-2{
  row-gap: 0.5rem;
}
.ybc-gap-y-3{
  row-gap: 0.75rem;
}
.ybc-gap-y-4{
  row-gap: 1rem;
}
.ybc-gap-y-5{
  row-gap: 1.25rem;
}
.ybc-gap-y-6{
  row-gap: 1.5rem;
}
.ybc-gap-y-7{
  row-gap: 1.75rem;
}
.ybc-gap-y-8{
  row-gap: 2rem;
}
.ybc-gap-y-9{
  row-gap: 2.25rem;
}
.ybc-gap-y-10{
  row-gap: 2.5rem;
}
.ybc-gap-y-11{
  row-gap: 2.75rem;
}
.ybc-gap-y-12{
  row-gap: 3rem;
}
.ybc-gap-y-13{
  row-gap: 3.25rem;
}
.ybc-gap-y-14{
  row-gap: 3.5rem;
}
.ybc-gap-y-15{
  row-gap: 3.75rem;
}
.ybc-gap-y-16{
  row-gap: 4rem;
}
.ybc-gap-y-17{
  row-gap: 4.375rem;
}
.ybc-gap-y-20{
  row-gap: 5rem;
}
.ybc-gap-y-24{
  row-gap: 6rem;
}
.ybc-gap-y-25{
  row-gap: 6.25rem;
}
.ybc-gap-y-28{
  row-gap: 7rem;
}
.ybc-gap-y-32{
  row-gap: 8rem;
}
.ybc-gap-y-36{
  row-gap: 9rem;
}
.ybc-gap-y-40{
  row-gap: 10rem;
}
.ybc-gap-y-44{
  row-gap: 11rem;
}
.ybc-gap-y-45{
  row-gap: 11.25rem;
}
.ybc-gap-y-46{
  row-gap: 11.875rem;
}
.ybc-gap-y-48{
  row-gap: 12rem;
}
.ybc-gap-y-52{
  row-gap: 13rem;
}
.ybc-gap-y-56{
  row-gap: 14rem;
}
.ybc-gap-y-60{
  row-gap: 15rem;
}
.ybc-gap-y-64{
  row-gap: 16rem;
}
.ybc-gap-y-68{
  row-gap: 17 rem;
}
.ybc-gap-y-72{
  row-gap: 18 rem;
}
.ybc-gap-y-76{
  row-gap: 19rem;
}
.ybc-gap-y-80{
  row-gap: 20rem;
}
.ybc-gap-y-84{
  row-gap: 21rem;
}
.ybc-gap-y-px{
  row-gap: 1px;
}
.ybc-gap-y-0\.5{
  row-gap: 0.125rem;
}
.ybc-gap-y-1\.5{
  row-gap: 0.375rem;
}
.ybc-gap-y-2\.5{
  row-gap: 0.625rem;
}
.ybc-gap-y-3\.5{
  row-gap: 0.875rem;
}
.ybc-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(3.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(3.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4.375rem * var(--tw-space-x-reverse));
  margin-left: calc(4.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(6.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11.25rem * var(--tw-space-x-reverse));
  margin-left: calc(11.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(11.875rem * var(--tw-space-x-reverse));
  margin-left: calc(11.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-68 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(17 rem * var(--tw-space-x-reverse));
  margin-left: calc(17 rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(18 rem * var(--tw-space-x-reverse));
  margin-left: calc(18 rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(19rem * var(--tw-space-x-reverse));
  margin-left: calc(19rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(21rem * var(--tw-space-x-reverse));
  margin-left: calc(21rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1px * var(--tw-space-x-reverse));
  margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-11.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-19rem * var(--tw-space-x-reverse));
  margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-21rem * var(--tw-space-x-reverse));
  margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.-ybc-space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1rem * var(--tw-space-x-reverse));
  margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2rem * var(--tw-space-x-reverse));
  margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-11 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3rem * var(--tw-space-x-reverse));
  margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-3.75rem * var(--tw-space-x-reverse));
  margin-left: calc(-3.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4rem * var(--tw-space-x-reverse));
  margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-4.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-4.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-5rem * var(--tw-space-x-reverse));
  margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6rem * var(--tw-space-x-reverse));
  margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-6.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-6.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-7rem * var(--tw-space-x-reverse));
  margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8rem * var(--tw-space-x-reverse));
  margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-9rem * var(--tw-space-x-reverse));
  margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-10rem * var(--tw-space-x-reverse));
  margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11rem * var(--tw-space-x-reverse));
  margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-11.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-11.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-11.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-12rem * var(--tw-space-x-reverse));
  margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-13rem * var(--tw-space-x-reverse));
  margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-14rem * var(--tw-space-x-reverse));
  margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-15rem * var(--tw-space-x-reverse));
  margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-16rem * var(--tw-space-x-reverse));
  margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-19rem * var(--tw-space-x-reverse));
  margin-left: calc(-19rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-20rem * var(--tw-space-x-reverse));
  margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-21rem * var(--tw-space-x-reverse));
  margin-left: calc(-21rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc--space-x-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.ybc-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));
}
.ybc-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));
}
.ybc-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));
}
.ybc-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));
}
.ybc-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));
}
.ybc-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.ybc-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));
}
.ybc-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.ybc-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.ybc-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.ybc-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.ybc-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));
}
.ybc-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));
}
.ybc-space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.25rem * var(--tw-space-y-reverse));
}
.ybc-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.ybc-space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.75rem * var(--tw-space-y-reverse));
}
.ybc-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));
}
.ybc-space-y-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4.375rem * var(--tw-space-y-reverse));
}
.ybc-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));
}
.ybc-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}
.ybc-space-y-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(6.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6.25rem * var(--tw-space-y-reverse));
}
.ybc-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * var(--tw-space-y-reverse));
}
.ybc-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}
.ybc-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * var(--tw-space-y-reverse));
}
.ybc-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}
.ybc-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}
.ybc-space-y-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11.25rem * var(--tw-space-y-reverse));
}
.ybc-space-y-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(11.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11.875rem * var(--tw-space-y-reverse));
}
.ybc-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * var(--tw-space-y-reverse));
}
.ybc-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}
.ybc-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * var(--tw-space-y-reverse));
}
.ybc-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}
.ybc-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}
.ybc-space-y-68 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(17 rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(17 rem * var(--tw-space-y-reverse));
}
.ybc-space-y-72 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(18 rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18 rem * var(--tw-space-y-reverse));
}
.ybc-space-y-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(19rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(19rem * var(--tw-space-y-reverse));
}
.ybc-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}
.ybc-space-y-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(21rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(21rem * var(--tw-space-y-reverse));
}
.ybc-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1px * var(--tw-space-y-reverse));
}
.ybc-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.ybc-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.ybc-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.ybc-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.-ybc-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));
}
.-ybc-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));
}
.-ybc-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));
}
.-ybc-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));
}
.-ybc-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));
}
.-ybc-space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
.-ybc-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));
}
.-ybc-space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
.-ybc-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));
}
.-ybc-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));
}
.-ybc-space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
}
.-ybc-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));
}
.-ybc-space-y-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
}
.-ybc-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));
}
.-ybc-space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11.875rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.-ybc-space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}
.-ybc-space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}
.ybc--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));
}
.ybc--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));
}
.ybc--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));
}
.ybc--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));
}
.ybc--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));
}
.ybc--space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
}
.ybc--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));
}
.ybc--space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse));
}
.ybc--space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
}
.ybc--space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse));
}
.ybc--space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
}
.ybc--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));
}
.ybc--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));
}
.ybc--space-y-13 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.25rem * var(--tw-space-y-reverse));
}
.ybc--space-y-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
}
.ybc--space-y-15 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-3.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-3.75rem * var(--tw-space-y-reverse));
}
.ybc--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));
}
.ybc--space-y-17 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-4.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4.375rem * var(--tw-space-y-reverse));
}
.ybc--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));
}
.ybc--space-y-24 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
}
.ybc--space-y-25 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-6.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-6.25rem * var(--tw-space-y-reverse));
}
.ybc--space-y-28 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
}
.ybc--space-y-32 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
}
.ybc--space-y-36 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
}
.ybc--space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
}
.ybc--space-y-44 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
}
.ybc--space-y-45 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11.25rem * var(--tw-space-y-reverse));
}
.ybc--space-y-46 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-11.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-11.875rem * var(--tw-space-y-reverse));
}
.ybc--space-y-48 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
}
.ybc--space-y-52 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
}
.ybc--space-y-56 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
}
.ybc--space-y-60 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
}
.ybc--space-y-64 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
}
.ybc--space-y-76 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-19rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-19rem * var(--tw-space-y-reverse));
}
.ybc--space-y-80 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
}
.ybc--space-y-84 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-21rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-21rem * var(--tw-space-y-reverse));
}
.ybc--space-y-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-1px * var(--tw-space-y-reverse));
}
.ybc--space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
}
.ybc--space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
}
.ybc--space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
}
.ybc--space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
}
.ybc-space-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 1;
}
.ybc-space-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.ybc-divide-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(0px * var(--tw-divide-x-reverse));
  border-left-width: calc(0px * calc(1 - var(--tw-divide-x-reverse)));
}
.ybc-divide-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.ybc-divide-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(4px * var(--tw-divide-x-reverse));
  border-left-width: calc(4px * calc(1 - var(--tw-divide-x-reverse)));
}
.ybc-divide-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(8px * var(--tw-divide-x-reverse));
  border-left-width: calc(8px * calc(1 - var(--tw-divide-x-reverse)));
}
.ybc-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)));
}
.ybc-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));
}
.ybc-divide-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.ybc-divide-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.ybc-divide-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
.ybc-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));
}
.ybc-divide-y-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 1;
}
.ybc-divide-x-reverse > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 1;
}
.ybc-divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.ybc-divide-dashed > :not([hidden]) ~ :not([hidden]){
  border-style: dashed;
}
.ybc-divide-dotted > :not([hidden]) ~ :not([hidden]){
  border-style: dotted;
}
.ybc-divide-double > :not([hidden]) ~ :not([hidden]){
  border-style: double;
}
.ybc-divide-none > :not([hidden]) ~ :not([hidden]){
  border-style: none;
}
.ybc-divide-transparent > :not([hidden]) ~ :not([hidden]){
  border-color: transparent;
}
.ybc-divide-current > :not([hidden]) ~ :not([hidden]){
  border-color: currentColor;
}
.ybc-divide-black > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity));
}
.ybc-divide-white > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.ybc-divide-lime-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(154 202 60 / var(--tw-divide-opacity));
}
.ybc-divide-lime-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(132 189 0 / var(--tw-divide-opacity));
}
.ybc-divide-lime-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity));
}
.ybc-divide-lime-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(92 130 17 / var(--tw-divide-opacity));
}
.ybc-divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity));
}
.ybc-divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-divide-opacity));
}
.ybc-divide-gray-300 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-divide-opacity));
}
.ybc-divide-gray-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(78 78 78 / var(--tw-divide-opacity));
}
.ybc-divide-gray-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(61 65 51 / var(--tw-divide-opacity));
}
.ybc-divide-teal-600 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 115 165 / var(--tw-divide-opacity));
}
.ybc-divide-teal-900 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(0 85 114 / var(--tw-divide-opacity));
}
.ybc-divide-transparent\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0);
}
.ybc-divide-transparent\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.05);
}
.ybc-divide-transparent\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.1);
}
.ybc-divide-transparent\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.2);
}
.ybc-divide-transparent\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.25);
}
.ybc-divide-transparent\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.3);
}
.ybc-divide-transparent\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.4);
}
.ybc-divide-transparent\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.5);
}
.ybc-divide-transparent\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.6);
}
.ybc-divide-transparent\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.7);
}
.ybc-divide-transparent\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.75);
}
.ybc-divide-transparent\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.8);
}
.ybc-divide-transparent\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.9);
}
.ybc-divide-transparent\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.95);
}
.ybc-divide-transparent\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 1);
}
.ybc-divide-black\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0);
}
.ybc-divide-black\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.05);
}
.ybc-divide-black\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.1);
}
.ybc-divide-black\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.2);
}
.ybc-divide-black\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.25);
}
.ybc-divide-black\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.3);
}
.ybc-divide-black\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.4);
}
.ybc-divide-black\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.5);
}
.ybc-divide-black\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.6);
}
.ybc-divide-black\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.7);
}
.ybc-divide-black\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.75);
}
.ybc-divide-black\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.8);
}
.ybc-divide-black\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.9);
}
.ybc-divide-black\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 0.95);
}
.ybc-divide-black\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 0 0 / 1);
}
.ybc-divide-white\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0);
}
.ybc-divide-white\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.05);
}
.ybc-divide-white\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.1);
}
.ybc-divide-white\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.2);
}
.ybc-divide-white\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.25);
}
.ybc-divide-white\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.3);
}
.ybc-divide-white\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.4);
}
.ybc-divide-white\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.5);
}
.ybc-divide-white\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.6);
}
.ybc-divide-white\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.7);
}
.ybc-divide-white\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.75);
}
.ybc-divide-white\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.8);
}
.ybc-divide-white\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.9);
}
.ybc-divide-white\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.95);
}
.ybc-divide-white\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 1);
}
.ybc-divide-lime-400\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0);
}
.ybc-divide-lime-400\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.05);
}
.ybc-divide-lime-400\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.1);
}
.ybc-divide-lime-400\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.2);
}
.ybc-divide-lime-400\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.25);
}
.ybc-divide-lime-400\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.3);
}
.ybc-divide-lime-400\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.4);
}
.ybc-divide-lime-400\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.5);
}
.ybc-divide-lime-400\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.6);
}
.ybc-divide-lime-400\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.7);
}
.ybc-divide-lime-400\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.75);
}
.ybc-divide-lime-400\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.8);
}
.ybc-divide-lime-400\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.9);
}
.ybc-divide-lime-400\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 0.95);
}
.ybc-divide-lime-400\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(154 202 60 / 1);
}
.ybc-divide-lime-500\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0);
}
.ybc-divide-lime-500\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.05);
}
.ybc-divide-lime-500\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.1);
}
.ybc-divide-lime-500\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.2);
}
.ybc-divide-lime-500\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.25);
}
.ybc-divide-lime-500\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.3);
}
.ybc-divide-lime-500\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.4);
}
.ybc-divide-lime-500\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.5);
}
.ybc-divide-lime-500\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.6);
}
.ybc-divide-lime-500\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.7);
}
.ybc-divide-lime-500\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.75);
}
.ybc-divide-lime-500\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.8);
}
.ybc-divide-lime-500\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.9);
}
.ybc-divide-lime-500\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 0.95);
}
.ybc-divide-lime-500\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(132 189 0 / 1);
}
.ybc-divide-lime-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0);
}
.ybc-divide-lime-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.05);
}
.ybc-divide-lime-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.1);
}
.ybc-divide-lime-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.2);
}
.ybc-divide-lime-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.25);
}
.ybc-divide-lime-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.3);
}
.ybc-divide-lime-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.4);
}
.ybc-divide-lime-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.5);
}
.ybc-divide-lime-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.6);
}
.ybc-divide-lime-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.7);
}
.ybc-divide-lime-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.75);
}
.ybc-divide-lime-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.8);
}
.ybc-divide-lime-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.9);
}
.ybc-divide-lime-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 0.95);
}
.ybc-divide-lime-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(101 163 13 / 1);
}
.ybc-divide-lime-900\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0);
}
.ybc-divide-lime-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.05);
}
.ybc-divide-lime-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.1);
}
.ybc-divide-lime-900\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.2);
}
.ybc-divide-lime-900\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.25);
}
.ybc-divide-lime-900\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.3);
}
.ybc-divide-lime-900\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.4);
}
.ybc-divide-lime-900\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.5);
}
.ybc-divide-lime-900\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.6);
}
.ybc-divide-lime-900\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.7);
}
.ybc-divide-lime-900\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.75);
}
.ybc-divide-lime-900\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.8);
}
.ybc-divide-lime-900\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.9);
}
.ybc-divide-lime-900\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 0.95);
}
.ybc-divide-lime-900\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(92 130 17 / 1);
}
.ybc-divide-gray-100\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0);
}
.ybc-divide-gray-100\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.05);
}
.ybc-divide-gray-100\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.1);
}
.ybc-divide-gray-100\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.2);
}
.ybc-divide-gray-100\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.25);
}
.ybc-divide-gray-100\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.3);
}
.ybc-divide-gray-100\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.4);
}
.ybc-divide-gray-100\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.5);
}
.ybc-divide-gray-100\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.6);
}
.ybc-divide-gray-100\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.7);
}
.ybc-divide-gray-100\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.75);
}
.ybc-divide-gray-100\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.8);
}
.ybc-divide-gray-100\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.9);
}
.ybc-divide-gray-100\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 0.95);
}
.ybc-divide-gray-100\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(245 245 245 / 1);
}
.ybc-divide-gray-200\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0);
}
.ybc-divide-gray-200\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.05);
}
.ybc-divide-gray-200\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.1);
}
.ybc-divide-gray-200\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.2);
}
.ybc-divide-gray-200\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.25);
}
.ybc-divide-gray-200\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.3);
}
.ybc-divide-gray-200\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.4);
}
.ybc-divide-gray-200\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.5);
}
.ybc-divide-gray-200\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.6);
}
.ybc-divide-gray-200\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.7);
}
.ybc-divide-gray-200\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.75);
}
.ybc-divide-gray-200\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.8);
}
.ybc-divide-gray-200\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.9);
}
.ybc-divide-gray-200\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 0.95);
}
.ybc-divide-gray-200\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(249 249 249 / 1);
}
.ybc-divide-gray-300\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0);
}
.ybc-divide-gray-300\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.05);
}
.ybc-divide-gray-300\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.1);
}
.ybc-divide-gray-300\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.2);
}
.ybc-divide-gray-300\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.25);
}
.ybc-divide-gray-300\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.3);
}
.ybc-divide-gray-300\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.4);
}
.ybc-divide-gray-300\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.5);
}
.ybc-divide-gray-300\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.6);
}
.ybc-divide-gray-300\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.7);
}
.ybc-divide-gray-300\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.75);
}
.ybc-divide-gray-300\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.8);
}
.ybc-divide-gray-300\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.9);
}
.ybc-divide-gray-300\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 0.95);
}
.ybc-divide-gray-300\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(217 217 217 / 1);
}
.ybc-divide-gray-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0);
}
.ybc-divide-gray-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.05);
}
.ybc-divide-gray-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.1);
}
.ybc-divide-gray-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.2);
}
.ybc-divide-gray-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.25);
}
.ybc-divide-gray-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.3);
}
.ybc-divide-gray-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.4);
}
.ybc-divide-gray-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.5);
}
.ybc-divide-gray-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.6);
}
.ybc-divide-gray-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.7);
}
.ybc-divide-gray-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.75);
}
.ybc-divide-gray-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.8);
}
.ybc-divide-gray-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.9);
}
.ybc-divide-gray-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 0.95);
}
.ybc-divide-gray-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(78 78 78 / 1);
}
.ybc-divide-gray-900\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0);
}
.ybc-divide-gray-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.05);
}
.ybc-divide-gray-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.1);
}
.ybc-divide-gray-900\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.2);
}
.ybc-divide-gray-900\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.25);
}
.ybc-divide-gray-900\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.3);
}
.ybc-divide-gray-900\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.4);
}
.ybc-divide-gray-900\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.5);
}
.ybc-divide-gray-900\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.6);
}
.ybc-divide-gray-900\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.7);
}
.ybc-divide-gray-900\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.75);
}
.ybc-divide-gray-900\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.8);
}
.ybc-divide-gray-900\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.9);
}
.ybc-divide-gray-900\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 0.95);
}
.ybc-divide-gray-900\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(61 65 51 / 1);
}
.ybc-divide-teal-600\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0);
}
.ybc-divide-teal-600\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.05);
}
.ybc-divide-teal-600\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.1);
}
.ybc-divide-teal-600\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.2);
}
.ybc-divide-teal-600\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.25);
}
.ybc-divide-teal-600\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.3);
}
.ybc-divide-teal-600\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.4);
}
.ybc-divide-teal-600\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.5);
}
.ybc-divide-teal-600\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.6);
}
.ybc-divide-teal-600\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.7);
}
.ybc-divide-teal-600\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.75);
}
.ybc-divide-teal-600\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.8);
}
.ybc-divide-teal-600\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.9);
}
.ybc-divide-teal-600\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 0.95);
}
.ybc-divide-teal-600\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 115 165 / 1);
}
.ybc-divide-teal-900\/0 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0);
}
.ybc-divide-teal-900\/5 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.05);
}
.ybc-divide-teal-900\/10 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.1);
}
.ybc-divide-teal-900\/20 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.2);
}
.ybc-divide-teal-900\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.25);
}
.ybc-divide-teal-900\/30 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.3);
}
.ybc-divide-teal-900\/40 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.4);
}
.ybc-divide-teal-900\/50 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.5);
}
.ybc-divide-teal-900\/60 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.6);
}
.ybc-divide-teal-900\/70 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.7);
}
.ybc-divide-teal-900\/75 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.75);
}
.ybc-divide-teal-900\/80 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.8);
}
.ybc-divide-teal-900\/90 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.9);
}
.ybc-divide-teal-900\/95 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 0.95);
}
.ybc-divide-teal-900\/100 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(0 85 114 / 1);
}
.ybc-divide-opacity-0 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0;
}
.ybc-divide-opacity-5 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.05;
}
.ybc-divide-opacity-10 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.1;
}
.ybc-divide-opacity-20 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.2;
}
.ybc-divide-opacity-25 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.25;
}
.ybc-divide-opacity-30 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.3;
}
.ybc-divide-opacity-40 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.4;
}
.ybc-divide-opacity-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.5;
}
.ybc-divide-opacity-60 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.6;
}
.ybc-divide-opacity-70 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.7;
}
.ybc-divide-opacity-75 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.75;
}
.ybc-divide-opacity-80 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.8;
}
.ybc-divide-opacity-90 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.9;
}
.ybc-divide-opacity-95 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 0.95;
}
.ybc-divide-opacity-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
}
.ybc-place-self-auto{
  place-self: auto;
}
.ybc-place-self-start{
  place-self: start;
}
.ybc-place-self-end{
  place-self: end;
}
.ybc-place-self-center{
  place-self: center;
}
.ybc-place-self-stretch{
  place-self: stretch;
}
.ybc-self-auto{
  align-self: auto;
}
.ybc-self-start{
  align-self: flex-start;
}
.ybc-self-end{
  align-self: flex-end;
}
.ybc-self-center{
  align-self: center;
}
.ybc-self-stretch{
  align-self: stretch;
}
.ybc-self-baseline{
  align-self: baseline;
}
.ybc-justify-self-auto{
  justify-self: auto;
}
.ybc-justify-self-start{
  justify-self: start;
}
.ybc-justify-self-end{
  justify-self: end;
}
.ybc-justify-self-center{
  justify-self: center;
}
.ybc-justify-self-stretch{
  justify-self: stretch;
}
.ybc-overflow-auto{
  overflow: auto;
}
.ybc-overflow-hidden{
  overflow: hidden;
}
.ybc-overflow-clip{
  overflow: clip;
}
.ybc-overflow-visible{
  overflow: visible;
}
.ybc-overflow-scroll{
  overflow: scroll;
}
.ybc-overflow-x-auto{
  overflow-x: auto;
}
.ybc-overflow-y-auto{
  overflow-y: auto;
}
.ybc-overflow-x-hidden{
  overflow-x: hidden;
}
.ybc-overflow-y-hidden{
  overflow-y: hidden;
}
.ybc-overflow-x-clip{
  overflow-x: clip;
}
.ybc-overflow-y-clip{
  overflow-y: clip;
}
.ybc-overflow-x-visible{
  overflow-x: visible;
}
.ybc-overflow-y-visible{
  overflow-y: visible;
}
.ybc-overflow-x-scroll{
  overflow-x: scroll;
}
.ybc-overflow-y-scroll{
  overflow-y: scroll;
}
.ybc-overscroll-auto{
  overscroll-behavior: auto;
}
.ybc-overscroll-contain{
  overscroll-behavior: contain;
}
.ybc-overscroll-none{
  overscroll-behavior: none;
}
.ybc-overscroll-y-auto{
  overscroll-behavior-y: auto;
}
.ybc-overscroll-y-contain{
  overscroll-behavior-y: contain;
}
.ybc-overscroll-y-none{
  overscroll-behavior-y: none;
}
.ybc-overscroll-x-auto{
  overscroll-behavior-x: auto;
}
.ybc-overscroll-x-contain{
  overscroll-behavior-x: contain;
}
.ybc-overscroll-x-none{
  overscroll-behavior-x: none;
}
.ybc-scroll-auto{
  scroll-behavior: auto;
}
.ybc-scroll-smooth{
  scroll-behavior: smooth;
}
.ybc-truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ybc-overflow-ellipsis{
  text-overflow: ellipsis;
}
.ybc-text-ellipsis{
  text-overflow: ellipsis;
}
.ybc-text-clip{
  text-overflow: clip;
}
.ybc-whitespace-normal{
  white-space: normal;
}
.ybc-whitespace-nowrap{
  white-space: nowrap;
}
.ybc-whitespace-pre{
  white-space: pre;
}
.ybc-whitespace-pre-line{
  white-space: pre-line;
}
.ybc-whitespace-pre-wrap{
  white-space: pre-wrap;
}
.ybc-break-normal{
  overflow-wrap: normal;
  word-break: normal;
}
.ybc-break-words{
  overflow-wrap: break-word;
}
.ybc-break-all{
  word-break: break-all;
}
.ybc-rounded-none{
  border-radius: 0px;
}
.ybc-rounded-sm{
  border-radius: 0.125rem;
}
.ybc-rounded{
  border-radius: 0.25rem;
}
.ybc-rounded-md{
  border-radius: 0.375rem;
}
.ybc-rounded-lg{
  border-radius: 0.5rem;
}
.ybc-rounded-xl{
  border-radius: 0.75rem;
}
.ybc-rounded-2xl{
  border-radius: 1rem;
}
.ybc-rounded-3xl{
  border-radius: 1.5rem;
}
.ybc-rounded-full{
  border-radius: 9999px;
}
.ybc-rounded-button{
  border-radius: 28px;
}
.ybc-rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ybc-rounded-t-sm{
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.ybc-rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.ybc-rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.ybc-rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.ybc-rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.ybc-rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.ybc-rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.ybc-rounded-t-full{
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.ybc-rounded-t-button{
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.ybc-rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.ybc-rounded-r-sm{
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.ybc-rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.ybc-rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.ybc-rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.ybc-rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.ybc-rounded-r-2xl{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.ybc-rounded-r-3xl{
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.ybc-rounded-r-full{
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.ybc-rounded-r-button{
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.ybc-rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ybc-rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.ybc-rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ybc-rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ybc-rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.ybc-rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.ybc-rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.ybc-rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.ybc-rounded-b-full{
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.ybc-rounded-b-button{
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
}
.ybc-rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.ybc-rounded-l-sm{
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.ybc-rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.ybc-rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.ybc-rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.ybc-rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.ybc-rounded-l-2xl{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.ybc-rounded-l-3xl{
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.ybc-rounded-l-full{
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.ybc-rounded-l-button{
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.ybc-rounded-tl-none{
  border-top-left-radius: 0px;
}
.ybc-rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}
.ybc-rounded-tl{
  border-top-left-radius: 0.25rem;
}
.ybc-rounded-tl-md{
  border-top-left-radius: 0.375rem;
}
.ybc-rounded-tl-lg{
  border-top-left-radius: 0.5rem;
}
.ybc-rounded-tl-xl{
  border-top-left-radius: 0.75rem;
}
.ybc-rounded-tl-2xl{
  border-top-left-radius: 1rem;
}
.ybc-rounded-tl-3xl{
  border-top-left-radius: 1.5rem;
}
.ybc-rounded-tl-full{
  border-top-left-radius: 9999px;
}
.ybc-rounded-tl-button{
  border-top-left-radius: 28px;
}
.ybc-rounded-tr-none{
  border-top-right-radius: 0px;
}
.ybc-rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}
.ybc-rounded-tr{
  border-top-right-radius: 0.25rem;
}
.ybc-rounded-tr-md{
  border-top-right-radius: 0.375rem;
}
.ybc-rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.ybc-rounded-tr-xl{
  border-top-right-radius: 0.75rem;
}
.ybc-rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.ybc-rounded-tr-3xl{
  border-top-right-radius: 1.5rem;
}
.ybc-rounded-tr-full{
  border-top-right-radius: 9999px;
}
.ybc-rounded-tr-button{
  border-top-right-radius: 28px;
}
.ybc-rounded-br-none{
  border-bottom-right-radius: 0px;
}
.ybc-rounded-br-sm{
  border-bottom-right-radius: 0.125rem;
}
.ybc-rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.ybc-rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}
.ybc-rounded-br-lg{
  border-bottom-right-radius: 0.5rem;
}
.ybc-rounded-br-xl{
  border-bottom-right-radius: 0.75rem;
}
.ybc-rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}
.ybc-rounded-br-3xl{
  border-bottom-right-radius: 1.5rem;
}
.ybc-rounded-br-full{
  border-bottom-right-radius: 9999px;
}
.ybc-rounded-br-button{
  border-bottom-right-radius: 28px;
}
.ybc-rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.ybc-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem;
}
.ybc-rounded-bl{
  border-bottom-left-radius: 0.25rem;
}
.ybc-rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}
.ybc-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.ybc-rounded-bl-xl{
  border-bottom-left-radius: 0.75rem;
}
.ybc-rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}
.ybc-rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem;
}
.ybc-rounded-bl-full{
  border-bottom-left-radius: 9999px;
}
.ybc-rounded-bl-button{
  border-bottom-left-radius: 28px;
}
.ybc-border-0{
  border-width: 0px;
}
.ybc-border-2{
  border-width: 2px;
}
.ybc-border-4{
  border-width: 4px;
}
.ybc-border-8{
  border-width: 8px;
}
.ybc-border{
  border-width: 1px;
}
.ybc-border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.ybc-border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.ybc-border-x-4{
  border-left-width: 4px;
  border-right-width: 4px;
}
.ybc-border-x-8{
  border-left-width: 8px;
  border-right-width: 8px;
}
.ybc-border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.ybc-border-y-0{
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.ybc-border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.ybc-border-y-4{
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.ybc-border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.ybc-border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.ybc-border-t-0{
  border-top-width: 0px;
}
.ybc-border-t-2{
  border-top-width: 2px;
}
.ybc-border-t-4{
  border-top-width: 4px;
}
.ybc-border-t-8{
  border-top-width: 8px;
}
.ybc-border-t{
  border-top-width: 1px;
}
.ybc-border-r-0{
  border-right-width: 0px;
}
.ybc-border-r-2{
  border-right-width: 2px;
}
.ybc-border-r-4{
  border-right-width: 4px;
}
.ybc-border-r-8{
  border-right-width: 8px;
}
.ybc-border-r{
  border-right-width: 1px;
}
.ybc-border-b-0{
  border-bottom-width: 0px;
}
.ybc-border-b-2{
  border-bottom-width: 2px;
}
.ybc-border-b-4{
  border-bottom-width: 4px;
}
.ybc-border-b-8{
  border-bottom-width: 8px;
}
.ybc-border-b{
  border-bottom-width: 1px;
}
.ybc-border-l-0{
  border-left-width: 0px;
}
.ybc-border-l-2{
  border-left-width: 2px;
}
.ybc-border-l-4{
  border-left-width: 4px;
}
.ybc-border-l-8{
  border-left-width: 8px;
}
.ybc-border-l{
  border-left-width: 1px;
}
.ybc-border-solid{
  border-style: solid;
}
.ybc-border-dashed{
  border-style: dashed;
}
.ybc-border-dotted{
  border-style: dotted;
}
.ybc-border-double{
  border-style: double;
}
.ybc-border-hidden{
  border-style: hidden;
}
.ybc-border-none{
  border-style: none;
}
.ybc-border-transparent{
  border-color: transparent;
}
.ybc-border-current{
  border-color: currentColor;
}
.ybc-border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-lime-400{
  --tw-border-opacity: 1;
  border-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-lime-500{
  --tw-border-opacity: 1;
  border-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-lime-600{
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-lime-900{
  --tw-border-opacity: 1;
  border-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-teal-600{
  --tw-border-opacity: 1;
  border-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-teal-900{
  --tw-border-opacity: 1;
  border-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-transparent\/0{
  border-color: rgb(0 0 0 / 0);
}
.ybc-border-transparent\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.ybc-border-transparent\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.ybc-border-transparent\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.ybc-border-transparent\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.ybc-border-transparent\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.ybc-border-transparent\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.ybc-border-transparent\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.ybc-border-transparent\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.ybc-border-transparent\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.ybc-border-transparent\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.ybc-border-transparent\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.ybc-border-transparent\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.ybc-border-transparent\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.ybc-border-transparent\/100{
  border-color: rgb(0 0 0 / 1);
}
.ybc-border-black\/0{
  border-color: rgb(0 0 0 / 0);
}
.ybc-border-black\/5{
  border-color: rgb(0 0 0 / 0.05);
}
.ybc-border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}
.ybc-border-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}
.ybc-border-black\/25{
  border-color: rgb(0 0 0 / 0.25);
}
.ybc-border-black\/30{
  border-color: rgb(0 0 0 / 0.3);
}
.ybc-border-black\/40{
  border-color: rgb(0 0 0 / 0.4);
}
.ybc-border-black\/50{
  border-color: rgb(0 0 0 / 0.5);
}
.ybc-border-black\/60{
  border-color: rgb(0 0 0 / 0.6);
}
.ybc-border-black\/70{
  border-color: rgb(0 0 0 / 0.7);
}
.ybc-border-black\/75{
  border-color: rgb(0 0 0 / 0.75);
}
.ybc-border-black\/80{
  border-color: rgb(0 0 0 / 0.8);
}
.ybc-border-black\/90{
  border-color: rgb(0 0 0 / 0.9);
}
.ybc-border-black\/95{
  border-color: rgb(0 0 0 / 0.95);
}
.ybc-border-black\/100{
  border-color: rgb(0 0 0 / 1);
}
.ybc-border-white\/0{
  border-color: rgb(255 255 255 / 0);
}
.ybc-border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.ybc-border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.ybc-border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.ybc-border-white\/25{
  border-color: rgb(255 255 255 / 0.25);
}
.ybc-border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.ybc-border-white\/40{
  border-color: rgb(255 255 255 / 0.4);
}
.ybc-border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.ybc-border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.ybc-border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.ybc-border-white\/75{
  border-color: rgb(255 255 255 / 0.75);
}
.ybc-border-white\/80{
  border-color: rgb(255 255 255 / 0.8);
}
.ybc-border-white\/90{
  border-color: rgb(255 255 255 / 0.9);
}
.ybc-border-white\/95{
  border-color: rgb(255 255 255 / 0.95);
}
.ybc-border-white\/100{
  border-color: rgb(255 255 255 / 1);
}
.ybc-border-lime-400\/0{
  border-color: rgb(154 202 60 / 0);
}
.ybc-border-lime-400\/5{
  border-color: rgb(154 202 60 / 0.05);
}
.ybc-border-lime-400\/10{
  border-color: rgb(154 202 60 / 0.1);
}
.ybc-border-lime-400\/20{
  border-color: rgb(154 202 60 / 0.2);
}
.ybc-border-lime-400\/25{
  border-color: rgb(154 202 60 / 0.25);
}
.ybc-border-lime-400\/30{
  border-color: rgb(154 202 60 / 0.3);
}
.ybc-border-lime-400\/40{
  border-color: rgb(154 202 60 / 0.4);
}
.ybc-border-lime-400\/50{
  border-color: rgb(154 202 60 / 0.5);
}
.ybc-border-lime-400\/60{
  border-color: rgb(154 202 60 / 0.6);
}
.ybc-border-lime-400\/70{
  border-color: rgb(154 202 60 / 0.7);
}
.ybc-border-lime-400\/75{
  border-color: rgb(154 202 60 / 0.75);
}
.ybc-border-lime-400\/80{
  border-color: rgb(154 202 60 / 0.8);
}
.ybc-border-lime-400\/90{
  border-color: rgb(154 202 60 / 0.9);
}
.ybc-border-lime-400\/95{
  border-color: rgb(154 202 60 / 0.95);
}
.ybc-border-lime-400\/100{
  border-color: rgb(154 202 60 / 1);
}
.ybc-border-lime-500\/0{
  border-color: rgb(132 189 0 / 0);
}
.ybc-border-lime-500\/5{
  border-color: rgb(132 189 0 / 0.05);
}
.ybc-border-lime-500\/10{
  border-color: rgb(132 189 0 / 0.1);
}
.ybc-border-lime-500\/20{
  border-color: rgb(132 189 0 / 0.2);
}
.ybc-border-lime-500\/25{
  border-color: rgb(132 189 0 / 0.25);
}
.ybc-border-lime-500\/30{
  border-color: rgb(132 189 0 / 0.3);
}
.ybc-border-lime-500\/40{
  border-color: rgb(132 189 0 / 0.4);
}
.ybc-border-lime-500\/50{
  border-color: rgb(132 189 0 / 0.5);
}
.ybc-border-lime-500\/60{
  border-color: rgb(132 189 0 / 0.6);
}
.ybc-border-lime-500\/70{
  border-color: rgb(132 189 0 / 0.7);
}
.ybc-border-lime-500\/75{
  border-color: rgb(132 189 0 / 0.75);
}
.ybc-border-lime-500\/80{
  border-color: rgb(132 189 0 / 0.8);
}
.ybc-border-lime-500\/90{
  border-color: rgb(132 189 0 / 0.9);
}
.ybc-border-lime-500\/95{
  border-color: rgb(132 189 0 / 0.95);
}
.ybc-border-lime-500\/100{
  border-color: rgb(132 189 0 / 1);
}
.ybc-border-lime-600\/0{
  border-color: rgb(101 163 13 / 0);
}
.ybc-border-lime-600\/5{
  border-color: rgb(101 163 13 / 0.05);
}
.ybc-border-lime-600\/10{
  border-color: rgb(101 163 13 / 0.1);
}
.ybc-border-lime-600\/20{
  border-color: rgb(101 163 13 / 0.2);
}
.ybc-border-lime-600\/25{
  border-color: rgb(101 163 13 / 0.25);
}
.ybc-border-lime-600\/30{
  border-color: rgb(101 163 13 / 0.3);
}
.ybc-border-lime-600\/40{
  border-color: rgb(101 163 13 / 0.4);
}
.ybc-border-lime-600\/50{
  border-color: rgb(101 163 13 / 0.5);
}
.ybc-border-lime-600\/60{
  border-color: rgb(101 163 13 / 0.6);
}
.ybc-border-lime-600\/70{
  border-color: rgb(101 163 13 / 0.7);
}
.ybc-border-lime-600\/75{
  border-color: rgb(101 163 13 / 0.75);
}
.ybc-border-lime-600\/80{
  border-color: rgb(101 163 13 / 0.8);
}
.ybc-border-lime-600\/90{
  border-color: rgb(101 163 13 / 0.9);
}
.ybc-border-lime-600\/95{
  border-color: rgb(101 163 13 / 0.95);
}
.ybc-border-lime-600\/100{
  border-color: rgb(101 163 13 / 1);
}
.ybc-border-lime-900\/0{
  border-color: rgb(92 130 17 / 0);
}
.ybc-border-lime-900\/5{
  border-color: rgb(92 130 17 / 0.05);
}
.ybc-border-lime-900\/10{
  border-color: rgb(92 130 17 / 0.1);
}
.ybc-border-lime-900\/20{
  border-color: rgb(92 130 17 / 0.2);
}
.ybc-border-lime-900\/25{
  border-color: rgb(92 130 17 / 0.25);
}
.ybc-border-lime-900\/30{
  border-color: rgb(92 130 17 / 0.3);
}
.ybc-border-lime-900\/40{
  border-color: rgb(92 130 17 / 0.4);
}
.ybc-border-lime-900\/50{
  border-color: rgb(92 130 17 / 0.5);
}
.ybc-border-lime-900\/60{
  border-color: rgb(92 130 17 / 0.6);
}
.ybc-border-lime-900\/70{
  border-color: rgb(92 130 17 / 0.7);
}
.ybc-border-lime-900\/75{
  border-color: rgb(92 130 17 / 0.75);
}
.ybc-border-lime-900\/80{
  border-color: rgb(92 130 17 / 0.8);
}
.ybc-border-lime-900\/90{
  border-color: rgb(92 130 17 / 0.9);
}
.ybc-border-lime-900\/95{
  border-color: rgb(92 130 17 / 0.95);
}
.ybc-border-lime-900\/100{
  border-color: rgb(92 130 17 / 1);
}
.ybc-border-gray-100\/0{
  border-color: rgb(245 245 245 / 0);
}
.ybc-border-gray-100\/5{
  border-color: rgb(245 245 245 / 0.05);
}
.ybc-border-gray-100\/10{
  border-color: rgb(245 245 245 / 0.1);
}
.ybc-border-gray-100\/20{
  border-color: rgb(245 245 245 / 0.2);
}
.ybc-border-gray-100\/25{
  border-color: rgb(245 245 245 / 0.25);
}
.ybc-border-gray-100\/30{
  border-color: rgb(245 245 245 / 0.3);
}
.ybc-border-gray-100\/40{
  border-color: rgb(245 245 245 / 0.4);
}
.ybc-border-gray-100\/50{
  border-color: rgb(245 245 245 / 0.5);
}
.ybc-border-gray-100\/60{
  border-color: rgb(245 245 245 / 0.6);
}
.ybc-border-gray-100\/70{
  border-color: rgb(245 245 245 / 0.7);
}
.ybc-border-gray-100\/75{
  border-color: rgb(245 245 245 / 0.75);
}
.ybc-border-gray-100\/80{
  border-color: rgb(245 245 245 / 0.8);
}
.ybc-border-gray-100\/90{
  border-color: rgb(245 245 245 / 0.9);
}
.ybc-border-gray-100\/95{
  border-color: rgb(245 245 245 / 0.95);
}
.ybc-border-gray-100\/100{
  border-color: rgb(245 245 245 / 1);
}
.ybc-border-gray-200\/0{
  border-color: rgb(249 249 249 / 0);
}
.ybc-border-gray-200\/5{
  border-color: rgb(249 249 249 / 0.05);
}
.ybc-border-gray-200\/10{
  border-color: rgb(249 249 249 / 0.1);
}
.ybc-border-gray-200\/20{
  border-color: rgb(249 249 249 / 0.2);
}
.ybc-border-gray-200\/25{
  border-color: rgb(249 249 249 / 0.25);
}
.ybc-border-gray-200\/30{
  border-color: rgb(249 249 249 / 0.3);
}
.ybc-border-gray-200\/40{
  border-color: rgb(249 249 249 / 0.4);
}
.ybc-border-gray-200\/50{
  border-color: rgb(249 249 249 / 0.5);
}
.ybc-border-gray-200\/60{
  border-color: rgb(249 249 249 / 0.6);
}
.ybc-border-gray-200\/70{
  border-color: rgb(249 249 249 / 0.7);
}
.ybc-border-gray-200\/75{
  border-color: rgb(249 249 249 / 0.75);
}
.ybc-border-gray-200\/80{
  border-color: rgb(249 249 249 / 0.8);
}
.ybc-border-gray-200\/90{
  border-color: rgb(249 249 249 / 0.9);
}
.ybc-border-gray-200\/95{
  border-color: rgb(249 249 249 / 0.95);
}
.ybc-border-gray-200\/100{
  border-color: rgb(249 249 249 / 1);
}
.ybc-border-gray-300\/0{
  border-color: rgb(217 217 217 / 0);
}
.ybc-border-gray-300\/5{
  border-color: rgb(217 217 217 / 0.05);
}
.ybc-border-gray-300\/10{
  border-color: rgb(217 217 217 / 0.1);
}
.ybc-border-gray-300\/20{
  border-color: rgb(217 217 217 / 0.2);
}
.ybc-border-gray-300\/25{
  border-color: rgb(217 217 217 / 0.25);
}
.ybc-border-gray-300\/30{
  border-color: rgb(217 217 217 / 0.3);
}
.ybc-border-gray-300\/40{
  border-color: rgb(217 217 217 / 0.4);
}
.ybc-border-gray-300\/50{
  border-color: rgb(217 217 217 / 0.5);
}
.ybc-border-gray-300\/60{
  border-color: rgb(217 217 217 / 0.6);
}
.ybc-border-gray-300\/70{
  border-color: rgb(217 217 217 / 0.7);
}
.ybc-border-gray-300\/75{
  border-color: rgb(217 217 217 / 0.75);
}
.ybc-border-gray-300\/80{
  border-color: rgb(217 217 217 / 0.8);
}
.ybc-border-gray-300\/90{
  border-color: rgb(217 217 217 / 0.9);
}
.ybc-border-gray-300\/95{
  border-color: rgb(217 217 217 / 0.95);
}
.ybc-border-gray-300\/100{
  border-color: rgb(217 217 217 / 1);
}
.ybc-border-gray-600\/0{
  border-color: rgb(78 78 78 / 0);
}
.ybc-border-gray-600\/5{
  border-color: rgb(78 78 78 / 0.05);
}
.ybc-border-gray-600\/10{
  border-color: rgb(78 78 78 / 0.1);
}
.ybc-border-gray-600\/20{
  border-color: rgb(78 78 78 / 0.2);
}
.ybc-border-gray-600\/25{
  border-color: rgb(78 78 78 / 0.25);
}
.ybc-border-gray-600\/30{
  border-color: rgb(78 78 78 / 0.3);
}
.ybc-border-gray-600\/40{
  border-color: rgb(78 78 78 / 0.4);
}
.ybc-border-gray-600\/50{
  border-color: rgb(78 78 78 / 0.5);
}
.ybc-border-gray-600\/60{
  border-color: rgb(78 78 78 / 0.6);
}
.ybc-border-gray-600\/70{
  border-color: rgb(78 78 78 / 0.7);
}
.ybc-border-gray-600\/75{
  border-color: rgb(78 78 78 / 0.75);
}
.ybc-border-gray-600\/80{
  border-color: rgb(78 78 78 / 0.8);
}
.ybc-border-gray-600\/90{
  border-color: rgb(78 78 78 / 0.9);
}
.ybc-border-gray-600\/95{
  border-color: rgb(78 78 78 / 0.95);
}
.ybc-border-gray-600\/100{
  border-color: rgb(78 78 78 / 1);
}
.ybc-border-gray-900\/0{
  border-color: rgb(61 65 51 / 0);
}
.ybc-border-gray-900\/5{
  border-color: rgb(61 65 51 / 0.05);
}
.ybc-border-gray-900\/10{
  border-color: rgb(61 65 51 / 0.1);
}
.ybc-border-gray-900\/20{
  border-color: rgb(61 65 51 / 0.2);
}
.ybc-border-gray-900\/25{
  border-color: rgb(61 65 51 / 0.25);
}
.ybc-border-gray-900\/30{
  border-color: rgb(61 65 51 / 0.3);
}
.ybc-border-gray-900\/40{
  border-color: rgb(61 65 51 / 0.4);
}
.ybc-border-gray-900\/50{
  border-color: rgb(61 65 51 / 0.5);
}
.ybc-border-gray-900\/60{
  border-color: rgb(61 65 51 / 0.6);
}
.ybc-border-gray-900\/70{
  border-color: rgb(61 65 51 / 0.7);
}
.ybc-border-gray-900\/75{
  border-color: rgb(61 65 51 / 0.75);
}
.ybc-border-gray-900\/80{
  border-color: rgb(61 65 51 / 0.8);
}
.ybc-border-gray-900\/90{
  border-color: rgb(61 65 51 / 0.9);
}
.ybc-border-gray-900\/95{
  border-color: rgb(61 65 51 / 0.95);
}
.ybc-border-gray-900\/100{
  border-color: rgb(61 65 51 / 1);
}
.ybc-border-teal-600\/0{
  border-color: rgb(0 115 165 / 0);
}
.ybc-border-teal-600\/5{
  border-color: rgb(0 115 165 / 0.05);
}
.ybc-border-teal-600\/10{
  border-color: rgb(0 115 165 / 0.1);
}
.ybc-border-teal-600\/20{
  border-color: rgb(0 115 165 / 0.2);
}
.ybc-border-teal-600\/25{
  border-color: rgb(0 115 165 / 0.25);
}
.ybc-border-teal-600\/30{
  border-color: rgb(0 115 165 / 0.3);
}
.ybc-border-teal-600\/40{
  border-color: rgb(0 115 165 / 0.4);
}
.ybc-border-teal-600\/50{
  border-color: rgb(0 115 165 / 0.5);
}
.ybc-border-teal-600\/60{
  border-color: rgb(0 115 165 / 0.6);
}
.ybc-border-teal-600\/70{
  border-color: rgb(0 115 165 / 0.7);
}
.ybc-border-teal-600\/75{
  border-color: rgb(0 115 165 / 0.75);
}
.ybc-border-teal-600\/80{
  border-color: rgb(0 115 165 / 0.8);
}
.ybc-border-teal-600\/90{
  border-color: rgb(0 115 165 / 0.9);
}
.ybc-border-teal-600\/95{
  border-color: rgb(0 115 165 / 0.95);
}
.ybc-border-teal-600\/100{
  border-color: rgb(0 115 165 / 1);
}
.ybc-border-teal-900\/0{
  border-color: rgb(0 85 114 / 0);
}
.ybc-border-teal-900\/5{
  border-color: rgb(0 85 114 / 0.05);
}
.ybc-border-teal-900\/10{
  border-color: rgb(0 85 114 / 0.1);
}
.ybc-border-teal-900\/20{
  border-color: rgb(0 85 114 / 0.2);
}
.ybc-border-teal-900\/25{
  border-color: rgb(0 85 114 / 0.25);
}
.ybc-border-teal-900\/30{
  border-color: rgb(0 85 114 / 0.3);
}
.ybc-border-teal-900\/40{
  border-color: rgb(0 85 114 / 0.4);
}
.ybc-border-teal-900\/50{
  border-color: rgb(0 85 114 / 0.5);
}
.ybc-border-teal-900\/60{
  border-color: rgb(0 85 114 / 0.6);
}
.ybc-border-teal-900\/70{
  border-color: rgb(0 85 114 / 0.7);
}
.ybc-border-teal-900\/75{
  border-color: rgb(0 85 114 / 0.75);
}
.ybc-border-teal-900\/80{
  border-color: rgb(0 85 114 / 0.8);
}
.ybc-border-teal-900\/90{
  border-color: rgb(0 85 114 / 0.9);
}
.ybc-border-teal-900\/95{
  border-color: rgb(0 85 114 / 0.95);
}
.ybc-border-teal-900\/100{
  border-color: rgb(0 85 114 / 1);
}
.ybc-border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.ybc-border-x-current{
  border-left-color: currentColor;
  border-right-color: currentColor;
}
.ybc-border-x-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-x-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-x-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 202 60 / var(--tw-border-opacity));
  border-right-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-x-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 189 0 / var(--tw-border-opacity));
  border-right-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-x-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-x-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(92 130 17 / var(--tw-border-opacity));
  border-right-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-x-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-x-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-x-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / var(--tw-border-opacity));
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-x-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(78 78 78 / var(--tw-border-opacity));
  border-right-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-x-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 65 51 / var(--tw-border-opacity));
  border-right-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-x-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 115 165 / var(--tw-border-opacity));
  border-right-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-x-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 85 114 / var(--tw-border-opacity));
  border-right-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-x-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.ybc-border-x-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.ybc-border-x-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.ybc-border-x-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.ybc-border-x-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.ybc-border-x-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.ybc-border-x-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.ybc-border-x-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.ybc-border-x-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.ybc-border-x-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.ybc-border-x-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.ybc-border-x-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.ybc-border-x-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.ybc-border-x-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.ybc-border-x-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.ybc-border-x-black\/0{
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}
.ybc-border-x-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}
.ybc-border-x-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}
.ybc-border-x-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}
.ybc-border-x-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}
.ybc-border-x-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}
.ybc-border-x-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}
.ybc-border-x-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}
.ybc-border-x-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}
.ybc-border-x-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}
.ybc-border-x-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}
.ybc-border-x-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}
.ybc-border-x-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}
.ybc-border-x-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}
.ybc-border-x-black\/100{
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}
.ybc-border-x-white\/0{
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.ybc-border-x-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.ybc-border-x-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.ybc-border-x-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.ybc-border-x-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.ybc-border-x-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.ybc-border-x-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.ybc-border-x-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.ybc-border-x-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.ybc-border-x-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.ybc-border-x-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.ybc-border-x-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.ybc-border-x-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.ybc-border-x-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.ybc-border-x-white\/100{
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.ybc-border-x-lime-400\/0{
  border-left-color: rgb(154 202 60 / 0);
  border-right-color: rgb(154 202 60 / 0);
}
.ybc-border-x-lime-400\/5{
  border-left-color: rgb(154 202 60 / 0.05);
  border-right-color: rgb(154 202 60 / 0.05);
}
.ybc-border-x-lime-400\/10{
  border-left-color: rgb(154 202 60 / 0.1);
  border-right-color: rgb(154 202 60 / 0.1);
}
.ybc-border-x-lime-400\/20{
  border-left-color: rgb(154 202 60 / 0.2);
  border-right-color: rgb(154 202 60 / 0.2);
}
.ybc-border-x-lime-400\/25{
  border-left-color: rgb(154 202 60 / 0.25);
  border-right-color: rgb(154 202 60 / 0.25);
}
.ybc-border-x-lime-400\/30{
  border-left-color: rgb(154 202 60 / 0.3);
  border-right-color: rgb(154 202 60 / 0.3);
}
.ybc-border-x-lime-400\/40{
  border-left-color: rgb(154 202 60 / 0.4);
  border-right-color: rgb(154 202 60 / 0.4);
}
.ybc-border-x-lime-400\/50{
  border-left-color: rgb(154 202 60 / 0.5);
  border-right-color: rgb(154 202 60 / 0.5);
}
.ybc-border-x-lime-400\/60{
  border-left-color: rgb(154 202 60 / 0.6);
  border-right-color: rgb(154 202 60 / 0.6);
}
.ybc-border-x-lime-400\/70{
  border-left-color: rgb(154 202 60 / 0.7);
  border-right-color: rgb(154 202 60 / 0.7);
}
.ybc-border-x-lime-400\/75{
  border-left-color: rgb(154 202 60 / 0.75);
  border-right-color: rgb(154 202 60 / 0.75);
}
.ybc-border-x-lime-400\/80{
  border-left-color: rgb(154 202 60 / 0.8);
  border-right-color: rgb(154 202 60 / 0.8);
}
.ybc-border-x-lime-400\/90{
  border-left-color: rgb(154 202 60 / 0.9);
  border-right-color: rgb(154 202 60 / 0.9);
}
.ybc-border-x-lime-400\/95{
  border-left-color: rgb(154 202 60 / 0.95);
  border-right-color: rgb(154 202 60 / 0.95);
}
.ybc-border-x-lime-400\/100{
  border-left-color: rgb(154 202 60 / 1);
  border-right-color: rgb(154 202 60 / 1);
}
.ybc-border-x-lime-500\/0{
  border-left-color: rgb(132 189 0 / 0);
  border-right-color: rgb(132 189 0 / 0);
}
.ybc-border-x-lime-500\/5{
  border-left-color: rgb(132 189 0 / 0.05);
  border-right-color: rgb(132 189 0 / 0.05);
}
.ybc-border-x-lime-500\/10{
  border-left-color: rgb(132 189 0 / 0.1);
  border-right-color: rgb(132 189 0 / 0.1);
}
.ybc-border-x-lime-500\/20{
  border-left-color: rgb(132 189 0 / 0.2);
  border-right-color: rgb(132 189 0 / 0.2);
}
.ybc-border-x-lime-500\/25{
  border-left-color: rgb(132 189 0 / 0.25);
  border-right-color: rgb(132 189 0 / 0.25);
}
.ybc-border-x-lime-500\/30{
  border-left-color: rgb(132 189 0 / 0.3);
  border-right-color: rgb(132 189 0 / 0.3);
}
.ybc-border-x-lime-500\/40{
  border-left-color: rgb(132 189 0 / 0.4);
  border-right-color: rgb(132 189 0 / 0.4);
}
.ybc-border-x-lime-500\/50{
  border-left-color: rgb(132 189 0 / 0.5);
  border-right-color: rgb(132 189 0 / 0.5);
}
.ybc-border-x-lime-500\/60{
  border-left-color: rgb(132 189 0 / 0.6);
  border-right-color: rgb(132 189 0 / 0.6);
}
.ybc-border-x-lime-500\/70{
  border-left-color: rgb(132 189 0 / 0.7);
  border-right-color: rgb(132 189 0 / 0.7);
}
.ybc-border-x-lime-500\/75{
  border-left-color: rgb(132 189 0 / 0.75);
  border-right-color: rgb(132 189 0 / 0.75);
}
.ybc-border-x-lime-500\/80{
  border-left-color: rgb(132 189 0 / 0.8);
  border-right-color: rgb(132 189 0 / 0.8);
}
.ybc-border-x-lime-500\/90{
  border-left-color: rgb(132 189 0 / 0.9);
  border-right-color: rgb(132 189 0 / 0.9);
}
.ybc-border-x-lime-500\/95{
  border-left-color: rgb(132 189 0 / 0.95);
  border-right-color: rgb(132 189 0 / 0.95);
}
.ybc-border-x-lime-500\/100{
  border-left-color: rgb(132 189 0 / 1);
  border-right-color: rgb(132 189 0 / 1);
}
.ybc-border-x-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0);
  border-right-color: rgb(101 163 13 / 0);
}
.ybc-border-x-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
  border-right-color: rgb(101 163 13 / 0.05);
}
.ybc-border-x-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1);
  border-right-color: rgb(101 163 13 / 0.1);
}
.ybc-border-x-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
  border-right-color: rgb(101 163 13 / 0.2);
}
.ybc-border-x-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
  border-right-color: rgb(101 163 13 / 0.25);
}
.ybc-border-x-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
  border-right-color: rgb(101 163 13 / 0.3);
}
.ybc-border-x-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
  border-right-color: rgb(101 163 13 / 0.4);
}
.ybc-border-x-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
  border-right-color: rgb(101 163 13 / 0.5);
}
.ybc-border-x-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
  border-right-color: rgb(101 163 13 / 0.6);
}
.ybc-border-x-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
  border-right-color: rgb(101 163 13 / 0.7);
}
.ybc-border-x-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
  border-right-color: rgb(101 163 13 / 0.75);
}
.ybc-border-x-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
  border-right-color: rgb(101 163 13 / 0.8);
}
.ybc-border-x-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
  border-right-color: rgb(101 163 13 / 0.9);
}
.ybc-border-x-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
  border-right-color: rgb(101 163 13 / 0.95);
}
.ybc-border-x-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1);
  border-right-color: rgb(101 163 13 / 1);
}
.ybc-border-x-lime-900\/0{
  border-left-color: rgb(92 130 17 / 0);
  border-right-color: rgb(92 130 17 / 0);
}
.ybc-border-x-lime-900\/5{
  border-left-color: rgb(92 130 17 / 0.05);
  border-right-color: rgb(92 130 17 / 0.05);
}
.ybc-border-x-lime-900\/10{
  border-left-color: rgb(92 130 17 / 0.1);
  border-right-color: rgb(92 130 17 / 0.1);
}
.ybc-border-x-lime-900\/20{
  border-left-color: rgb(92 130 17 / 0.2);
  border-right-color: rgb(92 130 17 / 0.2);
}
.ybc-border-x-lime-900\/25{
  border-left-color: rgb(92 130 17 / 0.25);
  border-right-color: rgb(92 130 17 / 0.25);
}
.ybc-border-x-lime-900\/30{
  border-left-color: rgb(92 130 17 / 0.3);
  border-right-color: rgb(92 130 17 / 0.3);
}
.ybc-border-x-lime-900\/40{
  border-left-color: rgb(92 130 17 / 0.4);
  border-right-color: rgb(92 130 17 / 0.4);
}
.ybc-border-x-lime-900\/50{
  border-left-color: rgb(92 130 17 / 0.5);
  border-right-color: rgb(92 130 17 / 0.5);
}
.ybc-border-x-lime-900\/60{
  border-left-color: rgb(92 130 17 / 0.6);
  border-right-color: rgb(92 130 17 / 0.6);
}
.ybc-border-x-lime-900\/70{
  border-left-color: rgb(92 130 17 / 0.7);
  border-right-color: rgb(92 130 17 / 0.7);
}
.ybc-border-x-lime-900\/75{
  border-left-color: rgb(92 130 17 / 0.75);
  border-right-color: rgb(92 130 17 / 0.75);
}
.ybc-border-x-lime-900\/80{
  border-left-color: rgb(92 130 17 / 0.8);
  border-right-color: rgb(92 130 17 / 0.8);
}
.ybc-border-x-lime-900\/90{
  border-left-color: rgb(92 130 17 / 0.9);
  border-right-color: rgb(92 130 17 / 0.9);
}
.ybc-border-x-lime-900\/95{
  border-left-color: rgb(92 130 17 / 0.95);
  border-right-color: rgb(92 130 17 / 0.95);
}
.ybc-border-x-lime-900\/100{
  border-left-color: rgb(92 130 17 / 1);
  border-right-color: rgb(92 130 17 / 1);
}
.ybc-border-x-gray-100\/0{
  border-left-color: rgb(245 245 245 / 0);
  border-right-color: rgb(245 245 245 / 0);
}
.ybc-border-x-gray-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
  border-right-color: rgb(245 245 245 / 0.05);
}
.ybc-border-x-gray-100\/10{
  border-left-color: rgb(245 245 245 / 0.1);
  border-right-color: rgb(245 245 245 / 0.1);
}
.ybc-border-x-gray-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
  border-right-color: rgb(245 245 245 / 0.2);
}
.ybc-border-x-gray-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
  border-right-color: rgb(245 245 245 / 0.25);
}
.ybc-border-x-gray-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
  border-right-color: rgb(245 245 245 / 0.3);
}
.ybc-border-x-gray-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
  border-right-color: rgb(245 245 245 / 0.4);
}
.ybc-border-x-gray-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
  border-right-color: rgb(245 245 245 / 0.5);
}
.ybc-border-x-gray-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
  border-right-color: rgb(245 245 245 / 0.6);
}
.ybc-border-x-gray-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
  border-right-color: rgb(245 245 245 / 0.7);
}
.ybc-border-x-gray-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
  border-right-color: rgb(245 245 245 / 0.75);
}
.ybc-border-x-gray-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
  border-right-color: rgb(245 245 245 / 0.8);
}
.ybc-border-x-gray-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
  border-right-color: rgb(245 245 245 / 0.9);
}
.ybc-border-x-gray-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
  border-right-color: rgb(245 245 245 / 0.95);
}
.ybc-border-x-gray-100\/100{
  border-left-color: rgb(245 245 245 / 1);
  border-right-color: rgb(245 245 245 / 1);
}
.ybc-border-x-gray-200\/0{
  border-left-color: rgb(249 249 249 / 0);
  border-right-color: rgb(249 249 249 / 0);
}
.ybc-border-x-gray-200\/5{
  border-left-color: rgb(249 249 249 / 0.05);
  border-right-color: rgb(249 249 249 / 0.05);
}
.ybc-border-x-gray-200\/10{
  border-left-color: rgb(249 249 249 / 0.1);
  border-right-color: rgb(249 249 249 / 0.1);
}
.ybc-border-x-gray-200\/20{
  border-left-color: rgb(249 249 249 / 0.2);
  border-right-color: rgb(249 249 249 / 0.2);
}
.ybc-border-x-gray-200\/25{
  border-left-color: rgb(249 249 249 / 0.25);
  border-right-color: rgb(249 249 249 / 0.25);
}
.ybc-border-x-gray-200\/30{
  border-left-color: rgb(249 249 249 / 0.3);
  border-right-color: rgb(249 249 249 / 0.3);
}
.ybc-border-x-gray-200\/40{
  border-left-color: rgb(249 249 249 / 0.4);
  border-right-color: rgb(249 249 249 / 0.4);
}
.ybc-border-x-gray-200\/50{
  border-left-color: rgb(249 249 249 / 0.5);
  border-right-color: rgb(249 249 249 / 0.5);
}
.ybc-border-x-gray-200\/60{
  border-left-color: rgb(249 249 249 / 0.6);
  border-right-color: rgb(249 249 249 / 0.6);
}
.ybc-border-x-gray-200\/70{
  border-left-color: rgb(249 249 249 / 0.7);
  border-right-color: rgb(249 249 249 / 0.7);
}
.ybc-border-x-gray-200\/75{
  border-left-color: rgb(249 249 249 / 0.75);
  border-right-color: rgb(249 249 249 / 0.75);
}
.ybc-border-x-gray-200\/80{
  border-left-color: rgb(249 249 249 / 0.8);
  border-right-color: rgb(249 249 249 / 0.8);
}
.ybc-border-x-gray-200\/90{
  border-left-color: rgb(249 249 249 / 0.9);
  border-right-color: rgb(249 249 249 / 0.9);
}
.ybc-border-x-gray-200\/95{
  border-left-color: rgb(249 249 249 / 0.95);
  border-right-color: rgb(249 249 249 / 0.95);
}
.ybc-border-x-gray-200\/100{
  border-left-color: rgb(249 249 249 / 1);
  border-right-color: rgb(249 249 249 / 1);
}
.ybc-border-x-gray-300\/0{
  border-left-color: rgb(217 217 217 / 0);
  border-right-color: rgb(217 217 217 / 0);
}
.ybc-border-x-gray-300\/5{
  border-left-color: rgb(217 217 217 / 0.05);
  border-right-color: rgb(217 217 217 / 0.05);
}
.ybc-border-x-gray-300\/10{
  border-left-color: rgb(217 217 217 / 0.1);
  border-right-color: rgb(217 217 217 / 0.1);
}
.ybc-border-x-gray-300\/20{
  border-left-color: rgb(217 217 217 / 0.2);
  border-right-color: rgb(217 217 217 / 0.2);
}
.ybc-border-x-gray-300\/25{
  border-left-color: rgb(217 217 217 / 0.25);
  border-right-color: rgb(217 217 217 / 0.25);
}
.ybc-border-x-gray-300\/30{
  border-left-color: rgb(217 217 217 / 0.3);
  border-right-color: rgb(217 217 217 / 0.3);
}
.ybc-border-x-gray-300\/40{
  border-left-color: rgb(217 217 217 / 0.4);
  border-right-color: rgb(217 217 217 / 0.4);
}
.ybc-border-x-gray-300\/50{
  border-left-color: rgb(217 217 217 / 0.5);
  border-right-color: rgb(217 217 217 / 0.5);
}
.ybc-border-x-gray-300\/60{
  border-left-color: rgb(217 217 217 / 0.6);
  border-right-color: rgb(217 217 217 / 0.6);
}
.ybc-border-x-gray-300\/70{
  border-left-color: rgb(217 217 217 / 0.7);
  border-right-color: rgb(217 217 217 / 0.7);
}
.ybc-border-x-gray-300\/75{
  border-left-color: rgb(217 217 217 / 0.75);
  border-right-color: rgb(217 217 217 / 0.75);
}
.ybc-border-x-gray-300\/80{
  border-left-color: rgb(217 217 217 / 0.8);
  border-right-color: rgb(217 217 217 / 0.8);
}
.ybc-border-x-gray-300\/90{
  border-left-color: rgb(217 217 217 / 0.9);
  border-right-color: rgb(217 217 217 / 0.9);
}
.ybc-border-x-gray-300\/95{
  border-left-color: rgb(217 217 217 / 0.95);
  border-right-color: rgb(217 217 217 / 0.95);
}
.ybc-border-x-gray-300\/100{
  border-left-color: rgb(217 217 217 / 1);
  border-right-color: rgb(217 217 217 / 1);
}
.ybc-border-x-gray-600\/0{
  border-left-color: rgb(78 78 78 / 0);
  border-right-color: rgb(78 78 78 / 0);
}
.ybc-border-x-gray-600\/5{
  border-left-color: rgb(78 78 78 / 0.05);
  border-right-color: rgb(78 78 78 / 0.05);
}
.ybc-border-x-gray-600\/10{
  border-left-color: rgb(78 78 78 / 0.1);
  border-right-color: rgb(78 78 78 / 0.1);
}
.ybc-border-x-gray-600\/20{
  border-left-color: rgb(78 78 78 / 0.2);
  border-right-color: rgb(78 78 78 / 0.2);
}
.ybc-border-x-gray-600\/25{
  border-left-color: rgb(78 78 78 / 0.25);
  border-right-color: rgb(78 78 78 / 0.25);
}
.ybc-border-x-gray-600\/30{
  border-left-color: rgb(78 78 78 / 0.3);
  border-right-color: rgb(78 78 78 / 0.3);
}
.ybc-border-x-gray-600\/40{
  border-left-color: rgb(78 78 78 / 0.4);
  border-right-color: rgb(78 78 78 / 0.4);
}
.ybc-border-x-gray-600\/50{
  border-left-color: rgb(78 78 78 / 0.5);
  border-right-color: rgb(78 78 78 / 0.5);
}
.ybc-border-x-gray-600\/60{
  border-left-color: rgb(78 78 78 / 0.6);
  border-right-color: rgb(78 78 78 / 0.6);
}
.ybc-border-x-gray-600\/70{
  border-left-color: rgb(78 78 78 / 0.7);
  border-right-color: rgb(78 78 78 / 0.7);
}
.ybc-border-x-gray-600\/75{
  border-left-color: rgb(78 78 78 / 0.75);
  border-right-color: rgb(78 78 78 / 0.75);
}
.ybc-border-x-gray-600\/80{
  border-left-color: rgb(78 78 78 / 0.8);
  border-right-color: rgb(78 78 78 / 0.8);
}
.ybc-border-x-gray-600\/90{
  border-left-color: rgb(78 78 78 / 0.9);
  border-right-color: rgb(78 78 78 / 0.9);
}
.ybc-border-x-gray-600\/95{
  border-left-color: rgb(78 78 78 / 0.95);
  border-right-color: rgb(78 78 78 / 0.95);
}
.ybc-border-x-gray-600\/100{
  border-left-color: rgb(78 78 78 / 1);
  border-right-color: rgb(78 78 78 / 1);
}
.ybc-border-x-gray-900\/0{
  border-left-color: rgb(61 65 51 / 0);
  border-right-color: rgb(61 65 51 / 0);
}
.ybc-border-x-gray-900\/5{
  border-left-color: rgb(61 65 51 / 0.05);
  border-right-color: rgb(61 65 51 / 0.05);
}
.ybc-border-x-gray-900\/10{
  border-left-color: rgb(61 65 51 / 0.1);
  border-right-color: rgb(61 65 51 / 0.1);
}
.ybc-border-x-gray-900\/20{
  border-left-color: rgb(61 65 51 / 0.2);
  border-right-color: rgb(61 65 51 / 0.2);
}
.ybc-border-x-gray-900\/25{
  border-left-color: rgb(61 65 51 / 0.25);
  border-right-color: rgb(61 65 51 / 0.25);
}
.ybc-border-x-gray-900\/30{
  border-left-color: rgb(61 65 51 / 0.3);
  border-right-color: rgb(61 65 51 / 0.3);
}
.ybc-border-x-gray-900\/40{
  border-left-color: rgb(61 65 51 / 0.4);
  border-right-color: rgb(61 65 51 / 0.4);
}
.ybc-border-x-gray-900\/50{
  border-left-color: rgb(61 65 51 / 0.5);
  border-right-color: rgb(61 65 51 / 0.5);
}
.ybc-border-x-gray-900\/60{
  border-left-color: rgb(61 65 51 / 0.6);
  border-right-color: rgb(61 65 51 / 0.6);
}
.ybc-border-x-gray-900\/70{
  border-left-color: rgb(61 65 51 / 0.7);
  border-right-color: rgb(61 65 51 / 0.7);
}
.ybc-border-x-gray-900\/75{
  border-left-color: rgb(61 65 51 / 0.75);
  border-right-color: rgb(61 65 51 / 0.75);
}
.ybc-border-x-gray-900\/80{
  border-left-color: rgb(61 65 51 / 0.8);
  border-right-color: rgb(61 65 51 / 0.8);
}
.ybc-border-x-gray-900\/90{
  border-left-color: rgb(61 65 51 / 0.9);
  border-right-color: rgb(61 65 51 / 0.9);
}
.ybc-border-x-gray-900\/95{
  border-left-color: rgb(61 65 51 / 0.95);
  border-right-color: rgb(61 65 51 / 0.95);
}
.ybc-border-x-gray-900\/100{
  border-left-color: rgb(61 65 51 / 1);
  border-right-color: rgb(61 65 51 / 1);
}
.ybc-border-x-teal-600\/0{
  border-left-color: rgb(0 115 165 / 0);
  border-right-color: rgb(0 115 165 / 0);
}
.ybc-border-x-teal-600\/5{
  border-left-color: rgb(0 115 165 / 0.05);
  border-right-color: rgb(0 115 165 / 0.05);
}
.ybc-border-x-teal-600\/10{
  border-left-color: rgb(0 115 165 / 0.1);
  border-right-color: rgb(0 115 165 / 0.1);
}
.ybc-border-x-teal-600\/20{
  border-left-color: rgb(0 115 165 / 0.2);
  border-right-color: rgb(0 115 165 / 0.2);
}
.ybc-border-x-teal-600\/25{
  border-left-color: rgb(0 115 165 / 0.25);
  border-right-color: rgb(0 115 165 / 0.25);
}
.ybc-border-x-teal-600\/30{
  border-left-color: rgb(0 115 165 / 0.3);
  border-right-color: rgb(0 115 165 / 0.3);
}
.ybc-border-x-teal-600\/40{
  border-left-color: rgb(0 115 165 / 0.4);
  border-right-color: rgb(0 115 165 / 0.4);
}
.ybc-border-x-teal-600\/50{
  border-left-color: rgb(0 115 165 / 0.5);
  border-right-color: rgb(0 115 165 / 0.5);
}
.ybc-border-x-teal-600\/60{
  border-left-color: rgb(0 115 165 / 0.6);
  border-right-color: rgb(0 115 165 / 0.6);
}
.ybc-border-x-teal-600\/70{
  border-left-color: rgb(0 115 165 / 0.7);
  border-right-color: rgb(0 115 165 / 0.7);
}
.ybc-border-x-teal-600\/75{
  border-left-color: rgb(0 115 165 / 0.75);
  border-right-color: rgb(0 115 165 / 0.75);
}
.ybc-border-x-teal-600\/80{
  border-left-color: rgb(0 115 165 / 0.8);
  border-right-color: rgb(0 115 165 / 0.8);
}
.ybc-border-x-teal-600\/90{
  border-left-color: rgb(0 115 165 / 0.9);
  border-right-color: rgb(0 115 165 / 0.9);
}
.ybc-border-x-teal-600\/95{
  border-left-color: rgb(0 115 165 / 0.95);
  border-right-color: rgb(0 115 165 / 0.95);
}
.ybc-border-x-teal-600\/100{
  border-left-color: rgb(0 115 165 / 1);
  border-right-color: rgb(0 115 165 / 1);
}
.ybc-border-x-teal-900\/0{
  border-left-color: rgb(0 85 114 / 0);
  border-right-color: rgb(0 85 114 / 0);
}
.ybc-border-x-teal-900\/5{
  border-left-color: rgb(0 85 114 / 0.05);
  border-right-color: rgb(0 85 114 / 0.05);
}
.ybc-border-x-teal-900\/10{
  border-left-color: rgb(0 85 114 / 0.1);
  border-right-color: rgb(0 85 114 / 0.1);
}
.ybc-border-x-teal-900\/20{
  border-left-color: rgb(0 85 114 / 0.2);
  border-right-color: rgb(0 85 114 / 0.2);
}
.ybc-border-x-teal-900\/25{
  border-left-color: rgb(0 85 114 / 0.25);
  border-right-color: rgb(0 85 114 / 0.25);
}
.ybc-border-x-teal-900\/30{
  border-left-color: rgb(0 85 114 / 0.3);
  border-right-color: rgb(0 85 114 / 0.3);
}
.ybc-border-x-teal-900\/40{
  border-left-color: rgb(0 85 114 / 0.4);
  border-right-color: rgb(0 85 114 / 0.4);
}
.ybc-border-x-teal-900\/50{
  border-left-color: rgb(0 85 114 / 0.5);
  border-right-color: rgb(0 85 114 / 0.5);
}
.ybc-border-x-teal-900\/60{
  border-left-color: rgb(0 85 114 / 0.6);
  border-right-color: rgb(0 85 114 / 0.6);
}
.ybc-border-x-teal-900\/70{
  border-left-color: rgb(0 85 114 / 0.7);
  border-right-color: rgb(0 85 114 / 0.7);
}
.ybc-border-x-teal-900\/75{
  border-left-color: rgb(0 85 114 / 0.75);
  border-right-color: rgb(0 85 114 / 0.75);
}
.ybc-border-x-teal-900\/80{
  border-left-color: rgb(0 85 114 / 0.8);
  border-right-color: rgb(0 85 114 / 0.8);
}
.ybc-border-x-teal-900\/90{
  border-left-color: rgb(0 85 114 / 0.9);
  border-right-color: rgb(0 85 114 / 0.9);
}
.ybc-border-x-teal-900\/95{
  border-left-color: rgb(0 85 114 / 0.95);
  border-right-color: rgb(0 85 114 / 0.95);
}
.ybc-border-x-teal-900\/100{
  border-left-color: rgb(0 85 114 / 1);
  border-right-color: rgb(0 85 114 / 1);
}
.ybc-border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.ybc-border-y-current{
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.ybc-border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-y-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-y-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 202 60 / var(--tw-border-opacity));
  border-bottom-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-y-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 189 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-y-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-y-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 130 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-y-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-y-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-y-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-y-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(78 78 78 / var(--tw-border-opacity));
  border-bottom-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-y-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 65 51 / var(--tw-border-opacity));
  border-bottom-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-y-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 115 165 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-y-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 85 114 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-y-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.ybc-border-y-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.ybc-border-y-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.ybc-border-y-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.ybc-border-y-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.ybc-border-y-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.ybc-border-y-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.ybc-border-y-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.ybc-border-y-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.ybc-border-y-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.ybc-border-y-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.ybc-border-y-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.ybc-border-y-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.ybc-border-y-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.ybc-border-y-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.ybc-border-y-black\/0{
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}
.ybc-border-y-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.ybc-border-y-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.ybc-border-y-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.ybc-border-y-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.ybc-border-y-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.ybc-border-y-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.ybc-border-y-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.ybc-border-y-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.ybc-border-y-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.ybc-border-y-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.ybc-border-y-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.ybc-border-y-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.ybc-border-y-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.ybc-border-y-black\/100{
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}
.ybc-border-y-white\/0{
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.ybc-border-y-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.ybc-border-y-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.ybc-border-y-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.ybc-border-y-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.ybc-border-y-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.ybc-border-y-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.ybc-border-y-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.ybc-border-y-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.ybc-border-y-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.ybc-border-y-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.ybc-border-y-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.ybc-border-y-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.ybc-border-y-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.ybc-border-y-white\/100{
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.ybc-border-y-lime-400\/0{
  border-top-color: rgb(154 202 60 / 0);
  border-bottom-color: rgb(154 202 60 / 0);
}
.ybc-border-y-lime-400\/5{
  border-top-color: rgb(154 202 60 / 0.05);
  border-bottom-color: rgb(154 202 60 / 0.05);
}
.ybc-border-y-lime-400\/10{
  border-top-color: rgb(154 202 60 / 0.1);
  border-bottom-color: rgb(154 202 60 / 0.1);
}
.ybc-border-y-lime-400\/20{
  border-top-color: rgb(154 202 60 / 0.2);
  border-bottom-color: rgb(154 202 60 / 0.2);
}
.ybc-border-y-lime-400\/25{
  border-top-color: rgb(154 202 60 / 0.25);
  border-bottom-color: rgb(154 202 60 / 0.25);
}
.ybc-border-y-lime-400\/30{
  border-top-color: rgb(154 202 60 / 0.3);
  border-bottom-color: rgb(154 202 60 / 0.3);
}
.ybc-border-y-lime-400\/40{
  border-top-color: rgb(154 202 60 / 0.4);
  border-bottom-color: rgb(154 202 60 / 0.4);
}
.ybc-border-y-lime-400\/50{
  border-top-color: rgb(154 202 60 / 0.5);
  border-bottom-color: rgb(154 202 60 / 0.5);
}
.ybc-border-y-lime-400\/60{
  border-top-color: rgb(154 202 60 / 0.6);
  border-bottom-color: rgb(154 202 60 / 0.6);
}
.ybc-border-y-lime-400\/70{
  border-top-color: rgb(154 202 60 / 0.7);
  border-bottom-color: rgb(154 202 60 / 0.7);
}
.ybc-border-y-lime-400\/75{
  border-top-color: rgb(154 202 60 / 0.75);
  border-bottom-color: rgb(154 202 60 / 0.75);
}
.ybc-border-y-lime-400\/80{
  border-top-color: rgb(154 202 60 / 0.8);
  border-bottom-color: rgb(154 202 60 / 0.8);
}
.ybc-border-y-lime-400\/90{
  border-top-color: rgb(154 202 60 / 0.9);
  border-bottom-color: rgb(154 202 60 / 0.9);
}
.ybc-border-y-lime-400\/95{
  border-top-color: rgb(154 202 60 / 0.95);
  border-bottom-color: rgb(154 202 60 / 0.95);
}
.ybc-border-y-lime-400\/100{
  border-top-color: rgb(154 202 60 / 1);
  border-bottom-color: rgb(154 202 60 / 1);
}
.ybc-border-y-lime-500\/0{
  border-top-color: rgb(132 189 0 / 0);
  border-bottom-color: rgb(132 189 0 / 0);
}
.ybc-border-y-lime-500\/5{
  border-top-color: rgb(132 189 0 / 0.05);
  border-bottom-color: rgb(132 189 0 / 0.05);
}
.ybc-border-y-lime-500\/10{
  border-top-color: rgb(132 189 0 / 0.1);
  border-bottom-color: rgb(132 189 0 / 0.1);
}
.ybc-border-y-lime-500\/20{
  border-top-color: rgb(132 189 0 / 0.2);
  border-bottom-color: rgb(132 189 0 / 0.2);
}
.ybc-border-y-lime-500\/25{
  border-top-color: rgb(132 189 0 / 0.25);
  border-bottom-color: rgb(132 189 0 / 0.25);
}
.ybc-border-y-lime-500\/30{
  border-top-color: rgb(132 189 0 / 0.3);
  border-bottom-color: rgb(132 189 0 / 0.3);
}
.ybc-border-y-lime-500\/40{
  border-top-color: rgb(132 189 0 / 0.4);
  border-bottom-color: rgb(132 189 0 / 0.4);
}
.ybc-border-y-lime-500\/50{
  border-top-color: rgb(132 189 0 / 0.5);
  border-bottom-color: rgb(132 189 0 / 0.5);
}
.ybc-border-y-lime-500\/60{
  border-top-color: rgb(132 189 0 / 0.6);
  border-bottom-color: rgb(132 189 0 / 0.6);
}
.ybc-border-y-lime-500\/70{
  border-top-color: rgb(132 189 0 / 0.7);
  border-bottom-color: rgb(132 189 0 / 0.7);
}
.ybc-border-y-lime-500\/75{
  border-top-color: rgb(132 189 0 / 0.75);
  border-bottom-color: rgb(132 189 0 / 0.75);
}
.ybc-border-y-lime-500\/80{
  border-top-color: rgb(132 189 0 / 0.8);
  border-bottom-color: rgb(132 189 0 / 0.8);
}
.ybc-border-y-lime-500\/90{
  border-top-color: rgb(132 189 0 / 0.9);
  border-bottom-color: rgb(132 189 0 / 0.9);
}
.ybc-border-y-lime-500\/95{
  border-top-color: rgb(132 189 0 / 0.95);
  border-bottom-color: rgb(132 189 0 / 0.95);
}
.ybc-border-y-lime-500\/100{
  border-top-color: rgb(132 189 0 / 1);
  border-bottom-color: rgb(132 189 0 / 1);
}
.ybc-border-y-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0);
  border-bottom-color: rgb(101 163 13 / 0);
}
.ybc-border-y-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
  border-bottom-color: rgb(101 163 13 / 0.05);
}
.ybc-border-y-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1);
  border-bottom-color: rgb(101 163 13 / 0.1);
}
.ybc-border-y-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
  border-bottom-color: rgb(101 163 13 / 0.2);
}
.ybc-border-y-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
  border-bottom-color: rgb(101 163 13 / 0.25);
}
.ybc-border-y-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
  border-bottom-color: rgb(101 163 13 / 0.3);
}
.ybc-border-y-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.ybc-border-y-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
  border-bottom-color: rgb(101 163 13 / 0.5);
}
.ybc-border-y-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.ybc-border-y-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
  border-bottom-color: rgb(101 163 13 / 0.7);
}
.ybc-border-y-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
  border-bottom-color: rgb(101 163 13 / 0.75);
}
.ybc-border-y-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
  border-bottom-color: rgb(101 163 13 / 0.8);
}
.ybc-border-y-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
  border-bottom-color: rgb(101 163 13 / 0.9);
}
.ybc-border-y-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
  border-bottom-color: rgb(101 163 13 / 0.95);
}
.ybc-border-y-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1);
  border-bottom-color: rgb(101 163 13 / 1);
}
.ybc-border-y-lime-900\/0{
  border-top-color: rgb(92 130 17 / 0);
  border-bottom-color: rgb(92 130 17 / 0);
}
.ybc-border-y-lime-900\/5{
  border-top-color: rgb(92 130 17 / 0.05);
  border-bottom-color: rgb(92 130 17 / 0.05);
}
.ybc-border-y-lime-900\/10{
  border-top-color: rgb(92 130 17 / 0.1);
  border-bottom-color: rgb(92 130 17 / 0.1);
}
.ybc-border-y-lime-900\/20{
  border-top-color: rgb(92 130 17 / 0.2);
  border-bottom-color: rgb(92 130 17 / 0.2);
}
.ybc-border-y-lime-900\/25{
  border-top-color: rgb(92 130 17 / 0.25);
  border-bottom-color: rgb(92 130 17 / 0.25);
}
.ybc-border-y-lime-900\/30{
  border-top-color: rgb(92 130 17 / 0.3);
  border-bottom-color: rgb(92 130 17 / 0.3);
}
.ybc-border-y-lime-900\/40{
  border-top-color: rgb(92 130 17 / 0.4);
  border-bottom-color: rgb(92 130 17 / 0.4);
}
.ybc-border-y-lime-900\/50{
  border-top-color: rgb(92 130 17 / 0.5);
  border-bottom-color: rgb(92 130 17 / 0.5);
}
.ybc-border-y-lime-900\/60{
  border-top-color: rgb(92 130 17 / 0.6);
  border-bottom-color: rgb(92 130 17 / 0.6);
}
.ybc-border-y-lime-900\/70{
  border-top-color: rgb(92 130 17 / 0.7);
  border-bottom-color: rgb(92 130 17 / 0.7);
}
.ybc-border-y-lime-900\/75{
  border-top-color: rgb(92 130 17 / 0.75);
  border-bottom-color: rgb(92 130 17 / 0.75);
}
.ybc-border-y-lime-900\/80{
  border-top-color: rgb(92 130 17 / 0.8);
  border-bottom-color: rgb(92 130 17 / 0.8);
}
.ybc-border-y-lime-900\/90{
  border-top-color: rgb(92 130 17 / 0.9);
  border-bottom-color: rgb(92 130 17 / 0.9);
}
.ybc-border-y-lime-900\/95{
  border-top-color: rgb(92 130 17 / 0.95);
  border-bottom-color: rgb(92 130 17 / 0.95);
}
.ybc-border-y-lime-900\/100{
  border-top-color: rgb(92 130 17 / 1);
  border-bottom-color: rgb(92 130 17 / 1);
}
.ybc-border-y-gray-100\/0{
  border-top-color: rgb(245 245 245 / 0);
  border-bottom-color: rgb(245 245 245 / 0);
}
.ybc-border-y-gray-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.ybc-border-y-gray-100\/10{
  border-top-color: rgb(245 245 245 / 0.1);
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.ybc-border-y-gray-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.ybc-border-y-gray-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.ybc-border-y-gray-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.ybc-border-y-gray-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.ybc-border-y-gray-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.ybc-border-y-gray-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.ybc-border-y-gray-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.ybc-border-y-gray-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.ybc-border-y-gray-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.ybc-border-y-gray-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.ybc-border-y-gray-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.ybc-border-y-gray-100\/100{
  border-top-color: rgb(245 245 245 / 1);
  border-bottom-color: rgb(245 245 245 / 1);
}
.ybc-border-y-gray-200\/0{
  border-top-color: rgb(249 249 249 / 0);
  border-bottom-color: rgb(249 249 249 / 0);
}
.ybc-border-y-gray-200\/5{
  border-top-color: rgb(249 249 249 / 0.05);
  border-bottom-color: rgb(249 249 249 / 0.05);
}
.ybc-border-y-gray-200\/10{
  border-top-color: rgb(249 249 249 / 0.1);
  border-bottom-color: rgb(249 249 249 / 0.1);
}
.ybc-border-y-gray-200\/20{
  border-top-color: rgb(249 249 249 / 0.2);
  border-bottom-color: rgb(249 249 249 / 0.2);
}
.ybc-border-y-gray-200\/25{
  border-top-color: rgb(249 249 249 / 0.25);
  border-bottom-color: rgb(249 249 249 / 0.25);
}
.ybc-border-y-gray-200\/30{
  border-top-color: rgb(249 249 249 / 0.3);
  border-bottom-color: rgb(249 249 249 / 0.3);
}
.ybc-border-y-gray-200\/40{
  border-top-color: rgb(249 249 249 / 0.4);
  border-bottom-color: rgb(249 249 249 / 0.4);
}
.ybc-border-y-gray-200\/50{
  border-top-color: rgb(249 249 249 / 0.5);
  border-bottom-color: rgb(249 249 249 / 0.5);
}
.ybc-border-y-gray-200\/60{
  border-top-color: rgb(249 249 249 / 0.6);
  border-bottom-color: rgb(249 249 249 / 0.6);
}
.ybc-border-y-gray-200\/70{
  border-top-color: rgb(249 249 249 / 0.7);
  border-bottom-color: rgb(249 249 249 / 0.7);
}
.ybc-border-y-gray-200\/75{
  border-top-color: rgb(249 249 249 / 0.75);
  border-bottom-color: rgb(249 249 249 / 0.75);
}
.ybc-border-y-gray-200\/80{
  border-top-color: rgb(249 249 249 / 0.8);
  border-bottom-color: rgb(249 249 249 / 0.8);
}
.ybc-border-y-gray-200\/90{
  border-top-color: rgb(249 249 249 / 0.9);
  border-bottom-color: rgb(249 249 249 / 0.9);
}
.ybc-border-y-gray-200\/95{
  border-top-color: rgb(249 249 249 / 0.95);
  border-bottom-color: rgb(249 249 249 / 0.95);
}
.ybc-border-y-gray-200\/100{
  border-top-color: rgb(249 249 249 / 1);
  border-bottom-color: rgb(249 249 249 / 1);
}
.ybc-border-y-gray-300\/0{
  border-top-color: rgb(217 217 217 / 0);
  border-bottom-color: rgb(217 217 217 / 0);
}
.ybc-border-y-gray-300\/5{
  border-top-color: rgb(217 217 217 / 0.05);
  border-bottom-color: rgb(217 217 217 / 0.05);
}
.ybc-border-y-gray-300\/10{
  border-top-color: rgb(217 217 217 / 0.1);
  border-bottom-color: rgb(217 217 217 / 0.1);
}
.ybc-border-y-gray-300\/20{
  border-top-color: rgb(217 217 217 / 0.2);
  border-bottom-color: rgb(217 217 217 / 0.2);
}
.ybc-border-y-gray-300\/25{
  border-top-color: rgb(217 217 217 / 0.25);
  border-bottom-color: rgb(217 217 217 / 0.25);
}
.ybc-border-y-gray-300\/30{
  border-top-color: rgb(217 217 217 / 0.3);
  border-bottom-color: rgb(217 217 217 / 0.3);
}
.ybc-border-y-gray-300\/40{
  border-top-color: rgb(217 217 217 / 0.4);
  border-bottom-color: rgb(217 217 217 / 0.4);
}
.ybc-border-y-gray-300\/50{
  border-top-color: rgb(217 217 217 / 0.5);
  border-bottom-color: rgb(217 217 217 / 0.5);
}
.ybc-border-y-gray-300\/60{
  border-top-color: rgb(217 217 217 / 0.6);
  border-bottom-color: rgb(217 217 217 / 0.6);
}
.ybc-border-y-gray-300\/70{
  border-top-color: rgb(217 217 217 / 0.7);
  border-bottom-color: rgb(217 217 217 / 0.7);
}
.ybc-border-y-gray-300\/75{
  border-top-color: rgb(217 217 217 / 0.75);
  border-bottom-color: rgb(217 217 217 / 0.75);
}
.ybc-border-y-gray-300\/80{
  border-top-color: rgb(217 217 217 / 0.8);
  border-bottom-color: rgb(217 217 217 / 0.8);
}
.ybc-border-y-gray-300\/90{
  border-top-color: rgb(217 217 217 / 0.9);
  border-bottom-color: rgb(217 217 217 / 0.9);
}
.ybc-border-y-gray-300\/95{
  border-top-color: rgb(217 217 217 / 0.95);
  border-bottom-color: rgb(217 217 217 / 0.95);
}
.ybc-border-y-gray-300\/100{
  border-top-color: rgb(217 217 217 / 1);
  border-bottom-color: rgb(217 217 217 / 1);
}
.ybc-border-y-gray-600\/0{
  border-top-color: rgb(78 78 78 / 0);
  border-bottom-color: rgb(78 78 78 / 0);
}
.ybc-border-y-gray-600\/5{
  border-top-color: rgb(78 78 78 / 0.05);
  border-bottom-color: rgb(78 78 78 / 0.05);
}
.ybc-border-y-gray-600\/10{
  border-top-color: rgb(78 78 78 / 0.1);
  border-bottom-color: rgb(78 78 78 / 0.1);
}
.ybc-border-y-gray-600\/20{
  border-top-color: rgb(78 78 78 / 0.2);
  border-bottom-color: rgb(78 78 78 / 0.2);
}
.ybc-border-y-gray-600\/25{
  border-top-color: rgb(78 78 78 / 0.25);
  border-bottom-color: rgb(78 78 78 / 0.25);
}
.ybc-border-y-gray-600\/30{
  border-top-color: rgb(78 78 78 / 0.3);
  border-bottom-color: rgb(78 78 78 / 0.3);
}
.ybc-border-y-gray-600\/40{
  border-top-color: rgb(78 78 78 / 0.4);
  border-bottom-color: rgb(78 78 78 / 0.4);
}
.ybc-border-y-gray-600\/50{
  border-top-color: rgb(78 78 78 / 0.5);
  border-bottom-color: rgb(78 78 78 / 0.5);
}
.ybc-border-y-gray-600\/60{
  border-top-color: rgb(78 78 78 / 0.6);
  border-bottom-color: rgb(78 78 78 / 0.6);
}
.ybc-border-y-gray-600\/70{
  border-top-color: rgb(78 78 78 / 0.7);
  border-bottom-color: rgb(78 78 78 / 0.7);
}
.ybc-border-y-gray-600\/75{
  border-top-color: rgb(78 78 78 / 0.75);
  border-bottom-color: rgb(78 78 78 / 0.75);
}
.ybc-border-y-gray-600\/80{
  border-top-color: rgb(78 78 78 / 0.8);
  border-bottom-color: rgb(78 78 78 / 0.8);
}
.ybc-border-y-gray-600\/90{
  border-top-color: rgb(78 78 78 / 0.9);
  border-bottom-color: rgb(78 78 78 / 0.9);
}
.ybc-border-y-gray-600\/95{
  border-top-color: rgb(78 78 78 / 0.95);
  border-bottom-color: rgb(78 78 78 / 0.95);
}
.ybc-border-y-gray-600\/100{
  border-top-color: rgb(78 78 78 / 1);
  border-bottom-color: rgb(78 78 78 / 1);
}
.ybc-border-y-gray-900\/0{
  border-top-color: rgb(61 65 51 / 0);
  border-bottom-color: rgb(61 65 51 / 0);
}
.ybc-border-y-gray-900\/5{
  border-top-color: rgb(61 65 51 / 0.05);
  border-bottom-color: rgb(61 65 51 / 0.05);
}
.ybc-border-y-gray-900\/10{
  border-top-color: rgb(61 65 51 / 0.1);
  border-bottom-color: rgb(61 65 51 / 0.1);
}
.ybc-border-y-gray-900\/20{
  border-top-color: rgb(61 65 51 / 0.2);
  border-bottom-color: rgb(61 65 51 / 0.2);
}
.ybc-border-y-gray-900\/25{
  border-top-color: rgb(61 65 51 / 0.25);
  border-bottom-color: rgb(61 65 51 / 0.25);
}
.ybc-border-y-gray-900\/30{
  border-top-color: rgb(61 65 51 / 0.3);
  border-bottom-color: rgb(61 65 51 / 0.3);
}
.ybc-border-y-gray-900\/40{
  border-top-color: rgb(61 65 51 / 0.4);
  border-bottom-color: rgb(61 65 51 / 0.4);
}
.ybc-border-y-gray-900\/50{
  border-top-color: rgb(61 65 51 / 0.5);
  border-bottom-color: rgb(61 65 51 / 0.5);
}
.ybc-border-y-gray-900\/60{
  border-top-color: rgb(61 65 51 / 0.6);
  border-bottom-color: rgb(61 65 51 / 0.6);
}
.ybc-border-y-gray-900\/70{
  border-top-color: rgb(61 65 51 / 0.7);
  border-bottom-color: rgb(61 65 51 / 0.7);
}
.ybc-border-y-gray-900\/75{
  border-top-color: rgb(61 65 51 / 0.75);
  border-bottom-color: rgb(61 65 51 / 0.75);
}
.ybc-border-y-gray-900\/80{
  border-top-color: rgb(61 65 51 / 0.8);
  border-bottom-color: rgb(61 65 51 / 0.8);
}
.ybc-border-y-gray-900\/90{
  border-top-color: rgb(61 65 51 / 0.9);
  border-bottom-color: rgb(61 65 51 / 0.9);
}
.ybc-border-y-gray-900\/95{
  border-top-color: rgb(61 65 51 / 0.95);
  border-bottom-color: rgb(61 65 51 / 0.95);
}
.ybc-border-y-gray-900\/100{
  border-top-color: rgb(61 65 51 / 1);
  border-bottom-color: rgb(61 65 51 / 1);
}
.ybc-border-y-teal-600\/0{
  border-top-color: rgb(0 115 165 / 0);
  border-bottom-color: rgb(0 115 165 / 0);
}
.ybc-border-y-teal-600\/5{
  border-top-color: rgb(0 115 165 / 0.05);
  border-bottom-color: rgb(0 115 165 / 0.05);
}
.ybc-border-y-teal-600\/10{
  border-top-color: rgb(0 115 165 / 0.1);
  border-bottom-color: rgb(0 115 165 / 0.1);
}
.ybc-border-y-teal-600\/20{
  border-top-color: rgb(0 115 165 / 0.2);
  border-bottom-color: rgb(0 115 165 / 0.2);
}
.ybc-border-y-teal-600\/25{
  border-top-color: rgb(0 115 165 / 0.25);
  border-bottom-color: rgb(0 115 165 / 0.25);
}
.ybc-border-y-teal-600\/30{
  border-top-color: rgb(0 115 165 / 0.3);
  border-bottom-color: rgb(0 115 165 / 0.3);
}
.ybc-border-y-teal-600\/40{
  border-top-color: rgb(0 115 165 / 0.4);
  border-bottom-color: rgb(0 115 165 / 0.4);
}
.ybc-border-y-teal-600\/50{
  border-top-color: rgb(0 115 165 / 0.5);
  border-bottom-color: rgb(0 115 165 / 0.5);
}
.ybc-border-y-teal-600\/60{
  border-top-color: rgb(0 115 165 / 0.6);
  border-bottom-color: rgb(0 115 165 / 0.6);
}
.ybc-border-y-teal-600\/70{
  border-top-color: rgb(0 115 165 / 0.7);
  border-bottom-color: rgb(0 115 165 / 0.7);
}
.ybc-border-y-teal-600\/75{
  border-top-color: rgb(0 115 165 / 0.75);
  border-bottom-color: rgb(0 115 165 / 0.75);
}
.ybc-border-y-teal-600\/80{
  border-top-color: rgb(0 115 165 / 0.8);
  border-bottom-color: rgb(0 115 165 / 0.8);
}
.ybc-border-y-teal-600\/90{
  border-top-color: rgb(0 115 165 / 0.9);
  border-bottom-color: rgb(0 115 165 / 0.9);
}
.ybc-border-y-teal-600\/95{
  border-top-color: rgb(0 115 165 / 0.95);
  border-bottom-color: rgb(0 115 165 / 0.95);
}
.ybc-border-y-teal-600\/100{
  border-top-color: rgb(0 115 165 / 1);
  border-bottom-color: rgb(0 115 165 / 1);
}
.ybc-border-y-teal-900\/0{
  border-top-color: rgb(0 85 114 / 0);
  border-bottom-color: rgb(0 85 114 / 0);
}
.ybc-border-y-teal-900\/5{
  border-top-color: rgb(0 85 114 / 0.05);
  border-bottom-color: rgb(0 85 114 / 0.05);
}
.ybc-border-y-teal-900\/10{
  border-top-color: rgb(0 85 114 / 0.1);
  border-bottom-color: rgb(0 85 114 / 0.1);
}
.ybc-border-y-teal-900\/20{
  border-top-color: rgb(0 85 114 / 0.2);
  border-bottom-color: rgb(0 85 114 / 0.2);
}
.ybc-border-y-teal-900\/25{
  border-top-color: rgb(0 85 114 / 0.25);
  border-bottom-color: rgb(0 85 114 / 0.25);
}
.ybc-border-y-teal-900\/30{
  border-top-color: rgb(0 85 114 / 0.3);
  border-bottom-color: rgb(0 85 114 / 0.3);
}
.ybc-border-y-teal-900\/40{
  border-top-color: rgb(0 85 114 / 0.4);
  border-bottom-color: rgb(0 85 114 / 0.4);
}
.ybc-border-y-teal-900\/50{
  border-top-color: rgb(0 85 114 / 0.5);
  border-bottom-color: rgb(0 85 114 / 0.5);
}
.ybc-border-y-teal-900\/60{
  border-top-color: rgb(0 85 114 / 0.6);
  border-bottom-color: rgb(0 85 114 / 0.6);
}
.ybc-border-y-teal-900\/70{
  border-top-color: rgb(0 85 114 / 0.7);
  border-bottom-color: rgb(0 85 114 / 0.7);
}
.ybc-border-y-teal-900\/75{
  border-top-color: rgb(0 85 114 / 0.75);
  border-bottom-color: rgb(0 85 114 / 0.75);
}
.ybc-border-y-teal-900\/80{
  border-top-color: rgb(0 85 114 / 0.8);
  border-bottom-color: rgb(0 85 114 / 0.8);
}
.ybc-border-y-teal-900\/90{
  border-top-color: rgb(0 85 114 / 0.9);
  border-bottom-color: rgb(0 85 114 / 0.9);
}
.ybc-border-y-teal-900\/95{
  border-top-color: rgb(0 85 114 / 0.95);
  border-bottom-color: rgb(0 85 114 / 0.95);
}
.ybc-border-y-teal-900\/100{
  border-top-color: rgb(0 85 114 / 1);
  border-bottom-color: rgb(0 85 114 / 1);
}
.ybc-border-t-transparent{
  border-top-color: transparent;
}
.ybc-border-t-current{
  border-top-color: currentColor;
}
.ybc-border-t-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-t-lime-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-t-lime-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-t-lime-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-t-lime-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-t-gray-100{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-t-gray-200{
  --tw-border-opacity: 1;
  border-top-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-t-gray-300{
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-t-gray-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-t-gray-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-t-teal-600{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-t-teal-900{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-t-transparent\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.ybc-border-t-transparent\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.ybc-border-t-transparent\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.ybc-border-t-transparent\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.ybc-border-t-transparent\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.ybc-border-t-transparent\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.ybc-border-t-transparent\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.ybc-border-t-transparent\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.ybc-border-t-transparent\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.ybc-border-t-transparent\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.ybc-border-t-transparent\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.ybc-border-t-transparent\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.ybc-border-t-transparent\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.ybc-border-t-transparent\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.ybc-border-t-transparent\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.ybc-border-t-black\/0{
  border-top-color: rgb(0 0 0 / 0);
}
.ybc-border-t-black\/5{
  border-top-color: rgb(0 0 0 / 0.05);
}
.ybc-border-t-black\/10{
  border-top-color: rgb(0 0 0 / 0.1);
}
.ybc-border-t-black\/20{
  border-top-color: rgb(0 0 0 / 0.2);
}
.ybc-border-t-black\/25{
  border-top-color: rgb(0 0 0 / 0.25);
}
.ybc-border-t-black\/30{
  border-top-color: rgb(0 0 0 / 0.3);
}
.ybc-border-t-black\/40{
  border-top-color: rgb(0 0 0 / 0.4);
}
.ybc-border-t-black\/50{
  border-top-color: rgb(0 0 0 / 0.5);
}
.ybc-border-t-black\/60{
  border-top-color: rgb(0 0 0 / 0.6);
}
.ybc-border-t-black\/70{
  border-top-color: rgb(0 0 0 / 0.7);
}
.ybc-border-t-black\/75{
  border-top-color: rgb(0 0 0 / 0.75);
}
.ybc-border-t-black\/80{
  border-top-color: rgb(0 0 0 / 0.8);
}
.ybc-border-t-black\/90{
  border-top-color: rgb(0 0 0 / 0.9);
}
.ybc-border-t-black\/95{
  border-top-color: rgb(0 0 0 / 0.95);
}
.ybc-border-t-black\/100{
  border-top-color: rgb(0 0 0 / 1);
}
.ybc-border-t-white\/0{
  border-top-color: rgb(255 255 255 / 0);
}
.ybc-border-t-white\/5{
  border-top-color: rgb(255 255 255 / 0.05);
}
.ybc-border-t-white\/10{
  border-top-color: rgb(255 255 255 / 0.1);
}
.ybc-border-t-white\/20{
  border-top-color: rgb(255 255 255 / 0.2);
}
.ybc-border-t-white\/25{
  border-top-color: rgb(255 255 255 / 0.25);
}
.ybc-border-t-white\/30{
  border-top-color: rgb(255 255 255 / 0.3);
}
.ybc-border-t-white\/40{
  border-top-color: rgb(255 255 255 / 0.4);
}
.ybc-border-t-white\/50{
  border-top-color: rgb(255 255 255 / 0.5);
}
.ybc-border-t-white\/60{
  border-top-color: rgb(255 255 255 / 0.6);
}
.ybc-border-t-white\/70{
  border-top-color: rgb(255 255 255 / 0.7);
}
.ybc-border-t-white\/75{
  border-top-color: rgb(255 255 255 / 0.75);
}
.ybc-border-t-white\/80{
  border-top-color: rgb(255 255 255 / 0.8);
}
.ybc-border-t-white\/90{
  border-top-color: rgb(255 255 255 / 0.9);
}
.ybc-border-t-white\/95{
  border-top-color: rgb(255 255 255 / 0.95);
}
.ybc-border-t-white\/100{
  border-top-color: rgb(255 255 255 / 1);
}
.ybc-border-t-lime-400\/0{
  border-top-color: rgb(154 202 60 / 0);
}
.ybc-border-t-lime-400\/5{
  border-top-color: rgb(154 202 60 / 0.05);
}
.ybc-border-t-lime-400\/10{
  border-top-color: rgb(154 202 60 / 0.1);
}
.ybc-border-t-lime-400\/20{
  border-top-color: rgb(154 202 60 / 0.2);
}
.ybc-border-t-lime-400\/25{
  border-top-color: rgb(154 202 60 / 0.25);
}
.ybc-border-t-lime-400\/30{
  border-top-color: rgb(154 202 60 / 0.3);
}
.ybc-border-t-lime-400\/40{
  border-top-color: rgb(154 202 60 / 0.4);
}
.ybc-border-t-lime-400\/50{
  border-top-color: rgb(154 202 60 / 0.5);
}
.ybc-border-t-lime-400\/60{
  border-top-color: rgb(154 202 60 / 0.6);
}
.ybc-border-t-lime-400\/70{
  border-top-color: rgb(154 202 60 / 0.7);
}
.ybc-border-t-lime-400\/75{
  border-top-color: rgb(154 202 60 / 0.75);
}
.ybc-border-t-lime-400\/80{
  border-top-color: rgb(154 202 60 / 0.8);
}
.ybc-border-t-lime-400\/90{
  border-top-color: rgb(154 202 60 / 0.9);
}
.ybc-border-t-lime-400\/95{
  border-top-color: rgb(154 202 60 / 0.95);
}
.ybc-border-t-lime-400\/100{
  border-top-color: rgb(154 202 60 / 1);
}
.ybc-border-t-lime-500\/0{
  border-top-color: rgb(132 189 0 / 0);
}
.ybc-border-t-lime-500\/5{
  border-top-color: rgb(132 189 0 / 0.05);
}
.ybc-border-t-lime-500\/10{
  border-top-color: rgb(132 189 0 / 0.1);
}
.ybc-border-t-lime-500\/20{
  border-top-color: rgb(132 189 0 / 0.2);
}
.ybc-border-t-lime-500\/25{
  border-top-color: rgb(132 189 0 / 0.25);
}
.ybc-border-t-lime-500\/30{
  border-top-color: rgb(132 189 0 / 0.3);
}
.ybc-border-t-lime-500\/40{
  border-top-color: rgb(132 189 0 / 0.4);
}
.ybc-border-t-lime-500\/50{
  border-top-color: rgb(132 189 0 / 0.5);
}
.ybc-border-t-lime-500\/60{
  border-top-color: rgb(132 189 0 / 0.6);
}
.ybc-border-t-lime-500\/70{
  border-top-color: rgb(132 189 0 / 0.7);
}
.ybc-border-t-lime-500\/75{
  border-top-color: rgb(132 189 0 / 0.75);
}
.ybc-border-t-lime-500\/80{
  border-top-color: rgb(132 189 0 / 0.8);
}
.ybc-border-t-lime-500\/90{
  border-top-color: rgb(132 189 0 / 0.9);
}
.ybc-border-t-lime-500\/95{
  border-top-color: rgb(132 189 0 / 0.95);
}
.ybc-border-t-lime-500\/100{
  border-top-color: rgb(132 189 0 / 1);
}
.ybc-border-t-lime-600\/0{
  border-top-color: rgb(101 163 13 / 0);
}
.ybc-border-t-lime-600\/5{
  border-top-color: rgb(101 163 13 / 0.05);
}
.ybc-border-t-lime-600\/10{
  border-top-color: rgb(101 163 13 / 0.1);
}
.ybc-border-t-lime-600\/20{
  border-top-color: rgb(101 163 13 / 0.2);
}
.ybc-border-t-lime-600\/25{
  border-top-color: rgb(101 163 13 / 0.25);
}
.ybc-border-t-lime-600\/30{
  border-top-color: rgb(101 163 13 / 0.3);
}
.ybc-border-t-lime-600\/40{
  border-top-color: rgb(101 163 13 / 0.4);
}
.ybc-border-t-lime-600\/50{
  border-top-color: rgb(101 163 13 / 0.5);
}
.ybc-border-t-lime-600\/60{
  border-top-color: rgb(101 163 13 / 0.6);
}
.ybc-border-t-lime-600\/70{
  border-top-color: rgb(101 163 13 / 0.7);
}
.ybc-border-t-lime-600\/75{
  border-top-color: rgb(101 163 13 / 0.75);
}
.ybc-border-t-lime-600\/80{
  border-top-color: rgb(101 163 13 / 0.8);
}
.ybc-border-t-lime-600\/90{
  border-top-color: rgb(101 163 13 / 0.9);
}
.ybc-border-t-lime-600\/95{
  border-top-color: rgb(101 163 13 / 0.95);
}
.ybc-border-t-lime-600\/100{
  border-top-color: rgb(101 163 13 / 1);
}
.ybc-border-t-lime-900\/0{
  border-top-color: rgb(92 130 17 / 0);
}
.ybc-border-t-lime-900\/5{
  border-top-color: rgb(92 130 17 / 0.05);
}
.ybc-border-t-lime-900\/10{
  border-top-color: rgb(92 130 17 / 0.1);
}
.ybc-border-t-lime-900\/20{
  border-top-color: rgb(92 130 17 / 0.2);
}
.ybc-border-t-lime-900\/25{
  border-top-color: rgb(92 130 17 / 0.25);
}
.ybc-border-t-lime-900\/30{
  border-top-color: rgb(92 130 17 / 0.3);
}
.ybc-border-t-lime-900\/40{
  border-top-color: rgb(92 130 17 / 0.4);
}
.ybc-border-t-lime-900\/50{
  border-top-color: rgb(92 130 17 / 0.5);
}
.ybc-border-t-lime-900\/60{
  border-top-color: rgb(92 130 17 / 0.6);
}
.ybc-border-t-lime-900\/70{
  border-top-color: rgb(92 130 17 / 0.7);
}
.ybc-border-t-lime-900\/75{
  border-top-color: rgb(92 130 17 / 0.75);
}
.ybc-border-t-lime-900\/80{
  border-top-color: rgb(92 130 17 / 0.8);
}
.ybc-border-t-lime-900\/90{
  border-top-color: rgb(92 130 17 / 0.9);
}
.ybc-border-t-lime-900\/95{
  border-top-color: rgb(92 130 17 / 0.95);
}
.ybc-border-t-lime-900\/100{
  border-top-color: rgb(92 130 17 / 1);
}
.ybc-border-t-gray-100\/0{
  border-top-color: rgb(245 245 245 / 0);
}
.ybc-border-t-gray-100\/5{
  border-top-color: rgb(245 245 245 / 0.05);
}
.ybc-border-t-gray-100\/10{
  border-top-color: rgb(245 245 245 / 0.1);
}
.ybc-border-t-gray-100\/20{
  border-top-color: rgb(245 245 245 / 0.2);
}
.ybc-border-t-gray-100\/25{
  border-top-color: rgb(245 245 245 / 0.25);
}
.ybc-border-t-gray-100\/30{
  border-top-color: rgb(245 245 245 / 0.3);
}
.ybc-border-t-gray-100\/40{
  border-top-color: rgb(245 245 245 / 0.4);
}
.ybc-border-t-gray-100\/50{
  border-top-color: rgb(245 245 245 / 0.5);
}
.ybc-border-t-gray-100\/60{
  border-top-color: rgb(245 245 245 / 0.6);
}
.ybc-border-t-gray-100\/70{
  border-top-color: rgb(245 245 245 / 0.7);
}
.ybc-border-t-gray-100\/75{
  border-top-color: rgb(245 245 245 / 0.75);
}
.ybc-border-t-gray-100\/80{
  border-top-color: rgb(245 245 245 / 0.8);
}
.ybc-border-t-gray-100\/90{
  border-top-color: rgb(245 245 245 / 0.9);
}
.ybc-border-t-gray-100\/95{
  border-top-color: rgb(245 245 245 / 0.95);
}
.ybc-border-t-gray-100\/100{
  border-top-color: rgb(245 245 245 / 1);
}
.ybc-border-t-gray-200\/0{
  border-top-color: rgb(249 249 249 / 0);
}
.ybc-border-t-gray-200\/5{
  border-top-color: rgb(249 249 249 / 0.05);
}
.ybc-border-t-gray-200\/10{
  border-top-color: rgb(249 249 249 / 0.1);
}
.ybc-border-t-gray-200\/20{
  border-top-color: rgb(249 249 249 / 0.2);
}
.ybc-border-t-gray-200\/25{
  border-top-color: rgb(249 249 249 / 0.25);
}
.ybc-border-t-gray-200\/30{
  border-top-color: rgb(249 249 249 / 0.3);
}
.ybc-border-t-gray-200\/40{
  border-top-color: rgb(249 249 249 / 0.4);
}
.ybc-border-t-gray-200\/50{
  border-top-color: rgb(249 249 249 / 0.5);
}
.ybc-border-t-gray-200\/60{
  border-top-color: rgb(249 249 249 / 0.6);
}
.ybc-border-t-gray-200\/70{
  border-top-color: rgb(249 249 249 / 0.7);
}
.ybc-border-t-gray-200\/75{
  border-top-color: rgb(249 249 249 / 0.75);
}
.ybc-border-t-gray-200\/80{
  border-top-color: rgb(249 249 249 / 0.8);
}
.ybc-border-t-gray-200\/90{
  border-top-color: rgb(249 249 249 / 0.9);
}
.ybc-border-t-gray-200\/95{
  border-top-color: rgb(249 249 249 / 0.95);
}
.ybc-border-t-gray-200\/100{
  border-top-color: rgb(249 249 249 / 1);
}
.ybc-border-t-gray-300\/0{
  border-top-color: rgb(217 217 217 / 0);
}
.ybc-border-t-gray-300\/5{
  border-top-color: rgb(217 217 217 / 0.05);
}
.ybc-border-t-gray-300\/10{
  border-top-color: rgb(217 217 217 / 0.1);
}
.ybc-border-t-gray-300\/20{
  border-top-color: rgb(217 217 217 / 0.2);
}
.ybc-border-t-gray-300\/25{
  border-top-color: rgb(217 217 217 / 0.25);
}
.ybc-border-t-gray-300\/30{
  border-top-color: rgb(217 217 217 / 0.3);
}
.ybc-border-t-gray-300\/40{
  border-top-color: rgb(217 217 217 / 0.4);
}
.ybc-border-t-gray-300\/50{
  border-top-color: rgb(217 217 217 / 0.5);
}
.ybc-border-t-gray-300\/60{
  border-top-color: rgb(217 217 217 / 0.6);
}
.ybc-border-t-gray-300\/70{
  border-top-color: rgb(217 217 217 / 0.7);
}
.ybc-border-t-gray-300\/75{
  border-top-color: rgb(217 217 217 / 0.75);
}
.ybc-border-t-gray-300\/80{
  border-top-color: rgb(217 217 217 / 0.8);
}
.ybc-border-t-gray-300\/90{
  border-top-color: rgb(217 217 217 / 0.9);
}
.ybc-border-t-gray-300\/95{
  border-top-color: rgb(217 217 217 / 0.95);
}
.ybc-border-t-gray-300\/100{
  border-top-color: rgb(217 217 217 / 1);
}
.ybc-border-t-gray-600\/0{
  border-top-color: rgb(78 78 78 / 0);
}
.ybc-border-t-gray-600\/5{
  border-top-color: rgb(78 78 78 / 0.05);
}
.ybc-border-t-gray-600\/10{
  border-top-color: rgb(78 78 78 / 0.1);
}
.ybc-border-t-gray-600\/20{
  border-top-color: rgb(78 78 78 / 0.2);
}
.ybc-border-t-gray-600\/25{
  border-top-color: rgb(78 78 78 / 0.25);
}
.ybc-border-t-gray-600\/30{
  border-top-color: rgb(78 78 78 / 0.3);
}
.ybc-border-t-gray-600\/40{
  border-top-color: rgb(78 78 78 / 0.4);
}
.ybc-border-t-gray-600\/50{
  border-top-color: rgb(78 78 78 / 0.5);
}
.ybc-border-t-gray-600\/60{
  border-top-color: rgb(78 78 78 / 0.6);
}
.ybc-border-t-gray-600\/70{
  border-top-color: rgb(78 78 78 / 0.7);
}
.ybc-border-t-gray-600\/75{
  border-top-color: rgb(78 78 78 / 0.75);
}
.ybc-border-t-gray-600\/80{
  border-top-color: rgb(78 78 78 / 0.8);
}
.ybc-border-t-gray-600\/90{
  border-top-color: rgb(78 78 78 / 0.9);
}
.ybc-border-t-gray-600\/95{
  border-top-color: rgb(78 78 78 / 0.95);
}
.ybc-border-t-gray-600\/100{
  border-top-color: rgb(78 78 78 / 1);
}
.ybc-border-t-gray-900\/0{
  border-top-color: rgb(61 65 51 / 0);
}
.ybc-border-t-gray-900\/5{
  border-top-color: rgb(61 65 51 / 0.05);
}
.ybc-border-t-gray-900\/10{
  border-top-color: rgb(61 65 51 / 0.1);
}
.ybc-border-t-gray-900\/20{
  border-top-color: rgb(61 65 51 / 0.2);
}
.ybc-border-t-gray-900\/25{
  border-top-color: rgb(61 65 51 / 0.25);
}
.ybc-border-t-gray-900\/30{
  border-top-color: rgb(61 65 51 / 0.3);
}
.ybc-border-t-gray-900\/40{
  border-top-color: rgb(61 65 51 / 0.4);
}
.ybc-border-t-gray-900\/50{
  border-top-color: rgb(61 65 51 / 0.5);
}
.ybc-border-t-gray-900\/60{
  border-top-color: rgb(61 65 51 / 0.6);
}
.ybc-border-t-gray-900\/70{
  border-top-color: rgb(61 65 51 / 0.7);
}
.ybc-border-t-gray-900\/75{
  border-top-color: rgb(61 65 51 / 0.75);
}
.ybc-border-t-gray-900\/80{
  border-top-color: rgb(61 65 51 / 0.8);
}
.ybc-border-t-gray-900\/90{
  border-top-color: rgb(61 65 51 / 0.9);
}
.ybc-border-t-gray-900\/95{
  border-top-color: rgb(61 65 51 / 0.95);
}
.ybc-border-t-gray-900\/100{
  border-top-color: rgb(61 65 51 / 1);
}
.ybc-border-t-teal-600\/0{
  border-top-color: rgb(0 115 165 / 0);
}
.ybc-border-t-teal-600\/5{
  border-top-color: rgb(0 115 165 / 0.05);
}
.ybc-border-t-teal-600\/10{
  border-top-color: rgb(0 115 165 / 0.1);
}
.ybc-border-t-teal-600\/20{
  border-top-color: rgb(0 115 165 / 0.2);
}
.ybc-border-t-teal-600\/25{
  border-top-color: rgb(0 115 165 / 0.25);
}
.ybc-border-t-teal-600\/30{
  border-top-color: rgb(0 115 165 / 0.3);
}
.ybc-border-t-teal-600\/40{
  border-top-color: rgb(0 115 165 / 0.4);
}
.ybc-border-t-teal-600\/50{
  border-top-color: rgb(0 115 165 / 0.5);
}
.ybc-border-t-teal-600\/60{
  border-top-color: rgb(0 115 165 / 0.6);
}
.ybc-border-t-teal-600\/70{
  border-top-color: rgb(0 115 165 / 0.7);
}
.ybc-border-t-teal-600\/75{
  border-top-color: rgb(0 115 165 / 0.75);
}
.ybc-border-t-teal-600\/80{
  border-top-color: rgb(0 115 165 / 0.8);
}
.ybc-border-t-teal-600\/90{
  border-top-color: rgb(0 115 165 / 0.9);
}
.ybc-border-t-teal-600\/95{
  border-top-color: rgb(0 115 165 / 0.95);
}
.ybc-border-t-teal-600\/100{
  border-top-color: rgb(0 115 165 / 1);
}
.ybc-border-t-teal-900\/0{
  border-top-color: rgb(0 85 114 / 0);
}
.ybc-border-t-teal-900\/5{
  border-top-color: rgb(0 85 114 / 0.05);
}
.ybc-border-t-teal-900\/10{
  border-top-color: rgb(0 85 114 / 0.1);
}
.ybc-border-t-teal-900\/20{
  border-top-color: rgb(0 85 114 / 0.2);
}
.ybc-border-t-teal-900\/25{
  border-top-color: rgb(0 85 114 / 0.25);
}
.ybc-border-t-teal-900\/30{
  border-top-color: rgb(0 85 114 / 0.3);
}
.ybc-border-t-teal-900\/40{
  border-top-color: rgb(0 85 114 / 0.4);
}
.ybc-border-t-teal-900\/50{
  border-top-color: rgb(0 85 114 / 0.5);
}
.ybc-border-t-teal-900\/60{
  border-top-color: rgb(0 85 114 / 0.6);
}
.ybc-border-t-teal-900\/70{
  border-top-color: rgb(0 85 114 / 0.7);
}
.ybc-border-t-teal-900\/75{
  border-top-color: rgb(0 85 114 / 0.75);
}
.ybc-border-t-teal-900\/80{
  border-top-color: rgb(0 85 114 / 0.8);
}
.ybc-border-t-teal-900\/90{
  border-top-color: rgb(0 85 114 / 0.9);
}
.ybc-border-t-teal-900\/95{
  border-top-color: rgb(0 85 114 / 0.95);
}
.ybc-border-t-teal-900\/100{
  border-top-color: rgb(0 85 114 / 1);
}
.ybc-border-r-transparent{
  border-right-color: transparent;
}
.ybc-border-r-current{
  border-right-color: currentColor;
}
.ybc-border-r-black{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-r-white{
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-r-lime-400{
  --tw-border-opacity: 1;
  border-right-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-r-lime-500{
  --tw-border-opacity: 1;
  border-right-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-r-lime-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-r-lime-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-r-gray-100{
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-r-gray-200{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-r-gray-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-r-gray-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-r-teal-600{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-r-teal-900{
  --tw-border-opacity: 1;
  border-right-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-r-transparent\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.ybc-border-r-transparent\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.ybc-border-r-transparent\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.ybc-border-r-transparent\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.ybc-border-r-transparent\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.ybc-border-r-transparent\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.ybc-border-r-transparent\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.ybc-border-r-transparent\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.ybc-border-r-transparent\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.ybc-border-r-transparent\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.ybc-border-r-transparent\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.ybc-border-r-transparent\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.ybc-border-r-transparent\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.ybc-border-r-transparent\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.ybc-border-r-transparent\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.ybc-border-r-black\/0{
  border-right-color: rgb(0 0 0 / 0);
}
.ybc-border-r-black\/5{
  border-right-color: rgb(0 0 0 / 0.05);
}
.ybc-border-r-black\/10{
  border-right-color: rgb(0 0 0 / 0.1);
}
.ybc-border-r-black\/20{
  border-right-color: rgb(0 0 0 / 0.2);
}
.ybc-border-r-black\/25{
  border-right-color: rgb(0 0 0 / 0.25);
}
.ybc-border-r-black\/30{
  border-right-color: rgb(0 0 0 / 0.3);
}
.ybc-border-r-black\/40{
  border-right-color: rgb(0 0 0 / 0.4);
}
.ybc-border-r-black\/50{
  border-right-color: rgb(0 0 0 / 0.5);
}
.ybc-border-r-black\/60{
  border-right-color: rgb(0 0 0 / 0.6);
}
.ybc-border-r-black\/70{
  border-right-color: rgb(0 0 0 / 0.7);
}
.ybc-border-r-black\/75{
  border-right-color: rgb(0 0 0 / 0.75);
}
.ybc-border-r-black\/80{
  border-right-color: rgb(0 0 0 / 0.8);
}
.ybc-border-r-black\/90{
  border-right-color: rgb(0 0 0 / 0.9);
}
.ybc-border-r-black\/95{
  border-right-color: rgb(0 0 0 / 0.95);
}
.ybc-border-r-black\/100{
  border-right-color: rgb(0 0 0 / 1);
}
.ybc-border-r-white\/0{
  border-right-color: rgb(255 255 255 / 0);
}
.ybc-border-r-white\/5{
  border-right-color: rgb(255 255 255 / 0.05);
}
.ybc-border-r-white\/10{
  border-right-color: rgb(255 255 255 / 0.1);
}
.ybc-border-r-white\/20{
  border-right-color: rgb(255 255 255 / 0.2);
}
.ybc-border-r-white\/25{
  border-right-color: rgb(255 255 255 / 0.25);
}
.ybc-border-r-white\/30{
  border-right-color: rgb(255 255 255 / 0.3);
}
.ybc-border-r-white\/40{
  border-right-color: rgb(255 255 255 / 0.4);
}
.ybc-border-r-white\/50{
  border-right-color: rgb(255 255 255 / 0.5);
}
.ybc-border-r-white\/60{
  border-right-color: rgb(255 255 255 / 0.6);
}
.ybc-border-r-white\/70{
  border-right-color: rgb(255 255 255 / 0.7);
}
.ybc-border-r-white\/75{
  border-right-color: rgb(255 255 255 / 0.75);
}
.ybc-border-r-white\/80{
  border-right-color: rgb(255 255 255 / 0.8);
}
.ybc-border-r-white\/90{
  border-right-color: rgb(255 255 255 / 0.9);
}
.ybc-border-r-white\/95{
  border-right-color: rgb(255 255 255 / 0.95);
}
.ybc-border-r-white\/100{
  border-right-color: rgb(255 255 255 / 1);
}
.ybc-border-r-lime-400\/0{
  border-right-color: rgb(154 202 60 / 0);
}
.ybc-border-r-lime-400\/5{
  border-right-color: rgb(154 202 60 / 0.05);
}
.ybc-border-r-lime-400\/10{
  border-right-color: rgb(154 202 60 / 0.1);
}
.ybc-border-r-lime-400\/20{
  border-right-color: rgb(154 202 60 / 0.2);
}
.ybc-border-r-lime-400\/25{
  border-right-color: rgb(154 202 60 / 0.25);
}
.ybc-border-r-lime-400\/30{
  border-right-color: rgb(154 202 60 / 0.3);
}
.ybc-border-r-lime-400\/40{
  border-right-color: rgb(154 202 60 / 0.4);
}
.ybc-border-r-lime-400\/50{
  border-right-color: rgb(154 202 60 / 0.5);
}
.ybc-border-r-lime-400\/60{
  border-right-color: rgb(154 202 60 / 0.6);
}
.ybc-border-r-lime-400\/70{
  border-right-color: rgb(154 202 60 / 0.7);
}
.ybc-border-r-lime-400\/75{
  border-right-color: rgb(154 202 60 / 0.75);
}
.ybc-border-r-lime-400\/80{
  border-right-color: rgb(154 202 60 / 0.8);
}
.ybc-border-r-lime-400\/90{
  border-right-color: rgb(154 202 60 / 0.9);
}
.ybc-border-r-lime-400\/95{
  border-right-color: rgb(154 202 60 / 0.95);
}
.ybc-border-r-lime-400\/100{
  border-right-color: rgb(154 202 60 / 1);
}
.ybc-border-r-lime-500\/0{
  border-right-color: rgb(132 189 0 / 0);
}
.ybc-border-r-lime-500\/5{
  border-right-color: rgb(132 189 0 / 0.05);
}
.ybc-border-r-lime-500\/10{
  border-right-color: rgb(132 189 0 / 0.1);
}
.ybc-border-r-lime-500\/20{
  border-right-color: rgb(132 189 0 / 0.2);
}
.ybc-border-r-lime-500\/25{
  border-right-color: rgb(132 189 0 / 0.25);
}
.ybc-border-r-lime-500\/30{
  border-right-color: rgb(132 189 0 / 0.3);
}
.ybc-border-r-lime-500\/40{
  border-right-color: rgb(132 189 0 / 0.4);
}
.ybc-border-r-lime-500\/50{
  border-right-color: rgb(132 189 0 / 0.5);
}
.ybc-border-r-lime-500\/60{
  border-right-color: rgb(132 189 0 / 0.6);
}
.ybc-border-r-lime-500\/70{
  border-right-color: rgb(132 189 0 / 0.7);
}
.ybc-border-r-lime-500\/75{
  border-right-color: rgb(132 189 0 / 0.75);
}
.ybc-border-r-lime-500\/80{
  border-right-color: rgb(132 189 0 / 0.8);
}
.ybc-border-r-lime-500\/90{
  border-right-color: rgb(132 189 0 / 0.9);
}
.ybc-border-r-lime-500\/95{
  border-right-color: rgb(132 189 0 / 0.95);
}
.ybc-border-r-lime-500\/100{
  border-right-color: rgb(132 189 0 / 1);
}
.ybc-border-r-lime-600\/0{
  border-right-color: rgb(101 163 13 / 0);
}
.ybc-border-r-lime-600\/5{
  border-right-color: rgb(101 163 13 / 0.05);
}
.ybc-border-r-lime-600\/10{
  border-right-color: rgb(101 163 13 / 0.1);
}
.ybc-border-r-lime-600\/20{
  border-right-color: rgb(101 163 13 / 0.2);
}
.ybc-border-r-lime-600\/25{
  border-right-color: rgb(101 163 13 / 0.25);
}
.ybc-border-r-lime-600\/30{
  border-right-color: rgb(101 163 13 / 0.3);
}
.ybc-border-r-lime-600\/40{
  border-right-color: rgb(101 163 13 / 0.4);
}
.ybc-border-r-lime-600\/50{
  border-right-color: rgb(101 163 13 / 0.5);
}
.ybc-border-r-lime-600\/60{
  border-right-color: rgb(101 163 13 / 0.6);
}
.ybc-border-r-lime-600\/70{
  border-right-color: rgb(101 163 13 / 0.7);
}
.ybc-border-r-lime-600\/75{
  border-right-color: rgb(101 163 13 / 0.75);
}
.ybc-border-r-lime-600\/80{
  border-right-color: rgb(101 163 13 / 0.8);
}
.ybc-border-r-lime-600\/90{
  border-right-color: rgb(101 163 13 / 0.9);
}
.ybc-border-r-lime-600\/95{
  border-right-color: rgb(101 163 13 / 0.95);
}
.ybc-border-r-lime-600\/100{
  border-right-color: rgb(101 163 13 / 1);
}
.ybc-border-r-lime-900\/0{
  border-right-color: rgb(92 130 17 / 0);
}
.ybc-border-r-lime-900\/5{
  border-right-color: rgb(92 130 17 / 0.05);
}
.ybc-border-r-lime-900\/10{
  border-right-color: rgb(92 130 17 / 0.1);
}
.ybc-border-r-lime-900\/20{
  border-right-color: rgb(92 130 17 / 0.2);
}
.ybc-border-r-lime-900\/25{
  border-right-color: rgb(92 130 17 / 0.25);
}
.ybc-border-r-lime-900\/30{
  border-right-color: rgb(92 130 17 / 0.3);
}
.ybc-border-r-lime-900\/40{
  border-right-color: rgb(92 130 17 / 0.4);
}
.ybc-border-r-lime-900\/50{
  border-right-color: rgb(92 130 17 / 0.5);
}
.ybc-border-r-lime-900\/60{
  border-right-color: rgb(92 130 17 / 0.6);
}
.ybc-border-r-lime-900\/70{
  border-right-color: rgb(92 130 17 / 0.7);
}
.ybc-border-r-lime-900\/75{
  border-right-color: rgb(92 130 17 / 0.75);
}
.ybc-border-r-lime-900\/80{
  border-right-color: rgb(92 130 17 / 0.8);
}
.ybc-border-r-lime-900\/90{
  border-right-color: rgb(92 130 17 / 0.9);
}
.ybc-border-r-lime-900\/95{
  border-right-color: rgb(92 130 17 / 0.95);
}
.ybc-border-r-lime-900\/100{
  border-right-color: rgb(92 130 17 / 1);
}
.ybc-border-r-gray-100\/0{
  border-right-color: rgb(245 245 245 / 0);
}
.ybc-border-r-gray-100\/5{
  border-right-color: rgb(245 245 245 / 0.05);
}
.ybc-border-r-gray-100\/10{
  border-right-color: rgb(245 245 245 / 0.1);
}
.ybc-border-r-gray-100\/20{
  border-right-color: rgb(245 245 245 / 0.2);
}
.ybc-border-r-gray-100\/25{
  border-right-color: rgb(245 245 245 / 0.25);
}
.ybc-border-r-gray-100\/30{
  border-right-color: rgb(245 245 245 / 0.3);
}
.ybc-border-r-gray-100\/40{
  border-right-color: rgb(245 245 245 / 0.4);
}
.ybc-border-r-gray-100\/50{
  border-right-color: rgb(245 245 245 / 0.5);
}
.ybc-border-r-gray-100\/60{
  border-right-color: rgb(245 245 245 / 0.6);
}
.ybc-border-r-gray-100\/70{
  border-right-color: rgb(245 245 245 / 0.7);
}
.ybc-border-r-gray-100\/75{
  border-right-color: rgb(245 245 245 / 0.75);
}
.ybc-border-r-gray-100\/80{
  border-right-color: rgb(245 245 245 / 0.8);
}
.ybc-border-r-gray-100\/90{
  border-right-color: rgb(245 245 245 / 0.9);
}
.ybc-border-r-gray-100\/95{
  border-right-color: rgb(245 245 245 / 0.95);
}
.ybc-border-r-gray-100\/100{
  border-right-color: rgb(245 245 245 / 1);
}
.ybc-border-r-gray-200\/0{
  border-right-color: rgb(249 249 249 / 0);
}
.ybc-border-r-gray-200\/5{
  border-right-color: rgb(249 249 249 / 0.05);
}
.ybc-border-r-gray-200\/10{
  border-right-color: rgb(249 249 249 / 0.1);
}
.ybc-border-r-gray-200\/20{
  border-right-color: rgb(249 249 249 / 0.2);
}
.ybc-border-r-gray-200\/25{
  border-right-color: rgb(249 249 249 / 0.25);
}
.ybc-border-r-gray-200\/30{
  border-right-color: rgb(249 249 249 / 0.3);
}
.ybc-border-r-gray-200\/40{
  border-right-color: rgb(249 249 249 / 0.4);
}
.ybc-border-r-gray-200\/50{
  border-right-color: rgb(249 249 249 / 0.5);
}
.ybc-border-r-gray-200\/60{
  border-right-color: rgb(249 249 249 / 0.6);
}
.ybc-border-r-gray-200\/70{
  border-right-color: rgb(249 249 249 / 0.7);
}
.ybc-border-r-gray-200\/75{
  border-right-color: rgb(249 249 249 / 0.75);
}
.ybc-border-r-gray-200\/80{
  border-right-color: rgb(249 249 249 / 0.8);
}
.ybc-border-r-gray-200\/90{
  border-right-color: rgb(249 249 249 / 0.9);
}
.ybc-border-r-gray-200\/95{
  border-right-color: rgb(249 249 249 / 0.95);
}
.ybc-border-r-gray-200\/100{
  border-right-color: rgb(249 249 249 / 1);
}
.ybc-border-r-gray-300\/0{
  border-right-color: rgb(217 217 217 / 0);
}
.ybc-border-r-gray-300\/5{
  border-right-color: rgb(217 217 217 / 0.05);
}
.ybc-border-r-gray-300\/10{
  border-right-color: rgb(217 217 217 / 0.1);
}
.ybc-border-r-gray-300\/20{
  border-right-color: rgb(217 217 217 / 0.2);
}
.ybc-border-r-gray-300\/25{
  border-right-color: rgb(217 217 217 / 0.25);
}
.ybc-border-r-gray-300\/30{
  border-right-color: rgb(217 217 217 / 0.3);
}
.ybc-border-r-gray-300\/40{
  border-right-color: rgb(217 217 217 / 0.4);
}
.ybc-border-r-gray-300\/50{
  border-right-color: rgb(217 217 217 / 0.5);
}
.ybc-border-r-gray-300\/60{
  border-right-color: rgb(217 217 217 / 0.6);
}
.ybc-border-r-gray-300\/70{
  border-right-color: rgb(217 217 217 / 0.7);
}
.ybc-border-r-gray-300\/75{
  border-right-color: rgb(217 217 217 / 0.75);
}
.ybc-border-r-gray-300\/80{
  border-right-color: rgb(217 217 217 / 0.8);
}
.ybc-border-r-gray-300\/90{
  border-right-color: rgb(217 217 217 / 0.9);
}
.ybc-border-r-gray-300\/95{
  border-right-color: rgb(217 217 217 / 0.95);
}
.ybc-border-r-gray-300\/100{
  border-right-color: rgb(217 217 217 / 1);
}
.ybc-border-r-gray-600\/0{
  border-right-color: rgb(78 78 78 / 0);
}
.ybc-border-r-gray-600\/5{
  border-right-color: rgb(78 78 78 / 0.05);
}
.ybc-border-r-gray-600\/10{
  border-right-color: rgb(78 78 78 / 0.1);
}
.ybc-border-r-gray-600\/20{
  border-right-color: rgb(78 78 78 / 0.2);
}
.ybc-border-r-gray-600\/25{
  border-right-color: rgb(78 78 78 / 0.25);
}
.ybc-border-r-gray-600\/30{
  border-right-color: rgb(78 78 78 / 0.3);
}
.ybc-border-r-gray-600\/40{
  border-right-color: rgb(78 78 78 / 0.4);
}
.ybc-border-r-gray-600\/50{
  border-right-color: rgb(78 78 78 / 0.5);
}
.ybc-border-r-gray-600\/60{
  border-right-color: rgb(78 78 78 / 0.6);
}
.ybc-border-r-gray-600\/70{
  border-right-color: rgb(78 78 78 / 0.7);
}
.ybc-border-r-gray-600\/75{
  border-right-color: rgb(78 78 78 / 0.75);
}
.ybc-border-r-gray-600\/80{
  border-right-color: rgb(78 78 78 / 0.8);
}
.ybc-border-r-gray-600\/90{
  border-right-color: rgb(78 78 78 / 0.9);
}
.ybc-border-r-gray-600\/95{
  border-right-color: rgb(78 78 78 / 0.95);
}
.ybc-border-r-gray-600\/100{
  border-right-color: rgb(78 78 78 / 1);
}
.ybc-border-r-gray-900\/0{
  border-right-color: rgb(61 65 51 / 0);
}
.ybc-border-r-gray-900\/5{
  border-right-color: rgb(61 65 51 / 0.05);
}
.ybc-border-r-gray-900\/10{
  border-right-color: rgb(61 65 51 / 0.1);
}
.ybc-border-r-gray-900\/20{
  border-right-color: rgb(61 65 51 / 0.2);
}
.ybc-border-r-gray-900\/25{
  border-right-color: rgb(61 65 51 / 0.25);
}
.ybc-border-r-gray-900\/30{
  border-right-color: rgb(61 65 51 / 0.3);
}
.ybc-border-r-gray-900\/40{
  border-right-color: rgb(61 65 51 / 0.4);
}
.ybc-border-r-gray-900\/50{
  border-right-color: rgb(61 65 51 / 0.5);
}
.ybc-border-r-gray-900\/60{
  border-right-color: rgb(61 65 51 / 0.6);
}
.ybc-border-r-gray-900\/70{
  border-right-color: rgb(61 65 51 / 0.7);
}
.ybc-border-r-gray-900\/75{
  border-right-color: rgb(61 65 51 / 0.75);
}
.ybc-border-r-gray-900\/80{
  border-right-color: rgb(61 65 51 / 0.8);
}
.ybc-border-r-gray-900\/90{
  border-right-color: rgb(61 65 51 / 0.9);
}
.ybc-border-r-gray-900\/95{
  border-right-color: rgb(61 65 51 / 0.95);
}
.ybc-border-r-gray-900\/100{
  border-right-color: rgb(61 65 51 / 1);
}
.ybc-border-r-teal-600\/0{
  border-right-color: rgb(0 115 165 / 0);
}
.ybc-border-r-teal-600\/5{
  border-right-color: rgb(0 115 165 / 0.05);
}
.ybc-border-r-teal-600\/10{
  border-right-color: rgb(0 115 165 / 0.1);
}
.ybc-border-r-teal-600\/20{
  border-right-color: rgb(0 115 165 / 0.2);
}
.ybc-border-r-teal-600\/25{
  border-right-color: rgb(0 115 165 / 0.25);
}
.ybc-border-r-teal-600\/30{
  border-right-color: rgb(0 115 165 / 0.3);
}
.ybc-border-r-teal-600\/40{
  border-right-color: rgb(0 115 165 / 0.4);
}
.ybc-border-r-teal-600\/50{
  border-right-color: rgb(0 115 165 / 0.5);
}
.ybc-border-r-teal-600\/60{
  border-right-color: rgb(0 115 165 / 0.6);
}
.ybc-border-r-teal-600\/70{
  border-right-color: rgb(0 115 165 / 0.7);
}
.ybc-border-r-teal-600\/75{
  border-right-color: rgb(0 115 165 / 0.75);
}
.ybc-border-r-teal-600\/80{
  border-right-color: rgb(0 115 165 / 0.8);
}
.ybc-border-r-teal-600\/90{
  border-right-color: rgb(0 115 165 / 0.9);
}
.ybc-border-r-teal-600\/95{
  border-right-color: rgb(0 115 165 / 0.95);
}
.ybc-border-r-teal-600\/100{
  border-right-color: rgb(0 115 165 / 1);
}
.ybc-border-r-teal-900\/0{
  border-right-color: rgb(0 85 114 / 0);
}
.ybc-border-r-teal-900\/5{
  border-right-color: rgb(0 85 114 / 0.05);
}
.ybc-border-r-teal-900\/10{
  border-right-color: rgb(0 85 114 / 0.1);
}
.ybc-border-r-teal-900\/20{
  border-right-color: rgb(0 85 114 / 0.2);
}
.ybc-border-r-teal-900\/25{
  border-right-color: rgb(0 85 114 / 0.25);
}
.ybc-border-r-teal-900\/30{
  border-right-color: rgb(0 85 114 / 0.3);
}
.ybc-border-r-teal-900\/40{
  border-right-color: rgb(0 85 114 / 0.4);
}
.ybc-border-r-teal-900\/50{
  border-right-color: rgb(0 85 114 / 0.5);
}
.ybc-border-r-teal-900\/60{
  border-right-color: rgb(0 85 114 / 0.6);
}
.ybc-border-r-teal-900\/70{
  border-right-color: rgb(0 85 114 / 0.7);
}
.ybc-border-r-teal-900\/75{
  border-right-color: rgb(0 85 114 / 0.75);
}
.ybc-border-r-teal-900\/80{
  border-right-color: rgb(0 85 114 / 0.8);
}
.ybc-border-r-teal-900\/90{
  border-right-color: rgb(0 85 114 / 0.9);
}
.ybc-border-r-teal-900\/95{
  border-right-color: rgb(0 85 114 / 0.95);
}
.ybc-border-r-teal-900\/100{
  border-right-color: rgb(0 85 114 / 1);
}
.ybc-border-b-transparent{
  border-bottom-color: transparent;
}
.ybc-border-b-current{
  border-bottom-color: currentColor;
}
.ybc-border-b-black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-b-lime-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-b-lime-500{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-b-lime-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-b-lime-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-b-gray-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-b-gray-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-b-gray-300{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-b-gray-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-b-gray-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-b-teal-600{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-b-teal-900{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-b-transparent\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.ybc-border-b-transparent\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.ybc-border-b-transparent\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.ybc-border-b-transparent\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.ybc-border-b-transparent\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.ybc-border-b-transparent\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.ybc-border-b-transparent\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.ybc-border-b-transparent\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.ybc-border-b-transparent\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.ybc-border-b-transparent\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.ybc-border-b-transparent\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.ybc-border-b-transparent\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.ybc-border-b-transparent\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.ybc-border-b-transparent\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.ybc-border-b-transparent\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.ybc-border-b-black\/0{
  border-bottom-color: rgb(0 0 0 / 0);
}
.ybc-border-b-black\/5{
  border-bottom-color: rgb(0 0 0 / 0.05);
}
.ybc-border-b-black\/10{
  border-bottom-color: rgb(0 0 0 / 0.1);
}
.ybc-border-b-black\/20{
  border-bottom-color: rgb(0 0 0 / 0.2);
}
.ybc-border-b-black\/25{
  border-bottom-color: rgb(0 0 0 / 0.25);
}
.ybc-border-b-black\/30{
  border-bottom-color: rgb(0 0 0 / 0.3);
}
.ybc-border-b-black\/40{
  border-bottom-color: rgb(0 0 0 / 0.4);
}
.ybc-border-b-black\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}
.ybc-border-b-black\/60{
  border-bottom-color: rgb(0 0 0 / 0.6);
}
.ybc-border-b-black\/70{
  border-bottom-color: rgb(0 0 0 / 0.7);
}
.ybc-border-b-black\/75{
  border-bottom-color: rgb(0 0 0 / 0.75);
}
.ybc-border-b-black\/80{
  border-bottom-color: rgb(0 0 0 / 0.8);
}
.ybc-border-b-black\/90{
  border-bottom-color: rgb(0 0 0 / 0.9);
}
.ybc-border-b-black\/95{
  border-bottom-color: rgb(0 0 0 / 0.95);
}
.ybc-border-b-black\/100{
  border-bottom-color: rgb(0 0 0 / 1);
}
.ybc-border-b-white\/0{
  border-bottom-color: rgb(255 255 255 / 0);
}
.ybc-border-b-white\/5{
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.ybc-border-b-white\/10{
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.ybc-border-b-white\/20{
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.ybc-border-b-white\/25{
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.ybc-border-b-white\/30{
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.ybc-border-b-white\/40{
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.ybc-border-b-white\/50{
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.ybc-border-b-white\/60{
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.ybc-border-b-white\/70{
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.ybc-border-b-white\/75{
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.ybc-border-b-white\/80{
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.ybc-border-b-white\/90{
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.ybc-border-b-white\/95{
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.ybc-border-b-white\/100{
  border-bottom-color: rgb(255 255 255 / 1);
}
.ybc-border-b-lime-400\/0{
  border-bottom-color: rgb(154 202 60 / 0);
}
.ybc-border-b-lime-400\/5{
  border-bottom-color: rgb(154 202 60 / 0.05);
}
.ybc-border-b-lime-400\/10{
  border-bottom-color: rgb(154 202 60 / 0.1);
}
.ybc-border-b-lime-400\/20{
  border-bottom-color: rgb(154 202 60 / 0.2);
}
.ybc-border-b-lime-400\/25{
  border-bottom-color: rgb(154 202 60 / 0.25);
}
.ybc-border-b-lime-400\/30{
  border-bottom-color: rgb(154 202 60 / 0.3);
}
.ybc-border-b-lime-400\/40{
  border-bottom-color: rgb(154 202 60 / 0.4);
}
.ybc-border-b-lime-400\/50{
  border-bottom-color: rgb(154 202 60 / 0.5);
}
.ybc-border-b-lime-400\/60{
  border-bottom-color: rgb(154 202 60 / 0.6);
}
.ybc-border-b-lime-400\/70{
  border-bottom-color: rgb(154 202 60 / 0.7);
}
.ybc-border-b-lime-400\/75{
  border-bottom-color: rgb(154 202 60 / 0.75);
}
.ybc-border-b-lime-400\/80{
  border-bottom-color: rgb(154 202 60 / 0.8);
}
.ybc-border-b-lime-400\/90{
  border-bottom-color: rgb(154 202 60 / 0.9);
}
.ybc-border-b-lime-400\/95{
  border-bottom-color: rgb(154 202 60 / 0.95);
}
.ybc-border-b-lime-400\/100{
  border-bottom-color: rgb(154 202 60 / 1);
}
.ybc-border-b-lime-500\/0{
  border-bottom-color: rgb(132 189 0 / 0);
}
.ybc-border-b-lime-500\/5{
  border-bottom-color: rgb(132 189 0 / 0.05);
}
.ybc-border-b-lime-500\/10{
  border-bottom-color: rgb(132 189 0 / 0.1);
}
.ybc-border-b-lime-500\/20{
  border-bottom-color: rgb(132 189 0 / 0.2);
}
.ybc-border-b-lime-500\/25{
  border-bottom-color: rgb(132 189 0 / 0.25);
}
.ybc-border-b-lime-500\/30{
  border-bottom-color: rgb(132 189 0 / 0.3);
}
.ybc-border-b-lime-500\/40{
  border-bottom-color: rgb(132 189 0 / 0.4);
}
.ybc-border-b-lime-500\/50{
  border-bottom-color: rgb(132 189 0 / 0.5);
}
.ybc-border-b-lime-500\/60{
  border-bottom-color: rgb(132 189 0 / 0.6);
}
.ybc-border-b-lime-500\/70{
  border-bottom-color: rgb(132 189 0 / 0.7);
}
.ybc-border-b-lime-500\/75{
  border-bottom-color: rgb(132 189 0 / 0.75);
}
.ybc-border-b-lime-500\/80{
  border-bottom-color: rgb(132 189 0 / 0.8);
}
.ybc-border-b-lime-500\/90{
  border-bottom-color: rgb(132 189 0 / 0.9);
}
.ybc-border-b-lime-500\/95{
  border-bottom-color: rgb(132 189 0 / 0.95);
}
.ybc-border-b-lime-500\/100{
  border-bottom-color: rgb(132 189 0 / 1);
}
.ybc-border-b-lime-600\/0{
  border-bottom-color: rgb(101 163 13 / 0);
}
.ybc-border-b-lime-600\/5{
  border-bottom-color: rgb(101 163 13 / 0.05);
}
.ybc-border-b-lime-600\/10{
  border-bottom-color: rgb(101 163 13 / 0.1);
}
.ybc-border-b-lime-600\/20{
  border-bottom-color: rgb(101 163 13 / 0.2);
}
.ybc-border-b-lime-600\/25{
  border-bottom-color: rgb(101 163 13 / 0.25);
}
.ybc-border-b-lime-600\/30{
  border-bottom-color: rgb(101 163 13 / 0.3);
}
.ybc-border-b-lime-600\/40{
  border-bottom-color: rgb(101 163 13 / 0.4);
}
.ybc-border-b-lime-600\/50{
  border-bottom-color: rgb(101 163 13 / 0.5);
}
.ybc-border-b-lime-600\/60{
  border-bottom-color: rgb(101 163 13 / 0.6);
}
.ybc-border-b-lime-600\/70{
  border-bottom-color: rgb(101 163 13 / 0.7);
}
.ybc-border-b-lime-600\/75{
  border-bottom-color: rgb(101 163 13 / 0.75);
}
.ybc-border-b-lime-600\/80{
  border-bottom-color: rgb(101 163 13 / 0.8);
}
.ybc-border-b-lime-600\/90{
  border-bottom-color: rgb(101 163 13 / 0.9);
}
.ybc-border-b-lime-600\/95{
  border-bottom-color: rgb(101 163 13 / 0.95);
}
.ybc-border-b-lime-600\/100{
  border-bottom-color: rgb(101 163 13 / 1);
}
.ybc-border-b-lime-900\/0{
  border-bottom-color: rgb(92 130 17 / 0);
}
.ybc-border-b-lime-900\/5{
  border-bottom-color: rgb(92 130 17 / 0.05);
}
.ybc-border-b-lime-900\/10{
  border-bottom-color: rgb(92 130 17 / 0.1);
}
.ybc-border-b-lime-900\/20{
  border-bottom-color: rgb(92 130 17 / 0.2);
}
.ybc-border-b-lime-900\/25{
  border-bottom-color: rgb(92 130 17 / 0.25);
}
.ybc-border-b-lime-900\/30{
  border-bottom-color: rgb(92 130 17 / 0.3);
}
.ybc-border-b-lime-900\/40{
  border-bottom-color: rgb(92 130 17 / 0.4);
}
.ybc-border-b-lime-900\/50{
  border-bottom-color: rgb(92 130 17 / 0.5);
}
.ybc-border-b-lime-900\/60{
  border-bottom-color: rgb(92 130 17 / 0.6);
}
.ybc-border-b-lime-900\/70{
  border-bottom-color: rgb(92 130 17 / 0.7);
}
.ybc-border-b-lime-900\/75{
  border-bottom-color: rgb(92 130 17 / 0.75);
}
.ybc-border-b-lime-900\/80{
  border-bottom-color: rgb(92 130 17 / 0.8);
}
.ybc-border-b-lime-900\/90{
  border-bottom-color: rgb(92 130 17 / 0.9);
}
.ybc-border-b-lime-900\/95{
  border-bottom-color: rgb(92 130 17 / 0.95);
}
.ybc-border-b-lime-900\/100{
  border-bottom-color: rgb(92 130 17 / 1);
}
.ybc-border-b-gray-100\/0{
  border-bottom-color: rgb(245 245 245 / 0);
}
.ybc-border-b-gray-100\/5{
  border-bottom-color: rgb(245 245 245 / 0.05);
}
.ybc-border-b-gray-100\/10{
  border-bottom-color: rgb(245 245 245 / 0.1);
}
.ybc-border-b-gray-100\/20{
  border-bottom-color: rgb(245 245 245 / 0.2);
}
.ybc-border-b-gray-100\/25{
  border-bottom-color: rgb(245 245 245 / 0.25);
}
.ybc-border-b-gray-100\/30{
  border-bottom-color: rgb(245 245 245 / 0.3);
}
.ybc-border-b-gray-100\/40{
  border-bottom-color: rgb(245 245 245 / 0.4);
}
.ybc-border-b-gray-100\/50{
  border-bottom-color: rgb(245 245 245 / 0.5);
}
.ybc-border-b-gray-100\/60{
  border-bottom-color: rgb(245 245 245 / 0.6);
}
.ybc-border-b-gray-100\/70{
  border-bottom-color: rgb(245 245 245 / 0.7);
}
.ybc-border-b-gray-100\/75{
  border-bottom-color: rgb(245 245 245 / 0.75);
}
.ybc-border-b-gray-100\/80{
  border-bottom-color: rgb(245 245 245 / 0.8);
}
.ybc-border-b-gray-100\/90{
  border-bottom-color: rgb(245 245 245 / 0.9);
}
.ybc-border-b-gray-100\/95{
  border-bottom-color: rgb(245 245 245 / 0.95);
}
.ybc-border-b-gray-100\/100{
  border-bottom-color: rgb(245 245 245 / 1);
}
.ybc-border-b-gray-200\/0{
  border-bottom-color: rgb(249 249 249 / 0);
}
.ybc-border-b-gray-200\/5{
  border-bottom-color: rgb(249 249 249 / 0.05);
}
.ybc-border-b-gray-200\/10{
  border-bottom-color: rgb(249 249 249 / 0.1);
}
.ybc-border-b-gray-200\/20{
  border-bottom-color: rgb(249 249 249 / 0.2);
}
.ybc-border-b-gray-200\/25{
  border-bottom-color: rgb(249 249 249 / 0.25);
}
.ybc-border-b-gray-200\/30{
  border-bottom-color: rgb(249 249 249 / 0.3);
}
.ybc-border-b-gray-200\/40{
  border-bottom-color: rgb(249 249 249 / 0.4);
}
.ybc-border-b-gray-200\/50{
  border-bottom-color: rgb(249 249 249 / 0.5);
}
.ybc-border-b-gray-200\/60{
  border-bottom-color: rgb(249 249 249 / 0.6);
}
.ybc-border-b-gray-200\/70{
  border-bottom-color: rgb(249 249 249 / 0.7);
}
.ybc-border-b-gray-200\/75{
  border-bottom-color: rgb(249 249 249 / 0.75);
}
.ybc-border-b-gray-200\/80{
  border-bottom-color: rgb(249 249 249 / 0.8);
}
.ybc-border-b-gray-200\/90{
  border-bottom-color: rgb(249 249 249 / 0.9);
}
.ybc-border-b-gray-200\/95{
  border-bottom-color: rgb(249 249 249 / 0.95);
}
.ybc-border-b-gray-200\/100{
  border-bottom-color: rgb(249 249 249 / 1);
}
.ybc-border-b-gray-300\/0{
  border-bottom-color: rgb(217 217 217 / 0);
}
.ybc-border-b-gray-300\/5{
  border-bottom-color: rgb(217 217 217 / 0.05);
}
.ybc-border-b-gray-300\/10{
  border-bottom-color: rgb(217 217 217 / 0.1);
}
.ybc-border-b-gray-300\/20{
  border-bottom-color: rgb(217 217 217 / 0.2);
}
.ybc-border-b-gray-300\/25{
  border-bottom-color: rgb(217 217 217 / 0.25);
}
.ybc-border-b-gray-300\/30{
  border-bottom-color: rgb(217 217 217 / 0.3);
}
.ybc-border-b-gray-300\/40{
  border-bottom-color: rgb(217 217 217 / 0.4);
}
.ybc-border-b-gray-300\/50{
  border-bottom-color: rgb(217 217 217 / 0.5);
}
.ybc-border-b-gray-300\/60{
  border-bottom-color: rgb(217 217 217 / 0.6);
}
.ybc-border-b-gray-300\/70{
  border-bottom-color: rgb(217 217 217 / 0.7);
}
.ybc-border-b-gray-300\/75{
  border-bottom-color: rgb(217 217 217 / 0.75);
}
.ybc-border-b-gray-300\/80{
  border-bottom-color: rgb(217 217 217 / 0.8);
}
.ybc-border-b-gray-300\/90{
  border-bottom-color: rgb(217 217 217 / 0.9);
}
.ybc-border-b-gray-300\/95{
  border-bottom-color: rgb(217 217 217 / 0.95);
}
.ybc-border-b-gray-300\/100{
  border-bottom-color: rgb(217 217 217 / 1);
}
.ybc-border-b-gray-600\/0{
  border-bottom-color: rgb(78 78 78 / 0);
}
.ybc-border-b-gray-600\/5{
  border-bottom-color: rgb(78 78 78 / 0.05);
}
.ybc-border-b-gray-600\/10{
  border-bottom-color: rgb(78 78 78 / 0.1);
}
.ybc-border-b-gray-600\/20{
  border-bottom-color: rgb(78 78 78 / 0.2);
}
.ybc-border-b-gray-600\/25{
  border-bottom-color: rgb(78 78 78 / 0.25);
}
.ybc-border-b-gray-600\/30{
  border-bottom-color: rgb(78 78 78 / 0.3);
}
.ybc-border-b-gray-600\/40{
  border-bottom-color: rgb(78 78 78 / 0.4);
}
.ybc-border-b-gray-600\/50{
  border-bottom-color: rgb(78 78 78 / 0.5);
}
.ybc-border-b-gray-600\/60{
  border-bottom-color: rgb(78 78 78 / 0.6);
}
.ybc-border-b-gray-600\/70{
  border-bottom-color: rgb(78 78 78 / 0.7);
}
.ybc-border-b-gray-600\/75{
  border-bottom-color: rgb(78 78 78 / 0.75);
}
.ybc-border-b-gray-600\/80{
  border-bottom-color: rgb(78 78 78 / 0.8);
}
.ybc-border-b-gray-600\/90{
  border-bottom-color: rgb(78 78 78 / 0.9);
}
.ybc-border-b-gray-600\/95{
  border-bottom-color: rgb(78 78 78 / 0.95);
}
.ybc-border-b-gray-600\/100{
  border-bottom-color: rgb(78 78 78 / 1);
}
.ybc-border-b-gray-900\/0{
  border-bottom-color: rgb(61 65 51 / 0);
}
.ybc-border-b-gray-900\/5{
  border-bottom-color: rgb(61 65 51 / 0.05);
}
.ybc-border-b-gray-900\/10{
  border-bottom-color: rgb(61 65 51 / 0.1);
}
.ybc-border-b-gray-900\/20{
  border-bottom-color: rgb(61 65 51 / 0.2);
}
.ybc-border-b-gray-900\/25{
  border-bottom-color: rgb(61 65 51 / 0.25);
}
.ybc-border-b-gray-900\/30{
  border-bottom-color: rgb(61 65 51 / 0.3);
}
.ybc-border-b-gray-900\/40{
  border-bottom-color: rgb(61 65 51 / 0.4);
}
.ybc-border-b-gray-900\/50{
  border-bottom-color: rgb(61 65 51 / 0.5);
}
.ybc-border-b-gray-900\/60{
  border-bottom-color: rgb(61 65 51 / 0.6);
}
.ybc-border-b-gray-900\/70{
  border-bottom-color: rgb(61 65 51 / 0.7);
}
.ybc-border-b-gray-900\/75{
  border-bottom-color: rgb(61 65 51 / 0.75);
}
.ybc-border-b-gray-900\/80{
  border-bottom-color: rgb(61 65 51 / 0.8);
}
.ybc-border-b-gray-900\/90{
  border-bottom-color: rgb(61 65 51 / 0.9);
}
.ybc-border-b-gray-900\/95{
  border-bottom-color: rgb(61 65 51 / 0.95);
}
.ybc-border-b-gray-900\/100{
  border-bottom-color: rgb(61 65 51 / 1);
}
.ybc-border-b-teal-600\/0{
  border-bottom-color: rgb(0 115 165 / 0);
}
.ybc-border-b-teal-600\/5{
  border-bottom-color: rgb(0 115 165 / 0.05);
}
.ybc-border-b-teal-600\/10{
  border-bottom-color: rgb(0 115 165 / 0.1);
}
.ybc-border-b-teal-600\/20{
  border-bottom-color: rgb(0 115 165 / 0.2);
}
.ybc-border-b-teal-600\/25{
  border-bottom-color: rgb(0 115 165 / 0.25);
}
.ybc-border-b-teal-600\/30{
  border-bottom-color: rgb(0 115 165 / 0.3);
}
.ybc-border-b-teal-600\/40{
  border-bottom-color: rgb(0 115 165 / 0.4);
}
.ybc-border-b-teal-600\/50{
  border-bottom-color: rgb(0 115 165 / 0.5);
}
.ybc-border-b-teal-600\/60{
  border-bottom-color: rgb(0 115 165 / 0.6);
}
.ybc-border-b-teal-600\/70{
  border-bottom-color: rgb(0 115 165 / 0.7);
}
.ybc-border-b-teal-600\/75{
  border-bottom-color: rgb(0 115 165 / 0.75);
}
.ybc-border-b-teal-600\/80{
  border-bottom-color: rgb(0 115 165 / 0.8);
}
.ybc-border-b-teal-600\/90{
  border-bottom-color: rgb(0 115 165 / 0.9);
}
.ybc-border-b-teal-600\/95{
  border-bottom-color: rgb(0 115 165 / 0.95);
}
.ybc-border-b-teal-600\/100{
  border-bottom-color: rgb(0 115 165 / 1);
}
.ybc-border-b-teal-900\/0{
  border-bottom-color: rgb(0 85 114 / 0);
}
.ybc-border-b-teal-900\/5{
  border-bottom-color: rgb(0 85 114 / 0.05);
}
.ybc-border-b-teal-900\/10{
  border-bottom-color: rgb(0 85 114 / 0.1);
}
.ybc-border-b-teal-900\/20{
  border-bottom-color: rgb(0 85 114 / 0.2);
}
.ybc-border-b-teal-900\/25{
  border-bottom-color: rgb(0 85 114 / 0.25);
}
.ybc-border-b-teal-900\/30{
  border-bottom-color: rgb(0 85 114 / 0.3);
}
.ybc-border-b-teal-900\/40{
  border-bottom-color: rgb(0 85 114 / 0.4);
}
.ybc-border-b-teal-900\/50{
  border-bottom-color: rgb(0 85 114 / 0.5);
}
.ybc-border-b-teal-900\/60{
  border-bottom-color: rgb(0 85 114 / 0.6);
}
.ybc-border-b-teal-900\/70{
  border-bottom-color: rgb(0 85 114 / 0.7);
}
.ybc-border-b-teal-900\/75{
  border-bottom-color: rgb(0 85 114 / 0.75);
}
.ybc-border-b-teal-900\/80{
  border-bottom-color: rgb(0 85 114 / 0.8);
}
.ybc-border-b-teal-900\/90{
  border-bottom-color: rgb(0 85 114 / 0.9);
}
.ybc-border-b-teal-900\/95{
  border-bottom-color: rgb(0 85 114 / 0.95);
}
.ybc-border-b-teal-900\/100{
  border-bottom-color: rgb(0 85 114 / 1);
}
.ybc-border-l-transparent{
  border-left-color: transparent;
}
.ybc-border-l-current{
  border-left-color: currentColor;
}
.ybc-border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.ybc-border-l-white{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.ybc-border-l-lime-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(154 202 60 / var(--tw-border-opacity));
}
.ybc-border-l-lime-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(132 189 0 / var(--tw-border-opacity));
}
.ybc-border-l-lime-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(101 163 13 / var(--tw-border-opacity));
}
.ybc-border-l-lime-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(92 130 17 / var(--tw-border-opacity));
}
.ybc-border-l-gray-100{
  --tw-border-opacity: 1;
  border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.ybc-border-l-gray-200{
  --tw-border-opacity: 1;
  border-left-color: rgb(249 249 249 / var(--tw-border-opacity));
}
.ybc-border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.ybc-border-l-gray-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(78 78 78 / var(--tw-border-opacity));
}
.ybc-border-l-gray-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(61 65 51 / var(--tw-border-opacity));
}
.ybc-border-l-teal-600{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 115 165 / var(--tw-border-opacity));
}
.ybc-border-l-teal-900{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 85 114 / var(--tw-border-opacity));
}
.ybc-border-l-transparent\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.ybc-border-l-transparent\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.ybc-border-l-transparent\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.ybc-border-l-transparent\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.ybc-border-l-transparent\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.ybc-border-l-transparent\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.ybc-border-l-transparent\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.ybc-border-l-transparent\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.ybc-border-l-transparent\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.ybc-border-l-transparent\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.ybc-border-l-transparent\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.ybc-border-l-transparent\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.ybc-border-l-transparent\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.ybc-border-l-transparent\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.ybc-border-l-transparent\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.ybc-border-l-black\/0{
  border-left-color: rgb(0 0 0 / 0);
}
.ybc-border-l-black\/5{
  border-left-color: rgb(0 0 0 / 0.05);
}
.ybc-border-l-black\/10{
  border-left-color: rgb(0 0 0 / 0.1);
}
.ybc-border-l-black\/20{
  border-left-color: rgb(0 0 0 / 0.2);
}
.ybc-border-l-black\/25{
  border-left-color: rgb(0 0 0 / 0.25);
}
.ybc-border-l-black\/30{
  border-left-color: rgb(0 0 0 / 0.3);
}
.ybc-border-l-black\/40{
  border-left-color: rgb(0 0 0 / 0.4);
}
.ybc-border-l-black\/50{
  border-left-color: rgb(0 0 0 / 0.5);
}
.ybc-border-l-black\/60{
  border-left-color: rgb(0 0 0 / 0.6);
}
.ybc-border-l-black\/70{
  border-left-color: rgb(0 0 0 / 0.7);
}
.ybc-border-l-black\/75{
  border-left-color: rgb(0 0 0 / 0.75);
}
.ybc-border-l-black\/80{
  border-left-color: rgb(0 0 0 / 0.8);
}
.ybc-border-l-black\/90{
  border-left-color: rgb(0 0 0 / 0.9);
}
.ybc-border-l-black\/95{
  border-left-color: rgb(0 0 0 / 0.95);
}
.ybc-border-l-black\/100{
  border-left-color: rgb(0 0 0 / 1);
}
.ybc-border-l-white\/0{
  border-left-color: rgb(255 255 255 / 0);
}
.ybc-border-l-white\/5{
  border-left-color: rgb(255 255 255 / 0.05);
}
.ybc-border-l-white\/10{
  border-left-color: rgb(255 255 255 / 0.1);
}
.ybc-border-l-white\/20{
  border-left-color: rgb(255 255 255 / 0.2);
}
.ybc-border-l-white\/25{
  border-left-color: rgb(255 255 255 / 0.25);
}
.ybc-border-l-white\/30{
  border-left-color: rgb(255 255 255 / 0.3);
}
.ybc-border-l-white\/40{
  border-left-color: rgb(255 255 255 / 0.4);
}
.ybc-border-l-white\/50{
  border-left-color: rgb(255 255 255 / 0.5);
}
.ybc-border-l-white\/60{
  border-left-color: rgb(255 255 255 / 0.6);
}
.ybc-border-l-white\/70{
  border-left-color: rgb(255 255 255 / 0.7);
}
.ybc-border-l-white\/75{
  border-left-color: rgb(255 255 255 / 0.75);
}
.ybc-border-l-white\/80{
  border-left-color: rgb(255 255 255 / 0.8);
}
.ybc-border-l-white\/90{
  border-left-color: rgb(255 255 255 / 0.9);
}
.ybc-border-l-white\/95{
  border-left-color: rgb(255 255 255 / 0.95);
}
.ybc-border-l-white\/100{
  border-left-color: rgb(255 255 255 / 1);
}
.ybc-border-l-lime-400\/0{
  border-left-color: rgb(154 202 60 / 0);
}
.ybc-border-l-lime-400\/5{
  border-left-color: rgb(154 202 60 / 0.05);
}
.ybc-border-l-lime-400\/10{
  border-left-color: rgb(154 202 60 / 0.1);
}
.ybc-border-l-lime-400\/20{
  border-left-color: rgb(154 202 60 / 0.2);
}
.ybc-border-l-lime-400\/25{
  border-left-color: rgb(154 202 60 / 0.25);
}
.ybc-border-l-lime-400\/30{
  border-left-color: rgb(154 202 60 / 0.3);
}
.ybc-border-l-lime-400\/40{
  border-left-color: rgb(154 202 60 / 0.4);
}
.ybc-border-l-lime-400\/50{
  border-left-color: rgb(154 202 60 / 0.5);
}
.ybc-border-l-lime-400\/60{
  border-left-color: rgb(154 202 60 / 0.6);
}
.ybc-border-l-lime-400\/70{
  border-left-color: rgb(154 202 60 / 0.7);
}
.ybc-border-l-lime-400\/75{
  border-left-color: rgb(154 202 60 / 0.75);
}
.ybc-border-l-lime-400\/80{
  border-left-color: rgb(154 202 60 / 0.8);
}
.ybc-border-l-lime-400\/90{
  border-left-color: rgb(154 202 60 / 0.9);
}
.ybc-border-l-lime-400\/95{
  border-left-color: rgb(154 202 60 / 0.95);
}
.ybc-border-l-lime-400\/100{
  border-left-color: rgb(154 202 60 / 1);
}
.ybc-border-l-lime-500\/0{
  border-left-color: rgb(132 189 0 / 0);
}
.ybc-border-l-lime-500\/5{
  border-left-color: rgb(132 189 0 / 0.05);
}
.ybc-border-l-lime-500\/10{
  border-left-color: rgb(132 189 0 / 0.1);
}
.ybc-border-l-lime-500\/20{
  border-left-color: rgb(132 189 0 / 0.2);
}
.ybc-border-l-lime-500\/25{
  border-left-color: rgb(132 189 0 / 0.25);
}
.ybc-border-l-lime-500\/30{
  border-left-color: rgb(132 189 0 / 0.3);
}
.ybc-border-l-lime-500\/40{
  border-left-color: rgb(132 189 0 / 0.4);
}
.ybc-border-l-lime-500\/50{
  border-left-color: rgb(132 189 0 / 0.5);
}
.ybc-border-l-lime-500\/60{
  border-left-color: rgb(132 189 0 / 0.6);
}
.ybc-border-l-lime-500\/70{
  border-left-color: rgb(132 189 0 / 0.7);
}
.ybc-border-l-lime-500\/75{
  border-left-color: rgb(132 189 0 / 0.75);
}
.ybc-border-l-lime-500\/80{
  border-left-color: rgb(132 189 0 / 0.8);
}
.ybc-border-l-lime-500\/90{
  border-left-color: rgb(132 189 0 / 0.9);
}
.ybc-border-l-lime-500\/95{
  border-left-color: rgb(132 189 0 / 0.95);
}
.ybc-border-l-lime-500\/100{
  border-left-color: rgb(132 189 0 / 1);
}
.ybc-border-l-lime-600\/0{
  border-left-color: rgb(101 163 13 / 0);
}
.ybc-border-l-lime-600\/5{
  border-left-color: rgb(101 163 13 / 0.05);
}
.ybc-border-l-lime-600\/10{
  border-left-color: rgb(101 163 13 / 0.1);
}
.ybc-border-l-lime-600\/20{
  border-left-color: rgb(101 163 13 / 0.2);
}
.ybc-border-l-lime-600\/25{
  border-left-color: rgb(101 163 13 / 0.25);
}
.ybc-border-l-lime-600\/30{
  border-left-color: rgb(101 163 13 / 0.3);
}
.ybc-border-l-lime-600\/40{
  border-left-color: rgb(101 163 13 / 0.4);
}
.ybc-border-l-lime-600\/50{
  border-left-color: rgb(101 163 13 / 0.5);
}
.ybc-border-l-lime-600\/60{
  border-left-color: rgb(101 163 13 / 0.6);
}
.ybc-border-l-lime-600\/70{
  border-left-color: rgb(101 163 13 / 0.7);
}
.ybc-border-l-lime-600\/75{
  border-left-color: rgb(101 163 13 / 0.75);
}
.ybc-border-l-lime-600\/80{
  border-left-color: rgb(101 163 13 / 0.8);
}
.ybc-border-l-lime-600\/90{
  border-left-color: rgb(101 163 13 / 0.9);
}
.ybc-border-l-lime-600\/95{
  border-left-color: rgb(101 163 13 / 0.95);
}
.ybc-border-l-lime-600\/100{
  border-left-color: rgb(101 163 13 / 1);
}
.ybc-border-l-lime-900\/0{
  border-left-color: rgb(92 130 17 / 0);
}
.ybc-border-l-lime-900\/5{
  border-left-color: rgb(92 130 17 / 0.05);
}
.ybc-border-l-lime-900\/10{
  border-left-color: rgb(92 130 17 / 0.1);
}
.ybc-border-l-lime-900\/20{
  border-left-color: rgb(92 130 17 / 0.2);
}
.ybc-border-l-lime-900\/25{
  border-left-color: rgb(92 130 17 / 0.25);
}
.ybc-border-l-lime-900\/30{
  border-left-color: rgb(92 130 17 / 0.3);
}
.ybc-border-l-lime-900\/40{
  border-left-color: rgb(92 130 17 / 0.4);
}
.ybc-border-l-lime-900\/50{
  border-left-color: rgb(92 130 17 / 0.5);
}
.ybc-border-l-lime-900\/60{
  border-left-color: rgb(92 130 17 / 0.6);
}
.ybc-border-l-lime-900\/70{
  border-left-color: rgb(92 130 17 / 0.7);
}
.ybc-border-l-lime-900\/75{
  border-left-color: rgb(92 130 17 / 0.75);
}
.ybc-border-l-lime-900\/80{
  border-left-color: rgb(92 130 17 / 0.8);
}
.ybc-border-l-lime-900\/90{
  border-left-color: rgb(92 130 17 / 0.9);
}
.ybc-border-l-lime-900\/95{
  border-left-color: rgb(92 130 17 / 0.95);
}
.ybc-border-l-lime-900\/100{
  border-left-color: rgb(92 130 17 / 1);
}
.ybc-border-l-gray-100\/0{
  border-left-color: rgb(245 245 245 / 0);
}
.ybc-border-l-gray-100\/5{
  border-left-color: rgb(245 245 245 / 0.05);
}
.ybc-border-l-gray-100\/10{
  border-left-color: rgb(245 245 245 / 0.1);
}
.ybc-border-l-gray-100\/20{
  border-left-color: rgb(245 245 245 / 0.2);
}
.ybc-border-l-gray-100\/25{
  border-left-color: rgb(245 245 245 / 0.25);
}
.ybc-border-l-gray-100\/30{
  border-left-color: rgb(245 245 245 / 0.3);
}
.ybc-border-l-gray-100\/40{
  border-left-color: rgb(245 245 245 / 0.4);
}
.ybc-border-l-gray-100\/50{
  border-left-color: rgb(245 245 245 / 0.5);
}
.ybc-border-l-gray-100\/60{
  border-left-color: rgb(245 245 245 / 0.6);
}
.ybc-border-l-gray-100\/70{
  border-left-color: rgb(245 245 245 / 0.7);
}
.ybc-border-l-gray-100\/75{
  border-left-color: rgb(245 245 245 / 0.75);
}
.ybc-border-l-gray-100\/80{
  border-left-color: rgb(245 245 245 / 0.8);
}
.ybc-border-l-gray-100\/90{
  border-left-color: rgb(245 245 245 / 0.9);
}
.ybc-border-l-gray-100\/95{
  border-left-color: rgb(245 245 245 / 0.95);
}
.ybc-border-l-gray-100\/100{
  border-left-color: rgb(245 245 245 / 1);
}
.ybc-border-l-gray-200\/0{
  border-left-color: rgb(249 249 249 / 0);
}
.ybc-border-l-gray-200\/5{
  border-left-color: rgb(249 249 249 / 0.05);
}
.ybc-border-l-gray-200\/10{
  border-left-color: rgb(249 249 249 / 0.1);
}
.ybc-border-l-gray-200\/20{
  border-left-color: rgb(249 249 249 / 0.2);
}
.ybc-border-l-gray-200\/25{
  border-left-color: rgb(249 249 249 / 0.25);
}
.ybc-border-l-gray-200\/30{
  border-left-color: rgb(249 249 249 / 0.3);
}
.ybc-border-l-gray-200\/40{
  border-left-color: rgb(249 249 249 / 0.4);
}
.ybc-border-l-gray-200\/50{
  border-left-color: rgb(249 249 249 / 0.5);
}
.ybc-border-l-gray-200\/60{
  border-left-color: rgb(249 249 249 / 0.6);
}
.ybc-border-l-gray-200\/70{
  border-left-color: rgb(249 249 249 / 0.7);
}
.ybc-border-l-gray-200\/75{
  border-left-color: rgb(249 249 249 / 0.75);
}
.ybc-border-l-gray-200\/80{
  border-left-color: rgb(249 249 249 / 0.8);
}
.ybc-border-l-gray-200\/90{
  border-left-color: rgb(249 249 249 / 0.9);
}
.ybc-border-l-gray-200\/95{
  border-left-color: rgb(249 249 249 / 0.95);
}
.ybc-border-l-gray-200\/100{
  border-left-color: rgb(249 249 249 / 1);
}
.ybc-border-l-gray-300\/0{
  border-left-color: rgb(217 217 217 / 0);
}
.ybc-border-l-gray-300\/5{
  border-left-color: rgb(217 217 217 / 0.05);
}
.ybc-border-l-gray-300\/10{
  border-left-color: rgb(217 217 217 / 0.1);
}
.ybc-border-l-gray-300\/20{
  border-left-color: rgb(217 217 217 / 0.2);
}
.ybc-border-l-gray-300\/25{
  border-left-color: rgb(217 217 217 / 0.25);
}
.ybc-border-l-gray-300\/30{
  border-left-color: rgb(217 217 217 / 0.3);
}
.ybc-border-l-gray-300\/40{
  border-left-color: rgb(217 217 217 / 0.4);
}
.ybc-border-l-gray-300\/50{
  border-left-color: rgb(217 217 217 / 0.5);
}
.ybc-border-l-gray-300\/60{
  border-left-color: rgb(217 217 217 / 0.6);
}
.ybc-border-l-gray-300\/70{
  border-left-color: rgb(217 217 217 / 0.7);
}
.ybc-border-l-gray-300\/75{
  border-left-color: rgb(217 217 217 / 0.75);
}
.ybc-border-l-gray-300\/80{
  border-left-color: rgb(217 217 217 / 0.8);
}
.ybc-border-l-gray-300\/90{
  border-left-color: rgb(217 217 217 / 0.9);
}
.ybc-border-l-gray-300\/95{
  border-left-color: rgb(217 217 217 / 0.95);
}
.ybc-border-l-gray-300\/100{
  border-left-color: rgb(217 217 217 / 1);
}
.ybc-border-l-gray-600\/0{
  border-left-color: rgb(78 78 78 / 0);
}
.ybc-border-l-gray-600\/5{
  border-left-color: rgb(78 78 78 / 0.05);
}
.ybc-border-l-gray-600\/10{
  border-left-color: rgb(78 78 78 / 0.1);
}
.ybc-border-l-gray-600\/20{
  border-left-color: rgb(78 78 78 / 0.2);
}
.ybc-border-l-gray-600\/25{
  border-left-color: rgb(78 78 78 / 0.25);
}
.ybc-border-l-gray-600\/30{
  border-left-color: rgb(78 78 78 / 0.3);
}
.ybc-border-l-gray-600\/40{
  border-left-color: rgb(78 78 78 / 0.4);
}
.ybc-border-l-gray-600\/50{
  border-left-color: rgb(78 78 78 / 0.5);
}
.ybc-border-l-gray-600\/60{
  border-left-color: rgb(78 78 78 / 0.6);
}
.ybc-border-l-gray-600\/70{
  border-left-color: rgb(78 78 78 / 0.7);
}
.ybc-border-l-gray-600\/75{
  border-left-color: rgb(78 78 78 / 0.75);
}
.ybc-border-l-gray-600\/80{
  border-left-color: rgb(78 78 78 / 0.8);
}
.ybc-border-l-gray-600\/90{
  border-left-color: rgb(78 78 78 / 0.9);
}
.ybc-border-l-gray-600\/95{
  border-left-color: rgb(78 78 78 / 0.95);
}
.ybc-border-l-gray-600\/100{
  border-left-color: rgb(78 78 78 / 1);
}
.ybc-border-l-gray-900\/0{
  border-left-color: rgb(61 65 51 / 0);
}
.ybc-border-l-gray-900\/5{
  border-left-color: rgb(61 65 51 / 0.05);
}
.ybc-border-l-gray-900\/10{
  border-left-color: rgb(61 65 51 / 0.1);
}
.ybc-border-l-gray-900\/20{
  border-left-color: rgb(61 65 51 / 0.2);
}
.ybc-border-l-gray-900\/25{
  border-left-color: rgb(61 65 51 / 0.25);
}
.ybc-border-l-gray-900\/30{
  border-left-color: rgb(61 65 51 / 0.3);
}
.ybc-border-l-gray-900\/40{
  border-left-color: rgb(61 65 51 / 0.4);
}
.ybc-border-l-gray-900\/50{
  border-left-color: rgb(61 65 51 / 0.5);
}
.ybc-border-l-gray-900\/60{
  border-left-color: rgb(61 65 51 / 0.6);
}
.ybc-border-l-gray-900\/70{
  border-left-color: rgb(61 65 51 / 0.7);
}
.ybc-border-l-gray-900\/75{
  border-left-color: rgb(61 65 51 / 0.75);
}
.ybc-border-l-gray-900\/80{
  border-left-color: rgb(61 65 51 / 0.8);
}
.ybc-border-l-gray-900\/90{
  border-left-color: rgb(61 65 51 / 0.9);
}
.ybc-border-l-gray-900\/95{
  border-left-color: rgb(61 65 51 / 0.95);
}
.ybc-border-l-gray-900\/100{
  border-left-color: rgb(61 65 51 / 1);
}
.ybc-border-l-teal-600\/0{
  border-left-color: rgb(0 115 165 / 0);
}
.ybc-border-l-teal-600\/5{
  border-left-color: rgb(0 115 165 / 0.05);
}
.ybc-border-l-teal-600\/10{
  border-left-color: rgb(0 115 165 / 0.1);
}
.ybc-border-l-teal-600\/20{
  border-left-color: rgb(0 115 165 / 0.2);
}
.ybc-border-l-teal-600\/25{
  border-left-color: rgb(0 115 165 / 0.25);
}
.ybc-border-l-teal-600\/30{
  border-left-color: rgb(0 115 165 / 0.3);
}
.ybc-border-l-teal-600\/40{
  border-left-color: rgb(0 115 165 / 0.4);
}
.ybc-border-l-teal-600\/50{
  border-left-color: rgb(0 115 165 / 0.5);
}
.ybc-border-l-teal-600\/60{
  border-left-color: rgb(0 115 165 / 0.6);
}
.ybc-border-l-teal-600\/70{
  border-left-color: rgb(0 115 165 / 0.7);
}
.ybc-border-l-teal-600\/75{
  border-left-color: rgb(0 115 165 / 0.75);
}
.ybc-border-l-teal-600\/80{
  border-left-color: rgb(0 115 165 / 0.8);
}
.ybc-border-l-teal-600\/90{
  border-left-color: rgb(0 115 165 / 0.9);
}
.ybc-border-l-teal-600\/95{
  border-left-color: rgb(0 115 165 / 0.95);
}
.ybc-border-l-teal-600\/100{
  border-left-color: rgb(0 115 165 / 1);
}
.ybc-border-l-teal-900\/0{
  border-left-color: rgb(0 85 114 / 0);
}
.ybc-border-l-teal-900\/5{
  border-left-color: rgb(0 85 114 / 0.05);
}
.ybc-border-l-teal-900\/10{
  border-left-color: rgb(0 85 114 / 0.1);
}
.ybc-border-l-teal-900\/20{
  border-left-color: rgb(0 85 114 / 0.2);
}
.ybc-border-l-teal-900\/25{
  border-left-color: rgb(0 85 114 / 0.25);
}
.ybc-border-l-teal-900\/30{
  border-left-color: rgb(0 85 114 / 0.3);
}
.ybc-border-l-teal-900\/40{
  border-left-color: rgb(0 85 114 / 0.4);
}
.ybc-border-l-teal-900\/50{
  border-left-color: rgb(0 85 114 / 0.5);
}
.ybc-border-l-teal-900\/60{
  border-left-color: rgb(0 85 114 / 0.6);
}
.ybc-border-l-teal-900\/70{
  border-left-color: rgb(0 85 114 / 0.7);
}
.ybc-border-l-teal-900\/75{
  border-left-color: rgb(0 85 114 / 0.75);
}
.ybc-border-l-teal-900\/80{
  border-left-color: rgb(0 85 114 / 0.8);
}
.ybc-border-l-teal-900\/90{
  border-left-color: rgb(0 85 114 / 0.9);
}
.ybc-border-l-teal-900\/95{
  border-left-color: rgb(0 85 114 / 0.95);
}
.ybc-border-l-teal-900\/100{
  border-left-color: rgb(0 85 114 / 1);
}
.ybc-border-opacity-0{
  --tw-border-opacity: 0;
}
.ybc-border-opacity-5{
  --tw-border-opacity: 0.05;
}
.ybc-border-opacity-10{
  --tw-border-opacity: 0.1;
}
.ybc-border-opacity-20{
  --tw-border-opacity: 0.2;
}
.ybc-border-opacity-25{
  --tw-border-opacity: 0.25;
}
.ybc-border-opacity-30{
  --tw-border-opacity: 0.3;
}
.ybc-border-opacity-40{
  --tw-border-opacity: 0.4;
}
.ybc-border-opacity-50{
  --tw-border-opacity: 0.5;
}
.ybc-border-opacity-60{
  --tw-border-opacity: 0.6;
}
.ybc-border-opacity-70{
  --tw-border-opacity: 0.7;
}
.ybc-border-opacity-75{
  --tw-border-opacity: 0.75;
}
.ybc-border-opacity-80{
  --tw-border-opacity: 0.8;
}
.ybc-border-opacity-90{
  --tw-border-opacity: 0.9;
}
.ybc-border-opacity-95{
  --tw-border-opacity: 0.95;
}
.ybc-border-opacity-100{
  --tw-border-opacity: 1;
}
.ybc-bg-transparent{
  background-color: transparent;
}
.ybc-bg-current{
  background-color: currentColor;
}
.ybc-bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.ybc-bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ybc-bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity));
}
.ybc-bg-lime-500{
  --tw-bg-opacity: 1;
  background-color: rgb(132 189 0 / var(--tw-bg-opacity));
}
.ybc-bg-lime-600{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}
.ybc-bg-lime-900{
  --tw-bg-opacity: 1;
  background-color: rgb(92 130 17 / var(--tw-bg-opacity));
}
.ybc-bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.ybc-bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.ybc-bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.ybc-bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}
.ybc-bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(61 65 51 / var(--tw-bg-opacity));
}
.ybc-bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(0 115 165 / var(--tw-bg-opacity));
}
.ybc-bg-teal-900{
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 114 / var(--tw-bg-opacity));
}
.ybc-bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.ybc-bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.ybc-bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.ybc-bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.ybc-bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.ybc-bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.ybc-bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.ybc-bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.ybc-bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.ybc-bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.ybc-bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.ybc-bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.ybc-bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.ybc-bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.ybc-bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.ybc-bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.ybc-bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.ybc-bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.ybc-bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.ybc-bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.ybc-bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.ybc-bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.ybc-bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.ybc-bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.ybc-bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.ybc-bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.ybc-bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.ybc-bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.ybc-bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.ybc-bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.ybc-bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.ybc-bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.ybc-bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.ybc-bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.ybc-bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.ybc-bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.ybc-bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.ybc-bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.ybc-bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.ybc-bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.ybc-bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.ybc-bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.ybc-bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.ybc-bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.ybc-bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.ybc-bg-lime-400\/0{
  background-color: rgb(154 202 60 / 0);
}
.ybc-bg-lime-400\/5{
  background-color: rgb(154 202 60 / 0.05);
}
.ybc-bg-lime-400\/10{
  background-color: rgb(154 202 60 / 0.1);
}
.ybc-bg-lime-400\/20{
  background-color: rgb(154 202 60 / 0.2);
}
.ybc-bg-lime-400\/25{
  background-color: rgb(154 202 60 / 0.25);
}
.ybc-bg-lime-400\/30{
  background-color: rgb(154 202 60 / 0.3);
}
.ybc-bg-lime-400\/40{
  background-color: rgb(154 202 60 / 0.4);
}
.ybc-bg-lime-400\/50{
  background-color: rgb(154 202 60 / 0.5);
}
.ybc-bg-lime-400\/60{
  background-color: rgb(154 202 60 / 0.6);
}
.ybc-bg-lime-400\/70{
  background-color: rgb(154 202 60 / 0.7);
}
.ybc-bg-lime-400\/75{
  background-color: rgb(154 202 60 / 0.75);
}
.ybc-bg-lime-400\/80{
  background-color: rgb(154 202 60 / 0.8);
}
.ybc-bg-lime-400\/90{
  background-color: rgb(154 202 60 / 0.9);
}
.ybc-bg-lime-400\/95{
  background-color: rgb(154 202 60 / 0.95);
}
.ybc-bg-lime-400\/100{
  background-color: rgb(154 202 60 / 1);
}
.ybc-bg-lime-500\/0{
  background-color: rgb(132 189 0 / 0);
}
.ybc-bg-lime-500\/5{
  background-color: rgb(132 189 0 / 0.05);
}
.ybc-bg-lime-500\/10{
  background-color: rgb(132 189 0 / 0.1);
}
.ybc-bg-lime-500\/20{
  background-color: rgb(132 189 0 / 0.2);
}
.ybc-bg-lime-500\/25{
  background-color: rgb(132 189 0 / 0.25);
}
.ybc-bg-lime-500\/30{
  background-color: rgb(132 189 0 / 0.3);
}
.ybc-bg-lime-500\/40{
  background-color: rgb(132 189 0 / 0.4);
}
.ybc-bg-lime-500\/50{
  background-color: rgb(132 189 0 / 0.5);
}
.ybc-bg-lime-500\/60{
  background-color: rgb(132 189 0 / 0.6);
}
.ybc-bg-lime-500\/70{
  background-color: rgb(132 189 0 / 0.7);
}
.ybc-bg-lime-500\/75{
  background-color: rgb(132 189 0 / 0.75);
}
.ybc-bg-lime-500\/80{
  background-color: rgb(132 189 0 / 0.8);
}
.ybc-bg-lime-500\/90{
  background-color: rgb(132 189 0 / 0.9);
}
.ybc-bg-lime-500\/95{
  background-color: rgb(132 189 0 / 0.95);
}
.ybc-bg-lime-500\/100{
  background-color: rgb(132 189 0 / 1);
}
.ybc-bg-lime-600\/0{
  background-color: rgb(101 163 13 / 0);
}
.ybc-bg-lime-600\/5{
  background-color: rgb(101 163 13 / 0.05);
}
.ybc-bg-lime-600\/10{
  background-color: rgb(101 163 13 / 0.1);
}
.ybc-bg-lime-600\/20{
  background-color: rgb(101 163 13 / 0.2);
}
.ybc-bg-lime-600\/25{
  background-color: rgb(101 163 13 / 0.25);
}
.ybc-bg-lime-600\/30{
  background-color: rgb(101 163 13 / 0.3);
}
.ybc-bg-lime-600\/40{
  background-color: rgb(101 163 13 / 0.4);
}
.ybc-bg-lime-600\/50{
  background-color: rgb(101 163 13 / 0.5);
}
.ybc-bg-lime-600\/60{
  background-color: rgb(101 163 13 / 0.6);
}
.ybc-bg-lime-600\/70{
  background-color: rgb(101 163 13 / 0.7);
}
.ybc-bg-lime-600\/75{
  background-color: rgb(101 163 13 / 0.75);
}
.ybc-bg-lime-600\/80{
  background-color: rgb(101 163 13 / 0.8);
}
.ybc-bg-lime-600\/90{
  background-color: rgb(101 163 13 / 0.9);
}
.ybc-bg-lime-600\/95{
  background-color: rgb(101 163 13 / 0.95);
}
.ybc-bg-lime-600\/100{
  background-color: rgb(101 163 13 / 1);
}
.ybc-bg-lime-900\/0{
  background-color: rgb(92 130 17 / 0);
}
.ybc-bg-lime-900\/5{
  background-color: rgb(92 130 17 / 0.05);
}
.ybc-bg-lime-900\/10{
  background-color: rgb(92 130 17 / 0.1);
}
.ybc-bg-lime-900\/20{
  background-color: rgb(92 130 17 / 0.2);
}
.ybc-bg-lime-900\/25{
  background-color: rgb(92 130 17 / 0.25);
}
.ybc-bg-lime-900\/30{
  background-color: rgb(92 130 17 / 0.3);
}
.ybc-bg-lime-900\/40{
  background-color: rgb(92 130 17 / 0.4);
}
.ybc-bg-lime-900\/50{
  background-color: rgb(92 130 17 / 0.5);
}
.ybc-bg-lime-900\/60{
  background-color: rgb(92 130 17 / 0.6);
}
.ybc-bg-lime-900\/70{
  background-color: rgb(92 130 17 / 0.7);
}
.ybc-bg-lime-900\/75{
  background-color: rgb(92 130 17 / 0.75);
}
.ybc-bg-lime-900\/80{
  background-color: rgb(92 130 17 / 0.8);
}
.ybc-bg-lime-900\/90{
  background-color: rgb(92 130 17 / 0.9);
}
.ybc-bg-lime-900\/95{
  background-color: rgb(92 130 17 / 0.95);
}
.ybc-bg-lime-900\/100{
  background-color: rgb(92 130 17 / 1);
}
.ybc-bg-gray-100\/0{
  background-color: rgb(245 245 245 / 0);
}
.ybc-bg-gray-100\/5{
  background-color: rgb(245 245 245 / 0.05);
}
.ybc-bg-gray-100\/10{
  background-color: rgb(245 245 245 / 0.1);
}
.ybc-bg-gray-100\/20{
  background-color: rgb(245 245 245 / 0.2);
}
.ybc-bg-gray-100\/25{
  background-color: rgb(245 245 245 / 0.25);
}
.ybc-bg-gray-100\/30{
  background-color: rgb(245 245 245 / 0.3);
}
.ybc-bg-gray-100\/40{
  background-color: rgb(245 245 245 / 0.4);
}
.ybc-bg-gray-100\/50{
  background-color: rgb(245 245 245 / 0.5);
}
.ybc-bg-gray-100\/60{
  background-color: rgb(245 245 245 / 0.6);
}
.ybc-bg-gray-100\/70{
  background-color: rgb(245 245 245 / 0.7);
}
.ybc-bg-gray-100\/75{
  background-color: rgb(245 245 245 / 0.75);
}
.ybc-bg-gray-100\/80{
  background-color: rgb(245 245 245 / 0.8);
}
.ybc-bg-gray-100\/90{
  background-color: rgb(245 245 245 / 0.9);
}
.ybc-bg-gray-100\/95{
  background-color: rgb(245 245 245 / 0.95);
}
.ybc-bg-gray-100\/100{
  background-color: rgb(245 245 245 / 1);
}
.ybc-bg-gray-200\/0{
  background-color: rgb(249 249 249 / 0);
}
.ybc-bg-gray-200\/5{
  background-color: rgb(249 249 249 / 0.05);
}
.ybc-bg-gray-200\/10{
  background-color: rgb(249 249 249 / 0.1);
}
.ybc-bg-gray-200\/20{
  background-color: rgb(249 249 249 / 0.2);
}
.ybc-bg-gray-200\/25{
  background-color: rgb(249 249 249 / 0.25);
}
.ybc-bg-gray-200\/30{
  background-color: rgb(249 249 249 / 0.3);
}
.ybc-bg-gray-200\/40{
  background-color: rgb(249 249 249 / 0.4);
}
.ybc-bg-gray-200\/50{
  background-color: rgb(249 249 249 / 0.5);
}
.ybc-bg-gray-200\/60{
  background-color: rgb(249 249 249 / 0.6);
}
.ybc-bg-gray-200\/70{
  background-color: rgb(249 249 249 / 0.7);
}
.ybc-bg-gray-200\/75{
  background-color: rgb(249 249 249 / 0.75);
}
.ybc-bg-gray-200\/80{
  background-color: rgb(249 249 249 / 0.8);
}
.ybc-bg-gray-200\/90{
  background-color: rgb(249 249 249 / 0.9);
}
.ybc-bg-gray-200\/95{
  background-color: rgb(249 249 249 / 0.95);
}
.ybc-bg-gray-200\/100{
  background-color: rgb(249 249 249 / 1);
}
.ybc-bg-gray-300\/0{
  background-color: rgb(217 217 217 / 0);
}
.ybc-bg-gray-300\/5{
  background-color: rgb(217 217 217 / 0.05);
}
.ybc-bg-gray-300\/10{
  background-color: rgb(217 217 217 / 0.1);
}
.ybc-bg-gray-300\/20{
  background-color: rgb(217 217 217 / 0.2);
}
.ybc-bg-gray-300\/25{
  background-color: rgb(217 217 217 / 0.25);
}
.ybc-bg-gray-300\/30{
  background-color: rgb(217 217 217 / 0.3);
}
.ybc-bg-gray-300\/40{
  background-color: rgb(217 217 217 / 0.4);
}
.ybc-bg-gray-300\/50{
  background-color: rgb(217 217 217 / 0.5);
}
.ybc-bg-gray-300\/60{
  background-color: rgb(217 217 217 / 0.6);
}
.ybc-bg-gray-300\/70{
  background-color: rgb(217 217 217 / 0.7);
}
.ybc-bg-gray-300\/75{
  background-color: rgb(217 217 217 / 0.75);
}
.ybc-bg-gray-300\/80{
  background-color: rgb(217 217 217 / 0.8);
}
.ybc-bg-gray-300\/90{
  background-color: rgb(217 217 217 / 0.9);
}
.ybc-bg-gray-300\/95{
  background-color: rgb(217 217 217 / 0.95);
}
.ybc-bg-gray-300\/100{
  background-color: rgb(217 217 217 / 1);
}
.ybc-bg-gray-600\/0{
  background-color: rgb(78 78 78 / 0);
}
.ybc-bg-gray-600\/5{
  background-color: rgb(78 78 78 / 0.05);
}
.ybc-bg-gray-600\/10{
  background-color: rgb(78 78 78 / 0.1);
}
.ybc-bg-gray-600\/20{
  background-color: rgb(78 78 78 / 0.2);
}
.ybc-bg-gray-600\/25{
  background-color: rgb(78 78 78 / 0.25);
}
.ybc-bg-gray-600\/30{
  background-color: rgb(78 78 78 / 0.3);
}
.ybc-bg-gray-600\/40{
  background-color: rgb(78 78 78 / 0.4);
}
.ybc-bg-gray-600\/50{
  background-color: rgb(78 78 78 / 0.5);
}
.ybc-bg-gray-600\/60{
  background-color: rgb(78 78 78 / 0.6);
}
.ybc-bg-gray-600\/70{
  background-color: rgb(78 78 78 / 0.7);
}
.ybc-bg-gray-600\/75{
  background-color: rgb(78 78 78 / 0.75);
}
.ybc-bg-gray-600\/80{
  background-color: rgb(78 78 78 / 0.8);
}
.ybc-bg-gray-600\/90{
  background-color: rgb(78 78 78 / 0.9);
}
.ybc-bg-gray-600\/95{
  background-color: rgb(78 78 78 / 0.95);
}
.ybc-bg-gray-600\/100{
  background-color: rgb(78 78 78 / 1);
}
.ybc-bg-gray-900\/0{
  background-color: rgb(61 65 51 / 0);
}
.ybc-bg-gray-900\/5{
  background-color: rgb(61 65 51 / 0.05);
}
.ybc-bg-gray-900\/10{
  background-color: rgb(61 65 51 / 0.1);
}
.ybc-bg-gray-900\/20{
  background-color: rgb(61 65 51 / 0.2);
}
.ybc-bg-gray-900\/25{
  background-color: rgb(61 65 51 / 0.25);
}
.ybc-bg-gray-900\/30{
  background-color: rgb(61 65 51 / 0.3);
}
.ybc-bg-gray-900\/40{
  background-color: rgb(61 65 51 / 0.4);
}
.ybc-bg-gray-900\/50{
  background-color: rgb(61 65 51 / 0.5);
}
.ybc-bg-gray-900\/60{
  background-color: rgb(61 65 51 / 0.6);
}
.ybc-bg-gray-900\/70{
  background-color: rgb(61 65 51 / 0.7);
}
.ybc-bg-gray-900\/75{
  background-color: rgb(61 65 51 / 0.75);
}
.ybc-bg-gray-900\/80{
  background-color: rgb(61 65 51 / 0.8);
}
.ybc-bg-gray-900\/90{
  background-color: rgb(61 65 51 / 0.9);
}
.ybc-bg-gray-900\/95{
  background-color: rgb(61 65 51 / 0.95);
}
.ybc-bg-gray-900\/100{
  background-color: rgb(61 65 51 / 1);
}
.ybc-bg-teal-600\/0{
  background-color: rgb(0 115 165 / 0);
}
.ybc-bg-teal-600\/5{
  background-color: rgb(0 115 165 / 0.05);
}
.ybc-bg-teal-600\/10{
  background-color: rgb(0 115 165 / 0.1);
}
.ybc-bg-teal-600\/20{
  background-color: rgb(0 115 165 / 0.2);
}
.ybc-bg-teal-600\/25{
  background-color: rgb(0 115 165 / 0.25);
}
.ybc-bg-teal-600\/30{
  background-color: rgb(0 115 165 / 0.3);
}
.ybc-bg-teal-600\/40{
  background-color: rgb(0 115 165 / 0.4);
}
.ybc-bg-teal-600\/50{
  background-color: rgb(0 115 165 / 0.5);
}
.ybc-bg-teal-600\/60{
  background-color: rgb(0 115 165 / 0.6);
}
.ybc-bg-teal-600\/70{
  background-color: rgb(0 115 165 / 0.7);
}
.ybc-bg-teal-600\/75{
  background-color: rgb(0 115 165 / 0.75);
}
.ybc-bg-teal-600\/80{
  background-color: rgb(0 115 165 / 0.8);
}
.ybc-bg-teal-600\/90{
  background-color: rgb(0 115 165 / 0.9);
}
.ybc-bg-teal-600\/95{
  background-color: rgb(0 115 165 / 0.95);
}
.ybc-bg-teal-600\/100{
  background-color: rgb(0 115 165 / 1);
}
.ybc-bg-teal-900\/0{
  background-color: rgb(0 85 114 / 0);
}
.ybc-bg-teal-900\/5{
  background-color: rgb(0 85 114 / 0.05);
}
.ybc-bg-teal-900\/10{
  background-color: rgb(0 85 114 / 0.1);
}
.ybc-bg-teal-900\/20{
  background-color: rgb(0 85 114 / 0.2);
}
.ybc-bg-teal-900\/25{
  background-color: rgb(0 85 114 / 0.25);
}
.ybc-bg-teal-900\/30{
  background-color: rgb(0 85 114 / 0.3);
}
.ybc-bg-teal-900\/40{
  background-color: rgb(0 85 114 / 0.4);
}
.ybc-bg-teal-900\/50{
  background-color: rgb(0 85 114 / 0.5);
}
.ybc-bg-teal-900\/60{
  background-color: rgb(0 85 114 / 0.6);
}
.ybc-bg-teal-900\/70{
  background-color: rgb(0 85 114 / 0.7);
}
.ybc-bg-teal-900\/75{
  background-color: rgb(0 85 114 / 0.75);
}
.ybc-bg-teal-900\/80{
  background-color: rgb(0 85 114 / 0.8);
}
.ybc-bg-teal-900\/90{
  background-color: rgb(0 85 114 / 0.9);
}
.ybc-bg-teal-900\/95{
  background-color: rgb(0 85 114 / 0.95);
}
.ybc-bg-teal-900\/100{
  background-color: rgb(0 85 114 / 1);
}
.ybc-bg-opacity-0{
  --tw-bg-opacity: 0;
}
.ybc-bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.ybc-bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.ybc-bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.ybc-bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.ybc-bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.ybc-bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.ybc-bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.ybc-bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.ybc-bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.ybc-bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.ybc-bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.ybc-bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.ybc-bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.ybc-bg-opacity-100{
  --tw-bg-opacity: 1;
}
.ybc-bg-none{
  background-image: none;
}
.ybc-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.ybc-bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.ybc-from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-current{
  --tw-gradient-from: currentColor;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black{
  --tw-gradient-from: #000000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white{
  --tw-gradient-from: #FFFFFF;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400{
  --tw-gradient-from: #9ACA3C;
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500{
  --tw-gradient-from: #84BD00;
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600{
  --tw-gradient-from: #65a30d;
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900{
  --tw-gradient-from: #5C8211;
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100{
  --tw-gradient-from: #F5F5F5;
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200{
  --tw-gradient-from: #F9F9F9;
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300{
  --tw-gradient-from: #D9D9D9;
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600{
  --tw-gradient-from: #4E4E4E;
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900{
  --tw-gradient-from: #3D4133;
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600{
  --tw-gradient-from: #0073A5;
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900{
  --tw-gradient-from: #005572;
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/0{
  --tw-gradient-from: rgb(0 0 0 / 0);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/5{
  --tw-gradient-from: rgb(0 0 0 / 0.05);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/20{
  --tw-gradient-from: rgb(0 0 0 / 0.2);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/25{
  --tw-gradient-from: rgb(0 0 0 / 0.25);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/30{
  --tw-gradient-from: rgb(0 0 0 / 0.3);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/50{
  --tw-gradient-from: rgb(0 0 0 / 0.5);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/75{
  --tw-gradient-from: rgb(0 0 0 / 0.75);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/90{
  --tw-gradient-from: rgb(0 0 0 / 0.9);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/95{
  --tw-gradient-from: rgb(0 0 0 / 0.95);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-transparent\/100{
  --tw-gradient-from: rgb(0 0 0 / 1);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/0{
  --tw-gradient-from: rgb(0 0 0 / 0);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/5{
  --tw-gradient-from: rgb(0 0 0 / 0.05);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/10{
  --tw-gradient-from: rgb(0 0 0 / 0.1);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/20{
  --tw-gradient-from: rgb(0 0 0 / 0.2);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/25{
  --tw-gradient-from: rgb(0 0 0 / 0.25);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/30{
  --tw-gradient-from: rgb(0 0 0 / 0.3);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/50{
  --tw-gradient-from: rgb(0 0 0 / 0.5);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/70{
  --tw-gradient-from: rgb(0 0 0 / 0.7);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/75{
  --tw-gradient-from: rgb(0 0 0 / 0.75);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/90{
  --tw-gradient-from: rgb(0 0 0 / 0.9);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/95{
  --tw-gradient-from: rgb(0 0 0 / 0.95);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-black\/100{
  --tw-gradient-from: rgb(0 0 0 / 1);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/0{
  --tw-gradient-from: rgb(255 255 255 / 0);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/5{
  --tw-gradient-from: rgb(255 255 255 / 0.05);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/10{
  --tw-gradient-from: rgb(255 255 255 / 0.1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/20{
  --tw-gradient-from: rgb(255 255 255 / 0.2);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/25{
  --tw-gradient-from: rgb(255 255 255 / 0.25);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/30{
  --tw-gradient-from: rgb(255 255 255 / 0.3);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/40{
  --tw-gradient-from: rgb(255 255 255 / 0.4);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/50{
  --tw-gradient-from: rgb(255 255 255 / 0.5);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/60{
  --tw-gradient-from: rgb(255 255 255 / 0.6);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/70{
  --tw-gradient-from: rgb(255 255 255 / 0.7);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/75{
  --tw-gradient-from: rgb(255 255 255 / 0.75);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/80{
  --tw-gradient-from: rgb(255 255 255 / 0.8);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/90{
  --tw-gradient-from: rgb(255 255 255 / 0.9);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/95{
  --tw-gradient-from: rgb(255 255 255 / 0.95);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-white\/100{
  --tw-gradient-from: rgb(255 255 255 / 1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/0{
  --tw-gradient-from: rgb(154 202 60 / 0);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/5{
  --tw-gradient-from: rgb(154 202 60 / 0.05);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/10{
  --tw-gradient-from: rgb(154 202 60 / 0.1);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/20{
  --tw-gradient-from: rgb(154 202 60 / 0.2);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/25{
  --tw-gradient-from: rgb(154 202 60 / 0.25);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/30{
  --tw-gradient-from: rgb(154 202 60 / 0.3);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/40{
  --tw-gradient-from: rgb(154 202 60 / 0.4);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/50{
  --tw-gradient-from: rgb(154 202 60 / 0.5);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/60{
  --tw-gradient-from: rgb(154 202 60 / 0.6);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/70{
  --tw-gradient-from: rgb(154 202 60 / 0.7);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/75{
  --tw-gradient-from: rgb(154 202 60 / 0.75);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/80{
  --tw-gradient-from: rgb(154 202 60 / 0.8);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/90{
  --tw-gradient-from: rgb(154 202 60 / 0.9);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/95{
  --tw-gradient-from: rgb(154 202 60 / 0.95);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-400\/100{
  --tw-gradient-from: rgb(154 202 60 / 1);
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/0{
  --tw-gradient-from: rgb(132 189 0 / 0);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/5{
  --tw-gradient-from: rgb(132 189 0 / 0.05);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/10{
  --tw-gradient-from: rgb(132 189 0 / 0.1);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/20{
  --tw-gradient-from: rgb(132 189 0 / 0.2);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/25{
  --tw-gradient-from: rgb(132 189 0 / 0.25);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/30{
  --tw-gradient-from: rgb(132 189 0 / 0.3);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/40{
  --tw-gradient-from: rgb(132 189 0 / 0.4);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/50{
  --tw-gradient-from: rgb(132 189 0 / 0.5);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/60{
  --tw-gradient-from: rgb(132 189 0 / 0.6);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/70{
  --tw-gradient-from: rgb(132 189 0 / 0.7);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/75{
  --tw-gradient-from: rgb(132 189 0 / 0.75);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/80{
  --tw-gradient-from: rgb(132 189 0 / 0.8);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/90{
  --tw-gradient-from: rgb(132 189 0 / 0.9);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/95{
  --tw-gradient-from: rgb(132 189 0 / 0.95);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-500\/100{
  --tw-gradient-from: rgb(132 189 0 / 1);
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/0{
  --tw-gradient-from: rgb(101 163 13 / 0);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/5{
  --tw-gradient-from: rgb(101 163 13 / 0.05);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/10{
  --tw-gradient-from: rgb(101 163 13 / 0.1);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/20{
  --tw-gradient-from: rgb(101 163 13 / 0.2);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/25{
  --tw-gradient-from: rgb(101 163 13 / 0.25);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/30{
  --tw-gradient-from: rgb(101 163 13 / 0.3);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/40{
  --tw-gradient-from: rgb(101 163 13 / 0.4);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/50{
  --tw-gradient-from: rgb(101 163 13 / 0.5);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/60{
  --tw-gradient-from: rgb(101 163 13 / 0.6);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/70{
  --tw-gradient-from: rgb(101 163 13 / 0.7);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/75{
  --tw-gradient-from: rgb(101 163 13 / 0.75);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/80{
  --tw-gradient-from: rgb(101 163 13 / 0.8);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/90{
  --tw-gradient-from: rgb(101 163 13 / 0.9);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/95{
  --tw-gradient-from: rgb(101 163 13 / 0.95);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-600\/100{
  --tw-gradient-from: rgb(101 163 13 / 1);
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/0{
  --tw-gradient-from: rgb(92 130 17 / 0);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/5{
  --tw-gradient-from: rgb(92 130 17 / 0.05);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/10{
  --tw-gradient-from: rgb(92 130 17 / 0.1);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/20{
  --tw-gradient-from: rgb(92 130 17 / 0.2);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/25{
  --tw-gradient-from: rgb(92 130 17 / 0.25);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/30{
  --tw-gradient-from: rgb(92 130 17 / 0.3);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/40{
  --tw-gradient-from: rgb(92 130 17 / 0.4);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/50{
  --tw-gradient-from: rgb(92 130 17 / 0.5);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/60{
  --tw-gradient-from: rgb(92 130 17 / 0.6);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/70{
  --tw-gradient-from: rgb(92 130 17 / 0.7);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/75{
  --tw-gradient-from: rgb(92 130 17 / 0.75);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/80{
  --tw-gradient-from: rgb(92 130 17 / 0.8);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/90{
  --tw-gradient-from: rgb(92 130 17 / 0.9);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/95{
  --tw-gradient-from: rgb(92 130 17 / 0.95);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-lime-900\/100{
  --tw-gradient-from: rgb(92 130 17 / 1);
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/0{
  --tw-gradient-from: rgb(245 245 245 / 0);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/5{
  --tw-gradient-from: rgb(245 245 245 / 0.05);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/10{
  --tw-gradient-from: rgb(245 245 245 / 0.1);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/20{
  --tw-gradient-from: rgb(245 245 245 / 0.2);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/25{
  --tw-gradient-from: rgb(245 245 245 / 0.25);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/30{
  --tw-gradient-from: rgb(245 245 245 / 0.3);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/40{
  --tw-gradient-from: rgb(245 245 245 / 0.4);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/50{
  --tw-gradient-from: rgb(245 245 245 / 0.5);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/60{
  --tw-gradient-from: rgb(245 245 245 / 0.6);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/70{
  --tw-gradient-from: rgb(245 245 245 / 0.7);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/75{
  --tw-gradient-from: rgb(245 245 245 / 0.75);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/80{
  --tw-gradient-from: rgb(245 245 245 / 0.8);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/90{
  --tw-gradient-from: rgb(245 245 245 / 0.9);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/95{
  --tw-gradient-from: rgb(245 245 245 / 0.95);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-100\/100{
  --tw-gradient-from: rgb(245 245 245 / 1);
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/0{
  --tw-gradient-from: rgb(249 249 249 / 0);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/5{
  --tw-gradient-from: rgb(249 249 249 / 0.05);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/10{
  --tw-gradient-from: rgb(249 249 249 / 0.1);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/20{
  --tw-gradient-from: rgb(249 249 249 / 0.2);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/25{
  --tw-gradient-from: rgb(249 249 249 / 0.25);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/30{
  --tw-gradient-from: rgb(249 249 249 / 0.3);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/40{
  --tw-gradient-from: rgb(249 249 249 / 0.4);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/50{
  --tw-gradient-from: rgb(249 249 249 / 0.5);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/60{
  --tw-gradient-from: rgb(249 249 249 / 0.6);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/70{
  --tw-gradient-from: rgb(249 249 249 / 0.7);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/75{
  --tw-gradient-from: rgb(249 249 249 / 0.75);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/80{
  --tw-gradient-from: rgb(249 249 249 / 0.8);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/90{
  --tw-gradient-from: rgb(249 249 249 / 0.9);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/95{
  --tw-gradient-from: rgb(249 249 249 / 0.95);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-200\/100{
  --tw-gradient-from: rgb(249 249 249 / 1);
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/0{
  --tw-gradient-from: rgb(217 217 217 / 0);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/5{
  --tw-gradient-from: rgb(217 217 217 / 0.05);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/10{
  --tw-gradient-from: rgb(217 217 217 / 0.1);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/20{
  --tw-gradient-from: rgb(217 217 217 / 0.2);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/25{
  --tw-gradient-from: rgb(217 217 217 / 0.25);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/30{
  --tw-gradient-from: rgb(217 217 217 / 0.3);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/40{
  --tw-gradient-from: rgb(217 217 217 / 0.4);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/50{
  --tw-gradient-from: rgb(217 217 217 / 0.5);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/60{
  --tw-gradient-from: rgb(217 217 217 / 0.6);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/70{
  --tw-gradient-from: rgb(217 217 217 / 0.7);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/75{
  --tw-gradient-from: rgb(217 217 217 / 0.75);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/80{
  --tw-gradient-from: rgb(217 217 217 / 0.8);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/90{
  --tw-gradient-from: rgb(217 217 217 / 0.9);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/95{
  --tw-gradient-from: rgb(217 217 217 / 0.95);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-300\/100{
  --tw-gradient-from: rgb(217 217 217 / 1);
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/0{
  --tw-gradient-from: rgb(78 78 78 / 0);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/5{
  --tw-gradient-from: rgb(78 78 78 / 0.05);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/10{
  --tw-gradient-from: rgb(78 78 78 / 0.1);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/20{
  --tw-gradient-from: rgb(78 78 78 / 0.2);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/25{
  --tw-gradient-from: rgb(78 78 78 / 0.25);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/30{
  --tw-gradient-from: rgb(78 78 78 / 0.3);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/40{
  --tw-gradient-from: rgb(78 78 78 / 0.4);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/50{
  --tw-gradient-from: rgb(78 78 78 / 0.5);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/60{
  --tw-gradient-from: rgb(78 78 78 / 0.6);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/70{
  --tw-gradient-from: rgb(78 78 78 / 0.7);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/75{
  --tw-gradient-from: rgb(78 78 78 / 0.75);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/80{
  --tw-gradient-from: rgb(78 78 78 / 0.8);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/90{
  --tw-gradient-from: rgb(78 78 78 / 0.9);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/95{
  --tw-gradient-from: rgb(78 78 78 / 0.95);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-600\/100{
  --tw-gradient-from: rgb(78 78 78 / 1);
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/0{
  --tw-gradient-from: rgb(61 65 51 / 0);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/5{
  --tw-gradient-from: rgb(61 65 51 / 0.05);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/10{
  --tw-gradient-from: rgb(61 65 51 / 0.1);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/20{
  --tw-gradient-from: rgb(61 65 51 / 0.2);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/25{
  --tw-gradient-from: rgb(61 65 51 / 0.25);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/30{
  --tw-gradient-from: rgb(61 65 51 / 0.3);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/40{
  --tw-gradient-from: rgb(61 65 51 / 0.4);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/50{
  --tw-gradient-from: rgb(61 65 51 / 0.5);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/60{
  --tw-gradient-from: rgb(61 65 51 / 0.6);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/70{
  --tw-gradient-from: rgb(61 65 51 / 0.7);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/75{
  --tw-gradient-from: rgb(61 65 51 / 0.75);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/80{
  --tw-gradient-from: rgb(61 65 51 / 0.8);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/90{
  --tw-gradient-from: rgb(61 65 51 / 0.9);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/95{
  --tw-gradient-from: rgb(61 65 51 / 0.95);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-gray-900\/100{
  --tw-gradient-from: rgb(61 65 51 / 1);
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/0{
  --tw-gradient-from: rgb(0 115 165 / 0);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/5{
  --tw-gradient-from: rgb(0 115 165 / 0.05);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/10{
  --tw-gradient-from: rgb(0 115 165 / 0.1);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/20{
  --tw-gradient-from: rgb(0 115 165 / 0.2);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/25{
  --tw-gradient-from: rgb(0 115 165 / 0.25);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/30{
  --tw-gradient-from: rgb(0 115 165 / 0.3);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/40{
  --tw-gradient-from: rgb(0 115 165 / 0.4);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/50{
  --tw-gradient-from: rgb(0 115 165 / 0.5);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/60{
  --tw-gradient-from: rgb(0 115 165 / 0.6);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/70{
  --tw-gradient-from: rgb(0 115 165 / 0.7);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/75{
  --tw-gradient-from: rgb(0 115 165 / 0.75);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/80{
  --tw-gradient-from: rgb(0 115 165 / 0.8);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/90{
  --tw-gradient-from: rgb(0 115 165 / 0.9);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/95{
  --tw-gradient-from: rgb(0 115 165 / 0.95);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-600\/100{
  --tw-gradient-from: rgb(0 115 165 / 1);
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/0{
  --tw-gradient-from: rgb(0 85 114 / 0);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/5{
  --tw-gradient-from: rgb(0 85 114 / 0.05);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/10{
  --tw-gradient-from: rgb(0 85 114 / 0.1);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/20{
  --tw-gradient-from: rgb(0 85 114 / 0.2);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/25{
  --tw-gradient-from: rgb(0 85 114 / 0.25);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/30{
  --tw-gradient-from: rgb(0 85 114 / 0.3);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/40{
  --tw-gradient-from: rgb(0 85 114 / 0.4);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/50{
  --tw-gradient-from: rgb(0 85 114 / 0.5);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/60{
  --tw-gradient-from: rgb(0 85 114 / 0.6);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/70{
  --tw-gradient-from: rgb(0 85 114 / 0.7);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/75{
  --tw-gradient-from: rgb(0 85 114 / 0.75);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/80{
  --tw-gradient-from: rgb(0 85 114 / 0.8);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/90{
  --tw-gradient-from: rgb(0 85 114 / 0.9);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/95{
  --tw-gradient-from: rgb(0 85 114 / 0.95);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-from-teal-900\/100{
  --tw-gradient-from: rgb(0 85 114 / 1);
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.ybc-via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), transparent, var(--tw-gradient-to);
}
.ybc-via-current{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor, var(--tw-gradient-to);
}
.ybc-via-black{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #000000, var(--tw-gradient-to);
}
.ybc-via-white{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF, var(--tw-gradient-to);
}
.ybc-via-lime-400{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #9ACA3C, var(--tw-gradient-to);
}
.ybc-via-lime-500{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #84BD00, var(--tw-gradient-to);
}
.ybc-via-lime-600{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d, var(--tw-gradient-to);
}
.ybc-via-lime-900{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #5C8211, var(--tw-gradient-to);
}
.ybc-via-gray-100{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #F5F5F5, var(--tw-gradient-to);
}
.ybc-via-gray-200{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #F9F9F9, var(--tw-gradient-to);
}
.ybc-via-gray-300{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #D9D9D9, var(--tw-gradient-to);
}
.ybc-via-gray-600{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #4E4E4E, var(--tw-gradient-to);
}
.ybc-via-gray-900{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #3D4133, var(--tw-gradient-to);
}
.ybc-via-teal-600{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #0073A5, var(--tw-gradient-to);
}
.ybc-via-teal-900{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), #005572, var(--tw-gradient-to);
}
.ybc-via-transparent\/0{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0), var(--tw-gradient-to);
}
.ybc-via-transparent\/5{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05), var(--tw-gradient-to);
}
.ybc-via-transparent\/10{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1), var(--tw-gradient-to);
}
.ybc-via-transparent\/20{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2), var(--tw-gradient-to);
}
.ybc-via-transparent\/25{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25), var(--tw-gradient-to);
}
.ybc-via-transparent\/30{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3), var(--tw-gradient-to);
}
.ybc-via-transparent\/40{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to);
}
.ybc-via-transparent\/50{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5), var(--tw-gradient-to);
}
.ybc-via-transparent\/60{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6), var(--tw-gradient-to);
}
.ybc-via-transparent\/70{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7), var(--tw-gradient-to);
}
.ybc-via-transparent\/75{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75), var(--tw-gradient-to);
}
.ybc-via-transparent\/80{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8), var(--tw-gradient-to);
}
.ybc-via-transparent\/90{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9), var(--tw-gradient-to);
}
.ybc-via-transparent\/95{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95), var(--tw-gradient-to);
}
.ybc-via-transparent\/100{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1), var(--tw-gradient-to);
}
.ybc-via-black\/0{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0), var(--tw-gradient-to);
}
.ybc-via-black\/5{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.05), var(--tw-gradient-to);
}
.ybc-via-black\/10{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.1), var(--tw-gradient-to);
}
.ybc-via-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2), var(--tw-gradient-to);
}
.ybc-via-black\/25{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.25), var(--tw-gradient-to);
}
.ybc-via-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3), var(--tw-gradient-to);
}
.ybc-via-black\/40{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.4), var(--tw-gradient-to);
}
.ybc-via-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.5), var(--tw-gradient-to);
}
.ybc-via-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6), var(--tw-gradient-to);
}
.ybc-via-black\/70{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.7), var(--tw-gradient-to);
}
.ybc-via-black\/75{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.75), var(--tw-gradient-to);
}
.ybc-via-black\/80{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8), var(--tw-gradient-to);
}
.ybc-via-black\/90{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.9), var(--tw-gradient-to);
}
.ybc-via-black\/95{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.95), var(--tw-gradient-to);
}
.ybc-via-black\/100{
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 1), var(--tw-gradient-to);
}
.ybc-via-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0), var(--tw-gradient-to);
}
.ybc-via-white\/5{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05), var(--tw-gradient-to);
}
.ybc-via-white\/10{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1), var(--tw-gradient-to);
}
.ybc-via-white\/20{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2), var(--tw-gradient-to);
}
.ybc-via-white\/25{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25), var(--tw-gradient-to);
}
.ybc-via-white\/30{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3), var(--tw-gradient-to);
}
.ybc-via-white\/40{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4), var(--tw-gradient-to);
}
.ybc-via-white\/50{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5), var(--tw-gradient-to);
}
.ybc-via-white\/60{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6), var(--tw-gradient-to);
}
.ybc-via-white\/70{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7), var(--tw-gradient-to);
}
.ybc-via-white\/75{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75), var(--tw-gradient-to);
}
.ybc-via-white\/80{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to);
}
.ybc-via-white\/90{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9), var(--tw-gradient-to);
}
.ybc-via-white\/95{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95), var(--tw-gradient-to);
}
.ybc-via-white\/100{
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1), var(--tw-gradient-to);
}
.ybc-via-lime-400\/0{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0), var(--tw-gradient-to);
}
.ybc-via-lime-400\/5{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.05), var(--tw-gradient-to);
}
.ybc-via-lime-400\/10{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.1), var(--tw-gradient-to);
}
.ybc-via-lime-400\/20{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.2), var(--tw-gradient-to);
}
.ybc-via-lime-400\/25{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.25), var(--tw-gradient-to);
}
.ybc-via-lime-400\/30{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.3), var(--tw-gradient-to);
}
.ybc-via-lime-400\/40{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.4), var(--tw-gradient-to);
}
.ybc-via-lime-400\/50{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.5), var(--tw-gradient-to);
}
.ybc-via-lime-400\/60{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.6), var(--tw-gradient-to);
}
.ybc-via-lime-400\/70{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.7), var(--tw-gradient-to);
}
.ybc-via-lime-400\/75{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.75), var(--tw-gradient-to);
}
.ybc-via-lime-400\/80{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.8), var(--tw-gradient-to);
}
.ybc-via-lime-400\/90{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.9), var(--tw-gradient-to);
}
.ybc-via-lime-400\/95{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 0.95), var(--tw-gradient-to);
}
.ybc-via-lime-400\/100{
  --tw-gradient-to: rgb(154 202 60 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(154 202 60 / 1), var(--tw-gradient-to);
}
.ybc-via-lime-500\/0{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0), var(--tw-gradient-to);
}
.ybc-via-lime-500\/5{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.05), var(--tw-gradient-to);
}
.ybc-via-lime-500\/10{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.1), var(--tw-gradient-to);
}
.ybc-via-lime-500\/20{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.2), var(--tw-gradient-to);
}
.ybc-via-lime-500\/25{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.25), var(--tw-gradient-to);
}
.ybc-via-lime-500\/30{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.3), var(--tw-gradient-to);
}
.ybc-via-lime-500\/40{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.4), var(--tw-gradient-to);
}
.ybc-via-lime-500\/50{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.5), var(--tw-gradient-to);
}
.ybc-via-lime-500\/60{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.6), var(--tw-gradient-to);
}
.ybc-via-lime-500\/70{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.7), var(--tw-gradient-to);
}
.ybc-via-lime-500\/75{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.75), var(--tw-gradient-to);
}
.ybc-via-lime-500\/80{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.8), var(--tw-gradient-to);
}
.ybc-via-lime-500\/90{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.9), var(--tw-gradient-to);
}
.ybc-via-lime-500\/95{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 0.95), var(--tw-gradient-to);
}
.ybc-via-lime-500\/100{
  --tw-gradient-to: rgb(132 189 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(132 189 0 / 1), var(--tw-gradient-to);
}
.ybc-via-lime-600\/0{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0), var(--tw-gradient-to);
}
.ybc-via-lime-600\/5{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.05), var(--tw-gradient-to);
}
.ybc-via-lime-600\/10{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.1), var(--tw-gradient-to);
}
.ybc-via-lime-600\/20{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.2), var(--tw-gradient-to);
}
.ybc-via-lime-600\/25{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.25), var(--tw-gradient-to);
}
.ybc-via-lime-600\/30{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.3), var(--tw-gradient-to);
}
.ybc-via-lime-600\/40{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.4), var(--tw-gradient-to);
}
.ybc-via-lime-600\/50{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.5), var(--tw-gradient-to);
}
.ybc-via-lime-600\/60{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.6), var(--tw-gradient-to);
}
.ybc-via-lime-600\/70{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.7), var(--tw-gradient-to);
}
.ybc-via-lime-600\/75{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.75), var(--tw-gradient-to);
}
.ybc-via-lime-600\/80{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.8), var(--tw-gradient-to);
}
.ybc-via-lime-600\/90{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.9), var(--tw-gradient-to);
}
.ybc-via-lime-600\/95{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 0.95), var(--tw-gradient-to);
}
.ybc-via-lime-600\/100{
  --tw-gradient-to: rgb(101 163 13 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(101 163 13 / 1), var(--tw-gradient-to);
}
.ybc-via-lime-900\/0{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0), var(--tw-gradient-to);
}
.ybc-via-lime-900\/5{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.05), var(--tw-gradient-to);
}
.ybc-via-lime-900\/10{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.1), var(--tw-gradient-to);
}
.ybc-via-lime-900\/20{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.2), var(--tw-gradient-to);
}
.ybc-via-lime-900\/25{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.25), var(--tw-gradient-to);
}
.ybc-via-lime-900\/30{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.3), var(--tw-gradient-to);
}
.ybc-via-lime-900\/40{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.4), var(--tw-gradient-to);
}
.ybc-via-lime-900\/50{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.5), var(--tw-gradient-to);
}
.ybc-via-lime-900\/60{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.6), var(--tw-gradient-to);
}
.ybc-via-lime-900\/70{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.7), var(--tw-gradient-to);
}
.ybc-via-lime-900\/75{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.75), var(--tw-gradient-to);
}
.ybc-via-lime-900\/80{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.8), var(--tw-gradient-to);
}
.ybc-via-lime-900\/90{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.9), var(--tw-gradient-to);
}
.ybc-via-lime-900\/95{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 0.95), var(--tw-gradient-to);
}
.ybc-via-lime-900\/100{
  --tw-gradient-to: rgb(92 130 17 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(92 130 17 / 1), var(--tw-gradient-to);
}
.ybc-via-gray-100\/0{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0), var(--tw-gradient-to);
}
.ybc-via-gray-100\/5{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.05), var(--tw-gradient-to);
}
.ybc-via-gray-100\/10{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.1), var(--tw-gradient-to);
}
.ybc-via-gray-100\/20{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.2), var(--tw-gradient-to);
}
.ybc-via-gray-100\/25{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.25), var(--tw-gradient-to);
}
.ybc-via-gray-100\/30{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.3), var(--tw-gradient-to);
}
.ybc-via-gray-100\/40{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.4), var(--tw-gradient-to);
}
.ybc-via-gray-100\/50{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.5), var(--tw-gradient-to);
}
.ybc-via-gray-100\/60{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.6), var(--tw-gradient-to);
}
.ybc-via-gray-100\/70{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.7), var(--tw-gradient-to);
}
.ybc-via-gray-100\/75{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.75), var(--tw-gradient-to);
}
.ybc-via-gray-100\/80{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.8), var(--tw-gradient-to);
}
.ybc-via-gray-100\/90{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.9), var(--tw-gradient-to);
}
.ybc-via-gray-100\/95{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 0.95), var(--tw-gradient-to);
}
.ybc-via-gray-100\/100{
  --tw-gradient-to: rgb(245 245 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(245 245 245 / 1), var(--tw-gradient-to);
}
.ybc-via-gray-200\/0{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0), var(--tw-gradient-to);
}
.ybc-via-gray-200\/5{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.05), var(--tw-gradient-to);
}
.ybc-via-gray-200\/10{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.1), var(--tw-gradient-to);
}
.ybc-via-gray-200\/20{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.2), var(--tw-gradient-to);
}
.ybc-via-gray-200\/25{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.25), var(--tw-gradient-to);
}
.ybc-via-gray-200\/30{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.3), var(--tw-gradient-to);
}
.ybc-via-gray-200\/40{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.4), var(--tw-gradient-to);
}
.ybc-via-gray-200\/50{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.5), var(--tw-gradient-to);
}
.ybc-via-gray-200\/60{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.6), var(--tw-gradient-to);
}
.ybc-via-gray-200\/70{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.7), var(--tw-gradient-to);
}
.ybc-via-gray-200\/75{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.75), var(--tw-gradient-to);
}
.ybc-via-gray-200\/80{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.8), var(--tw-gradient-to);
}
.ybc-via-gray-200\/90{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.9), var(--tw-gradient-to);
}
.ybc-via-gray-200\/95{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 0.95), var(--tw-gradient-to);
}
.ybc-via-gray-200\/100{
  --tw-gradient-to: rgb(249 249 249 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 249 249 / 1), var(--tw-gradient-to);
}
.ybc-via-gray-300\/0{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0), var(--tw-gradient-to);
}
.ybc-via-gray-300\/5{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.05), var(--tw-gradient-to);
}
.ybc-via-gray-300\/10{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.1), var(--tw-gradient-to);
}
.ybc-via-gray-300\/20{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.2), var(--tw-gradient-to);
}
.ybc-via-gray-300\/25{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.25), var(--tw-gradient-to);
}
.ybc-via-gray-300\/30{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.3), var(--tw-gradient-to);
}
.ybc-via-gray-300\/40{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.4), var(--tw-gradient-to);
}
.ybc-via-gray-300\/50{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.5), var(--tw-gradient-to);
}
.ybc-via-gray-300\/60{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.6), var(--tw-gradient-to);
}
.ybc-via-gray-300\/70{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.7), var(--tw-gradient-to);
}
.ybc-via-gray-300\/75{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.75), var(--tw-gradient-to);
}
.ybc-via-gray-300\/80{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.8), var(--tw-gradient-to);
}
.ybc-via-gray-300\/90{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.9), var(--tw-gradient-to);
}
.ybc-via-gray-300\/95{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 0.95), var(--tw-gradient-to);
}
.ybc-via-gray-300\/100{
  --tw-gradient-to: rgb(217 217 217 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 217 217 / 1), var(--tw-gradient-to);
}
.ybc-via-gray-600\/0{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0), var(--tw-gradient-to);
}
.ybc-via-gray-600\/5{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.05), var(--tw-gradient-to);
}
.ybc-via-gray-600\/10{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.1), var(--tw-gradient-to);
}
.ybc-via-gray-600\/20{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.2), var(--tw-gradient-to);
}
.ybc-via-gray-600\/25{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.25), var(--tw-gradient-to);
}
.ybc-via-gray-600\/30{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.3), var(--tw-gradient-to);
}
.ybc-via-gray-600\/40{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.4), var(--tw-gradient-to);
}
.ybc-via-gray-600\/50{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.5), var(--tw-gradient-to);
}
.ybc-via-gray-600\/60{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.6), var(--tw-gradient-to);
}
.ybc-via-gray-600\/70{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.7), var(--tw-gradient-to);
}
.ybc-via-gray-600\/75{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.75), var(--tw-gradient-to);
}
.ybc-via-gray-600\/80{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.8), var(--tw-gradient-to);
}
.ybc-via-gray-600\/90{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.9), var(--tw-gradient-to);
}
.ybc-via-gray-600\/95{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 0.95), var(--tw-gradient-to);
}
.ybc-via-gray-600\/100{
  --tw-gradient-to: rgb(78 78 78 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 78 78 / 1), var(--tw-gradient-to);
}
.ybc-via-gray-900\/0{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0), var(--tw-gradient-to);
}
.ybc-via-gray-900\/5{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.05), var(--tw-gradient-to);
}
.ybc-via-gray-900\/10{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.1), var(--tw-gradient-to);
}
.ybc-via-gray-900\/20{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.2), var(--tw-gradient-to);
}
.ybc-via-gray-900\/25{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.25), var(--tw-gradient-to);
}
.ybc-via-gray-900\/30{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.3), var(--tw-gradient-to);
}
.ybc-via-gray-900\/40{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.4), var(--tw-gradient-to);
}
.ybc-via-gray-900\/50{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.5), var(--tw-gradient-to);
}
.ybc-via-gray-900\/60{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.6), var(--tw-gradient-to);
}
.ybc-via-gray-900\/70{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.7), var(--tw-gradient-to);
}
.ybc-via-gray-900\/75{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.75), var(--tw-gradient-to);
}
.ybc-via-gray-900\/80{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.8), var(--tw-gradient-to);
}
.ybc-via-gray-900\/90{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.9), var(--tw-gradient-to);
}
.ybc-via-gray-900\/95{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 0.95), var(--tw-gradient-to);
}
.ybc-via-gray-900\/100{
  --tw-gradient-to: rgb(61 65 51 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(61 65 51 / 1), var(--tw-gradient-to);
}
.ybc-via-teal-600\/0{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0), var(--tw-gradient-to);
}
.ybc-via-teal-600\/5{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.05), var(--tw-gradient-to);
}
.ybc-via-teal-600\/10{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.1), var(--tw-gradient-to);
}
.ybc-via-teal-600\/20{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.2), var(--tw-gradient-to);
}
.ybc-via-teal-600\/25{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.25), var(--tw-gradient-to);
}
.ybc-via-teal-600\/30{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.3), var(--tw-gradient-to);
}
.ybc-via-teal-600\/40{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.4), var(--tw-gradient-to);
}
.ybc-via-teal-600\/50{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.5), var(--tw-gradient-to);
}
.ybc-via-teal-600\/60{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.6), var(--tw-gradient-to);
}
.ybc-via-teal-600\/70{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.7), var(--tw-gradient-to);
}
.ybc-via-teal-600\/75{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.75), var(--tw-gradient-to);
}
.ybc-via-teal-600\/80{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.8), var(--tw-gradient-to);
}
.ybc-via-teal-600\/90{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.9), var(--tw-gradient-to);
}
.ybc-via-teal-600\/95{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 0.95), var(--tw-gradient-to);
}
.ybc-via-teal-600\/100{
  --tw-gradient-to: rgb(0 115 165 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 115 165 / 1), var(--tw-gradient-to);
}
.ybc-via-teal-900\/0{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0), var(--tw-gradient-to);
}
.ybc-via-teal-900\/5{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.05), var(--tw-gradient-to);
}
.ybc-via-teal-900\/10{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.1), var(--tw-gradient-to);
}
.ybc-via-teal-900\/20{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.2), var(--tw-gradient-to);
}
.ybc-via-teal-900\/25{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.25), var(--tw-gradient-to);
}
.ybc-via-teal-900\/30{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.3), var(--tw-gradient-to);
}
.ybc-via-teal-900\/40{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.4), var(--tw-gradient-to);
}
.ybc-via-teal-900\/50{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.5), var(--tw-gradient-to);
}
.ybc-via-teal-900\/60{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.6), var(--tw-gradient-to);
}
.ybc-via-teal-900\/70{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.7), var(--tw-gradient-to);
}
.ybc-via-teal-900\/75{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.75), var(--tw-gradient-to);
}
.ybc-via-teal-900\/80{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.8), var(--tw-gradient-to);
}
.ybc-via-teal-900\/90{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.9), var(--tw-gradient-to);
}
.ybc-via-teal-900\/95{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 0.95), var(--tw-gradient-to);
}
.ybc-via-teal-900\/100{
  --tw-gradient-to: rgb(0 85 114 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 85 114 / 1), var(--tw-gradient-to);
}
.ybc-to-transparent{
  --tw-gradient-to: transparent;
}
.ybc-to-current{
  --tw-gradient-to: currentColor;
}
.ybc-to-black{
  --tw-gradient-to: #000000;
}
.ybc-to-white{
  --tw-gradient-to: #FFFFFF;
}
.ybc-to-lime-400{
  --tw-gradient-to: #9ACA3C;
}
.ybc-to-lime-500{
  --tw-gradient-to: #84BD00;
}
.ybc-to-lime-600{
  --tw-gradient-to: #65a30d;
}
.ybc-to-lime-900{
  --tw-gradient-to: #5C8211;
}
.ybc-to-gray-100{
  --tw-gradient-to: #F5F5F5;
}
.ybc-to-gray-200{
  --tw-gradient-to: #F9F9F9;
}
.ybc-to-gray-300{
  --tw-gradient-to: #D9D9D9;
}
.ybc-to-gray-600{
  --tw-gradient-to: #4E4E4E;
}
.ybc-to-gray-900{
  --tw-gradient-to: #3D4133;
}
.ybc-to-teal-600{
  --tw-gradient-to: #0073A5;
}
.ybc-to-teal-900{
  --tw-gradient-to: #005572;
}
.ybc-to-transparent\/0{
  --tw-gradient-to: rgb(0 0 0 / 0);
}
.ybc-to-transparent\/5{
  --tw-gradient-to: rgb(0 0 0 / 0.05);
}
.ybc-to-transparent\/10{
  --tw-gradient-to: rgb(0 0 0 / 0.1);
}
.ybc-to-transparent\/20{
  --tw-gradient-to: rgb(0 0 0 / 0.2);
}
.ybc-to-transparent\/25{
  --tw-gradient-to: rgb(0 0 0 / 0.25);
}
.ybc-to-transparent\/30{
  --tw-gradient-to: rgb(0 0 0 / 0.3);
}
.ybc-to-transparent\/40{
  --tw-gradient-to: rgb(0 0 0 / 0.4);
}
.ybc-to-transparent\/50{
  --tw-gradient-to: rgb(0 0 0 / 0.5);
}
.ybc-to-transparent\/60{
  --tw-gradient-to: rgb(0 0 0 / 0.6);
}
.ybc-to-transparent\/70{
  --tw-gradient-to: rgb(0 0 0 / 0.7);
}
.ybc-to-transparent\/75{
  --tw-gradient-to: rgb(0 0 0 / 0.75);
}
.ybc-to-transparent\/80{
  --tw-gradient-to: rgb(0 0 0 / 0.8);
}
.ybc-to-transparent\/90{
  --tw-gradient-to: rgb(0 0 0 / 0.9);
}
.ybc-to-transparent\/95{
  --tw-gradient-to: rgb(0 0 0 / 0.95);
}
.ybc-to-transparent\/100{
  --tw-gradient-to: rgb(0 0 0 / 1);
}
.ybc-to-black\/0{
  --tw-gradient-to: rgb(0 0 0 / 0);
}
.ybc-to-black\/5{
  --tw-gradient-to: rgb(0 0 0 / 0.05);
}
.ybc-to-black\/10{
  --tw-gradient-to: rgb(0 0 0 / 0.1);
}
.ybc-to-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0.2);
}
.ybc-to-black\/25{
  --tw-gradient-to: rgb(0 0 0 / 0.25);
}
.ybc-to-black\/30{
  --tw-gradient-to: rgb(0 0 0 / 0.3);
}
.ybc-to-black\/40{
  --tw-gradient-to: rgb(0 0 0 / 0.4);
}
.ybc-to-black\/50{
  --tw-gradient-to: rgb(0 0 0 / 0.5);
}
.ybc-to-black\/60{
  --tw-gradient-to: rgb(0 0 0 / 0.6);
}
.ybc-to-black\/70{
  --tw-gradient-to: rgb(0 0 0 / 0.7);
}
.ybc-to-black\/75{
  --tw-gradient-to: rgb(0 0 0 / 0.75);
}
.ybc-to-black\/80{
  --tw-gradient-to: rgb(0 0 0 / 0.8);
}
.ybc-to-black\/90{
  --tw-gradient-to: rgb(0 0 0 / 0.9);
}
.ybc-to-black\/95{
  --tw-gradient-to: rgb(0 0 0 / 0.95);
}
.ybc-to-black\/100{
  --tw-gradient-to: rgb(0 0 0 / 1);
}
.ybc-to-white\/0{
  --tw-gradient-to: rgb(255 255 255 / 0);
}
.ybc-to-white\/5{
  --tw-gradient-to: rgb(255 255 255 / 0.05);
}
.ybc-to-white\/10{
  --tw-gradient-to: rgb(255 255 255 / 0.1);
}
.ybc-to-white\/20{
  --tw-gradient-to: rgb(255 255 255 / 0.2);
}
.ybc-to-white\/25{
  --tw-gradient-to: rgb(255 255 255 / 0.25);
}
.ybc-to-white\/30{
  --tw-gradient-to: rgb(255 255 255 / 0.3);
}
.ybc-to-white\/40{
  --tw-gradient-to: rgb(255 255 255 / 0.4);
}
.ybc-to-white\/50{
  --tw-gradient-to: rgb(255 255 255 / 0.5);
}
.ybc-to-white\/60{
  --tw-gradient-to: rgb(255 255 255 / 0.6);
}
.ybc-to-white\/70{
  --tw-gradient-to: rgb(255 255 255 / 0.7);
}
.ybc-to-white\/75{
  --tw-gradient-to: rgb(255 255 255 / 0.75);
}
.ybc-to-white\/80{
  --tw-gradient-to: rgb(255 255 255 / 0.8);
}
.ybc-to-white\/90{
  --tw-gradient-to: rgb(255 255 255 / 0.9);
}
.ybc-to-white\/95{
  --tw-gradient-to: rgb(255 255 255 / 0.95);
}
.ybc-to-white\/100{
  --tw-gradient-to: rgb(255 255 255 / 1);
}
.ybc-to-lime-400\/0{
  --tw-gradient-to: rgb(154 202 60 / 0);
}
.ybc-to-lime-400\/5{
  --tw-gradient-to: rgb(154 202 60 / 0.05);
}
.ybc-to-lime-400\/10{
  --tw-gradient-to: rgb(154 202 60 / 0.1);
}
.ybc-to-lime-400\/20{
  --tw-gradient-to: rgb(154 202 60 / 0.2);
}
.ybc-to-lime-400\/25{
  --tw-gradient-to: rgb(154 202 60 / 0.25);
}
.ybc-to-lime-400\/30{
  --tw-gradient-to: rgb(154 202 60 / 0.3);
}
.ybc-to-lime-400\/40{
  --tw-gradient-to: rgb(154 202 60 / 0.4);
}
.ybc-to-lime-400\/50{
  --tw-gradient-to: rgb(154 202 60 / 0.5);
}
.ybc-to-lime-400\/60{
  --tw-gradient-to: rgb(154 202 60 / 0.6);
}
.ybc-to-lime-400\/70{
  --tw-gradient-to: rgb(154 202 60 / 0.7);
}
.ybc-to-lime-400\/75{
  --tw-gradient-to: rgb(154 202 60 / 0.75);
}
.ybc-to-lime-400\/80{
  --tw-gradient-to: rgb(154 202 60 / 0.8);
}
.ybc-to-lime-400\/90{
  --tw-gradient-to: rgb(154 202 60 / 0.9);
}
.ybc-to-lime-400\/95{
  --tw-gradient-to: rgb(154 202 60 / 0.95);
}
.ybc-to-lime-400\/100{
  --tw-gradient-to: rgb(154 202 60 / 1);
}
.ybc-to-lime-500\/0{
  --tw-gradient-to: rgb(132 189 0 / 0);
}
.ybc-to-lime-500\/5{
  --tw-gradient-to: rgb(132 189 0 / 0.05);
}
.ybc-to-lime-500\/10{
  --tw-gradient-to: rgb(132 189 0 / 0.1);
}
.ybc-to-lime-500\/20{
  --tw-gradient-to: rgb(132 189 0 / 0.2);
}
.ybc-to-lime-500\/25{
  --tw-gradient-to: rgb(132 189 0 / 0.25);
}
.ybc-to-lime-500\/30{
  --tw-gradient-to: rgb(132 189 0 / 0.3);
}
.ybc-to-lime-500\/40{
  --tw-gradient-to: rgb(132 189 0 / 0.4);
}
.ybc-to-lime-500\/50{
  --tw-gradient-to: rgb(132 189 0 / 0.5);
}
.ybc-to-lime-500\/60{
  --tw-gradient-to: rgb(132 189 0 / 0.6);
}
.ybc-to-lime-500\/70{
  --tw-gradient-to: rgb(132 189 0 / 0.7);
}
.ybc-to-lime-500\/75{
  --tw-gradient-to: rgb(132 189 0 / 0.75);
}
.ybc-to-lime-500\/80{
  --tw-gradient-to: rgb(132 189 0 / 0.8);
}
.ybc-to-lime-500\/90{
  --tw-gradient-to: rgb(132 189 0 / 0.9);
}
.ybc-to-lime-500\/95{
  --tw-gradient-to: rgb(132 189 0 / 0.95);
}
.ybc-to-lime-500\/100{
  --tw-gradient-to: rgb(132 189 0 / 1);
}
.ybc-to-lime-600\/0{
  --tw-gradient-to: rgb(101 163 13 / 0);
}
.ybc-to-lime-600\/5{
  --tw-gradient-to: rgb(101 163 13 / 0.05);
}
.ybc-to-lime-600\/10{
  --tw-gradient-to: rgb(101 163 13 / 0.1);
}
.ybc-to-lime-600\/20{
  --tw-gradient-to: rgb(101 163 13 / 0.2);
}
.ybc-to-lime-600\/25{
  --tw-gradient-to: rgb(101 163 13 / 0.25);
}
.ybc-to-lime-600\/30{
  --tw-gradient-to: rgb(101 163 13 / 0.3);
}
.ybc-to-lime-600\/40{
  --tw-gradient-to: rgb(101 163 13 / 0.4);
}
.ybc-to-lime-600\/50{
  --tw-gradient-to: rgb(101 163 13 / 0.5);
}
.ybc-to-lime-600\/60{
  --tw-gradient-to: rgb(101 163 13 / 0.6);
}
.ybc-to-lime-600\/70{
  --tw-gradient-to: rgb(101 163 13 / 0.7);
}
.ybc-to-lime-600\/75{
  --tw-gradient-to: rgb(101 163 13 / 0.75);
}
.ybc-to-lime-600\/80{
  --tw-gradient-to: rgb(101 163 13 / 0.8);
}
.ybc-to-lime-600\/90{
  --tw-gradient-to: rgb(101 163 13 / 0.9);
}
.ybc-to-lime-600\/95{
  --tw-gradient-to: rgb(101 163 13 / 0.95);
}
.ybc-to-lime-600\/100{
  --tw-gradient-to: rgb(101 163 13 / 1);
}
.ybc-to-lime-900\/0{
  --tw-gradient-to: rgb(92 130 17 / 0);
}
.ybc-to-lime-900\/5{
  --tw-gradient-to: rgb(92 130 17 / 0.05);
}
.ybc-to-lime-900\/10{
  --tw-gradient-to: rgb(92 130 17 / 0.1);
}
.ybc-to-lime-900\/20{
  --tw-gradient-to: rgb(92 130 17 / 0.2);
}
.ybc-to-lime-900\/25{
  --tw-gradient-to: rgb(92 130 17 / 0.25);
}
.ybc-to-lime-900\/30{
  --tw-gradient-to: rgb(92 130 17 / 0.3);
}
.ybc-to-lime-900\/40{
  --tw-gradient-to: rgb(92 130 17 / 0.4);
}
.ybc-to-lime-900\/50{
  --tw-gradient-to: rgb(92 130 17 / 0.5);
}
.ybc-to-lime-900\/60{
  --tw-gradient-to: rgb(92 130 17 / 0.6);
}
.ybc-to-lime-900\/70{
  --tw-gradient-to: rgb(92 130 17 / 0.7);
}
.ybc-to-lime-900\/75{
  --tw-gradient-to: rgb(92 130 17 / 0.75);
}
.ybc-to-lime-900\/80{
  --tw-gradient-to: rgb(92 130 17 / 0.8);
}
.ybc-to-lime-900\/90{
  --tw-gradient-to: rgb(92 130 17 / 0.9);
}
.ybc-to-lime-900\/95{
  --tw-gradient-to: rgb(92 130 17 / 0.95);
}
.ybc-to-lime-900\/100{
  --tw-gradient-to: rgb(92 130 17 / 1);
}
.ybc-to-gray-100\/0{
  --tw-gradient-to: rgb(245 245 245 / 0);
}
.ybc-to-gray-100\/5{
  --tw-gradient-to: rgb(245 245 245 / 0.05);
}
.ybc-to-gray-100\/10{
  --tw-gradient-to: rgb(245 245 245 / 0.1);
}
.ybc-to-gray-100\/20{
  --tw-gradient-to: rgb(245 245 245 / 0.2);
}
.ybc-to-gray-100\/25{
  --tw-gradient-to: rgb(245 245 245 / 0.25);
}
.ybc-to-gray-100\/30{
  --tw-gradient-to: rgb(245 245 245 / 0.3);
}
.ybc-to-gray-100\/40{
  --tw-gradient-to: rgb(245 245 245 / 0.4);
}
.ybc-to-gray-100\/50{
  --tw-gradient-to: rgb(245 245 245 / 0.5);
}
.ybc-to-gray-100\/60{
  --tw-gradient-to: rgb(245 245 245 / 0.6);
}
.ybc-to-gray-100\/70{
  --tw-gradient-to: rgb(245 245 245 / 0.7);
}
.ybc-to-gray-100\/75{
  --tw-gradient-to: rgb(245 245 245 / 0.75);
}
.ybc-to-gray-100\/80{
  --tw-gradient-to: rgb(245 245 245 / 0.8);
}
.ybc-to-gray-100\/90{
  --tw-gradient-to: rgb(245 245 245 / 0.9);
}
.ybc-to-gray-100\/95{
  --tw-gradient-to: rgb(245 245 245 / 0.95);
}
.ybc-to-gray-100\/100{
  --tw-gradient-to: rgb(245 245 245 / 1);
}
.ybc-to-gray-200\/0{
  --tw-gradient-to: rgb(249 249 249 / 0);
}
.ybc-to-gray-200\/5{
  --tw-gradient-to: rgb(249 249 249 / 0.05);
}
.ybc-to-gray-200\/10{
  --tw-gradient-to: rgb(249 249 249 / 0.1);
}
.ybc-to-gray-200\/20{
  --tw-gradient-to: rgb(249 249 249 / 0.2);
}
.ybc-to-gray-200\/25{
  --tw-gradient-to: rgb(249 249 249 / 0.25);
}
.ybc-to-gray-200\/30{
  --tw-gradient-to: rgb(249 249 249 / 0.3);
}
.ybc-to-gray-200\/40{
  --tw-gradient-to: rgb(249 249 249 / 0.4);
}
.ybc-to-gray-200\/50{
  --tw-gradient-to: rgb(249 249 249 / 0.5);
}
.ybc-to-gray-200\/60{
  --tw-gradient-to: rgb(249 249 249 / 0.6);
}
.ybc-to-gray-200\/70{
  --tw-gradient-to: rgb(249 249 249 / 0.7);
}
.ybc-to-gray-200\/75{
  --tw-gradient-to: rgb(249 249 249 / 0.75);
}
.ybc-to-gray-200\/80{
  --tw-gradient-to: rgb(249 249 249 / 0.8);
}
.ybc-to-gray-200\/90{
  --tw-gradient-to: rgb(249 249 249 / 0.9);
}
.ybc-to-gray-200\/95{
  --tw-gradient-to: rgb(249 249 249 / 0.95);
}
.ybc-to-gray-200\/100{
  --tw-gradient-to: rgb(249 249 249 / 1);
}
.ybc-to-gray-300\/0{
  --tw-gradient-to: rgb(217 217 217 / 0);
}
.ybc-to-gray-300\/5{
  --tw-gradient-to: rgb(217 217 217 / 0.05);
}
.ybc-to-gray-300\/10{
  --tw-gradient-to: rgb(217 217 217 / 0.1);
}
.ybc-to-gray-300\/20{
  --tw-gradient-to: rgb(217 217 217 / 0.2);
}
.ybc-to-gray-300\/25{
  --tw-gradient-to: rgb(217 217 217 / 0.25);
}
.ybc-to-gray-300\/30{
  --tw-gradient-to: rgb(217 217 217 / 0.3);
}
.ybc-to-gray-300\/40{
  --tw-gradient-to: rgb(217 217 217 / 0.4);
}
.ybc-to-gray-300\/50{
  --tw-gradient-to: rgb(217 217 217 / 0.5);
}
.ybc-to-gray-300\/60{
  --tw-gradient-to: rgb(217 217 217 / 0.6);
}
.ybc-to-gray-300\/70{
  --tw-gradient-to: rgb(217 217 217 / 0.7);
}
.ybc-to-gray-300\/75{
  --tw-gradient-to: rgb(217 217 217 / 0.75);
}
.ybc-to-gray-300\/80{
  --tw-gradient-to: rgb(217 217 217 / 0.8);
}
.ybc-to-gray-300\/90{
  --tw-gradient-to: rgb(217 217 217 / 0.9);
}
.ybc-to-gray-300\/95{
  --tw-gradient-to: rgb(217 217 217 / 0.95);
}
.ybc-to-gray-300\/100{
  --tw-gradient-to: rgb(217 217 217 / 1);
}
.ybc-to-gray-600\/0{
  --tw-gradient-to: rgb(78 78 78 / 0);
}
.ybc-to-gray-600\/5{
  --tw-gradient-to: rgb(78 78 78 / 0.05);
}
.ybc-to-gray-600\/10{
  --tw-gradient-to: rgb(78 78 78 / 0.1);
}
.ybc-to-gray-600\/20{
  --tw-gradient-to: rgb(78 78 78 / 0.2);
}
.ybc-to-gray-600\/25{
  --tw-gradient-to: rgb(78 78 78 / 0.25);
}
.ybc-to-gray-600\/30{
  --tw-gradient-to: rgb(78 78 78 / 0.3);
}
.ybc-to-gray-600\/40{
  --tw-gradient-to: rgb(78 78 78 / 0.4);
}
.ybc-to-gray-600\/50{
  --tw-gradient-to: rgb(78 78 78 / 0.5);
}
.ybc-to-gray-600\/60{
  --tw-gradient-to: rgb(78 78 78 / 0.6);
}
.ybc-to-gray-600\/70{
  --tw-gradient-to: rgb(78 78 78 / 0.7);
}
.ybc-to-gray-600\/75{
  --tw-gradient-to: rgb(78 78 78 / 0.75);
}
.ybc-to-gray-600\/80{
  --tw-gradient-to: rgb(78 78 78 / 0.8);
}
.ybc-to-gray-600\/90{
  --tw-gradient-to: rgb(78 78 78 / 0.9);
}
.ybc-to-gray-600\/95{
  --tw-gradient-to: rgb(78 78 78 / 0.95);
}
.ybc-to-gray-600\/100{
  --tw-gradient-to: rgb(78 78 78 / 1);
}
.ybc-to-gray-900\/0{
  --tw-gradient-to: rgb(61 65 51 / 0);
}
.ybc-to-gray-900\/5{
  --tw-gradient-to: rgb(61 65 51 / 0.05);
}
.ybc-to-gray-900\/10{
  --tw-gradient-to: rgb(61 65 51 / 0.1);
}
.ybc-to-gray-900\/20{
  --tw-gradient-to: rgb(61 65 51 / 0.2);
}
.ybc-to-gray-900\/25{
  --tw-gradient-to: rgb(61 65 51 / 0.25);
}
.ybc-to-gray-900\/30{
  --tw-gradient-to: rgb(61 65 51 / 0.3);
}
.ybc-to-gray-900\/40{
  --tw-gradient-to: rgb(61 65 51 / 0.4);
}
.ybc-to-gray-900\/50{
  --tw-gradient-to: rgb(61 65 51 / 0.5);
}
.ybc-to-gray-900\/60{
  --tw-gradient-to: rgb(61 65 51 / 0.6);
}
.ybc-to-gray-900\/70{
  --tw-gradient-to: rgb(61 65 51 / 0.7);
}
.ybc-to-gray-900\/75{
  --tw-gradient-to: rgb(61 65 51 / 0.75);
}
.ybc-to-gray-900\/80{
  --tw-gradient-to: rgb(61 65 51 / 0.8);
}
.ybc-to-gray-900\/90{
  --tw-gradient-to: rgb(61 65 51 / 0.9);
}
.ybc-to-gray-900\/95{
  --tw-gradient-to: rgb(61 65 51 / 0.95);
}
.ybc-to-gray-900\/100{
  --tw-gradient-to: rgb(61 65 51 / 1);
}
.ybc-to-teal-600\/0{
  --tw-gradient-to: rgb(0 115 165 / 0);
}
.ybc-to-teal-600\/5{
  --tw-gradient-to: rgb(0 115 165 / 0.05);
}
.ybc-to-teal-600\/10{
  --tw-gradient-to: rgb(0 115 165 / 0.1);
}
.ybc-to-teal-600\/20{
  --tw-gradient-to: rgb(0 115 165 / 0.2);
}
.ybc-to-teal-600\/25{
  --tw-gradient-to: rgb(0 115 165 / 0.25);
}
.ybc-to-teal-600\/30{
  --tw-gradient-to: rgb(0 115 165 / 0.3);
}
.ybc-to-teal-600\/40{
  --tw-gradient-to: rgb(0 115 165 / 0.4);
}
.ybc-to-teal-600\/50{
  --tw-gradient-to: rgb(0 115 165 / 0.5);
}
.ybc-to-teal-600\/60{
  --tw-gradient-to: rgb(0 115 165 / 0.6);
}
.ybc-to-teal-600\/70{
  --tw-gradient-to: rgb(0 115 165 / 0.7);
}
.ybc-to-teal-600\/75{
  --tw-gradient-to: rgb(0 115 165 / 0.75);
}
.ybc-to-teal-600\/80{
  --tw-gradient-to: rgb(0 115 165 / 0.8);
}
.ybc-to-teal-600\/90{
  --tw-gradient-to: rgb(0 115 165 / 0.9);
}
.ybc-to-teal-600\/95{
  --tw-gradient-to: rgb(0 115 165 / 0.95);
}
.ybc-to-teal-600\/100{
  --tw-gradient-to: rgb(0 115 165 / 1);
}
.ybc-to-teal-900\/0{
  --tw-gradient-to: rgb(0 85 114 / 0);
}
.ybc-to-teal-900\/5{
  --tw-gradient-to: rgb(0 85 114 / 0.05);
}
.ybc-to-teal-900\/10{
  --tw-gradient-to: rgb(0 85 114 / 0.1);
}
.ybc-to-teal-900\/20{
  --tw-gradient-to: rgb(0 85 114 / 0.2);
}
.ybc-to-teal-900\/25{
  --tw-gradient-to: rgb(0 85 114 / 0.25);
}
.ybc-to-teal-900\/30{
  --tw-gradient-to: rgb(0 85 114 / 0.3);
}
.ybc-to-teal-900\/40{
  --tw-gradient-to: rgb(0 85 114 / 0.4);
}
.ybc-to-teal-900\/50{
  --tw-gradient-to: rgb(0 85 114 / 0.5);
}
.ybc-to-teal-900\/60{
  --tw-gradient-to: rgb(0 85 114 / 0.6);
}
.ybc-to-teal-900\/70{
  --tw-gradient-to: rgb(0 85 114 / 0.7);
}
.ybc-to-teal-900\/75{
  --tw-gradient-to: rgb(0 85 114 / 0.75);
}
.ybc-to-teal-900\/80{
  --tw-gradient-to: rgb(0 85 114 / 0.8);
}
.ybc-to-teal-900\/90{
  --tw-gradient-to: rgb(0 85 114 / 0.9);
}
.ybc-to-teal-900\/95{
  --tw-gradient-to: rgb(0 85 114 / 0.95);
}
.ybc-to-teal-900\/100{
  --tw-gradient-to: rgb(0 85 114 / 1);
}
.ybc-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.ybc-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.ybc-box-decoration-slice{
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}
.ybc-box-decoration-clone{
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.ybc-bg-auto{
  background-size: auto;
}
.ybc-bg-cover{
  background-size: cover;
}
.ybc-bg-contain{
  background-size: contain;
}
.ybc-bg-fixed{
  background-attachment: fixed;
}
.ybc-bg-local{
  background-attachment: local;
}
.ybc-bg-scroll{
  background-attachment: scroll;
}
.ybc-bg-clip-border{
  background-clip: border-box;
}
.ybc-bg-clip-padding{
  background-clip: padding-box;
}
.ybc-bg-clip-content{
  background-clip: content-box;
}
.ybc-bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.ybc-bg-bottom{
  background-position: bottom;
}
.ybc-bg-center{
  background-position: center;
}
.ybc-bg-left{
  background-position: left;
}
.ybc-bg-left-bottom{
  background-position: left bottom;
}
.ybc-bg-left-top{
  background-position: left top;
}
.ybc-bg-right{
  background-position: right;
}
.ybc-bg-right-bottom{
  background-position: right bottom;
}
.ybc-bg-right-top{
  background-position: right top;
}
.ybc-bg-top{
  background-position: top;
}
.ybc-bg-repeat{
  background-repeat: repeat;
}
.ybc-bg-no-repeat{
  background-repeat: no-repeat;
}
.ybc-bg-repeat-x{
  background-repeat: repeat-x;
}
.ybc-bg-repeat-y{
  background-repeat: repeat-y;
}
.ybc-bg-repeat-round{
  background-repeat: round;
}
.ybc-bg-repeat-space{
  background-repeat: space;
}
.ybc-bg-origin-border{
  background-origin: border-box;
}
.ybc-bg-origin-padding{
  background-origin: padding-box;
}
.ybc-bg-origin-content{
  background-origin: content-box;
}
.ybc-fill-transparent{
  fill: transparent;
}
.ybc-fill-current{
  fill: currentColor;
}
.ybc-fill-black{
  fill: #000000;
}
.ybc-fill-white{
  fill: #FFFFFF;
}
.ybc-fill-lime-400{
  fill: #9ACA3C;
}
.ybc-fill-lime-500{
  fill: #84BD00;
}
.ybc-fill-lime-600{
  fill: #65a30d;
}
.ybc-fill-lime-900{
  fill: #5C8211;
}
.ybc-fill-gray-100{
  fill: #F5F5F5;
}
.ybc-fill-gray-200{
  fill: #F9F9F9;
}
.ybc-fill-gray-300{
  fill: #D9D9D9;
}
.ybc-fill-gray-600{
  fill: #4E4E4E;
}
.ybc-fill-gray-900{
  fill: #3D4133;
}
.ybc-fill-teal-600{
  fill: #0073A5;
}
.ybc-fill-teal-900{
  fill: #005572;
}
.ybc-fill-transparent\/0{
  fill: rgb(0 0 0 / 0);
}
.ybc-fill-transparent\/5{
  fill: rgb(0 0 0 / 0.05);
}
.ybc-fill-transparent\/10{
  fill: rgb(0 0 0 / 0.1);
}
.ybc-fill-transparent\/20{
  fill: rgb(0 0 0 / 0.2);
}
.ybc-fill-transparent\/25{
  fill: rgb(0 0 0 / 0.25);
}
.ybc-fill-transparent\/30{
  fill: rgb(0 0 0 / 0.3);
}
.ybc-fill-transparent\/40{
  fill: rgb(0 0 0 / 0.4);
}
.ybc-fill-transparent\/50{
  fill: rgb(0 0 0 / 0.5);
}
.ybc-fill-transparent\/60{
  fill: rgb(0 0 0 / 0.6);
}
.ybc-fill-transparent\/70{
  fill: rgb(0 0 0 / 0.7);
}
.ybc-fill-transparent\/75{
  fill: rgb(0 0 0 / 0.75);
}
.ybc-fill-transparent\/80{
  fill: rgb(0 0 0 / 0.8);
}
.ybc-fill-transparent\/90{
  fill: rgb(0 0 0 / 0.9);
}
.ybc-fill-transparent\/95{
  fill: rgb(0 0 0 / 0.95);
}
.ybc-fill-transparent\/100{
  fill: rgb(0 0 0 / 1);
}
.ybc-fill-black\/0{
  fill: rgb(0 0 0 / 0);
}
.ybc-fill-black\/5{
  fill: rgb(0 0 0 / 0.05);
}
.ybc-fill-black\/10{
  fill: rgb(0 0 0 / 0.1);
}
.ybc-fill-black\/20{
  fill: rgb(0 0 0 / 0.2);
}
.ybc-fill-black\/25{
  fill: rgb(0 0 0 / 0.25);
}
.ybc-fill-black\/30{
  fill: rgb(0 0 0 / 0.3);
}
.ybc-fill-black\/40{
  fill: rgb(0 0 0 / 0.4);
}
.ybc-fill-black\/50{
  fill: rgb(0 0 0 / 0.5);
}
.ybc-fill-black\/60{
  fill: rgb(0 0 0 / 0.6);
}
.ybc-fill-black\/70{
  fill: rgb(0 0 0 / 0.7);
}
.ybc-fill-black\/75{
  fill: rgb(0 0 0 / 0.75);
}
.ybc-fill-black\/80{
  fill: rgb(0 0 0 / 0.8);
}
.ybc-fill-black\/90{
  fill: rgb(0 0 0 / 0.9);
}
.ybc-fill-black\/95{
  fill: rgb(0 0 0 / 0.95);
}
.ybc-fill-black\/100{
  fill: rgb(0 0 0 / 1);
}
.ybc-fill-white\/0{
  fill: rgb(255 255 255 / 0);
}
.ybc-fill-white\/5{
  fill: rgb(255 255 255 / 0.05);
}
.ybc-fill-white\/10{
  fill: rgb(255 255 255 / 0.1);
}
.ybc-fill-white\/20{
  fill: rgb(255 255 255 / 0.2);
}
.ybc-fill-white\/25{
  fill: rgb(255 255 255 / 0.25);
}
.ybc-fill-white\/30{
  fill: rgb(255 255 255 / 0.3);
}
.ybc-fill-white\/40{
  fill: rgb(255 255 255 / 0.4);
}
.ybc-fill-white\/50{
  fill: rgb(255 255 255 / 0.5);
}
.ybc-fill-white\/60{
  fill: rgb(255 255 255 / 0.6);
}
.ybc-fill-white\/70{
  fill: rgb(255 255 255 / 0.7);
}
.ybc-fill-white\/75{
  fill: rgb(255 255 255 / 0.75);
}
.ybc-fill-white\/80{
  fill: rgb(255 255 255 / 0.8);
}
.ybc-fill-white\/90{
  fill: rgb(255 255 255 / 0.9);
}
.ybc-fill-white\/95{
  fill: rgb(255 255 255 / 0.95);
}
.ybc-fill-white\/100{
  fill: rgb(255 255 255 / 1);
}
.ybc-fill-lime-400\/0{
  fill: rgb(154 202 60 / 0);
}
.ybc-fill-lime-400\/5{
  fill: rgb(154 202 60 / 0.05);
}
.ybc-fill-lime-400\/10{
  fill: rgb(154 202 60 / 0.1);
}
.ybc-fill-lime-400\/20{
  fill: rgb(154 202 60 / 0.2);
}
.ybc-fill-lime-400\/25{
  fill: rgb(154 202 60 / 0.25);
}
.ybc-fill-lime-400\/30{
  fill: rgb(154 202 60 / 0.3);
}
.ybc-fill-lime-400\/40{
  fill: rgb(154 202 60 / 0.4);
}
.ybc-fill-lime-400\/50{
  fill: rgb(154 202 60 / 0.5);
}
.ybc-fill-lime-400\/60{
  fill: rgb(154 202 60 / 0.6);
}
.ybc-fill-lime-400\/70{
  fill: rgb(154 202 60 / 0.7);
}
.ybc-fill-lime-400\/75{
  fill: rgb(154 202 60 / 0.75);
}
.ybc-fill-lime-400\/80{
  fill: rgb(154 202 60 / 0.8);
}
.ybc-fill-lime-400\/90{
  fill: rgb(154 202 60 / 0.9);
}
.ybc-fill-lime-400\/95{
  fill: rgb(154 202 60 / 0.95);
}
.ybc-fill-lime-400\/100{
  fill: rgb(154 202 60 / 1);
}
.ybc-fill-lime-500\/0{
  fill: rgb(132 189 0 / 0);
}
.ybc-fill-lime-500\/5{
  fill: rgb(132 189 0 / 0.05);
}
.ybc-fill-lime-500\/10{
  fill: rgb(132 189 0 / 0.1);
}
.ybc-fill-lime-500\/20{
  fill: rgb(132 189 0 / 0.2);
}
.ybc-fill-lime-500\/25{
  fill: rgb(132 189 0 / 0.25);
}
.ybc-fill-lime-500\/30{
  fill: rgb(132 189 0 / 0.3);
}
.ybc-fill-lime-500\/40{
  fill: rgb(132 189 0 / 0.4);
}
.ybc-fill-lime-500\/50{
  fill: rgb(132 189 0 / 0.5);
}
.ybc-fill-lime-500\/60{
  fill: rgb(132 189 0 / 0.6);
}
.ybc-fill-lime-500\/70{
  fill: rgb(132 189 0 / 0.7);
}
.ybc-fill-lime-500\/75{
  fill: rgb(132 189 0 / 0.75);
}
.ybc-fill-lime-500\/80{
  fill: rgb(132 189 0 / 0.8);
}
.ybc-fill-lime-500\/90{
  fill: rgb(132 189 0 / 0.9);
}
.ybc-fill-lime-500\/95{
  fill: rgb(132 189 0 / 0.95);
}
.ybc-fill-lime-500\/100{
  fill: rgb(132 189 0 / 1);
}
.ybc-fill-lime-600\/0{
  fill: rgb(101 163 13 / 0);
}
.ybc-fill-lime-600\/5{
  fill: rgb(101 163 13 / 0.05);
}
.ybc-fill-lime-600\/10{
  fill: rgb(101 163 13 / 0.1);
}
.ybc-fill-lime-600\/20{
  fill: rgb(101 163 13 / 0.2);
}
.ybc-fill-lime-600\/25{
  fill: rgb(101 163 13 / 0.25);
}
.ybc-fill-lime-600\/30{
  fill: rgb(101 163 13 / 0.3);
}
.ybc-fill-lime-600\/40{
  fill: rgb(101 163 13 / 0.4);
}
.ybc-fill-lime-600\/50{
  fill: rgb(101 163 13 / 0.5);
}
.ybc-fill-lime-600\/60{
  fill: rgb(101 163 13 / 0.6);
}
.ybc-fill-lime-600\/70{
  fill: rgb(101 163 13 / 0.7);
}
.ybc-fill-lime-600\/75{
  fill: rgb(101 163 13 / 0.75);
}
.ybc-fill-lime-600\/80{
  fill: rgb(101 163 13 / 0.8);
}
.ybc-fill-lime-600\/90{
  fill: rgb(101 163 13 / 0.9);
}
.ybc-fill-lime-600\/95{
  fill: rgb(101 163 13 / 0.95);
}
.ybc-fill-lime-600\/100{
  fill: rgb(101 163 13 / 1);
}
.ybc-fill-lime-900\/0{
  fill: rgb(92 130 17 / 0);
}
.ybc-fill-lime-900\/5{
  fill: rgb(92 130 17 / 0.05);
}
.ybc-fill-lime-900\/10{
  fill: rgb(92 130 17 / 0.1);
}
.ybc-fill-lime-900\/20{
  fill: rgb(92 130 17 / 0.2);
}
.ybc-fill-lime-900\/25{
  fill: rgb(92 130 17 / 0.25);
}
.ybc-fill-lime-900\/30{
  fill: rgb(92 130 17 / 0.3);
}
.ybc-fill-lime-900\/40{
  fill: rgb(92 130 17 / 0.4);
}
.ybc-fill-lime-900\/50{
  fill: rgb(92 130 17 / 0.5);
}
.ybc-fill-lime-900\/60{
  fill: rgb(92 130 17 / 0.6);
}
.ybc-fill-lime-900\/70{
  fill: rgb(92 130 17 / 0.7);
}
.ybc-fill-lime-900\/75{
  fill: rgb(92 130 17 / 0.75);
}
.ybc-fill-lime-900\/80{
  fill: rgb(92 130 17 / 0.8);
}
.ybc-fill-lime-900\/90{
  fill: rgb(92 130 17 / 0.9);
}
.ybc-fill-lime-900\/95{
  fill: rgb(92 130 17 / 0.95);
}
.ybc-fill-lime-900\/100{
  fill: rgb(92 130 17 / 1);
}
.ybc-fill-gray-100\/0{
  fill: rgb(245 245 245 / 0);
}
.ybc-fill-gray-100\/5{
  fill: rgb(245 245 245 / 0.05);
}
.ybc-fill-gray-100\/10{
  fill: rgb(245 245 245 / 0.1);
}
.ybc-fill-gray-100\/20{
  fill: rgb(245 245 245 / 0.2);
}
.ybc-fill-gray-100\/25{
  fill: rgb(245 245 245 / 0.25);
}
.ybc-fill-gray-100\/30{
  fill: rgb(245 245 245 / 0.3);
}
.ybc-fill-gray-100\/40{
  fill: rgb(245 245 245 / 0.4);
}
.ybc-fill-gray-100\/50{
  fill: rgb(245 245 245 / 0.5);
}
.ybc-fill-gray-100\/60{
  fill: rgb(245 245 245 / 0.6);
}
.ybc-fill-gray-100\/70{
  fill: rgb(245 245 245 / 0.7);
}
.ybc-fill-gray-100\/75{
  fill: rgb(245 245 245 / 0.75);
}
.ybc-fill-gray-100\/80{
  fill: rgb(245 245 245 / 0.8);
}
.ybc-fill-gray-100\/90{
  fill: rgb(245 245 245 / 0.9);
}
.ybc-fill-gray-100\/95{
  fill: rgb(245 245 245 / 0.95);
}
.ybc-fill-gray-100\/100{
  fill: rgb(245 245 245 / 1);
}
.ybc-fill-gray-200\/0{
  fill: rgb(249 249 249 / 0);
}
.ybc-fill-gray-200\/5{
  fill: rgb(249 249 249 / 0.05);
}
.ybc-fill-gray-200\/10{
  fill: rgb(249 249 249 / 0.1);
}
.ybc-fill-gray-200\/20{
  fill: rgb(249 249 249 / 0.2);
}
.ybc-fill-gray-200\/25{
  fill: rgb(249 249 249 / 0.25);
}
.ybc-fill-gray-200\/30{
  fill: rgb(249 249 249 / 0.3);
}
.ybc-fill-gray-200\/40{
  fill: rgb(249 249 249 / 0.4);
}
.ybc-fill-gray-200\/50{
  fill: rgb(249 249 249 / 0.5);
}
.ybc-fill-gray-200\/60{
  fill: rgb(249 249 249 / 0.6);
}
.ybc-fill-gray-200\/70{
  fill: rgb(249 249 249 / 0.7);
}
.ybc-fill-gray-200\/75{
  fill: rgb(249 249 249 / 0.75);
}
.ybc-fill-gray-200\/80{
  fill: rgb(249 249 249 / 0.8);
}
.ybc-fill-gray-200\/90{
  fill: rgb(249 249 249 / 0.9);
}
.ybc-fill-gray-200\/95{
  fill: rgb(249 249 249 / 0.95);
}
.ybc-fill-gray-200\/100{
  fill: rgb(249 249 249 / 1);
}
.ybc-fill-gray-300\/0{
  fill: rgb(217 217 217 / 0);
}
.ybc-fill-gray-300\/5{
  fill: rgb(217 217 217 / 0.05);
}
.ybc-fill-gray-300\/10{
  fill: rgb(217 217 217 / 0.1);
}
.ybc-fill-gray-300\/20{
  fill: rgb(217 217 217 / 0.2);
}
.ybc-fill-gray-300\/25{
  fill: rgb(217 217 217 / 0.25);
}
.ybc-fill-gray-300\/30{
  fill: rgb(217 217 217 / 0.3);
}
.ybc-fill-gray-300\/40{
  fill: rgb(217 217 217 / 0.4);
}
.ybc-fill-gray-300\/50{
  fill: rgb(217 217 217 / 0.5);
}
.ybc-fill-gray-300\/60{
  fill: rgb(217 217 217 / 0.6);
}
.ybc-fill-gray-300\/70{
  fill: rgb(217 217 217 / 0.7);
}
.ybc-fill-gray-300\/75{
  fill: rgb(217 217 217 / 0.75);
}
.ybc-fill-gray-300\/80{
  fill: rgb(217 217 217 / 0.8);
}
.ybc-fill-gray-300\/90{
  fill: rgb(217 217 217 / 0.9);
}
.ybc-fill-gray-300\/95{
  fill: rgb(217 217 217 / 0.95);
}
.ybc-fill-gray-300\/100{
  fill: rgb(217 217 217 / 1);
}
.ybc-fill-gray-600\/0{
  fill: rgb(78 78 78 / 0);
}
.ybc-fill-gray-600\/5{
  fill: rgb(78 78 78 / 0.05);
}
.ybc-fill-gray-600\/10{
  fill: rgb(78 78 78 / 0.1);
}
.ybc-fill-gray-600\/20{
  fill: rgb(78 78 78 / 0.2);
}
.ybc-fill-gray-600\/25{
  fill: rgb(78 78 78 / 0.25);
}
.ybc-fill-gray-600\/30{
  fill: rgb(78 78 78 / 0.3);
}
.ybc-fill-gray-600\/40{
  fill: rgb(78 78 78 / 0.4);
}
.ybc-fill-gray-600\/50{
  fill: rgb(78 78 78 / 0.5);
}
.ybc-fill-gray-600\/60{
  fill: rgb(78 78 78 / 0.6);
}
.ybc-fill-gray-600\/70{
  fill: rgb(78 78 78 / 0.7);
}
.ybc-fill-gray-600\/75{
  fill: rgb(78 78 78 / 0.75);
}
.ybc-fill-gray-600\/80{
  fill: rgb(78 78 78 / 0.8);
}
.ybc-fill-gray-600\/90{
  fill: rgb(78 78 78 / 0.9);
}
.ybc-fill-gray-600\/95{
  fill: rgb(78 78 78 / 0.95);
}
.ybc-fill-gray-600\/100{
  fill: rgb(78 78 78 / 1);
}
.ybc-fill-gray-900\/0{
  fill: rgb(61 65 51 / 0);
}
.ybc-fill-gray-900\/5{
  fill: rgb(61 65 51 / 0.05);
}
.ybc-fill-gray-900\/10{
  fill: rgb(61 65 51 / 0.1);
}
.ybc-fill-gray-900\/20{
  fill: rgb(61 65 51 / 0.2);
}
.ybc-fill-gray-900\/25{
  fill: rgb(61 65 51 / 0.25);
}
.ybc-fill-gray-900\/30{
  fill: rgb(61 65 51 / 0.3);
}
.ybc-fill-gray-900\/40{
  fill: rgb(61 65 51 / 0.4);
}
.ybc-fill-gray-900\/50{
  fill: rgb(61 65 51 / 0.5);
}
.ybc-fill-gray-900\/60{
  fill: rgb(61 65 51 / 0.6);
}
.ybc-fill-gray-900\/70{
  fill: rgb(61 65 51 / 0.7);
}
.ybc-fill-gray-900\/75{
  fill: rgb(61 65 51 / 0.75);
}
.ybc-fill-gray-900\/80{
  fill: rgb(61 65 51 / 0.8);
}
.ybc-fill-gray-900\/90{
  fill: rgb(61 65 51 / 0.9);
}
.ybc-fill-gray-900\/95{
  fill: rgb(61 65 51 / 0.95);
}
.ybc-fill-gray-900\/100{
  fill: rgb(61 65 51 / 1);
}
.ybc-fill-teal-600\/0{
  fill: rgb(0 115 165 / 0);
}
.ybc-fill-teal-600\/5{
  fill: rgb(0 115 165 / 0.05);
}
.ybc-fill-teal-600\/10{
  fill: rgb(0 115 165 / 0.1);
}
.ybc-fill-teal-600\/20{
  fill: rgb(0 115 165 / 0.2);
}
.ybc-fill-teal-600\/25{
  fill: rgb(0 115 165 / 0.25);
}
.ybc-fill-teal-600\/30{
  fill: rgb(0 115 165 / 0.3);
}
.ybc-fill-teal-600\/40{
  fill: rgb(0 115 165 / 0.4);
}
.ybc-fill-teal-600\/50{
  fill: rgb(0 115 165 / 0.5);
}
.ybc-fill-teal-600\/60{
  fill: rgb(0 115 165 / 0.6);
}
.ybc-fill-teal-600\/70{
  fill: rgb(0 115 165 / 0.7);
}
.ybc-fill-teal-600\/75{
  fill: rgb(0 115 165 / 0.75);
}
.ybc-fill-teal-600\/80{
  fill: rgb(0 115 165 / 0.8);
}
.ybc-fill-teal-600\/90{
  fill: rgb(0 115 165 / 0.9);
}
.ybc-fill-teal-600\/95{
  fill: rgb(0 115 165 / 0.95);
}
.ybc-fill-teal-600\/100{
  fill: rgb(0 115 165 / 1);
}
.ybc-fill-teal-900\/0{
  fill: rgb(0 85 114 / 0);
}
.ybc-fill-teal-900\/5{
  fill: rgb(0 85 114 / 0.05);
}
.ybc-fill-teal-900\/10{
  fill: rgb(0 85 114 / 0.1);
}
.ybc-fill-teal-900\/20{
  fill: rgb(0 85 114 / 0.2);
}
.ybc-fill-teal-900\/25{
  fill: rgb(0 85 114 / 0.25);
}
.ybc-fill-teal-900\/30{
  fill: rgb(0 85 114 / 0.3);
}
.ybc-fill-teal-900\/40{
  fill: rgb(0 85 114 / 0.4);
}
.ybc-fill-teal-900\/50{
  fill: rgb(0 85 114 / 0.5);
}
.ybc-fill-teal-900\/60{
  fill: rgb(0 85 114 / 0.6);
}
.ybc-fill-teal-900\/70{
  fill: rgb(0 85 114 / 0.7);
}
.ybc-fill-teal-900\/75{
  fill: rgb(0 85 114 / 0.75);
}
.ybc-fill-teal-900\/80{
  fill: rgb(0 85 114 / 0.8);
}
.ybc-fill-teal-900\/90{
  fill: rgb(0 85 114 / 0.9);
}
.ybc-fill-teal-900\/95{
  fill: rgb(0 85 114 / 0.95);
}
.ybc-fill-teal-900\/100{
  fill: rgb(0 85 114 / 1);
}
.ybc-stroke-transparent{
  stroke: transparent;
}
.ybc-stroke-current{
  stroke: currentColor;
}
.ybc-stroke-black{
  stroke: #000000;
}
.ybc-stroke-white{
  stroke: #FFFFFF;
}
.ybc-stroke-lime-400{
  stroke: #9ACA3C;
}
.ybc-stroke-lime-500{
  stroke: #84BD00;
}
.ybc-stroke-lime-600{
  stroke: #65a30d;
}
.ybc-stroke-lime-900{
  stroke: #5C8211;
}
.ybc-stroke-gray-100{
  stroke: #F5F5F5;
}
.ybc-stroke-gray-200{
  stroke: #F9F9F9;
}
.ybc-stroke-gray-300{
  stroke: #D9D9D9;
}
.ybc-stroke-gray-600{
  stroke: #4E4E4E;
}
.ybc-stroke-gray-900{
  stroke: #3D4133;
}
.ybc-stroke-teal-600{
  stroke: #0073A5;
}
.ybc-stroke-teal-900{
  stroke: #005572;
}
.ybc-stroke-transparent\/0{
  stroke: rgb(0 0 0 / 0);
}
.ybc-stroke-transparent\/5{
  stroke: rgb(0 0 0 / 0.05);
}
.ybc-stroke-transparent\/10{
  stroke: rgb(0 0 0 / 0.1);
}
.ybc-stroke-transparent\/20{
  stroke: rgb(0 0 0 / 0.2);
}
.ybc-stroke-transparent\/25{
  stroke: rgb(0 0 0 / 0.25);
}
.ybc-stroke-transparent\/30{
  stroke: rgb(0 0 0 / 0.3);
}
.ybc-stroke-transparent\/40{
  stroke: rgb(0 0 0 / 0.4);
}
.ybc-stroke-transparent\/50{
  stroke: rgb(0 0 0 / 0.5);
}
.ybc-stroke-transparent\/60{
  stroke: rgb(0 0 0 / 0.6);
}
.ybc-stroke-transparent\/70{
  stroke: rgb(0 0 0 / 0.7);
}
.ybc-stroke-transparent\/75{
  stroke: rgb(0 0 0 / 0.75);
}
.ybc-stroke-transparent\/80{
  stroke: rgb(0 0 0 / 0.8);
}
.ybc-stroke-transparent\/90{
  stroke: rgb(0 0 0 / 0.9);
}
.ybc-stroke-transparent\/95{
  stroke: rgb(0 0 0 / 0.95);
}
.ybc-stroke-transparent\/100{
  stroke: rgb(0 0 0 / 1);
}
.ybc-stroke-black\/0{
  stroke: rgb(0 0 0 / 0);
}
.ybc-stroke-black\/5{
  stroke: rgb(0 0 0 / 0.05);
}
.ybc-stroke-black\/10{
  stroke: rgb(0 0 0 / 0.1);
}
.ybc-stroke-black\/20{
  stroke: rgb(0 0 0 / 0.2);
}
.ybc-stroke-black\/25{
  stroke: rgb(0 0 0 / 0.25);
}
.ybc-stroke-black\/30{
  stroke: rgb(0 0 0 / 0.3);
}
.ybc-stroke-black\/40{
  stroke: rgb(0 0 0 / 0.4);
}
.ybc-stroke-black\/50{
  stroke: rgb(0 0 0 / 0.5);
}
.ybc-stroke-black\/60{
  stroke: rgb(0 0 0 / 0.6);
}
.ybc-stroke-black\/70{
  stroke: rgb(0 0 0 / 0.7);
}
.ybc-stroke-black\/75{
  stroke: rgb(0 0 0 / 0.75);
}
.ybc-stroke-black\/80{
  stroke: rgb(0 0 0 / 0.8);
}
.ybc-stroke-black\/90{
  stroke: rgb(0 0 0 / 0.9);
}
.ybc-stroke-black\/95{
  stroke: rgb(0 0 0 / 0.95);
}
.ybc-stroke-black\/100{
  stroke: rgb(0 0 0 / 1);
}
.ybc-stroke-white\/0{
  stroke: rgb(255 255 255 / 0);
}
.ybc-stroke-white\/5{
  stroke: rgb(255 255 255 / 0.05);
}
.ybc-stroke-white\/10{
  stroke: rgb(255 255 255 / 0.1);
}
.ybc-stroke-white\/20{
  stroke: rgb(255 255 255 / 0.2);
}
.ybc-stroke-white\/25{
  stroke: rgb(255 255 255 / 0.25);
}
.ybc-stroke-white\/30{
  stroke: rgb(255 255 255 / 0.3);
}
.ybc-stroke-white\/40{
  stroke: rgb(255 255 255 / 0.4);
}
.ybc-stroke-white\/50{
  stroke: rgb(255 255 255 / 0.5);
}
.ybc-stroke-white\/60{
  stroke: rgb(255 255 255 / 0.6);
}
.ybc-stroke-white\/70{
  stroke: rgb(255 255 255 / 0.7);
}
.ybc-stroke-white\/75{
  stroke: rgb(255 255 255 / 0.75);
}
.ybc-stroke-white\/80{
  stroke: rgb(255 255 255 / 0.8);
}
.ybc-stroke-white\/90{
  stroke: rgb(255 255 255 / 0.9);
}
.ybc-stroke-white\/95{
  stroke: rgb(255 255 255 / 0.95);
}
.ybc-stroke-white\/100{
  stroke: rgb(255 255 255 / 1);
}
.ybc-stroke-lime-400\/0{
  stroke: rgb(154 202 60 / 0);
}
.ybc-stroke-lime-400\/5{
  stroke: rgb(154 202 60 / 0.05);
}
.ybc-stroke-lime-400\/10{
  stroke: rgb(154 202 60 / 0.1);
}
.ybc-stroke-lime-400\/20{
  stroke: rgb(154 202 60 / 0.2);
}
.ybc-stroke-lime-400\/25{
  stroke: rgb(154 202 60 / 0.25);
}
.ybc-stroke-lime-400\/30{
  stroke: rgb(154 202 60 / 0.3);
}
.ybc-stroke-lime-400\/40{
  stroke: rgb(154 202 60 / 0.4);
}
.ybc-stroke-lime-400\/50{
  stroke: rgb(154 202 60 / 0.5);
}
.ybc-stroke-lime-400\/60{
  stroke: rgb(154 202 60 / 0.6);
}
.ybc-stroke-lime-400\/70{
  stroke: rgb(154 202 60 / 0.7);
}
.ybc-stroke-lime-400\/75{
  stroke: rgb(154 202 60 / 0.75);
}
.ybc-stroke-lime-400\/80{
  stroke: rgb(154 202 60 / 0.8);
}
.ybc-stroke-lime-400\/90{
  stroke: rgb(154 202 60 / 0.9);
}
.ybc-stroke-lime-400\/95{
  stroke: rgb(154 202 60 / 0.95);
}
.ybc-stroke-lime-400\/100{
  stroke: rgb(154 202 60 / 1);
}
.ybc-stroke-lime-500\/0{
  stroke: rgb(132 189 0 / 0);
}
.ybc-stroke-lime-500\/5{
  stroke: rgb(132 189 0 / 0.05);
}
.ybc-stroke-lime-500\/10{
  stroke: rgb(132 189 0 / 0.1);
}
.ybc-stroke-lime-500\/20{
  stroke: rgb(132 189 0 / 0.2);
}
.ybc-stroke-lime-500\/25{
  stroke: rgb(132 189 0 / 0.25);
}
.ybc-stroke-lime-500\/30{
  stroke: rgb(132 189 0 / 0.3);
}
.ybc-stroke-lime-500\/40{
  stroke: rgb(132 189 0 / 0.4);
}
.ybc-stroke-lime-500\/50{
  stroke: rgb(132 189 0 / 0.5);
}
.ybc-stroke-lime-500\/60{
  stroke: rgb(132 189 0 / 0.6);
}
.ybc-stroke-lime-500\/70{
  stroke: rgb(132 189 0 / 0.7);
}
.ybc-stroke-lime-500\/75{
  stroke: rgb(132 189 0 / 0.75);
}
.ybc-stroke-lime-500\/80{
  stroke: rgb(132 189 0 / 0.8);
}
.ybc-stroke-lime-500\/90{
  stroke: rgb(132 189 0 / 0.9);
}
.ybc-stroke-lime-500\/95{
  stroke: rgb(132 189 0 / 0.95);
}
.ybc-stroke-lime-500\/100{
  stroke: rgb(132 189 0 / 1);
}
.ybc-stroke-lime-600\/0{
  stroke: rgb(101 163 13 / 0);
}
.ybc-stroke-lime-600\/5{
  stroke: rgb(101 163 13 / 0.05);
}
.ybc-stroke-lime-600\/10{
  stroke: rgb(101 163 13 / 0.1);
}
.ybc-stroke-lime-600\/20{
  stroke: rgb(101 163 13 / 0.2);
}
.ybc-stroke-lime-600\/25{
  stroke: rgb(101 163 13 / 0.25);
}
.ybc-stroke-lime-600\/30{
  stroke: rgb(101 163 13 / 0.3);
}
.ybc-stroke-lime-600\/40{
  stroke: rgb(101 163 13 / 0.4);
}
.ybc-stroke-lime-600\/50{
  stroke: rgb(101 163 13 / 0.5);
}
.ybc-stroke-lime-600\/60{
  stroke: rgb(101 163 13 / 0.6);
}
.ybc-stroke-lime-600\/70{
  stroke: rgb(101 163 13 / 0.7);
}
.ybc-stroke-lime-600\/75{
  stroke: rgb(101 163 13 / 0.75);
}
.ybc-stroke-lime-600\/80{
  stroke: rgb(101 163 13 / 0.8);
}
.ybc-stroke-lime-600\/90{
  stroke: rgb(101 163 13 / 0.9);
}
.ybc-stroke-lime-600\/95{
  stroke: rgb(101 163 13 / 0.95);
}
.ybc-stroke-lime-600\/100{
  stroke: rgb(101 163 13 / 1);
}
.ybc-stroke-lime-900\/0{
  stroke: rgb(92 130 17 / 0);
}
.ybc-stroke-lime-900\/5{
  stroke: rgb(92 130 17 / 0.05);
}
.ybc-stroke-lime-900\/10{
  stroke: rgb(92 130 17 / 0.1);
}
.ybc-stroke-lime-900\/20{
  stroke: rgb(92 130 17 / 0.2);
}
.ybc-stroke-lime-900\/25{
  stroke: rgb(92 130 17 / 0.25);
}
.ybc-stroke-lime-900\/30{
  stroke: rgb(92 130 17 / 0.3);
}
.ybc-stroke-lime-900\/40{
  stroke: rgb(92 130 17 / 0.4);
}
.ybc-stroke-lime-900\/50{
  stroke: rgb(92 130 17 / 0.5);
}
.ybc-stroke-lime-900\/60{
  stroke: rgb(92 130 17 / 0.6);
}
.ybc-stroke-lime-900\/70{
  stroke: rgb(92 130 17 / 0.7);
}
.ybc-stroke-lime-900\/75{
  stroke: rgb(92 130 17 / 0.75);
}
.ybc-stroke-lime-900\/80{
  stroke: rgb(92 130 17 / 0.8);
}
.ybc-stroke-lime-900\/90{
  stroke: rgb(92 130 17 / 0.9);
}
.ybc-stroke-lime-900\/95{
  stroke: rgb(92 130 17 / 0.95);
}
.ybc-stroke-lime-900\/100{
  stroke: rgb(92 130 17 / 1);
}
.ybc-stroke-gray-100\/0{
  stroke: rgb(245 245 245 / 0);
}
.ybc-stroke-gray-100\/5{
  stroke: rgb(245 245 245 / 0.05);
}
.ybc-stroke-gray-100\/10{
  stroke: rgb(245 245 245 / 0.1);
}
.ybc-stroke-gray-100\/20{
  stroke: rgb(245 245 245 / 0.2);
}
.ybc-stroke-gray-100\/25{
  stroke: rgb(245 245 245 / 0.25);
}
.ybc-stroke-gray-100\/30{
  stroke: rgb(245 245 245 / 0.3);
}
.ybc-stroke-gray-100\/40{
  stroke: rgb(245 245 245 / 0.4);
}
.ybc-stroke-gray-100\/50{
  stroke: rgb(245 245 245 / 0.5);
}
.ybc-stroke-gray-100\/60{
  stroke: rgb(245 245 245 / 0.6);
}
.ybc-stroke-gray-100\/70{
  stroke: rgb(245 245 245 / 0.7);
}
.ybc-stroke-gray-100\/75{
  stroke: rgb(245 245 245 / 0.75);
}
.ybc-stroke-gray-100\/80{
  stroke: rgb(245 245 245 / 0.8);
}
.ybc-stroke-gray-100\/90{
  stroke: rgb(245 245 245 / 0.9);
}
.ybc-stroke-gray-100\/95{
  stroke: rgb(245 245 245 / 0.95);
}
.ybc-stroke-gray-100\/100{
  stroke: rgb(245 245 245 / 1);
}
.ybc-stroke-gray-200\/0{
  stroke: rgb(249 249 249 / 0);
}
.ybc-stroke-gray-200\/5{
  stroke: rgb(249 249 249 / 0.05);
}
.ybc-stroke-gray-200\/10{
  stroke: rgb(249 249 249 / 0.1);
}
.ybc-stroke-gray-200\/20{
  stroke: rgb(249 249 249 / 0.2);
}
.ybc-stroke-gray-200\/25{
  stroke: rgb(249 249 249 / 0.25);
}
.ybc-stroke-gray-200\/30{
  stroke: rgb(249 249 249 / 0.3);
}
.ybc-stroke-gray-200\/40{
  stroke: rgb(249 249 249 / 0.4);
}
.ybc-stroke-gray-200\/50{
  stroke: rgb(249 249 249 / 0.5);
}
.ybc-stroke-gray-200\/60{
  stroke: rgb(249 249 249 / 0.6);
}
.ybc-stroke-gray-200\/70{
  stroke: rgb(249 249 249 / 0.7);
}
.ybc-stroke-gray-200\/75{
  stroke: rgb(249 249 249 / 0.75);
}
.ybc-stroke-gray-200\/80{
  stroke: rgb(249 249 249 / 0.8);
}
.ybc-stroke-gray-200\/90{
  stroke: rgb(249 249 249 / 0.9);
}
.ybc-stroke-gray-200\/95{
  stroke: rgb(249 249 249 / 0.95);
}
.ybc-stroke-gray-200\/100{
  stroke: rgb(249 249 249 / 1);
}
.ybc-stroke-gray-300\/0{
  stroke: rgb(217 217 217 / 0);
}
.ybc-stroke-gray-300\/5{
  stroke: rgb(217 217 217 / 0.05);
}
.ybc-stroke-gray-300\/10{
  stroke: rgb(217 217 217 / 0.1);
}
.ybc-stroke-gray-300\/20{
  stroke: rgb(217 217 217 / 0.2);
}
.ybc-stroke-gray-300\/25{
  stroke: rgb(217 217 217 / 0.25);
}
.ybc-stroke-gray-300\/30{
  stroke: rgb(217 217 217 / 0.3);
}
.ybc-stroke-gray-300\/40{
  stroke: rgb(217 217 217 / 0.4);
}
.ybc-stroke-gray-300\/50{
  stroke: rgb(217 217 217 / 0.5);
}
.ybc-stroke-gray-300\/60{
  stroke: rgb(217 217 217 / 0.6);
}
.ybc-stroke-gray-300\/70{
  stroke: rgb(217 217 217 / 0.7);
}
.ybc-stroke-gray-300\/75{
  stroke: rgb(217 217 217 / 0.75);
}
.ybc-stroke-gray-300\/80{
  stroke: rgb(217 217 217 / 0.8);
}
.ybc-stroke-gray-300\/90{
  stroke: rgb(217 217 217 / 0.9);
}
.ybc-stroke-gray-300\/95{
  stroke: rgb(217 217 217 / 0.95);
}
.ybc-stroke-gray-300\/100{
  stroke: rgb(217 217 217 / 1);
}
.ybc-stroke-gray-600\/0{
  stroke: rgb(78 78 78 / 0);
}
.ybc-stroke-gray-600\/5{
  stroke: rgb(78 78 78 / 0.05);
}
.ybc-stroke-gray-600\/10{
  stroke: rgb(78 78 78 / 0.1);
}
.ybc-stroke-gray-600\/20{
  stroke: rgb(78 78 78 / 0.2);
}
.ybc-stroke-gray-600\/25{
  stroke: rgb(78 78 78 / 0.25);
}
.ybc-stroke-gray-600\/30{
  stroke: rgb(78 78 78 / 0.3);
}
.ybc-stroke-gray-600\/40{
  stroke: rgb(78 78 78 / 0.4);
}
.ybc-stroke-gray-600\/50{
  stroke: rgb(78 78 78 / 0.5);
}
.ybc-stroke-gray-600\/60{
  stroke: rgb(78 78 78 / 0.6);
}
.ybc-stroke-gray-600\/70{
  stroke: rgb(78 78 78 / 0.7);
}
.ybc-stroke-gray-600\/75{
  stroke: rgb(78 78 78 / 0.75);
}
.ybc-stroke-gray-600\/80{
  stroke: rgb(78 78 78 / 0.8);
}
.ybc-stroke-gray-600\/90{
  stroke: rgb(78 78 78 / 0.9);
}
.ybc-stroke-gray-600\/95{
  stroke: rgb(78 78 78 / 0.95);
}
.ybc-stroke-gray-600\/100{
  stroke: rgb(78 78 78 / 1);
}
.ybc-stroke-gray-900\/0{
  stroke: rgb(61 65 51 / 0);
}
.ybc-stroke-gray-900\/5{
  stroke: rgb(61 65 51 / 0.05);
}
.ybc-stroke-gray-900\/10{
  stroke: rgb(61 65 51 / 0.1);
}
.ybc-stroke-gray-900\/20{
  stroke: rgb(61 65 51 / 0.2);
}
.ybc-stroke-gray-900\/25{
  stroke: rgb(61 65 51 / 0.25);
}
.ybc-stroke-gray-900\/30{
  stroke: rgb(61 65 51 / 0.3);
}
.ybc-stroke-gray-900\/40{
  stroke: rgb(61 65 51 / 0.4);
}
.ybc-stroke-gray-900\/50{
  stroke: rgb(61 65 51 / 0.5);
}
.ybc-stroke-gray-900\/60{
  stroke: rgb(61 65 51 / 0.6);
}
.ybc-stroke-gray-900\/70{
  stroke: rgb(61 65 51 / 0.7);
}
.ybc-stroke-gray-900\/75{
  stroke: rgb(61 65 51 / 0.75);
}
.ybc-stroke-gray-900\/80{
  stroke: rgb(61 65 51 / 0.8);
}
.ybc-stroke-gray-900\/90{
  stroke: rgb(61 65 51 / 0.9);
}
.ybc-stroke-gray-900\/95{
  stroke: rgb(61 65 51 / 0.95);
}
.ybc-stroke-gray-900\/100{
  stroke: rgb(61 65 51 / 1);
}
.ybc-stroke-teal-600\/0{
  stroke: rgb(0 115 165 / 0);
}
.ybc-stroke-teal-600\/5{
  stroke: rgb(0 115 165 / 0.05);
}
.ybc-stroke-teal-600\/10{
  stroke: rgb(0 115 165 / 0.1);
}
.ybc-stroke-teal-600\/20{
  stroke: rgb(0 115 165 / 0.2);
}
.ybc-stroke-teal-600\/25{
  stroke: rgb(0 115 165 / 0.25);
}
.ybc-stroke-teal-600\/30{
  stroke: rgb(0 115 165 / 0.3);
}
.ybc-stroke-teal-600\/40{
  stroke: rgb(0 115 165 / 0.4);
}
.ybc-stroke-teal-600\/50{
  stroke: rgb(0 115 165 / 0.5);
}
.ybc-stroke-teal-600\/60{
  stroke: rgb(0 115 165 / 0.6);
}
.ybc-stroke-teal-600\/70{
  stroke: rgb(0 115 165 / 0.7);
}
.ybc-stroke-teal-600\/75{
  stroke: rgb(0 115 165 / 0.75);
}
.ybc-stroke-teal-600\/80{
  stroke: rgb(0 115 165 / 0.8);
}
.ybc-stroke-teal-600\/90{
  stroke: rgb(0 115 165 / 0.9);
}
.ybc-stroke-teal-600\/95{
  stroke: rgb(0 115 165 / 0.95);
}
.ybc-stroke-teal-600\/100{
  stroke: rgb(0 115 165 / 1);
}
.ybc-stroke-teal-900\/0{
  stroke: rgb(0 85 114 / 0);
}
.ybc-stroke-teal-900\/5{
  stroke: rgb(0 85 114 / 0.05);
}
.ybc-stroke-teal-900\/10{
  stroke: rgb(0 85 114 / 0.1);
}
.ybc-stroke-teal-900\/20{
  stroke: rgb(0 85 114 / 0.2);
}
.ybc-stroke-teal-900\/25{
  stroke: rgb(0 85 114 / 0.25);
}
.ybc-stroke-teal-900\/30{
  stroke: rgb(0 85 114 / 0.3);
}
.ybc-stroke-teal-900\/40{
  stroke: rgb(0 85 114 / 0.4);
}
.ybc-stroke-teal-900\/50{
  stroke: rgb(0 85 114 / 0.5);
}
.ybc-stroke-teal-900\/60{
  stroke: rgb(0 85 114 / 0.6);
}
.ybc-stroke-teal-900\/70{
  stroke: rgb(0 85 114 / 0.7);
}
.ybc-stroke-teal-900\/75{
  stroke: rgb(0 85 114 / 0.75);
}
.ybc-stroke-teal-900\/80{
  stroke: rgb(0 85 114 / 0.8);
}
.ybc-stroke-teal-900\/90{
  stroke: rgb(0 85 114 / 0.9);
}
.ybc-stroke-teal-900\/95{
  stroke: rgb(0 85 114 / 0.95);
}
.ybc-stroke-teal-900\/100{
  stroke: rgb(0 85 114 / 1);
}
.ybc-stroke-0{
  stroke-width: 0;
}
.ybc-stroke-1{
  stroke-width: 1;
}
.ybc-stroke-2{
  stroke-width: 2;
}
.ybc-object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.ybc-object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.ybc-object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.ybc-object-none{
  -o-object-fit: none;
     object-fit: none;
}
.ybc-object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.ybc-object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.ybc-object-center{
  -o-object-position: center;
     object-position: center;
}
.ybc-object-left{
  -o-object-position: left;
     object-position: left;
}
.ybc-object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.ybc-object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.ybc-object-right{
  -o-object-position: right;
     object-position: right;
}
.ybc-object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}
.ybc-object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.ybc-object-top{
  -o-object-position: top;
     object-position: top;
}
.ybc-p-0{
  padding: 0;
}
.ybc-p-1{
  padding: 0.25rem;
}
.ybc-p-2{
  padding: 0.5rem;
}
.ybc-p-3{
  padding: 0.75rem;
}
.ybc-p-4{
  padding: 1rem;
}
.ybc-p-5{
  padding: 1.25rem;
}
.ybc-p-6{
  padding: 1.5rem;
}
.ybc-p-7{
  padding: 1.75rem;
}
.ybc-p-8{
  padding: 2rem;
}
.ybc-p-9{
  padding: 2.25rem;
}
.ybc-p-10{
  padding: 2.5rem;
}
.ybc-p-11{
  padding: 2.75rem;
}
.ybc-p-12{
  padding: 3rem;
}
.ybc-p-13{
  padding: 3.25rem;
}
.ybc-p-14{
  padding: 3.5rem;
}
.ybc-p-15{
  padding: 3.75rem;
}
.ybc-p-16{
  padding: 4rem;
}
.ybc-p-17{
  padding: 4.375rem;
}
.ybc-p-20{
  padding: 5rem;
}
.ybc-p-24{
  padding: 6rem;
}
.ybc-p-25{
  padding: 6.25rem;
}
.ybc-p-28{
  padding: 7rem;
}
.ybc-p-32{
  padding: 8rem;
}
.ybc-p-36{
  padding: 9rem;
}
.ybc-p-40{
  padding: 10rem;
}
.ybc-p-44{
  padding: 11rem;
}
.ybc-p-45{
  padding: 11.25rem;
}
.ybc-p-46{
  padding: 11.875rem;
}
.ybc-p-48{
  padding: 12rem;
}
.ybc-p-52{
  padding: 13rem;
}
.ybc-p-56{
  padding: 14rem;
}
.ybc-p-60{
  padding: 15rem;
}
.ybc-p-64{
  padding: 16rem;
}
.ybc-p-68{
  padding: 17 rem;
}
.ybc-p-72{
  padding: 18 rem;
}
.ybc-p-76{
  padding: 19rem;
}
.ybc-p-80{
  padding: 20rem;
}
.ybc-p-84{
  padding: 21rem;
}
.ybc-p-px{
  padding: 1px;
}
.ybc-p-0\.5{
  padding: 0.125rem;
}
.ybc-p-1\.5{
  padding: 0.375rem;
}
.ybc-p-2\.5{
  padding: 0.625rem;
}
.ybc-p-3\.5{
  padding: 0.875rem;
}
.ybc-px-0{
  padding-left: 0;
  padding-right: 0;
}
.ybc-px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ybc-px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ybc-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ybc-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.ybc-px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.ybc-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ybc-px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.ybc-px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.ybc-px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.ybc-px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.ybc-px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.ybc-px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.ybc-px-13{
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.ybc-px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.ybc-px-15{
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}
.ybc-px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.ybc-px-17{
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
.ybc-px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}
.ybc-px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.ybc-px-25{
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}
.ybc-px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.ybc-px-32{
  padding-left: 8rem;
  padding-right: 8rem;
}
.ybc-px-36{
  padding-left: 9rem;
  padding-right: 9rem;
}
.ybc-px-40{
  padding-left: 10rem;
  padding-right: 10rem;
}
.ybc-px-44{
  padding-left: 11rem;
  padding-right: 11rem;
}
.ybc-px-45{
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}
.ybc-px-46{
  padding-left: 11.875rem;
  padding-right: 11.875rem;
}
.ybc-px-48{
  padding-left: 12rem;
  padding-right: 12rem;
}
.ybc-px-52{
  padding-left: 13rem;
  padding-right: 13rem;
}
.ybc-px-56{
  padding-left: 14rem;
  padding-right: 14rem;
}
.ybc-px-60{
  padding-left: 15rem;
  padding-right: 15rem;
}
.ybc-px-64{
  padding-left: 16rem;
  padding-right: 16rem;
}
.ybc-px-68{
  padding-left: 17 rem;
  padding-right: 17 rem;
}
.ybc-px-72{
  padding-left: 18 rem;
  padding-right: 18 rem;
}
.ybc-px-76{
  padding-left: 19rem;
  padding-right: 19rem;
}
.ybc-px-80{
  padding-left: 20rem;
  padding-right: 20rem;
}
.ybc-px-84{
  padding-left: 21rem;
  padding-right: 21rem;
}
.ybc-px-px{
  padding-left: 1px;
  padding-right: 1px;
}
.ybc-px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.ybc-px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.ybc-px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.ybc-px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.ybc-py-0{
  padding-top: 0;
  padding-bottom: 0;
}
.ybc-py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.ybc-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ybc-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.ybc-py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ybc-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.ybc-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.ybc-py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.ybc-py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ybc-py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.ybc-py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.ybc-py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.ybc-py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ybc-py-13{
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.ybc-py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.ybc-py-15{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.ybc-py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ybc-py-17{
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.ybc-py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ybc-py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.ybc-py-25{
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.ybc-py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.ybc-py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.ybc-py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.ybc-py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.ybc-py-44{
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.ybc-py-45{
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}
.ybc-py-46{
  padding-top: 11.875rem;
  padding-bottom: 11.875rem;
}
.ybc-py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.ybc-py-52{
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.ybc-py-56{
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.ybc-py-60{
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.ybc-py-64{
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.ybc-py-68{
  padding-top: 17 rem;
  padding-bottom: 17 rem;
}
.ybc-py-72{
  padding-top: 18 rem;
  padding-bottom: 18 rem;
}
.ybc-py-76{
  padding-top: 19rem;
  padding-bottom: 19rem;
}
.ybc-py-80{
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.ybc-py-84{
  padding-top: 21rem;
  padding-bottom: 21rem;
}
.ybc-py-px{
  padding-top: 1px;
  padding-bottom: 1px;
}
.ybc-py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.ybc-py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.ybc-py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.ybc-py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.ybc-pt-0{
  padding-top: 0;
}
.ybc-pt-1{
  padding-top: 0.25rem;
}
.ybc-pt-2{
  padding-top: 0.5rem;
}
.ybc-pt-3{
  padding-top: 0.75rem;
}
.ybc-pt-4{
  padding-top: 1rem;
}
.ybc-pt-5{
  padding-top: 1.25rem;
}
.ybc-pt-6{
  padding-top: 1.5rem;
}
.ybc-pt-7{
  padding-top: 1.75rem;
}
.ybc-pt-8{
  padding-top: 2rem;
}
.ybc-pt-9{
  padding-top: 2.25rem;
}
.ybc-pt-10{
  padding-top: 2.5rem;
}
.ybc-pt-11{
  padding-top: 2.75rem;
}
.ybc-pt-12{
  padding-top: 3rem;
}
.ybc-pt-13{
  padding-top: 3.25rem;
}
.ybc-pt-14{
  padding-top: 3.5rem;
}
.ybc-pt-15{
  padding-top: 3.75rem;
}
.ybc-pt-16{
  padding-top: 4rem;
}
.ybc-pt-17{
  padding-top: 4.375rem;
}
.ybc-pt-20{
  padding-top: 5rem;
}
.ybc-pt-24{
  padding-top: 6rem;
}
.ybc-pt-25{
  padding-top: 6.25rem;
}
.ybc-pt-28{
  padding-top: 7rem;
}
.ybc-pt-32{
  padding-top: 8rem;
}
.ybc-pt-36{
  padding-top: 9rem;
}
.ybc-pt-40{
  padding-top: 10rem;
}
.ybc-pt-44{
  padding-top: 11rem;
}
.ybc-pt-45{
  padding-top: 11.25rem;
}
.ybc-pt-46{
  padding-top: 11.875rem;
}
.ybc-pt-48{
  padding-top: 12rem;
}
.ybc-pt-52{
  padding-top: 13rem;
}
.ybc-pt-56{
  padding-top: 14rem;
}
.ybc-pt-60{
  padding-top: 15rem;
}
.ybc-pt-64{
  padding-top: 16rem;
}
.ybc-pt-68{
  padding-top: 17 rem;
}
.ybc-pt-72{
  padding-top: 18 rem;
}
.ybc-pt-76{
  padding-top: 19rem;
}
.ybc-pt-80{
  padding-top: 20rem;
}
.ybc-pt-84{
  padding-top: 21rem;
}
.ybc-pt-px{
  padding-top: 1px;
}
.ybc-pt-0\.5{
  padding-top: 0.125rem;
}
.ybc-pt-1\.5{
  padding-top: 0.375rem;
}
.ybc-pt-2\.5{
  padding-top: 0.625rem;
}
.ybc-pt-3\.5{
  padding-top: 0.875rem;
}
.ybc-pr-0{
  padding-right: 0;
}
.ybc-pr-1{
  padding-right: 0.25rem;
}
.ybc-pr-2{
  padding-right: 0.5rem;
}
.ybc-pr-3{
  padding-right: 0.75rem;
}
.ybc-pr-4{
  padding-right: 1rem;
}
.ybc-pr-5{
  padding-right: 1.25rem;
}
.ybc-pr-6{
  padding-right: 1.5rem;
}
.ybc-pr-7{
  padding-right: 1.75rem;
}
.ybc-pr-8{
  padding-right: 2rem;
}
.ybc-pr-9{
  padding-right: 2.25rem;
}
.ybc-pr-10{
  padding-right: 2.5rem;
}
.ybc-pr-11{
  padding-right: 2.75rem;
}
.ybc-pr-12{
  padding-right: 3rem;
}
.ybc-pr-13{
  padding-right: 3.25rem;
}
.ybc-pr-14{
  padding-right: 3.5rem;
}
.ybc-pr-15{
  padding-right: 3.75rem;
}
.ybc-pr-16{
  padding-right: 4rem;
}
.ybc-pr-17{
  padding-right: 4.375rem;
}
.ybc-pr-20{
  padding-right: 5rem;
}
.ybc-pr-24{
  padding-right: 6rem;
}
.ybc-pr-25{
  padding-right: 6.25rem;
}
.ybc-pr-28{
  padding-right: 7rem;
}
.ybc-pr-32{
  padding-right: 8rem;
}
.ybc-pr-36{
  padding-right: 9rem;
}
.ybc-pr-40{
  padding-right: 10rem;
}
.ybc-pr-44{
  padding-right: 11rem;
}
.ybc-pr-45{
  padding-right: 11.25rem;
}
.ybc-pr-46{
  padding-right: 11.875rem;
}
.ybc-pr-48{
  padding-right: 12rem;
}
.ybc-pr-52{
  padding-right: 13rem;
}
.ybc-pr-56{
  padding-right: 14rem;
}
.ybc-pr-60{
  padding-right: 15rem;
}
.ybc-pr-64{
  padding-right: 16rem;
}
.ybc-pr-68{
  padding-right: 17 rem;
}
.ybc-pr-72{
  padding-right: 18 rem;
}
.ybc-pr-76{
  padding-right: 19rem;
}
.ybc-pr-80{
  padding-right: 20rem;
}
.ybc-pr-84{
  padding-right: 21rem;
}
.ybc-pr-px{
  padding-right: 1px;
}
.ybc-pr-0\.5{
  padding-right: 0.125rem;
}
.ybc-pr-1\.5{
  padding-right: 0.375rem;
}
.ybc-pr-2\.5{
  padding-right: 0.625rem;
}
.ybc-pr-3\.5{
  padding-right: 0.875rem;
}
.ybc-pb-0{
  padding-bottom: 0;
}
.ybc-pb-1{
  padding-bottom: 0.25rem;
}
.ybc-pb-2{
  padding-bottom: 0.5rem;
}
.ybc-pb-3{
  padding-bottom: 0.75rem;
}
.ybc-pb-4{
  padding-bottom: 1rem;
}
.ybc-pb-5{
  padding-bottom: 1.25rem;
}
.ybc-pb-6{
  padding-bottom: 1.5rem;
}
.ybc-pb-7{
  padding-bottom: 1.75rem;
}
.ybc-pb-8{
  padding-bottom: 2rem;
}
.ybc-pb-9{
  padding-bottom: 2.25rem;
}
.ybc-pb-10{
  padding-bottom: 2.5rem;
}
.ybc-pb-11{
  padding-bottom: 2.75rem;
}
.ybc-pb-12{
  padding-bottom: 3rem;
}
.ybc-pb-13{
  padding-bottom: 3.25rem;
}
.ybc-pb-14{
  padding-bottom: 3.5rem;
}
.ybc-pb-15{
  padding-bottom: 3.75rem;
}
.ybc-pb-16{
  padding-bottom: 4rem;
}
.ybc-pb-17{
  padding-bottom: 4.375rem;
}
.ybc-pb-20{
  padding-bottom: 5rem;
}
.ybc-pb-24{
  padding-bottom: 6rem;
}
.ybc-pb-25{
  padding-bottom: 6.25rem;
}
.ybc-pb-28{
  padding-bottom: 7rem;
}
.ybc-pb-32{
  padding-bottom: 8rem;
}
.ybc-pb-36{
  padding-bottom: 9rem;
}
.ybc-pb-40{
  padding-bottom: 10rem;
}
.ybc-pb-44{
  padding-bottom: 11rem;
}
.ybc-pb-45{
  padding-bottom: 11.25rem;
}
.ybc-pb-46{
  padding-bottom: 11.875rem;
}
.ybc-pb-48{
  padding-bottom: 12rem;
}
.ybc-pb-52{
  padding-bottom: 13rem;
}
.ybc-pb-56{
  padding-bottom: 14rem;
}
.ybc-pb-60{
  padding-bottom: 15rem;
}
.ybc-pb-64{
  padding-bottom: 16rem;
}
.ybc-pb-68{
  padding-bottom: 17 rem;
}
.ybc-pb-72{
  padding-bottom: 18 rem;
}
.ybc-pb-76{
  padding-bottom: 19rem;
}
.ybc-pb-80{
  padding-bottom: 20rem;
}
.ybc-pb-84{
  padding-bottom: 21rem;
}
.ybc-pb-px{
  padding-bottom: 1px;
}
.ybc-pb-0\.5{
  padding-bottom: 0.125rem;
}
.ybc-pb-1\.5{
  padding-bottom: 0.375rem;
}
.ybc-pb-2\.5{
  padding-bottom: 0.625rem;
}
.ybc-pb-3\.5{
  padding-bottom: 0.875rem;
}
.ybc-pl-0{
  padding-left: 0;
}
.ybc-pl-1{
  padding-left: 0.25rem;
}
.ybc-pl-2{
  padding-left: 0.5rem;
}
.ybc-pl-3{
  padding-left: 0.75rem;
}
.ybc-pl-4{
  padding-left: 1rem;
}
.ybc-pl-5{
  padding-left: 1.25rem;
}
.ybc-pl-6{
  padding-left: 1.5rem;
}
.ybc-pl-7{
  padding-left: 1.75rem;
}
.ybc-pl-8{
  padding-left: 2rem;
}
.ybc-pl-9{
  padding-left: 2.25rem;
}
.ybc-pl-10{
  padding-left: 2.5rem;
}
.ybc-pl-11{
  padding-left: 2.75rem;
}
.ybc-pl-12{
  padding-left: 3rem;
}
.ybc-pl-13{
  padding-left: 3.25rem;
}
.ybc-pl-14{
  padding-left: 3.5rem;
}
.ybc-pl-15{
  padding-left: 3.75rem;
}
.ybc-pl-16{
  padding-left: 4rem;
}
.ybc-pl-17{
  padding-left: 4.375rem;
}
.ybc-pl-20{
  padding-left: 5rem;
}
.ybc-pl-24{
  padding-left: 6rem;
}
.ybc-pl-25{
  padding-left: 6.25rem;
}
.ybc-pl-28{
  padding-left: 7rem;
}
.ybc-pl-32{
  padding-left: 8rem;
}
.ybc-pl-36{
  padding-left: 9rem;
}
.ybc-pl-40{
  padding-left: 10rem;
}
.ybc-pl-44{
  padding-left: 11rem;
}
.ybc-pl-45{
  padding-left: 11.25rem;
}
.ybc-pl-46{
  padding-left: 11.875rem;
}
.ybc-pl-48{
  padding-left: 12rem;
}
.ybc-pl-52{
  padding-left: 13rem;
}
.ybc-pl-56{
  padding-left: 14rem;
}
.ybc-pl-60{
  padding-left: 15rem;
}
.ybc-pl-64{
  padding-left: 16rem;
}
.ybc-pl-68{
  padding-left: 17 rem;
}
.ybc-pl-72{
  padding-left: 18 rem;
}
.ybc-pl-76{
  padding-left: 19rem;
}
.ybc-pl-80{
  padding-left: 20rem;
}
.ybc-pl-84{
  padding-left: 21rem;
}
.ybc-pl-px{
  padding-left: 1px;
}
.ybc-pl-0\.5{
  padding-left: 0.125rem;
}
.ybc-pl-1\.5{
  padding-left: 0.375rem;
}
.ybc-pl-2\.5{
  padding-left: 0.625rem;
}
.ybc-pl-3\.5{
  padding-left: 0.875rem;
}
.ybc-text-left{
  text-align: left;
}
.ybc-text-center{
  text-align: center;
}
.ybc-text-right{
  text-align: right;
}
.ybc-text-justify{
  text-align: justify;
}
.ybc-text-start{
  text-align: start;
}
.ybc-text-end{
  text-align: end;
}
.ybc-indent-0{
  text-indent: 0;
}
.ybc-indent-1{
  text-indent: 0.25rem;
}
.ybc-indent-2{
  text-indent: 0.5rem;
}
.ybc-indent-3{
  text-indent: 0.75rem;
}
.ybc-indent-4{
  text-indent: 1rem;
}
.ybc-indent-5{
  text-indent: 1.25rem;
}
.ybc-indent-6{
  text-indent: 1.5rem;
}
.ybc-indent-7{
  text-indent: 1.75rem;
}
.ybc-indent-8{
  text-indent: 2rem;
}
.ybc-indent-9{
  text-indent: 2.25rem;
}
.ybc-indent-10{
  text-indent: 2.5rem;
}
.ybc-indent-11{
  text-indent: 2.75rem;
}
.ybc-indent-12{
  text-indent: 3rem;
}
.ybc-indent-13{
  text-indent: 3.25rem;
}
.ybc-indent-14{
  text-indent: 3.5rem;
}
.ybc-indent-15{
  text-indent: 3.75rem;
}
.ybc-indent-16{
  text-indent: 4rem;
}
.ybc-indent-17{
  text-indent: 4.375rem;
}
.ybc-indent-20{
  text-indent: 5rem;
}
.ybc-indent-24{
  text-indent: 6rem;
}
.ybc-indent-25{
  text-indent: 6.25rem;
}
.ybc-indent-28{
  text-indent: 7rem;
}
.ybc-indent-32{
  text-indent: 8rem;
}
.ybc-indent-36{
  text-indent: 9rem;
}
.ybc-indent-40{
  text-indent: 10rem;
}
.ybc-indent-44{
  text-indent: 11rem;
}
.ybc-indent-45{
  text-indent: 11.25rem;
}
.ybc-indent-46{
  text-indent: 11.875rem;
}
.ybc-indent-48{
  text-indent: 12rem;
}
.ybc-indent-52{
  text-indent: 13rem;
}
.ybc-indent-56{
  text-indent: 14rem;
}
.ybc-indent-60{
  text-indent: 15rem;
}
.ybc-indent-64{
  text-indent: 16rem;
}
.ybc-indent-68{
  text-indent: 17 rem;
}
.ybc-indent-72{
  text-indent: 18 rem;
}
.ybc-indent-76{
  text-indent: 19rem;
}
.ybc-indent-80{
  text-indent: 20rem;
}
.ybc-indent-84{
  text-indent: 21rem;
}
.ybc-indent-px{
  text-indent: 1px;
}
.ybc-indent-0\.5{
  text-indent: 0.125rem;
}
.ybc-indent-1\.5{
  text-indent: 0.375rem;
}
.ybc-indent-2\.5{
  text-indent: 0.625rem;
}
.ybc-indent-3\.5{
  text-indent: 0.875rem;
}
.-ybc-indent-0{
  text-indent: 0;
}
.-ybc-indent-1{
  text-indent: -0.25rem;
}
.-ybc-indent-2{
  text-indent: -0.5rem;
}
.-ybc-indent-3{
  text-indent: -0.75rem;
}
.-ybc-indent-4{
  text-indent: -1rem;
}
.-ybc-indent-5{
  text-indent: -1.25rem;
}
.-ybc-indent-6{
  text-indent: -1.5rem;
}
.-ybc-indent-7{
  text-indent: -1.75rem;
}
.-ybc-indent-8{
  text-indent: -2rem;
}
.-ybc-indent-9{
  text-indent: -2.25rem;
}
.-ybc-indent-10{
  text-indent: -2.5rem;
}
.-ybc-indent-11{
  text-indent: -2.75rem;
}
.-ybc-indent-12{
  text-indent: -3rem;
}
.-ybc-indent-13{
  text-indent: -3.25rem;
}
.-ybc-indent-14{
  text-indent: -3.5rem;
}
.-ybc-indent-15{
  text-indent: -3.75rem;
}
.-ybc-indent-16{
  text-indent: -4rem;
}
.-ybc-indent-17{
  text-indent: -4.375rem;
}
.-ybc-indent-20{
  text-indent: -5rem;
}
.-ybc-indent-24{
  text-indent: -6rem;
}
.-ybc-indent-25{
  text-indent: -6.25rem;
}
.-ybc-indent-28{
  text-indent: -7rem;
}
.-ybc-indent-32{
  text-indent: -8rem;
}
.-ybc-indent-36{
  text-indent: -9rem;
}
.-ybc-indent-40{
  text-indent: -10rem;
}
.-ybc-indent-44{
  text-indent: -11rem;
}
.-ybc-indent-45{
  text-indent: -11.25rem;
}
.-ybc-indent-46{
  text-indent: -11.875rem;
}
.-ybc-indent-48{
  text-indent: -12rem;
}
.-ybc-indent-52{
  text-indent: -13rem;
}
.-ybc-indent-56{
  text-indent: -14rem;
}
.-ybc-indent-60{
  text-indent: -15rem;
}
.-ybc-indent-64{
  text-indent: -16rem;
}
.-ybc-indent-76{
  text-indent: -19rem;
}
.-ybc-indent-80{
  text-indent: -20rem;
}
.-ybc-indent-84{
  text-indent: -21rem;
}
.-ybc-indent-px{
  text-indent: -1px;
}
.-ybc-indent-0\.5{
  text-indent: -0.125rem;
}
.-ybc-indent-1\.5{
  text-indent: -0.375rem;
}
.-ybc-indent-2\.5{
  text-indent: -0.625rem;
}
.-ybc-indent-3\.5{
  text-indent: -0.875rem;
}
.ybc--indent-0{
  text-indent: 0;
}
.ybc--indent-1{
  text-indent: -0.25rem;
}
.ybc--indent-2{
  text-indent: -0.5rem;
}
.ybc--indent-3{
  text-indent: -0.75rem;
}
.ybc--indent-4{
  text-indent: -1rem;
}
.ybc--indent-5{
  text-indent: -1.25rem;
}
.ybc--indent-6{
  text-indent: -1.5rem;
}
.ybc--indent-7{
  text-indent: -1.75rem;
}
.ybc--indent-8{
  text-indent: -2rem;
}
.ybc--indent-9{
  text-indent: -2.25rem;
}
.ybc--indent-10{
  text-indent: -2.5rem;
}
.ybc--indent-11{
  text-indent: -2.75rem;
}
.ybc--indent-12{
  text-indent: -3rem;
}
.ybc--indent-13{
  text-indent: -3.25rem;
}
.ybc--indent-14{
  text-indent: -3.5rem;
}
.ybc--indent-15{
  text-indent: -3.75rem;
}
.ybc--indent-16{
  text-indent: -4rem;
}
.ybc--indent-17{
  text-indent: -4.375rem;
}
.ybc--indent-20{
  text-indent: -5rem;
}
.ybc--indent-24{
  text-indent: -6rem;
}
.ybc--indent-25{
  text-indent: -6.25rem;
}
.ybc--indent-28{
  text-indent: -7rem;
}
.ybc--indent-32{
  text-indent: -8rem;
}
.ybc--indent-36{
  text-indent: -9rem;
}
.ybc--indent-40{
  text-indent: -10rem;
}
.ybc--indent-44{
  text-indent: -11rem;
}
.ybc--indent-45{
  text-indent: -11.25rem;
}
.ybc--indent-46{
  text-indent: -11.875rem;
}
.ybc--indent-48{
  text-indent: -12rem;
}
.ybc--indent-52{
  text-indent: -13rem;
}
.ybc--indent-56{
  text-indent: -14rem;
}
.ybc--indent-60{
  text-indent: -15rem;
}
.ybc--indent-64{
  text-indent: -16rem;
}
.ybc--indent-76{
  text-indent: -19rem;
}
.ybc--indent-80{
  text-indent: -20rem;
}
.ybc--indent-84{
  text-indent: -21rem;
}
.ybc--indent-px{
  text-indent: -1px;
}
.ybc--indent-0\.5{
  text-indent: -0.125rem;
}
.ybc--indent-1\.5{
  text-indent: -0.375rem;
}
.ybc--indent-2\.5{
  text-indent: -0.625rem;
}
.ybc--indent-3\.5{
  text-indent: -0.875rem;
}
.ybc-align-baseline{
  vertical-align: baseline;
}
.ybc-align-top{
  vertical-align: top;
}
.ybc-align-middle{
  vertical-align: middle;
}
.ybc-align-bottom{
  vertical-align: bottom;
}
.ybc-align-text-top{
  vertical-align: text-top;
}
.ybc-align-text-bottom{
  vertical-align: text-bottom;
}
.ybc-align-sub{
  vertical-align: sub;
}
.ybc-align-super{
  vertical-align: super;
}
.ybc-font-body{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
}
.ybc-font-mono{
  font-family: monospace;
}
.ybc-text-xs{
  font-size: 16px;
  line-height: 24px;
}
.ybc-text-sm{
  font-size: 18px;
  line-height: 24px;
}
.ybc-text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.ybc-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.ybc-text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.ybc-text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.ybc-text-3xl{
  font-size: 32px;
  line-height: 40px;
}
.ybc-text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.ybc-text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.ybc-text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.ybc-text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.ybc-text-8xl{
  font-size: 6rem;
  line-height: 1;
}
.ybc-text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.ybc-text-button{
  font-size: 20px;
  line-height: 24px;
}
.ybc-text-md{
  font-size: 20px;
  line-height: 32px;
}
.ybc-font-thin{
  font-weight: 100;
}
.ybc-font-extralight{
  font-weight: 200;
}
.ybc-font-light{
  font-weight: 300;
}
.ybc-font-normal{
  font-weight: 400;
}
.ybc-font-medium{
  font-weight: 500;
}
.ybc-font-semibold{
  font-weight: 600;
}
.ybc-font-bold{
  font-weight: 700;
}
.ybc-font-extrabold{
  font-weight: 800;
}
.ybc-font-black{
  font-weight: 900;
}
.ybc-uppercase{
  text-transform: uppercase;
}
.ybc-lowercase{
  text-transform: lowercase;
}
.ybc-capitalize{
  text-transform: capitalize;
}
.ybc-normal-case{
  text-transform: none;
}
.ybc-italic{
  font-style: italic;
}
.ybc-not-italic{
  font-style: normal;
}
.ybc-normal-nums{
  font-variant-numeric: normal;
}
.ybc-ordinal{
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-slashed-zero{
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-oldstyle-nums{
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-proportional-nums{
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-diagonal-fractions{
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-stacked-fractions{
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ybc-leading-3{
  line-height: .75rem;
}
.ybc-leading-4{
  line-height: 1rem;
}
.ybc-leading-5{
  line-height: 1.25rem;
}
.ybc-leading-6{
  line-height: 1.5rem;
}
.ybc-leading-7{
  line-height: 1.75rem;
}
.ybc-leading-8{
  line-height: 2rem;
}
.ybc-leading-9{
  line-height: 2.25rem;
}
.ybc-leading-10{
  line-height: 2.5rem;
}
.ybc-leading-none{
  line-height: 1;
}
.ybc-leading-tight{
  line-height: 1.25;
}
.ybc-leading-snug{
  line-height: 1.375;
}
.ybc-leading-normal{
  line-height: 1.5;
}
.ybc-leading-relaxed{
  line-height: 1.625;
}
.ybc-leading-loose{
  line-height: 2;
}
.ybc-tracking-tighter{
  letter-spacing: -0.05em;
}
.ybc-tracking-tight{
  letter-spacing: -0.025em;
}
.ybc-tracking-normal{
  letter-spacing: 0em;
}
.ybc-tracking-wide{
  letter-spacing: 0.025em;
}
.ybc-tracking-wider{
  letter-spacing: 0.05em;
}
.ybc-tracking-widest{
  letter-spacing: 0.1em;
}
.-ybc-tracking-tighter{
  letter-spacing: 0.05em;
}
.-ybc-tracking-tight{
  letter-spacing: 0.025em;
}
.-ybc-tracking-normal{
  letter-spacing: -0em;
}
.-ybc-tracking-wide{
  letter-spacing: -0.025em;
}
.-ybc-tracking-wider{
  letter-spacing: -0.05em;
}
.-ybc-tracking-widest{
  letter-spacing: -0.1em;
}
.ybc--tracking-tighter{
  letter-spacing: 0.05em;
}
.ybc--tracking-tight{
  letter-spacing: 0.025em;
}
.ybc--tracking-normal{
  letter-spacing: -0em;
}
.ybc--tracking-wide{
  letter-spacing: -0.025em;
}
.ybc--tracking-wider{
  letter-spacing: -0.05em;
}
.ybc--tracking-widest{
  letter-spacing: -0.1em;
}
.ybc-text-transparent{
  color: transparent;
}
.ybc-text-current{
  color: currentColor;
}
.ybc-text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ybc-text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ybc-text-lime-400{
  --tw-text-opacity: 1;
  color: rgb(154 202 60 / var(--tw-text-opacity));
}
.ybc-text-lime-500{
  --tw-text-opacity: 1;
  color: rgb(132 189 0 / var(--tw-text-opacity));
}
.ybc-text-lime-600{
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity));
}
.ybc-text-lime-900{
  --tw-text-opacity: 1;
  color: rgb(92 130 17 / var(--tw-text-opacity));
}
.ybc-text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.ybc-text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}
.ybc-text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.ybc-text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}
.ybc-text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(61 65 51 / var(--tw-text-opacity));
}
.ybc-text-teal-600{
  --tw-text-opacity: 1;
  color: rgb(0 115 165 / var(--tw-text-opacity));
}
.ybc-text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(0 85 114 / var(--tw-text-opacity));
}
.ybc-text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.ybc-text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.ybc-text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.ybc-text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.ybc-text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.ybc-text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.ybc-text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.ybc-text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.ybc-text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.ybc-text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.ybc-text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.ybc-text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.ybc-text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.ybc-text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.ybc-text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.ybc-text-black\/0{
  color: rgb(0 0 0 / 0);
}
.ybc-text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.ybc-text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.ybc-text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.ybc-text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.ybc-text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.ybc-text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.ybc-text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.ybc-text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.ybc-text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.ybc-text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.ybc-text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.ybc-text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.ybc-text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.ybc-text-black\/100{
  color: rgb(0 0 0 / 1);
}
.ybc-text-white\/0{
  color: rgb(255 255 255 / 0);
}
.ybc-text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.ybc-text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.ybc-text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.ybc-text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.ybc-text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.ybc-text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.ybc-text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.ybc-text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.ybc-text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.ybc-text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.ybc-text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.ybc-text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.ybc-text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.ybc-text-white\/100{
  color: rgb(255 255 255 / 1);
}
.ybc-text-lime-400\/0{
  color: rgb(154 202 60 / 0);
}
.ybc-text-lime-400\/5{
  color: rgb(154 202 60 / 0.05);
}
.ybc-text-lime-400\/10{
  color: rgb(154 202 60 / 0.1);
}
.ybc-text-lime-400\/20{
  color: rgb(154 202 60 / 0.2);
}
.ybc-text-lime-400\/25{
  color: rgb(154 202 60 / 0.25);
}
.ybc-text-lime-400\/30{
  color: rgb(154 202 60 / 0.3);
}
.ybc-text-lime-400\/40{
  color: rgb(154 202 60 / 0.4);
}
.ybc-text-lime-400\/50{
  color: rgb(154 202 60 / 0.5);
}
.ybc-text-lime-400\/60{
  color: rgb(154 202 60 / 0.6);
}
.ybc-text-lime-400\/70{
  color: rgb(154 202 60 / 0.7);
}
.ybc-text-lime-400\/75{
  color: rgb(154 202 60 / 0.75);
}
.ybc-text-lime-400\/80{
  color: rgb(154 202 60 / 0.8);
}
.ybc-text-lime-400\/90{
  color: rgb(154 202 60 / 0.9);
}
.ybc-text-lime-400\/95{
  color: rgb(154 202 60 / 0.95);
}
.ybc-text-lime-400\/100{
  color: rgb(154 202 60 / 1);
}
.ybc-text-lime-500\/0{
  color: rgb(132 189 0 / 0);
}
.ybc-text-lime-500\/5{
  color: rgb(132 189 0 / 0.05);
}
.ybc-text-lime-500\/10{
  color: rgb(132 189 0 / 0.1);
}
.ybc-text-lime-500\/20{
  color: rgb(132 189 0 / 0.2);
}
.ybc-text-lime-500\/25{
  color: rgb(132 189 0 / 0.25);
}
.ybc-text-lime-500\/30{
  color: rgb(132 189 0 / 0.3);
}
.ybc-text-lime-500\/40{
  color: rgb(132 189 0 / 0.4);
}
.ybc-text-lime-500\/50{
  color: rgb(132 189 0 / 0.5);
}
.ybc-text-lime-500\/60{
  color: rgb(132 189 0 / 0.6);
}
.ybc-text-lime-500\/70{
  color: rgb(132 189 0 / 0.7);
}
.ybc-text-lime-500\/75{
  color: rgb(132 189 0 / 0.75);
}
.ybc-text-lime-500\/80{
  color: rgb(132 189 0 / 0.8);
}
.ybc-text-lime-500\/90{
  color: rgb(132 189 0 / 0.9);
}
.ybc-text-lime-500\/95{
  color: rgb(132 189 0 / 0.95);
}
.ybc-text-lime-500\/100{
  color: rgb(132 189 0 / 1);
}
.ybc-text-lime-600\/0{
  color: rgb(101 163 13 / 0);
}
.ybc-text-lime-600\/5{
  color: rgb(101 163 13 / 0.05);
}
.ybc-text-lime-600\/10{
  color: rgb(101 163 13 / 0.1);
}
.ybc-text-lime-600\/20{
  color: rgb(101 163 13 / 0.2);
}
.ybc-text-lime-600\/25{
  color: rgb(101 163 13 / 0.25);
}
.ybc-text-lime-600\/30{
  color: rgb(101 163 13 / 0.3);
}
.ybc-text-lime-600\/40{
  color: rgb(101 163 13 / 0.4);
}
.ybc-text-lime-600\/50{
  color: rgb(101 163 13 / 0.5);
}
.ybc-text-lime-600\/60{
  color: rgb(101 163 13 / 0.6);
}
.ybc-text-lime-600\/70{
  color: rgb(101 163 13 / 0.7);
}
.ybc-text-lime-600\/75{
  color: rgb(101 163 13 / 0.75);
}
.ybc-text-lime-600\/80{
  color: rgb(101 163 13 / 0.8);
}
.ybc-text-lime-600\/90{
  color: rgb(101 163 13 / 0.9);
}
.ybc-text-lime-600\/95{
  color: rgb(101 163 13 / 0.95);
}
.ybc-text-lime-600\/100{
  color: rgb(101 163 13 / 1);
}
.ybc-text-lime-900\/0{
  color: rgb(92 130 17 / 0);
}
.ybc-text-lime-900\/5{
  color: rgb(92 130 17 / 0.05);
}
.ybc-text-lime-900\/10{
  color: rgb(92 130 17 / 0.1);
}
.ybc-text-lime-900\/20{
  color: rgb(92 130 17 / 0.2);
}
.ybc-text-lime-900\/25{
  color: rgb(92 130 17 / 0.25);
}
.ybc-text-lime-900\/30{
  color: rgb(92 130 17 / 0.3);
}
.ybc-text-lime-900\/40{
  color: rgb(92 130 17 / 0.4);
}
.ybc-text-lime-900\/50{
  color: rgb(92 130 17 / 0.5);
}
.ybc-text-lime-900\/60{
  color: rgb(92 130 17 / 0.6);
}
.ybc-text-lime-900\/70{
  color: rgb(92 130 17 / 0.7);
}
.ybc-text-lime-900\/75{
  color: rgb(92 130 17 / 0.75);
}
.ybc-text-lime-900\/80{
  color: rgb(92 130 17 / 0.8);
}
.ybc-text-lime-900\/90{
  color: rgb(92 130 17 / 0.9);
}
.ybc-text-lime-900\/95{
  color: rgb(92 130 17 / 0.95);
}
.ybc-text-lime-900\/100{
  color: rgb(92 130 17 / 1);
}
.ybc-text-gray-100\/0{
  color: rgb(245 245 245 / 0);
}
.ybc-text-gray-100\/5{
  color: rgb(245 245 245 / 0.05);
}
.ybc-text-gray-100\/10{
  color: rgb(245 245 245 / 0.1);
}
.ybc-text-gray-100\/20{
  color: rgb(245 245 245 / 0.2);
}
.ybc-text-gray-100\/25{
  color: rgb(245 245 245 / 0.25);
}
.ybc-text-gray-100\/30{
  color: rgb(245 245 245 / 0.3);
}
.ybc-text-gray-100\/40{
  color: rgb(245 245 245 / 0.4);
}
.ybc-text-gray-100\/50{
  color: rgb(245 245 245 / 0.5);
}
.ybc-text-gray-100\/60{
  color: rgb(245 245 245 / 0.6);
}
.ybc-text-gray-100\/70{
  color: rgb(245 245 245 / 0.7);
}
.ybc-text-gray-100\/75{
  color: rgb(245 245 245 / 0.75);
}
.ybc-text-gray-100\/80{
  color: rgb(245 245 245 / 0.8);
}
.ybc-text-gray-100\/90{
  color: rgb(245 245 245 / 0.9);
}
.ybc-text-gray-100\/95{
  color: rgb(245 245 245 / 0.95);
}
.ybc-text-gray-100\/100{
  color: rgb(245 245 245 / 1);
}
.ybc-text-gray-200\/0{
  color: rgb(249 249 249 / 0);
}
.ybc-text-gray-200\/5{
  color: rgb(249 249 249 / 0.05);
}
.ybc-text-gray-200\/10{
  color: rgb(249 249 249 / 0.1);
}
.ybc-text-gray-200\/20{
  color: rgb(249 249 249 / 0.2);
}
.ybc-text-gray-200\/25{
  color: rgb(249 249 249 / 0.25);
}
.ybc-text-gray-200\/30{
  color: rgb(249 249 249 / 0.3);
}
.ybc-text-gray-200\/40{
  color: rgb(249 249 249 / 0.4);
}
.ybc-text-gray-200\/50{
  color: rgb(249 249 249 / 0.5);
}
.ybc-text-gray-200\/60{
  color: rgb(249 249 249 / 0.6);
}
.ybc-text-gray-200\/70{
  color: rgb(249 249 249 / 0.7);
}
.ybc-text-gray-200\/75{
  color: rgb(249 249 249 / 0.75);
}
.ybc-text-gray-200\/80{
  color: rgb(249 249 249 / 0.8);
}
.ybc-text-gray-200\/90{
  color: rgb(249 249 249 / 0.9);
}
.ybc-text-gray-200\/95{
  color: rgb(249 249 249 / 0.95);
}
.ybc-text-gray-200\/100{
  color: rgb(249 249 249 / 1);
}
.ybc-text-gray-300\/0{
  color: rgb(217 217 217 / 0);
}
.ybc-text-gray-300\/5{
  color: rgb(217 217 217 / 0.05);
}
.ybc-text-gray-300\/10{
  color: rgb(217 217 217 / 0.1);
}
.ybc-text-gray-300\/20{
  color: rgb(217 217 217 / 0.2);
}
.ybc-text-gray-300\/25{
  color: rgb(217 217 217 / 0.25);
}
.ybc-text-gray-300\/30{
  color: rgb(217 217 217 / 0.3);
}
.ybc-text-gray-300\/40{
  color: rgb(217 217 217 / 0.4);
}
.ybc-text-gray-300\/50{
  color: rgb(217 217 217 / 0.5);
}
.ybc-text-gray-300\/60{
  color: rgb(217 217 217 / 0.6);
}
.ybc-text-gray-300\/70{
  color: rgb(217 217 217 / 0.7);
}
.ybc-text-gray-300\/75{
  color: rgb(217 217 217 / 0.75);
}
.ybc-text-gray-300\/80{
  color: rgb(217 217 217 / 0.8);
}
.ybc-text-gray-300\/90{
  color: rgb(217 217 217 / 0.9);
}
.ybc-text-gray-300\/95{
  color: rgb(217 217 217 / 0.95);
}
.ybc-text-gray-300\/100{
  color: rgb(217 217 217 / 1);
}
.ybc-text-gray-600\/0{
  color: rgb(78 78 78 / 0);
}
.ybc-text-gray-600\/5{
  color: rgb(78 78 78 / 0.05);
}
.ybc-text-gray-600\/10{
  color: rgb(78 78 78 / 0.1);
}
.ybc-text-gray-600\/20{
  color: rgb(78 78 78 / 0.2);
}
.ybc-text-gray-600\/25{
  color: rgb(78 78 78 / 0.25);
}
.ybc-text-gray-600\/30{
  color: rgb(78 78 78 / 0.3);
}
.ybc-text-gray-600\/40{
  color: rgb(78 78 78 / 0.4);
}
.ybc-text-gray-600\/50{
  color: rgb(78 78 78 / 0.5);
}
.ybc-text-gray-600\/60{
  color: rgb(78 78 78 / 0.6);
}
.ybc-text-gray-600\/70{
  color: rgb(78 78 78 / 0.7);
}
.ybc-text-gray-600\/75{
  color: rgb(78 78 78 / 0.75);
}
.ybc-text-gray-600\/80{
  color: rgb(78 78 78 / 0.8);
}
.ybc-text-gray-600\/90{
  color: rgb(78 78 78 / 0.9);
}
.ybc-text-gray-600\/95{
  color: rgb(78 78 78 / 0.95);
}
.ybc-text-gray-600\/100{
  color: rgb(78 78 78 / 1);
}
.ybc-text-gray-900\/0{
  color: rgb(61 65 51 / 0);
}
.ybc-text-gray-900\/5{
  color: rgb(61 65 51 / 0.05);
}
.ybc-text-gray-900\/10{
  color: rgb(61 65 51 / 0.1);
}
.ybc-text-gray-900\/20{
  color: rgb(61 65 51 / 0.2);
}
.ybc-text-gray-900\/25{
  color: rgb(61 65 51 / 0.25);
}
.ybc-text-gray-900\/30{
  color: rgb(61 65 51 / 0.3);
}
.ybc-text-gray-900\/40{
  color: rgb(61 65 51 / 0.4);
}
.ybc-text-gray-900\/50{
  color: rgb(61 65 51 / 0.5);
}
.ybc-text-gray-900\/60{
  color: rgb(61 65 51 / 0.6);
}
.ybc-text-gray-900\/70{
  color: rgb(61 65 51 / 0.7);
}
.ybc-text-gray-900\/75{
  color: rgb(61 65 51 / 0.75);
}
.ybc-text-gray-900\/80{
  color: rgb(61 65 51 / 0.8);
}
.ybc-text-gray-900\/90{
  color: rgb(61 65 51 / 0.9);
}
.ybc-text-gray-900\/95{
  color: rgb(61 65 51 / 0.95);
}
.ybc-text-gray-900\/100{
  color: rgb(61 65 51 / 1);
}
.ybc-text-teal-600\/0{
  color: rgb(0 115 165 / 0);
}
.ybc-text-teal-600\/5{
  color: rgb(0 115 165 / 0.05);
}
.ybc-text-teal-600\/10{
  color: rgb(0 115 165 / 0.1);
}
.ybc-text-teal-600\/20{
  color: rgb(0 115 165 / 0.2);
}
.ybc-text-teal-600\/25{
  color: rgb(0 115 165 / 0.25);
}
.ybc-text-teal-600\/30{
  color: rgb(0 115 165 / 0.3);
}
.ybc-text-teal-600\/40{
  color: rgb(0 115 165 / 0.4);
}
.ybc-text-teal-600\/50{
  color: rgb(0 115 165 / 0.5);
}
.ybc-text-teal-600\/60{
  color: rgb(0 115 165 / 0.6);
}
.ybc-text-teal-600\/70{
  color: rgb(0 115 165 / 0.7);
}
.ybc-text-teal-600\/75{
  color: rgb(0 115 165 / 0.75);
}
.ybc-text-teal-600\/80{
  color: rgb(0 115 165 / 0.8);
}
.ybc-text-teal-600\/90{
  color: rgb(0 115 165 / 0.9);
}
.ybc-text-teal-600\/95{
  color: rgb(0 115 165 / 0.95);
}
.ybc-text-teal-600\/100{
  color: rgb(0 115 165 / 1);
}
.ybc-text-teal-900\/0{
  color: rgb(0 85 114 / 0);
}
.ybc-text-teal-900\/5{
  color: rgb(0 85 114 / 0.05);
}
.ybc-text-teal-900\/10{
  color: rgb(0 85 114 / 0.1);
}
.ybc-text-teal-900\/20{
  color: rgb(0 85 114 / 0.2);
}
.ybc-text-teal-900\/25{
  color: rgb(0 85 114 / 0.25);
}
.ybc-text-teal-900\/30{
  color: rgb(0 85 114 / 0.3);
}
.ybc-text-teal-900\/40{
  color: rgb(0 85 114 / 0.4);
}
.ybc-text-teal-900\/50{
  color: rgb(0 85 114 / 0.5);
}
.ybc-text-teal-900\/60{
  color: rgb(0 85 114 / 0.6);
}
.ybc-text-teal-900\/70{
  color: rgb(0 85 114 / 0.7);
}
.ybc-text-teal-900\/75{
  color: rgb(0 85 114 / 0.75);
}
.ybc-text-teal-900\/80{
  color: rgb(0 85 114 / 0.8);
}
.ybc-text-teal-900\/90{
  color: rgb(0 85 114 / 0.9);
}
.ybc-text-teal-900\/95{
  color: rgb(0 85 114 / 0.95);
}
.ybc-text-teal-900\/100{
  color: rgb(0 85 114 / 1);
}
.ybc-text-opacity-0{
  --tw-text-opacity: 0;
}
.ybc-text-opacity-5{
  --tw-text-opacity: 0.05;
}
.ybc-text-opacity-10{
  --tw-text-opacity: 0.1;
}
.ybc-text-opacity-20{
  --tw-text-opacity: 0.2;
}
.ybc-text-opacity-25{
  --tw-text-opacity: 0.25;
}
.ybc-text-opacity-30{
  --tw-text-opacity: 0.3;
}
.ybc-text-opacity-40{
  --tw-text-opacity: 0.4;
}
.ybc-text-opacity-50{
  --tw-text-opacity: 0.5;
}
.ybc-text-opacity-60{
  --tw-text-opacity: 0.6;
}
.ybc-text-opacity-70{
  --tw-text-opacity: 0.7;
}
.ybc-text-opacity-75{
  --tw-text-opacity: 0.75;
}
.ybc-text-opacity-80{
  --tw-text-opacity: 0.8;
}
.ybc-text-opacity-90{
  --tw-text-opacity: 0.9;
}
.ybc-text-opacity-95{
  --tw-text-opacity: 0.95;
}
.ybc-text-opacity-100{
  --tw-text-opacity: 1;
}
.ybc-underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.ybc-overline{
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.ybc-line-through{
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.ybc-no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.ybc-decoration-transparent{
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.ybc-decoration-current{
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}
.ybc-decoration-black{
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}
.ybc-decoration-white{
  -webkit-text-decoration-color: #FFFFFF;
          text-decoration-color: #FFFFFF;
}
.ybc-decoration-lime-400{
  -webkit-text-decoration-color: #9ACA3C;
          text-decoration-color: #9ACA3C;
}
.ybc-decoration-lime-500{
  -webkit-text-decoration-color: #84BD00;
          text-decoration-color: #84BD00;
}
.ybc-decoration-lime-600{
  -webkit-text-decoration-color: #65a30d;
          text-decoration-color: #65a30d;
}
.ybc-decoration-lime-900{
  -webkit-text-decoration-color: #5C8211;
          text-decoration-color: #5C8211;
}
.ybc-decoration-gray-100{
  -webkit-text-decoration-color: #F5F5F5;
          text-decoration-color: #F5F5F5;
}
.ybc-decoration-gray-200{
  -webkit-text-decoration-color: #F9F9F9;
          text-decoration-color: #F9F9F9;
}
.ybc-decoration-gray-300{
  -webkit-text-decoration-color: #D9D9D9;
          text-decoration-color: #D9D9D9;
}
.ybc-decoration-gray-600{
  -webkit-text-decoration-color: #4E4E4E;
          text-decoration-color: #4E4E4E;
}
.ybc-decoration-gray-900{
  -webkit-text-decoration-color: #3D4133;
          text-decoration-color: #3D4133;
}
.ybc-decoration-teal-600{
  -webkit-text-decoration-color: #0073A5;
          text-decoration-color: #0073A5;
}
.ybc-decoration-teal-900{
  -webkit-text-decoration-color: #005572;
          text-decoration-color: #005572;
}
.ybc-decoration-transparent\/0{
  -webkit-text-decoration-color: rgb(0 0 0 / 0);
          text-decoration-color: rgb(0 0 0 / 0);
}
.ybc-decoration-transparent\/5{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.05);
          text-decoration-color: rgb(0 0 0 / 0.05);
}
.ybc-decoration-transparent\/10{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.1);
          text-decoration-color: rgb(0 0 0 / 0.1);
}
.ybc-decoration-transparent\/20{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.2);
          text-decoration-color: rgb(0 0 0 / 0.2);
}
.ybc-decoration-transparent\/25{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.25);
          text-decoration-color: rgb(0 0 0 / 0.25);
}
.ybc-decoration-transparent\/30{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.3);
          text-decoration-color: rgb(0 0 0 / 0.3);
}
.ybc-decoration-transparent\/40{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.4);
          text-decoration-color: rgb(0 0 0 / 0.4);
}
.ybc-decoration-transparent\/50{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.5);
          text-decoration-color: rgb(0 0 0 / 0.5);
}
.ybc-decoration-transparent\/60{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.6);
          text-decoration-color: rgb(0 0 0 / 0.6);
}
.ybc-decoration-transparent\/70{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.7);
          text-decoration-color: rgb(0 0 0 / 0.7);
}
.ybc-decoration-transparent\/75{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.75);
          text-decoration-color: rgb(0 0 0 / 0.75);
}
.ybc-decoration-transparent\/80{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.8);
          text-decoration-color: rgb(0 0 0 / 0.8);
}
.ybc-decoration-transparent\/90{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.9);
          text-decoration-color: rgb(0 0 0 / 0.9);
}
.ybc-decoration-transparent\/95{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.95);
          text-decoration-color: rgb(0 0 0 / 0.95);
}
.ybc-decoration-transparent\/100{
  -webkit-text-decoration-color: rgb(0 0 0 / 1);
          text-decoration-color: rgb(0 0 0 / 1);
}
.ybc-decoration-black\/0{
  -webkit-text-decoration-color: rgb(0 0 0 / 0);
          text-decoration-color: rgb(0 0 0 / 0);
}
.ybc-decoration-black\/5{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.05);
          text-decoration-color: rgb(0 0 0 / 0.05);
}
.ybc-decoration-black\/10{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.1);
          text-decoration-color: rgb(0 0 0 / 0.1);
}
.ybc-decoration-black\/20{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.2);
          text-decoration-color: rgb(0 0 0 / 0.2);
}
.ybc-decoration-black\/25{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.25);
          text-decoration-color: rgb(0 0 0 / 0.25);
}
.ybc-decoration-black\/30{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.3);
          text-decoration-color: rgb(0 0 0 / 0.3);
}
.ybc-decoration-black\/40{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.4);
          text-decoration-color: rgb(0 0 0 / 0.4);
}
.ybc-decoration-black\/50{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.5);
          text-decoration-color: rgb(0 0 0 / 0.5);
}
.ybc-decoration-black\/60{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.6);
          text-decoration-color: rgb(0 0 0 / 0.6);
}
.ybc-decoration-black\/70{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.7);
          text-decoration-color: rgb(0 0 0 / 0.7);
}
.ybc-decoration-black\/75{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.75);
          text-decoration-color: rgb(0 0 0 / 0.75);
}
.ybc-decoration-black\/80{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.8);
          text-decoration-color: rgb(0 0 0 / 0.8);
}
.ybc-decoration-black\/90{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.9);
          text-decoration-color: rgb(0 0 0 / 0.9);
}
.ybc-decoration-black\/95{
  -webkit-text-decoration-color: rgb(0 0 0 / 0.95);
          text-decoration-color: rgb(0 0 0 / 0.95);
}
.ybc-decoration-black\/100{
  -webkit-text-decoration-color: rgb(0 0 0 / 1);
          text-decoration-color: rgb(0 0 0 / 1);
}
.ybc-decoration-white\/0{
  -webkit-text-decoration-color: rgb(255 255 255 / 0);
          text-decoration-color: rgb(255 255 255 / 0);
}
.ybc-decoration-white\/5{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.05);
          text-decoration-color: rgb(255 255 255 / 0.05);
}
.ybc-decoration-white\/10{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.1);
          text-decoration-color: rgb(255 255 255 / 0.1);
}
.ybc-decoration-white\/20{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.2);
          text-decoration-color: rgb(255 255 255 / 0.2);
}
.ybc-decoration-white\/25{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.25);
          text-decoration-color: rgb(255 255 255 / 0.25);
}
.ybc-decoration-white\/30{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.3);
          text-decoration-color: rgb(255 255 255 / 0.3);
}
.ybc-decoration-white\/40{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.4);
          text-decoration-color: rgb(255 255 255 / 0.4);
}
.ybc-decoration-white\/50{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.5);
          text-decoration-color: rgb(255 255 255 / 0.5);
}
.ybc-decoration-white\/60{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.6);
          text-decoration-color: rgb(255 255 255 / 0.6);
}
.ybc-decoration-white\/70{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.7);
          text-decoration-color: rgb(255 255 255 / 0.7);
}
.ybc-decoration-white\/75{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.75);
          text-decoration-color: rgb(255 255 255 / 0.75);
}
.ybc-decoration-white\/80{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.8);
          text-decoration-color: rgb(255 255 255 / 0.8);
}
.ybc-decoration-white\/90{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.9);
          text-decoration-color: rgb(255 255 255 / 0.9);
}
.ybc-decoration-white\/95{
  -webkit-text-decoration-color: rgb(255 255 255 / 0.95);
          text-decoration-color: rgb(255 255 255 / 0.95);
}
.ybc-decoration-white\/100{
  -webkit-text-decoration-color: rgb(255 255 255 / 1);
          text-decoration-color: rgb(255 255 255 / 1);
}
.ybc-decoration-lime-400\/0{
  -webkit-text-decoration-color: rgb(154 202 60 / 0);
          text-decoration-color: rgb(154 202 60 / 0);
}
.ybc-decoration-lime-400\/5{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.05);
          text-decoration-color: rgb(154 202 60 / 0.05);
}
.ybc-decoration-lime-400\/10{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.1);
          text-decoration-color: rgb(154 202 60 / 0.1);
}
.ybc-decoration-lime-400\/20{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.2);
          text-decoration-color: rgb(154 202 60 / 0.2);
}
.ybc-decoration-lime-400\/25{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.25);
          text-decoration-color: rgb(154 202 60 / 0.25);
}
.ybc-decoration-lime-400\/30{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.3);
          text-decoration-color: rgb(154 202 60 / 0.3);
}
.ybc-decoration-lime-400\/40{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.4);
          text-decoration-color: rgb(154 202 60 / 0.4);
}
.ybc-decoration-lime-400\/50{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.5);
          text-decoration-color: rgb(154 202 60 / 0.5);
}
.ybc-decoration-lime-400\/60{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.6);
          text-decoration-color: rgb(154 202 60 / 0.6);
}
.ybc-decoration-lime-400\/70{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.7);
          text-decoration-color: rgb(154 202 60 / 0.7);
}
.ybc-decoration-lime-400\/75{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.75);
          text-decoration-color: rgb(154 202 60 / 0.75);
}
.ybc-decoration-lime-400\/80{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.8);
          text-decoration-color: rgb(154 202 60 / 0.8);
}
.ybc-decoration-lime-400\/90{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.9);
          text-decoration-color: rgb(154 202 60 / 0.9);
}
.ybc-decoration-lime-400\/95{
  -webkit-text-decoration-color: rgb(154 202 60 / 0.95);
          text-decoration-color: rgb(154 202 60 / 0.95);
}
.ybc-decoration-lime-400\/100{
  -webkit-text-decoration-color: rgb(154 202 60 / 1);
          text-decoration-color: rgb(154 202 60 / 1);
}
.ybc-decoration-lime-500\/0{
  -webkit-text-decoration-color: rgb(132 189 0 / 0);
          text-decoration-color: rgb(132 189 0 / 0);
}
.ybc-decoration-lime-500\/5{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.05);
          text-decoration-color: rgb(132 189 0 / 0.05);
}
.ybc-decoration-lime-500\/10{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.1);
          text-decoration-color: rgb(132 189 0 / 0.1);
}
.ybc-decoration-lime-500\/20{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.2);
          text-decoration-color: rgb(132 189 0 / 0.2);
}
.ybc-decoration-lime-500\/25{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.25);
          text-decoration-color: rgb(132 189 0 / 0.25);
}
.ybc-decoration-lime-500\/30{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.3);
          text-decoration-color: rgb(132 189 0 / 0.3);
}
.ybc-decoration-lime-500\/40{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.4);
          text-decoration-color: rgb(132 189 0 / 0.4);
}
.ybc-decoration-lime-500\/50{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.5);
          text-decoration-color: rgb(132 189 0 / 0.5);
}
.ybc-decoration-lime-500\/60{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.6);
          text-decoration-color: rgb(132 189 0 / 0.6);
}
.ybc-decoration-lime-500\/70{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.7);
          text-decoration-color: rgb(132 189 0 / 0.7);
}
.ybc-decoration-lime-500\/75{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.75);
          text-decoration-color: rgb(132 189 0 / 0.75);
}
.ybc-decoration-lime-500\/80{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.8);
          text-decoration-color: rgb(132 189 0 / 0.8);
}
.ybc-decoration-lime-500\/90{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.9);
          text-decoration-color: rgb(132 189 0 / 0.9);
}
.ybc-decoration-lime-500\/95{
  -webkit-text-decoration-color: rgb(132 189 0 / 0.95);
          text-decoration-color: rgb(132 189 0 / 0.95);
}
.ybc-decoration-lime-500\/100{
  -webkit-text-decoration-color: rgb(132 189 0 / 1);
          text-decoration-color: rgb(132 189 0 / 1);
}
.ybc-decoration-lime-600\/0{
  -webkit-text-decoration-color: rgb(101 163 13 / 0);
          text-decoration-color: rgb(101 163 13 / 0);
}
.ybc-decoration-lime-600\/5{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.05);
          text-decoration-color: rgb(101 163 13 / 0.05);
}
.ybc-decoration-lime-600\/10{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.1);
          text-decoration-color: rgb(101 163 13 / 0.1);
}
.ybc-decoration-lime-600\/20{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.2);
          text-decoration-color: rgb(101 163 13 / 0.2);
}
.ybc-decoration-lime-600\/25{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.25);
          text-decoration-color: rgb(101 163 13 / 0.25);
}
.ybc-decoration-lime-600\/30{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.3);
          text-decoration-color: rgb(101 163 13 / 0.3);
}
.ybc-decoration-lime-600\/40{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.4);
          text-decoration-color: rgb(101 163 13 / 0.4);
}
.ybc-decoration-lime-600\/50{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.5);
          text-decoration-color: rgb(101 163 13 / 0.5);
}
.ybc-decoration-lime-600\/60{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.6);
          text-decoration-color: rgb(101 163 13 / 0.6);
}
.ybc-decoration-lime-600\/70{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.7);
          text-decoration-color: rgb(101 163 13 / 0.7);
}
.ybc-decoration-lime-600\/75{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.75);
          text-decoration-color: rgb(101 163 13 / 0.75);
}
.ybc-decoration-lime-600\/80{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.8);
          text-decoration-color: rgb(101 163 13 / 0.8);
}
.ybc-decoration-lime-600\/90{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.9);
          text-decoration-color: rgb(101 163 13 / 0.9);
}
.ybc-decoration-lime-600\/95{
  -webkit-text-decoration-color: rgb(101 163 13 / 0.95);
          text-decoration-color: rgb(101 163 13 / 0.95);
}
.ybc-decoration-lime-600\/100{
  -webkit-text-decoration-color: rgb(101 163 13 / 1);
          text-decoration-color: rgb(101 163 13 / 1);
}
.ybc-decoration-lime-900\/0{
  -webkit-text-decoration-color: rgb(92 130 17 / 0);
          text-decoration-color: rgb(92 130 17 / 0);
}
.ybc-decoration-lime-900\/5{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.05);
          text-decoration-color: rgb(92 130 17 / 0.05);
}
.ybc-decoration-lime-900\/10{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.1);
          text-decoration-color: rgb(92 130 17 / 0.1);
}
.ybc-decoration-lime-900\/20{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.2);
          text-decoration-color: rgb(92 130 17 / 0.2);
}
.ybc-decoration-lime-900\/25{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.25);
          text-decoration-color: rgb(92 130 17 / 0.25);
}
.ybc-decoration-lime-900\/30{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.3);
          text-decoration-color: rgb(92 130 17 / 0.3);
}
.ybc-decoration-lime-900\/40{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.4);
          text-decoration-color: rgb(92 130 17 / 0.4);
}
.ybc-decoration-lime-900\/50{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.5);
          text-decoration-color: rgb(92 130 17 / 0.5);
}
.ybc-decoration-lime-900\/60{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.6);
          text-decoration-color: rgb(92 130 17 / 0.6);
}
.ybc-decoration-lime-900\/70{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.7);
          text-decoration-color: rgb(92 130 17 / 0.7);
}
.ybc-decoration-lime-900\/75{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.75);
          text-decoration-color: rgb(92 130 17 / 0.75);
}
.ybc-decoration-lime-900\/80{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.8);
          text-decoration-color: rgb(92 130 17 / 0.8);
}
.ybc-decoration-lime-900\/90{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.9);
          text-decoration-color: rgb(92 130 17 / 0.9);
}
.ybc-decoration-lime-900\/95{
  -webkit-text-decoration-color: rgb(92 130 17 / 0.95);
          text-decoration-color: rgb(92 130 17 / 0.95);
}
.ybc-decoration-lime-900\/100{
  -webkit-text-decoration-color: rgb(92 130 17 / 1);
          text-decoration-color: rgb(92 130 17 / 1);
}
.ybc-decoration-gray-100\/0{
  -webkit-text-decoration-color: rgb(245 245 245 / 0);
          text-decoration-color: rgb(245 245 245 / 0);
}
.ybc-decoration-gray-100\/5{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.05);
          text-decoration-color: rgb(245 245 245 / 0.05);
}
.ybc-decoration-gray-100\/10{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.1);
          text-decoration-color: rgb(245 245 245 / 0.1);
}
.ybc-decoration-gray-100\/20{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.2);
          text-decoration-color: rgb(245 245 245 / 0.2);
}
.ybc-decoration-gray-100\/25{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.25);
          text-decoration-color: rgb(245 245 245 / 0.25);
}
.ybc-decoration-gray-100\/30{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.3);
          text-decoration-color: rgb(245 245 245 / 0.3);
}
.ybc-decoration-gray-100\/40{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.4);
          text-decoration-color: rgb(245 245 245 / 0.4);
}
.ybc-decoration-gray-100\/50{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.5);
          text-decoration-color: rgb(245 245 245 / 0.5);
}
.ybc-decoration-gray-100\/60{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.6);
          text-decoration-color: rgb(245 245 245 / 0.6);
}
.ybc-decoration-gray-100\/70{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.7);
          text-decoration-color: rgb(245 245 245 / 0.7);
}
.ybc-decoration-gray-100\/75{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.75);
          text-decoration-color: rgb(245 245 245 / 0.75);
}
.ybc-decoration-gray-100\/80{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.8);
          text-decoration-color: rgb(245 245 245 / 0.8);
}
.ybc-decoration-gray-100\/90{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.9);
          text-decoration-color: rgb(245 245 245 / 0.9);
}
.ybc-decoration-gray-100\/95{
  -webkit-text-decoration-color: rgb(245 245 245 / 0.95);
          text-decoration-color: rgb(245 245 245 / 0.95);
}
.ybc-decoration-gray-100\/100{
  -webkit-text-decoration-color: rgb(245 245 245 / 1);
          text-decoration-color: rgb(245 245 245 / 1);
}
.ybc-decoration-gray-200\/0{
  -webkit-text-decoration-color: rgb(249 249 249 / 0);
          text-decoration-color: rgb(249 249 249 / 0);
}
.ybc-decoration-gray-200\/5{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.05);
          text-decoration-color: rgb(249 249 249 / 0.05);
}
.ybc-decoration-gray-200\/10{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.1);
          text-decoration-color: rgb(249 249 249 / 0.1);
}
.ybc-decoration-gray-200\/20{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.2);
          text-decoration-color: rgb(249 249 249 / 0.2);
}
.ybc-decoration-gray-200\/25{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.25);
          text-decoration-color: rgb(249 249 249 / 0.25);
}
.ybc-decoration-gray-200\/30{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.3);
          text-decoration-color: rgb(249 249 249 / 0.3);
}
.ybc-decoration-gray-200\/40{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.4);
          text-decoration-color: rgb(249 249 249 / 0.4);
}
.ybc-decoration-gray-200\/50{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.5);
          text-decoration-color: rgb(249 249 249 / 0.5);
}
.ybc-decoration-gray-200\/60{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.6);
          text-decoration-color: rgb(249 249 249 / 0.6);
}
.ybc-decoration-gray-200\/70{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.7);
          text-decoration-color: rgb(249 249 249 / 0.7);
}
.ybc-decoration-gray-200\/75{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.75);
          text-decoration-color: rgb(249 249 249 / 0.75);
}
.ybc-decoration-gray-200\/80{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.8);
          text-decoration-color: rgb(249 249 249 / 0.8);
}
.ybc-decoration-gray-200\/90{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.9);
          text-decoration-color: rgb(249 249 249 / 0.9);
}
.ybc-decoration-gray-200\/95{
  -webkit-text-decoration-color: rgb(249 249 249 / 0.95);
          text-decoration-color: rgb(249 249 249 / 0.95);
}
.ybc-decoration-gray-200\/100{
  -webkit-text-decoration-color: rgb(249 249 249 / 1);
          text-decoration-color: rgb(249 249 249 / 1);
}
.ybc-decoration-gray-300\/0{
  -webkit-text-decoration-color: rgb(217 217 217 / 0);
          text-decoration-color: rgb(217 217 217 / 0);
}
.ybc-decoration-gray-300\/5{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.05);
          text-decoration-color: rgb(217 217 217 / 0.05);
}
.ybc-decoration-gray-300\/10{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.1);
          text-decoration-color: rgb(217 217 217 / 0.1);
}
.ybc-decoration-gray-300\/20{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.2);
          text-decoration-color: rgb(217 217 217 / 0.2);
}
.ybc-decoration-gray-300\/25{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.25);
          text-decoration-color: rgb(217 217 217 / 0.25);
}
.ybc-decoration-gray-300\/30{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.3);
          text-decoration-color: rgb(217 217 217 / 0.3);
}
.ybc-decoration-gray-300\/40{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.4);
          text-decoration-color: rgb(217 217 217 / 0.4);
}
.ybc-decoration-gray-300\/50{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.5);
          text-decoration-color: rgb(217 217 217 / 0.5);
}
.ybc-decoration-gray-300\/60{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.6);
          text-decoration-color: rgb(217 217 217 / 0.6);
}
.ybc-decoration-gray-300\/70{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.7);
          text-decoration-color: rgb(217 217 217 / 0.7);
}
.ybc-decoration-gray-300\/75{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.75);
          text-decoration-color: rgb(217 217 217 / 0.75);
}
.ybc-decoration-gray-300\/80{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.8);
          text-decoration-color: rgb(217 217 217 / 0.8);
}
.ybc-decoration-gray-300\/90{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.9);
          text-decoration-color: rgb(217 217 217 / 0.9);
}
.ybc-decoration-gray-300\/95{
  -webkit-text-decoration-color: rgb(217 217 217 / 0.95);
          text-decoration-color: rgb(217 217 217 / 0.95);
}
.ybc-decoration-gray-300\/100{
  -webkit-text-decoration-color: rgb(217 217 217 / 1);
          text-decoration-color: rgb(217 217 217 / 1);
}
.ybc-decoration-gray-600\/0{
  -webkit-text-decoration-color: rgb(78 78 78 / 0);
          text-decoration-color: rgb(78 78 78 / 0);
}
.ybc-decoration-gray-600\/5{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.05);
          text-decoration-color: rgb(78 78 78 / 0.05);
}
.ybc-decoration-gray-600\/10{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.1);
          text-decoration-color: rgb(78 78 78 / 0.1);
}
.ybc-decoration-gray-600\/20{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.2);
          text-decoration-color: rgb(78 78 78 / 0.2);
}
.ybc-decoration-gray-600\/25{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.25);
          text-decoration-color: rgb(78 78 78 / 0.25);
}
.ybc-decoration-gray-600\/30{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.3);
          text-decoration-color: rgb(78 78 78 / 0.3);
}
.ybc-decoration-gray-600\/40{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.4);
          text-decoration-color: rgb(78 78 78 / 0.4);
}
.ybc-decoration-gray-600\/50{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.5);
          text-decoration-color: rgb(78 78 78 / 0.5);
}
.ybc-decoration-gray-600\/60{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.6);
          text-decoration-color: rgb(78 78 78 / 0.6);
}
.ybc-decoration-gray-600\/70{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.7);
          text-decoration-color: rgb(78 78 78 / 0.7);
}
.ybc-decoration-gray-600\/75{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.75);
          text-decoration-color: rgb(78 78 78 / 0.75);
}
.ybc-decoration-gray-600\/80{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.8);
          text-decoration-color: rgb(78 78 78 / 0.8);
}
.ybc-decoration-gray-600\/90{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.9);
          text-decoration-color: rgb(78 78 78 / 0.9);
}
.ybc-decoration-gray-600\/95{
  -webkit-text-decoration-color: rgb(78 78 78 / 0.95);
          text-decoration-color: rgb(78 78 78 / 0.95);
}
.ybc-decoration-gray-600\/100{
  -webkit-text-decoration-color: rgb(78 78 78 / 1);
          text-decoration-color: rgb(78 78 78 / 1);
}
.ybc-decoration-gray-900\/0{
  -webkit-text-decoration-color: rgb(61 65 51 / 0);
          text-decoration-color: rgb(61 65 51 / 0);
}
.ybc-decoration-gray-900\/5{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.05);
          text-decoration-color: rgb(61 65 51 / 0.05);
}
.ybc-decoration-gray-900\/10{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.1);
          text-decoration-color: rgb(61 65 51 / 0.1);
}
.ybc-decoration-gray-900\/20{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.2);
          text-decoration-color: rgb(61 65 51 / 0.2);
}
.ybc-decoration-gray-900\/25{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.25);
          text-decoration-color: rgb(61 65 51 / 0.25);
}
.ybc-decoration-gray-900\/30{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.3);
          text-decoration-color: rgb(61 65 51 / 0.3);
}
.ybc-decoration-gray-900\/40{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.4);
          text-decoration-color: rgb(61 65 51 / 0.4);
}
.ybc-decoration-gray-900\/50{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.5);
          text-decoration-color: rgb(61 65 51 / 0.5);
}
.ybc-decoration-gray-900\/60{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.6);
          text-decoration-color: rgb(61 65 51 / 0.6);
}
.ybc-decoration-gray-900\/70{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.7);
          text-decoration-color: rgb(61 65 51 / 0.7);
}
.ybc-decoration-gray-900\/75{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.75);
          text-decoration-color: rgb(61 65 51 / 0.75);
}
.ybc-decoration-gray-900\/80{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.8);
          text-decoration-color: rgb(61 65 51 / 0.8);
}
.ybc-decoration-gray-900\/90{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.9);
          text-decoration-color: rgb(61 65 51 / 0.9);
}
.ybc-decoration-gray-900\/95{
  -webkit-text-decoration-color: rgb(61 65 51 / 0.95);
          text-decoration-color: rgb(61 65 51 / 0.95);
}
.ybc-decoration-gray-900\/100{
  -webkit-text-decoration-color: rgb(61 65 51 / 1);
          text-decoration-color: rgb(61 65 51 / 1);
}
.ybc-decoration-teal-600\/0{
  -webkit-text-decoration-color: rgb(0 115 165 / 0);
          text-decoration-color: rgb(0 115 165 / 0);
}
.ybc-decoration-teal-600\/5{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.05);
          text-decoration-color: rgb(0 115 165 / 0.05);
}
.ybc-decoration-teal-600\/10{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.1);
          text-decoration-color: rgb(0 115 165 / 0.1);
}
.ybc-decoration-teal-600\/20{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.2);
          text-decoration-color: rgb(0 115 165 / 0.2);
}
.ybc-decoration-teal-600\/25{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.25);
          text-decoration-color: rgb(0 115 165 / 0.25);
}
.ybc-decoration-teal-600\/30{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.3);
          text-decoration-color: rgb(0 115 165 / 0.3);
}
.ybc-decoration-teal-600\/40{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.4);
          text-decoration-color: rgb(0 115 165 / 0.4);
}
.ybc-decoration-teal-600\/50{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.5);
          text-decoration-color: rgb(0 115 165 / 0.5);
}
.ybc-decoration-teal-600\/60{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.6);
          text-decoration-color: rgb(0 115 165 / 0.6);
}
.ybc-decoration-teal-600\/70{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.7);
          text-decoration-color: rgb(0 115 165 / 0.7);
}
.ybc-decoration-teal-600\/75{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.75);
          text-decoration-color: rgb(0 115 165 / 0.75);
}
.ybc-decoration-teal-600\/80{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.8);
          text-decoration-color: rgb(0 115 165 / 0.8);
}
.ybc-decoration-teal-600\/90{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.9);
          text-decoration-color: rgb(0 115 165 / 0.9);
}
.ybc-decoration-teal-600\/95{
  -webkit-text-decoration-color: rgb(0 115 165 / 0.95);
          text-decoration-color: rgb(0 115 165 / 0.95);
}
.ybc-decoration-teal-600\/100{
  -webkit-text-decoration-color: rgb(0 115 165 / 1);
          text-decoration-color: rgb(0 115 165 / 1);
}
.ybc-decoration-teal-900\/0{
  -webkit-text-decoration-color: rgb(0 85 114 / 0);
          text-decoration-color: rgb(0 85 114 / 0);
}
.ybc-decoration-teal-900\/5{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.05);
          text-decoration-color: rgb(0 85 114 / 0.05);
}
.ybc-decoration-teal-900\/10{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.1);
          text-decoration-color: rgb(0 85 114 / 0.1);
}
.ybc-decoration-teal-900\/20{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.2);
          text-decoration-color: rgb(0 85 114 / 0.2);
}
.ybc-decoration-teal-900\/25{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.25);
          text-decoration-color: rgb(0 85 114 / 0.25);
}
.ybc-decoration-teal-900\/30{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.3);
          text-decoration-color: rgb(0 85 114 / 0.3);
}
.ybc-decoration-teal-900\/40{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.4);
          text-decoration-color: rgb(0 85 114 / 0.4);
}
.ybc-decoration-teal-900\/50{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.5);
          text-decoration-color: rgb(0 85 114 / 0.5);
}
.ybc-decoration-teal-900\/60{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.6);
          text-decoration-color: rgb(0 85 114 / 0.6);
}
.ybc-decoration-teal-900\/70{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.7);
          text-decoration-color: rgb(0 85 114 / 0.7);
}
.ybc-decoration-teal-900\/75{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.75);
          text-decoration-color: rgb(0 85 114 / 0.75);
}
.ybc-decoration-teal-900\/80{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.8);
          text-decoration-color: rgb(0 85 114 / 0.8);
}
.ybc-decoration-teal-900\/90{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.9);
          text-decoration-color: rgb(0 85 114 / 0.9);
}
.ybc-decoration-teal-900\/95{
  -webkit-text-decoration-color: rgb(0 85 114 / 0.95);
          text-decoration-color: rgb(0 85 114 / 0.95);
}
.ybc-decoration-teal-900\/100{
  -webkit-text-decoration-color: rgb(0 85 114 / 1);
          text-decoration-color: rgb(0 85 114 / 1);
}
.ybc-decoration-solid{
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.ybc-decoration-double{
  -webkit-text-decoration-style: double;
          text-decoration-style: double;
}
.ybc-decoration-dotted{
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}
.ybc-decoration-dashed{
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
}
.ybc-decoration-wavy{
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
}
.ybc-decoration-0{
  text-decoration-thickness: 0px;
}
.ybc-decoration-1{
  text-decoration-thickness: 1px;
}
.ybc-decoration-2{
  text-decoration-thickness: 2px;
}
.ybc-decoration-4{
  text-decoration-thickness: 4px;
}
.ybc-decoration-8{
  text-decoration-thickness: 8px;
}
.ybc-decoration-auto{
  text-decoration-thickness: auto;
}
.ybc-decoration-from-font{
  text-decoration-thickness: from-font;
}
.ybc-underline-offset-0{
  text-underline-offset: 0px;
}
.ybc-underline-offset-1{
  text-underline-offset: 1px;
}
.ybc-underline-offset-2{
  text-underline-offset: 2px;
}
.ybc-underline-offset-4{
  text-underline-offset: 4px;
}
.ybc-underline-offset-8{
  text-underline-offset: 8px;
}
.ybc-underline-offset-auto{
  text-underline-offset: auto;
}
.ybc-antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ybc-subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.ybc-placeholder-transparent::-moz-placeholder{
  color: transparent;
}
.ybc-placeholder-transparent::placeholder{
  color: transparent;
}
.ybc-placeholder-current::-moz-placeholder{
  color: currentColor;
}
.ybc-placeholder-current::placeholder{
  color: currentColor;
}
.ybc-placeholder-black::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-black::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-white::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-white::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(154 202 60 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(154 202 60 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(132 189 0 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(132 189 0 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(92 130 17 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-lime-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(92 130 17 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-100::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-200::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 249 249 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-200::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(249 249 249 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(217 217 217 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(78 78 78 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(78 78 78 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(61 65 51 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-gray-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(61 65 51 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-teal-600::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 115 165 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-teal-600::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 115 165 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-teal-900::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 85 114 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-teal-900::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(0 85 114 / var(--tw-placeholder-opacity));
}
.ybc-placeholder-transparent\/0::-moz-placeholder{
  color: rgb(0 0 0 / 0);
}
.ybc-placeholder-transparent\/0::placeholder{
  color: rgb(0 0 0 / 0);
}
.ybc-placeholder-transparent\/5::-moz-placeholder{
  color: rgb(0 0 0 / 0.05);
}
.ybc-placeholder-transparent\/5::placeholder{
  color: rgb(0 0 0 / 0.05);
}
.ybc-placeholder-transparent\/10::-moz-placeholder{
  color: rgb(0 0 0 / 0.1);
}
.ybc-placeholder-transparent\/10::placeholder{
  color: rgb(0 0 0 / 0.1);
}
.ybc-placeholder-transparent\/20::-moz-placeholder{
  color: rgb(0 0 0 / 0.2);
}
.ybc-placeholder-transparent\/20::placeholder{
  color: rgb(0 0 0 / 0.2);
}
.ybc-placeholder-transparent\/25::-moz-placeholder{
  color: rgb(0 0 0 / 0.25);
}
.ybc-placeholder-transparent\/25::placeholder{
  color: rgb(0 0 0 / 0.25);
}
.ybc-placeholder-transparent\/30::-moz-placeholder{
  color: rgb(0 0 0 / 0.3);
}
.ybc-placeholder-transparent\/30::placeholder{
  color: rgb(0 0 0 / 0.3);
}
.ybc-placeholder-transparent\/40::-moz-placeholder{
  color: rgb(0 0 0 / 0.4);
}
.ybc-placeholder-transparent\/40::placeholder{
  color: rgb(0 0 0 / 0.4);
}
.ybc-placeholder-transparent\/50::-moz-placeholder{
  color: rgb(0 0 0 / 0.5);
}
.ybc-placeholder-transparent\/50::placeholder{
  color: rgb(0 0 0 / 0.5);
}
.ybc-placeholder-transparent\/60::-moz-placeholder{
  color: rgb(0 0 0 / 0.6);
}
.ybc-placeholder-transparent\/60::placeholder{
  color: rgb(0 0 0 / 0.6);
}
.ybc-placeholder-transparent\/70::-moz-placeholder{
  color: rgb(0 0 0 / 0.7);
}
.ybc-placeholder-transparent\/70::placeholder{
  color: rgb(0 0 0 / 0.7);
}
.ybc-placeholder-transparent\/75::-moz-placeholder{
  color: rgb(0 0 0 / 0.75);
}
.ybc-placeholder-transparent\/75::placeholder{
  color: rgb(0 0 0 / 0.75);
}
.ybc-placeholder-transparent\/80::-moz-placeholder{
  color: rgb(0 0 0 / 0.8);
}
.ybc-placeholder-transparent\/80::placeholder{
  color: rgb(0 0 0 / 0.8);
}
.ybc-placeholder-transparent\/90::-moz-placeholder{
  color: rgb(0 0 0 / 0.9);
}
.ybc-placeholder-transparent\/90::placeholder{
  color: rgb(0 0 0 / 0.9);
}
.ybc-placeholder-transparent\/95::-moz-placeholder{
  color: rgb(0 0 0 / 0.95);
}
.ybc-placeholder-transparent\/95::placeholder{
  color: rgb(0 0 0 / 0.95);
}
.ybc-placeholder-transparent\/100::-moz-placeholder{
  color: rgb(0 0 0 / 1);
}
.ybc-placeholder-transparent\/100::placeholder{
  color: rgb(0 0 0 / 1);
}
.ybc-placeholder-black\/0::-moz-placeholder{
  color: rgb(0 0 0 / 0);
}
.ybc-placeholder-black\/0::placeholder{
  color: rgb(0 0 0 / 0);
}
.ybc-placeholder-black\/5::-moz-placeholder{
  color: rgb(0 0 0 / 0.05);
}
.ybc-placeholder-black\/5::placeholder{
  color: rgb(0 0 0 / 0.05);
}
.ybc-placeholder-black\/10::-moz-placeholder{
  color: rgb(0 0 0 / 0.1);
}
.ybc-placeholder-black\/10::placeholder{
  color: rgb(0 0 0 / 0.1);
}
.ybc-placeholder-black\/20::-moz-placeholder{
  color: rgb(0 0 0 / 0.2);
}
.ybc-placeholder-black\/20::placeholder{
  color: rgb(0 0 0 / 0.2);
}
.ybc-placeholder-black\/25::-moz-placeholder{
  color: rgb(0 0 0 / 0.25);
}
.ybc-placeholder-black\/25::placeholder{
  color: rgb(0 0 0 / 0.25);
}
.ybc-placeholder-black\/30::-moz-placeholder{
  color: rgb(0 0 0 / 0.3);
}
.ybc-placeholder-black\/30::placeholder{
  color: rgb(0 0 0 / 0.3);
}
.ybc-placeholder-black\/40::-moz-placeholder{
  color: rgb(0 0 0 / 0.4);
}
.ybc-placeholder-black\/40::placeholder{
  color: rgb(0 0 0 / 0.4);
}
.ybc-placeholder-black\/50::-moz-placeholder{
  color: rgb(0 0 0 / 0.5);
}
.ybc-placeholder-black\/50::placeholder{
  color: rgb(0 0 0 / 0.5);
}
.ybc-placeholder-black\/60::-moz-placeholder{
  color: rgb(0 0 0 / 0.6);
}
.ybc-placeholder-black\/60::placeholder{
  color: rgb(0 0 0 / 0.6);
}
.ybc-placeholder-black\/70::-moz-placeholder{
  color: rgb(0 0 0 / 0.7);
}
.ybc-placeholder-black\/70::placeholder{
  color: rgb(0 0 0 / 0.7);
}
.ybc-placeholder-black\/75::-moz-placeholder{
  color: rgb(0 0 0 / 0.75);
}
.ybc-placeholder-black\/75::placeholder{
  color: rgb(0 0 0 / 0.75);
}
.ybc-placeholder-black\/80::-moz-placeholder{
  color: rgb(0 0 0 / 0.8);
}
.ybc-placeholder-black\/80::placeholder{
  color: rgb(0 0 0 / 0.8);
}
.ybc-placeholder-black\/90::-moz-placeholder{
  color: rgb(0 0 0 / 0.9);
}
.ybc-placeholder-black\/90::placeholder{
  color: rgb(0 0 0 / 0.9);
}
.ybc-placeholder-black\/95::-moz-placeholder{
  color: rgb(0 0 0 / 0.95);
}
.ybc-placeholder-black\/95::placeholder{
  color: rgb(0 0 0 / 0.95);
}
.ybc-placeholder-black\/100::-moz-placeholder{
  color: rgb(0 0 0 / 1);
}
.ybc-placeholder-black\/100::placeholder{
  color: rgb(0 0 0 / 1);
}
.ybc-placeholder-white\/0::-moz-placeholder{
  color: rgb(255 255 255 / 0);
}
.ybc-placeholder-white\/0::placeholder{
  color: rgb(255 255 255 / 0);
}
.ybc-placeholder-white\/5::-moz-placeholder{
  color: rgb(255 255 255 / 0.05);
}
.ybc-placeholder-white\/5::placeholder{
  color: rgb(255 255 255 / 0.05);
}
.ybc-placeholder-white\/10::-moz-placeholder{
  color: rgb(255 255 255 / 0.1);
}
.ybc-placeholder-white\/10::placeholder{
  color: rgb(255 255 255 / 0.1);
}
.ybc-placeholder-white\/20::-moz-placeholder{
  color: rgb(255 255 255 / 0.2);
}
.ybc-placeholder-white\/20::placeholder{
  color: rgb(255 255 255 / 0.2);
}
.ybc-placeholder-white\/25::-moz-placeholder{
  color: rgb(255 255 255 / 0.25);
}
.ybc-placeholder-white\/25::placeholder{
  color: rgb(255 255 255 / 0.25);
}
.ybc-placeholder-white\/30::-moz-placeholder{
  color: rgb(255 255 255 / 0.3);
}
.ybc-placeholder-white\/30::placeholder{
  color: rgb(255 255 255 / 0.3);
}
.ybc-placeholder-white\/40::-moz-placeholder{
  color: rgb(255 255 255 / 0.4);
}
.ybc-placeholder-white\/40::placeholder{
  color: rgb(255 255 255 / 0.4);
}
.ybc-placeholder-white\/50::-moz-placeholder{
  color: rgb(255 255 255 / 0.5);
}
.ybc-placeholder-white\/50::placeholder{
  color: rgb(255 255 255 / 0.5);
}
.ybc-placeholder-white\/60::-moz-placeholder{
  color: rgb(255 255 255 / 0.6);
}
.ybc-placeholder-white\/60::placeholder{
  color: rgb(255 255 255 / 0.6);
}
.ybc-placeholder-white\/70::-moz-placeholder{
  color: rgb(255 255 255 / 0.7);
}
.ybc-placeholder-white\/70::placeholder{
  color: rgb(255 255 255 / 0.7);
}
.ybc-placeholder-white\/75::-moz-placeholder{
  color: rgb(255 255 255 / 0.75);
}
.ybc-placeholder-white\/75::placeholder{
  color: rgb(255 255 255 / 0.75);
}
.ybc-placeholder-white\/80::-moz-placeholder{
  color: rgb(255 255 255 / 0.8);
}
.ybc-placeholder-white\/80::placeholder{
  color: rgb(255 255 255 / 0.8);
}
.ybc-placeholder-white\/90::-moz-placeholder{
  color: rgb(255 255 255 / 0.9);
}
.ybc-placeholder-white\/90::placeholder{
  color: rgb(255 255 255 / 0.9);
}
.ybc-placeholder-white\/95::-moz-placeholder{
  color: rgb(255 255 255 / 0.95);
}
.ybc-placeholder-white\/95::placeholder{
  color: rgb(255 255 255 / 0.95);
}
.ybc-placeholder-white\/100::-moz-placeholder{
  color: rgb(255 255 255 / 1);
}
.ybc-placeholder-white\/100::placeholder{
  color: rgb(255 255 255 / 1);
}
.ybc-placeholder-lime-400\/0::-moz-placeholder{
  color: rgb(154 202 60 / 0);
}
.ybc-placeholder-lime-400\/0::placeholder{
  color: rgb(154 202 60 / 0);
}
.ybc-placeholder-lime-400\/5::-moz-placeholder{
  color: rgb(154 202 60 / 0.05);
}
.ybc-placeholder-lime-400\/5::placeholder{
  color: rgb(154 202 60 / 0.05);
}
.ybc-placeholder-lime-400\/10::-moz-placeholder{
  color: rgb(154 202 60 / 0.1);
}
.ybc-placeholder-lime-400\/10::placeholder{
  color: rgb(154 202 60 / 0.1);
}
.ybc-placeholder-lime-400\/20::-moz-placeholder{
  color: rgb(154 202 60 / 0.2);
}
.ybc-placeholder-lime-400\/20::placeholder{
  color: rgb(154 202 60 / 0.2);
}
.ybc-placeholder-lime-400\/25::-moz-placeholder{
  color: rgb(154 202 60 / 0.25);
}
.ybc-placeholder-lime-400\/25::placeholder{
  color: rgb(154 202 60 / 0.25);
}
.ybc-placeholder-lime-400\/30::-moz-placeholder{
  color: rgb(154 202 60 / 0.3);
}
.ybc-placeholder-lime-400\/30::placeholder{
  color: rgb(154 202 60 / 0.3);
}
.ybc-placeholder-lime-400\/40::-moz-placeholder{
  color: rgb(154 202 60 / 0.4);
}
.ybc-placeholder-lime-400\/40::placeholder{
  color: rgb(154 202 60 / 0.4);
}
.ybc-placeholder-lime-400\/50::-moz-placeholder{
  color: rgb(154 202 60 / 0.5);
}
.ybc-placeholder-lime-400\/50::placeholder{
  color: rgb(154 202 60 / 0.5);
}
.ybc-placeholder-lime-400\/60::-moz-placeholder{
  color: rgb(154 202 60 / 0.6);
}
.ybc-placeholder-lime-400\/60::placeholder{
  color: rgb(154 202 60 / 0.6);
}
.ybc-placeholder-lime-400\/70::-moz-placeholder{
  color: rgb(154 202 60 / 0.7);
}
.ybc-placeholder-lime-400\/70::placeholder{
  color: rgb(154 202 60 / 0.7);
}
.ybc-placeholder-lime-400\/75::-moz-placeholder{
  color: rgb(154 202 60 / 0.75);
}
.ybc-placeholder-lime-400\/75::placeholder{
  color: rgb(154 202 60 / 0.75);
}
.ybc-placeholder-lime-400\/80::-moz-placeholder{
  color: rgb(154 202 60 / 0.8);
}
.ybc-placeholder-lime-400\/80::placeholder{
  color: rgb(154 202 60 / 0.8);
}
.ybc-placeholder-lime-400\/90::-moz-placeholder{
  color: rgb(154 202 60 / 0.9);
}
.ybc-placeholder-lime-400\/90::placeholder{
  color: rgb(154 202 60 / 0.9);
}
.ybc-placeholder-lime-400\/95::-moz-placeholder{
  color: rgb(154 202 60 / 0.95);
}
.ybc-placeholder-lime-400\/95::placeholder{
  color: rgb(154 202 60 / 0.95);
}
.ybc-placeholder-lime-400\/100::-moz-placeholder{
  color: rgb(154 202 60 / 1);
}
.ybc-placeholder-lime-400\/100::placeholder{
  color: rgb(154 202 60 / 1);
}
.ybc-placeholder-lime-500\/0::-moz-placeholder{
  color: rgb(132 189 0 / 0);
}
.ybc-placeholder-lime-500\/0::placeholder{
  color: rgb(132 189 0 / 0);
}
.ybc-placeholder-lime-500\/5::-moz-placeholder{
  color: rgb(132 189 0 / 0.05);
}
.ybc-placeholder-lime-500\/5::placeholder{
  color: rgb(132 189 0 / 0.05);
}
.ybc-placeholder-lime-500\/10::-moz-placeholder{
  color: rgb(132 189 0 / 0.1);
}
.ybc-placeholder-lime-500\/10::placeholder{
  color: rgb(132 189 0 / 0.1);
}
.ybc-placeholder-lime-500\/20::-moz-placeholder{
  color: rgb(132 189 0 / 0.2);
}
.ybc-placeholder-lime-500\/20::placeholder{
  color: rgb(132 189 0 / 0.2);
}
.ybc-placeholder-lime-500\/25::-moz-placeholder{
  color: rgb(132 189 0 / 0.25);
}
.ybc-placeholder-lime-500\/25::placeholder{
  color: rgb(132 189 0 / 0.25);
}
.ybc-placeholder-lime-500\/30::-moz-placeholder{
  color: rgb(132 189 0 / 0.3);
}
.ybc-placeholder-lime-500\/30::placeholder{
  color: rgb(132 189 0 / 0.3);
}
.ybc-placeholder-lime-500\/40::-moz-placeholder{
  color: rgb(132 189 0 / 0.4);
}
.ybc-placeholder-lime-500\/40::placeholder{
  color: rgb(132 189 0 / 0.4);
}
.ybc-placeholder-lime-500\/50::-moz-placeholder{
  color: rgb(132 189 0 / 0.5);
}
.ybc-placeholder-lime-500\/50::placeholder{
  color: rgb(132 189 0 / 0.5);
}
.ybc-placeholder-lime-500\/60::-moz-placeholder{
  color: rgb(132 189 0 / 0.6);
}
.ybc-placeholder-lime-500\/60::placeholder{
  color: rgb(132 189 0 / 0.6);
}
.ybc-placeholder-lime-500\/70::-moz-placeholder{
  color: rgb(132 189 0 / 0.7);
}
.ybc-placeholder-lime-500\/70::placeholder{
  color: rgb(132 189 0 / 0.7);
}
.ybc-placeholder-lime-500\/75::-moz-placeholder{
  color: rgb(132 189 0 / 0.75);
}
.ybc-placeholder-lime-500\/75::placeholder{
  color: rgb(132 189 0 / 0.75);
}
.ybc-placeholder-lime-500\/80::-moz-placeholder{
  color: rgb(132 189 0 / 0.8);
}
.ybc-placeholder-lime-500\/80::placeholder{
  color: rgb(132 189 0 / 0.8);
}
.ybc-placeholder-lime-500\/90::-moz-placeholder{
  color: rgb(132 189 0 / 0.9);
}
.ybc-placeholder-lime-500\/90::placeholder{
  color: rgb(132 189 0 / 0.9);
}
.ybc-placeholder-lime-500\/95::-moz-placeholder{
  color: rgb(132 189 0 / 0.95);
}
.ybc-placeholder-lime-500\/95::placeholder{
  color: rgb(132 189 0 / 0.95);
}
.ybc-placeholder-lime-500\/100::-moz-placeholder{
  color: rgb(132 189 0 / 1);
}
.ybc-placeholder-lime-500\/100::placeholder{
  color: rgb(132 189 0 / 1);
}
.ybc-placeholder-lime-600\/0::-moz-placeholder{
  color: rgb(101 163 13 / 0);
}
.ybc-placeholder-lime-600\/0::placeholder{
  color: rgb(101 163 13 / 0);
}
.ybc-placeholder-lime-600\/5::-moz-placeholder{
  color: rgb(101 163 13 / 0.05);
}
.ybc-placeholder-lime-600\/5::placeholder{
  color: rgb(101 163 13 / 0.05);
}
.ybc-placeholder-lime-600\/10::-moz-placeholder{
  color: rgb(101 163 13 / 0.1);
}
.ybc-placeholder-lime-600\/10::placeholder{
  color: rgb(101 163 13 / 0.1);
}
.ybc-placeholder-lime-600\/20::-moz-placeholder{
  color: rgb(101 163 13 / 0.2);
}
.ybc-placeholder-lime-600\/20::placeholder{
  color: rgb(101 163 13 / 0.2);
}
.ybc-placeholder-lime-600\/25::-moz-placeholder{
  color: rgb(101 163 13 / 0.25);
}
.ybc-placeholder-lime-600\/25::placeholder{
  color: rgb(101 163 13 / 0.25);
}
.ybc-placeholder-lime-600\/30::-moz-placeholder{
  color: rgb(101 163 13 / 0.3);
}
.ybc-placeholder-lime-600\/30::placeholder{
  color: rgb(101 163 13 / 0.3);
}
.ybc-placeholder-lime-600\/40::-moz-placeholder{
  color: rgb(101 163 13 / 0.4);
}
.ybc-placeholder-lime-600\/40::placeholder{
  color: rgb(101 163 13 / 0.4);
}
.ybc-placeholder-lime-600\/50::-moz-placeholder{
  color: rgb(101 163 13 / 0.5);
}
.ybc-placeholder-lime-600\/50::placeholder{
  color: rgb(101 163 13 / 0.5);
}
.ybc-placeholder-lime-600\/60::-moz-placeholder{
  color: rgb(101 163 13 / 0.6);
}
.ybc-placeholder-lime-600\/60::placeholder{
  color: rgb(101 163 13 / 0.6);
}
.ybc-placeholder-lime-600\/70::-moz-placeholder{
  color: rgb(101 163 13 / 0.7);
}
.ybc-placeholder-lime-600\/70::placeholder{
  color: rgb(101 163 13 / 0.7);
}
.ybc-placeholder-lime-600\/75::-moz-placeholder{
  color: rgb(101 163 13 / 0.75);
}
.ybc-placeholder-lime-600\/75::placeholder{
  color: rgb(101 163 13 / 0.75);
}
.ybc-placeholder-lime-600\/80::-moz-placeholder{
  color: rgb(101 163 13 / 0.8);
}
.ybc-placeholder-lime-600\/80::placeholder{
  color: rgb(101 163 13 / 0.8);
}
.ybc-placeholder-lime-600\/90::-moz-placeholder{
  color: rgb(101 163 13 / 0.9);
}
.ybc-placeholder-lime-600\/90::placeholder{
  color: rgb(101 163 13 / 0.9);
}
.ybc-placeholder-lime-600\/95::-moz-placeholder{
  color: rgb(101 163 13 / 0.95);
}
.ybc-placeholder-lime-600\/95::placeholder{
  color: rgb(101 163 13 / 0.95);
}
.ybc-placeholder-lime-600\/100::-moz-placeholder{
  color: rgb(101 163 13 / 1);
}
.ybc-placeholder-lime-600\/100::placeholder{
  color: rgb(101 163 13 / 1);
}
.ybc-placeholder-lime-900\/0::-moz-placeholder{
  color: rgb(92 130 17 / 0);
}
.ybc-placeholder-lime-900\/0::placeholder{
  color: rgb(92 130 17 / 0);
}
.ybc-placeholder-lime-900\/5::-moz-placeholder{
  color: rgb(92 130 17 / 0.05);
}
.ybc-placeholder-lime-900\/5::placeholder{
  color: rgb(92 130 17 / 0.05);
}
.ybc-placeholder-lime-900\/10::-moz-placeholder{
  color: rgb(92 130 17 / 0.1);
}
.ybc-placeholder-lime-900\/10::placeholder{
  color: rgb(92 130 17 / 0.1);
}
.ybc-placeholder-lime-900\/20::-moz-placeholder{
  color: rgb(92 130 17 / 0.2);
}
.ybc-placeholder-lime-900\/20::placeholder{
  color: rgb(92 130 17 / 0.2);
}
.ybc-placeholder-lime-900\/25::-moz-placeholder{
  color: rgb(92 130 17 / 0.25);
}
.ybc-placeholder-lime-900\/25::placeholder{
  color: rgb(92 130 17 / 0.25);
}
.ybc-placeholder-lime-900\/30::-moz-placeholder{
  color: rgb(92 130 17 / 0.3);
}
.ybc-placeholder-lime-900\/30::placeholder{
  color: rgb(92 130 17 / 0.3);
}
.ybc-placeholder-lime-900\/40::-moz-placeholder{
  color: rgb(92 130 17 / 0.4);
}
.ybc-placeholder-lime-900\/40::placeholder{
  color: rgb(92 130 17 / 0.4);
}
.ybc-placeholder-lime-900\/50::-moz-placeholder{
  color: rgb(92 130 17 / 0.5);
}
.ybc-placeholder-lime-900\/50::placeholder{
  color: rgb(92 130 17 / 0.5);
}
.ybc-placeholder-lime-900\/60::-moz-placeholder{
  color: rgb(92 130 17 / 0.6);
}
.ybc-placeholder-lime-900\/60::placeholder{
  color: rgb(92 130 17 / 0.6);
}
.ybc-placeholder-lime-900\/70::-moz-placeholder{
  color: rgb(92 130 17 / 0.7);
}
.ybc-placeholder-lime-900\/70::placeholder{
  color: rgb(92 130 17 / 0.7);
}
.ybc-placeholder-lime-900\/75::-moz-placeholder{
  color: rgb(92 130 17 / 0.75);
}
.ybc-placeholder-lime-900\/75::placeholder{
  color: rgb(92 130 17 / 0.75);
}
.ybc-placeholder-lime-900\/80::-moz-placeholder{
  color: rgb(92 130 17 / 0.8);
}
.ybc-placeholder-lime-900\/80::placeholder{
  color: rgb(92 130 17 / 0.8);
}
.ybc-placeholder-lime-900\/90::-moz-placeholder{
  color: rgb(92 130 17 / 0.9);
}
.ybc-placeholder-lime-900\/90::placeholder{
  color: rgb(92 130 17 / 0.9);
}
.ybc-placeholder-lime-900\/95::-moz-placeholder{
  color: rgb(92 130 17 / 0.95);
}
.ybc-placeholder-lime-900\/95::placeholder{
  color: rgb(92 130 17 / 0.95);
}
.ybc-placeholder-lime-900\/100::-moz-placeholder{
  color: rgb(92 130 17 / 1);
}
.ybc-placeholder-lime-900\/100::placeholder{
  color: rgb(92 130 17 / 1);
}
.ybc-placeholder-gray-100\/0::-moz-placeholder{
  color: rgb(245 245 245 / 0);
}
.ybc-placeholder-gray-100\/0::placeholder{
  color: rgb(245 245 245 / 0);
}
.ybc-placeholder-gray-100\/5::-moz-placeholder{
  color: rgb(245 245 245 / 0.05);
}
.ybc-placeholder-gray-100\/5::placeholder{
  color: rgb(245 245 245 / 0.05);
}
.ybc-placeholder-gray-100\/10::-moz-placeholder{
  color: rgb(245 245 245 / 0.1);
}
.ybc-placeholder-gray-100\/10::placeholder{
  color: rgb(245 245 245 / 0.1);
}
.ybc-placeholder-gray-100\/20::-moz-placeholder{
  color: rgb(245 245 245 / 0.2);
}
.ybc-placeholder-gray-100\/20::placeholder{
  color: rgb(245 245 245 / 0.2);
}
.ybc-placeholder-gray-100\/25::-moz-placeholder{
  color: rgb(245 245 245 / 0.25);
}
.ybc-placeholder-gray-100\/25::placeholder{
  color: rgb(245 245 245 / 0.25);
}
.ybc-placeholder-gray-100\/30::-moz-placeholder{
  color: rgb(245 245 245 / 0.3);
}
.ybc-placeholder-gray-100\/30::placeholder{
  color: rgb(245 245 245 / 0.3);
}
.ybc-placeholder-gray-100\/40::-moz-placeholder{
  color: rgb(245 245 245 / 0.4);
}
.ybc-placeholder-gray-100\/40::placeholder{
  color: rgb(245 245 245 / 0.4);
}
.ybc-placeholder-gray-100\/50::-moz-placeholder{
  color: rgb(245 245 245 / 0.5);
}
.ybc-placeholder-gray-100\/50::placeholder{
  color: rgb(245 245 245 / 0.5);
}
.ybc-placeholder-gray-100\/60::-moz-placeholder{
  color: rgb(245 245 245 / 0.6);
}
.ybc-placeholder-gray-100\/60::placeholder{
  color: rgb(245 245 245 / 0.6);
}
.ybc-placeholder-gray-100\/70::-moz-placeholder{
  color: rgb(245 245 245 / 0.7);
}
.ybc-placeholder-gray-100\/70::placeholder{
  color: rgb(245 245 245 / 0.7);
}
.ybc-placeholder-gray-100\/75::-moz-placeholder{
  color: rgb(245 245 245 / 0.75);
}
.ybc-placeholder-gray-100\/75::placeholder{
  color: rgb(245 245 245 / 0.75);
}
.ybc-placeholder-gray-100\/80::-moz-placeholder{
  color: rgb(245 245 245 / 0.8);
}
.ybc-placeholder-gray-100\/80::placeholder{
  color: rgb(245 245 245 / 0.8);
}
.ybc-placeholder-gray-100\/90::-moz-placeholder{
  color: rgb(245 245 245 / 0.9);
}
.ybc-placeholder-gray-100\/90::placeholder{
  color: rgb(245 245 245 / 0.9);
}
.ybc-placeholder-gray-100\/95::-moz-placeholder{
  color: rgb(245 245 245 / 0.95);
}
.ybc-placeholder-gray-100\/95::placeholder{
  color: rgb(245 245 245 / 0.95);
}
.ybc-placeholder-gray-100\/100::-moz-placeholder{
  color: rgb(245 245 245 / 1);
}
.ybc-placeholder-gray-100\/100::placeholder{
  color: rgb(245 245 245 / 1);
}
.ybc-placeholder-gray-200\/0::-moz-placeholder{
  color: rgb(249 249 249 / 0);
}
.ybc-placeholder-gray-200\/0::placeholder{
  color: rgb(249 249 249 / 0);
}
.ybc-placeholder-gray-200\/5::-moz-placeholder{
  color: rgb(249 249 249 / 0.05);
}
.ybc-placeholder-gray-200\/5::placeholder{
  color: rgb(249 249 249 / 0.05);
}
.ybc-placeholder-gray-200\/10::-moz-placeholder{
  color: rgb(249 249 249 / 0.1);
}
.ybc-placeholder-gray-200\/10::placeholder{
  color: rgb(249 249 249 / 0.1);
}
.ybc-placeholder-gray-200\/20::-moz-placeholder{
  color: rgb(249 249 249 / 0.2);
}
.ybc-placeholder-gray-200\/20::placeholder{
  color: rgb(249 249 249 / 0.2);
}
.ybc-placeholder-gray-200\/25::-moz-placeholder{
  color: rgb(249 249 249 / 0.25);
}
.ybc-placeholder-gray-200\/25::placeholder{
  color: rgb(249 249 249 / 0.25);
}
.ybc-placeholder-gray-200\/30::-moz-placeholder{
  color: rgb(249 249 249 / 0.3);
}
.ybc-placeholder-gray-200\/30::placeholder{
  color: rgb(249 249 249 / 0.3);
}
.ybc-placeholder-gray-200\/40::-moz-placeholder{
  color: rgb(249 249 249 / 0.4);
}
.ybc-placeholder-gray-200\/40::placeholder{
  color: rgb(249 249 249 / 0.4);
}
.ybc-placeholder-gray-200\/50::-moz-placeholder{
  color: rgb(249 249 249 / 0.5);
}
.ybc-placeholder-gray-200\/50::placeholder{
  color: rgb(249 249 249 / 0.5);
}
.ybc-placeholder-gray-200\/60::-moz-placeholder{
  color: rgb(249 249 249 / 0.6);
}
.ybc-placeholder-gray-200\/60::placeholder{
  color: rgb(249 249 249 / 0.6);
}
.ybc-placeholder-gray-200\/70::-moz-placeholder{
  color: rgb(249 249 249 / 0.7);
}
.ybc-placeholder-gray-200\/70::placeholder{
  color: rgb(249 249 249 / 0.7);
}
.ybc-placeholder-gray-200\/75::-moz-placeholder{
  color: rgb(249 249 249 / 0.75);
}
.ybc-placeholder-gray-200\/75::placeholder{
  color: rgb(249 249 249 / 0.75);
}
.ybc-placeholder-gray-200\/80::-moz-placeholder{
  color: rgb(249 249 249 / 0.8);
}
.ybc-placeholder-gray-200\/80::placeholder{
  color: rgb(249 249 249 / 0.8);
}
.ybc-placeholder-gray-200\/90::-moz-placeholder{
  color: rgb(249 249 249 / 0.9);
}
.ybc-placeholder-gray-200\/90::placeholder{
  color: rgb(249 249 249 / 0.9);
}
.ybc-placeholder-gray-200\/95::-moz-placeholder{
  color: rgb(249 249 249 / 0.95);
}
.ybc-placeholder-gray-200\/95::placeholder{
  color: rgb(249 249 249 / 0.95);
}
.ybc-placeholder-gray-200\/100::-moz-placeholder{
  color: rgb(249 249 249 / 1);
}
.ybc-placeholder-gray-200\/100::placeholder{
  color: rgb(249 249 249 / 1);
}
.ybc-placeholder-gray-300\/0::-moz-placeholder{
  color: rgb(217 217 217 / 0);
}
.ybc-placeholder-gray-300\/0::placeholder{
  color: rgb(217 217 217 / 0);
}
.ybc-placeholder-gray-300\/5::-moz-placeholder{
  color: rgb(217 217 217 / 0.05);
}
.ybc-placeholder-gray-300\/5::placeholder{
  color: rgb(217 217 217 / 0.05);
}
.ybc-placeholder-gray-300\/10::-moz-placeholder{
  color: rgb(217 217 217 / 0.1);
}
.ybc-placeholder-gray-300\/10::placeholder{
  color: rgb(217 217 217 / 0.1);
}
.ybc-placeholder-gray-300\/20::-moz-placeholder{
  color: rgb(217 217 217 / 0.2);
}
.ybc-placeholder-gray-300\/20::placeholder{
  color: rgb(217 217 217 / 0.2);
}
.ybc-placeholder-gray-300\/25::-moz-placeholder{
  color: rgb(217 217 217 / 0.25);
}
.ybc-placeholder-gray-300\/25::placeholder{
  color: rgb(217 217 217 / 0.25);
}
.ybc-placeholder-gray-300\/30::-moz-placeholder{
  color: rgb(217 217 217 / 0.3);
}
.ybc-placeholder-gray-300\/30::placeholder{
  color: rgb(217 217 217 / 0.3);
}
.ybc-placeholder-gray-300\/40::-moz-placeholder{
  color: rgb(217 217 217 / 0.4);
}
.ybc-placeholder-gray-300\/40::placeholder{
  color: rgb(217 217 217 / 0.4);
}
.ybc-placeholder-gray-300\/50::-moz-placeholder{
  color: rgb(217 217 217 / 0.5);
}
.ybc-placeholder-gray-300\/50::placeholder{
  color: rgb(217 217 217 / 0.5);
}
.ybc-placeholder-gray-300\/60::-moz-placeholder{
  color: rgb(217 217 217 / 0.6);
}
.ybc-placeholder-gray-300\/60::placeholder{
  color: rgb(217 217 217 / 0.6);
}
.ybc-placeholder-gray-300\/70::-moz-placeholder{
  color: rgb(217 217 217 / 0.7);
}
.ybc-placeholder-gray-300\/70::placeholder{
  color: rgb(217 217 217 / 0.7);
}
.ybc-placeholder-gray-300\/75::-moz-placeholder{
  color: rgb(217 217 217 / 0.75);
}
.ybc-placeholder-gray-300\/75::placeholder{
  color: rgb(217 217 217 / 0.75);
}
.ybc-placeholder-gray-300\/80::-moz-placeholder{
  color: rgb(217 217 217 / 0.8);
}
.ybc-placeholder-gray-300\/80::placeholder{
  color: rgb(217 217 217 / 0.8);
}
.ybc-placeholder-gray-300\/90::-moz-placeholder{
  color: rgb(217 217 217 / 0.9);
}
.ybc-placeholder-gray-300\/90::placeholder{
  color: rgb(217 217 217 / 0.9);
}
.ybc-placeholder-gray-300\/95::-moz-placeholder{
  color: rgb(217 217 217 / 0.95);
}
.ybc-placeholder-gray-300\/95::placeholder{
  color: rgb(217 217 217 / 0.95);
}
.ybc-placeholder-gray-300\/100::-moz-placeholder{
  color: rgb(217 217 217 / 1);
}
.ybc-placeholder-gray-300\/100::placeholder{
  color: rgb(217 217 217 / 1);
}
.ybc-placeholder-gray-600\/0::-moz-placeholder{
  color: rgb(78 78 78 / 0);
}
.ybc-placeholder-gray-600\/0::placeholder{
  color: rgb(78 78 78 / 0);
}
.ybc-placeholder-gray-600\/5::-moz-placeholder{
  color: rgb(78 78 78 / 0.05);
}
.ybc-placeholder-gray-600\/5::placeholder{
  color: rgb(78 78 78 / 0.05);
}
.ybc-placeholder-gray-600\/10::-moz-placeholder{
  color: rgb(78 78 78 / 0.1);
}
.ybc-placeholder-gray-600\/10::placeholder{
  color: rgb(78 78 78 / 0.1);
}
.ybc-placeholder-gray-600\/20::-moz-placeholder{
  color: rgb(78 78 78 / 0.2);
}
.ybc-placeholder-gray-600\/20::placeholder{
  color: rgb(78 78 78 / 0.2);
}
.ybc-placeholder-gray-600\/25::-moz-placeholder{
  color: rgb(78 78 78 / 0.25);
}
.ybc-placeholder-gray-600\/25::placeholder{
  color: rgb(78 78 78 / 0.25);
}
.ybc-placeholder-gray-600\/30::-moz-placeholder{
  color: rgb(78 78 78 / 0.3);
}
.ybc-placeholder-gray-600\/30::placeholder{
  color: rgb(78 78 78 / 0.3);
}
.ybc-placeholder-gray-600\/40::-moz-placeholder{
  color: rgb(78 78 78 / 0.4);
}
.ybc-placeholder-gray-600\/40::placeholder{
  color: rgb(78 78 78 / 0.4);
}
.ybc-placeholder-gray-600\/50::-moz-placeholder{
  color: rgb(78 78 78 / 0.5);
}
.ybc-placeholder-gray-600\/50::placeholder{
  color: rgb(78 78 78 / 0.5);
}
.ybc-placeholder-gray-600\/60::-moz-placeholder{
  color: rgb(78 78 78 / 0.6);
}
.ybc-placeholder-gray-600\/60::placeholder{
  color: rgb(78 78 78 / 0.6);
}
.ybc-placeholder-gray-600\/70::-moz-placeholder{
  color: rgb(78 78 78 / 0.7);
}
.ybc-placeholder-gray-600\/70::placeholder{
  color: rgb(78 78 78 / 0.7);
}
.ybc-placeholder-gray-600\/75::-moz-placeholder{
  color: rgb(78 78 78 / 0.75);
}
.ybc-placeholder-gray-600\/75::placeholder{
  color: rgb(78 78 78 / 0.75);
}
.ybc-placeholder-gray-600\/80::-moz-placeholder{
  color: rgb(78 78 78 / 0.8);
}
.ybc-placeholder-gray-600\/80::placeholder{
  color: rgb(78 78 78 / 0.8);
}
.ybc-placeholder-gray-600\/90::-moz-placeholder{
  color: rgb(78 78 78 / 0.9);
}
.ybc-placeholder-gray-600\/90::placeholder{
  color: rgb(78 78 78 / 0.9);
}
.ybc-placeholder-gray-600\/95::-moz-placeholder{
  color: rgb(78 78 78 / 0.95);
}
.ybc-placeholder-gray-600\/95::placeholder{
  color: rgb(78 78 78 / 0.95);
}
.ybc-placeholder-gray-600\/100::-moz-placeholder{
  color: rgb(78 78 78 / 1);
}
.ybc-placeholder-gray-600\/100::placeholder{
  color: rgb(78 78 78 / 1);
}
.ybc-placeholder-gray-900\/0::-moz-placeholder{
  color: rgb(61 65 51 / 0);
}
.ybc-placeholder-gray-900\/0::placeholder{
  color: rgb(61 65 51 / 0);
}
.ybc-placeholder-gray-900\/5::-moz-placeholder{
  color: rgb(61 65 51 / 0.05);
}
.ybc-placeholder-gray-900\/5::placeholder{
  color: rgb(61 65 51 / 0.05);
}
.ybc-placeholder-gray-900\/10::-moz-placeholder{
  color: rgb(61 65 51 / 0.1);
}
.ybc-placeholder-gray-900\/10::placeholder{
  color: rgb(61 65 51 / 0.1);
}
.ybc-placeholder-gray-900\/20::-moz-placeholder{
  color: rgb(61 65 51 / 0.2);
}
.ybc-placeholder-gray-900\/20::placeholder{
  color: rgb(61 65 51 / 0.2);
}
.ybc-placeholder-gray-900\/25::-moz-placeholder{
  color: rgb(61 65 51 / 0.25);
}
.ybc-placeholder-gray-900\/25::placeholder{
  color: rgb(61 65 51 / 0.25);
}
.ybc-placeholder-gray-900\/30::-moz-placeholder{
  color: rgb(61 65 51 / 0.3);
}
.ybc-placeholder-gray-900\/30::placeholder{
  color: rgb(61 65 51 / 0.3);
}
.ybc-placeholder-gray-900\/40::-moz-placeholder{
  color: rgb(61 65 51 / 0.4);
}
.ybc-placeholder-gray-900\/40::placeholder{
  color: rgb(61 65 51 / 0.4);
}
.ybc-placeholder-gray-900\/50::-moz-placeholder{
  color: rgb(61 65 51 / 0.5);
}
.ybc-placeholder-gray-900\/50::placeholder{
  color: rgb(61 65 51 / 0.5);
}
.ybc-placeholder-gray-900\/60::-moz-placeholder{
  color: rgb(61 65 51 / 0.6);
}
.ybc-placeholder-gray-900\/60::placeholder{
  color: rgb(61 65 51 / 0.6);
}
.ybc-placeholder-gray-900\/70::-moz-placeholder{
  color: rgb(61 65 51 / 0.7);
}
.ybc-placeholder-gray-900\/70::placeholder{
  color: rgb(61 65 51 / 0.7);
}
.ybc-placeholder-gray-900\/75::-moz-placeholder{
  color: rgb(61 65 51 / 0.75);
}
.ybc-placeholder-gray-900\/75::placeholder{
  color: rgb(61 65 51 / 0.75);
}
.ybc-placeholder-gray-900\/80::-moz-placeholder{
  color: rgb(61 65 51 / 0.8);
}
.ybc-placeholder-gray-900\/80::placeholder{
  color: rgb(61 65 51 / 0.8);
}
.ybc-placeholder-gray-900\/90::-moz-placeholder{
  color: rgb(61 65 51 / 0.9);
}
.ybc-placeholder-gray-900\/90::placeholder{
  color: rgb(61 65 51 / 0.9);
}
.ybc-placeholder-gray-900\/95::-moz-placeholder{
  color: rgb(61 65 51 / 0.95);
}
.ybc-placeholder-gray-900\/95::placeholder{
  color: rgb(61 65 51 / 0.95);
}
.ybc-placeholder-gray-900\/100::-moz-placeholder{
  color: rgb(61 65 51 / 1);
}
.ybc-placeholder-gray-900\/100::placeholder{
  color: rgb(61 65 51 / 1);
}
.ybc-placeholder-teal-600\/0::-moz-placeholder{
  color: rgb(0 115 165 / 0);
}
.ybc-placeholder-teal-600\/0::placeholder{
  color: rgb(0 115 165 / 0);
}
.ybc-placeholder-teal-600\/5::-moz-placeholder{
  color: rgb(0 115 165 / 0.05);
}
.ybc-placeholder-teal-600\/5::placeholder{
  color: rgb(0 115 165 / 0.05);
}
.ybc-placeholder-teal-600\/10::-moz-placeholder{
  color: rgb(0 115 165 / 0.1);
}
.ybc-placeholder-teal-600\/10::placeholder{
  color: rgb(0 115 165 / 0.1);
}
.ybc-placeholder-teal-600\/20::-moz-placeholder{
  color: rgb(0 115 165 / 0.2);
}
.ybc-placeholder-teal-600\/20::placeholder{
  color: rgb(0 115 165 / 0.2);
}
.ybc-placeholder-teal-600\/25::-moz-placeholder{
  color: rgb(0 115 165 / 0.25);
}
.ybc-placeholder-teal-600\/25::placeholder{
  color: rgb(0 115 165 / 0.25);
}
.ybc-placeholder-teal-600\/30::-moz-placeholder{
  color: rgb(0 115 165 / 0.3);
}
.ybc-placeholder-teal-600\/30::placeholder{
  color: rgb(0 115 165 / 0.3);
}
.ybc-placeholder-teal-600\/40::-moz-placeholder{
  color: rgb(0 115 165 / 0.4);
}
.ybc-placeholder-teal-600\/40::placeholder{
  color: rgb(0 115 165 / 0.4);
}
.ybc-placeholder-teal-600\/50::-moz-placeholder{
  color: rgb(0 115 165 / 0.5);
}
.ybc-placeholder-teal-600\/50::placeholder{
  color: rgb(0 115 165 / 0.5);
}
.ybc-placeholder-teal-600\/60::-moz-placeholder{
  color: rgb(0 115 165 / 0.6);
}
.ybc-placeholder-teal-600\/60::placeholder{
  color: rgb(0 115 165 / 0.6);
}
.ybc-placeholder-teal-600\/70::-moz-placeholder{
  color: rgb(0 115 165 / 0.7);
}
.ybc-placeholder-teal-600\/70::placeholder{
  color: rgb(0 115 165 / 0.7);
}
.ybc-placeholder-teal-600\/75::-moz-placeholder{
  color: rgb(0 115 165 / 0.75);
}
.ybc-placeholder-teal-600\/75::placeholder{
  color: rgb(0 115 165 / 0.75);
}
.ybc-placeholder-teal-600\/80::-moz-placeholder{
  color: rgb(0 115 165 / 0.8);
}
.ybc-placeholder-teal-600\/80::placeholder{
  color: rgb(0 115 165 / 0.8);
}
.ybc-placeholder-teal-600\/90::-moz-placeholder{
  color: rgb(0 115 165 / 0.9);
}
.ybc-placeholder-teal-600\/90::placeholder{
  color: rgb(0 115 165 / 0.9);
}
.ybc-placeholder-teal-600\/95::-moz-placeholder{
  color: rgb(0 115 165 / 0.95);
}
.ybc-placeholder-teal-600\/95::placeholder{
  color: rgb(0 115 165 / 0.95);
}
.ybc-placeholder-teal-600\/100::-moz-placeholder{
  color: rgb(0 115 165 / 1);
}
.ybc-placeholder-teal-600\/100::placeholder{
  color: rgb(0 115 165 / 1);
}
.ybc-placeholder-teal-900\/0::-moz-placeholder{
  color: rgb(0 85 114 / 0);
}
.ybc-placeholder-teal-900\/0::placeholder{
  color: rgb(0 85 114 / 0);
}
.ybc-placeholder-teal-900\/5::-moz-placeholder{
  color: rgb(0 85 114 / 0.05);
}
.ybc-placeholder-teal-900\/5::placeholder{
  color: rgb(0 85 114 / 0.05);
}
.ybc-placeholder-teal-900\/10::-moz-placeholder{
  color: rgb(0 85 114 / 0.1);
}
.ybc-placeholder-teal-900\/10::placeholder{
  color: rgb(0 85 114 / 0.1);
}
.ybc-placeholder-teal-900\/20::-moz-placeholder{
  color: rgb(0 85 114 / 0.2);
}
.ybc-placeholder-teal-900\/20::placeholder{
  color: rgb(0 85 114 / 0.2);
}
.ybc-placeholder-teal-900\/25::-moz-placeholder{
  color: rgb(0 85 114 / 0.25);
}
.ybc-placeholder-teal-900\/25::placeholder{
  color: rgb(0 85 114 / 0.25);
}
.ybc-placeholder-teal-900\/30::-moz-placeholder{
  color: rgb(0 85 114 / 0.3);
}
.ybc-placeholder-teal-900\/30::placeholder{
  color: rgb(0 85 114 / 0.3);
}
.ybc-placeholder-teal-900\/40::-moz-placeholder{
  color: rgb(0 85 114 / 0.4);
}
.ybc-placeholder-teal-900\/40::placeholder{
  color: rgb(0 85 114 / 0.4);
}
.ybc-placeholder-teal-900\/50::-moz-placeholder{
  color: rgb(0 85 114 / 0.5);
}
.ybc-placeholder-teal-900\/50::placeholder{
  color: rgb(0 85 114 / 0.5);
}
.ybc-placeholder-teal-900\/60::-moz-placeholder{
  color: rgb(0 85 114 / 0.6);
}
.ybc-placeholder-teal-900\/60::placeholder{
  color: rgb(0 85 114 / 0.6);
}
.ybc-placeholder-teal-900\/70::-moz-placeholder{
  color: rgb(0 85 114 / 0.7);
}
.ybc-placeholder-teal-900\/70::placeholder{
  color: rgb(0 85 114 / 0.7);
}
.ybc-placeholder-teal-900\/75::-moz-placeholder{
  color: rgb(0 85 114 / 0.75);
}
.ybc-placeholder-teal-900\/75::placeholder{
  color: rgb(0 85 114 / 0.75);
}
.ybc-placeholder-teal-900\/80::-moz-placeholder{
  color: rgb(0 85 114 / 0.8);
}
.ybc-placeholder-teal-900\/80::placeholder{
  color: rgb(0 85 114 / 0.8);
}
.ybc-placeholder-teal-900\/90::-moz-placeholder{
  color: rgb(0 85 114 / 0.9);
}
.ybc-placeholder-teal-900\/90::placeholder{
  color: rgb(0 85 114 / 0.9);
}
.ybc-placeholder-teal-900\/95::-moz-placeholder{
  color: rgb(0 85 114 / 0.95);
}
.ybc-placeholder-teal-900\/95::placeholder{
  color: rgb(0 85 114 / 0.95);
}
.ybc-placeholder-teal-900\/100::-moz-placeholder{
  color: rgb(0 85 114 / 1);
}
.ybc-placeholder-teal-900\/100::placeholder{
  color: rgb(0 85 114 / 1);
}
.ybc-placeholder-opacity-0::-moz-placeholder{
  --tw-placeholder-opacity: 0;
}
.ybc-placeholder-opacity-0::placeholder{
  --tw-placeholder-opacity: 0;
}
.ybc-placeholder-opacity-5::-moz-placeholder{
  --tw-placeholder-opacity: 0.05;
}
.ybc-placeholder-opacity-5::placeholder{
  --tw-placeholder-opacity: 0.05;
}
.ybc-placeholder-opacity-10::-moz-placeholder{
  --tw-placeholder-opacity: 0.1;
}
.ybc-placeholder-opacity-10::placeholder{
  --tw-placeholder-opacity: 0.1;
}
.ybc-placeholder-opacity-20::-moz-placeholder{
  --tw-placeholder-opacity: 0.2;
}
.ybc-placeholder-opacity-20::placeholder{
  --tw-placeholder-opacity: 0.2;
}
.ybc-placeholder-opacity-25::-moz-placeholder{
  --tw-placeholder-opacity: 0.25;
}
.ybc-placeholder-opacity-25::placeholder{
  --tw-placeholder-opacity: 0.25;
}
.ybc-placeholder-opacity-30::-moz-placeholder{
  --tw-placeholder-opacity: 0.3;
}
.ybc-placeholder-opacity-30::placeholder{
  --tw-placeholder-opacity: 0.3;
}
.ybc-placeholder-opacity-40::-moz-placeholder{
  --tw-placeholder-opacity: 0.4;
}
.ybc-placeholder-opacity-40::placeholder{
  --tw-placeholder-opacity: 0.4;
}
.ybc-placeholder-opacity-50::-moz-placeholder{
  --tw-placeholder-opacity: 0.5;
}
.ybc-placeholder-opacity-50::placeholder{
  --tw-placeholder-opacity: 0.5;
}
.ybc-placeholder-opacity-60::-moz-placeholder{
  --tw-placeholder-opacity: 0.6;
}
.ybc-placeholder-opacity-60::placeholder{
  --tw-placeholder-opacity: 0.6;
}
.ybc-placeholder-opacity-70::-moz-placeholder{
  --tw-placeholder-opacity: 0.7;
}
.ybc-placeholder-opacity-70::placeholder{
  --tw-placeholder-opacity: 0.7;
}
.ybc-placeholder-opacity-75::-moz-placeholder{
  --tw-placeholder-opacity: 0.75;
}
.ybc-placeholder-opacity-75::placeholder{
  --tw-placeholder-opacity: 0.75;
}
.ybc-placeholder-opacity-80::-moz-placeholder{
  --tw-placeholder-opacity: 0.8;
}
.ybc-placeholder-opacity-80::placeholder{
  --tw-placeholder-opacity: 0.8;
}
.ybc-placeholder-opacity-90::-moz-placeholder{
  --tw-placeholder-opacity: 0.9;
}
.ybc-placeholder-opacity-90::placeholder{
  --tw-placeholder-opacity: 0.9;
}
.ybc-placeholder-opacity-95::-moz-placeholder{
  --tw-placeholder-opacity: 0.95;
}
.ybc-placeholder-opacity-95::placeholder{
  --tw-placeholder-opacity: 0.95;
}
.ybc-placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}
.ybc-placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}
.ybc-caret-transparent{
  caret-color: transparent;
}
.ybc-caret-current{
  caret-color: currentColor;
}
.ybc-caret-black{
  caret-color: #000000;
}
.ybc-caret-white{
  caret-color: #FFFFFF;
}
.ybc-caret-lime-400{
  caret-color: #9ACA3C;
}
.ybc-caret-lime-500{
  caret-color: #84BD00;
}
.ybc-caret-lime-600{
  caret-color: #65a30d;
}
.ybc-caret-lime-900{
  caret-color: #5C8211;
}
.ybc-caret-gray-100{
  caret-color: #F5F5F5;
}
.ybc-caret-gray-200{
  caret-color: #F9F9F9;
}
.ybc-caret-gray-300{
  caret-color: #D9D9D9;
}
.ybc-caret-gray-600{
  caret-color: #4E4E4E;
}
.ybc-caret-gray-900{
  caret-color: #3D4133;
}
.ybc-caret-teal-600{
  caret-color: #0073A5;
}
.ybc-caret-teal-900{
  caret-color: #005572;
}
.ybc-caret-transparent\/0{
  caret-color: rgb(0 0 0 / 0);
}
.ybc-caret-transparent\/5{
  caret-color: rgb(0 0 0 / 0.05);
}
.ybc-caret-transparent\/10{
  caret-color: rgb(0 0 0 / 0.1);
}
.ybc-caret-transparent\/20{
  caret-color: rgb(0 0 0 / 0.2);
}
.ybc-caret-transparent\/25{
  caret-color: rgb(0 0 0 / 0.25);
}
.ybc-caret-transparent\/30{
  caret-color: rgb(0 0 0 / 0.3);
}
.ybc-caret-transparent\/40{
  caret-color: rgb(0 0 0 / 0.4);
}
.ybc-caret-transparent\/50{
  caret-color: rgb(0 0 0 / 0.5);
}
.ybc-caret-transparent\/60{
  caret-color: rgb(0 0 0 / 0.6);
}
.ybc-caret-transparent\/70{
  caret-color: rgb(0 0 0 / 0.7);
}
.ybc-caret-transparent\/75{
  caret-color: rgb(0 0 0 / 0.75);
}
.ybc-caret-transparent\/80{
  caret-color: rgb(0 0 0 / 0.8);
}
.ybc-caret-transparent\/90{
  caret-color: rgb(0 0 0 / 0.9);
}
.ybc-caret-transparent\/95{
  caret-color: rgb(0 0 0 / 0.95);
}
.ybc-caret-transparent\/100{
  caret-color: rgb(0 0 0 / 1);
}
.ybc-caret-black\/0{
  caret-color: rgb(0 0 0 / 0);
}
.ybc-caret-black\/5{
  caret-color: rgb(0 0 0 / 0.05);
}
.ybc-caret-black\/10{
  caret-color: rgb(0 0 0 / 0.1);
}
.ybc-caret-black\/20{
  caret-color: rgb(0 0 0 / 0.2);
}
.ybc-caret-black\/25{
  caret-color: rgb(0 0 0 / 0.25);
}
.ybc-caret-black\/30{
  caret-color: rgb(0 0 0 / 0.3);
}
.ybc-caret-black\/40{
  caret-color: rgb(0 0 0 / 0.4);
}
.ybc-caret-black\/50{
  caret-color: rgb(0 0 0 / 0.5);
}
.ybc-caret-black\/60{
  caret-color: rgb(0 0 0 / 0.6);
}
.ybc-caret-black\/70{
  caret-color: rgb(0 0 0 / 0.7);
}
.ybc-caret-black\/75{
  caret-color: rgb(0 0 0 / 0.75);
}
.ybc-caret-black\/80{
  caret-color: rgb(0 0 0 / 0.8);
}
.ybc-caret-black\/90{
  caret-color: rgb(0 0 0 / 0.9);
}
.ybc-caret-black\/95{
  caret-color: rgb(0 0 0 / 0.95);
}
.ybc-caret-black\/100{
  caret-color: rgb(0 0 0 / 1);
}
.ybc-caret-white\/0{
  caret-color: rgb(255 255 255 / 0);
}
.ybc-caret-white\/5{
  caret-color: rgb(255 255 255 / 0.05);
}
.ybc-caret-white\/10{
  caret-color: rgb(255 255 255 / 0.1);
}
.ybc-caret-white\/20{
  caret-color: rgb(255 255 255 / 0.2);
}
.ybc-caret-white\/25{
  caret-color: rgb(255 255 255 / 0.25);
}
.ybc-caret-white\/30{
  caret-color: rgb(255 255 255 / 0.3);
}
.ybc-caret-white\/40{
  caret-color: rgb(255 255 255 / 0.4);
}
.ybc-caret-white\/50{
  caret-color: rgb(255 255 255 / 0.5);
}
.ybc-caret-white\/60{
  caret-color: rgb(255 255 255 / 0.6);
}
.ybc-caret-white\/70{
  caret-color: rgb(255 255 255 / 0.7);
}
.ybc-caret-white\/75{
  caret-color: rgb(255 255 255 / 0.75);
}
.ybc-caret-white\/80{
  caret-color: rgb(255 255 255 / 0.8);
}
.ybc-caret-white\/90{
  caret-color: rgb(255 255 255 / 0.9);
}
.ybc-caret-white\/95{
  caret-color: rgb(255 255 255 / 0.95);
}
.ybc-caret-white\/100{
  caret-color: rgb(255 255 255 / 1);
}
.ybc-caret-lime-400\/0{
  caret-color: rgb(154 202 60 / 0);
}
.ybc-caret-lime-400\/5{
  caret-color: rgb(154 202 60 / 0.05);
}
.ybc-caret-lime-400\/10{
  caret-color: rgb(154 202 60 / 0.1);
}
.ybc-caret-lime-400\/20{
  caret-color: rgb(154 202 60 / 0.2);
}
.ybc-caret-lime-400\/25{
  caret-color: rgb(154 202 60 / 0.25);
}
.ybc-caret-lime-400\/30{
  caret-color: rgb(154 202 60 / 0.3);
}
.ybc-caret-lime-400\/40{
  caret-color: rgb(154 202 60 / 0.4);
}
.ybc-caret-lime-400\/50{
  caret-color: rgb(154 202 60 / 0.5);
}
.ybc-caret-lime-400\/60{
  caret-color: rgb(154 202 60 / 0.6);
}
.ybc-caret-lime-400\/70{
  caret-color: rgb(154 202 60 / 0.7);
}
.ybc-caret-lime-400\/75{
  caret-color: rgb(154 202 60 / 0.75);
}
.ybc-caret-lime-400\/80{
  caret-color: rgb(154 202 60 / 0.8);
}
.ybc-caret-lime-400\/90{
  caret-color: rgb(154 202 60 / 0.9);
}
.ybc-caret-lime-400\/95{
  caret-color: rgb(154 202 60 / 0.95);
}
.ybc-caret-lime-400\/100{
  caret-color: rgb(154 202 60 / 1);
}
.ybc-caret-lime-500\/0{
  caret-color: rgb(132 189 0 / 0);
}
.ybc-caret-lime-500\/5{
  caret-color: rgb(132 189 0 / 0.05);
}
.ybc-caret-lime-500\/10{
  caret-color: rgb(132 189 0 / 0.1);
}
.ybc-caret-lime-500\/20{
  caret-color: rgb(132 189 0 / 0.2);
}
.ybc-caret-lime-500\/25{
  caret-color: rgb(132 189 0 / 0.25);
}
.ybc-caret-lime-500\/30{
  caret-color: rgb(132 189 0 / 0.3);
}
.ybc-caret-lime-500\/40{
  caret-color: rgb(132 189 0 / 0.4);
}
.ybc-caret-lime-500\/50{
  caret-color: rgb(132 189 0 / 0.5);
}
.ybc-caret-lime-500\/60{
  caret-color: rgb(132 189 0 / 0.6);
}
.ybc-caret-lime-500\/70{
  caret-color: rgb(132 189 0 / 0.7);
}
.ybc-caret-lime-500\/75{
  caret-color: rgb(132 189 0 / 0.75);
}
.ybc-caret-lime-500\/80{
  caret-color: rgb(132 189 0 / 0.8);
}
.ybc-caret-lime-500\/90{
  caret-color: rgb(132 189 0 / 0.9);
}
.ybc-caret-lime-500\/95{
  caret-color: rgb(132 189 0 / 0.95);
}
.ybc-caret-lime-500\/100{
  caret-color: rgb(132 189 0 / 1);
}
.ybc-caret-lime-600\/0{
  caret-color: rgb(101 163 13 / 0);
}
.ybc-caret-lime-600\/5{
  caret-color: rgb(101 163 13 / 0.05);
}
.ybc-caret-lime-600\/10{
  caret-color: rgb(101 163 13 / 0.1);
}
.ybc-caret-lime-600\/20{
  caret-color: rgb(101 163 13 / 0.2);
}
.ybc-caret-lime-600\/25{
  caret-color: rgb(101 163 13 / 0.25);
}
.ybc-caret-lime-600\/30{
  caret-color: rgb(101 163 13 / 0.3);
}
.ybc-caret-lime-600\/40{
  caret-color: rgb(101 163 13 / 0.4);
}
.ybc-caret-lime-600\/50{
  caret-color: rgb(101 163 13 / 0.5);
}
.ybc-caret-lime-600\/60{
  caret-color: rgb(101 163 13 / 0.6);
}
.ybc-caret-lime-600\/70{
  caret-color: rgb(101 163 13 / 0.7);
}
.ybc-caret-lime-600\/75{
  caret-color: rgb(101 163 13 / 0.75);
}
.ybc-caret-lime-600\/80{
  caret-color: rgb(101 163 13 / 0.8);
}
.ybc-caret-lime-600\/90{
  caret-color: rgb(101 163 13 / 0.9);
}
.ybc-caret-lime-600\/95{
  caret-color: rgb(101 163 13 / 0.95);
}
.ybc-caret-lime-600\/100{
  caret-color: rgb(101 163 13 / 1);
}
.ybc-caret-lime-900\/0{
  caret-color: rgb(92 130 17 / 0);
}
.ybc-caret-lime-900\/5{
  caret-color: rgb(92 130 17 / 0.05);
}
.ybc-caret-lime-900\/10{
  caret-color: rgb(92 130 17 / 0.1);
}
.ybc-caret-lime-900\/20{
  caret-color: rgb(92 130 17 / 0.2);
}
.ybc-caret-lime-900\/25{
  caret-color: rgb(92 130 17 / 0.25);
}
.ybc-caret-lime-900\/30{
  caret-color: rgb(92 130 17 / 0.3);
}
.ybc-caret-lime-900\/40{
  caret-color: rgb(92 130 17 / 0.4);
}
.ybc-caret-lime-900\/50{
  caret-color: rgb(92 130 17 / 0.5);
}
.ybc-caret-lime-900\/60{
  caret-color: rgb(92 130 17 / 0.6);
}
.ybc-caret-lime-900\/70{
  caret-color: rgb(92 130 17 / 0.7);
}
.ybc-caret-lime-900\/75{
  caret-color: rgb(92 130 17 / 0.75);
}
.ybc-caret-lime-900\/80{
  caret-color: rgb(92 130 17 / 0.8);
}
.ybc-caret-lime-900\/90{
  caret-color: rgb(92 130 17 / 0.9);
}
.ybc-caret-lime-900\/95{
  caret-color: rgb(92 130 17 / 0.95);
}
.ybc-caret-lime-900\/100{
  caret-color: rgb(92 130 17 / 1);
}
.ybc-caret-gray-100\/0{
  caret-color: rgb(245 245 245 / 0);
}
.ybc-caret-gray-100\/5{
  caret-color: rgb(245 245 245 / 0.05);
}
.ybc-caret-gray-100\/10{
  caret-color: rgb(245 245 245 / 0.1);
}
.ybc-caret-gray-100\/20{
  caret-color: rgb(245 245 245 / 0.2);
}
.ybc-caret-gray-100\/25{
  caret-color: rgb(245 245 245 / 0.25);
}
.ybc-caret-gray-100\/30{
  caret-color: rgb(245 245 245 / 0.3);
}
.ybc-caret-gray-100\/40{
  caret-color: rgb(245 245 245 / 0.4);
}
.ybc-caret-gray-100\/50{
  caret-color: rgb(245 245 245 / 0.5);
}
.ybc-caret-gray-100\/60{
  caret-color: rgb(245 245 245 / 0.6);
}
.ybc-caret-gray-100\/70{
  caret-color: rgb(245 245 245 / 0.7);
}
.ybc-caret-gray-100\/75{
  caret-color: rgb(245 245 245 / 0.75);
}
.ybc-caret-gray-100\/80{
  caret-color: rgb(245 245 245 / 0.8);
}
.ybc-caret-gray-100\/90{
  caret-color: rgb(245 245 245 / 0.9);
}
.ybc-caret-gray-100\/95{
  caret-color: rgb(245 245 245 / 0.95);
}
.ybc-caret-gray-100\/100{
  caret-color: rgb(245 245 245 / 1);
}
.ybc-caret-gray-200\/0{
  caret-color: rgb(249 249 249 / 0);
}
.ybc-caret-gray-200\/5{
  caret-color: rgb(249 249 249 / 0.05);
}
.ybc-caret-gray-200\/10{
  caret-color: rgb(249 249 249 / 0.1);
}
.ybc-caret-gray-200\/20{
  caret-color: rgb(249 249 249 / 0.2);
}
.ybc-caret-gray-200\/25{
  caret-color: rgb(249 249 249 / 0.25);
}
.ybc-caret-gray-200\/30{
  caret-color: rgb(249 249 249 / 0.3);
}
.ybc-caret-gray-200\/40{
  caret-color: rgb(249 249 249 / 0.4);
}
.ybc-caret-gray-200\/50{
  caret-color: rgb(249 249 249 / 0.5);
}
.ybc-caret-gray-200\/60{
  caret-color: rgb(249 249 249 / 0.6);
}
.ybc-caret-gray-200\/70{
  caret-color: rgb(249 249 249 / 0.7);
}
.ybc-caret-gray-200\/75{
  caret-color: rgb(249 249 249 / 0.75);
}
.ybc-caret-gray-200\/80{
  caret-color: rgb(249 249 249 / 0.8);
}
.ybc-caret-gray-200\/90{
  caret-color: rgb(249 249 249 / 0.9);
}
.ybc-caret-gray-200\/95{
  caret-color: rgb(249 249 249 / 0.95);
}
.ybc-caret-gray-200\/100{
  caret-color: rgb(249 249 249 / 1);
}
.ybc-caret-gray-300\/0{
  caret-color: rgb(217 217 217 / 0);
}
.ybc-caret-gray-300\/5{
  caret-color: rgb(217 217 217 / 0.05);
}
.ybc-caret-gray-300\/10{
  caret-color: rgb(217 217 217 / 0.1);
}
.ybc-caret-gray-300\/20{
  caret-color: rgb(217 217 217 / 0.2);
}
.ybc-caret-gray-300\/25{
  caret-color: rgb(217 217 217 / 0.25);
}
.ybc-caret-gray-300\/30{
  caret-color: rgb(217 217 217 / 0.3);
}
.ybc-caret-gray-300\/40{
  caret-color: rgb(217 217 217 / 0.4);
}
.ybc-caret-gray-300\/50{
  caret-color: rgb(217 217 217 / 0.5);
}
.ybc-caret-gray-300\/60{
  caret-color: rgb(217 217 217 / 0.6);
}
.ybc-caret-gray-300\/70{
  caret-color: rgb(217 217 217 / 0.7);
}
.ybc-caret-gray-300\/75{
  caret-color: rgb(217 217 217 / 0.75);
}
.ybc-caret-gray-300\/80{
  caret-color: rgb(217 217 217 / 0.8);
}
.ybc-caret-gray-300\/90{
  caret-color: rgb(217 217 217 / 0.9);
}
.ybc-caret-gray-300\/95{
  caret-color: rgb(217 217 217 / 0.95);
}
.ybc-caret-gray-300\/100{
  caret-color: rgb(217 217 217 / 1);
}
.ybc-caret-gray-600\/0{
  caret-color: rgb(78 78 78 / 0);
}
.ybc-caret-gray-600\/5{
  caret-color: rgb(78 78 78 / 0.05);
}
.ybc-caret-gray-600\/10{
  caret-color: rgb(78 78 78 / 0.1);
}
.ybc-caret-gray-600\/20{
  caret-color: rgb(78 78 78 / 0.2);
}
.ybc-caret-gray-600\/25{
  caret-color: rgb(78 78 78 / 0.25);
}
.ybc-caret-gray-600\/30{
  caret-color: rgb(78 78 78 / 0.3);
}
.ybc-caret-gray-600\/40{
  caret-color: rgb(78 78 78 / 0.4);
}
.ybc-caret-gray-600\/50{
  caret-color: rgb(78 78 78 / 0.5);
}
.ybc-caret-gray-600\/60{
  caret-color: rgb(78 78 78 / 0.6);
}
.ybc-caret-gray-600\/70{
  caret-color: rgb(78 78 78 / 0.7);
}
.ybc-caret-gray-600\/75{
  caret-color: rgb(78 78 78 / 0.75);
}
.ybc-caret-gray-600\/80{
  caret-color: rgb(78 78 78 / 0.8);
}
.ybc-caret-gray-600\/90{
  caret-color: rgb(78 78 78 / 0.9);
}
.ybc-caret-gray-600\/95{
  caret-color: rgb(78 78 78 / 0.95);
}
.ybc-caret-gray-600\/100{
  caret-color: rgb(78 78 78 / 1);
}
.ybc-caret-gray-900\/0{
  caret-color: rgb(61 65 51 / 0);
}
.ybc-caret-gray-900\/5{
  caret-color: rgb(61 65 51 / 0.05);
}
.ybc-caret-gray-900\/10{
  caret-color: rgb(61 65 51 / 0.1);
}
.ybc-caret-gray-900\/20{
  caret-color: rgb(61 65 51 / 0.2);
}
.ybc-caret-gray-900\/25{
  caret-color: rgb(61 65 51 / 0.25);
}
.ybc-caret-gray-900\/30{
  caret-color: rgb(61 65 51 / 0.3);
}
.ybc-caret-gray-900\/40{
  caret-color: rgb(61 65 51 / 0.4);
}
.ybc-caret-gray-900\/50{
  caret-color: rgb(61 65 51 / 0.5);
}
.ybc-caret-gray-900\/60{
  caret-color: rgb(61 65 51 / 0.6);
}
.ybc-caret-gray-900\/70{
  caret-color: rgb(61 65 51 / 0.7);
}
.ybc-caret-gray-900\/75{
  caret-color: rgb(61 65 51 / 0.75);
}
.ybc-caret-gray-900\/80{
  caret-color: rgb(61 65 51 / 0.8);
}
.ybc-caret-gray-900\/90{
  caret-color: rgb(61 65 51 / 0.9);
}
.ybc-caret-gray-900\/95{
  caret-color: rgb(61 65 51 / 0.95);
}
.ybc-caret-gray-900\/100{
  caret-color: rgb(61 65 51 / 1);
}
.ybc-caret-teal-600\/0{
  caret-color: rgb(0 115 165 / 0);
}
.ybc-caret-teal-600\/5{
  caret-color: rgb(0 115 165 / 0.05);
}
.ybc-caret-teal-600\/10{
  caret-color: rgb(0 115 165 / 0.1);
}
.ybc-caret-teal-600\/20{
  caret-color: rgb(0 115 165 / 0.2);
}
.ybc-caret-teal-600\/25{
  caret-color: rgb(0 115 165 / 0.25);
}
.ybc-caret-teal-600\/30{
  caret-color: rgb(0 115 165 / 0.3);
}
.ybc-caret-teal-600\/40{
  caret-color: rgb(0 115 165 / 0.4);
}
.ybc-caret-teal-600\/50{
  caret-color: rgb(0 115 165 / 0.5);
}
.ybc-caret-teal-600\/60{
  caret-color: rgb(0 115 165 / 0.6);
}
.ybc-caret-teal-600\/70{
  caret-color: rgb(0 115 165 / 0.7);
}
.ybc-caret-teal-600\/75{
  caret-color: rgb(0 115 165 / 0.75);
}
.ybc-caret-teal-600\/80{
  caret-color: rgb(0 115 165 / 0.8);
}
.ybc-caret-teal-600\/90{
  caret-color: rgb(0 115 165 / 0.9);
}
.ybc-caret-teal-600\/95{
  caret-color: rgb(0 115 165 / 0.95);
}
.ybc-caret-teal-600\/100{
  caret-color: rgb(0 115 165 / 1);
}
.ybc-caret-teal-900\/0{
  caret-color: rgb(0 85 114 / 0);
}
.ybc-caret-teal-900\/5{
  caret-color: rgb(0 85 114 / 0.05);
}
.ybc-caret-teal-900\/10{
  caret-color: rgb(0 85 114 / 0.1);
}
.ybc-caret-teal-900\/20{
  caret-color: rgb(0 85 114 / 0.2);
}
.ybc-caret-teal-900\/25{
  caret-color: rgb(0 85 114 / 0.25);
}
.ybc-caret-teal-900\/30{
  caret-color: rgb(0 85 114 / 0.3);
}
.ybc-caret-teal-900\/40{
  caret-color: rgb(0 85 114 / 0.4);
}
.ybc-caret-teal-900\/50{
  caret-color: rgb(0 85 114 / 0.5);
}
.ybc-caret-teal-900\/60{
  caret-color: rgb(0 85 114 / 0.6);
}
.ybc-caret-teal-900\/70{
  caret-color: rgb(0 85 114 / 0.7);
}
.ybc-caret-teal-900\/75{
  caret-color: rgb(0 85 114 / 0.75);
}
.ybc-caret-teal-900\/80{
  caret-color: rgb(0 85 114 / 0.8);
}
.ybc-caret-teal-900\/90{
  caret-color: rgb(0 85 114 / 0.9);
}
.ybc-caret-teal-900\/95{
  caret-color: rgb(0 85 114 / 0.95);
}
.ybc-caret-teal-900\/100{
  caret-color: rgb(0 85 114 / 1);
}
.ybc-accent-transparent{
  accent-color: transparent;
}
.ybc-accent-current{
  accent-color: currentColor;
}
.ybc-accent-black{
  accent-color: #000000;
}
.ybc-accent-white{
  accent-color: #FFFFFF;
}
.ybc-accent-lime-400{
  accent-color: #9ACA3C;
}
.ybc-accent-lime-500{
  accent-color: #84BD00;
}
.ybc-accent-lime-600{
  accent-color: #65a30d;
}
.ybc-accent-lime-900{
  accent-color: #5C8211;
}
.ybc-accent-gray-100{
  accent-color: #F5F5F5;
}
.ybc-accent-gray-200{
  accent-color: #F9F9F9;
}
.ybc-accent-gray-300{
  accent-color: #D9D9D9;
}
.ybc-accent-gray-600{
  accent-color: #4E4E4E;
}
.ybc-accent-gray-900{
  accent-color: #3D4133;
}
.ybc-accent-teal-600{
  accent-color: #0073A5;
}
.ybc-accent-teal-900{
  accent-color: #005572;
}
.ybc-accent-auto{
  accent-color: auto;
}
.ybc-accent-transparent\/0{
  accent-color: rgb(0 0 0 / 0);
}
.ybc-accent-transparent\/5{
  accent-color: rgb(0 0 0 / 0.05);
}
.ybc-accent-transparent\/10{
  accent-color: rgb(0 0 0 / 0.1);
}
.ybc-accent-transparent\/20{
  accent-color: rgb(0 0 0 / 0.2);
}
.ybc-accent-transparent\/25{
  accent-color: rgb(0 0 0 / 0.25);
}
.ybc-accent-transparent\/30{
  accent-color: rgb(0 0 0 / 0.3);
}
.ybc-accent-transparent\/40{
  accent-color: rgb(0 0 0 / 0.4);
}
.ybc-accent-transparent\/50{
  accent-color: rgb(0 0 0 / 0.5);
}
.ybc-accent-transparent\/60{
  accent-color: rgb(0 0 0 / 0.6);
}
.ybc-accent-transparent\/70{
  accent-color: rgb(0 0 0 / 0.7);
}
.ybc-accent-transparent\/75{
  accent-color: rgb(0 0 0 / 0.75);
}
.ybc-accent-transparent\/80{
  accent-color: rgb(0 0 0 / 0.8);
}
.ybc-accent-transparent\/90{
  accent-color: rgb(0 0 0 / 0.9);
}
.ybc-accent-transparent\/95{
  accent-color: rgb(0 0 0 / 0.95);
}
.ybc-accent-transparent\/100{
  accent-color: rgb(0 0 0 / 1);
}
.ybc-accent-black\/0{
  accent-color: rgb(0 0 0 / 0);
}
.ybc-accent-black\/5{
  accent-color: rgb(0 0 0 / 0.05);
}
.ybc-accent-black\/10{
  accent-color: rgb(0 0 0 / 0.1);
}
.ybc-accent-black\/20{
  accent-color: rgb(0 0 0 / 0.2);
}
.ybc-accent-black\/25{
  accent-color: rgb(0 0 0 / 0.25);
}
.ybc-accent-black\/30{
  accent-color: rgb(0 0 0 / 0.3);
}
.ybc-accent-black\/40{
  accent-color: rgb(0 0 0 / 0.4);
}
.ybc-accent-black\/50{
  accent-color: rgb(0 0 0 / 0.5);
}
.ybc-accent-black\/60{
  accent-color: rgb(0 0 0 / 0.6);
}
.ybc-accent-black\/70{
  accent-color: rgb(0 0 0 / 0.7);
}
.ybc-accent-black\/75{
  accent-color: rgb(0 0 0 / 0.75);
}
.ybc-accent-black\/80{
  accent-color: rgb(0 0 0 / 0.8);
}
.ybc-accent-black\/90{
  accent-color: rgb(0 0 0 / 0.9);
}
.ybc-accent-black\/95{
  accent-color: rgb(0 0 0 / 0.95);
}
.ybc-accent-black\/100{
  accent-color: rgb(0 0 0 / 1);
}
.ybc-accent-white\/0{
  accent-color: rgb(255 255 255 / 0);
}
.ybc-accent-white\/5{
  accent-color: rgb(255 255 255 / 0.05);
}
.ybc-accent-white\/10{
  accent-color: rgb(255 255 255 / 0.1);
}
.ybc-accent-white\/20{
  accent-color: rgb(255 255 255 / 0.2);
}
.ybc-accent-white\/25{
  accent-color: rgb(255 255 255 / 0.25);
}
.ybc-accent-white\/30{
  accent-color: rgb(255 255 255 / 0.3);
}
.ybc-accent-white\/40{
  accent-color: rgb(255 255 255 / 0.4);
}
.ybc-accent-white\/50{
  accent-color: rgb(255 255 255 / 0.5);
}
.ybc-accent-white\/60{
  accent-color: rgb(255 255 255 / 0.6);
}
.ybc-accent-white\/70{
  accent-color: rgb(255 255 255 / 0.7);
}
.ybc-accent-white\/75{
  accent-color: rgb(255 255 255 / 0.75);
}
.ybc-accent-white\/80{
  accent-color: rgb(255 255 255 / 0.8);
}
.ybc-accent-white\/90{
  accent-color: rgb(255 255 255 / 0.9);
}
.ybc-accent-white\/95{
  accent-color: rgb(255 255 255 / 0.95);
}
.ybc-accent-white\/100{
  accent-color: rgb(255 255 255 / 1);
}
.ybc-accent-lime-400\/0{
  accent-color: rgb(154 202 60 / 0);
}
.ybc-accent-lime-400\/5{
  accent-color: rgb(154 202 60 / 0.05);
}
.ybc-accent-lime-400\/10{
  accent-color: rgb(154 202 60 / 0.1);
}
.ybc-accent-lime-400\/20{
  accent-color: rgb(154 202 60 / 0.2);
}
.ybc-accent-lime-400\/25{
  accent-color: rgb(154 202 60 / 0.25);
}
.ybc-accent-lime-400\/30{
  accent-color: rgb(154 202 60 / 0.3);
}
.ybc-accent-lime-400\/40{
  accent-color: rgb(154 202 60 / 0.4);
}
.ybc-accent-lime-400\/50{
  accent-color: rgb(154 202 60 / 0.5);
}
.ybc-accent-lime-400\/60{
  accent-color: rgb(154 202 60 / 0.6);
}
.ybc-accent-lime-400\/70{
  accent-color: rgb(154 202 60 / 0.7);
}
.ybc-accent-lime-400\/75{
  accent-color: rgb(154 202 60 / 0.75);
}
.ybc-accent-lime-400\/80{
  accent-color: rgb(154 202 60 / 0.8);
}
.ybc-accent-lime-400\/90{
  accent-color: rgb(154 202 60 / 0.9);
}
.ybc-accent-lime-400\/95{
  accent-color: rgb(154 202 60 / 0.95);
}
.ybc-accent-lime-400\/100{
  accent-color: rgb(154 202 60 / 1);
}
.ybc-accent-lime-500\/0{
  accent-color: rgb(132 189 0 / 0);
}
.ybc-accent-lime-500\/5{
  accent-color: rgb(132 189 0 / 0.05);
}
.ybc-accent-lime-500\/10{
  accent-color: rgb(132 189 0 / 0.1);
}
.ybc-accent-lime-500\/20{
  accent-color: rgb(132 189 0 / 0.2);
}
.ybc-accent-lime-500\/25{
  accent-color: rgb(132 189 0 / 0.25);
}
.ybc-accent-lime-500\/30{
  accent-color: rgb(132 189 0 / 0.3);
}
.ybc-accent-lime-500\/40{
  accent-color: rgb(132 189 0 / 0.4);
}
.ybc-accent-lime-500\/50{
  accent-color: rgb(132 189 0 / 0.5);
}
.ybc-accent-lime-500\/60{
  accent-color: rgb(132 189 0 / 0.6);
}
.ybc-accent-lime-500\/70{
  accent-color: rgb(132 189 0 / 0.7);
}
.ybc-accent-lime-500\/75{
  accent-color: rgb(132 189 0 / 0.75);
}
.ybc-accent-lime-500\/80{
  accent-color: rgb(132 189 0 / 0.8);
}
.ybc-accent-lime-500\/90{
  accent-color: rgb(132 189 0 / 0.9);
}
.ybc-accent-lime-500\/95{
  accent-color: rgb(132 189 0 / 0.95);
}
.ybc-accent-lime-500\/100{
  accent-color: rgb(132 189 0 / 1);
}
.ybc-accent-lime-600\/0{
  accent-color: rgb(101 163 13 / 0);
}
.ybc-accent-lime-600\/5{
  accent-color: rgb(101 163 13 / 0.05);
}
.ybc-accent-lime-600\/10{
  accent-color: rgb(101 163 13 / 0.1);
}
.ybc-accent-lime-600\/20{
  accent-color: rgb(101 163 13 / 0.2);
}
.ybc-accent-lime-600\/25{
  accent-color: rgb(101 163 13 / 0.25);
}
.ybc-accent-lime-600\/30{
  accent-color: rgb(101 163 13 / 0.3);
}
.ybc-accent-lime-600\/40{
  accent-color: rgb(101 163 13 / 0.4);
}
.ybc-accent-lime-600\/50{
  accent-color: rgb(101 163 13 / 0.5);
}
.ybc-accent-lime-600\/60{
  accent-color: rgb(101 163 13 / 0.6);
}
.ybc-accent-lime-600\/70{
  accent-color: rgb(101 163 13 / 0.7);
}
.ybc-accent-lime-600\/75{
  accent-color: rgb(101 163 13 / 0.75);
}
.ybc-accent-lime-600\/80{
  accent-color: rgb(101 163 13 / 0.8);
}
.ybc-accent-lime-600\/90{
  accent-color: rgb(101 163 13 / 0.9);
}
.ybc-accent-lime-600\/95{
  accent-color: rgb(101 163 13 / 0.95);
}
.ybc-accent-lime-600\/100{
  accent-color: rgb(101 163 13 / 1);
}
.ybc-accent-lime-900\/0{
  accent-color: rgb(92 130 17 / 0);
}
.ybc-accent-lime-900\/5{
  accent-color: rgb(92 130 17 / 0.05);
}
.ybc-accent-lime-900\/10{
  accent-color: rgb(92 130 17 / 0.1);
}
.ybc-accent-lime-900\/20{
  accent-color: rgb(92 130 17 / 0.2);
}
.ybc-accent-lime-900\/25{
  accent-color: rgb(92 130 17 / 0.25);
}
.ybc-accent-lime-900\/30{
  accent-color: rgb(92 130 17 / 0.3);
}
.ybc-accent-lime-900\/40{
  accent-color: rgb(92 130 17 / 0.4);
}
.ybc-accent-lime-900\/50{
  accent-color: rgb(92 130 17 / 0.5);
}
.ybc-accent-lime-900\/60{
  accent-color: rgb(92 130 17 / 0.6);
}
.ybc-accent-lime-900\/70{
  accent-color: rgb(92 130 17 / 0.7);
}
.ybc-accent-lime-900\/75{
  accent-color: rgb(92 130 17 / 0.75);
}
.ybc-accent-lime-900\/80{
  accent-color: rgb(92 130 17 / 0.8);
}
.ybc-accent-lime-900\/90{
  accent-color: rgb(92 130 17 / 0.9);
}
.ybc-accent-lime-900\/95{
  accent-color: rgb(92 130 17 / 0.95);
}
.ybc-accent-lime-900\/100{
  accent-color: rgb(92 130 17 / 1);
}
.ybc-accent-gray-100\/0{
  accent-color: rgb(245 245 245 / 0);
}
.ybc-accent-gray-100\/5{
  accent-color: rgb(245 245 245 / 0.05);
}
.ybc-accent-gray-100\/10{
  accent-color: rgb(245 245 245 / 0.1);
}
.ybc-accent-gray-100\/20{
  accent-color: rgb(245 245 245 / 0.2);
}
.ybc-accent-gray-100\/25{
  accent-color: rgb(245 245 245 / 0.25);
}
.ybc-accent-gray-100\/30{
  accent-color: rgb(245 245 245 / 0.3);
}
.ybc-accent-gray-100\/40{
  accent-color: rgb(245 245 245 / 0.4);
}
.ybc-accent-gray-100\/50{
  accent-color: rgb(245 245 245 / 0.5);
}
.ybc-accent-gray-100\/60{
  accent-color: rgb(245 245 245 / 0.6);
}
.ybc-accent-gray-100\/70{
  accent-color: rgb(245 245 245 / 0.7);
}
.ybc-accent-gray-100\/75{
  accent-color: rgb(245 245 245 / 0.75);
}
.ybc-accent-gray-100\/80{
  accent-color: rgb(245 245 245 / 0.8);
}
.ybc-accent-gray-100\/90{
  accent-color: rgb(245 245 245 / 0.9);
}
.ybc-accent-gray-100\/95{
  accent-color: rgb(245 245 245 / 0.95);
}
.ybc-accent-gray-100\/100{
  accent-color: rgb(245 245 245 / 1);
}
.ybc-accent-gray-200\/0{
  accent-color: rgb(249 249 249 / 0);
}
.ybc-accent-gray-200\/5{
  accent-color: rgb(249 249 249 / 0.05);
}
.ybc-accent-gray-200\/10{
  accent-color: rgb(249 249 249 / 0.1);
}
.ybc-accent-gray-200\/20{
  accent-color: rgb(249 249 249 / 0.2);
}
.ybc-accent-gray-200\/25{
  accent-color: rgb(249 249 249 / 0.25);
}
.ybc-accent-gray-200\/30{
  accent-color: rgb(249 249 249 / 0.3);
}
.ybc-accent-gray-200\/40{
  accent-color: rgb(249 249 249 / 0.4);
}
.ybc-accent-gray-200\/50{
  accent-color: rgb(249 249 249 / 0.5);
}
.ybc-accent-gray-200\/60{
  accent-color: rgb(249 249 249 / 0.6);
}
.ybc-accent-gray-200\/70{
  accent-color: rgb(249 249 249 / 0.7);
}
.ybc-accent-gray-200\/75{
  accent-color: rgb(249 249 249 / 0.75);
}
.ybc-accent-gray-200\/80{
  accent-color: rgb(249 249 249 / 0.8);
}
.ybc-accent-gray-200\/90{
  accent-color: rgb(249 249 249 / 0.9);
}
.ybc-accent-gray-200\/95{
  accent-color: rgb(249 249 249 / 0.95);
}
.ybc-accent-gray-200\/100{
  accent-color: rgb(249 249 249 / 1);
}
.ybc-accent-gray-300\/0{
  accent-color: rgb(217 217 217 / 0);
}
.ybc-accent-gray-300\/5{
  accent-color: rgb(217 217 217 / 0.05);
}
.ybc-accent-gray-300\/10{
  accent-color: rgb(217 217 217 / 0.1);
}
.ybc-accent-gray-300\/20{
  accent-color: rgb(217 217 217 / 0.2);
}
.ybc-accent-gray-300\/25{
  accent-color: rgb(217 217 217 / 0.25);
}
.ybc-accent-gray-300\/30{
  accent-color: rgb(217 217 217 / 0.3);
}
.ybc-accent-gray-300\/40{
  accent-color: rgb(217 217 217 / 0.4);
}
.ybc-accent-gray-300\/50{
  accent-color: rgb(217 217 217 / 0.5);
}
.ybc-accent-gray-300\/60{
  accent-color: rgb(217 217 217 / 0.6);
}
.ybc-accent-gray-300\/70{
  accent-color: rgb(217 217 217 / 0.7);
}
.ybc-accent-gray-300\/75{
  accent-color: rgb(217 217 217 / 0.75);
}
.ybc-accent-gray-300\/80{
  accent-color: rgb(217 217 217 / 0.8);
}
.ybc-accent-gray-300\/90{
  accent-color: rgb(217 217 217 / 0.9);
}
.ybc-accent-gray-300\/95{
  accent-color: rgb(217 217 217 / 0.95);
}
.ybc-accent-gray-300\/100{
  accent-color: rgb(217 217 217 / 1);
}
.ybc-accent-gray-600\/0{
  accent-color: rgb(78 78 78 / 0);
}
.ybc-accent-gray-600\/5{
  accent-color: rgb(78 78 78 / 0.05);
}
.ybc-accent-gray-600\/10{
  accent-color: rgb(78 78 78 / 0.1);
}
.ybc-accent-gray-600\/20{
  accent-color: rgb(78 78 78 / 0.2);
}
.ybc-accent-gray-600\/25{
  accent-color: rgb(78 78 78 / 0.25);
}
.ybc-accent-gray-600\/30{
  accent-color: rgb(78 78 78 / 0.3);
}
.ybc-accent-gray-600\/40{
  accent-color: rgb(78 78 78 / 0.4);
}
.ybc-accent-gray-600\/50{
  accent-color: rgb(78 78 78 / 0.5);
}
.ybc-accent-gray-600\/60{
  accent-color: rgb(78 78 78 / 0.6);
}
.ybc-accent-gray-600\/70{
  accent-color: rgb(78 78 78 / 0.7);
}
.ybc-accent-gray-600\/75{
  accent-color: rgb(78 78 78 / 0.75);
}
.ybc-accent-gray-600\/80{
  accent-color: rgb(78 78 78 / 0.8);
}
.ybc-accent-gray-600\/90{
  accent-color: rgb(78 78 78 / 0.9);
}
.ybc-accent-gray-600\/95{
  accent-color: rgb(78 78 78 / 0.95);
}
.ybc-accent-gray-600\/100{
  accent-color: rgb(78 78 78 / 1);
}
.ybc-accent-gray-900\/0{
  accent-color: rgb(61 65 51 / 0);
}
.ybc-accent-gray-900\/5{
  accent-color: rgb(61 65 51 / 0.05);
}
.ybc-accent-gray-900\/10{
  accent-color: rgb(61 65 51 / 0.1);
}
.ybc-accent-gray-900\/20{
  accent-color: rgb(61 65 51 / 0.2);
}
.ybc-accent-gray-900\/25{
  accent-color: rgb(61 65 51 / 0.25);
}
.ybc-accent-gray-900\/30{
  accent-color: rgb(61 65 51 / 0.3);
}
.ybc-accent-gray-900\/40{
  accent-color: rgb(61 65 51 / 0.4);
}
.ybc-accent-gray-900\/50{
  accent-color: rgb(61 65 51 / 0.5);
}
.ybc-accent-gray-900\/60{
  accent-color: rgb(61 65 51 / 0.6);
}
.ybc-accent-gray-900\/70{
  accent-color: rgb(61 65 51 / 0.7);
}
.ybc-accent-gray-900\/75{
  accent-color: rgb(61 65 51 / 0.75);
}
.ybc-accent-gray-900\/80{
  accent-color: rgb(61 65 51 / 0.8);
}
.ybc-accent-gray-900\/90{
  accent-color: rgb(61 65 51 / 0.9);
}
.ybc-accent-gray-900\/95{
  accent-color: rgb(61 65 51 / 0.95);
}
.ybc-accent-gray-900\/100{
  accent-color: rgb(61 65 51 / 1);
}
.ybc-accent-teal-600\/0{
  accent-color: rgb(0 115 165 / 0);
}
.ybc-accent-teal-600\/5{
  accent-color: rgb(0 115 165 / 0.05);
}
.ybc-accent-teal-600\/10{
  accent-color: rgb(0 115 165 / 0.1);
}
.ybc-accent-teal-600\/20{
  accent-color: rgb(0 115 165 / 0.2);
}
.ybc-accent-teal-600\/25{
  accent-color: rgb(0 115 165 / 0.25);
}
.ybc-accent-teal-600\/30{
  accent-color: rgb(0 115 165 / 0.3);
}
.ybc-accent-teal-600\/40{
  accent-color: rgb(0 115 165 / 0.4);
}
.ybc-accent-teal-600\/50{
  accent-color: rgb(0 115 165 / 0.5);
}
.ybc-accent-teal-600\/60{
  accent-color: rgb(0 115 165 / 0.6);
}
.ybc-accent-teal-600\/70{
  accent-color: rgb(0 115 165 / 0.7);
}
.ybc-accent-teal-600\/75{
  accent-color: rgb(0 115 165 / 0.75);
}
.ybc-accent-teal-600\/80{
  accent-color: rgb(0 115 165 / 0.8);
}
.ybc-accent-teal-600\/90{
  accent-color: rgb(0 115 165 / 0.9);
}
.ybc-accent-teal-600\/95{
  accent-color: rgb(0 115 165 / 0.95);
}
.ybc-accent-teal-600\/100{
  accent-color: rgb(0 115 165 / 1);
}
.ybc-accent-teal-900\/0{
  accent-color: rgb(0 85 114 / 0);
}
.ybc-accent-teal-900\/5{
  accent-color: rgb(0 85 114 / 0.05);
}
.ybc-accent-teal-900\/10{
  accent-color: rgb(0 85 114 / 0.1);
}
.ybc-accent-teal-900\/20{
  accent-color: rgb(0 85 114 / 0.2);
}
.ybc-accent-teal-900\/25{
  accent-color: rgb(0 85 114 / 0.25);
}
.ybc-accent-teal-900\/30{
  accent-color: rgb(0 85 114 / 0.3);
}
.ybc-accent-teal-900\/40{
  accent-color: rgb(0 85 114 / 0.4);
}
.ybc-accent-teal-900\/50{
  accent-color: rgb(0 85 114 / 0.5);
}
.ybc-accent-teal-900\/60{
  accent-color: rgb(0 85 114 / 0.6);
}
.ybc-accent-teal-900\/70{
  accent-color: rgb(0 85 114 / 0.7);
}
.ybc-accent-teal-900\/75{
  accent-color: rgb(0 85 114 / 0.75);
}
.ybc-accent-teal-900\/80{
  accent-color: rgb(0 85 114 / 0.8);
}
.ybc-accent-teal-900\/90{
  accent-color: rgb(0 85 114 / 0.9);
}
.ybc-accent-teal-900\/95{
  accent-color: rgb(0 85 114 / 0.95);
}
.ybc-accent-teal-900\/100{
  accent-color: rgb(0 85 114 / 1);
}
.ybc-opacity-0{
  opacity: 0;
}
.ybc-opacity-5{
  opacity: 0.05;
}
.ybc-opacity-10{
  opacity: 0.1;
}
.ybc-opacity-20{
  opacity: 0.2;
}
.ybc-opacity-25{
  opacity: 0.25;
}
.ybc-opacity-30{
  opacity: 0.3;
}
.ybc-opacity-40{
  opacity: 0.4;
}
.ybc-opacity-50{
  opacity: 0.5;
}
.ybc-opacity-60{
  opacity: 0.6;
}
.ybc-opacity-70{
  opacity: 0.7;
}
.ybc-opacity-75{
  opacity: 0.75;
}
.ybc-opacity-80{
  opacity: 0.8;
}
.ybc-opacity-90{
  opacity: 0.9;
}
.ybc-opacity-95{
  opacity: 0.95;
}
.ybc-opacity-100{
  opacity: 1;
}
.ybc-bg-blend-normal{
  background-blend-mode: normal;
}
.ybc-bg-blend-multiply{
  background-blend-mode: multiply;
}
.ybc-bg-blend-screen{
  background-blend-mode: screen;
}
.ybc-bg-blend-overlay{
  background-blend-mode: overlay;
}
.ybc-bg-blend-darken{
  background-blend-mode: darken;
}
.ybc-bg-blend-lighten{
  background-blend-mode: lighten;
}
.ybc-bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.ybc-bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.ybc-bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.ybc-bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.ybc-bg-blend-difference{
  background-blend-mode: difference;
}
.ybc-bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.ybc-bg-blend-hue{
  background-blend-mode: hue;
}
.ybc-bg-blend-saturation{
  background-blend-mode: saturation;
}
.ybc-bg-blend-color{
  background-blend-mode: color;
}
.ybc-bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.ybc-mix-blend-normal{
  mix-blend-mode: normal;
}
.ybc-mix-blend-multiply{
  mix-blend-mode: multiply;
}
.ybc-mix-blend-screen{
  mix-blend-mode: screen;
}
.ybc-mix-blend-overlay{
  mix-blend-mode: overlay;
}
.ybc-mix-blend-darken{
  mix-blend-mode: darken;
}
.ybc-mix-blend-lighten{
  mix-blend-mode: lighten;
}
.ybc-mix-blend-color-dodge{
  mix-blend-mode: color-dodge;
}
.ybc-mix-blend-color-burn{
  mix-blend-mode: color-burn;
}
.ybc-mix-blend-hard-light{
  mix-blend-mode: hard-light;
}
.ybc-mix-blend-soft-light{
  mix-blend-mode: soft-light;
}
.ybc-mix-blend-difference{
  mix-blend-mode: difference;
}
.ybc-mix-blend-exclusion{
  mix-blend-mode: exclusion;
}
.ybc-mix-blend-hue{
  mix-blend-mode: hue;
}
.ybc-mix-blend-saturation{
  mix-blend-mode: saturation;
}
.ybc-mix-blend-color{
  mix-blend-mode: color;
}
.ybc-mix-blend-luminosity{
  mix-blend-mode: luminosity;
}
.ybc-mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}
.ybc-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);
}
.ybc-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);
}
.ybc-shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ybc-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);
}
.ybc-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);
}
.ybc-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);
}
.ybc-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);
}
.ybc-shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ybc-shadow-transparent{
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-current{
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black{
  --tw-shadow-color: #000000;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white{
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400{
  --tw-shadow-color: #9ACA3C;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500{
  --tw-shadow-color: #84BD00;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600{
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900{
  --tw-shadow-color: #5C8211;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100{
  --tw-shadow-color: #F5F5F5;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200{
  --tw-shadow-color: #F9F9F9;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300{
  --tw-shadow-color: #D9D9D9;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600{
  --tw-shadow-color: #4E4E4E;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900{
  --tw-shadow-color: #3D4133;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600{
  --tw-shadow-color: #0073A5;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900{
  --tw-shadow-color: #005572;
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/0{
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/5{
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/10{
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/20{
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/25{
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/30{
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/40{
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/50{
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/60{
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/70{
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/75{
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/80{
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/90{
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/95{
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-transparent\/100{
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/0{
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/5{
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/10{
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/20{
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/25{
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/30{
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/40{
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/50{
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/60{
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/70{
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/75{
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/80{
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/90{
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/95{
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-black\/100{
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/0{
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/5{
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/10{
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/20{
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/25{
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/30{
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/40{
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/50{
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/60{
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/70{
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/75{
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/80{
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/90{
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/95{
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-white\/100{
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/0{
  --tw-shadow-color: rgb(154 202 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/5{
  --tw-shadow-color: rgb(154 202 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/10{
  --tw-shadow-color: rgb(154 202 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/20{
  --tw-shadow-color: rgb(154 202 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/25{
  --tw-shadow-color: rgb(154 202 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/30{
  --tw-shadow-color: rgb(154 202 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/40{
  --tw-shadow-color: rgb(154 202 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/50{
  --tw-shadow-color: rgb(154 202 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/60{
  --tw-shadow-color: rgb(154 202 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/70{
  --tw-shadow-color: rgb(154 202 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/75{
  --tw-shadow-color: rgb(154 202 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/80{
  --tw-shadow-color: rgb(154 202 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/90{
  --tw-shadow-color: rgb(154 202 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/95{
  --tw-shadow-color: rgb(154 202 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-400\/100{
  --tw-shadow-color: rgb(154 202 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/0{
  --tw-shadow-color: rgb(132 189 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/5{
  --tw-shadow-color: rgb(132 189 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/10{
  --tw-shadow-color: rgb(132 189 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/20{
  --tw-shadow-color: rgb(132 189 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/25{
  --tw-shadow-color: rgb(132 189 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/30{
  --tw-shadow-color: rgb(132 189 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/40{
  --tw-shadow-color: rgb(132 189 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/50{
  --tw-shadow-color: rgb(132 189 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/60{
  --tw-shadow-color: rgb(132 189 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/70{
  --tw-shadow-color: rgb(132 189 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/75{
  --tw-shadow-color: rgb(132 189 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/80{
  --tw-shadow-color: rgb(132 189 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/90{
  --tw-shadow-color: rgb(132 189 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/95{
  --tw-shadow-color: rgb(132 189 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-500\/100{
  --tw-shadow-color: rgb(132 189 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/0{
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/5{
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/10{
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/20{
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/25{
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/30{
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/40{
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/50{
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/60{
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/70{
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/75{
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/80{
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/90{
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/95{
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-600\/100{
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/0{
  --tw-shadow-color: rgb(92 130 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/5{
  --tw-shadow-color: rgb(92 130 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/10{
  --tw-shadow-color: rgb(92 130 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/20{
  --tw-shadow-color: rgb(92 130 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/25{
  --tw-shadow-color: rgb(92 130 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/30{
  --tw-shadow-color: rgb(92 130 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/40{
  --tw-shadow-color: rgb(92 130 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/50{
  --tw-shadow-color: rgb(92 130 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/60{
  --tw-shadow-color: rgb(92 130 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/70{
  --tw-shadow-color: rgb(92 130 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/75{
  --tw-shadow-color: rgb(92 130 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/80{
  --tw-shadow-color: rgb(92 130 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/90{
  --tw-shadow-color: rgb(92 130 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/95{
  --tw-shadow-color: rgb(92 130 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-lime-900\/100{
  --tw-shadow-color: rgb(92 130 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/0{
  --tw-shadow-color: rgb(245 245 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/5{
  --tw-shadow-color: rgb(245 245 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/10{
  --tw-shadow-color: rgb(245 245 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/20{
  --tw-shadow-color: rgb(245 245 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/25{
  --tw-shadow-color: rgb(245 245 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/30{
  --tw-shadow-color: rgb(245 245 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/40{
  --tw-shadow-color: rgb(245 245 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/50{
  --tw-shadow-color: rgb(245 245 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/60{
  --tw-shadow-color: rgb(245 245 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/70{
  --tw-shadow-color: rgb(245 245 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/75{
  --tw-shadow-color: rgb(245 245 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/80{
  --tw-shadow-color: rgb(245 245 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/90{
  --tw-shadow-color: rgb(245 245 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/95{
  --tw-shadow-color: rgb(245 245 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-100\/100{
  --tw-shadow-color: rgb(245 245 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/0{
  --tw-shadow-color: rgb(249 249 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/5{
  --tw-shadow-color: rgb(249 249 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/10{
  --tw-shadow-color: rgb(249 249 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/20{
  --tw-shadow-color: rgb(249 249 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/25{
  --tw-shadow-color: rgb(249 249 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/30{
  --tw-shadow-color: rgb(249 249 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/40{
  --tw-shadow-color: rgb(249 249 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/50{
  --tw-shadow-color: rgb(249 249 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/60{
  --tw-shadow-color: rgb(249 249 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/70{
  --tw-shadow-color: rgb(249 249 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/75{
  --tw-shadow-color: rgb(249 249 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/80{
  --tw-shadow-color: rgb(249 249 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/90{
  --tw-shadow-color: rgb(249 249 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/95{
  --tw-shadow-color: rgb(249 249 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-200\/100{
  --tw-shadow-color: rgb(249 249 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/0{
  --tw-shadow-color: rgb(217 217 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/5{
  --tw-shadow-color: rgb(217 217 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/10{
  --tw-shadow-color: rgb(217 217 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/20{
  --tw-shadow-color: rgb(217 217 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/25{
  --tw-shadow-color: rgb(217 217 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/30{
  --tw-shadow-color: rgb(217 217 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/40{
  --tw-shadow-color: rgb(217 217 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/50{
  --tw-shadow-color: rgb(217 217 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/60{
  --tw-shadow-color: rgb(217 217 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/70{
  --tw-shadow-color: rgb(217 217 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/75{
  --tw-shadow-color: rgb(217 217 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/80{
  --tw-shadow-color: rgb(217 217 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/90{
  --tw-shadow-color: rgb(217 217 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/95{
  --tw-shadow-color: rgb(217 217 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-300\/100{
  --tw-shadow-color: rgb(217 217 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/0{
  --tw-shadow-color: rgb(78 78 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/5{
  --tw-shadow-color: rgb(78 78 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/10{
  --tw-shadow-color: rgb(78 78 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/20{
  --tw-shadow-color: rgb(78 78 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/25{
  --tw-shadow-color: rgb(78 78 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/30{
  --tw-shadow-color: rgb(78 78 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/40{
  --tw-shadow-color: rgb(78 78 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/50{
  --tw-shadow-color: rgb(78 78 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/60{
  --tw-shadow-color: rgb(78 78 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/70{
  --tw-shadow-color: rgb(78 78 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/75{
  --tw-shadow-color: rgb(78 78 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/80{
  --tw-shadow-color: rgb(78 78 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/90{
  --tw-shadow-color: rgb(78 78 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/95{
  --tw-shadow-color: rgb(78 78 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-600\/100{
  --tw-shadow-color: rgb(78 78 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/0{
  --tw-shadow-color: rgb(61 65 51 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/5{
  --tw-shadow-color: rgb(61 65 51 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/10{
  --tw-shadow-color: rgb(61 65 51 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/20{
  --tw-shadow-color: rgb(61 65 51 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/25{
  --tw-shadow-color: rgb(61 65 51 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/30{
  --tw-shadow-color: rgb(61 65 51 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/40{
  --tw-shadow-color: rgb(61 65 51 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/50{
  --tw-shadow-color: rgb(61 65 51 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/60{
  --tw-shadow-color: rgb(61 65 51 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/70{
  --tw-shadow-color: rgb(61 65 51 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/75{
  --tw-shadow-color: rgb(61 65 51 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/80{
  --tw-shadow-color: rgb(61 65 51 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/90{
  --tw-shadow-color: rgb(61 65 51 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/95{
  --tw-shadow-color: rgb(61 65 51 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-gray-900\/100{
  --tw-shadow-color: rgb(61 65 51 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/0{
  --tw-shadow-color: rgb(0 115 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/5{
  --tw-shadow-color: rgb(0 115 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/10{
  --tw-shadow-color: rgb(0 115 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/20{
  --tw-shadow-color: rgb(0 115 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/25{
  --tw-shadow-color: rgb(0 115 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/30{
  --tw-shadow-color: rgb(0 115 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/40{
  --tw-shadow-color: rgb(0 115 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/50{
  --tw-shadow-color: rgb(0 115 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/60{
  --tw-shadow-color: rgb(0 115 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/70{
  --tw-shadow-color: rgb(0 115 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/75{
  --tw-shadow-color: rgb(0 115 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/80{
  --tw-shadow-color: rgb(0 115 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/90{
  --tw-shadow-color: rgb(0 115 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/95{
  --tw-shadow-color: rgb(0 115 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-600\/100{
  --tw-shadow-color: rgb(0 115 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/0{
  --tw-shadow-color: rgb(0 85 114 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/5{
  --tw-shadow-color: rgb(0 85 114 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/10{
  --tw-shadow-color: rgb(0 85 114 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/20{
  --tw-shadow-color: rgb(0 85 114 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/25{
  --tw-shadow-color: rgb(0 85 114 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/30{
  --tw-shadow-color: rgb(0 85 114 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/40{
  --tw-shadow-color: rgb(0 85 114 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/50{
  --tw-shadow-color: rgb(0 85 114 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/60{
  --tw-shadow-color: rgb(0 85 114 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/70{
  --tw-shadow-color: rgb(0 85 114 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/75{
  --tw-shadow-color: rgb(0 85 114 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/80{
  --tw-shadow-color: rgb(0 85 114 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/90{
  --tw-shadow-color: rgb(0 85 114 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/95{
  --tw-shadow-color: rgb(0 85 114 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-shadow-teal-900\/100{
  --tw-shadow-color: rgb(0 85 114 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.ybc-outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ybc-outline{
  outline-style: solid;
}
.ybc-outline-dashed{
  outline-style: dashed;
}
.ybc-outline-dotted{
  outline-style: dotted;
}
.ybc-outline-double{
  outline-style: double;
}
.ybc-outline-hidden{
  outline-style: hidden;
}
.ybc-outline-0{
  outline-width: 0px;
}
.ybc-outline-1{
  outline-width: 1px;
}
.ybc-outline-2{
  outline-width: 2px;
}
.ybc-outline-4{
  outline-width: 4px;
}
.ybc-outline-8{
  outline-width: 8px;
}
.ybc-outline-offset-0{
  outline-offset: 0px;
}
.ybc-outline-offset-1{
  outline-offset: 1px;
}
.ybc-outline-offset-2{
  outline-offset: 2px;
}
.ybc-outline-offset-4{
  outline-offset: 4px;
}
.ybc-outline-offset-8{
  outline-offset: 8px;
}
.ybc-outline-transparent{
  outline-color: transparent;
}
.ybc-outline-current{
  outline-color: currentColor;
}
.ybc-outline-black{
  outline-color: #000000;
}
.ybc-outline-white{
  outline-color: #FFFFFF;
}
.ybc-outline-lime-400{
  outline-color: #9ACA3C;
}
.ybc-outline-lime-500{
  outline-color: #84BD00;
}
.ybc-outline-lime-600{
  outline-color: #65a30d;
}
.ybc-outline-lime-900{
  outline-color: #5C8211;
}
.ybc-outline-gray-100{
  outline-color: #F5F5F5;
}
.ybc-outline-gray-200{
  outline-color: #F9F9F9;
}
.ybc-outline-gray-300{
  outline-color: #D9D9D9;
}
.ybc-outline-gray-600{
  outline-color: #4E4E4E;
}
.ybc-outline-gray-900{
  outline-color: #3D4133;
}
.ybc-outline-teal-600{
  outline-color: #0073A5;
}
.ybc-outline-teal-900{
  outline-color: #005572;
}
.ybc-outline-transparent\/0{
  outline-color: rgb(0 0 0 / 0);
}
.ybc-outline-transparent\/5{
  outline-color: rgb(0 0 0 / 0.05);
}
.ybc-outline-transparent\/10{
  outline-color: rgb(0 0 0 / 0.1);
}
.ybc-outline-transparent\/20{
  outline-color: rgb(0 0 0 / 0.2);
}
.ybc-outline-transparent\/25{
  outline-color: rgb(0 0 0 / 0.25);
}
.ybc-outline-transparent\/30{
  outline-color: rgb(0 0 0 / 0.3);
}
.ybc-outline-transparent\/40{
  outline-color: rgb(0 0 0 / 0.4);
}
.ybc-outline-transparent\/50{
  outline-color: rgb(0 0 0 / 0.5);
}
.ybc-outline-transparent\/60{
  outline-color: rgb(0 0 0 / 0.6);
}
.ybc-outline-transparent\/70{
  outline-color: rgb(0 0 0 / 0.7);
}
.ybc-outline-transparent\/75{
  outline-color: rgb(0 0 0 / 0.75);
}
.ybc-outline-transparent\/80{
  outline-color: rgb(0 0 0 / 0.8);
}
.ybc-outline-transparent\/90{
  outline-color: rgb(0 0 0 / 0.9);
}
.ybc-outline-transparent\/95{
  outline-color: rgb(0 0 0 / 0.95);
}
.ybc-outline-transparent\/100{
  outline-color: rgb(0 0 0 / 1);
}
.ybc-outline-black\/0{
  outline-color: rgb(0 0 0 / 0);
}
.ybc-outline-black\/5{
  outline-color: rgb(0 0 0 / 0.05);
}
.ybc-outline-black\/10{
  outline-color: rgb(0 0 0 / 0.1);
}
.ybc-outline-black\/20{
  outline-color: rgb(0 0 0 / 0.2);
}
.ybc-outline-black\/25{
  outline-color: rgb(0 0 0 / 0.25);
}
.ybc-outline-black\/30{
  outline-color: rgb(0 0 0 / 0.3);
}
.ybc-outline-black\/40{
  outline-color: rgb(0 0 0 / 0.4);
}
.ybc-outline-black\/50{
  outline-color: rgb(0 0 0 / 0.5);
}
.ybc-outline-black\/60{
  outline-color: rgb(0 0 0 / 0.6);
}
.ybc-outline-black\/70{
  outline-color: rgb(0 0 0 / 0.7);
}
.ybc-outline-black\/75{
  outline-color: rgb(0 0 0 / 0.75);
}
.ybc-outline-black\/80{
  outline-color: rgb(0 0 0 / 0.8);
}
.ybc-outline-black\/90{
  outline-color: rgb(0 0 0 / 0.9);
}
.ybc-outline-black\/95{
  outline-color: rgb(0 0 0 / 0.95);
}
.ybc-outline-black\/100{
  outline-color: rgb(0 0 0 / 1);
}
.ybc-outline-white\/0{
  outline-color: rgb(255 255 255 / 0);
}
.ybc-outline-white\/5{
  outline-color: rgb(255 255 255 / 0.05);
}
.ybc-outline-white\/10{
  outline-color: rgb(255 255 255 / 0.1);
}
.ybc-outline-white\/20{
  outline-color: rgb(255 255 255 / 0.2);
}
.ybc-outline-white\/25{
  outline-color: rgb(255 255 255 / 0.25);
}
.ybc-outline-white\/30{
  outline-color: rgb(255 255 255 / 0.3);
}
.ybc-outline-white\/40{
  outline-color: rgb(255 255 255 / 0.4);
}
.ybc-outline-white\/50{
  outline-color: rgb(255 255 255 / 0.5);
}
.ybc-outline-white\/60{
  outline-color: rgb(255 255 255 / 0.6);
}
.ybc-outline-white\/70{
  outline-color: rgb(255 255 255 / 0.7);
}
.ybc-outline-white\/75{
  outline-color: rgb(255 255 255 / 0.75);
}
.ybc-outline-white\/80{
  outline-color: rgb(255 255 255 / 0.8);
}
.ybc-outline-white\/90{
  outline-color: rgb(255 255 255 / 0.9);
}
.ybc-outline-white\/95{
  outline-color: rgb(255 255 255 / 0.95);
}
.ybc-outline-white\/100{
  outline-color: rgb(255 255 255 / 1);
}
.ybc-outline-lime-400\/0{
  outline-color: rgb(154 202 60 / 0);
}
.ybc-outline-lime-400\/5{
  outline-color: rgb(154 202 60 / 0.05);
}
.ybc-outline-lime-400\/10{
  outline-color: rgb(154 202 60 / 0.1);
}
.ybc-outline-lime-400\/20{
  outline-color: rgb(154 202 60 / 0.2);
}
.ybc-outline-lime-400\/25{
  outline-color: rgb(154 202 60 / 0.25);
}
.ybc-outline-lime-400\/30{
  outline-color: rgb(154 202 60 / 0.3);
}
.ybc-outline-lime-400\/40{
  outline-color: rgb(154 202 60 / 0.4);
}
.ybc-outline-lime-400\/50{
  outline-color: rgb(154 202 60 / 0.5);
}
.ybc-outline-lime-400\/60{
  outline-color: rgb(154 202 60 / 0.6);
}
.ybc-outline-lime-400\/70{
  outline-color: rgb(154 202 60 / 0.7);
}
.ybc-outline-lime-400\/75{
  outline-color: rgb(154 202 60 / 0.75);
}
.ybc-outline-lime-400\/80{
  outline-color: rgb(154 202 60 / 0.8);
}
.ybc-outline-lime-400\/90{
  outline-color: rgb(154 202 60 / 0.9);
}
.ybc-outline-lime-400\/95{
  outline-color: rgb(154 202 60 / 0.95);
}
.ybc-outline-lime-400\/100{
  outline-color: rgb(154 202 60 / 1);
}
.ybc-outline-lime-500\/0{
  outline-color: rgb(132 189 0 / 0);
}
.ybc-outline-lime-500\/5{
  outline-color: rgb(132 189 0 / 0.05);
}
.ybc-outline-lime-500\/10{
  outline-color: rgb(132 189 0 / 0.1);
}
.ybc-outline-lime-500\/20{
  outline-color: rgb(132 189 0 / 0.2);
}
.ybc-outline-lime-500\/25{
  outline-color: rgb(132 189 0 / 0.25);
}
.ybc-outline-lime-500\/30{
  outline-color: rgb(132 189 0 / 0.3);
}
.ybc-outline-lime-500\/40{
  outline-color: rgb(132 189 0 / 0.4);
}
.ybc-outline-lime-500\/50{
  outline-color: rgb(132 189 0 / 0.5);
}
.ybc-outline-lime-500\/60{
  outline-color: rgb(132 189 0 / 0.6);
}
.ybc-outline-lime-500\/70{
  outline-color: rgb(132 189 0 / 0.7);
}
.ybc-outline-lime-500\/75{
  outline-color: rgb(132 189 0 / 0.75);
}
.ybc-outline-lime-500\/80{
  outline-color: rgb(132 189 0 / 0.8);
}
.ybc-outline-lime-500\/90{
  outline-color: rgb(132 189 0 / 0.9);
}
.ybc-outline-lime-500\/95{
  outline-color: rgb(132 189 0 / 0.95);
}
.ybc-outline-lime-500\/100{
  outline-color: rgb(132 189 0 / 1);
}
.ybc-outline-lime-600\/0{
  outline-color: rgb(101 163 13 / 0);
}
.ybc-outline-lime-600\/5{
  outline-color: rgb(101 163 13 / 0.05);
}
.ybc-outline-lime-600\/10{
  outline-color: rgb(101 163 13 / 0.1);
}
.ybc-outline-lime-600\/20{
  outline-color: rgb(101 163 13 / 0.2);
}
.ybc-outline-lime-600\/25{
  outline-color: rgb(101 163 13 / 0.25);
}
.ybc-outline-lime-600\/30{
  outline-color: rgb(101 163 13 / 0.3);
}
.ybc-outline-lime-600\/40{
  outline-color: rgb(101 163 13 / 0.4);
}
.ybc-outline-lime-600\/50{
  outline-color: rgb(101 163 13 / 0.5);
}
.ybc-outline-lime-600\/60{
  outline-color: rgb(101 163 13 / 0.6);
}
.ybc-outline-lime-600\/70{
  outline-color: rgb(101 163 13 / 0.7);
}
.ybc-outline-lime-600\/75{
  outline-color: rgb(101 163 13 / 0.75);
}
.ybc-outline-lime-600\/80{
  outline-color: rgb(101 163 13 / 0.8);
}
.ybc-outline-lime-600\/90{
  outline-color: rgb(101 163 13 / 0.9);
}
.ybc-outline-lime-600\/95{
  outline-color: rgb(101 163 13 / 0.95);
}
.ybc-outline-lime-600\/100{
  outline-color: rgb(101 163 13 / 1);
}
.ybc-outline-lime-900\/0{
  outline-color: rgb(92 130 17 / 0);
}
.ybc-outline-lime-900\/5{
  outline-color: rgb(92 130 17 / 0.05);
}
.ybc-outline-lime-900\/10{
  outline-color: rgb(92 130 17 / 0.1);
}
.ybc-outline-lime-900\/20{
  outline-color: rgb(92 130 17 / 0.2);
}
.ybc-outline-lime-900\/25{
  outline-color: rgb(92 130 17 / 0.25);
}
.ybc-outline-lime-900\/30{
  outline-color: rgb(92 130 17 / 0.3);
}
.ybc-outline-lime-900\/40{
  outline-color: rgb(92 130 17 / 0.4);
}
.ybc-outline-lime-900\/50{
  outline-color: rgb(92 130 17 / 0.5);
}
.ybc-outline-lime-900\/60{
  outline-color: rgb(92 130 17 / 0.6);
}
.ybc-outline-lime-900\/70{
  outline-color: rgb(92 130 17 / 0.7);
}
.ybc-outline-lime-900\/75{
  outline-color: rgb(92 130 17 / 0.75);
}
.ybc-outline-lime-900\/80{
  outline-color: rgb(92 130 17 / 0.8);
}
.ybc-outline-lime-900\/90{
  outline-color: rgb(92 130 17 / 0.9);
}
.ybc-outline-lime-900\/95{
  outline-color: rgb(92 130 17 / 0.95);
}
.ybc-outline-lime-900\/100{
  outline-color: rgb(92 130 17 / 1);
}
.ybc-outline-gray-100\/0{
  outline-color: rgb(245 245 245 / 0);
}
.ybc-outline-gray-100\/5{
  outline-color: rgb(245 245 245 / 0.05);
}
.ybc-outline-gray-100\/10{
  outline-color: rgb(245 245 245 / 0.1);
}
.ybc-outline-gray-100\/20{
  outline-color: rgb(245 245 245 / 0.2);
}
.ybc-outline-gray-100\/25{
  outline-color: rgb(245 245 245 / 0.25);
}
.ybc-outline-gray-100\/30{
  outline-color: rgb(245 245 245 / 0.3);
}
.ybc-outline-gray-100\/40{
  outline-color: rgb(245 245 245 / 0.4);
}
.ybc-outline-gray-100\/50{
  outline-color: rgb(245 245 245 / 0.5);
}
.ybc-outline-gray-100\/60{
  outline-color: rgb(245 245 245 / 0.6);
}
.ybc-outline-gray-100\/70{
  outline-color: rgb(245 245 245 / 0.7);
}
.ybc-outline-gray-100\/75{
  outline-color: rgb(245 245 245 / 0.75);
}
.ybc-outline-gray-100\/80{
  outline-color: rgb(245 245 245 / 0.8);
}
.ybc-outline-gray-100\/90{
  outline-color: rgb(245 245 245 / 0.9);
}
.ybc-outline-gray-100\/95{
  outline-color: rgb(245 245 245 / 0.95);
}
.ybc-outline-gray-100\/100{
  outline-color: rgb(245 245 245 / 1);
}
.ybc-outline-gray-200\/0{
  outline-color: rgb(249 249 249 / 0);
}
.ybc-outline-gray-200\/5{
  outline-color: rgb(249 249 249 / 0.05);
}
.ybc-outline-gray-200\/10{
  outline-color: rgb(249 249 249 / 0.1);
}
.ybc-outline-gray-200\/20{
  outline-color: rgb(249 249 249 / 0.2);
}
.ybc-outline-gray-200\/25{
  outline-color: rgb(249 249 249 / 0.25);
}
.ybc-outline-gray-200\/30{
  outline-color: rgb(249 249 249 / 0.3);
}
.ybc-outline-gray-200\/40{
  outline-color: rgb(249 249 249 / 0.4);
}
.ybc-outline-gray-200\/50{
  outline-color: rgb(249 249 249 / 0.5);
}
.ybc-outline-gray-200\/60{
  outline-color: rgb(249 249 249 / 0.6);
}
.ybc-outline-gray-200\/70{
  outline-color: rgb(249 249 249 / 0.7);
}
.ybc-outline-gray-200\/75{
  outline-color: rgb(249 249 249 / 0.75);
}
.ybc-outline-gray-200\/80{
  outline-color: rgb(249 249 249 / 0.8);
}
.ybc-outline-gray-200\/90{
  outline-color: rgb(249 249 249 / 0.9);
}
.ybc-outline-gray-200\/95{
  outline-color: rgb(249 249 249 / 0.95);
}
.ybc-outline-gray-200\/100{
  outline-color: rgb(249 249 249 / 1);
}
.ybc-outline-gray-300\/0{
  outline-color: rgb(217 217 217 / 0);
}
.ybc-outline-gray-300\/5{
  outline-color: rgb(217 217 217 / 0.05);
}
.ybc-outline-gray-300\/10{
  outline-color: rgb(217 217 217 / 0.1);
}
.ybc-outline-gray-300\/20{
  outline-color: rgb(217 217 217 / 0.2);
}
.ybc-outline-gray-300\/25{
  outline-color: rgb(217 217 217 / 0.25);
}
.ybc-outline-gray-300\/30{
  outline-color: rgb(217 217 217 / 0.3);
}
.ybc-outline-gray-300\/40{
  outline-color: rgb(217 217 217 / 0.4);
}
.ybc-outline-gray-300\/50{
  outline-color: rgb(217 217 217 / 0.5);
}
.ybc-outline-gray-300\/60{
  outline-color: rgb(217 217 217 / 0.6);
}
.ybc-outline-gray-300\/70{
  outline-color: rgb(217 217 217 / 0.7);
}
.ybc-outline-gray-300\/75{
  outline-color: rgb(217 217 217 / 0.75);
}
.ybc-outline-gray-300\/80{
  outline-color: rgb(217 217 217 / 0.8);
}
.ybc-outline-gray-300\/90{
  outline-color: rgb(217 217 217 / 0.9);
}
.ybc-outline-gray-300\/95{
  outline-color: rgb(217 217 217 / 0.95);
}
.ybc-outline-gray-300\/100{
  outline-color: rgb(217 217 217 / 1);
}
.ybc-outline-gray-600\/0{
  outline-color: rgb(78 78 78 / 0);
}
.ybc-outline-gray-600\/5{
  outline-color: rgb(78 78 78 / 0.05);
}
.ybc-outline-gray-600\/10{
  outline-color: rgb(78 78 78 / 0.1);
}
.ybc-outline-gray-600\/20{
  outline-color: rgb(78 78 78 / 0.2);
}
.ybc-outline-gray-600\/25{
  outline-color: rgb(78 78 78 / 0.25);
}
.ybc-outline-gray-600\/30{
  outline-color: rgb(78 78 78 / 0.3);
}
.ybc-outline-gray-600\/40{
  outline-color: rgb(78 78 78 / 0.4);
}
.ybc-outline-gray-600\/50{
  outline-color: rgb(78 78 78 / 0.5);
}
.ybc-outline-gray-600\/60{
  outline-color: rgb(78 78 78 / 0.6);
}
.ybc-outline-gray-600\/70{
  outline-color: rgb(78 78 78 / 0.7);
}
.ybc-outline-gray-600\/75{
  outline-color: rgb(78 78 78 / 0.75);
}
.ybc-outline-gray-600\/80{
  outline-color: rgb(78 78 78 / 0.8);
}
.ybc-outline-gray-600\/90{
  outline-color: rgb(78 78 78 / 0.9);
}
.ybc-outline-gray-600\/95{
  outline-color: rgb(78 78 78 / 0.95);
}
.ybc-outline-gray-600\/100{
  outline-color: rgb(78 78 78 / 1);
}
.ybc-outline-gray-900\/0{
  outline-color: rgb(61 65 51 / 0);
}
.ybc-outline-gray-900\/5{
  outline-color: rgb(61 65 51 / 0.05);
}
.ybc-outline-gray-900\/10{
  outline-color: rgb(61 65 51 / 0.1);
}
.ybc-outline-gray-900\/20{
  outline-color: rgb(61 65 51 / 0.2);
}
.ybc-outline-gray-900\/25{
  outline-color: rgb(61 65 51 / 0.25);
}
.ybc-outline-gray-900\/30{
  outline-color: rgb(61 65 51 / 0.3);
}
.ybc-outline-gray-900\/40{
  outline-color: rgb(61 65 51 / 0.4);
}
.ybc-outline-gray-900\/50{
  outline-color: rgb(61 65 51 / 0.5);
}
.ybc-outline-gray-900\/60{
  outline-color: rgb(61 65 51 / 0.6);
}
.ybc-outline-gray-900\/70{
  outline-color: rgb(61 65 51 / 0.7);
}
.ybc-outline-gray-900\/75{
  outline-color: rgb(61 65 51 / 0.75);
}
.ybc-outline-gray-900\/80{
  outline-color: rgb(61 65 51 / 0.8);
}
.ybc-outline-gray-900\/90{
  outline-color: rgb(61 65 51 / 0.9);
}
.ybc-outline-gray-900\/95{
  outline-color: rgb(61 65 51 / 0.95);
}
.ybc-outline-gray-900\/100{
  outline-color: rgb(61 65 51 / 1);
}
.ybc-outline-teal-600\/0{
  outline-color: rgb(0 115 165 / 0);
}
.ybc-outline-teal-600\/5{
  outline-color: rgb(0 115 165 / 0.05);
}
.ybc-outline-teal-600\/10{
  outline-color: rgb(0 115 165 / 0.1);
}
.ybc-outline-teal-600\/20{
  outline-color: rgb(0 115 165 / 0.2);
}
.ybc-outline-teal-600\/25{
  outline-color: rgb(0 115 165 / 0.25);
}
.ybc-outline-teal-600\/30{
  outline-color: rgb(0 115 165 / 0.3);
}
.ybc-outline-teal-600\/40{
  outline-color: rgb(0 115 165 / 0.4);
}
.ybc-outline-teal-600\/50{
  outline-color: rgb(0 115 165 / 0.5);
}
.ybc-outline-teal-600\/60{
  outline-color: rgb(0 115 165 / 0.6);
}
.ybc-outline-teal-600\/70{
  outline-color: rgb(0 115 165 / 0.7);
}
.ybc-outline-teal-600\/75{
  outline-color: rgb(0 115 165 / 0.75);
}
.ybc-outline-teal-600\/80{
  outline-color: rgb(0 115 165 / 0.8);
}
.ybc-outline-teal-600\/90{
  outline-color: rgb(0 115 165 / 0.9);
}
.ybc-outline-teal-600\/95{
  outline-color: rgb(0 115 165 / 0.95);
}
.ybc-outline-teal-600\/100{
  outline-color: rgb(0 115 165 / 1);
}
.ybc-outline-teal-900\/0{
  outline-color: rgb(0 85 114 / 0);
}
.ybc-outline-teal-900\/5{
  outline-color: rgb(0 85 114 / 0.05);
}
.ybc-outline-teal-900\/10{
  outline-color: rgb(0 85 114 / 0.1);
}
.ybc-outline-teal-900\/20{
  outline-color: rgb(0 85 114 / 0.2);
}
.ybc-outline-teal-900\/25{
  outline-color: rgb(0 85 114 / 0.25);
}
.ybc-outline-teal-900\/30{
  outline-color: rgb(0 85 114 / 0.3);
}
.ybc-outline-teal-900\/40{
  outline-color: rgb(0 85 114 / 0.4);
}
.ybc-outline-teal-900\/50{
  outline-color: rgb(0 85 114 / 0.5);
}
.ybc-outline-teal-900\/60{
  outline-color: rgb(0 85 114 / 0.6);
}
.ybc-outline-teal-900\/70{
  outline-color: rgb(0 85 114 / 0.7);
}
.ybc-outline-teal-900\/75{
  outline-color: rgb(0 85 114 / 0.75);
}
.ybc-outline-teal-900\/80{
  outline-color: rgb(0 85 114 / 0.8);
}
.ybc-outline-teal-900\/90{
  outline-color: rgb(0 85 114 / 0.9);
}
.ybc-outline-teal-900\/95{
  outline-color: rgb(0 85 114 / 0.95);
}
.ybc-outline-teal-900\/100{
  outline-color: rgb(0 85 114 / 1);
}
.ybc-ring-0{
  --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);
}
.ybc-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);
}
.ybc-ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ybc-ring-4{
  --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(4px + 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);
}
.ybc-ring-8{
  --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(8px + 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);
}
.ybc-ring{
  --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);
}
.ybc-ring-inset{
  --tw-ring-inset: inset;
}
.ybc-ring-transparent{
  --tw-ring-color: transparent;
}
.ybc-ring-current{
  --tw-ring-color: currentColor;
}
.ybc-ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ybc-ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ybc-ring-lime-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 202 60 / var(--tw-ring-opacity));
}
.ybc-ring-lime-500{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 189 0 / var(--tw-ring-opacity));
}
.ybc-ring-lime-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity));
}
.ybc-ring-lime-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(92 130 17 / var(--tw-ring-opacity));
}
.ybc-ring-gray-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity));
}
.ybc-ring-gray-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 249 249 / var(--tw-ring-opacity));
}
.ybc-ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 217 217 / var(--tw-ring-opacity));
}
.ybc-ring-gray-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 78 78 / var(--tw-ring-opacity));
}
.ybc-ring-gray-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(61 65 51 / var(--tw-ring-opacity));
}
.ybc-ring-teal-600{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 115 165 / var(--tw-ring-opacity));
}
.ybc-ring-teal-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 85 114 / var(--tw-ring-opacity));
}
.ybc-ring-transparent\/0{
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ybc-ring-transparent\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ybc-ring-transparent\/10{
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ybc-ring-transparent\/20{
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ybc-ring-transparent\/25{
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ybc-ring-transparent\/30{
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ybc-ring-transparent\/40{
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ybc-ring-transparent\/50{
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ybc-ring-transparent\/60{
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ybc-ring-transparent\/70{
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ybc-ring-transparent\/75{
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ybc-ring-transparent\/80{
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ybc-ring-transparent\/90{
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ybc-ring-transparent\/95{
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ybc-ring-transparent\/100{
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ybc-ring-black\/0{
  --tw-ring-color: rgb(0 0 0 / 0);
}
.ybc-ring-black\/5{
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ybc-ring-black\/10{
  --tw-ring-color: rgb(0 0 0 / 0.1);
}
.ybc-ring-black\/20{
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ybc-ring-black\/25{
  --tw-ring-color: rgb(0 0 0 / 0.25);
}
.ybc-ring-black\/30{
  --tw-ring-color: rgb(0 0 0 / 0.3);
}
.ybc-ring-black\/40{
  --tw-ring-color: rgb(0 0 0 / 0.4);
}
.ybc-ring-black\/50{
  --tw-ring-color: rgb(0 0 0 / 0.5);
}
.ybc-ring-black\/60{
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.ybc-ring-black\/70{
  --tw-ring-color: rgb(0 0 0 / 0.7);
}
.ybc-ring-black\/75{
  --tw-ring-color: rgb(0 0 0 / 0.75);
}
.ybc-ring-black\/80{
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
.ybc-ring-black\/90{
  --tw-ring-color: rgb(0 0 0 / 0.9);
}
.ybc-ring-black\/95{
  --tw-ring-color: rgb(0 0 0 / 0.95);
}
.ybc-ring-black\/100{
  --tw-ring-color: rgb(0 0 0 / 1);
}
.ybc-ring-white\/0{
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ybc-ring-white\/5{
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ybc-ring-white\/10{
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ybc-ring-white\/20{
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ybc-ring-white\/25{
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ybc-ring-white\/30{
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ybc-ring-white\/40{
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ybc-ring-white\/50{
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ybc-ring-white\/60{
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ybc-ring-white\/70{
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ybc-ring-white\/75{
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ybc-ring-white\/80{
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ybc-ring-white\/90{
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ybc-ring-white\/95{
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ybc-ring-white\/100{
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ybc-ring-lime-400\/0{
  --tw-ring-color: rgb(154 202 60 / 0);
}
.ybc-ring-lime-400\/5{
  --tw-ring-color: rgb(154 202 60 / 0.05);
}
.ybc-ring-lime-400\/10{
  --tw-ring-color: rgb(154 202 60 / 0.1);
}
.ybc-ring-lime-400\/20{
  --tw-ring-color: rgb(154 202 60 / 0.2);
}
.ybc-ring-lime-400\/25{
  --tw-ring-color: rgb(154 202 60 / 0.25);
}
.ybc-ring-lime-400\/30{
  --tw-ring-color: rgb(154 202 60 / 0.3);
}
.ybc-ring-lime-400\/40{
  --tw-ring-color: rgb(154 202 60 / 0.4);
}
.ybc-ring-lime-400\/50{
  --tw-ring-color: rgb(154 202 60 / 0.5);
}
.ybc-ring-lime-400\/60{
  --tw-ring-color: rgb(154 202 60 / 0.6);
}
.ybc-ring-lime-400\/70{
  --tw-ring-color: rgb(154 202 60 / 0.7);
}
.ybc-ring-lime-400\/75{
  --tw-ring-color: rgb(154 202 60 / 0.75);
}
.ybc-ring-lime-400\/80{
  --tw-ring-color: rgb(154 202 60 / 0.8);
}
.ybc-ring-lime-400\/90{
  --tw-ring-color: rgb(154 202 60 / 0.9);
}
.ybc-ring-lime-400\/95{
  --tw-ring-color: rgb(154 202 60 / 0.95);
}
.ybc-ring-lime-400\/100{
  --tw-ring-color: rgb(154 202 60 / 1);
}
.ybc-ring-lime-500\/0{
  --tw-ring-color: rgb(132 189 0 / 0);
}
.ybc-ring-lime-500\/5{
  --tw-ring-color: rgb(132 189 0 / 0.05);
}
.ybc-ring-lime-500\/10{
  --tw-ring-color: rgb(132 189 0 / 0.1);
}
.ybc-ring-lime-500\/20{
  --tw-ring-color: rgb(132 189 0 / 0.2);
}
.ybc-ring-lime-500\/25{
  --tw-ring-color: rgb(132 189 0 / 0.25);
}
.ybc-ring-lime-500\/30{
  --tw-ring-color: rgb(132 189 0 / 0.3);
}
.ybc-ring-lime-500\/40{
  --tw-ring-color: rgb(132 189 0 / 0.4);
}
.ybc-ring-lime-500\/50{
  --tw-ring-color: rgb(132 189 0 / 0.5);
}
.ybc-ring-lime-500\/60{
  --tw-ring-color: rgb(132 189 0 / 0.6);
}
.ybc-ring-lime-500\/70{
  --tw-ring-color: rgb(132 189 0 / 0.7);
}
.ybc-ring-lime-500\/75{
  --tw-ring-color: rgb(132 189 0 / 0.75);
}
.ybc-ring-lime-500\/80{
  --tw-ring-color: rgb(132 189 0 / 0.8);
}
.ybc-ring-lime-500\/90{
  --tw-ring-color: rgb(132 189 0 / 0.9);
}
.ybc-ring-lime-500\/95{
  --tw-ring-color: rgb(132 189 0 / 0.95);
}
.ybc-ring-lime-500\/100{
  --tw-ring-color: rgb(132 189 0 / 1);
}
.ybc-ring-lime-600\/0{
  --tw-ring-color: rgb(101 163 13 / 0);
}
.ybc-ring-lime-600\/5{
  --tw-ring-color: rgb(101 163 13 / 0.05);
}
.ybc-ring-lime-600\/10{
  --tw-ring-color: rgb(101 163 13 / 0.1);
}
.ybc-ring-lime-600\/20{
  --tw-ring-color: rgb(101 163 13 / 0.2);
}
.ybc-ring-lime-600\/25{
  --tw-ring-color: rgb(101 163 13 / 0.25);
}
.ybc-ring-lime-600\/30{
  --tw-ring-color: rgb(101 163 13 / 0.3);
}
.ybc-ring-lime-600\/40{
  --tw-ring-color: rgb(101 163 13 / 0.4);
}
.ybc-ring-lime-600\/50{
  --tw-ring-color: rgb(101 163 13 / 0.5);
}
.ybc-ring-lime-600\/60{
  --tw-ring-color: rgb(101 163 13 / 0.6);
}
.ybc-ring-lime-600\/70{
  --tw-ring-color: rgb(101 163 13 / 0.7);
}
.ybc-ring-lime-600\/75{
  --tw-ring-color: rgb(101 163 13 / 0.75);
}
.ybc-ring-lime-600\/80{
  --tw-ring-color: rgb(101 163 13 / 0.8);
}
.ybc-ring-lime-600\/90{
  --tw-ring-color: rgb(101 163 13 / 0.9);
}
.ybc-ring-lime-600\/95{
  --tw-ring-color: rgb(101 163 13 / 0.95);
}
.ybc-ring-lime-600\/100{
  --tw-ring-color: rgb(101 163 13 / 1);
}
.ybc-ring-lime-900\/0{
  --tw-ring-color: rgb(92 130 17 / 0);
}
.ybc-ring-lime-900\/5{
  --tw-ring-color: rgb(92 130 17 / 0.05);
}
.ybc-ring-lime-900\/10{
  --tw-ring-color: rgb(92 130 17 / 0.1);
}
.ybc-ring-lime-900\/20{
  --tw-ring-color: rgb(92 130 17 / 0.2);
}
.ybc-ring-lime-900\/25{
  --tw-ring-color: rgb(92 130 17 / 0.25);
}
.ybc-ring-lime-900\/30{
  --tw-ring-color: rgb(92 130 17 / 0.3);
}
.ybc-ring-lime-900\/40{
  --tw-ring-color: rgb(92 130 17 / 0.4);
}
.ybc-ring-lime-900\/50{
  --tw-ring-color: rgb(92 130 17 / 0.5);
}
.ybc-ring-lime-900\/60{
  --tw-ring-color: rgb(92 130 17 / 0.6);
}
.ybc-ring-lime-900\/70{
  --tw-ring-color: rgb(92 130 17 / 0.7);
}
.ybc-ring-lime-900\/75{
  --tw-ring-color: rgb(92 130 17 / 0.75);
}
.ybc-ring-lime-900\/80{
  --tw-ring-color: rgb(92 130 17 / 0.8);
}
.ybc-ring-lime-900\/90{
  --tw-ring-color: rgb(92 130 17 / 0.9);
}
.ybc-ring-lime-900\/95{
  --tw-ring-color: rgb(92 130 17 / 0.95);
}
.ybc-ring-lime-900\/100{
  --tw-ring-color: rgb(92 130 17 / 1);
}
.ybc-ring-gray-100\/0{
  --tw-ring-color: rgb(245 245 245 / 0);
}
.ybc-ring-gray-100\/5{
  --tw-ring-color: rgb(245 245 245 / 0.05);
}
.ybc-ring-gray-100\/10{
  --tw-ring-color: rgb(245 245 245 / 0.1);
}
.ybc-ring-gray-100\/20{
  --tw-ring-color: rgb(245 245 245 / 0.2);
}
.ybc-ring-gray-100\/25{
  --tw-ring-color: rgb(245 245 245 / 0.25);
}
.ybc-ring-gray-100\/30{
  --tw-ring-color: rgb(245 245 245 / 0.3);
}
.ybc-ring-gray-100\/40{
  --tw-ring-color: rgb(245 245 245 / 0.4);
}
.ybc-ring-gray-100\/50{
  --tw-ring-color: rgb(245 245 245 / 0.5);
}
.ybc-ring-gray-100\/60{
  --tw-ring-color: rgb(245 245 245 / 0.6);
}
.ybc-ring-gray-100\/70{
  --tw-ring-color: rgb(245 245 245 / 0.7);
}
.ybc-ring-gray-100\/75{
  --tw-ring-color: rgb(245 245 245 / 0.75);
}
.ybc-ring-gray-100\/80{
  --tw-ring-color: rgb(245 245 245 / 0.8);
}
.ybc-ring-gray-100\/90{
  --tw-ring-color: rgb(245 245 245 / 0.9);
}
.ybc-ring-gray-100\/95{
  --tw-ring-color: rgb(245 245 245 / 0.95);
}
.ybc-ring-gray-100\/100{
  --tw-ring-color: rgb(245 245 245 / 1);
}
.ybc-ring-gray-200\/0{
  --tw-ring-color: rgb(249 249 249 / 0);
}
.ybc-ring-gray-200\/5{
  --tw-ring-color: rgb(249 249 249 / 0.05);
}
.ybc-ring-gray-200\/10{
  --tw-ring-color: rgb(249 249 249 / 0.1);
}
.ybc-ring-gray-200\/20{
  --tw-ring-color: rgb(249 249 249 / 0.2);
}
.ybc-ring-gray-200\/25{
  --tw-ring-color: rgb(249 249 249 / 0.25);
}
.ybc-ring-gray-200\/30{
  --tw-ring-color: rgb(249 249 249 / 0.3);
}
.ybc-ring-gray-200\/40{
  --tw-ring-color: rgb(249 249 249 / 0.4);
}
.ybc-ring-gray-200\/50{
  --tw-ring-color: rgb(249 249 249 / 0.5);
}
.ybc-ring-gray-200\/60{
  --tw-ring-color: rgb(249 249 249 / 0.6);
}
.ybc-ring-gray-200\/70{
  --tw-ring-color: rgb(249 249 249 / 0.7);
}
.ybc-ring-gray-200\/75{
  --tw-ring-color: rgb(249 249 249 / 0.75);
}
.ybc-ring-gray-200\/80{
  --tw-ring-color: rgb(249 249 249 / 0.8);
}
.ybc-ring-gray-200\/90{
  --tw-ring-color: rgb(249 249 249 / 0.9);
}
.ybc-ring-gray-200\/95{
  --tw-ring-color: rgb(249 249 249 / 0.95);
}
.ybc-ring-gray-200\/100{
  --tw-ring-color: rgb(249 249 249 / 1);
}
.ybc-ring-gray-300\/0{
  --tw-ring-color: rgb(217 217 217 / 0);
}
.ybc-ring-gray-300\/5{
  --tw-ring-color: rgb(217 217 217 / 0.05);
}
.ybc-ring-gray-300\/10{
  --tw-ring-color: rgb(217 217 217 / 0.1);
}
.ybc-ring-gray-300\/20{
  --tw-ring-color: rgb(217 217 217 / 0.2);
}
.ybc-ring-gray-300\/25{
  --tw-ring-color: rgb(217 217 217 / 0.25);
}
.ybc-ring-gray-300\/30{
  --tw-ring-color: rgb(217 217 217 / 0.3);
}
.ybc-ring-gray-300\/40{
  --tw-ring-color: rgb(217 217 217 / 0.4);
}
.ybc-ring-gray-300\/50{
  --tw-ring-color: rgb(217 217 217 / 0.5);
}
.ybc-ring-gray-300\/60{
  --tw-ring-color: rgb(217 217 217 / 0.6);
}
.ybc-ring-gray-300\/70{
  --tw-ring-color: rgb(217 217 217 / 0.7);
}
.ybc-ring-gray-300\/75{
  --tw-ring-color: rgb(217 217 217 / 0.75);
}
.ybc-ring-gray-300\/80{
  --tw-ring-color: rgb(217 217 217 / 0.8);
}
.ybc-ring-gray-300\/90{
  --tw-ring-color: rgb(217 217 217 / 0.9);
}
.ybc-ring-gray-300\/95{
  --tw-ring-color: rgb(217 217 217 / 0.95);
}
.ybc-ring-gray-300\/100{
  --tw-ring-color: rgb(217 217 217 / 1);
}
.ybc-ring-gray-600\/0{
  --tw-ring-color: rgb(78 78 78 / 0);
}
.ybc-ring-gray-600\/5{
  --tw-ring-color: rgb(78 78 78 / 0.05);
}
.ybc-ring-gray-600\/10{
  --tw-ring-color: rgb(78 78 78 / 0.1);
}
.ybc-ring-gray-600\/20{
  --tw-ring-color: rgb(78 78 78 / 0.2);
}
.ybc-ring-gray-600\/25{
  --tw-ring-color: rgb(78 78 78 / 0.25);
}
.ybc-ring-gray-600\/30{
  --tw-ring-color: rgb(78 78 78 / 0.3);
}
.ybc-ring-gray-600\/40{
  --tw-ring-color: rgb(78 78 78 / 0.4);
}
.ybc-ring-gray-600\/50{
  --tw-ring-color: rgb(78 78 78 / 0.5);
}
.ybc-ring-gray-600\/60{
  --tw-ring-color: rgb(78 78 78 / 0.6);
}
.ybc-ring-gray-600\/70{
  --tw-ring-color: rgb(78 78 78 / 0.7);
}
.ybc-ring-gray-600\/75{
  --tw-ring-color: rgb(78 78 78 / 0.75);
}
.ybc-ring-gray-600\/80{
  --tw-ring-color: rgb(78 78 78 / 0.8);
}
.ybc-ring-gray-600\/90{
  --tw-ring-color: rgb(78 78 78 / 0.9);
}
.ybc-ring-gray-600\/95{
  --tw-ring-color: rgb(78 78 78 / 0.95);
}
.ybc-ring-gray-600\/100{
  --tw-ring-color: rgb(78 78 78 / 1);
}
.ybc-ring-gray-900\/0{
  --tw-ring-color: rgb(61 65 51 / 0);
}
.ybc-ring-gray-900\/5{
  --tw-ring-color: rgb(61 65 51 / 0.05);
}
.ybc-ring-gray-900\/10{
  --tw-ring-color: rgb(61 65 51 / 0.1);
}
.ybc-ring-gray-900\/20{
  --tw-ring-color: rgb(61 65 51 / 0.2);
}
.ybc-ring-gray-900\/25{
  --tw-ring-color: rgb(61 65 51 / 0.25);
}
.ybc-ring-gray-900\/30{
  --tw-ring-color: rgb(61 65 51 / 0.3);
}
.ybc-ring-gray-900\/40{
  --tw-ring-color: rgb(61 65 51 / 0.4);
}
.ybc-ring-gray-900\/50{
  --tw-ring-color: rgb(61 65 51 / 0.5);
}
.ybc-ring-gray-900\/60{
  --tw-ring-color: rgb(61 65 51 / 0.6);
}
.ybc-ring-gray-900\/70{
  --tw-ring-color: rgb(61 65 51 / 0.7);
}
.ybc-ring-gray-900\/75{
  --tw-ring-color: rgb(61 65 51 / 0.75);
}
.ybc-ring-gray-900\/80{
  --tw-ring-color: rgb(61 65 51 / 0.8);
}
.ybc-ring-gray-900\/90{
  --tw-ring-color: rgb(61 65 51 / 0.9);
}
.ybc-ring-gray-900\/95{
  --tw-ring-color: rgb(61 65 51 / 0.95);
}
.ybc-ring-gray-900\/100{
  --tw-ring-color: rgb(61 65 51 / 1);
}
.ybc-ring-teal-600\/0{
  --tw-ring-color: rgb(0 115 165 / 0);
}
.ybc-ring-teal-600\/5{
  --tw-ring-color: rgb(0 115 165 / 0.05);
}
.ybc-ring-teal-600\/10{
  --tw-ring-color: rgb(0 115 165 / 0.1);
}
.ybc-ring-teal-600\/20{
  --tw-ring-color: rgb(0 115 165 / 0.2);
}
.ybc-ring-teal-600\/25{
  --tw-ring-color: rgb(0 115 165 / 0.25);
}
.ybc-ring-teal-600\/30{
  --tw-ring-color: rgb(0 115 165 / 0.3);
}
.ybc-ring-teal-600\/40{
  --tw-ring-color: rgb(0 115 165 / 0.4);
}
.ybc-ring-teal-600\/50{
  --tw-ring-color: rgb(0 115 165 / 0.5);
}
.ybc-ring-teal-600\/60{
  --tw-ring-color: rgb(0 115 165 / 0.6);
}
.ybc-ring-teal-600\/70{
  --tw-ring-color: rgb(0 115 165 / 0.7);
}
.ybc-ring-teal-600\/75{
  --tw-ring-color: rgb(0 115 165 / 0.75);
}
.ybc-ring-teal-600\/80{
  --tw-ring-color: rgb(0 115 165 / 0.8);
}
.ybc-ring-teal-600\/90{
  --tw-ring-color: rgb(0 115 165 / 0.9);
}
.ybc-ring-teal-600\/95{
  --tw-ring-color: rgb(0 115 165 / 0.95);
}
.ybc-ring-teal-600\/100{
  --tw-ring-color: rgb(0 115 165 / 1);
}
.ybc-ring-teal-900\/0{
  --tw-ring-color: rgb(0 85 114 / 0);
}
.ybc-ring-teal-900\/5{
  --tw-ring-color: rgb(0 85 114 / 0.05);
}
.ybc-ring-teal-900\/10{
  --tw-ring-color: rgb(0 85 114 / 0.1);
}
.ybc-ring-teal-900\/20{
  --tw-ring-color: rgb(0 85 114 / 0.2);
}
.ybc-ring-teal-900\/25{
  --tw-ring-color: rgb(0 85 114 / 0.25);
}
.ybc-ring-teal-900\/30{
  --tw-ring-color: rgb(0 85 114 / 0.3);
}
.ybc-ring-teal-900\/40{
  --tw-ring-color: rgb(0 85 114 / 0.4);
}
.ybc-ring-teal-900\/50{
  --tw-ring-color: rgb(0 85 114 / 0.5);
}
.ybc-ring-teal-900\/60{
  --tw-ring-color: rgb(0 85 114 / 0.6);
}
.ybc-ring-teal-900\/70{
  --tw-ring-color: rgb(0 85 114 / 0.7);
}
.ybc-ring-teal-900\/75{
  --tw-ring-color: rgb(0 85 114 / 0.75);
}
.ybc-ring-teal-900\/80{
  --tw-ring-color: rgb(0 85 114 / 0.8);
}
.ybc-ring-teal-900\/90{
  --tw-ring-color: rgb(0 85 114 / 0.9);
}
.ybc-ring-teal-900\/95{
  --tw-ring-color: rgb(0 85 114 / 0.95);
}
.ybc-ring-teal-900\/100{
  --tw-ring-color: rgb(0 85 114 / 1);
}
.ybc-ring-opacity-0{
  --tw-ring-opacity: 0;
}
.ybc-ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.ybc-ring-opacity-10{
  --tw-ring-opacity: 0.1;
}
.ybc-ring-opacity-20{
  --tw-ring-opacity: 0.2;
}
.ybc-ring-opacity-25{
  --tw-ring-opacity: 0.25;
}
.ybc-ring-opacity-30{
  --tw-ring-opacity: 0.3;
}
.ybc-ring-opacity-40{
  --tw-ring-opacity: 0.4;
}
.ybc-ring-opacity-50{
  --tw-ring-opacity: 0.5;
}
.ybc-ring-opacity-60{
  --tw-ring-opacity: 0.6;
}
.ybc-ring-opacity-70{
  --tw-ring-opacity: 0.7;
}
.ybc-ring-opacity-75{
  --tw-ring-opacity: 0.75;
}
.ybc-ring-opacity-80{
  --tw-ring-opacity: 0.8;
}
.ybc-ring-opacity-90{
  --tw-ring-opacity: 0.9;
}
.ybc-ring-opacity-95{
  --tw-ring-opacity: 0.95;
}
.ybc-ring-opacity-100{
  --tw-ring-opacity: 1;
}
.ybc-ring-offset-0{
  --tw-ring-offset-width: 0px;
}
.ybc-ring-offset-1{
  --tw-ring-offset-width: 1px;
}
.ybc-ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ybc-ring-offset-4{
  --tw-ring-offset-width: 4px;
}
.ybc-ring-offset-8{
  --tw-ring-offset-width: 8px;
}
.ybc-ring-offset-transparent{
  --tw-ring-offset-color: transparent;
}
.ybc-ring-offset-current{
  --tw-ring-offset-color: currentColor;
}
.ybc-ring-offset-black{
  --tw-ring-offset-color: #000000;
}
.ybc-ring-offset-white{
  --tw-ring-offset-color: #FFFFFF;
}
.ybc-ring-offset-lime-400{
  --tw-ring-offset-color: #9ACA3C;
}
.ybc-ring-offset-lime-500{
  --tw-ring-offset-color: #84BD00;
}
.ybc-ring-offset-lime-600{
  --tw-ring-offset-color: #65a30d;
}
.ybc-ring-offset-lime-900{
  --tw-ring-offset-color: #5C8211;
}
.ybc-ring-offset-gray-100{
  --tw-ring-offset-color: #F5F5F5;
}
.ybc-ring-offset-gray-200{
  --tw-ring-offset-color: #F9F9F9;
}
.ybc-ring-offset-gray-300{
  --tw-ring-offset-color: #D9D9D9;
}
.ybc-ring-offset-gray-600{
  --tw-ring-offset-color: #4E4E4E;
}
.ybc-ring-offset-gray-900{
  --tw-ring-offset-color: #3D4133;
}
.ybc-ring-offset-teal-600{
  --tw-ring-offset-color: #0073A5;
}
.ybc-ring-offset-teal-900{
  --tw-ring-offset-color: #005572;
}
.ybc-ring-offset-transparent\/0{
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ybc-ring-offset-transparent\/5{
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ybc-ring-offset-transparent\/10{
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ybc-ring-offset-transparent\/20{
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ybc-ring-offset-transparent\/25{
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ybc-ring-offset-transparent\/30{
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ybc-ring-offset-transparent\/40{
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ybc-ring-offset-transparent\/50{
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ybc-ring-offset-transparent\/60{
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ybc-ring-offset-transparent\/70{
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ybc-ring-offset-transparent\/75{
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ybc-ring-offset-transparent\/80{
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ybc-ring-offset-transparent\/90{
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ybc-ring-offset-transparent\/95{
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ybc-ring-offset-transparent\/100{
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ybc-ring-offset-black\/0{
  --tw-ring-offset-color: rgb(0 0 0 / 0);
}
.ybc-ring-offset-black\/5{
  --tw-ring-offset-color: rgb(0 0 0 / 0.05);
}
.ybc-ring-offset-black\/10{
  --tw-ring-offset-color: rgb(0 0 0 / 0.1);
}
.ybc-ring-offset-black\/20{
  --tw-ring-offset-color: rgb(0 0 0 / 0.2);
}
.ybc-ring-offset-black\/25{
  --tw-ring-offset-color: rgb(0 0 0 / 0.25);
}
.ybc-ring-offset-black\/30{
  --tw-ring-offset-color: rgb(0 0 0 / 0.3);
}
.ybc-ring-offset-black\/40{
  --tw-ring-offset-color: rgb(0 0 0 / 0.4);
}
.ybc-ring-offset-black\/50{
  --tw-ring-offset-color: rgb(0 0 0 / 0.5);
}
.ybc-ring-offset-black\/60{
  --tw-ring-offset-color: rgb(0 0 0 / 0.6);
}
.ybc-ring-offset-black\/70{
  --tw-ring-offset-color: rgb(0 0 0 / 0.7);
}
.ybc-ring-offset-black\/75{
  --tw-ring-offset-color: rgb(0 0 0 / 0.75);
}
.ybc-ring-offset-black\/80{
  --tw-ring-offset-color: rgb(0 0 0 / 0.8);
}
.ybc-ring-offset-black\/90{
  --tw-ring-offset-color: rgb(0 0 0 / 0.9);
}
.ybc-ring-offset-black\/95{
  --tw-ring-offset-color: rgb(0 0 0 / 0.95);
}
.ybc-ring-offset-black\/100{
  --tw-ring-offset-color: rgb(0 0 0 / 1);
}
.ybc-ring-offset-white\/0{
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ybc-ring-offset-white\/5{
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ybc-ring-offset-white\/10{
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ybc-ring-offset-white\/20{
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ybc-ring-offset-white\/25{
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ybc-ring-offset-white\/30{
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ybc-ring-offset-white\/40{
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ybc-ring-offset-white\/50{
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ybc-ring-offset-white\/60{
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ybc-ring-offset-white\/70{
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ybc-ring-offset-white\/75{
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ybc-ring-offset-white\/80{
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ybc-ring-offset-white\/90{
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ybc-ring-offset-white\/95{
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ybc-ring-offset-white\/100{
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ybc-ring-offset-lime-400\/0{
  --tw-ring-offset-color: rgb(154 202 60 / 0);
}
.ybc-ring-offset-lime-400\/5{
  --tw-ring-offset-color: rgb(154 202 60 / 0.05);
}
.ybc-ring-offset-lime-400\/10{
  --tw-ring-offset-color: rgb(154 202 60 / 0.1);
}
.ybc-ring-offset-lime-400\/20{
  --tw-ring-offset-color: rgb(154 202 60 / 0.2);
}
.ybc-ring-offset-lime-400\/25{
  --tw-ring-offset-color: rgb(154 202 60 / 0.25);
}
.ybc-ring-offset-lime-400\/30{
  --tw-ring-offset-color: rgb(154 202 60 / 0.3);
}
.ybc-ring-offset-lime-400\/40{
  --tw-ring-offset-color: rgb(154 202 60 / 0.4);
}
.ybc-ring-offset-lime-400\/50{
  --tw-ring-offset-color: rgb(154 202 60 / 0.5);
}
.ybc-ring-offset-lime-400\/60{
  --tw-ring-offset-color: rgb(154 202 60 / 0.6);
}
.ybc-ring-offset-lime-400\/70{
  --tw-ring-offset-color: rgb(154 202 60 / 0.7);
}
.ybc-ring-offset-lime-400\/75{
  --tw-ring-offset-color: rgb(154 202 60 / 0.75);
}
.ybc-ring-offset-lime-400\/80{
  --tw-ring-offset-color: rgb(154 202 60 / 0.8);
}
.ybc-ring-offset-lime-400\/90{
  --tw-ring-offset-color: rgb(154 202 60 / 0.9);
}
.ybc-ring-offset-lime-400\/95{
  --tw-ring-offset-color: rgb(154 202 60 / 0.95);
}
.ybc-ring-offset-lime-400\/100{
  --tw-ring-offset-color: rgb(154 202 60 / 1);
}
.ybc-ring-offset-lime-500\/0{
  --tw-ring-offset-color: rgb(132 189 0 / 0);
}
.ybc-ring-offset-lime-500\/5{
  --tw-ring-offset-color: rgb(132 189 0 / 0.05);
}
.ybc-ring-offset-lime-500\/10{
  --tw-ring-offset-color: rgb(132 189 0 / 0.1);
}
.ybc-ring-offset-lime-500\/20{
  --tw-ring-offset-color: rgb(132 189 0 / 0.2);
}
.ybc-ring-offset-lime-500\/25{
  --tw-ring-offset-color: rgb(132 189 0 / 0.25);
}
.ybc-ring-offset-lime-500\/30{
  --tw-ring-offset-color: rgb(132 189 0 / 0.3);
}
.ybc-ring-offset-lime-500\/40{
  --tw-ring-offset-color: rgb(132 189 0 / 0.4);
}
.ybc-ring-offset-lime-500\/50{
  --tw-ring-offset-color: rgb(132 189 0 / 0.5);
}
.ybc-ring-offset-lime-500\/60{
  --tw-ring-offset-color: rgb(132 189 0 / 0.6);
}
.ybc-ring-offset-lime-500\/70{
  --tw-ring-offset-color: rgb(132 189 0 / 0.7);
}
.ybc-ring-offset-lime-500\/75{
  --tw-ring-offset-color: rgb(132 189 0 / 0.75);
}
.ybc-ring-offset-lime-500\/80{
  --tw-ring-offset-color: rgb(132 189 0 / 0.8);
}
.ybc-ring-offset-lime-500\/90{
  --tw-ring-offset-color: rgb(132 189 0 / 0.9);
}
.ybc-ring-offset-lime-500\/95{
  --tw-ring-offset-color: rgb(132 189 0 / 0.95);
}
.ybc-ring-offset-lime-500\/100{
  --tw-ring-offset-color: rgb(132 189 0 / 1);
}
.ybc-ring-offset-lime-600\/0{
  --tw-ring-offset-color: rgb(101 163 13 / 0);
}
.ybc-ring-offset-lime-600\/5{
  --tw-ring-offset-color: rgb(101 163 13 / 0.05);
}
.ybc-ring-offset-lime-600\/10{
  --tw-ring-offset-color: rgb(101 163 13 / 0.1);
}
.ybc-ring-offset-lime-600\/20{
  --tw-ring-offset-color: rgb(101 163 13 / 0.2);
}
.ybc-ring-offset-lime-600\/25{
  --tw-ring-offset-color: rgb(101 163 13 / 0.25);
}
.ybc-ring-offset-lime-600\/30{
  --tw-ring-offset-color: rgb(101 163 13 / 0.3);
}
.ybc-ring-offset-lime-600\/40{
  --tw-ring-offset-color: rgb(101 163 13 / 0.4);
}
.ybc-ring-offset-lime-600\/50{
  --tw-ring-offset-color: rgb(101 163 13 / 0.5);
}
.ybc-ring-offset-lime-600\/60{
  --tw-ring-offset-color: rgb(101 163 13 / 0.6);
}
.ybc-ring-offset-lime-600\/70{
  --tw-ring-offset-color: rgb(101 163 13 / 0.7);
}
.ybc-ring-offset-lime-600\/75{
  --tw-ring-offset-color: rgb(101 163 13 / 0.75);
}
.ybc-ring-offset-lime-600\/80{
  --tw-ring-offset-color: rgb(101 163 13 / 0.8);
}
.ybc-ring-offset-lime-600\/90{
  --tw-ring-offset-color: rgb(101 163 13 / 0.9);
}
.ybc-ring-offset-lime-600\/95{
  --tw-ring-offset-color: rgb(101 163 13 / 0.95);
}
.ybc-ring-offset-lime-600\/100{
  --tw-ring-offset-color: rgb(101 163 13 / 1);
}
.ybc-ring-offset-lime-900\/0{
  --tw-ring-offset-color: rgb(92 130 17 / 0);
}
.ybc-ring-offset-lime-900\/5{
  --tw-ring-offset-color: rgb(92 130 17 / 0.05);
}
.ybc-ring-offset-lime-900\/10{
  --tw-ring-offset-color: rgb(92 130 17 / 0.1);
}
.ybc-ring-offset-lime-900\/20{
  --tw-ring-offset-color: rgb(92 130 17 / 0.2);
}
.ybc-ring-offset-lime-900\/25{
  --tw-ring-offset-color: rgb(92 130 17 / 0.25);
}
.ybc-ring-offset-lime-900\/30{
  --tw-ring-offset-color: rgb(92 130 17 / 0.3);
}
.ybc-ring-offset-lime-900\/40{
  --tw-ring-offset-color: rgb(92 130 17 / 0.4);
}
.ybc-ring-offset-lime-900\/50{
  --tw-ring-offset-color: rgb(92 130 17 / 0.5);
}
.ybc-ring-offset-lime-900\/60{
  --tw-ring-offset-color: rgb(92 130 17 / 0.6);
}
.ybc-ring-offset-lime-900\/70{
  --tw-ring-offset-color: rgb(92 130 17 / 0.7);
}
.ybc-ring-offset-lime-900\/75{
  --tw-ring-offset-color: rgb(92 130 17 / 0.75);
}
.ybc-ring-offset-lime-900\/80{
  --tw-ring-offset-color: rgb(92 130 17 / 0.8);
}
.ybc-ring-offset-lime-900\/90{
  --tw-ring-offset-color: rgb(92 130 17 / 0.9);
}
.ybc-ring-offset-lime-900\/95{
  --tw-ring-offset-color: rgb(92 130 17 / 0.95);
}
.ybc-ring-offset-lime-900\/100{
  --tw-ring-offset-color: rgb(92 130 17 / 1);
}
.ybc-ring-offset-gray-100\/0{
  --tw-ring-offset-color: rgb(245 245 245 / 0);
}
.ybc-ring-offset-gray-100\/5{
  --tw-ring-offset-color: rgb(245 245 245 / 0.05);
}
.ybc-ring-offset-gray-100\/10{
  --tw-ring-offset-color: rgb(245 245 245 / 0.1);
}
.ybc-ring-offset-gray-100\/20{
  --tw-ring-offset-color: rgb(245 245 245 / 0.2);
}
.ybc-ring-offset-gray-100\/25{
  --tw-ring-offset-color: rgb(245 245 245 / 0.25);
}
.ybc-ring-offset-gray-100\/30{
  --tw-ring-offset-color: rgb(245 245 245 / 0.3);
}
.ybc-ring-offset-gray-100\/40{
  --tw-ring-offset-color: rgb(245 245 245 / 0.4);
}
.ybc-ring-offset-gray-100\/50{
  --tw-ring-offset-color: rgb(245 245 245 / 0.5);
}
.ybc-ring-offset-gray-100\/60{
  --tw-ring-offset-color: rgb(245 245 245 / 0.6);
}
.ybc-ring-offset-gray-100\/70{
  --tw-ring-offset-color: rgb(245 245 245 / 0.7);
}
.ybc-ring-offset-gray-100\/75{
  --tw-ring-offset-color: rgb(245 245 245 / 0.75);
}
.ybc-ring-offset-gray-100\/80{
  --tw-ring-offset-color: rgb(245 245 245 / 0.8);
}
.ybc-ring-offset-gray-100\/90{
  --tw-ring-offset-color: rgb(245 245 245 / 0.9);
}
.ybc-ring-offset-gray-100\/95{
  --tw-ring-offset-color: rgb(245 245 245 / 0.95);
}
.ybc-ring-offset-gray-100\/100{
  --tw-ring-offset-color: rgb(245 245 245 / 1);
}
.ybc-ring-offset-gray-200\/0{
  --tw-ring-offset-color: rgb(249 249 249 / 0);
}
.ybc-ring-offset-gray-200\/5{
  --tw-ring-offset-color: rgb(249 249 249 / 0.05);
}
.ybc-ring-offset-gray-200\/10{
  --tw-ring-offset-color: rgb(249 249 249 / 0.1);
}
.ybc-ring-offset-gray-200\/20{
  --tw-ring-offset-color: rgb(249 249 249 / 0.2);
}
.ybc-ring-offset-gray-200\/25{
  --tw-ring-offset-color: rgb(249 249 249 / 0.25);
}
.ybc-ring-offset-gray-200\/30{
  --tw-ring-offset-color: rgb(249 249 249 / 0.3);
}
.ybc-ring-offset-gray-200\/40{
  --tw-ring-offset-color: rgb(249 249 249 / 0.4);
}
.ybc-ring-offset-gray-200\/50{
  --tw-ring-offset-color: rgb(249 249 249 / 0.5);
}
.ybc-ring-offset-gray-200\/60{
  --tw-ring-offset-color: rgb(249 249 249 / 0.6);
}
.ybc-ring-offset-gray-200\/70{
  --tw-ring-offset-color: rgb(249 249 249 / 0.7);
}
.ybc-ring-offset-gray-200\/75{
  --tw-ring-offset-color: rgb(249 249 249 / 0.75);
}
.ybc-ring-offset-gray-200\/80{
  --tw-ring-offset-color: rgb(249 249 249 / 0.8);
}
.ybc-ring-offset-gray-200\/90{
  --tw-ring-offset-color: rgb(249 249 249 / 0.9);
}
.ybc-ring-offset-gray-200\/95{
  --tw-ring-offset-color: rgb(249 249 249 / 0.95);
}
.ybc-ring-offset-gray-200\/100{
  --tw-ring-offset-color: rgb(249 249 249 / 1);
}
.ybc-ring-offset-gray-300\/0{
  --tw-ring-offset-color: rgb(217 217 217 / 0);
}
.ybc-ring-offset-gray-300\/5{
  --tw-ring-offset-color: rgb(217 217 217 / 0.05);
}
.ybc-ring-offset-gray-300\/10{
  --tw-ring-offset-color: rgb(217 217 217 / 0.1);
}
.ybc-ring-offset-gray-300\/20{
  --tw-ring-offset-color: rgb(217 217 217 / 0.2);
}
.ybc-ring-offset-gray-300\/25{
  --tw-ring-offset-color: rgb(217 217 217 / 0.25);
}
.ybc-ring-offset-gray-300\/30{
  --tw-ring-offset-color: rgb(217 217 217 / 0.3);
}
.ybc-ring-offset-gray-300\/40{
  --tw-ring-offset-color: rgb(217 217 217 / 0.4);
}
.ybc-ring-offset-gray-300\/50{
  --tw-ring-offset-color: rgb(217 217 217 / 0.5);
}
.ybc-ring-offset-gray-300\/60{
  --tw-ring-offset-color: rgb(217 217 217 / 0.6);
}
.ybc-ring-offset-gray-300\/70{
  --tw-ring-offset-color: rgb(217 217 217 / 0.7);
}
.ybc-ring-offset-gray-300\/75{
  --tw-ring-offset-color: rgb(217 217 217 / 0.75);
}
.ybc-ring-offset-gray-300\/80{
  --tw-ring-offset-color: rgb(217 217 217 / 0.8);
}
.ybc-ring-offset-gray-300\/90{
  --tw-ring-offset-color: rgb(217 217 217 / 0.9);
}
.ybc-ring-offset-gray-300\/95{
  --tw-ring-offset-color: rgb(217 217 217 / 0.95);
}
.ybc-ring-offset-gray-300\/100{
  --tw-ring-offset-color: rgb(217 217 217 / 1);
}
.ybc-ring-offset-gray-600\/0{
  --tw-ring-offset-color: rgb(78 78 78 / 0);
}
.ybc-ring-offset-gray-600\/5{
  --tw-ring-offset-color: rgb(78 78 78 / 0.05);
}
.ybc-ring-offset-gray-600\/10{
  --tw-ring-offset-color: rgb(78 78 78 / 0.1);
}
.ybc-ring-offset-gray-600\/20{
  --tw-ring-offset-color: rgb(78 78 78 / 0.2);
}
.ybc-ring-offset-gray-600\/25{
  --tw-ring-offset-color: rgb(78 78 78 / 0.25);
}
.ybc-ring-offset-gray-600\/30{
  --tw-ring-offset-color: rgb(78 78 78 / 0.3);
}
.ybc-ring-offset-gray-600\/40{
  --tw-ring-offset-color: rgb(78 78 78 / 0.4);
}
.ybc-ring-offset-gray-600\/50{
  --tw-ring-offset-color: rgb(78 78 78 / 0.5);
}
.ybc-ring-offset-gray-600\/60{
  --tw-ring-offset-color: rgb(78 78 78 / 0.6);
}
.ybc-ring-offset-gray-600\/70{
  --tw-ring-offset-color: rgb(78 78 78 / 0.7);
}
.ybc-ring-offset-gray-600\/75{
  --tw-ring-offset-color: rgb(78 78 78 / 0.75);
}
.ybc-ring-offset-gray-600\/80{
  --tw-ring-offset-color: rgb(78 78 78 / 0.8);
}
.ybc-ring-offset-gray-600\/90{
  --tw-ring-offset-color: rgb(78 78 78 / 0.9);
}
.ybc-ring-offset-gray-600\/95{
  --tw-ring-offset-color: rgb(78 78 78 / 0.95);
}
.ybc-ring-offset-gray-600\/100{
  --tw-ring-offset-color: rgb(78 78 78 / 1);
}
.ybc-ring-offset-gray-900\/0{
  --tw-ring-offset-color: rgb(61 65 51 / 0);
}
.ybc-ring-offset-gray-900\/5{
  --tw-ring-offset-color: rgb(61 65 51 / 0.05);
}
.ybc-ring-offset-gray-900\/10{
  --tw-ring-offset-color: rgb(61 65 51 / 0.1);
}
.ybc-ring-offset-gray-900\/20{
  --tw-ring-offset-color: rgb(61 65 51 / 0.2);
}
.ybc-ring-offset-gray-900\/25{
  --tw-ring-offset-color: rgb(61 65 51 / 0.25);
}
.ybc-ring-offset-gray-900\/30{
  --tw-ring-offset-color: rgb(61 65 51 / 0.3);
}
.ybc-ring-offset-gray-900\/40{
  --tw-ring-offset-color: rgb(61 65 51 / 0.4);
}
.ybc-ring-offset-gray-900\/50{
  --tw-ring-offset-color: rgb(61 65 51 / 0.5);
}
.ybc-ring-offset-gray-900\/60{
  --tw-ring-offset-color: rgb(61 65 51 / 0.6);
}
.ybc-ring-offset-gray-900\/70{
  --tw-ring-offset-color: rgb(61 65 51 / 0.7);
}
.ybc-ring-offset-gray-900\/75{
  --tw-ring-offset-color: rgb(61 65 51 / 0.75);
}
.ybc-ring-offset-gray-900\/80{
  --tw-ring-offset-color: rgb(61 65 51 / 0.8);
}
.ybc-ring-offset-gray-900\/90{
  --tw-ring-offset-color: rgb(61 65 51 / 0.9);
}
.ybc-ring-offset-gray-900\/95{
  --tw-ring-offset-color: rgb(61 65 51 / 0.95);
}
.ybc-ring-offset-gray-900\/100{
  --tw-ring-offset-color: rgb(61 65 51 / 1);
}
.ybc-ring-offset-teal-600\/0{
  --tw-ring-offset-color: rgb(0 115 165 / 0);
}
.ybc-ring-offset-teal-600\/5{
  --tw-ring-offset-color: rgb(0 115 165 / 0.05);
}
.ybc-ring-offset-teal-600\/10{
  --tw-ring-offset-color: rgb(0 115 165 / 0.1);
}
.ybc-ring-offset-teal-600\/20{
  --tw-ring-offset-color: rgb(0 115 165 / 0.2);
}
.ybc-ring-offset-teal-600\/25{
  --tw-ring-offset-color: rgb(0 115 165 / 0.25);
}
.ybc-ring-offset-teal-600\/30{
  --tw-ring-offset-color: rgb(0 115 165 / 0.3);
}
.ybc-ring-offset-teal-600\/40{
  --tw-ring-offset-color: rgb(0 115 165 / 0.4);
}
.ybc-ring-offset-teal-600\/50{
  --tw-ring-offset-color: rgb(0 115 165 / 0.5);
}
.ybc-ring-offset-teal-600\/60{
  --tw-ring-offset-color: rgb(0 115 165 / 0.6);
}
.ybc-ring-offset-teal-600\/70{
  --tw-ring-offset-color: rgb(0 115 165 / 0.7);
}
.ybc-ring-offset-teal-600\/75{
  --tw-ring-offset-color: rgb(0 115 165 / 0.75);
}
.ybc-ring-offset-teal-600\/80{
  --tw-ring-offset-color: rgb(0 115 165 / 0.8);
}
.ybc-ring-offset-teal-600\/90{
  --tw-ring-offset-color: rgb(0 115 165 / 0.9);
}
.ybc-ring-offset-teal-600\/95{
  --tw-ring-offset-color: rgb(0 115 165 / 0.95);
}
.ybc-ring-offset-teal-600\/100{
  --tw-ring-offset-color: rgb(0 115 165 / 1);
}
.ybc-ring-offset-teal-900\/0{
  --tw-ring-offset-color: rgb(0 85 114 / 0);
}
.ybc-ring-offset-teal-900\/5{
  --tw-ring-offset-color: rgb(0 85 114 / 0.05);
}
.ybc-ring-offset-teal-900\/10{
  --tw-ring-offset-color: rgb(0 85 114 / 0.1);
}
.ybc-ring-offset-teal-900\/20{
  --tw-ring-offset-color: rgb(0 85 114 / 0.2);
}
.ybc-ring-offset-teal-900\/25{
  --tw-ring-offset-color: rgb(0 85 114 / 0.25);
}
.ybc-ring-offset-teal-900\/30{
  --tw-ring-offset-color: rgb(0 85 114 / 0.3);
}
.ybc-ring-offset-teal-900\/40{
  --tw-ring-offset-color: rgb(0 85 114 / 0.4);
}
.ybc-ring-offset-teal-900\/50{
  --tw-ring-offset-color: rgb(0 85 114 / 0.5);
}
.ybc-ring-offset-teal-900\/60{
  --tw-ring-offset-color: rgb(0 85 114 / 0.6);
}
.ybc-ring-offset-teal-900\/70{
  --tw-ring-offset-color: rgb(0 85 114 / 0.7);
}
.ybc-ring-offset-teal-900\/75{
  --tw-ring-offset-color: rgb(0 85 114 / 0.75);
}
.ybc-ring-offset-teal-900\/80{
  --tw-ring-offset-color: rgb(0 85 114 / 0.8);
}
.ybc-ring-offset-teal-900\/90{
  --tw-ring-offset-color: rgb(0 85 114 / 0.9);
}
.ybc-ring-offset-teal-900\/95{
  --tw-ring-offset-color: rgb(0 85 114 / 0.95);
}
.ybc-ring-offset-teal-900\/100{
  --tw-ring-offset-color: rgb(0 85 114 / 1);
}
.ybc-blur-0{
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-blur-none{
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-blur-sm{
  --tw-blur: blur(4px);
  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);
}
.ybc-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);
}
.ybc-blur-md{
  --tw-blur: blur(12px);
  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);
}
.ybc-blur-lg{
  --tw-blur: blur(16px);
  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);
}
.ybc-blur-xl{
  --tw-blur: blur(24px);
  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);
}
.ybc-blur-2xl{
  --tw-blur: blur(40px);
  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);
}
.ybc-blur-3xl{
  --tw-blur: blur(64px);
  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);
}
.ybc-brightness-0{
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-brightness-50{
  --tw-brightness: brightness(.5);
  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);
}
.ybc-brightness-75{
  --tw-brightness: brightness(.75);
  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);
}
.ybc-brightness-90{
  --tw-brightness: brightness(.9);
  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);
}
.ybc-brightness-95{
  --tw-brightness: brightness(.95);
  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);
}
.ybc-brightness-100{
  --tw-brightness: brightness(1);
  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);
}
.ybc-brightness-105{
  --tw-brightness: brightness(1.05);
  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);
}
.ybc-brightness-110{
  --tw-brightness: brightness(1.1);
  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);
}
.ybc-brightness-125{
  --tw-brightness: brightness(1.25);
  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);
}
.ybc-brightness-150{
  --tw-brightness: brightness(1.5);
  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);
}
.ybc-brightness-200{
  --tw-brightness: brightness(2);
  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);
}
.ybc-contrast-0{
  --tw-contrast: contrast(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-contrast-50{
  --tw-contrast: contrast(.5);
  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);
}
.ybc-contrast-75{
  --tw-contrast: contrast(.75);
  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);
}
.ybc-contrast-100{
  --tw-contrast: contrast(1);
  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);
}
.ybc-contrast-125{
  --tw-contrast: contrast(1.25);
  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);
}
.ybc-contrast-150{
  --tw-contrast: contrast(1.5);
  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);
}
.ybc-contrast-200{
  --tw-contrast: contrast(2);
  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);
}
.ybc-drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.ybc-drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.ybc-drop-shadow-md{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.ybc-drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.ybc-drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.ybc-drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.ybc-drop-shadow-none{
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.ybc-grayscale-0{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-hue-rotate-0{
  --tw-hue-rotate: hue-rotate(0deg);
  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);
}
.ybc-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(15deg);
  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);
}
.ybc-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(30deg);
  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);
}
.ybc-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(60deg);
  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);
}
.ybc-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(90deg);
  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);
}
.ybc-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}
.-ybc-hue-rotate-0{
  --tw-hue-rotate: hue-rotate(-0deg);
  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);
}
.-ybc-hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
  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);
}
.-ybc-hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
  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);
}
.-ybc-hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
  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);
}
.-ybc-hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
  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);
}
.-ybc-hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
  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);
}
.ybc--hue-rotate-0{
  --tw-hue-rotate: hue-rotate(-0deg);
  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);
}
.ybc--hue-rotate-15{
  --tw-hue-rotate: hue-rotate(-15deg);
  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);
}
.ybc--hue-rotate-30{
  --tw-hue-rotate: hue-rotate(-30deg);
  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);
}
.ybc--hue-rotate-60{
  --tw-hue-rotate: hue-rotate(-60deg);
  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);
}
.ybc--hue-rotate-90{
  --tw-hue-rotate: hue-rotate(-90deg);
  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);
}
.ybc--hue-rotate-180{
  --tw-hue-rotate: hue-rotate(-180deg);
  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);
}
.ybc-invert-0{
  --tw-invert: invert(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-saturate-0{
  --tw-saturate: saturate(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-saturate-50{
  --tw-saturate: saturate(.5);
  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);
}
.ybc-saturate-100{
  --tw-saturate: saturate(1);
  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);
}
.ybc-saturate-150{
  --tw-saturate: saturate(1.5);
  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);
}
.ybc-saturate-200{
  --tw-saturate: saturate(2);
  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);
}
.ybc-sepia-0{
  --tw-sepia: sepia(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-sepia{
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.ybc-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);
}
.ybc-filter-none{
  filter: none;
}
.ybc-backdrop-blur-0{
  --tw-backdrop-blur: blur(0);
  -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);
}
.ybc-backdrop-blur-none{
  --tw-backdrop-blur: blur(0);
  -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);
}
.ybc-backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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);
}
.ybc-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);
}
.ybc-backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -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);
}
.ybc-backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -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);
}
.ybc-backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -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);
}
.ybc-backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -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);
}
.ybc-backdrop-blur-3xl{
  --tw-backdrop-blur: blur(64px);
  -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);
}
.ybc-backdrop-brightness-0{
  --tw-backdrop-brightness: brightness(0);
  -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);
}
.ybc-backdrop-brightness-50{
  --tw-backdrop-brightness: brightness(.5);
  -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);
}
.ybc-backdrop-brightness-75{
  --tw-backdrop-brightness: brightness(.75);
  -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);
}
.ybc-backdrop-brightness-90{
  --tw-backdrop-brightness: brightness(.9);
  -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);
}
.ybc-backdrop-brightness-95{
  --tw-backdrop-brightness: brightness(.95);
  -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);
}
.ybc-backdrop-brightness-100{
  --tw-backdrop-brightness: brightness(1);
  -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);
}
.ybc-backdrop-brightness-105{
  --tw-backdrop-brightness: brightness(1.05);
  -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);
}
.ybc-backdrop-brightness-110{
  --tw-backdrop-brightness: brightness(1.1);
  -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);
}
.ybc-backdrop-brightness-125{
  --tw-backdrop-brightness: brightness(1.25);
  -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);
}
.ybc-backdrop-brightness-150{
  --tw-backdrop-brightness: brightness(1.5);
  -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);
}
.ybc-backdrop-brightness-200{
  --tw-backdrop-brightness: brightness(2);
  -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);
}
.ybc-backdrop-contrast-0{
  --tw-backdrop-contrast: contrast(0);
  -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);
}
.ybc-backdrop-contrast-50{
  --tw-backdrop-contrast: contrast(.5);
  -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);
}
.ybc-backdrop-contrast-75{
  --tw-backdrop-contrast: contrast(.75);
  -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);
}
.ybc-backdrop-contrast-100{
  --tw-backdrop-contrast: contrast(1);
  -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);
}
.ybc-backdrop-contrast-125{
  --tw-backdrop-contrast: contrast(1.25);
  -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);
}
.ybc-backdrop-contrast-150{
  --tw-backdrop-contrast: contrast(1.5);
  -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);
}
.ybc-backdrop-contrast-200{
  --tw-backdrop-contrast: contrast(2);
  -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);
}
.ybc-backdrop-grayscale-0{
  --tw-backdrop-grayscale: grayscale(0);
  -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);
}
.ybc-backdrop-grayscale{
  --tw-backdrop-grayscale: grayscale(100%);
  -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);
}
.ybc-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -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);
}
.ybc-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -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);
}
.ybc-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -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);
}
.ybc-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -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);
}
.ybc-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -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);
}
.ybc-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -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);
}
.-ybc-backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -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);
}
.-ybc-backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -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);
}
.-ybc-backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -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);
}
.-ybc-backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -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);
}
.-ybc-backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -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);
}
.-ybc-backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -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);
}
.ybc--backdrop-hue-rotate-0{
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -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);
}
.ybc--backdrop-hue-rotate-15{
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -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);
}
.ybc--backdrop-hue-rotate-30{
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -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);
}
.ybc--backdrop-hue-rotate-60{
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -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);
}
.ybc--backdrop-hue-rotate-90{
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -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);
}
.ybc--backdrop-hue-rotate-180{
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -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);
}
.ybc-backdrop-invert-0{
  --tw-backdrop-invert: invert(0);
  -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);
}
.ybc-backdrop-invert{
  --tw-backdrop-invert: invert(100%);
  -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);
}
.ybc-backdrop-opacity-0{
  --tw-backdrop-opacity: opacity(0);
  -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);
}
.ybc-backdrop-opacity-5{
  --tw-backdrop-opacity: opacity(0.05);
  -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);
}
.ybc-backdrop-opacity-10{
  --tw-backdrop-opacity: opacity(0.1);
  -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);
}
.ybc-backdrop-opacity-20{
  --tw-backdrop-opacity: opacity(0.2);
  -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);
}
.ybc-backdrop-opacity-25{
  --tw-backdrop-opacity: opacity(0.25);
  -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);
}
.ybc-backdrop-opacity-30{
  --tw-backdrop-opacity: opacity(0.3);
  -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);
}
.ybc-backdrop-opacity-40{
  --tw-backdrop-opacity: opacity(0.4);
  -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);
}
.ybc-backdrop-opacity-50{
  --tw-backdrop-opacity: opacity(0.5);
  -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);
}
.ybc-backdrop-opacity-60{
  --tw-backdrop-opacity: opacity(0.6);
  -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);
}
.ybc-backdrop-opacity-70{
  --tw-backdrop-opacity: opacity(0.7);
  -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);
}
.ybc-backdrop-opacity-75{
  --tw-backdrop-opacity: opacity(0.75);
  -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);
}
.ybc-backdrop-opacity-80{
  --tw-backdrop-opacity: opacity(0.8);
  -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);
}
.ybc-backdrop-opacity-90{
  --tw-backdrop-opacity: opacity(0.9);
  -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);
}
.ybc-backdrop-opacity-95{
  --tw-backdrop-opacity: opacity(0.95);
  -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);
}
.ybc-backdrop-opacity-100{
  --tw-backdrop-opacity: opacity(1);
  -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);
}
.ybc-backdrop-saturate-0{
  --tw-backdrop-saturate: saturate(0);
  -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);
}
.ybc-backdrop-saturate-50{
  --tw-backdrop-saturate: saturate(.5);
  -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);
}
.ybc-backdrop-saturate-100{
  --tw-backdrop-saturate: saturate(1);
  -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);
}
.ybc-backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
  -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);
}
.ybc-backdrop-saturate-200{
  --tw-backdrop-saturate: saturate(2);
  -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);
}
.ybc-backdrop-sepia-0{
  --tw-backdrop-sepia: sepia(0);
  -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);
}
.ybc-backdrop-sepia{
  --tw-backdrop-sepia: sepia(100%);
  -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);
}
.ybc-backdrop-filter{
  -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);
}
.ybc-backdrop-filter-none{
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.ybc-transition-none{
  transition-property: none;
}
.ybc-transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ybc-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;
}
.ybc-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;
}
.ybc-transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ybc-transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ybc-transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ybc-delay-75{
  transition-delay: 75ms;
}
.ybc-delay-100{
  transition-delay: 100ms;
}
.ybc-delay-150{
  transition-delay: 150ms;
}
.ybc-delay-200{
  transition-delay: 200ms;
}
.ybc-delay-300{
  transition-delay: 300ms;
}
.ybc-delay-500{
  transition-delay: 500ms;
}
.ybc-delay-700{
  transition-delay: 700ms;
}
.ybc-delay-1000{
  transition-delay: 1000ms;
}
.ybc-duration-75{
  transition-duration: 75ms;
}
.ybc-duration-100{
  transition-duration: 100ms;
}
.ybc-duration-150{
  transition-duration: 150ms;
}
.ybc-duration-200{
  transition-duration: 200ms;
}
.ybc-duration-300{
  transition-duration: 300ms;
}
.ybc-duration-500{
  transition-duration: 500ms;
}
.ybc-duration-700{
  transition-duration: 700ms;
}
.ybc-duration-1000{
  transition-duration: 1000ms;
}
.ybc-ease-linear{
  transition-timing-function: linear;
}
.ybc-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ybc-ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ybc-ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ybc-will-change-auto{
  will-change: auto;
}
.ybc-will-change-scroll{
  will-change: scroll-position;
}
.ybc-will-change-contents{
  will-change: contents;
}
.ybc-will-change-transform{
  will-change: transform;
}
.ybc-content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/* Tailwind reset breaks wordpress dividers */
.divider {
  border-width: 1px;
}

/* Tailwind reset breaks wordpress bullet points */
ol,
ul {
  list-style: disc;
}

body.sb-show-main.sb-main-centered #root{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 320px){

  body.sb-show-main.sb-main-centered #root{
    max-width: 320px;
  }
}

@media (min-width: 768px){

  body.sb-show-main.sb-main-centered #root{
    max-width: 768px;
  }
}

@media (min-width: 1440px){

  body.sb-show-main.sb-main-centered #root{
    max-width: 1440px;
  }

.page-template-template-yubicool-home .content body.sb-show-main.sb-main-centered #root{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 10rem;
    padding-right: 10rem;
  }

body.sb-show-main.sb-main-centered #root .wp-block-yubicool-wp-blade {
      width: calc(100% + 20rem);
      margin-left: -10rem;
      margin-right: -10rem
  }
}

.page-template-template-yubicool-home .content body.sb-show-main.sb-main-centered #root{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0;
  padding-right: 0;
}

body.sb-show-main.sb-main-centered #root .wp-block-yubicool-wp-blade{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.page-template-template-yubicool-home .content{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.yubicool-blade.yubicool-blade-full-width.page-template-template-yubicool-home .content {
      border-bottom: 1px solid #d9d9d9;
    }

.page-template-template-yubicool-home .content .ybc-container{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1440px) {

.page-template-template-yubicool-home .content .ybc-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    padding-left: 10rem;
    padding-right: 10rem;
  }
    }

.ybc-container .wp-block-yubicool-wp-blade{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

@media (min-width: 1440px) {

.ybc-container .wp-block-yubicool-wp-blade {
      width: calc(100% + 20rem);
      margin-left: -10rem;
      margin-right: -10rem
  }
    }

.yubicool-blade{
  position: relative;
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){

  .yubicool-blade{
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.yubicool-blade.has-horizontal-padding{
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){

  .yubicool-blade.has-horizontal-padding{
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.yubicool-blade.has-vertical-padding{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){

  .yubicool-blade.has-vertical-padding{
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media (max-width: 1440px) {

.yubicool-blade.image-type-background{
    background-image: none !important;
  }
    }

.yubicool-blade.image-type-background{
    background-position: 10rem 100%;
    background-size: 18.375rem auto;
}

.yubicool-blade.image-type-offset-image {
    margin-top: 6.25rem;
  }

@media (min-width: 768px) {

.yubicool-blade.image-type-offset-image {
      margin-top: 0
  }
    }

.yubicool-blade figure.wp-block-image{
  margin-bottom: 0;
}

.yubicool-blade.yubicool-blade-full-width{
  width: 100%;
}

.yubicool-blade.yubicool-blade-full-width .ybc-thumbnail-wrapper{
  display: none;
}

.yubicool-blade.yubicool-blade-full-width.ybc-bg-gray-200 {
      border-bottom: 1px solid #d9d9d9;
    }

.yubicool-blade.yubicool-blade-rounded-small, 
  .yubicool-blade.yubicool-blade-rounded-large{
  margin-left: 0;
  margin-right: 0;
  display: block;
  border-radius: 0px;
}

@media (min-width: 768px){

  .yubicool-blade.yubicool-blade-rounded-small, 
  .yubicool-blade.yubicool-blade-rounded-large{
    margin-left: 4rem;
    margin-right: 4rem;
    border-radius: 0.25rem;
  }
}

@media (min-width: 1440px){

  .yubicool-blade.yubicool-blade-rounded-small, 
  .yubicool-blade.yubicool-blade-rounded-large{
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

@media (min-width: 768px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper,  .yubicool-blade.yubicool-blade-rounded-large .ybc-thumbnail-wrapper{
    position: absolute;
  }
}

.yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper, .yubicool-blade.yubicool-blade-rounded-large .ybc-thumbnail-wrapper {
      overflow: hidden;
      top: 0;
      left: 0;
      height: 100%;
    }

@media (min-width: 768px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper .ybc-thumbnail,  .yubicool-blade.yubicool-blade-rounded-large .ybc-thumbnail-wrapper .ybc-thumbnail{
    position: relative;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.yubicool-blade.yubicool-blade-rounded-small{
  position: relative;
  border-radius: 0.25rem;
}

@media (min-width: 1440px){

  .yubicool-blade.yubicool-blade-rounded-small{
    height: 20rem;
  }
}

@media (min-width: 320px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper{
    width: 100%;
  }
}

@media (min-width: 768px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper{
    width: 21rem;
  }
}

.yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper .ybc-thumbnail{
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 320px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper .ybc-thumbnail{
    margin-left: auto;
    margin-right: auto;
  }

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper + .blade-inner{
    margin-top: 2rem;
  }
}

@media (min-width: 768px){

  .yubicool-blade.yubicool-blade-rounded-small .ybc-thumbnail-wrapper + .blade-inner{
    margin-left: 20rem;
    margin-top: 0;
  }
}

.yubicool-blade.yubicool-blade-rounded-large {
    min-height: 22rem;
  }

.yubicool-blade.yubicool-blade-rounded-large .ybc-thumbnail-wrapper {
        width: 32.5rem;
    }

.yubicool-blade.yubicool-blade-rounded-large .ybc-thumbnail-wrapper + .blade-inner {
        margin-left: 32.5rem;
    }

.yubicool-blade.image-type-offset-image{
  margin-top: 8rem;
}

@media (min-width: 1440px){

  .yubicool-blade.image-type-offset-image{
    margin-top: 0;
  }
}

.yubicool-blade .ybc-offset-image{
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
}

@media(max-width: 768px) {

.yubicool-blade .ybc-offset-image{
    left: 0;
    max-height: 10rem;
    width: 100%;
      background-size: 3.375rem;
      top: -2.725rem;
      background-position: top center;
  }
    }

@media (min-width: 768px) {

.yubicool-blade .ybc-offset-image{
    top: -6rem;
      width: 17.25rem;
  }
    }

@media (min-width: 1440px) {

.yubicool-blade .ybc-offset-image{
    width: 20rem;
  }
    }

.yubicool-blade .ybc-offset-image + .blade-inner {
    margin-top: 6.25rem;
  }

@media (min-width: 768px) {

.yubicool-blade .ybc-offset-image + .blade-inner {
      margin-top: 0;
      margin-left: 17.25rem
  }
    }

@media (min-width: 1440px) {

.yubicool-blade .ybc-offset-image + .blade-inner {
      margin-left: 20rem
  }
    }

.yubicool-button{
  display: flex;
  height: 2.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  transition: 0.3s;
}

.yubicool-button.yubicool-button-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(92 130 17 / var(--tw-text-opacity));
}

.yubicool-button.yubicool-button-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 130 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yubicool-link.has-arrow.yubicool-button.yubicool-button-primary:hover::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      }

.yubicool-button.yubicool-button-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yubicool-link.has-arrow.yubicool-button.yubicool-button-secondary::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      }

.yubicool-button.yubicool-button-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(92 130 17 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yubicool-link.has-arrow.yubicool-button.yubicool-button-secondary:hover::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      }

.yubicool-link{
  display: inline-block;
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  transition: 0.3s;
}

.yubicool-link p{
  margin-bottom: 0;
  display: inline-block;
}

.yubicool-link:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.yubicool-link.has-arrow::after{
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
      margin-left: 0.563rem;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iIzAwNzNBNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      content: '';
}

.yubicool-link.has-arrow.ybc-text-white::after, .yubicool-link.has-arrow.ybc-text-gray-200::after, .yubicool-link.has-arrow.ybc-text-gray-100::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      }

.yubicool-card{
  display: grid;
}

.yubicool-card .image-wrapper{
  margin-bottom: 1.75rem;
  height: 9rem;
  overflow: hidden;
}

.yubicool-card .image-wrapper img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.yubicool-card .yubicool-body-text{
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.yubicool-body-text, 
  .yubicool-body-text p, 
  p.is-style-yubicool-body-text, 
  p.is-style-yubicool-body-text p{
  margin-bottom: 2rem;
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

h1.yubicool-header, 
h1.is-style-yubicool-header{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h1.is-style-yubicool-header{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.yubicool-link.has-arrowh1.is-style-yubicool-header::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDlMMTUuMjkyOSA1LjcwNzExQzE1LjY4MzQgNS4zMTY1OCAxNS42ODM0IDQuNjgzNDIgMTUuMjkyOSA0LjI5Mjg5TDEyIDFNMTUgNUwxIDUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
      }

h2.yubicool-header, 
h2.is-style-yubicool-header{
  margin-bottom: 1.75rem;
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

h2.is-style-yubicool-header{
  --tw-text-opacity: 1;
  color: rgb(0 85 114 / var(--tw-text-opacity));
}

h3.yubicool-header, 
h3.is-style-yubicool-header{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

h5.yubicool-header, 
h5.is-style-yubicool-header{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.yubicool-grid{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.25rem;
  display: grid;
  width: 100%;
  max-width: 1440px;
}

.yubicool-grid.yubicool-grid--1-columns{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0;
}

.yubicool-grid.yubicool-grid--2-columns{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3.75rem;
}

.yubicool-grid.yubicool-grid--3-columns{
  grid-template-columns: repeat(3, minmax(0, 1fr));
    /* grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); */
    grid-gap: 2.938rem;
}

.yubicool-grid.yubicool-grid--4-columns{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3rem;
}

.yubicool-grid .yubicool-grid-column{
  display: block;
}

/* Todo, move into wordpress  */
.block-editor-block-list__layout .yubicool-grid{
  display: block;
  width: 100%;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}
.block-editor-block-list__layout .yubicool-grid > .block-editor-inner-blocks .block-editor-block-list__layout{
  display: grid;
}
.block-editor-block-list__layout .yubicool-grid > .block-editor-inner-blocks .block-editor-block-list__layout .yubicool-grid-column{
  display: block;
}
.block-editor-block-list__layout .yubicool-grid.yubicool-grid--1-columns > .block-editor-inner-blocks > .block-editor-block-list__layout{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.block-editor-block-list__layout .yubicool-grid.yubicool-grid--2-columns > .block-editor-inner-blocks > .block-editor-block-list__layout{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.block-editor-block-list__layout .yubicool-grid.yubicool-grid--3-columns > .block-editor-inner-blocks > .block-editor-block-list__layout{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.block-editor-block-list__layout .yubicool-grid.yubicool-grid--4-columns > .block-editor-inner-blocks > .block-editor-block-list__layout{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
div.wp-block .yubicool-blade .yubicool-grid{
  padding-left: 0;
  padding-right: 0;
}

.yubicool-hero{
  position: relative;
  margin-left: 0;
  margin-right: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 482px;
}

@media (min-width: 1440px) {

.yubicool-hero {
    margin-left: -10rem;
    margin-right: -10rem;
    width: calc(100% + 20rem)
}
  }

.yubicool-hero .image-overlay-wrapper{
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.yubicool-hero .image-overlay-wrapper img.image-overlay{
  position: absolute;
      width: 958px;
      height: auto;
}

.wp-block.wp-block-yubicool-wp-hero .yubicool-hero{
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.yubicool-hr{
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  height: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.yubicool-blade.yubicool-blade-full-width.yubicool-hr {
      border-bottom: 1px solid #d9d9d9;
    }

@media (min-width: 1440px){

  .yubicool-hr{
    margin-left: -10rem;
    margin-right: -10rem;
    width: calc(100% + 20rem);
  }
}

.yubicool-icon-with-text{
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.yubicool-icon-with-text .icon{
  margin-right: 1rem;
  display: flex;
  height: 4rem;
  min-width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(154 202 60 / var(--tw-bg-opacity));
}

.yubicool-icon-with-text .icon img{
  height: 2rem;
  width: 2rem;
}

.block-editor-block-list__layout .wp-block {
  max-width: 1440px;
}

.yubicool-quote blockquote{
  margin-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
    background: transparent !important;
}

.yubicool-quote figcaption{
  display: flex;
  flex-direction: row;
  align-items: center;
    min-height: 46px;
    max-height: 64px;
}

.yubicool-quote figcaption div.citation{
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
      max-height: 64px;
      height: 100%;
}

.yubicool-quote figcaption cite{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
}

.yubicool-quote figcaption a{
  --tw-text-opacity: 1;
  color: rgb(0 85 114 / var(--tw-text-opacity));
}

.yubicool-quote figcaption a cite{
  font-family: Noto Sans, Helvetica Neue, Open Sans, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(0 85 114 / var(--tw-text-opacity));
}

.yubicool-quote figcaption a:hover {
        border-bottom: 1px solid #005572;
      }

.yubicool-quote figcaption img {
      max-width: 64px;
    }

.yubicool-wp-inline-group{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  /* grid-template-columns: repeat(auto-fit, minmax(204px, 1fr)); */
}

.yubicool-blade .yubicool-grid{
  margin-bottom: 0;
}

div.wp-block-yubicool-wp-grid-column[data-col-span='1']{
  grid-column: span 1 / span 1;
}

div.wp-block-yubicool-wp-grid-column[data-col-span='2']{
  grid-column: span 2 / span 2;
}

div.wp-block-yubicool-wp-grid-column[data-col-span='3']{
  grid-column: span 3 / span 3;
}

div.wp-block-yubicool-wp-grid-column[data-col-span='4']{
  grid-column: span 4 / span 4;
}

.yubicool-press-item .image-wrapper{
  margin-bottom: 1rem;
  display: flex;
  max-height: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
}

@media(max-width: 1440px) {

.yubicool-grid-column:not(.scrolls-horizontally-on-mobile) .yubicool-wp-inline-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
    }

.scrolls-horizontally-on-mobile{
  overflow: hidden;
  width: -webkit-fill-available;
}

@media (max-width: 768px) {

.scrolls-horizontally-on-mobile .yubicool-wp-inline-group{
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    scroll-behavior: smooth;
  }
      .scrolls-horizontally-on-mobile .yubicool-wp-inline-group div {
        min-width: 16.25rem;
      }
    }

.yubicool-quote{
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 320px){

  .mobile\:ybc-block{
    display: block;
  }

  .mobile\:ybc-h-6{
    height: 1.5rem;
  }

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

@media (min-width: 768px){

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

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

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

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

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

  .tablet\:ybc-hidden{
    display: none;
  }

  .tablet\:ybc-h-11{
    height: 2.75rem;
  }

  .tablet\:ybc-w-11{
    width: 2.75rem;
  }
}

@media (min-width: 1440px){

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

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

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

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