
@import url('https://fonts.googleapis.com/css2?family=Blinker:wght@300;400;600;700;800;900&display=swap');
/* Compile: npm run dev */
/* ! tailwindcss v3.1.6 | 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: #E9E9E9; /* 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: Blinker, sans-serif; /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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:  ;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 990px){
  .container{
    max-width: 990px;
  }
}
@media (min-width: 1140px){
  .container{
    max-width: 1140px;
  }
}
.visible{
  visibility: visible !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.top-8{
  top: 2rem !important;
}
.left-44{
  left: 11rem !important;
}
.left-0{
  left: 0px !important;
}
.right-0{
  right: 0px !important;
}
.top-0{
  top: 0px !important;
}
.left-1{
  left: 0.25rem !important;
}
.right-3{
  right: 0.75rem !important;
}
.top-6{
  top: 1.5rem !important;
}
.top-5{
  top: 1.25rem !important;
}
.-left-24{
  left: -6rem !important;
}
.-right-12{
  right: -3rem !important;
}
.top-10{
  top: 2.5rem !important;
}
.-top-6{
  top: -1.5rem !important;
}
.left-12{
  left: 3rem !important;
}
.top-3{
  top: 0.75rem !important;
}
.left-48{
  left: 12rem !important;
}
.-bottom-5{
  bottom: -1.25rem !important;
}
.-top-24{
  top: -6rem !important;
}
.-left-16{
  left: -4rem !important;
}
.-bottom-16{
  bottom: -4rem !important;
}
.-top-20{
  top: -5rem !important;
}
.top-56{
  top: 14rem !important;
}
.left-6{
  left: 1.5rem !important;
}
.left-32{
  left: 8rem !important;
}
.top-16{
  top: 4rem !important;
}
.top-24{
  top: 6rem !important;
}
.top-60{
  top: 15rem !important;
}
.right-\[100px\]{
  right: 100px !important;
}
.-right-0{
  right: -0px !important;
}
.-top-36{
  top: -9rem !important;
}
.left-1\/2{
  left: 50% !important;
}
.left-24{
  left: 6rem !important;
}
.-right-48{
  right: -12rem !important;
}
.bottom-0{
  bottom: 0px !important;
}
.-left-28{
  left: -7rem !important;
}
.-right-16{
  right: -4rem !important;
}
.bottom-3{
  bottom: 0.75rem !important;
}
.right-20{
  right: 5rem !important;
}
.top-4{
  top: 1rem !important;
}
.right-10{
  right: 2.5rem !important;
}
.-top-4{
  top: -1rem !important;
}
.z-50{
  z-index: 50 !important;
}
.z-30{
  z-index: 30 !important;
}
.z-0{
  z-index: 0 !important;
}
.z-20{
  z-index: 20 !important;
}
.z-10{
  z-index: 10 !important;
}
.z-40{
  z-index: 40 !important;
}
.-z-10{
  z-index: -10 !important;
}
.col-span-2{
  grid-column: span 2 / span 2 !important;
}
.float-right{
  float: right !important;
}
.my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7{
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9{
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11{
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}
.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-14{
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-22{
  margin-top: 4.6rem !important;
  margin-bottom: 4.6rem !important;
}
.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-36{
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-44{
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}
.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}
.my-50{
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-52{
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}
.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}
.my-60{
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}
.my-72{
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}
.my-80{
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-88{
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}
.my-96{
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}
.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}
.my-0\.5{
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.my-1\.5{
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}
.my-2\.5{
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-3\.5{
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-7{
  margin-top: 1.75rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-9{
  margin-top: 2.25rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-11{
  margin-top: 2.75rem !important;
}
.mt-12{
  margin-top: 3rem !important;
}
.mt-14{
  margin-top: 3.5rem !important;
}
.mt-16{
  margin-top: 4rem !important;
}
.mt-20{
  margin-top: 5rem !important;
}
.mt-22{
  margin-top: 4.6rem !important;
}
.mt-24{
  margin-top: 6rem !important;
}
.mt-28{
  margin-top: 7rem !important;
}
.mt-32{
  margin-top: 8rem !important;
}
.mt-36{
  margin-top: 9rem !important;
}
.mt-40{
  margin-top: 10rem !important;
}
.mt-44{
  margin-top: 11rem !important;
}
.mt-48{
  margin-top: 12rem !important;
}
.mt-50{
  margin-top: 12.5rem !important;
}
.mt-52{
  margin-top: 13rem !important;
}
.mt-56{
  margin-top: 14rem !important;
}
.mt-60{
  margin-top: 15rem !important;
}
.mt-64{
  margin-top: 16rem !important;
}
.mt-72{
  margin-top: 18rem !important;
}
.mt-80{
  margin-top: 20rem !important;
}
.mt-88{
  margin-top: 22rem !important;
}
.mt-96{
  margin-top: 24rem !important;
}
.mt-auto{
  margin-top: auto !important;
}
.mt-px{
  margin-top: 1px !important;
}
.mt-0\.5{
  margin-top: 0.125rem !important;
}
.mt-1\.5{
  margin-top: 0.375rem !important;
}
.mt-2\.5{
  margin-top: 0.625rem !important;
}
.mt-3\.5{
  margin-top: 0.875rem !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-7{
  margin-bottom: 1.75rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.mb-9{
  margin-bottom: 2.25rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-11{
  margin-bottom: 2.75rem !important;
}
.mb-12{
  margin-bottom: 3rem !important;
}
.mb-14{
  margin-bottom: 3.5rem !important;
}
.mb-16{
  margin-bottom: 4rem !important;
}
.mb-20{
  margin-bottom: 5rem !important;
}
.mb-22{
  margin-bottom: 4.6rem !important;
}
.mb-24{
  margin-bottom: 6rem !important;
}
.mb-28{
  margin-bottom: 7rem !important;
}
.mb-32{
  margin-bottom: 8rem !important;
}
.mb-36{
  margin-bottom: 9rem !important;
}
.mb-40{
  margin-bottom: 10rem !important;
}
.mb-44{
  margin-bottom: 11rem !important;
}
.mb-48{
  margin-bottom: 12rem !important;
}
.mb-50{
  margin-bottom: 12.5rem !important;
}
.mb-52{
  margin-bottom: 13rem !important;
}
.mb-56{
  margin-bottom: 14rem !important;
}
.mb-60{
  margin-bottom: 15rem !important;
}
.mb-64{
  margin-bottom: 16rem !important;
}
.mb-72{
  margin-bottom: 18rem !important;
}
.mb-80{
  margin-bottom: 20rem !important;
}
.mb-88{
  margin-bottom: 22rem !important;
}
.mb-96{
  margin-bottom: 24rem !important;
}
.mb-auto{
  margin-bottom: auto !important;
}
.mb-px{
  margin-bottom: 1px !important;
}
.mb-0\.5{
  margin-bottom: 0.125rem !important;
}
.mb-1\.5{
  margin-bottom: 0.375rem !important;
}
.mb-2\.5{
  margin-bottom: 0.625rem !important;
}
.mb-3\.5{
  margin-bottom: 0.875rem !important;
}
.-ml-2{
  margin-left: -0.5rem !important;
}
.ml-4{
  margin-left: 1rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.ml-1{
  margin-left: 0.25rem !important;
}
.-mt-16{
  margin-top: -4rem !important;
}
.-ml-3{
  margin-left: -0.75rem !important;
}
.-mt-36{
  margin-top: -9rem !important;
}
.-mt-20{
  margin-top: -5rem !important;
}
.-mt-1{
  margin-top: -0.25rem !important;
}
.-mt-4{
  margin-top: -1rem !important;
}
.-mt-6{
  margin-top: -1.5rem !important;
}
.-mt-8{
  margin-top: -2rem !important;
}
.mr-12{
  margin-right: 3rem !important;
}
.ml-8{
  margin-left: 2rem !important;
}
.-mt-7{
  margin-top: -1.75rem !important;
}
.-ml-16{
  margin-left: -4rem !important;
}
.-ml-24{
  margin-left: -6rem !important;
}
.-ml-12{
  margin-left: -3rem !important;
}
.ml-48{
  margin-left: 12rem !important;
}
.-ml-36{
  margin-left: -9rem !important;
}
.-mt-10{
  margin-top: -2.5rem !important;
}
.ml-auto{
  margin-left: auto !important;
}
.ml-50{
  margin-left: 12.5rem !important;
}
.ml-80{
  margin-left: 20rem !important;
}
.-ml-\[610px\]{
  margin-left: -610px !important;
}
.box-border{
  box-sizing: border-box !important;
}
.block{
  display: block !important;
}
.flex{
  display: flex !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.h-12{
  height: 3rem !important;
}
.h-full{
  height: 100% !important;
}
.h-28{
  height: 7rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-96{
  height: 24rem !important;
}
.w-12{
  width: 3rem !important;
}
.w-60{
  width: 15rem !important;
}
.w-full{
  width: 100% !important;
}
.w-6{
  width: 1.5rem !important;
}
.w-2\/6{
  width: 33.333333% !important;
}
.w-36{
  width: 9rem !important;
}
.w-1\/2{
  width: 50% !important;
}
.w-auto{
  width: auto !important;
}
.w-\[130px\]{
  width: 130px !important;
}
.w-96{
  width: 24rem !important;
}
.max-w-prose{
  max-width: 65ch !important;
}
.max-w-\[90\%\]{
  max-width: 90% !important;
}
.flex-1{
  flex: 1 1 0% !important;
}
.flex-shrink-0{
  flex-shrink: 0 !important;
}
.shrink-0{
  flex-shrink: 0 !important;
}
.flex-grow-0{
  flex-grow: 0 !important;
}
.grow{
  flex-grow: 1 !important;
}
.scale-130{
  --tw-scale-x: 1.3 !important;
  --tw-scale-y: 1.3 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.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)) !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.columns-1{
  -moz-columns: 1 !important;
       columns: 1 !important;
}
.columns-2{
  -moz-columns: 2 !important;
       columns: 2 !important;
}
.columns-3{
  -moz-columns: 3 !important;
       columns: 3 !important;
}
.columns-4{
  -moz-columns: 4 !important;
       columns: 4 !important;
}
.columns-5{
  -moz-columns: 5 !important;
       columns: 5 !important;
}
.columns-6{
  -moz-columns: 6 !important;
       columns: 6 !important;
}
.columns-7{
  -moz-columns: 7 !important;
       columns: 7 !important;
}
.columns-8{
  -moz-columns: 8 !important;
       columns: 8 !important;
}
.columns-9{
  -moz-columns: 9 !important;
       columns: 9 !important;
}
.columns-10{
  -moz-columns: 10 !important;
       columns: 10 !important;
}
.columns-11{
  -moz-columns: 11 !important;
       columns: 11 !important;
}
.columns-12{
  -moz-columns: 12 !important;
       columns: 12 !important;
}
.columns-auto{
  -moz-columns: auto !important;
       columns: auto !important;
}
.columns-3xs{
  -moz-columns: 16rem !important;
       columns: 16rem !important;
}
.columns-2xs{
  -moz-columns: 18rem !important;
       columns: 18rem !important;
}
.columns-xs{
  -moz-columns: 20rem !important;
       columns: 20rem !important;
}
.columns-sm{
  -moz-columns: 24rem !important;
       columns: 24rem !important;
}
.columns-md{
  -moz-columns: 28rem !important;
       columns: 28rem !important;
}
.columns-lg{
  -moz-columns: 32rem !important;
       columns: 32rem !important;
}
.columns-xl{
  -moz-columns: 36rem !important;
       columns: 36rem !important;
}
.columns-2xl{
  -moz-columns: 42rem !important;
       columns: 42rem !important;
}
.columns-3xl{
  -moz-columns: 48rem !important;
       columns: 48rem !important;
}
.columns-4xl{
  -moz-columns: 56rem !important;
       columns: 56rem !important;
}
.columns-5xl{
  -moz-columns: 64rem !important;
       columns: 64rem !important;
}
.columns-6xl{
  -moz-columns: 72rem !important;
       columns: 72rem !important;
}
.columns-7xl{
  -moz-columns: 80rem !important;
       columns: 80rem !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}
.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}
.grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-none{
  grid-template-columns: none !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-end{
  align-items: flex-end !important;
}
.items-center{
  align-items: center !important;
}
.items-baseline{
  align-items: baseline !important;
}
.items-stretch{
  align-items: stretch !important;
}
.justify-start{
  justify-content: flex-start !important;
}
.justify-center{
  justify-content: center !important;
}
.justify-between{
  justify-content: space-between !important;
}
.justify-around{
  justify-content: space-around !important;
}
.gap-5{
  gap: 1.25rem !important;
}
.gap-10{
  gap: 2.5rem !important;
}
.gap-4{
  gap: 1rem !important;
}
.gap-6{
  gap: 1.5rem !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.self-end{
  align-self: flex-end !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-x-hidden{
  overflow-x: hidden !important;
}
.overflow-y-hidden{
  overflow-y: hidden !important;
}
.text-ellipsis{
  text-overflow: ellipsis !important;
}
.text-clip{
  text-overflow: clip !important;
}
.rounded-none{
  border-radius: 0px !important;
}
.rounded-sm{
  border-radius: 0.125rem !important;
}
.rounded-md{
  border-radius: 0.375rem !important;
}
.rounded-lg{
  border-radius: 0.5rem !important;
}
.rounded-xl{
  border-radius: 0.75rem !important;
}
.rounded-2xl{
  border-radius: 1rem !important;
}
.rounded-3xl{
  border-radius: 1.5rem !important;
}
.rounded-full{
  border-radius: 9999px !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-t-none{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}
.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}
.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
.rounded-r-none{
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.rounded-b-none{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.rounded-l-none{
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}
.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.rounded-tl-none{
  border-top-left-radius: 0px !important;
}
.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}
.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}
.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}
.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}
.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}
.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}
.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}
.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}
.rounded-tr-none{
  border-top-right-radius: 0px !important;
}
.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}
.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}
.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}
.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}
.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}
.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}
.rounded-br-none{
  border-bottom-right-radius: 0px !important;
}
.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}
.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}
.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}
.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}
.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px !important;
}
.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}
.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}
.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}
.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}
.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}
.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}
.border{
  border-width: 1px !important;
}
.border-4{
  border-width: 4px !important;
}
.border-t{
  border-top-width: 1px !important;
}
.border-b{
  border-bottom-width: 1px !important;
}
.border-solid{
  border-style: solid !important;
}
.border-green-400{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 255 133 / var(--tw-border-opacity)) !important;
}
.border-blue-900{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 53 / var(--tw-border-opacity)) !important;
}
.border-white{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-gray-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 233 / var(--tw-border-opacity)) !important;
}
.bg-transparent{
  background-color: transparent !important;
}
.bg-current{
  background-color: currentColor !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-150{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 245 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}
.bg-gray-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}
.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}
.bg-gray-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
}
.bg-gray-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}
.bg-gray-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity)) !important;
}
.bg-red-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-red-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-red-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity)) !important;
}
.bg-red-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity)) !important;
}
.bg-red-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity)) !important;
}
.bg-red-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-red-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}
.bg-red-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}
.bg-red-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity)) !important;
}
.bg-red-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity)) !important;
}
.bg-orange-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity)) !important;
}
.bg-orange-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.bg-orange-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity)) !important;
}
.bg-orange-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity)) !important;
}
.bg-orange-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity)) !important;
}
.bg-orange-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity)) !important;
}
.bg-orange-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity)) !important;
}
.bg-orange-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity)) !important;
}
.bg-orange-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity)) !important;
}
.bg-orange-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-50{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-600{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-700{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-800{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity)) !important;
}
.bg-yellow-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}
.bg-blue-900{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 53 / var(--tw-bg-opacity)) !important;
}
.bg-blue{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 54 / var(--tw-bg-opacity)) !important;
}
.bg-green-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 247 199 / var(--tw-bg-opacity)) !important;
}
.bg-green-400{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity)) !important;
}
.bg-green{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 237 125 / var(--tw-bg-opacity)) !important;
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0) !important;
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05) !important;
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1) !important;
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2) !important;
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25) !important;
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3) !important;
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4) !important;
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5) !important;
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6) !important;
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7) !important;
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75) !important;
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8) !important;
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9) !important;
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95) !important;
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1) !important;
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0) !important;
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05) !important;
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1) !important;
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2) !important;
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25) !important;
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3) !important;
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4) !important;
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6) !important;
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75) !important;
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8) !important;
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9) !important;
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95) !important;
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1) !important;
}
.bg-gray-50\/0{
  background-color: rgb(249 250 251 / 0) !important;
}
.bg-gray-50\/5{
  background-color: rgb(249 250 251 / 0.05) !important;
}
.bg-gray-50\/10{
  background-color: rgb(249 250 251 / 0.1) !important;
}
.bg-gray-50\/20{
  background-color: rgb(249 250 251 / 0.2) !important;
}
.bg-gray-50\/25{
  background-color: rgb(249 250 251 / 0.25) !important;
}
.bg-gray-50\/30{
  background-color: rgb(249 250 251 / 0.3) !important;
}
.bg-gray-50\/40{
  background-color: rgb(249 250 251 / 0.4) !important;
}
.bg-gray-50\/50{
  background-color: rgb(249 250 251 / 0.5) !important;
}
.bg-gray-50\/60{
  background-color: rgb(249 250 251 / 0.6) !important;
}
.bg-gray-50\/70{
  background-color: rgb(249 250 251 / 0.7) !important;
}
.bg-gray-50\/75{
  background-color: rgb(249 250 251 / 0.75) !important;
}
.bg-gray-50\/80{
  background-color: rgb(249 250 251 / 0.8) !important;
}
.bg-gray-50\/90{
  background-color: rgb(249 250 251 / 0.9) !important;
}
.bg-gray-50\/95{
  background-color: rgb(249 250 251 / 0.95) !important;
}
.bg-gray-50\/100{
  background-color: rgb(249 250 251 / 1) !important;
}
.bg-gray-100\/0{
  background-color: rgb(243 244 246 / 0) !important;
}
.bg-gray-100\/5{
  background-color: rgb(243 244 246 / 0.05) !important;
}
.bg-gray-100\/10{
  background-color: rgb(243 244 246 / 0.1) !important;
}
.bg-gray-100\/20{
  background-color: rgb(243 244 246 / 0.2) !important;
}
.bg-gray-100\/25{
  background-color: rgb(243 244 246 / 0.25) !important;
}
.bg-gray-100\/30{
  background-color: rgb(243 244 246 / 0.3) !important;
}
.bg-gray-100\/40{
  background-color: rgb(243 244 246 / 0.4) !important;
}
.bg-gray-100\/50{
  background-color: rgb(243 244 246 / 0.5) !important;
}
.bg-gray-100\/60{
  background-color: rgb(243 244 246 / 0.6) !important;
}
.bg-gray-100\/70{
  background-color: rgb(243 244 246 / 0.7) !important;
}
.bg-gray-100\/75{
  background-color: rgb(243 244 246 / 0.75) !important;
}
.bg-gray-100\/80{
  background-color: rgb(243 244 246 / 0.8) !important;
}
.bg-gray-100\/90{
  background-color: rgb(243 244 246 / 0.9) !important;
}
.bg-gray-100\/95{
  background-color: rgb(243 244 246 / 0.95) !important;
}
.bg-gray-100\/100{
  background-color: rgb(243 244 246 / 1) !important;
}
.bg-gray-150\/0{
  background-color: rgb(242 242 245 / 0) !important;
}
.bg-gray-150\/5{
  background-color: rgb(242 242 245 / 0.05) !important;
}
.bg-gray-150\/10{
  background-color: rgb(242 242 245 / 0.1) !important;
}
.bg-gray-150\/20{
  background-color: rgb(242 242 245 / 0.2) !important;
}
.bg-gray-150\/25{
  background-color: rgb(242 242 245 / 0.25) !important;
}
.bg-gray-150\/30{
  background-color: rgb(242 242 245 / 0.3) !important;
}
.bg-gray-150\/40{
  background-color: rgb(242 242 245 / 0.4) !important;
}
.bg-gray-150\/50{
  background-color: rgb(242 242 245 / 0.5) !important;
}
.bg-gray-150\/60{
  background-color: rgb(242 242 245 / 0.6) !important;
}
.bg-gray-150\/70{
  background-color: rgb(242 242 245 / 0.7) !important;
}
.bg-gray-150\/75{
  background-color: rgb(242 242 245 / 0.75) !important;
}
.bg-gray-150\/80{
  background-color: rgb(242 242 245 / 0.8) !important;
}
.bg-gray-150\/90{
  background-color: rgb(242 242 245 / 0.9) !important;
}
.bg-gray-150\/95{
  background-color: rgb(242 242 245 / 0.95) !important;
}
.bg-gray-150\/100{
  background-color: rgb(242 242 245 / 1) !important;
}
.bg-gray-200\/0{
  background-color: rgb(233 233 233 / 0) !important;
}
.bg-gray-200\/5{
  background-color: rgb(233 233 233 / 0.05) !important;
}
.bg-gray-200\/10{
  background-color: rgb(233 233 233 / 0.1) !important;
}
.bg-gray-200\/20{
  background-color: rgb(233 233 233 / 0.2) !important;
}
.bg-gray-200\/25{
  background-color: rgb(233 233 233 / 0.25) !important;
}
.bg-gray-200\/30{
  background-color: rgb(233 233 233 / 0.3) !important;
}
.bg-gray-200\/40{
  background-color: rgb(233 233 233 / 0.4) !important;
}
.bg-gray-200\/50{
  background-color: rgb(233 233 233 / 0.5) !important;
}
.bg-gray-200\/60{
  background-color: rgb(233 233 233 / 0.6) !important;
}
.bg-gray-200\/70{
  background-color: rgb(233 233 233 / 0.7) !important;
}
.bg-gray-200\/75{
  background-color: rgb(233 233 233 / 0.75) !important;
}
.bg-gray-200\/80{
  background-color: rgb(233 233 233 / 0.8) !important;
}
.bg-gray-200\/90{
  background-color: rgb(233 233 233 / 0.9) !important;
}
.bg-gray-200\/95{
  background-color: rgb(233 233 233 / 0.95) !important;
}
.bg-gray-200\/100{
  background-color: rgb(233 233 233 / 1) !important;
}
.bg-gray-300\/0{
  background-color: rgb(209 213 219 / 0) !important;
}
.bg-gray-300\/5{
  background-color: rgb(209 213 219 / 0.05) !important;
}
.bg-gray-300\/10{
  background-color: rgb(209 213 219 / 0.1) !important;
}
.bg-gray-300\/20{
  background-color: rgb(209 213 219 / 0.2) !important;
}
.bg-gray-300\/25{
  background-color: rgb(209 213 219 / 0.25) !important;
}
.bg-gray-300\/30{
  background-color: rgb(209 213 219 / 0.3) !important;
}
.bg-gray-300\/40{
  background-color: rgb(209 213 219 / 0.4) !important;
}
.bg-gray-300\/50{
  background-color: rgb(209 213 219 / 0.5) !important;
}
.bg-gray-300\/60{
  background-color: rgb(209 213 219 / 0.6) !important;
}
.bg-gray-300\/70{
  background-color: rgb(209 213 219 / 0.7) !important;
}
.bg-gray-300\/75{
  background-color: rgb(209 213 219 / 0.75) !important;
}
.bg-gray-300\/80{
  background-color: rgb(209 213 219 / 0.8) !important;
}
.bg-gray-300\/90{
  background-color: rgb(209 213 219 / 0.9) !important;
}
.bg-gray-300\/95{
  background-color: rgb(209 213 219 / 0.95) !important;
}
.bg-gray-300\/100{
  background-color: rgb(209 213 219 / 1) !important;
}
.bg-gray-400\/0{
  background-color: rgb(156 163 175 / 0) !important;
}
.bg-gray-400\/5{
  background-color: rgb(156 163 175 / 0.05) !important;
}
.bg-gray-400\/10{
  background-color: rgb(156 163 175 / 0.1) !important;
}
.bg-gray-400\/20{
  background-color: rgb(156 163 175 / 0.2) !important;
}
.bg-gray-400\/25{
  background-color: rgb(156 163 175 / 0.25) !important;
}
.bg-gray-400\/30{
  background-color: rgb(156 163 175 / 0.3) !important;
}
.bg-gray-400\/40{
  background-color: rgb(156 163 175 / 0.4) !important;
}
.bg-gray-400\/50{
  background-color: rgb(156 163 175 / 0.5) !important;
}
.bg-gray-400\/60{
  background-color: rgb(156 163 175 / 0.6) !important;
}
.bg-gray-400\/70{
  background-color: rgb(156 163 175 / 0.7) !important;
}
.bg-gray-400\/75{
  background-color: rgb(156 163 175 / 0.75) !important;
}
.bg-gray-400\/80{
  background-color: rgb(156 163 175 / 0.8) !important;
}
.bg-gray-400\/90{
  background-color: rgb(156 163 175 / 0.9) !important;
}
.bg-gray-400\/95{
  background-color: rgb(156 163 175 / 0.95) !important;
}
.bg-gray-400\/100{
  background-color: rgb(156 163 175 / 1) !important;
}
.bg-gray-500\/0{
  background-color: rgb(107 114 128 / 0) !important;
}
.bg-gray-500\/5{
  background-color: rgb(107 114 128 / 0.05) !important;
}
.bg-gray-500\/10{
  background-color: rgb(107 114 128 / 0.1) !important;
}
.bg-gray-500\/20{
  background-color: rgb(107 114 128 / 0.2) !important;
}
.bg-gray-500\/25{
  background-color: rgb(107 114 128 / 0.25) !important;
}
.bg-gray-500\/30{
  background-color: rgb(107 114 128 / 0.3) !important;
}
.bg-gray-500\/40{
  background-color: rgb(107 114 128 / 0.4) !important;
}
.bg-gray-500\/50{
  background-color: rgb(107 114 128 / 0.5) !important;
}
.bg-gray-500\/60{
  background-color: rgb(107 114 128 / 0.6) !important;
}
.bg-gray-500\/70{
  background-color: rgb(107 114 128 / 0.7) !important;
}
.bg-gray-500\/75{
  background-color: rgb(107 114 128 / 0.75) !important;
}
.bg-gray-500\/80{
  background-color: rgb(107 114 128 / 0.8) !important;
}
.bg-gray-500\/90{
  background-color: rgb(107 114 128 / 0.9) !important;
}
.bg-gray-500\/95{
  background-color: rgb(107 114 128 / 0.95) !important;
}
.bg-gray-500\/100{
  background-color: rgb(107 114 128 / 1) !important;
}
.bg-gray-600\/0{
  background-color: rgb(75 85 99 / 0) !important;
}
.bg-gray-600\/5{
  background-color: rgb(75 85 99 / 0.05) !important;
}
.bg-gray-600\/10{
  background-color: rgb(75 85 99 / 0.1) !important;
}
.bg-gray-600\/20{
  background-color: rgb(75 85 99 / 0.2) !important;
}
.bg-gray-600\/25{
  background-color: rgb(75 85 99 / 0.25) !important;
}
.bg-gray-600\/30{
  background-color: rgb(75 85 99 / 0.3) !important;
}
.bg-gray-600\/40{
  background-color: rgb(75 85 99 / 0.4) !important;
}
.bg-gray-600\/50{
  background-color: rgb(75 85 99 / 0.5) !important;
}
.bg-gray-600\/60{
  background-color: rgb(75 85 99 / 0.6) !important;
}
.bg-gray-600\/70{
  background-color: rgb(75 85 99 / 0.7) !important;
}
.bg-gray-600\/75{
  background-color: rgb(75 85 99 / 0.75) !important;
}
.bg-gray-600\/80{
  background-color: rgb(75 85 99 / 0.8) !important;
}
.bg-gray-600\/90{
  background-color: rgb(75 85 99 / 0.9) !important;
}
.bg-gray-600\/95{
  background-color: rgb(75 85 99 / 0.95) !important;
}
.bg-gray-600\/100{
  background-color: rgb(75 85 99 / 1) !important;
}
.bg-gray-700\/0{
  background-color: rgb(55 65 81 / 0) !important;
}
.bg-gray-700\/5{
  background-color: rgb(55 65 81 / 0.05) !important;
}
.bg-gray-700\/10{
  background-color: rgb(55 65 81 / 0.1) !important;
}
.bg-gray-700\/20{
  background-color: rgb(55 65 81 / 0.2) !important;
}
.bg-gray-700\/25{
  background-color: rgb(55 65 81 / 0.25) !important;
}
.bg-gray-700\/30{
  background-color: rgb(55 65 81 / 0.3) !important;
}
.bg-gray-700\/40{
  background-color: rgb(55 65 81 / 0.4) !important;
}
.bg-gray-700\/50{
  background-color: rgb(55 65 81 / 0.5) !important;
}
.bg-gray-700\/60{
  background-color: rgb(55 65 81 / 0.6) !important;
}
.bg-gray-700\/70{
  background-color: rgb(55 65 81 / 0.7) !important;
}
.bg-gray-700\/75{
  background-color: rgb(55 65 81 / 0.75) !important;
}
.bg-gray-700\/80{
  background-color: rgb(55 65 81 / 0.8) !important;
}
.bg-gray-700\/90{
  background-color: rgb(55 65 81 / 0.9) !important;
}
.bg-gray-700\/95{
  background-color: rgb(55 65 81 / 0.95) !important;
}
.bg-gray-700\/100{
  background-color: rgb(55 65 81 / 1) !important;
}
.bg-gray-800\/0{
  background-color: rgb(31 41 55 / 0) !important;
}
.bg-gray-800\/5{
  background-color: rgb(31 41 55 / 0.05) !important;
}
.bg-gray-800\/10{
  background-color: rgb(31 41 55 / 0.1) !important;
}
.bg-gray-800\/20{
  background-color: rgb(31 41 55 / 0.2) !important;
}
.bg-gray-800\/25{
  background-color: rgb(31 41 55 / 0.25) !important;
}
.bg-gray-800\/30{
  background-color: rgb(31 41 55 / 0.3) !important;
}
.bg-gray-800\/40{
  background-color: rgb(31 41 55 / 0.4) !important;
}
.bg-gray-800\/50{
  background-color: rgb(31 41 55 / 0.5) !important;
}
.bg-gray-800\/60{
  background-color: rgb(31 41 55 / 0.6) !important;
}
.bg-gray-800\/70{
  background-color: rgb(31 41 55 / 0.7) !important;
}
.bg-gray-800\/75{
  background-color: rgb(31 41 55 / 0.75) !important;
}
.bg-gray-800\/80{
  background-color: rgb(31 41 55 / 0.8) !important;
}
.bg-gray-800\/90{
  background-color: rgb(31 41 55 / 0.9) !important;
}
.bg-gray-800\/95{
  background-color: rgb(31 41 55 / 0.95) !important;
}
.bg-gray-800\/100{
  background-color: rgb(31 41 55 / 1) !important;
}
.bg-gray-900\/0{
  background-color: rgb(17 24 39 / 0) !important;
}
.bg-gray-900\/5{
  background-color: rgb(17 24 39 / 0.05) !important;
}
.bg-gray-900\/10{
  background-color: rgb(17 24 39 / 0.1) !important;
}
.bg-gray-900\/20{
  background-color: rgb(17 24 39 / 0.2) !important;
}
.bg-gray-900\/25{
  background-color: rgb(17 24 39 / 0.25) !important;
}
.bg-gray-900\/30{
  background-color: rgb(17 24 39 / 0.3) !important;
}
.bg-gray-900\/40{
  background-color: rgb(17 24 39 / 0.4) !important;
}
.bg-gray-900\/50{
  background-color: rgb(17 24 39 / 0.5) !important;
}
.bg-gray-900\/60{
  background-color: rgb(17 24 39 / 0.6) !important;
}
.bg-gray-900\/70{
  background-color: rgb(17 24 39 / 0.7) !important;
}
.bg-gray-900\/75{
  background-color: rgb(17 24 39 / 0.75) !important;
}
.bg-gray-900\/80{
  background-color: rgb(17 24 39 / 0.8) !important;
}
.bg-gray-900\/90{
  background-color: rgb(17 24 39 / 0.9) !important;
}
.bg-gray-900\/95{
  background-color: rgb(17 24 39 / 0.95) !important;
}
.bg-gray-900\/100{
  background-color: rgb(17 24 39 / 1) !important;
}
.bg-red-50\/0{
  background-color: rgb(254 242 242 / 0) !important;
}
.bg-red-50\/5{
  background-color: rgb(254 242 242 / 0.05) !important;
}
.bg-red-50\/10{
  background-color: rgb(254 242 242 / 0.1) !important;
}
.bg-red-50\/20{
  background-color: rgb(254 242 242 / 0.2) !important;
}
.bg-red-50\/25{
  background-color: rgb(254 242 242 / 0.25) !important;
}
.bg-red-50\/30{
  background-color: rgb(254 242 242 / 0.3) !important;
}
.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4) !important;
}
.bg-red-50\/50{
  background-color: rgb(254 242 242 / 0.5) !important;
}
.bg-red-50\/60{
  background-color: rgb(254 242 242 / 0.6) !important;
}
.bg-red-50\/70{
  background-color: rgb(254 242 242 / 0.7) !important;
}
.bg-red-50\/75{
  background-color: rgb(254 242 242 / 0.75) !important;
}
.bg-red-50\/80{
  background-color: rgb(254 242 242 / 0.8) !important;
}
.bg-red-50\/90{
  background-color: rgb(254 242 242 / 0.9) !important;
}
.bg-red-50\/95{
  background-color: rgb(254 242 242 / 0.95) !important;
}
.bg-red-50\/100{
  background-color: rgb(254 242 242 / 1) !important;
}
.bg-red-100\/0{
  background-color: rgb(254 226 226 / 0) !important;
}
.bg-red-100\/5{
  background-color: rgb(254 226 226 / 0.05) !important;
}
.bg-red-100\/10{
  background-color: rgb(254 226 226 / 0.1) !important;
}
.bg-red-100\/20{
  background-color: rgb(254 226 226 / 0.2) !important;
}
.bg-red-100\/25{
  background-color: rgb(254 226 226 / 0.25) !important;
}
.bg-red-100\/30{
  background-color: rgb(254 226 226 / 0.3) !important;
}
.bg-red-100\/40{
  background-color: rgb(254 226 226 / 0.4) !important;
}
.bg-red-100\/50{
  background-color: rgb(254 226 226 / 0.5) !important;
}
.bg-red-100\/60{
  background-color: rgb(254 226 226 / 0.6) !important;
}
.bg-red-100\/70{
  background-color: rgb(254 226 226 / 0.7) !important;
}
.bg-red-100\/75{
  background-color: rgb(254 226 226 / 0.75) !important;
}
.bg-red-100\/80{
  background-color: rgb(254 226 226 / 0.8) !important;
}
.bg-red-100\/90{
  background-color: rgb(254 226 226 / 0.9) !important;
}
.bg-red-100\/95{
  background-color: rgb(254 226 226 / 0.95) !important;
}
.bg-red-100\/100{
  background-color: rgb(254 226 226 / 1) !important;
}
.bg-red-200\/0{
  background-color: rgb(254 202 202 / 0) !important;
}
.bg-red-200\/5{
  background-color: rgb(254 202 202 / 0.05) !important;
}
.bg-red-200\/10{
  background-color: rgb(254 202 202 / 0.1) !important;
}
.bg-red-200\/20{
  background-color: rgb(254 202 202 / 0.2) !important;
}
.bg-red-200\/25{
  background-color: rgb(254 202 202 / 0.25) !important;
}
.bg-red-200\/30{
  background-color: rgb(254 202 202 / 0.3) !important;
}
.bg-red-200\/40{
  background-color: rgb(254 202 202 / 0.4) !important;
}
.bg-red-200\/50{
  background-color: rgb(254 202 202 / 0.5) !important;
}
.bg-red-200\/60{
  background-color: rgb(254 202 202 / 0.6) !important;
}
.bg-red-200\/70{
  background-color: rgb(254 202 202 / 0.7) !important;
}
.bg-red-200\/75{
  background-color: rgb(254 202 202 / 0.75) !important;
}
.bg-red-200\/80{
  background-color: rgb(254 202 202 / 0.8) !important;
}
.bg-red-200\/90{
  background-color: rgb(254 202 202 / 0.9) !important;
}
.bg-red-200\/95{
  background-color: rgb(254 202 202 / 0.95) !important;
}
.bg-red-200\/100{
  background-color: rgb(254 202 202 / 1) !important;
}
.bg-red-300\/0{
  background-color: rgb(252 165 165 / 0) !important;
}
.bg-red-300\/5{
  background-color: rgb(252 165 165 / 0.05) !important;
}
.bg-red-300\/10{
  background-color: rgb(252 165 165 / 0.1) !important;
}
.bg-red-300\/20{
  background-color: rgb(252 165 165 / 0.2) !important;
}
.bg-red-300\/25{
  background-color: rgb(252 165 165 / 0.25) !important;
}
.bg-red-300\/30{
  background-color: rgb(252 165 165 / 0.3) !important;
}
.bg-red-300\/40{
  background-color: rgb(252 165 165 / 0.4) !important;
}
.bg-red-300\/50{
  background-color: rgb(252 165 165 / 0.5) !important;
}
.bg-red-300\/60{
  background-color: rgb(252 165 165 / 0.6) !important;
}
.bg-red-300\/70{
  background-color: rgb(252 165 165 / 0.7) !important;
}
.bg-red-300\/75{
  background-color: rgb(252 165 165 / 0.75) !important;
}
.bg-red-300\/80{
  background-color: rgb(252 165 165 / 0.8) !important;
}
.bg-red-300\/90{
  background-color: rgb(252 165 165 / 0.9) !important;
}
.bg-red-300\/95{
  background-color: rgb(252 165 165 / 0.95) !important;
}
.bg-red-300\/100{
  background-color: rgb(252 165 165 / 1) !important;
}
.bg-red-400\/0{
  background-color: rgb(248 113 113 / 0) !important;
}
.bg-red-400\/5{
  background-color: rgb(248 113 113 / 0.05) !important;
}
.bg-red-400\/10{
  background-color: rgb(248 113 113 / 0.1) !important;
}
.bg-red-400\/20{
  background-color: rgb(248 113 113 / 0.2) !important;
}
.bg-red-400\/25{
  background-color: rgb(248 113 113 / 0.25) !important;
}
.bg-red-400\/30{
  background-color: rgb(248 113 113 / 0.3) !important;
}
.bg-red-400\/40{
  background-color: rgb(248 113 113 / 0.4) !important;
}
.bg-red-400\/50{
  background-color: rgb(248 113 113 / 0.5) !important;
}
.bg-red-400\/60{
  background-color: rgb(248 113 113 / 0.6) !important;
}
.bg-red-400\/70{
  background-color: rgb(248 113 113 / 0.7) !important;
}
.bg-red-400\/75{
  background-color: rgb(248 113 113 / 0.75) !important;
}
.bg-red-400\/80{
  background-color: rgb(248 113 113 / 0.8) !important;
}
.bg-red-400\/90{
  background-color: rgb(248 113 113 / 0.9) !important;
}
.bg-red-400\/95{
  background-color: rgb(248 113 113 / 0.95) !important;
}
.bg-red-400\/100{
  background-color: rgb(248 113 113 / 1) !important;
}
.bg-red-500\/0{
  background-color: rgb(239 68 68 / 0) !important;
}
.bg-red-500\/5{
  background-color: rgb(239 68 68 / 0.05) !important;
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1) !important;
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2) !important;
}
.bg-red-500\/25{
  background-color: rgb(239 68 68 / 0.25) !important;
}
.bg-red-500\/30{
  background-color: rgb(239 68 68 / 0.3) !important;
}
.bg-red-500\/40{
  background-color: rgb(239 68 68 / 0.4) !important;
}
.bg-red-500\/50{
  background-color: rgb(239 68 68 / 0.5) !important;
}
.bg-red-500\/60{
  background-color: rgb(239 68 68 / 0.6) !important;
}
.bg-red-500\/70{
  background-color: rgb(239 68 68 / 0.7) !important;
}
.bg-red-500\/75{
  background-color: rgb(239 68 68 / 0.75) !important;
}
.bg-red-500\/80{
  background-color: rgb(239 68 68 / 0.8) !important;
}
.bg-red-500\/90{
  background-color: rgb(239 68 68 / 0.9) !important;
}
.bg-red-500\/95{
  background-color: rgb(239 68 68 / 0.95) !important;
}
.bg-red-500\/100{
  background-color: rgb(239 68 68 / 1) !important;
}
.bg-red-600\/0{
  background-color: rgb(220 38 38 / 0) !important;
}
.bg-red-600\/5{
  background-color: rgb(220 38 38 / 0.05) !important;
}
.bg-red-600\/10{
  background-color: rgb(220 38 38 / 0.1) !important;
}
.bg-red-600\/20{
  background-color: rgb(220 38 38 / 0.2) !important;
}
.bg-red-600\/25{
  background-color: rgb(220 38 38 / 0.25) !important;
}
.bg-red-600\/30{
  background-color: rgb(220 38 38 / 0.3) !important;
}
.bg-red-600\/40{
  background-color: rgb(220 38 38 / 0.4) !important;
}
.bg-red-600\/50{
  background-color: rgb(220 38 38 / 0.5) !important;
}
.bg-red-600\/60{
  background-color: rgb(220 38 38 / 0.6) !important;
}
.bg-red-600\/70{
  background-color: rgb(220 38 38 / 0.7) !important;
}
.bg-red-600\/75{
  background-color: rgb(220 38 38 / 0.75) !important;
}
.bg-red-600\/80{
  background-color: rgb(220 38 38 / 0.8) !important;
}
.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9) !important;
}
.bg-red-600\/95{
  background-color: rgb(220 38 38 / 0.95) !important;
}
.bg-red-600\/100{
  background-color: rgb(220 38 38 / 1) !important;
}
.bg-red-700\/0{
  background-color: rgb(185 28 28 / 0) !important;
}
.bg-red-700\/5{
  background-color: rgb(185 28 28 / 0.05) !important;
}
.bg-red-700\/10{
  background-color: rgb(185 28 28 / 0.1) !important;
}
.bg-red-700\/20{
  background-color: rgb(185 28 28 / 0.2) !important;
}
.bg-red-700\/25{
  background-color: rgb(185 28 28 / 0.25) !important;
}
.bg-red-700\/30{
  background-color: rgb(185 28 28 / 0.3) !important;
}
.bg-red-700\/40{
  background-color: rgb(185 28 28 / 0.4) !important;
}
.bg-red-700\/50{
  background-color: rgb(185 28 28 / 0.5) !important;
}
.bg-red-700\/60{
  background-color: rgb(185 28 28 / 0.6) !important;
}
.bg-red-700\/70{
  background-color: rgb(185 28 28 / 0.7) !important;
}
.bg-red-700\/75{
  background-color: rgb(185 28 28 / 0.75) !important;
}
.bg-red-700\/80{
  background-color: rgb(185 28 28 / 0.8) !important;
}
.bg-red-700\/90{
  background-color: rgb(185 28 28 / 0.9) !important;
}
.bg-red-700\/95{
  background-color: rgb(185 28 28 / 0.95) !important;
}
.bg-red-700\/100{
  background-color: rgb(185 28 28 / 1) !important;
}
.bg-red-800\/0{
  background-color: rgb(153 27 27 / 0) !important;
}
.bg-red-800\/5{
  background-color: rgb(153 27 27 / 0.05) !important;
}
.bg-red-800\/10{
  background-color: rgb(153 27 27 / 0.1) !important;
}
.bg-red-800\/20{
  background-color: rgb(153 27 27 / 0.2) !important;
}
.bg-red-800\/25{
  background-color: rgb(153 27 27 / 0.25) !important;
}
.bg-red-800\/30{
  background-color: rgb(153 27 27 / 0.3) !important;
}
.bg-red-800\/40{
  background-color: rgb(153 27 27 / 0.4) !important;
}
.bg-red-800\/50{
  background-color: rgb(153 27 27 / 0.5) !important;
}
.bg-red-800\/60{
  background-color: rgb(153 27 27 / 0.6) !important;
}
.bg-red-800\/70{
  background-color: rgb(153 27 27 / 0.7) !important;
}
.bg-red-800\/75{
  background-color: rgb(153 27 27 / 0.75) !important;
}
.bg-red-800\/80{
  background-color: rgb(153 27 27 / 0.8) !important;
}
.bg-red-800\/90{
  background-color: rgb(153 27 27 / 0.9) !important;
}
.bg-red-800\/95{
  background-color: rgb(153 27 27 / 0.95) !important;
}
.bg-red-800\/100{
  background-color: rgb(153 27 27 / 1) !important;
}
.bg-red-900\/0{
  background-color: rgb(127 29 29 / 0) !important;
}
.bg-red-900\/5{
  background-color: rgb(127 29 29 / 0.05) !important;
}
.bg-red-900\/10{
  background-color: rgb(127 29 29 / 0.1) !important;
}
.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2) !important;
}
.bg-red-900\/25{
  background-color: rgb(127 29 29 / 0.25) !important;
}
.bg-red-900\/30{
  background-color: rgb(127 29 29 / 0.3) !important;
}
.bg-red-900\/40{
  background-color: rgb(127 29 29 / 0.4) !important;
}
.bg-red-900\/50{
  background-color: rgb(127 29 29 / 0.5) !important;
}
.bg-red-900\/60{
  background-color: rgb(127 29 29 / 0.6) !important;
}
.bg-red-900\/70{
  background-color: rgb(127 29 29 / 0.7) !important;
}
.bg-red-900\/75{
  background-color: rgb(127 29 29 / 0.75) !important;
}
.bg-red-900\/80{
  background-color: rgb(127 29 29 / 0.8) !important;
}
.bg-red-900\/90{
  background-color: rgb(127 29 29 / 0.9) !important;
}
.bg-red-900\/95{
  background-color: rgb(127 29 29 / 0.95) !important;
}
.bg-red-900\/100{
  background-color: rgb(127 29 29 / 1) !important;
}
.bg-orange-50\/0{
  background-color: rgb(255 247 237 / 0) !important;
}
.bg-orange-50\/5{
  background-color: rgb(255 247 237 / 0.05) !important;
}
.bg-orange-50\/10{
  background-color: rgb(255 247 237 / 0.1) !important;
}
.bg-orange-50\/20{
  background-color: rgb(255 247 237 / 0.2) !important;
}
.bg-orange-50\/25{
  background-color: rgb(255 247 237 / 0.25) !important;
}
.bg-orange-50\/30{
  background-color: rgb(255 247 237 / 0.3) !important;
}
.bg-orange-50\/40{
  background-color: rgb(255 247 237 / 0.4) !important;
}
.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5) !important;
}
.bg-orange-50\/60{
  background-color: rgb(255 247 237 / 0.6) !important;
}
.bg-orange-50\/70{
  background-color: rgb(255 247 237 / 0.7) !important;
}
.bg-orange-50\/75{
  background-color: rgb(255 247 237 / 0.75) !important;
}
.bg-orange-50\/80{
  background-color: rgb(255 247 237 / 0.8) !important;
}
.bg-orange-50\/90{
  background-color: rgb(255 247 237 / 0.9) !important;
}
.bg-orange-50\/95{
  background-color: rgb(255 247 237 / 0.95) !important;
}
.bg-orange-50\/100{
  background-color: rgb(255 247 237 / 1) !important;
}
.bg-orange-100\/0{
  background-color: rgb(255 237 213 / 0) !important;
}
.bg-orange-100\/5{
  background-color: rgb(255 237 213 / 0.05) !important;
}
.bg-orange-100\/10{
  background-color: rgb(255 237 213 / 0.1) !important;
}
.bg-orange-100\/20{
  background-color: rgb(255 237 213 / 0.2) !important;
}
.bg-orange-100\/25{
  background-color: rgb(255 237 213 / 0.25) !important;
}
.bg-orange-100\/30{
  background-color: rgb(255 237 213 / 0.3) !important;
}
.bg-orange-100\/40{
  background-color: rgb(255 237 213 / 0.4) !important;
}
.bg-orange-100\/50{
  background-color: rgb(255 237 213 / 0.5) !important;
}
.bg-orange-100\/60{
  background-color: rgb(255 237 213 / 0.6) !important;
}
.bg-orange-100\/70{
  background-color: rgb(255 237 213 / 0.7) !important;
}
.bg-orange-100\/75{
  background-color: rgb(255 237 213 / 0.75) !important;
}
.bg-orange-100\/80{
  background-color: rgb(255 237 213 / 0.8) !important;
}
.bg-orange-100\/90{
  background-color: rgb(255 237 213 / 0.9) !important;
}
.bg-orange-100\/95{
  background-color: rgb(255 237 213 / 0.95) !important;
}
.bg-orange-100\/100{
  background-color: rgb(255 237 213 / 1) !important;
}
.bg-orange-200\/0{
  background-color: rgb(254 215 170 / 0) !important;
}
.bg-orange-200\/5{
  background-color: rgb(254 215 170 / 0.05) !important;
}
.bg-orange-200\/10{
  background-color: rgb(254 215 170 / 0.1) !important;
}
.bg-orange-200\/20{
  background-color: rgb(254 215 170 / 0.2) !important;
}
.bg-orange-200\/25{
  background-color: rgb(254 215 170 / 0.25) !important;
}
.bg-orange-200\/30{
  background-color: rgb(254 215 170 / 0.3) !important;
}
.bg-orange-200\/40{
  background-color: rgb(254 215 170 / 0.4) !important;
}
.bg-orange-200\/50{
  background-color: rgb(254 215 170 / 0.5) !important;
}
.bg-orange-200\/60{
  background-color: rgb(254 215 170 / 0.6) !important;
}
.bg-orange-200\/70{
  background-color: rgb(254 215 170 / 0.7) !important;
}
.bg-orange-200\/75{
  background-color: rgb(254 215 170 / 0.75) !important;
}
.bg-orange-200\/80{
  background-color: rgb(254 215 170 / 0.8) !important;
}
.bg-orange-200\/90{
  background-color: rgb(254 215 170 / 0.9) !important;
}
.bg-orange-200\/95{
  background-color: rgb(254 215 170 / 0.95) !important;
}
.bg-orange-200\/100{
  background-color: rgb(254 215 170 / 1) !important;
}
.bg-orange-300\/0{
  background-color: rgb(253 186 116 / 0) !important;
}
.bg-orange-300\/5{
  background-color: rgb(253 186 116 / 0.05) !important;
}
.bg-orange-300\/10{
  background-color: rgb(253 186 116 / 0.1) !important;
}
.bg-orange-300\/20{
  background-color: rgb(253 186 116 / 0.2) !important;
}
.bg-orange-300\/25{
  background-color: rgb(253 186 116 / 0.25) !important;
}
.bg-orange-300\/30{
  background-color: rgb(253 186 116 / 0.3) !important;
}
.bg-orange-300\/40{
  background-color: rgb(253 186 116 / 0.4) !important;
}
.bg-orange-300\/50{
  background-color: rgb(253 186 116 / 0.5) !important;
}
.bg-orange-300\/60{
  background-color: rgb(253 186 116 / 0.6) !important;
}
.bg-orange-300\/70{
  background-color: rgb(253 186 116 / 0.7) !important;
}
.bg-orange-300\/75{
  background-color: rgb(253 186 116 / 0.75) !important;
}
.bg-orange-300\/80{
  background-color: rgb(253 186 116 / 0.8) !important;
}
.bg-orange-300\/90{
  background-color: rgb(253 186 116 / 0.9) !important;
}
.bg-orange-300\/95{
  background-color: rgb(253 186 116 / 0.95) !important;
}
.bg-orange-300\/100{
  background-color: rgb(253 186 116 / 1) !important;
}
.bg-orange-400\/0{
  background-color: rgb(251 146 60 / 0) !important;
}
.bg-orange-400\/5{
  background-color: rgb(251 146 60 / 0.05) !important;
}
.bg-orange-400\/10{
  background-color: rgb(251 146 60 / 0.1) !important;
}
.bg-orange-400\/20{
  background-color: rgb(251 146 60 / 0.2) !important;
}
.bg-orange-400\/25{
  background-color: rgb(251 146 60 / 0.25) !important;
}
.bg-orange-400\/30{
  background-color: rgb(251 146 60 / 0.3) !important;
}
.bg-orange-400\/40{
  background-color: rgb(251 146 60 / 0.4) !important;
}
.bg-orange-400\/50{
  background-color: rgb(251 146 60 / 0.5) !important;
}
.bg-orange-400\/60{
  background-color: rgb(251 146 60 / 0.6) !important;
}
.bg-orange-400\/70{
  background-color: rgb(251 146 60 / 0.7) !important;
}
.bg-orange-400\/75{
  background-color: rgb(251 146 60 / 0.75) !important;
}
.bg-orange-400\/80{
  background-color: rgb(251 146 60 / 0.8) !important;
}
.bg-orange-400\/90{
  background-color: rgb(251 146 60 / 0.9) !important;
}
.bg-orange-400\/95{
  background-color: rgb(251 146 60 / 0.95) !important;
}
.bg-orange-400\/100{
  background-color: rgb(251 146 60 / 1) !important;
}
.bg-orange-500\/0{
  background-color: rgb(249 115 22 / 0) !important;
}
.bg-orange-500\/5{
  background-color: rgb(249 115 22 / 0.05) !important;
}
.bg-orange-500\/10{
  background-color: rgb(249 115 22 / 0.1) !important;
}
.bg-orange-500\/20{
  background-color: rgb(249 115 22 / 0.2) !important;
}
.bg-orange-500\/25{
  background-color: rgb(249 115 22 / 0.25) !important;
}
.bg-orange-500\/30{
  background-color: rgb(249 115 22 / 0.3) !important;
}
.bg-orange-500\/40{
  background-color: rgb(249 115 22 / 0.4) !important;
}
.bg-orange-500\/50{
  background-color: rgb(249 115 22 / 0.5) !important;
}
.bg-orange-500\/60{
  background-color: rgb(249 115 22 / 0.6) !important;
}
.bg-orange-500\/70{
  background-color: rgb(249 115 22 / 0.7) !important;
}
.bg-orange-500\/75{
  background-color: rgb(249 115 22 / 0.75) !important;
}
.bg-orange-500\/80{
  background-color: rgb(249 115 22 / 0.8) !important;
}
.bg-orange-500\/90{
  background-color: rgb(249 115 22 / 0.9) !important;
}
.bg-orange-500\/95{
  background-color: rgb(249 115 22 / 0.95) !important;
}
.bg-orange-500\/100{
  background-color: rgb(249 115 22 / 1) !important;
}
.bg-orange-600\/0{
  background-color: rgb(234 88 12 / 0) !important;
}
.bg-orange-600\/5{
  background-color: rgb(234 88 12 / 0.05) !important;
}
.bg-orange-600\/10{
  background-color: rgb(234 88 12 / 0.1) !important;
}
.bg-orange-600\/20{
  background-color: rgb(234 88 12 / 0.2) !important;
}
.bg-orange-600\/25{
  background-color: rgb(234 88 12 / 0.25) !important;
}
.bg-orange-600\/30{
  background-color: rgb(234 88 12 / 0.3) !important;
}
.bg-orange-600\/40{
  background-color: rgb(234 88 12 / 0.4) !important;
}
.bg-orange-600\/50{
  background-color: rgb(234 88 12 / 0.5) !important;
}
.bg-orange-600\/60{
  background-color: rgb(234 88 12 / 0.6) !important;
}
.bg-orange-600\/70{
  background-color: rgb(234 88 12 / 0.7) !important;
}
.bg-orange-600\/75{
  background-color: rgb(234 88 12 / 0.75) !important;
}
.bg-orange-600\/80{
  background-color: rgb(234 88 12 / 0.8) !important;
}
.bg-orange-600\/90{
  background-color: rgb(234 88 12 / 0.9) !important;
}
.bg-orange-600\/95{
  background-color: rgb(234 88 12 / 0.95) !important;
}
.bg-orange-600\/100{
  background-color: rgb(234 88 12 / 1) !important;
}
.bg-orange-700\/0{
  background-color: rgb(194 65 12 / 0) !important;
}
.bg-orange-700\/5{
  background-color: rgb(194 65 12 / 0.05) !important;
}
.bg-orange-700\/10{
  background-color: rgb(194 65 12 / 0.1) !important;
}
.bg-orange-700\/20{
  background-color: rgb(194 65 12 / 0.2) !important;
}
.bg-orange-700\/25{
  background-color: rgb(194 65 12 / 0.25) !important;
}
.bg-orange-700\/30{
  background-color: rgb(194 65 12 / 0.3) !important;
}
.bg-orange-700\/40{
  background-color: rgb(194 65 12 / 0.4) !important;
}
.bg-orange-700\/50{
  background-color: rgb(194 65 12 / 0.5) !important;
}
.bg-orange-700\/60{
  background-color: rgb(194 65 12 / 0.6) !important;
}
.bg-orange-700\/70{
  background-color: rgb(194 65 12 / 0.7) !important;
}
.bg-orange-700\/75{
  background-color: rgb(194 65 12 / 0.75) !important;
}
.bg-orange-700\/80{
  background-color: rgb(194 65 12 / 0.8) !important;
}
.bg-orange-700\/90{
  background-color: rgb(194 65 12 / 0.9) !important;
}
.bg-orange-700\/95{
  background-color: rgb(194 65 12 / 0.95) !important;
}
.bg-orange-700\/100{
  background-color: rgb(194 65 12 / 1) !important;
}
.bg-orange-800\/0{
  background-color: rgb(154 52 18 / 0) !important;
}
.bg-orange-800\/5{
  background-color: rgb(154 52 18 / 0.05) !important;
}
.bg-orange-800\/10{
  background-color: rgb(154 52 18 / 0.1) !important;
}
.bg-orange-800\/20{
  background-color: rgb(154 52 18 / 0.2) !important;
}
.bg-orange-800\/25{
  background-color: rgb(154 52 18 / 0.25) !important;
}
.bg-orange-800\/30{
  background-color: rgb(154 52 18 / 0.3) !important;
}
.bg-orange-800\/40{
  background-color: rgb(154 52 18 / 0.4) !important;
}
.bg-orange-800\/50{
  background-color: rgb(154 52 18 / 0.5) !important;
}
.bg-orange-800\/60{
  background-color: rgb(154 52 18 / 0.6) !important;
}
.bg-orange-800\/70{
  background-color: rgb(154 52 18 / 0.7) !important;
}
.bg-orange-800\/75{
  background-color: rgb(154 52 18 / 0.75) !important;
}
.bg-orange-800\/80{
  background-color: rgb(154 52 18 / 0.8) !important;
}
.bg-orange-800\/90{
  background-color: rgb(154 52 18 / 0.9) !important;
}
.bg-orange-800\/95{
  background-color: rgb(154 52 18 / 0.95) !important;
}
.bg-orange-800\/100{
  background-color: rgb(154 52 18 / 1) !important;
}
.bg-orange-900\/0{
  background-color: rgb(124 45 18 / 0) !important;
}
.bg-orange-900\/5{
  background-color: rgb(124 45 18 / 0.05) !important;
}
.bg-orange-900\/10{
  background-color: rgb(124 45 18 / 0.1) !important;
}
.bg-orange-900\/20{
  background-color: rgb(124 45 18 / 0.2) !important;
}
.bg-orange-900\/25{
  background-color: rgb(124 45 18 / 0.25) !important;
}
.bg-orange-900\/30{
  background-color: rgb(124 45 18 / 0.3) !important;
}
.bg-orange-900\/40{
  background-color: rgb(124 45 18 / 0.4) !important;
}
.bg-orange-900\/50{
  background-color: rgb(124 45 18 / 0.5) !important;
}
.bg-orange-900\/60{
  background-color: rgb(124 45 18 / 0.6) !important;
}
.bg-orange-900\/70{
  background-color: rgb(124 45 18 / 0.7) !important;
}
.bg-orange-900\/75{
  background-color: rgb(124 45 18 / 0.75) !important;
}
.bg-orange-900\/80{
  background-color: rgb(124 45 18 / 0.8) !important;
}
.bg-orange-900\/90{
  background-color: rgb(124 45 18 / 0.9) !important;
}
.bg-orange-900\/95{
  background-color: rgb(124 45 18 / 0.95) !important;
}
.bg-orange-900\/100{
  background-color: rgb(124 45 18 / 1) !important;
}
.bg-yellow-50\/0{
  background-color: rgb(254 252 232 / 0) !important;
}
.bg-yellow-50\/5{
  background-color: rgb(254 252 232 / 0.05) !important;
}
.bg-yellow-50\/10{
  background-color: rgb(254 252 232 / 0.1) !important;
}
.bg-yellow-50\/20{
  background-color: rgb(254 252 232 / 0.2) !important;
}
.bg-yellow-50\/25{
  background-color: rgb(254 252 232 / 0.25) !important;
}
.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3) !important;
}
.bg-yellow-50\/40{
  background-color: rgb(254 252 232 / 0.4) !important;
}
.bg-yellow-50\/50{
  background-color: rgb(254 252 232 / 0.5) !important;
}
.bg-yellow-50\/60{
  background-color: rgb(254 252 232 / 0.6) !important;
}
.bg-yellow-50\/70{
  background-color: rgb(254 252 232 / 0.7) !important;
}
.bg-yellow-50\/75{
  background-color: rgb(254 252 232 / 0.75) !important;
}
.bg-yellow-50\/80{
  background-color: rgb(254 252 232 / 0.8) !important;
}
.bg-yellow-50\/90{
  background-color: rgb(254 252 232 / 0.9) !important;
}
.bg-yellow-50\/95{
  background-color: rgb(254 252 232 / 0.95) !important;
}
.bg-yellow-50\/100{
  background-color: rgb(254 252 232 / 1) !important;
}
.bg-yellow-100\/0{
  background-color: rgb(254 249 195 / 0) !important;
}
.bg-yellow-100\/5{
  background-color: rgb(254 249 195 / 0.05) !important;
}
.bg-yellow-100\/10{
  background-color: rgb(254 249 195 / 0.1) !important;
}
.bg-yellow-100\/20{
  background-color: rgb(254 249 195 / 0.2) !important;
}
.bg-yellow-100\/25{
  background-color: rgb(254 249 195 / 0.25) !important;
}
.bg-yellow-100\/30{
  background-color: rgb(254 249 195 / 0.3) !important;
}
.bg-yellow-100\/40{
  background-color: rgb(254 249 195 / 0.4) !important;
}
.bg-yellow-100\/50{
  background-color: rgb(254 249 195 / 0.5) !important;
}
.bg-yellow-100\/60{
  background-color: rgb(254 249 195 / 0.6) !important;
}
.bg-yellow-100\/70{
  background-color: rgb(254 249 195 / 0.7) !important;
}
.bg-yellow-100\/75{
  background-color: rgb(254 249 195 / 0.75) !important;
}
.bg-yellow-100\/80{
  background-color: rgb(254 249 195 / 0.8) !important;
}
.bg-yellow-100\/90{
  background-color: rgb(254 249 195 / 0.9) !important;
}
.bg-yellow-100\/95{
  background-color: rgb(254 249 195 / 0.95) !important;
}
.bg-yellow-100\/100{
  background-color: rgb(254 249 195 / 1) !important;
}
.bg-yellow-200\/0{
  background-color: rgb(254 240 138 / 0) !important;
}
.bg-yellow-200\/5{
  background-color: rgb(254 240 138 / 0.05) !important;
}
.bg-yellow-200\/10{
  background-color: rgb(254 240 138 / 0.1) !important;
}
.bg-yellow-200\/20{
  background-color: rgb(254 240 138 / 0.2) !important;
}
.bg-yellow-200\/25{
  background-color: rgb(254 240 138 / 0.25) !important;
}
.bg-yellow-200\/30{
  background-color: rgb(254 240 138 / 0.3) !important;
}
.bg-yellow-200\/40{
  background-color: rgb(254 240 138 / 0.4) !important;
}
.bg-yellow-200\/50{
  background-color: rgb(254 240 138 / 0.5) !important;
}
.bg-yellow-200\/60{
  background-color: rgb(254 240 138 / 0.6) !important;
}
.bg-yellow-200\/70{
  background-color: rgb(254 240 138 / 0.7) !important;
}
.bg-yellow-200\/75{
  background-color: rgb(254 240 138 / 0.75) !important;
}
.bg-yellow-200\/80{
  background-color: rgb(254 240 138 / 0.8) !important;
}
.bg-yellow-200\/90{
  background-color: rgb(254 240 138 / 0.9) !important;
}
.bg-yellow-200\/95{
  background-color: rgb(254 240 138 / 0.95) !important;
}
.bg-yellow-200\/100{
  background-color: rgb(254 240 138 / 1) !important;
}
.bg-yellow-300\/0{
  background-color: rgb(253 224 71 / 0) !important;
}
.bg-yellow-300\/5{
  background-color: rgb(253 224 71 / 0.05) !important;
}
.bg-yellow-300\/10{
  background-color: rgb(253 224 71 / 0.1) !important;
}
.bg-yellow-300\/20{
  background-color: rgb(253 224 71 / 0.2) !important;
}
.bg-yellow-300\/25{
  background-color: rgb(253 224 71 / 0.25) !important;
}
.bg-yellow-300\/30{
  background-color: rgb(253 224 71 / 0.3) !important;
}
.bg-yellow-300\/40{
  background-color: rgb(253 224 71 / 0.4) !important;
}
.bg-yellow-300\/50{
  background-color: rgb(253 224 71 / 0.5) !important;
}
.bg-yellow-300\/60{
  background-color: rgb(253 224 71 / 0.6) !important;
}
.bg-yellow-300\/70{
  background-color: rgb(253 224 71 / 0.7) !important;
}
.bg-yellow-300\/75{
  background-color: rgb(253 224 71 / 0.75) !important;
}
.bg-yellow-300\/80{
  background-color: rgb(253 224 71 / 0.8) !important;
}
.bg-yellow-300\/90{
  background-color: rgb(253 224 71 / 0.9) !important;
}
.bg-yellow-300\/95{
  background-color: rgb(253 224 71 / 0.95) !important;
}
.bg-yellow-300\/100{
  background-color: rgb(253 224 71 / 1) !important;
}
.bg-yellow-400\/0{
  background-color: rgb(250 204 21 / 0) !important;
}
.bg-yellow-400\/5{
  background-color: rgb(250 204 21 / 0.05) !important;
}
.bg-yellow-400\/10{
  background-color: rgb(250 204 21 / 0.1) !important;
}
.bg-yellow-400\/20{
  background-color: rgb(250 204 21 / 0.2) !important;
}
.bg-yellow-400\/25{
  background-color: rgb(250 204 21 / 0.25) !important;
}
.bg-yellow-400\/30{
  background-color: rgb(250 204 21 / 0.3) !important;
}
.bg-yellow-400\/40{
  background-color: rgb(250 204 21 / 0.4) !important;
}
.bg-yellow-400\/50{
  background-color: rgb(250 204 21 / 0.5) !important;
}
.bg-yellow-400\/60{
  background-color: rgb(250 204 21 / 0.6) !important;
}
.bg-yellow-400\/70{
  background-color: rgb(250 204 21 / 0.7) !important;
}
.bg-yellow-400\/75{
  background-color: rgb(250 204 21 / 0.75) !important;
}
.bg-yellow-400\/80{
  background-color: rgb(250 204 21 / 0.8) !important;
}
.bg-yellow-400\/90{
  background-color: rgb(250 204 21 / 0.9) !important;
}
.bg-yellow-400\/95{
  background-color: rgb(250 204 21 / 0.95) !important;
}
.bg-yellow-400\/100{
  background-color: rgb(250 204 21 / 1) !important;
}
.bg-yellow-500\/0{
  background-color: rgb(234 179 8 / 0) !important;
}
.bg-yellow-500\/5{
  background-color: rgb(234 179 8 / 0.05) !important;
}
.bg-yellow-500\/10{
  background-color: rgb(234 179 8 / 0.1) !important;
}
.bg-yellow-500\/20{
  background-color: rgb(234 179 8 / 0.2) !important;
}
.bg-yellow-500\/25{
  background-color: rgb(234 179 8 / 0.25) !important;
}
.bg-yellow-500\/30{
  background-color: rgb(234 179 8 / 0.3) !important;
}
.bg-yellow-500\/40{
  background-color: rgb(234 179 8 / 0.4) !important;
}
.bg-yellow-500\/50{
  background-color: rgb(234 179 8 / 0.5) !important;
}
.bg-yellow-500\/60{
  background-color: rgb(234 179 8 / 0.6) !important;
}
.bg-yellow-500\/70{
  background-color: rgb(234 179 8 / 0.7) !important;
}
.bg-yellow-500\/75{
  background-color: rgb(234 179 8 / 0.75) !important;
}
.bg-yellow-500\/80{
  background-color: rgb(234 179 8 / 0.8) !important;
}
.bg-yellow-500\/90{
  background-color: rgb(234 179 8 / 0.9) !important;
}
.bg-yellow-500\/95{
  background-color: rgb(234 179 8 / 0.95) !important;
}
.bg-yellow-500\/100{
  background-color: rgb(234 179 8 / 1) !important;
}
.bg-yellow-600\/0{
  background-color: rgb(202 138 4 / 0) !important;
}
.bg-yellow-600\/5{
  background-color: rgb(202 138 4 / 0.05) !important;
}
.bg-yellow-600\/10{
  background-color: rgb(202 138 4 / 0.1) !important;
}
.bg-yellow-600\/20{
  background-color: rgb(202 138 4 / 0.2) !important;
}
.bg-yellow-600\/25{
  background-color: rgb(202 138 4 / 0.25) !important;
}
.bg-yellow-600\/30{
  background-color: rgb(202 138 4 / 0.3) !important;
}
.bg-yellow-600\/40{
  background-color: rgb(202 138 4 / 0.4) !important;
}
.bg-yellow-600\/50{
  background-color: rgb(202 138 4 / 0.5) !important;
}
.bg-yellow-600\/60{
  background-color: rgb(202 138 4 / 0.6) !important;
}
.bg-yellow-600\/70{
  background-color: rgb(202 138 4 / 0.7) !important;
}
.bg-yellow-600\/75{
  background-color: rgb(202 138 4 / 0.75) !important;
}
.bg-yellow-600\/80{
  background-color: rgb(202 138 4 / 0.8) !important;
}
.bg-yellow-600\/90{
  background-color: rgb(202 138 4 / 0.9) !important;
}
.bg-yellow-600\/95{
  background-color: rgb(202 138 4 / 0.95) !important;
}
.bg-yellow-600\/100{
  background-color: rgb(202 138 4 / 1) !important;
}
.bg-yellow-700\/0{
  background-color: rgb(161 98 7 / 0) !important;
}
.bg-yellow-700\/5{
  background-color: rgb(161 98 7 / 0.05) !important;
}
.bg-yellow-700\/10{
  background-color: rgb(161 98 7 / 0.1) !important;
}
.bg-yellow-700\/20{
  background-color: rgb(161 98 7 / 0.2) !important;
}
.bg-yellow-700\/25{
  background-color: rgb(161 98 7 / 0.25) !important;
}
.bg-yellow-700\/30{
  background-color: rgb(161 98 7 / 0.3) !important;
}
.bg-yellow-700\/40{
  background-color: rgb(161 98 7 / 0.4) !important;
}
.bg-yellow-700\/50{
  background-color: rgb(161 98 7 / 0.5) !important;
}
.bg-yellow-700\/60{
  background-color: rgb(161 98 7 / 0.6) !important;
}
.bg-yellow-700\/70{
  background-color: rgb(161 98 7 / 0.7) !important;
}
.bg-yellow-700\/75{
  background-color: rgb(161 98 7 / 0.75) !important;
}
.bg-yellow-700\/80{
  background-color: rgb(161 98 7 / 0.8) !important;
}
.bg-yellow-700\/90{
  background-color: rgb(161 98 7 / 0.9) !important;
}
.bg-yellow-700\/95{
  background-color: rgb(161 98 7 / 0.95) !important;
}
.bg-yellow-700\/100{
  background-color: rgb(161 98 7 / 1) !important;
}
.bg-yellow-800\/0{
  background-color: rgb(133 77 14 / 0) !important;
}
.bg-yellow-800\/5{
  background-color: rgb(133 77 14 / 0.05) !important;
}
.bg-yellow-800\/10{
  background-color: rgb(133 77 14 / 0.1) !important;
}
.bg-yellow-800\/20{
  background-color: rgb(133 77 14 / 0.2) !important;
}
.bg-yellow-800\/25{
  background-color: rgb(133 77 14 / 0.25) !important;
}
.bg-yellow-800\/30{
  background-color: rgb(133 77 14 / 0.3) !important;
}
.bg-yellow-800\/40{
  background-color: rgb(133 77 14 / 0.4) !important;
}
.bg-yellow-800\/50{
  background-color: rgb(133 77 14 / 0.5) !important;
}
.bg-yellow-800\/60{
  background-color: rgb(133 77 14 / 0.6) !important;
}
.bg-yellow-800\/70{
  background-color: rgb(133 77 14 / 0.7) !important;
}
.bg-yellow-800\/75{
  background-color: rgb(133 77 14 / 0.75) !important;
}
.bg-yellow-800\/80{
  background-color: rgb(133 77 14 / 0.8) !important;
}
.bg-yellow-800\/90{
  background-color: rgb(133 77 14 / 0.9) !important;
}
.bg-yellow-800\/95{
  background-color: rgb(133 77 14 / 0.95) !important;
}
.bg-yellow-800\/100{
  background-color: rgb(133 77 14 / 1) !important;
}
.bg-yellow-900\/0{
  background-color: rgb(113 63 18 / 0) !important;
}
.bg-yellow-900\/5{
  background-color: rgb(113 63 18 / 0.05) !important;
}
.bg-yellow-900\/10{
  background-color: rgb(113 63 18 / 0.1) !important;
}
.bg-yellow-900\/20{
  background-color: rgb(113 63 18 / 0.2) !important;
}
.bg-yellow-900\/25{
  background-color: rgb(113 63 18 / 0.25) !important;
}
.bg-yellow-900\/30{
  background-color: rgb(113 63 18 / 0.3) !important;
}
.bg-yellow-900\/40{
  background-color: rgb(113 63 18 / 0.4) !important;
}
.bg-yellow-900\/50{
  background-color: rgb(113 63 18 / 0.5) !important;
}
.bg-yellow-900\/60{
  background-color: rgb(113 63 18 / 0.6) !important;
}
.bg-yellow-900\/70{
  background-color: rgb(113 63 18 / 0.7) !important;
}
.bg-yellow-900\/75{
  background-color: rgb(113 63 18 / 0.75) !important;
}
.bg-yellow-900\/80{
  background-color: rgb(113 63 18 / 0.8) !important;
}
.bg-yellow-900\/90{
  background-color: rgb(113 63 18 / 0.9) !important;
}
.bg-yellow-900\/95{
  background-color: rgb(113 63 18 / 0.95) !important;
}
.bg-yellow-900\/100{
  background-color: rgb(113 63 18 / 1) !important;
}
.bg-blue-900\/0{
  background-color: rgb(0 0 53 / 0) !important;
}
.bg-blue-900\/5{
  background-color: rgb(0 0 53 / 0.05) !important;
}
.bg-blue-900\/10{
  background-color: rgb(0 0 53 / 0.1) !important;
}
.bg-blue-900\/20{
  background-color: rgb(0 0 53 / 0.2) !important;
}
.bg-blue-900\/25{
  background-color: rgb(0 0 53 / 0.25) !important;
}
.bg-blue-900\/30{
  background-color: rgb(0 0 53 / 0.3) !important;
}
.bg-blue-900\/40{
  background-color: rgb(0 0 53 / 0.4) !important;
}
.bg-blue-900\/50{
  background-color: rgb(0 0 53 / 0.5) !important;
}
.bg-blue-900\/60{
  background-color: rgb(0 0 53 / 0.6) !important;
}
.bg-blue-900\/70{
  background-color: rgb(0 0 53 / 0.7) !important;
}
.bg-blue-900\/75{
  background-color: rgb(0 0 53 / 0.75) !important;
}
.bg-blue-900\/80{
  background-color: rgb(0 0 53 / 0.8) !important;
}
.bg-blue-900\/90{
  background-color: rgb(0 0 53 / 0.9) !important;
}
.bg-blue-900\/95{
  background-color: rgb(0 0 53 / 0.95) !important;
}
.bg-blue-900\/100{
  background-color: rgb(0 0 53 / 1) !important;
}
.bg-blue\/0{
  background-color: rgb(0 0 54 / 0) !important;
}
.bg-blue\/5{
  background-color: rgb(0 0 54 / 0.05) !important;
}
.bg-blue\/10{
  background-color: rgb(0 0 54 / 0.1) !important;
}
.bg-blue\/20{
  background-color: rgb(0 0 54 / 0.2) !important;
}
.bg-blue\/25{
  background-color: rgb(0 0 54 / 0.25) !important;
}
.bg-blue\/30{
  background-color: rgb(0 0 54 / 0.3) !important;
}
.bg-blue\/40{
  background-color: rgb(0 0 54 / 0.4) !important;
}
.bg-blue\/50{
  background-color: rgb(0 0 54 / 0.5) !important;
}
.bg-blue\/60{
  background-color: rgb(0 0 54 / 0.6) !important;
}
.bg-blue\/70{
  background-color: rgb(0 0 54 / 0.7) !important;
}
.bg-blue\/75{
  background-color: rgb(0 0 54 / 0.75) !important;
}
.bg-blue\/80{
  background-color: rgb(0 0 54 / 0.8) !important;
}
.bg-blue\/90{
  background-color: rgb(0 0 54 / 0.9) !important;
}
.bg-blue\/95{
  background-color: rgb(0 0 54 / 0.95) !important;
}
.bg-blue\/100{
  background-color: rgb(0 0 54 / 1) !important;
}
.bg-green-300\/0{
  background-color: rgb(154 247 199 / 0) !important;
}
.bg-green-300\/5{
  background-color: rgb(154 247 199 / 0.05) !important;
}
.bg-green-300\/10{
  background-color: rgb(154 247 199 / 0.1) !important;
}
.bg-green-300\/20{
  background-color: rgb(154 247 199 / 0.2) !important;
}
.bg-green-300\/25{
  background-color: rgb(154 247 199 / 0.25) !important;
}
.bg-green-300\/30{
  background-color: rgb(154 247 199 / 0.3) !important;
}
.bg-green-300\/40{
  background-color: rgb(154 247 199 / 0.4) !important;
}
.bg-green-300\/50{
  background-color: rgb(154 247 199 / 0.5) !important;
}
.bg-green-300\/60{
  background-color: rgb(154 247 199 / 0.6) !important;
}
.bg-green-300\/70{
  background-color: rgb(154 247 199 / 0.7) !important;
}
.bg-green-300\/75{
  background-color: rgb(154 247 199 / 0.75) !important;
}
.bg-green-300\/80{
  background-color: rgb(154 247 199 / 0.8) !important;
}
.bg-green-300\/90{
  background-color: rgb(154 247 199 / 0.9) !important;
}
.bg-green-300\/95{
  background-color: rgb(154 247 199 / 0.95) !important;
}
.bg-green-300\/100{
  background-color: rgb(154 247 199 / 1) !important;
}
.bg-green-400\/0{
  background-color: rgb(24 255 133 / 0) !important;
}
.bg-green-400\/5{
  background-color: rgb(24 255 133 / 0.05) !important;
}
.bg-green-400\/10{
  background-color: rgb(24 255 133 / 0.1) !important;
}
.bg-green-400\/20{
  background-color: rgb(24 255 133 / 0.2) !important;
}
.bg-green-400\/25{
  background-color: rgb(24 255 133 / 0.25) !important;
}
.bg-green-400\/30{
  background-color: rgb(24 255 133 / 0.3) !important;
}
.bg-green-400\/40{
  background-color: rgb(24 255 133 / 0.4) !important;
}
.bg-green-400\/50{
  background-color: rgb(24 255 133 / 0.5) !important;
}
.bg-green-400\/60{
  background-color: rgb(24 255 133 / 0.6) !important;
}
.bg-green-400\/70{
  background-color: rgb(24 255 133 / 0.7) !important;
}
.bg-green-400\/75{
  background-color: rgb(24 255 133 / 0.75) !important;
}
.bg-green-400\/80{
  background-color: rgb(24 255 133 / 0.8) !important;
}
.bg-green-400\/90{
  background-color: rgb(24 255 133 / 0.9) !important;
}
.bg-green-400\/95{
  background-color: rgb(24 255 133 / 0.95) !important;
}
.bg-green-400\/100{
  background-color: rgb(24 255 133 / 1) !important;
}
.bg-green\/0{
  background-color: rgb(23 237 125 / 0) !important;
}
.bg-green\/5{
  background-color: rgb(23 237 125 / 0.05) !important;
}
.bg-green\/10{
  background-color: rgb(23 237 125 / 0.1) !important;
}
.bg-green\/20{
  background-color: rgb(23 237 125 / 0.2) !important;
}
.bg-green\/25{
  background-color: rgb(23 237 125 / 0.25) !important;
}
.bg-green\/30{
  background-color: rgb(23 237 125 / 0.3) !important;
}
.bg-green\/40{
  background-color: rgb(23 237 125 / 0.4) !important;
}
.bg-green\/50{
  background-color: rgb(23 237 125 / 0.5) !important;
}
.bg-green\/60{
  background-color: rgb(23 237 125 / 0.6) !important;
}
.bg-green\/70{
  background-color: rgb(23 237 125 / 0.7) !important;
}
.bg-green\/75{
  background-color: rgb(23 237 125 / 0.75) !important;
}
.bg-green\/80{
  background-color: rgb(23 237 125 / 0.8) !important;
}
.bg-green\/90{
  background-color: rgb(23 237 125 / 0.9) !important;
}
.bg-green\/95{
  background-color: rgb(23 237 125 / 0.95) !important;
}
.bg-green\/100{
  background-color: rgb(23 237 125 / 1) !important;
}
.bg-opacity-0{
  --tw-bg-opacity: 0 !important;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05 !important;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1 !important;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2 !important;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25 !important;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3 !important;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4 !important;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5 !important;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6 !important;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7 !important;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75 !important;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8 !important;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9 !important;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95 !important;
}
.bg-opacity-100{
  --tw-bg-opacity: 1 !important;
}
.bg-none{
  background-image: none !important;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops)) !important;
}
.bg-auto{
  background-size: auto !important;
}
.bg-cover{
  background-size: cover !important;
}
.bg-contain{
  background-size: contain !important;
}
.bg-fixed{
  background-attachment: fixed !important;
}
.bg-local{
  background-attachment: local !important;
}
.bg-scroll{
  background-attachment: scroll !important;
}
.bg-clip-border{
  background-clip: border-box !important;
}
.bg-clip-padding{
  background-clip: padding-box !important;
}
.bg-clip-content{
  background-clip: content-box !important;
}
.bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}
.bg-bottom{
  background-position: bottom !important;
}
.bg-center{
  background-position: center !important;
}
.bg-left{
  background-position: left !important;
}
.bg-left-bottom{
  background-position: left bottom !important;
}
.bg-left-top{
  background-position: left top !important;
}
.bg-right{
  background-position: right !important;
}
.bg-right-bottom{
  background-position: right bottom !important;
}
.bg-right-top{
  background-position: right top !important;
}
.bg-top{
  background-position: top !important;
}
.bg-repeat{
  background-repeat: repeat !important;
}
.bg-no-repeat{
  background-repeat: no-repeat !important;
}
.bg-repeat-x{
  background-repeat: repeat-x !important;
}
.bg-repeat-y{
  background-repeat: repeat-y !important;
}
.bg-repeat-round{
  background-repeat: round !important;
}
.bg-repeat-space{
  background-repeat: space !important;
}
.bg-origin-border{
  background-origin: border-box !important;
}
.bg-origin-padding{
  background-origin: padding-box !important;
}
.bg-origin-content{
  background-origin: content-box !important;
}
.p-10{
  padding: 2.5rem !important;
}
.p-4{
  padding: 1rem !important;
}
.p-8{
  padding: 2rem !important;
}
.p-6{
  padding: 1.5rem !important;
}
.px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-7{
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.px-11{
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}
.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.px-14{
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}
.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
.px-36{
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}
.px-44{
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}
.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}
.px-52{
  padding-left: 13rem !important;
  padding-right: 13rem !important;
}
.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}
.px-60{
  padding-left: 15rem !important;
  padding-right: 15rem !important;
}
.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}
.px-72{
  padding-left: 18rem !important;
  padding-right: 18rem !important;
}
.px-80{
  padding-left: 20rem !important;
  padding-right: 20rem !important;
}
.px-96{
  padding-left: 24rem !important;
  padding-right: 24rem !important;
}
.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.px-0\.5{
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.px-1\.5{
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.px-2\.5{
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.px-3\.5{
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.py-0{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-7{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.py-9{
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}
.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-11{
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}
.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-14{
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.py-36{
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-44{
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}
.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}
.py-52{
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}
.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}
.py-60{
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}
.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}
.py-72{
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}
.py-80{
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}
.py-96{
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}
.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.py-0\.5{
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-1\.5{
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-2\.5{
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-3\.5{
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.pt-0{
  padding-top: 0px !important;
}
.pt-1{
  padding-top: 0.25rem !important;
}
.pt-2{
  padding-top: 0.5rem !important;
}
.pt-3{
  padding-top: 0.75rem !important;
}
.pt-4{
  padding-top: 1rem !important;
}
.pt-5{
  padding-top: 1.25rem !important;
}
.pt-6{
  padding-top: 1.5rem !important;
}
.pt-7{
  padding-top: 1.75rem !important;
}
.pt-8{
  padding-top: 2rem !important;
}
.pt-9{
  padding-top: 2.25rem !important;
}
.pt-10{
  padding-top: 2.5rem !important;
}
.pt-11{
  padding-top: 2.75rem !important;
}
.pt-12{
  padding-top: 3rem !important;
}
.pt-14{
  padding-top: 3.5rem !important;
}
.pt-16{
  padding-top: 4rem !important;
}
.pt-20{
  padding-top: 5rem !important;
}
.pt-24{
  padding-top: 6rem !important;
}
.pt-28{
  padding-top: 7rem !important;
}
.pt-32{
  padding-top: 8rem !important;
}
.pt-36{
  padding-top: 9rem !important;
}
.pt-40{
  padding-top: 10rem !important;
}
.pt-44{
  padding-top: 11rem !important;
}
.pt-48{
  padding-top: 12rem !important;
}
.pt-52{
  padding-top: 13rem !important;
}
.pt-56{
  padding-top: 14rem !important;
}
.pt-60{
  padding-top: 15rem !important;
}
.pt-64{
  padding-top: 16rem !important;
}
.pt-72{
  padding-top: 18rem !important;
}
.pt-80{
  padding-top: 20rem !important;
}
.pt-96{
  padding-top: 24rem !important;
}
.pt-px{
  padding-top: 1px !important;
}
.pt-0\.5{
  padding-top: 0.125rem !important;
}
.pt-1\.5{
  padding-top: 0.375rem !important;
}
.pt-2\.5{
  padding-top: 0.625rem !important;
}
.pt-3\.5{
  padding-top: 0.875rem !important;
}
.pb-0{
  padding-bottom: 0px !important;
}
.pb-1{
  padding-bottom: 0.25rem !important;
}
.pb-2{
  padding-bottom: 0.5rem !important;
}
.pb-3{
  padding-bottom: 0.75rem !important;
}
.pb-4{
  padding-bottom: 1rem !important;
}
.pb-5{
  padding-bottom: 1.25rem !important;
}
.pb-6{
  padding-bottom: 1.5rem !important;
}
.pb-7{
  padding-bottom: 1.75rem !important;
}
.pb-8{
  padding-bottom: 2rem !important;
}
.pb-9{
  padding-bottom: 2.25rem !important;
}
.pb-10{
  padding-bottom: 2.5rem !important;
}
.pb-11{
  padding-bottom: 2.75rem !important;
}
.pb-12{
  padding-bottom: 3rem !important;
}
.pb-14{
  padding-bottom: 3.5rem !important;
}
.pb-16{
  padding-bottom: 4rem !important;
}
.pb-20{
  padding-bottom: 5rem !important;
}
.pb-24{
  padding-bottom: 6rem !important;
}
.pb-28{
  padding-bottom: 7rem !important;
}
.pb-32{
  padding-bottom: 8rem !important;
}
.pb-36{
  padding-bottom: 9rem !important;
}
.pb-40{
  padding-bottom: 10rem !important;
}
.pb-44{
  padding-bottom: 11rem !important;
}
.pb-48{
  padding-bottom: 12rem !important;
}
.pb-52{
  padding-bottom: 13rem !important;
}
.pb-56{
  padding-bottom: 14rem !important;
}
.pb-60{
  padding-bottom: 15rem !important;
}
.pb-64{
  padding-bottom: 16rem !important;
}
.pb-72{
  padding-bottom: 18rem !important;
}
.pb-80{
  padding-bottom: 20rem !important;
}
.pb-96{
  padding-bottom: 24rem !important;
}
.pb-px{
  padding-bottom: 1px !important;
}
.pb-0\.5{
  padding-bottom: 0.125rem !important;
}
.pb-1\.5{
  padding-bottom: 0.375rem !important;
}
.pb-2\.5{
  padding-bottom: 0.625rem !important;
}
.pb-3\.5{
  padding-bottom: 0.875rem !important;
}
.pl-6{
  padding-left: 1.5rem !important;
}
.text-left{
  text-align: left !important;
}
.text-center{
  text-align: center !important;
}
.text-right{
  text-align: right !important;
}
.text-justify{
  text-align: justify !important;
}
.text-start{
  text-align: start !important;
}
.text-end{
  text-align: end !important;
}
.font-sans{
  font-family: Blinker, sans-serif !important;
}
.text-xs{
  font-size: .75rem !important;
  line-height: 1 !important;
}
.text-sm{
  font-size: .875rem !important;
  line-height: 1 !important;
}
.text-tiny{
  font-size: .875rem !important;
  line-height: 1 !important;
}
.text-base{
  font-size: 1.1rem !important;
  line-height: 1 !important;
}
.text-lg{
  font-size: 1.125rem !important;
  line-height: 1 !important;
}
.text-xl{
  font-size: 1.25rem !important;
  line-height: 1 !important;
}
.text-2xl{
  font-size: 1.5rem !important;
  line-height: 1 !important;
}
.text-3xl{
  font-size: 1.875rem !important;
  line-height: 1 !important;
}
.text-4xl{
  font-size: 2.25rem !important;
  line-height: 1 !important;
}
.text-5xl{
  font-size: 3rem !important;
  line-height: 1 !important;
}
.text-6xl{
  font-size: 4rem !important;
  line-height: .9 !important;
}
.text-7xl{
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
.text-8xl{
  font-size: 6rem !important;
  line-height: 1 !important;
}
.text-9xl{
  font-size: 8rem !important;
  line-height: 1 !important;
}
.font-thin{
  font-weight: 100 !important;
}
.font-extralight{
  font-weight: 200 !important;
}
.font-light{
  font-weight: 300 !important;
}
.font-normal{
  font-weight: 400 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-extrabold{
  font-weight: 800 !important;
}
.font-black{
  font-weight: 900 !important;
}
.uppercase{
  text-transform: uppercase !important;
}
.leading-3{
  line-height: .75rem !important;
}
.leading-4{
  line-height: 1rem !important;
}
.leading-5{
  line-height: 1.25rem !important;
}
.leading-6{
  line-height: 1.5rem !important;
}
.leading-7{
  line-height: 1.75rem !important;
}
.leading-8{
  line-height: 2rem !important;
}
.leading-9{
  line-height: 2.25rem !important;
}
.leading-10{
  line-height: 2.5rem !important;
}
.leading-none{
  line-height: 1 !important;
}
.leading-tight{
  line-height: 1.25 !important;
}
.leading-snug{
  line-height: 1.375 !important;
}
.leading-normal{
  line-height: 1.5 !important;
}
.leading-relaxed{
  line-height: 1.625 !important;
}
.leading-loose{
  line-height: 2 !important;
}
.tracking-tighter{
  letter-spacing: -0.05em !important;
}
.tracking-tight{
  letter-spacing: -0.025em !important;
}
.tracking-normal{
  letter-spacing: 0em !important;
}
.tracking-wide{
  letter-spacing: 0.025em !important;
}
.tracking-wider{
  letter-spacing: 0.05em !important;
}
.tracking-widest{
  letter-spacing: 0.1em !important;
}
.text-transparent{
  color: transparent !important;
}
.text-current{
  color: currentColor !important;
}
.text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity)) !important;
}
.text-gray-100{
  --tw-text-opacity: 1 !important;
  color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.text-gray-150{
  --tw-text-opacity: 1 !important;
  color: rgb(242 242 245 / var(--tw-text-opacity)) !important;
}
.text-gray-200{
  --tw-text-opacity: 1 !important;
  color: rgb(233 233 233 / var(--tw-text-opacity)) !important;
}
.text-gray-300{
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-gray-400{
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-gray-500{
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.text-gray-700{
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-gray-800{
  --tw-text-opacity: 1 !important;
  color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-gray-900{
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-red-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 242 242 / var(--tw-text-opacity)) !important;
}
.text-red-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 226 226 / var(--tw-text-opacity)) !important;
}
.text-red-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 202 202 / var(--tw-text-opacity)) !important;
}
.text-red-300{
  --tw-text-opacity: 1 !important;
  color: rgb(252 165 165 / var(--tw-text-opacity)) !important;
}
.text-red-400{
  --tw-text-opacity: 1 !important;
  color: rgb(248 113 113 / var(--tw-text-opacity)) !important;
}
.text-red-500{
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-red-600{
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity)) !important;
}
.text-red-700{
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}
.text-red-800{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity)) !important;
}
.text-red-900{
  --tw-text-opacity: 1 !important;
  color: rgb(127 29 29 / var(--tw-text-opacity)) !important;
}
.text-orange-50{
  --tw-text-opacity: 1 !important;
  color: rgb(255 247 237 / var(--tw-text-opacity)) !important;
}
.text-orange-100{
  --tw-text-opacity: 1 !important;
  color: rgb(255 237 213 / var(--tw-text-opacity)) !important;
}
.text-orange-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 215 170 / var(--tw-text-opacity)) !important;
}
.text-orange-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 186 116 / var(--tw-text-opacity)) !important;
}
.text-orange-400{
  --tw-text-opacity: 1 !important;
  color: rgb(251 146 60 / var(--tw-text-opacity)) !important;
}
.text-orange-500{
  --tw-text-opacity: 1 !important;
  color: rgb(249 115 22 / var(--tw-text-opacity)) !important;
}
.text-orange-600{
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity)) !important;
}
.text-orange-700{
  --tw-text-opacity: 1 !important;
  color: rgb(194 65 12 / var(--tw-text-opacity)) !important;
}
.text-orange-800{
  --tw-text-opacity: 1 !important;
  color: rgb(154 52 18 / var(--tw-text-opacity)) !important;
}
.text-orange-900{
  --tw-text-opacity: 1 !important;
  color: rgb(124 45 18 / var(--tw-text-opacity)) !important;
}
.text-yellow-50{
  --tw-text-opacity: 1 !important;
  color: rgb(254 252 232 / var(--tw-text-opacity)) !important;
}
.text-yellow-100{
  --tw-text-opacity: 1 !important;
  color: rgb(254 249 195 / var(--tw-text-opacity)) !important;
}
.text-yellow-200{
  --tw-text-opacity: 1 !important;
  color: rgb(254 240 138 / var(--tw-text-opacity)) !important;
}
.text-yellow-300{
  --tw-text-opacity: 1 !important;
  color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
}
.text-yellow-400{
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}
.text-yellow-500{
  --tw-text-opacity: 1 !important;
  color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
}
.text-yellow-600{
  --tw-text-opacity: 1 !important;
  color: rgb(202 138 4 / var(--tw-text-opacity)) !important;
}
.text-yellow-700{
  --tw-text-opacity: 1 !important;
  color: rgb(161 98 7 / var(--tw-text-opacity)) !important;
}
.text-yellow-800{
  --tw-text-opacity: 1 !important;
  color: rgb(133 77 14 / var(--tw-text-opacity)) !important;
}
.text-yellow-900{
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 18 / var(--tw-text-opacity)) !important;
}
.text-blue-900{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 53 / var(--tw-text-opacity)) !important;
}
.text-blue{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 54 / var(--tw-text-opacity)) !important;
}
.text-green-300{
  --tw-text-opacity: 1 !important;
  color: rgb(154 247 199 / var(--tw-text-opacity)) !important;
}
.text-green-400{
  --tw-text-opacity: 1 !important;
  color: rgb(24 255 133 / var(--tw-text-opacity)) !important;
}
.text-green{
  --tw-text-opacity: 1 !important;
  color: rgb(23 237 125 / var(--tw-text-opacity)) !important;
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0) !important;
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1) !important;
}
.text-white\/0{
  color: rgb(255 255 255 / 0) !important;
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05) !important;
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1) !important;
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2) !important;
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25) !important;
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3) !important;
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4) !important;
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5) !important;
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6) !important;
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7) !important;
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75) !important;
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8) !important;
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9) !important;
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95) !important;
}
.text-white\/100{
  color: rgb(255 255 255 / 1) !important;
}
.text-black\/0{
  color: rgb(0 0 0 / 0) !important;
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05) !important;
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1) !important;
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2) !important;
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25) !important;
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3) !important;
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4) !important;
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5) !important;
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6) !important;
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7) !important;
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75) !important;
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8) !important;
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9) !important;
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95) !important;
}
.text-black\/100{
  color: rgb(0 0 0 / 1) !important;
}
.text-gray-50\/0{
  color: rgb(249 250 251 / 0) !important;
}
.text-gray-50\/5{
  color: rgb(249 250 251 / 0.05) !important;
}
.text-gray-50\/10{
  color: rgb(249 250 251 / 0.1) !important;
}
.text-gray-50\/20{
  color: rgb(249 250 251 / 0.2) !important;
}
.text-gray-50\/25{
  color: rgb(249 250 251 / 0.25) !important;
}
.text-gray-50\/30{
  color: rgb(249 250 251 / 0.3) !important;
}
.text-gray-50\/40{
  color: rgb(249 250 251 / 0.4) !important;
}
.text-gray-50\/50{
  color: rgb(249 250 251 / 0.5) !important;
}
.text-gray-50\/60{
  color: rgb(249 250 251 / 0.6) !important;
}
.text-gray-50\/70{
  color: rgb(249 250 251 / 0.7) !important;
}
.text-gray-50\/75{
  color: rgb(249 250 251 / 0.75) !important;
}
.text-gray-50\/80{
  color: rgb(249 250 251 / 0.8) !important;
}
.text-gray-50\/90{
  color: rgb(249 250 251 / 0.9) !important;
}
.text-gray-50\/95{
  color: rgb(249 250 251 / 0.95) !important;
}
.text-gray-50\/100{
  color: rgb(249 250 251 / 1) !important;
}
.text-gray-100\/0{
  color: rgb(243 244 246 / 0) !important;
}
.text-gray-100\/5{
  color: rgb(243 244 246 / 0.05) !important;
}
.text-gray-100\/10{
  color: rgb(243 244 246 / 0.1) !important;
}
.text-gray-100\/20{
  color: rgb(243 244 246 / 0.2) !important;
}
.text-gray-100\/25{
  color: rgb(243 244 246 / 0.25) !important;
}
.text-gray-100\/30{
  color: rgb(243 244 246 / 0.3) !important;
}
.text-gray-100\/40{
  color: rgb(243 244 246 / 0.4) !important;
}
.text-gray-100\/50{
  color: rgb(243 244 246 / 0.5) !important;
}
.text-gray-100\/60{
  color: rgb(243 244 246 / 0.6) !important;
}
.text-gray-100\/70{
  color: rgb(243 244 246 / 0.7) !important;
}
.text-gray-100\/75{
  color: rgb(243 244 246 / 0.75) !important;
}
.text-gray-100\/80{
  color: rgb(243 244 246 / 0.8) !important;
}
.text-gray-100\/90{
  color: rgb(243 244 246 / 0.9) !important;
}
.text-gray-100\/95{
  color: rgb(243 244 246 / 0.95) !important;
}
.text-gray-100\/100{
  color: rgb(243 244 246 / 1) !important;
}
.text-gray-150\/0{
  color: rgb(242 242 245 / 0) !important;
}
.text-gray-150\/5{
  color: rgb(242 242 245 / 0.05) !important;
}
.text-gray-150\/10{
  color: rgb(242 242 245 / 0.1) !important;
}
.text-gray-150\/20{
  color: rgb(242 242 245 / 0.2) !important;
}
.text-gray-150\/25{
  color: rgb(242 242 245 / 0.25) !important;
}
.text-gray-150\/30{
  color: rgb(242 242 245 / 0.3) !important;
}
.text-gray-150\/40{
  color: rgb(242 242 245 / 0.4) !important;
}
.text-gray-150\/50{
  color: rgb(242 242 245 / 0.5) !important;
}
.text-gray-150\/60{
  color: rgb(242 242 245 / 0.6) !important;
}
.text-gray-150\/70{
  color: rgb(242 242 245 / 0.7) !important;
}
.text-gray-150\/75{
  color: rgb(242 242 245 / 0.75) !important;
}
.text-gray-150\/80{
  color: rgb(242 242 245 / 0.8) !important;
}
.text-gray-150\/90{
  color: rgb(242 242 245 / 0.9) !important;
}
.text-gray-150\/95{
  color: rgb(242 242 245 / 0.95) !important;
}
.text-gray-150\/100{
  color: rgb(242 242 245 / 1) !important;
}
.text-gray-200\/0{
  color: rgb(233 233 233 / 0) !important;
}
.text-gray-200\/5{
  color: rgb(233 233 233 / 0.05) !important;
}
.text-gray-200\/10{
  color: rgb(233 233 233 / 0.1) !important;
}
.text-gray-200\/20{
  color: rgb(233 233 233 / 0.2) !important;
}
.text-gray-200\/25{
  color: rgb(233 233 233 / 0.25) !important;
}
.text-gray-200\/30{
  color: rgb(233 233 233 / 0.3) !important;
}
.text-gray-200\/40{
  color: rgb(233 233 233 / 0.4) !important;
}
.text-gray-200\/50{
  color: rgb(233 233 233 / 0.5) !important;
}
.text-gray-200\/60{
  color: rgb(233 233 233 / 0.6) !important;
}
.text-gray-200\/70{
  color: rgb(233 233 233 / 0.7) !important;
}
.text-gray-200\/75{
  color: rgb(233 233 233 / 0.75) !important;
}
.text-gray-200\/80{
  color: rgb(233 233 233 / 0.8) !important;
}
.text-gray-200\/90{
  color: rgb(233 233 233 / 0.9) !important;
}
.text-gray-200\/95{
  color: rgb(233 233 233 / 0.95) !important;
}
.text-gray-200\/100{
  color: rgb(233 233 233 / 1) !important;
}
.text-gray-300\/0{
  color: rgb(209 213 219 / 0) !important;
}
.text-gray-300\/5{
  color: rgb(209 213 219 / 0.05) !important;
}
.text-gray-300\/10{
  color: rgb(209 213 219 / 0.1) !important;
}
.text-gray-300\/20{
  color: rgb(209 213 219 / 0.2) !important;
}
.text-gray-300\/25{
  color: rgb(209 213 219 / 0.25) !important;
}
.text-gray-300\/30{
  color: rgb(209 213 219 / 0.3) !important;
}
.text-gray-300\/40{
  color: rgb(209 213 219 / 0.4) !important;
}
.text-gray-300\/50{
  color: rgb(209 213 219 / 0.5) !important;
}
.text-gray-300\/60{
  color: rgb(209 213 219 / 0.6) !important;
}
.text-gray-300\/70{
  color: rgb(209 213 219 / 0.7) !important;
}
.text-gray-300\/75{
  color: rgb(209 213 219 / 0.75) !important;
}
.text-gray-300\/80{
  color: rgb(209 213 219 / 0.8) !important;
}
.text-gray-300\/90{
  color: rgb(209 213 219 / 0.9) !important;
}
.text-gray-300\/95{
  color: rgb(209 213 219 / 0.95) !important;
}
.text-gray-300\/100{
  color: rgb(209 213 219 / 1) !important;
}
.text-gray-400\/0{
  color: rgb(156 163 175 / 0) !important;
}
.text-gray-400\/5{
  color: rgb(156 163 175 / 0.05) !important;
}
.text-gray-400\/10{
  color: rgb(156 163 175 / 0.1) !important;
}
.text-gray-400\/20{
  color: rgb(156 163 175 / 0.2) !important;
}
.text-gray-400\/25{
  color: rgb(156 163 175 / 0.25) !important;
}
.text-gray-400\/30{
  color: rgb(156 163 175 / 0.3) !important;
}
.text-gray-400\/40{
  color: rgb(156 163 175 / 0.4) !important;
}
.text-gray-400\/50{
  color: rgb(156 163 175 / 0.5) !important;
}
.text-gray-400\/60{
  color: rgb(156 163 175 / 0.6) !important;
}
.text-gray-400\/70{
  color: rgb(156 163 175 / 0.7) !important;
}
.text-gray-400\/75{
  color: rgb(156 163 175 / 0.75) !important;
}
.text-gray-400\/80{
  color: rgb(156 163 175 / 0.8) !important;
}
.text-gray-400\/90{
  color: rgb(156 163 175 / 0.9) !important;
}
.text-gray-400\/95{
  color: rgb(156 163 175 / 0.95) !important;
}
.text-gray-400\/100{
  color: rgb(156 163 175 / 1) !important;
}
.text-gray-500\/0{
  color: rgb(107 114 128 / 0) !important;
}
.text-gray-500\/5{
  color: rgb(107 114 128 / 0.05) !important;
}
.text-gray-500\/10{
  color: rgb(107 114 128 / 0.1) !important;
}
.text-gray-500\/20{
  color: rgb(107 114 128 / 0.2) !important;
}
.text-gray-500\/25{
  color: rgb(107 114 128 / 0.25) !important;
}
.text-gray-500\/30{
  color: rgb(107 114 128 / 0.3) !important;
}
.text-gray-500\/40{
  color: rgb(107 114 128 / 0.4) !important;
}
.text-gray-500\/50{
  color: rgb(107 114 128 / 0.5) !important;
}
.text-gray-500\/60{
  color: rgb(107 114 128 / 0.6) !important;
}
.text-gray-500\/70{
  color: rgb(107 114 128 / 0.7) !important;
}
.text-gray-500\/75{
  color: rgb(107 114 128 / 0.75) !important;
}
.text-gray-500\/80{
  color: rgb(107 114 128 / 0.8) !important;
}
.text-gray-500\/90{
  color: rgb(107 114 128 / 0.9) !important;
}
.text-gray-500\/95{
  color: rgb(107 114 128 / 0.95) !important;
}
.text-gray-500\/100{
  color: rgb(107 114 128 / 1) !important;
}
.text-gray-600\/0{
  color: rgb(75 85 99 / 0) !important;
}
.text-gray-600\/5{
  color: rgb(75 85 99 / 0.05) !important;
}
.text-gray-600\/10{
  color: rgb(75 85 99 / 0.1) !important;
}
.text-gray-600\/20{
  color: rgb(75 85 99 / 0.2) !important;
}
.text-gray-600\/25{
  color: rgb(75 85 99 / 0.25) !important;
}
.text-gray-600\/30{
  color: rgb(75 85 99 / 0.3) !important;
}
.text-gray-600\/40{
  color: rgb(75 85 99 / 0.4) !important;
}
.text-gray-600\/50{
  color: rgb(75 85 99 / 0.5) !important;
}
.text-gray-600\/60{
  color: rgb(75 85 99 / 0.6) !important;
}
.text-gray-600\/70{
  color: rgb(75 85 99 / 0.7) !important;
}
.text-gray-600\/75{
  color: rgb(75 85 99 / 0.75) !important;
}
.text-gray-600\/80{
  color: rgb(75 85 99 / 0.8) !important;
}
.text-gray-600\/90{
  color: rgb(75 85 99 / 0.9) !important;
}
.text-gray-600\/95{
  color: rgb(75 85 99 / 0.95) !important;
}
.text-gray-600\/100{
  color: rgb(75 85 99 / 1) !important;
}
.text-gray-700\/0{
  color: rgb(55 65 81 / 0) !important;
}
.text-gray-700\/5{
  color: rgb(55 65 81 / 0.05) !important;
}
.text-gray-700\/10{
  color: rgb(55 65 81 / 0.1) !important;
}
.text-gray-700\/20{
  color: rgb(55 65 81 / 0.2) !important;
}
.text-gray-700\/25{
  color: rgb(55 65 81 / 0.25) !important;
}
.text-gray-700\/30{
  color: rgb(55 65 81 / 0.3) !important;
}
.text-gray-700\/40{
  color: rgb(55 65 81 / 0.4) !important;
}
.text-gray-700\/50{
  color: rgb(55 65 81 / 0.5) !important;
}
.text-gray-700\/60{
  color: rgb(55 65 81 / 0.6) !important;
}
.text-gray-700\/70{
  color: rgb(55 65 81 / 0.7) !important;
}
.text-gray-700\/75{
  color: rgb(55 65 81 / 0.75) !important;
}
.text-gray-700\/80{
  color: rgb(55 65 81 / 0.8) !important;
}
.text-gray-700\/90{
  color: rgb(55 65 81 / 0.9) !important;
}
.text-gray-700\/95{
  color: rgb(55 65 81 / 0.95) !important;
}
.text-gray-700\/100{
  color: rgb(55 65 81 / 1) !important;
}
.text-gray-800\/0{
  color: rgb(31 41 55 / 0) !important;
}
.text-gray-800\/5{
  color: rgb(31 41 55 / 0.05) !important;
}
.text-gray-800\/10{
  color: rgb(31 41 55 / 0.1) !important;
}
.text-gray-800\/20{
  color: rgb(31 41 55 / 0.2) !important;
}
.text-gray-800\/25{
  color: rgb(31 41 55 / 0.25) !important;
}
.text-gray-800\/30{
  color: rgb(31 41 55 / 0.3) !important;
}
.text-gray-800\/40{
  color: rgb(31 41 55 / 0.4) !important;
}
.text-gray-800\/50{
  color: rgb(31 41 55 / 0.5) !important;
}
.text-gray-800\/60{
  color: rgb(31 41 55 / 0.6) !important;
}
.text-gray-800\/70{
  color: rgb(31 41 55 / 0.7) !important;
}
.text-gray-800\/75{
  color: rgb(31 41 55 / 0.75) !important;
}
.text-gray-800\/80{
  color: rgb(31 41 55 / 0.8) !important;
}
.text-gray-800\/90{
  color: rgb(31 41 55 / 0.9) !important;
}
.text-gray-800\/95{
  color: rgb(31 41 55 / 0.95) !important;
}
.text-gray-800\/100{
  color: rgb(31 41 55 / 1) !important;
}
.text-gray-900\/0{
  color: rgb(17 24 39 / 0) !important;
}
.text-gray-900\/5{
  color: rgb(17 24 39 / 0.05) !important;
}
.text-gray-900\/10{
  color: rgb(17 24 39 / 0.1) !important;
}
.text-gray-900\/20{
  color: rgb(17 24 39 / 0.2) !important;
}
.text-gray-900\/25{
  color: rgb(17 24 39 / 0.25) !important;
}
.text-gray-900\/30{
  color: rgb(17 24 39 / 0.3) !important;
}
.text-gray-900\/40{
  color: rgb(17 24 39 / 0.4) !important;
}
.text-gray-900\/50{
  color: rgb(17 24 39 / 0.5) !important;
}
.text-gray-900\/60{
  color: rgb(17 24 39 / 0.6) !important;
}
.text-gray-900\/70{
  color: rgb(17 24 39 / 0.7) !important;
}
.text-gray-900\/75{
  color: rgb(17 24 39 / 0.75) !important;
}
.text-gray-900\/80{
  color: rgb(17 24 39 / 0.8) !important;
}
.text-gray-900\/90{
  color: rgb(17 24 39 / 0.9) !important;
}
.text-gray-900\/95{
  color: rgb(17 24 39 / 0.95) !important;
}
.text-gray-900\/100{
  color: rgb(17 24 39 / 1) !important;
}
.text-red-50\/0{
  color: rgb(254 242 242 / 0) !important;
}
.text-red-50\/5{
  color: rgb(254 242 242 / 0.05) !important;
}
.text-red-50\/10{
  color: rgb(254 242 242 / 0.1) !important;
}
.text-red-50\/20{
  color: rgb(254 242 242 / 0.2) !important;
}
.text-red-50\/25{
  color: rgb(254 242 242 / 0.25) !important;
}
.text-red-50\/30{
  color: rgb(254 242 242 / 0.3) !important;
}
.text-red-50\/40{
  color: rgb(254 242 242 / 0.4) !important;
}
.text-red-50\/50{
  color: rgb(254 242 242 / 0.5) !important;
}
.text-red-50\/60{
  color: rgb(254 242 242 / 0.6) !important;
}
.text-red-50\/70{
  color: rgb(254 242 242 / 0.7) !important;
}
.text-red-50\/75{
  color: rgb(254 242 242 / 0.75) !important;
}
.text-red-50\/80{
  color: rgb(254 242 242 / 0.8) !important;
}
.text-red-50\/90{
  color: rgb(254 242 242 / 0.9) !important;
}
.text-red-50\/95{
  color: rgb(254 242 242 / 0.95) !important;
}
.text-red-50\/100{
  color: rgb(254 242 242 / 1) !important;
}
.text-red-100\/0{
  color: rgb(254 226 226 / 0) !important;
}
.text-red-100\/5{
  color: rgb(254 226 226 / 0.05) !important;
}
.text-red-100\/10{
  color: rgb(254 226 226 / 0.1) !important;
}
.text-red-100\/20{
  color: rgb(254 226 226 / 0.2) !important;
}
.text-red-100\/25{
  color: rgb(254 226 226 / 0.25) !important;
}
.text-red-100\/30{
  color: rgb(254 226 226 / 0.3) !important;
}
.text-red-100\/40{
  color: rgb(254 226 226 / 0.4) !important;
}
.text-red-100\/50{
  color: rgb(254 226 226 / 0.5) !important;
}
.text-red-100\/60{
  color: rgb(254 226 226 / 0.6) !important;
}
.text-red-100\/70{
  color: rgb(254 226 226 / 0.7) !important;
}
.text-red-100\/75{
  color: rgb(254 226 226 / 0.75) !important;
}
.text-red-100\/80{
  color: rgb(254 226 226 / 0.8) !important;
}
.text-red-100\/90{
  color: rgb(254 226 226 / 0.9) !important;
}
.text-red-100\/95{
  color: rgb(254 226 226 / 0.95) !important;
}
.text-red-100\/100{
  color: rgb(254 226 226 / 1) !important;
}
.text-red-200\/0{
  color: rgb(254 202 202 / 0) !important;
}
.text-red-200\/5{
  color: rgb(254 202 202 / 0.05) !important;
}
.text-red-200\/10{
  color: rgb(254 202 202 / 0.1) !important;
}
.text-red-200\/20{
  color: rgb(254 202 202 / 0.2) !important;
}
.text-red-200\/25{
  color: rgb(254 202 202 / 0.25) !important;
}
.text-red-200\/30{
  color: rgb(254 202 202 / 0.3) !important;
}
.text-red-200\/40{
  color: rgb(254 202 202 / 0.4) !important;
}
.text-red-200\/50{
  color: rgb(254 202 202 / 0.5) !important;
}
.text-red-200\/60{
  color: rgb(254 202 202 / 0.6) !important;
}
.text-red-200\/70{
  color: rgb(254 202 202 / 0.7) !important;
}
.text-red-200\/75{
  color: rgb(254 202 202 / 0.75) !important;
}
.text-red-200\/80{
  color: rgb(254 202 202 / 0.8) !important;
}
.text-red-200\/90{
  color: rgb(254 202 202 / 0.9) !important;
}
.text-red-200\/95{
  color: rgb(254 202 202 / 0.95) !important;
}
.text-red-200\/100{
  color: rgb(254 202 202 / 1) !important;
}
.text-red-300\/0{
  color: rgb(252 165 165 / 0) !important;
}
.text-red-300\/5{
  color: rgb(252 165 165 / 0.05) !important;
}
.text-red-300\/10{
  color: rgb(252 165 165 / 0.1) !important;
}
.text-red-300\/20{
  color: rgb(252 165 165 / 0.2) !important;
}
.text-red-300\/25{
  color: rgb(252 165 165 / 0.25) !important;
}
.text-red-300\/30{
  color: rgb(252 165 165 / 0.3) !important;
}
.text-red-300\/40{
  color: rgb(252 165 165 / 0.4) !important;
}
.text-red-300\/50{
  color: rgb(252 165 165 / 0.5) !important;
}
.text-red-300\/60{
  color: rgb(252 165 165 / 0.6) !important;
}
.text-red-300\/70{
  color: rgb(252 165 165 / 0.7) !important;
}
.text-red-300\/75{
  color: rgb(252 165 165 / 0.75) !important;
}
.text-red-300\/80{
  color: rgb(252 165 165 / 0.8) !important;
}
.text-red-300\/90{
  color: rgb(252 165 165 / 0.9) !important;
}
.text-red-300\/95{
  color: rgb(252 165 165 / 0.95) !important;
}
.text-red-300\/100{
  color: rgb(252 165 165 / 1) !important;
}
.text-red-400\/0{
  color: rgb(248 113 113 / 0) !important;
}
.text-red-400\/5{
  color: rgb(248 113 113 / 0.05) !important;
}
.text-red-400\/10{
  color: rgb(248 113 113 / 0.1) !important;
}
.text-red-400\/20{
  color: rgb(248 113 113 / 0.2) !important;
}
.text-red-400\/25{
  color: rgb(248 113 113 / 0.25) !important;
}
.text-red-400\/30{
  color: rgb(248 113 113 / 0.3) !important;
}
.text-red-400\/40{
  color: rgb(248 113 113 / 0.4) !important;
}
.text-red-400\/50{
  color: rgb(248 113 113 / 0.5) !important;
}
.text-red-400\/60{
  color: rgb(248 113 113 / 0.6) !important;
}
.text-red-400\/70{
  color: rgb(248 113 113 / 0.7) !important;
}
.text-red-400\/75{
  color: rgb(248 113 113 / 0.75) !important;
}
.text-red-400\/80{
  color: rgb(248 113 113 / 0.8) !important;
}
.text-red-400\/90{
  color: rgb(248 113 113 / 0.9) !important;
}
.text-red-400\/95{
  color: rgb(248 113 113 / 0.95) !important;
}
.text-red-400\/100{
  color: rgb(248 113 113 / 1) !important;
}
.text-red-500\/0{
  color: rgb(239 68 68 / 0) !important;
}
.text-red-500\/5{
  color: rgb(239 68 68 / 0.05) !important;
}
.text-red-500\/10{
  color: rgb(239 68 68 / 0.1) !important;
}
.text-red-500\/20{
  color: rgb(239 68 68 / 0.2) !important;
}
.text-red-500\/25{
  color: rgb(239 68 68 / 0.25) !important;
}
.text-red-500\/30{
  color: rgb(239 68 68 / 0.3) !important;
}
.text-red-500\/40{
  color: rgb(239 68 68 / 0.4) !important;
}
.text-red-500\/50{
  color: rgb(239 68 68 / 0.5) !important;
}
.text-red-500\/60{
  color: rgb(239 68 68 / 0.6) !important;
}
.text-red-500\/70{
  color: rgb(239 68 68 / 0.7) !important;
}
.text-red-500\/75{
  color: rgb(239 68 68 / 0.75) !important;
}
.text-red-500\/80{
  color: rgb(239 68 68 / 0.8) !important;
}
.text-red-500\/90{
  color: rgb(239 68 68 / 0.9) !important;
}
.text-red-500\/95{
  color: rgb(239 68 68 / 0.95) !important;
}
.text-red-500\/100{
  color: rgb(239 68 68 / 1) !important;
}
.text-red-600\/0{
  color: rgb(220 38 38 / 0) !important;
}
.text-red-600\/5{
  color: rgb(220 38 38 / 0.05) !important;
}
.text-red-600\/10{
  color: rgb(220 38 38 / 0.1) !important;
}
.text-red-600\/20{
  color: rgb(220 38 38 / 0.2) !important;
}
.text-red-600\/25{
  color: rgb(220 38 38 / 0.25) !important;
}
.text-red-600\/30{
  color: rgb(220 38 38 / 0.3) !important;
}
.text-red-600\/40{
  color: rgb(220 38 38 / 0.4) !important;
}
.text-red-600\/50{
  color: rgb(220 38 38 / 0.5) !important;
}
.text-red-600\/60{
  color: rgb(220 38 38 / 0.6) !important;
}
.text-red-600\/70{
  color: rgb(220 38 38 / 0.7) !important;
}
.text-red-600\/75{
  color: rgb(220 38 38 / 0.75) !important;
}
.text-red-600\/80{
  color: rgb(220 38 38 / 0.8) !important;
}
.text-red-600\/90{
  color: rgb(220 38 38 / 0.9) !important;
}
.text-red-600\/95{
  color: rgb(220 38 38 / 0.95) !important;
}
.text-red-600\/100{
  color: rgb(220 38 38 / 1) !important;
}
.text-red-700\/0{
  color: rgb(185 28 28 / 0) !important;
}
.text-red-700\/5{
  color: rgb(185 28 28 / 0.05) !important;
}
.text-red-700\/10{
  color: rgb(185 28 28 / 0.1) !important;
}
.text-red-700\/20{
  color: rgb(185 28 28 / 0.2) !important;
}
.text-red-700\/25{
  color: rgb(185 28 28 / 0.25) !important;
}
.text-red-700\/30{
  color: rgb(185 28 28 / 0.3) !important;
}
.text-red-700\/40{
  color: rgb(185 28 28 / 0.4) !important;
}
.text-red-700\/50{
  color: rgb(185 28 28 / 0.5) !important;
}
.text-red-700\/60{
  color: rgb(185 28 28 / 0.6) !important;
}
.text-red-700\/70{
  color: rgb(185 28 28 / 0.7) !important;
}
.text-red-700\/75{
  color: rgb(185 28 28 / 0.75) !important;
}
.text-red-700\/80{
  color: rgb(185 28 28 / 0.8) !important;
}
.text-red-700\/90{
  color: rgb(185 28 28 / 0.9) !important;
}
.text-red-700\/95{
  color: rgb(185 28 28 / 0.95) !important;
}
.text-red-700\/100{
  color: rgb(185 28 28 / 1) !important;
}
.text-red-800\/0{
  color: rgb(153 27 27 / 0) !important;
}
.text-red-800\/5{
  color: rgb(153 27 27 / 0.05) !important;
}
.text-red-800\/10{
  color: rgb(153 27 27 / 0.1) !important;
}
.text-red-800\/20{
  color: rgb(153 27 27 / 0.2) !important;
}
.text-red-800\/25{
  color: rgb(153 27 27 / 0.25) !important;
}
.text-red-800\/30{
  color: rgb(153 27 27 / 0.3) !important;
}
.text-red-800\/40{
  color: rgb(153 27 27 / 0.4) !important;
}
.text-red-800\/50{
  color: rgb(153 27 27 / 0.5) !important;
}
.text-red-800\/60{
  color: rgb(153 27 27 / 0.6) !important;
}
.text-red-800\/70{
  color: rgb(153 27 27 / 0.7) !important;
}
.text-red-800\/75{
  color: rgb(153 27 27 / 0.75) !important;
}
.text-red-800\/80{
  color: rgb(153 27 27 / 0.8) !important;
}
.text-red-800\/90{
  color: rgb(153 27 27 / 0.9) !important;
}
.text-red-800\/95{
  color: rgb(153 27 27 / 0.95) !important;
}
.text-red-800\/100{
  color: rgb(153 27 27 / 1) !important;
}
.text-red-900\/0{
  color: rgb(127 29 29 / 0) !important;
}
.text-red-900\/5{
  color: rgb(127 29 29 / 0.05) !important;
}
.text-red-900\/10{
  color: rgb(127 29 29 / 0.1) !important;
}
.text-red-900\/20{
  color: rgb(127 29 29 / 0.2) !important;
}
.text-red-900\/25{
  color: rgb(127 29 29 / 0.25) !important;
}
.text-red-900\/30{
  color: rgb(127 29 29 / 0.3) !important;
}
.text-red-900\/40{
  color: rgb(127 29 29 / 0.4) !important;
}
.text-red-900\/50{
  color: rgb(127 29 29 / 0.5) !important;
}
.text-red-900\/60{
  color: rgb(127 29 29 / 0.6) !important;
}
.text-red-900\/70{
  color: rgb(127 29 29 / 0.7) !important;
}
.text-red-900\/75{
  color: rgb(127 29 29 / 0.75) !important;
}
.text-red-900\/80{
  color: rgb(127 29 29 / 0.8) !important;
}
.text-red-900\/90{
  color: rgb(127 29 29 / 0.9) !important;
}
.text-red-900\/95{
  color: rgb(127 29 29 / 0.95) !important;
}
.text-red-900\/100{
  color: rgb(127 29 29 / 1) !important;
}
.text-orange-50\/0{
  color: rgb(255 247 237 / 0) !important;
}
.text-orange-50\/5{
  color: rgb(255 247 237 / 0.05) !important;
}
.text-orange-50\/10{
  color: rgb(255 247 237 / 0.1) !important;
}
.text-orange-50\/20{
  color: rgb(255 247 237 / 0.2) !important;
}
.text-orange-50\/25{
  color: rgb(255 247 237 / 0.25) !important;
}
.text-orange-50\/30{
  color: rgb(255 247 237 / 0.3) !important;
}
.text-orange-50\/40{
  color: rgb(255 247 237 / 0.4) !important;
}
.text-orange-50\/50{
  color: rgb(255 247 237 / 0.5) !important;
}
.text-orange-50\/60{
  color: rgb(255 247 237 / 0.6) !important;
}
.text-orange-50\/70{
  color: rgb(255 247 237 / 0.7) !important;
}
.text-orange-50\/75{
  color: rgb(255 247 237 / 0.75) !important;
}
.text-orange-50\/80{
  color: rgb(255 247 237 / 0.8) !important;
}
.text-orange-50\/90{
  color: rgb(255 247 237 / 0.9) !important;
}
.text-orange-50\/95{
  color: rgb(255 247 237 / 0.95) !important;
}
.text-orange-50\/100{
  color: rgb(255 247 237 / 1) !important;
}
.text-orange-100\/0{
  color: rgb(255 237 213 / 0) !important;
}
.text-orange-100\/5{
  color: rgb(255 237 213 / 0.05) !important;
}
.text-orange-100\/10{
  color: rgb(255 237 213 / 0.1) !important;
}
.text-orange-100\/20{
  color: rgb(255 237 213 / 0.2) !important;
}
.text-orange-100\/25{
  color: rgb(255 237 213 / 0.25) !important;
}
.text-orange-100\/30{
  color: rgb(255 237 213 / 0.3) !important;
}
.text-orange-100\/40{
  color: rgb(255 237 213 / 0.4) !important;
}
.text-orange-100\/50{
  color: rgb(255 237 213 / 0.5) !important;
}
.text-orange-100\/60{
  color: rgb(255 237 213 / 0.6) !important;
}
.text-orange-100\/70{
  color: rgb(255 237 213 / 0.7) !important;
}
.text-orange-100\/75{
  color: rgb(255 237 213 / 0.75) !important;
}
.text-orange-100\/80{
  color: rgb(255 237 213 / 0.8) !important;
}
.text-orange-100\/90{
  color: rgb(255 237 213 / 0.9) !important;
}
.text-orange-100\/95{
  color: rgb(255 237 213 / 0.95) !important;
}
.text-orange-100\/100{
  color: rgb(255 237 213 / 1) !important;
}
.text-orange-200\/0{
  color: rgb(254 215 170 / 0) !important;
}
.text-orange-200\/5{
  color: rgb(254 215 170 / 0.05) !important;
}
.text-orange-200\/10{
  color: rgb(254 215 170 / 0.1) !important;
}
.text-orange-200\/20{
  color: rgb(254 215 170 / 0.2) !important;
}
.text-orange-200\/25{
  color: rgb(254 215 170 / 0.25) !important;
}
.text-orange-200\/30{
  color: rgb(254 215 170 / 0.3) !important;
}
.text-orange-200\/40{
  color: rgb(254 215 170 / 0.4) !important;
}
.text-orange-200\/50{
  color: rgb(254 215 170 / 0.5) !important;
}
.text-orange-200\/60{
  color: rgb(254 215 170 / 0.6) !important;
}
.text-orange-200\/70{
  color: rgb(254 215 170 / 0.7) !important;
}
.text-orange-200\/75{
  color: rgb(254 215 170 / 0.75) !important;
}
.text-orange-200\/80{
  color: rgb(254 215 170 / 0.8) !important;
}
.text-orange-200\/90{
  color: rgb(254 215 170 / 0.9) !important;
}
.text-orange-200\/95{
  color: rgb(254 215 170 / 0.95) !important;
}
.text-orange-200\/100{
  color: rgb(254 215 170 / 1) !important;
}
.text-orange-300\/0{
  color: rgb(253 186 116 / 0) !important;
}
.text-orange-300\/5{
  color: rgb(253 186 116 / 0.05) !important;
}
.text-orange-300\/10{
  color: rgb(253 186 116 / 0.1) !important;
}
.text-orange-300\/20{
  color: rgb(253 186 116 / 0.2) !important;
}
.text-orange-300\/25{
  color: rgb(253 186 116 / 0.25) !important;
}
.text-orange-300\/30{
  color: rgb(253 186 116 / 0.3) !important;
}
.text-orange-300\/40{
  color: rgb(253 186 116 / 0.4) !important;
}
.text-orange-300\/50{
  color: rgb(253 186 116 / 0.5) !important;
}
.text-orange-300\/60{
  color: rgb(253 186 116 / 0.6) !important;
}
.text-orange-300\/70{
  color: rgb(253 186 116 / 0.7) !important;
}
.text-orange-300\/75{
  color: rgb(253 186 116 / 0.75) !important;
}
.text-orange-300\/80{
  color: rgb(253 186 116 / 0.8) !important;
}
.text-orange-300\/90{
  color: rgb(253 186 116 / 0.9) !important;
}
.text-orange-300\/95{
  color: rgb(253 186 116 / 0.95) !important;
}
.text-orange-300\/100{
  color: rgb(253 186 116 / 1) !important;
}
.text-orange-400\/0{
  color: rgb(251 146 60 / 0) !important;
}
.text-orange-400\/5{
  color: rgb(251 146 60 / 0.05) !important;
}
.text-orange-400\/10{
  color: rgb(251 146 60 / 0.1) !important;
}
.text-orange-400\/20{
  color: rgb(251 146 60 / 0.2) !important;
}
.text-orange-400\/25{
  color: rgb(251 146 60 / 0.25) !important;
}
.text-orange-400\/30{
  color: rgb(251 146 60 / 0.3) !important;
}
.text-orange-400\/40{
  color: rgb(251 146 60 / 0.4) !important;
}
.text-orange-400\/50{
  color: rgb(251 146 60 / 0.5) !important;
}
.text-orange-400\/60{
  color: rgb(251 146 60 / 0.6) !important;
}
.text-orange-400\/70{
  color: rgb(251 146 60 / 0.7) !important;
}
.text-orange-400\/75{
  color: rgb(251 146 60 / 0.75) !important;
}
.text-orange-400\/80{
  color: rgb(251 146 60 / 0.8) !important;
}
.text-orange-400\/90{
  color: rgb(251 146 60 / 0.9) !important;
}
.text-orange-400\/95{
  color: rgb(251 146 60 / 0.95) !important;
}
.text-orange-400\/100{
  color: rgb(251 146 60 / 1) !important;
}
.text-orange-500\/0{
  color: rgb(249 115 22 / 0) !important;
}
.text-orange-500\/5{
  color: rgb(249 115 22 / 0.05) !important;
}
.text-orange-500\/10{
  color: rgb(249 115 22 / 0.1) !important;
}
.text-orange-500\/20{
  color: rgb(249 115 22 / 0.2) !important;
}
.text-orange-500\/25{
  color: rgb(249 115 22 / 0.25) !important;
}
.text-orange-500\/30{
  color: rgb(249 115 22 / 0.3) !important;
}
.text-orange-500\/40{
  color: rgb(249 115 22 / 0.4) !important;
}
.text-orange-500\/50{
  color: rgb(249 115 22 / 0.5) !important;
}
.text-orange-500\/60{
  color: rgb(249 115 22 / 0.6) !important;
}
.text-orange-500\/70{
  color: rgb(249 115 22 / 0.7) !important;
}
.text-orange-500\/75{
  color: rgb(249 115 22 / 0.75) !important;
}
.text-orange-500\/80{
  color: rgb(249 115 22 / 0.8) !important;
}
.text-orange-500\/90{
  color: rgb(249 115 22 / 0.9) !important;
}
.text-orange-500\/95{
  color: rgb(249 115 22 / 0.95) !important;
}
.text-orange-500\/100{
  color: rgb(249 115 22 / 1) !important;
}
.text-orange-600\/0{
  color: rgb(234 88 12 / 0) !important;
}
.text-orange-600\/5{
  color: rgb(234 88 12 / 0.05) !important;
}
.text-orange-600\/10{
  color: rgb(234 88 12 / 0.1) !important;
}
.text-orange-600\/20{
  color: rgb(234 88 12 / 0.2) !important;
}
.text-orange-600\/25{
  color: rgb(234 88 12 / 0.25) !important;
}
.text-orange-600\/30{
  color: rgb(234 88 12 / 0.3) !important;
}
.text-orange-600\/40{
  color: rgb(234 88 12 / 0.4) !important;
}
.text-orange-600\/50{
  color: rgb(234 88 12 / 0.5) !important;
}
.text-orange-600\/60{
  color: rgb(234 88 12 / 0.6) !important;
}
.text-orange-600\/70{
  color: rgb(234 88 12 / 0.7) !important;
}
.text-orange-600\/75{
  color: rgb(234 88 12 / 0.75) !important;
}
.text-orange-600\/80{
  color: rgb(234 88 12 / 0.8) !important;
}
.text-orange-600\/90{
  color: rgb(234 88 12 / 0.9) !important;
}
.text-orange-600\/95{
  color: rgb(234 88 12 / 0.95) !important;
}
.text-orange-600\/100{
  color: rgb(234 88 12 / 1) !important;
}
.text-orange-700\/0{
  color: rgb(194 65 12 / 0) !important;
}
.text-orange-700\/5{
  color: rgb(194 65 12 / 0.05) !important;
}
.text-orange-700\/10{
  color: rgb(194 65 12 / 0.1) !important;
}
.text-orange-700\/20{
  color: rgb(194 65 12 / 0.2) !important;
}
.text-orange-700\/25{
  color: rgb(194 65 12 / 0.25) !important;
}
.text-orange-700\/30{
  color: rgb(194 65 12 / 0.3) !important;
}
.text-orange-700\/40{
  color: rgb(194 65 12 / 0.4) !important;
}
.text-orange-700\/50{
  color: rgb(194 65 12 / 0.5) !important;
}
.text-orange-700\/60{
  color: rgb(194 65 12 / 0.6) !important;
}
.text-orange-700\/70{
  color: rgb(194 65 12 / 0.7) !important;
}
.text-orange-700\/75{
  color: rgb(194 65 12 / 0.75) !important;
}
.text-orange-700\/80{
  color: rgb(194 65 12 / 0.8) !important;
}
.text-orange-700\/90{
  color: rgb(194 65 12 / 0.9) !important;
}
.text-orange-700\/95{
  color: rgb(194 65 12 / 0.95) !important;
}
.text-orange-700\/100{
  color: rgb(194 65 12 / 1) !important;
}
.text-orange-800\/0{
  color: rgb(154 52 18 / 0) !important;
}
.text-orange-800\/5{
  color: rgb(154 52 18 / 0.05) !important;
}
.text-orange-800\/10{
  color: rgb(154 52 18 / 0.1) !important;
}
.text-orange-800\/20{
  color: rgb(154 52 18 / 0.2) !important;
}
.text-orange-800\/25{
  color: rgb(154 52 18 / 0.25) !important;
}
.text-orange-800\/30{
  color: rgb(154 52 18 / 0.3) !important;
}
.text-orange-800\/40{
  color: rgb(154 52 18 / 0.4) !important;
}
.text-orange-800\/50{
  color: rgb(154 52 18 / 0.5) !important;
}
.text-orange-800\/60{
  color: rgb(154 52 18 / 0.6) !important;
}
.text-orange-800\/70{
  color: rgb(154 52 18 / 0.7) !important;
}
.text-orange-800\/75{
  color: rgb(154 52 18 / 0.75) !important;
}
.text-orange-800\/80{
  color: rgb(154 52 18 / 0.8) !important;
}
.text-orange-800\/90{
  color: rgb(154 52 18 / 0.9) !important;
}
.text-orange-800\/95{
  color: rgb(154 52 18 / 0.95) !important;
}
.text-orange-800\/100{
  color: rgb(154 52 18 / 1) !important;
}
.text-orange-900\/0{
  color: rgb(124 45 18 / 0) !important;
}
.text-orange-900\/5{
  color: rgb(124 45 18 / 0.05) !important;
}
.text-orange-900\/10{
  color: rgb(124 45 18 / 0.1) !important;
}
.text-orange-900\/20{
  color: rgb(124 45 18 / 0.2) !important;
}
.text-orange-900\/25{
  color: rgb(124 45 18 / 0.25) !important;
}
.text-orange-900\/30{
  color: rgb(124 45 18 / 0.3) !important;
}
.text-orange-900\/40{
  color: rgb(124 45 18 / 0.4) !important;
}
.text-orange-900\/50{
  color: rgb(124 45 18 / 0.5) !important;
}
.text-orange-900\/60{
  color: rgb(124 45 18 / 0.6) !important;
}
.text-orange-900\/70{
  color: rgb(124 45 18 / 0.7) !important;
}
.text-orange-900\/75{
  color: rgb(124 45 18 / 0.75) !important;
}
.text-orange-900\/80{
  color: rgb(124 45 18 / 0.8) !important;
}
.text-orange-900\/90{
  color: rgb(124 45 18 / 0.9) !important;
}
.text-orange-900\/95{
  color: rgb(124 45 18 / 0.95) !important;
}
.text-orange-900\/100{
  color: rgb(124 45 18 / 1) !important;
}
.text-yellow-50\/0{
  color: rgb(254 252 232 / 0) !important;
}
.text-yellow-50\/5{
  color: rgb(254 252 232 / 0.05) !important;
}
.text-yellow-50\/10{
  color: rgb(254 252 232 / 0.1) !important;
}
.text-yellow-50\/20{
  color: rgb(254 252 232 / 0.2) !important;
}
.text-yellow-50\/25{
  color: rgb(254 252 232 / 0.25) !important;
}
.text-yellow-50\/30{
  color: rgb(254 252 232 / 0.3) !important;
}
.text-yellow-50\/40{
  color: rgb(254 252 232 / 0.4) !important;
}
.text-yellow-50\/50{
  color: rgb(254 252 232 / 0.5) !important;
}
.text-yellow-50\/60{
  color: rgb(254 252 232 / 0.6) !important;
}
.text-yellow-50\/70{
  color: rgb(254 252 232 / 0.7) !important;
}
.text-yellow-50\/75{
  color: rgb(254 252 232 / 0.75) !important;
}
.text-yellow-50\/80{
  color: rgb(254 252 232 / 0.8) !important;
}
.text-yellow-50\/90{
  color: rgb(254 252 232 / 0.9) !important;
}
.text-yellow-50\/95{
  color: rgb(254 252 232 / 0.95) !important;
}
.text-yellow-50\/100{
  color: rgb(254 252 232 / 1) !important;
}
.text-yellow-100\/0{
  color: rgb(254 249 195 / 0) !important;
}
.text-yellow-100\/5{
  color: rgb(254 249 195 / 0.05) !important;
}
.text-yellow-100\/10{
  color: rgb(254 249 195 / 0.1) !important;
}
.text-yellow-100\/20{
  color: rgb(254 249 195 / 0.2) !important;
}
.text-yellow-100\/25{
  color: rgb(254 249 195 / 0.25) !important;
}
.text-yellow-100\/30{
  color: rgb(254 249 195 / 0.3) !important;
}
.text-yellow-100\/40{
  color: rgb(254 249 195 / 0.4) !important;
}
.text-yellow-100\/50{
  color: rgb(254 249 195 / 0.5) !important;
}
.text-yellow-100\/60{
  color: rgb(254 249 195 / 0.6) !important;
}
.text-yellow-100\/70{
  color: rgb(254 249 195 / 0.7) !important;
}
.text-yellow-100\/75{
  color: rgb(254 249 195 / 0.75) !important;
}
.text-yellow-100\/80{
  color: rgb(254 249 195 / 0.8) !important;
}
.text-yellow-100\/90{
  color: rgb(254 249 195 / 0.9) !important;
}
.text-yellow-100\/95{
  color: rgb(254 249 195 / 0.95) !important;
}
.text-yellow-100\/100{
  color: rgb(254 249 195 / 1) !important;
}
.text-yellow-200\/0{
  color: rgb(254 240 138 / 0) !important;
}
.text-yellow-200\/5{
  color: rgb(254 240 138 / 0.05) !important;
}
.text-yellow-200\/10{
  color: rgb(254 240 138 / 0.1) !important;
}
.text-yellow-200\/20{
  color: rgb(254 240 138 / 0.2) !important;
}
.text-yellow-200\/25{
  color: rgb(254 240 138 / 0.25) !important;
}
.text-yellow-200\/30{
  color: rgb(254 240 138 / 0.3) !important;
}
.text-yellow-200\/40{
  color: rgb(254 240 138 / 0.4) !important;
}
.text-yellow-200\/50{
  color: rgb(254 240 138 / 0.5) !important;
}
.text-yellow-200\/60{
  color: rgb(254 240 138 / 0.6) !important;
}
.text-yellow-200\/70{
  color: rgb(254 240 138 / 0.7) !important;
}
.text-yellow-200\/75{
  color: rgb(254 240 138 / 0.75) !important;
}
.text-yellow-200\/80{
  color: rgb(254 240 138 / 0.8) !important;
}
.text-yellow-200\/90{
  color: rgb(254 240 138 / 0.9) !important;
}
.text-yellow-200\/95{
  color: rgb(254 240 138 / 0.95) !important;
}
.text-yellow-200\/100{
  color: rgb(254 240 138 / 1) !important;
}
.text-yellow-300\/0{
  color: rgb(253 224 71 / 0) !important;
}
.text-yellow-300\/5{
  color: rgb(253 224 71 / 0.05) !important;
}
.text-yellow-300\/10{
  color: rgb(253 224 71 / 0.1) !important;
}
.text-yellow-300\/20{
  color: rgb(253 224 71 / 0.2) !important;
}
.text-yellow-300\/25{
  color: rgb(253 224 71 / 0.25) !important;
}
.text-yellow-300\/30{
  color: rgb(253 224 71 / 0.3) !important;
}
.text-yellow-300\/40{
  color: rgb(253 224 71 / 0.4) !important;
}
.text-yellow-300\/50{
  color: rgb(253 224 71 / 0.5) !important;
}
.text-yellow-300\/60{
  color: rgb(253 224 71 / 0.6) !important;
}
.text-yellow-300\/70{
  color: rgb(253 224 71 / 0.7) !important;
}
.text-yellow-300\/75{
  color: rgb(253 224 71 / 0.75) !important;
}
.text-yellow-300\/80{
  color: rgb(253 224 71 / 0.8) !important;
}
.text-yellow-300\/90{
  color: rgb(253 224 71 / 0.9) !important;
}
.text-yellow-300\/95{
  color: rgb(253 224 71 / 0.95) !important;
}
.text-yellow-300\/100{
  color: rgb(253 224 71 / 1) !important;
}
.text-yellow-400\/0{
  color: rgb(250 204 21 / 0) !important;
}
.text-yellow-400\/5{
  color: rgb(250 204 21 / 0.05) !important;
}
.text-yellow-400\/10{
  color: rgb(250 204 21 / 0.1) !important;
}
.text-yellow-400\/20{
  color: rgb(250 204 21 / 0.2) !important;
}
.text-yellow-400\/25{
  color: rgb(250 204 21 / 0.25) !important;
}
.text-yellow-400\/30{
  color: rgb(250 204 21 / 0.3) !important;
}
.text-yellow-400\/40{
  color: rgb(250 204 21 / 0.4) !important;
}
.text-yellow-400\/50{
  color: rgb(250 204 21 / 0.5) !important;
}
.text-yellow-400\/60{
  color: rgb(250 204 21 / 0.6) !important;
}
.text-yellow-400\/70{
  color: rgb(250 204 21 / 0.7) !important;
}
.text-yellow-400\/75{
  color: rgb(250 204 21 / 0.75) !important;
}
.text-yellow-400\/80{
  color: rgb(250 204 21 / 0.8) !important;
}
.text-yellow-400\/90{
  color: rgb(250 204 21 / 0.9) !important;
}
.text-yellow-400\/95{
  color: rgb(250 204 21 / 0.95) !important;
}
.text-yellow-400\/100{
  color: rgb(250 204 21 / 1) !important;
}
.text-yellow-500\/0{
  color: rgb(234 179 8 / 0) !important;
}
.text-yellow-500\/5{
  color: rgb(234 179 8 / 0.05) !important;
}
.text-yellow-500\/10{
  color: rgb(234 179 8 / 0.1) !important;
}
.text-yellow-500\/20{
  color: rgb(234 179 8 / 0.2) !important;
}
.text-yellow-500\/25{
  color: rgb(234 179 8 / 0.25) !important;
}
.text-yellow-500\/30{
  color: rgb(234 179 8 / 0.3) !important;
}
.text-yellow-500\/40{
  color: rgb(234 179 8 / 0.4) !important;
}
.text-yellow-500\/50{
  color: rgb(234 179 8 / 0.5) !important;
}
.text-yellow-500\/60{
  color: rgb(234 179 8 / 0.6) !important;
}
.text-yellow-500\/70{
  color: rgb(234 179 8 / 0.7) !important;
}
.text-yellow-500\/75{
  color: rgb(234 179 8 / 0.75) !important;
}
.text-yellow-500\/80{
  color: rgb(234 179 8 / 0.8) !important;
}
.text-yellow-500\/90{
  color: rgb(234 179 8 / 0.9) !important;
}
.text-yellow-500\/95{
  color: rgb(234 179 8 / 0.95) !important;
}
.text-yellow-500\/100{
  color: rgb(234 179 8 / 1) !important;
}
.text-yellow-600\/0{
  color: rgb(202 138 4 / 0) !important;
}
.text-yellow-600\/5{
  color: rgb(202 138 4 / 0.05) !important;
}
.text-yellow-600\/10{
  color: rgb(202 138 4 / 0.1) !important;
}
.text-yellow-600\/20{
  color: rgb(202 138 4 / 0.2) !important;
}
.text-yellow-600\/25{
  color: rgb(202 138 4 / 0.25) !important;
}
.text-yellow-600\/30{
  color: rgb(202 138 4 / 0.3) !important;
}
.text-yellow-600\/40{
  color: rgb(202 138 4 / 0.4) !important;
}
.text-yellow-600\/50{
  color: rgb(202 138 4 / 0.5) !important;
}
.text-yellow-600\/60{
  color: rgb(202 138 4 / 0.6) !important;
}
.text-yellow-600\/70{
  color: rgb(202 138 4 / 0.7) !important;
}
.text-yellow-600\/75{
  color: rgb(202 138 4 / 0.75) !important;
}
.text-yellow-600\/80{
  color: rgb(202 138 4 / 0.8) !important;
}
.text-yellow-600\/90{
  color: rgb(202 138 4 / 0.9) !important;
}
.text-yellow-600\/95{
  color: rgb(202 138 4 / 0.95) !important;
}
.text-yellow-600\/100{
  color: rgb(202 138 4 / 1) !important;
}
.text-yellow-700\/0{
  color: rgb(161 98 7 / 0) !important;
}
.text-yellow-700\/5{
  color: rgb(161 98 7 / 0.05) !important;
}
.text-yellow-700\/10{
  color: rgb(161 98 7 / 0.1) !important;
}
.text-yellow-700\/20{
  color: rgb(161 98 7 / 0.2) !important;
}
.text-yellow-700\/25{
  color: rgb(161 98 7 / 0.25) !important;
}
.text-yellow-700\/30{
  color: rgb(161 98 7 / 0.3) !important;
}
.text-yellow-700\/40{
  color: rgb(161 98 7 / 0.4) !important;
}
.text-yellow-700\/50{
  color: rgb(161 98 7 / 0.5) !important;
}
.text-yellow-700\/60{
  color: rgb(161 98 7 / 0.6) !important;
}
.text-yellow-700\/70{
  color: rgb(161 98 7 / 0.7) !important;
}
.text-yellow-700\/75{
  color: rgb(161 98 7 / 0.75) !important;
}
.text-yellow-700\/80{
  color: rgb(161 98 7 / 0.8) !important;
}
.text-yellow-700\/90{
  color: rgb(161 98 7 / 0.9) !important;
}
.text-yellow-700\/95{
  color: rgb(161 98 7 / 0.95) !important;
}
.text-yellow-700\/100{
  color: rgb(161 98 7 / 1) !important;
}
.text-yellow-800\/0{
  color: rgb(133 77 14 / 0) !important;
}
.text-yellow-800\/5{
  color: rgb(133 77 14 / 0.05) !important;
}
.text-yellow-800\/10{
  color: rgb(133 77 14 / 0.1) !important;
}
.text-yellow-800\/20{
  color: rgb(133 77 14 / 0.2) !important;
}
.text-yellow-800\/25{
  color: rgb(133 77 14 / 0.25) !important;
}
.text-yellow-800\/30{
  color: rgb(133 77 14 / 0.3) !important;
}
.text-yellow-800\/40{
  color: rgb(133 77 14 / 0.4) !important;
}
.text-yellow-800\/50{
  color: rgb(133 77 14 / 0.5) !important;
}
.text-yellow-800\/60{
  color: rgb(133 77 14 / 0.6) !important;
}
.text-yellow-800\/70{
  color: rgb(133 77 14 / 0.7) !important;
}
.text-yellow-800\/75{
  color: rgb(133 77 14 / 0.75) !important;
}
.text-yellow-800\/80{
  color: rgb(133 77 14 / 0.8) !important;
}
.text-yellow-800\/90{
  color: rgb(133 77 14 / 0.9) !important;
}
.text-yellow-800\/95{
  color: rgb(133 77 14 / 0.95) !important;
}
.text-yellow-800\/100{
  color: rgb(133 77 14 / 1) !important;
}
.text-yellow-900\/0{
  color: rgb(113 63 18 / 0) !important;
}
.text-yellow-900\/5{
  color: rgb(113 63 18 / 0.05) !important;
}
.text-yellow-900\/10{
  color: rgb(113 63 18 / 0.1) !important;
}
.text-yellow-900\/20{
  color: rgb(113 63 18 / 0.2) !important;
}
.text-yellow-900\/25{
  color: rgb(113 63 18 / 0.25) !important;
}
.text-yellow-900\/30{
  color: rgb(113 63 18 / 0.3) !important;
}
.text-yellow-900\/40{
  color: rgb(113 63 18 / 0.4) !important;
}
.text-yellow-900\/50{
  color: rgb(113 63 18 / 0.5) !important;
}
.text-yellow-900\/60{
  color: rgb(113 63 18 / 0.6) !important;
}
.text-yellow-900\/70{
  color: rgb(113 63 18 / 0.7) !important;
}
.text-yellow-900\/75{
  color: rgb(113 63 18 / 0.75) !important;
}
.text-yellow-900\/80{
  color: rgb(113 63 18 / 0.8) !important;
}
.text-yellow-900\/90{
  color: rgb(113 63 18 / 0.9) !important;
}
.text-yellow-900\/95{
  color: rgb(113 63 18 / 0.95) !important;
}
.text-yellow-900\/100{
  color: rgb(113 63 18 / 1) !important;
}
.text-blue-900\/0{
  color: rgb(0 0 53 / 0) !important;
}
.text-blue-900\/5{
  color: rgb(0 0 53 / 0.05) !important;
}
.text-blue-900\/10{
  color: rgb(0 0 53 / 0.1) !important;
}
.text-blue-900\/20{
  color: rgb(0 0 53 / 0.2) !important;
}
.text-blue-900\/25{
  color: rgb(0 0 53 / 0.25) !important;
}
.text-blue-900\/30{
  color: rgb(0 0 53 / 0.3) !important;
}
.text-blue-900\/40{
  color: rgb(0 0 53 / 0.4) !important;
}
.text-blue-900\/50{
  color: rgb(0 0 53 / 0.5) !important;
}
.text-blue-900\/60{
  color: rgb(0 0 53 / 0.6) !important;
}
.text-blue-900\/70{
  color: rgb(0 0 53 / 0.7) !important;
}
.text-blue-900\/75{
  color: rgb(0 0 53 / 0.75) !important;
}
.text-blue-900\/80{
  color: rgb(0 0 53 / 0.8) !important;
}
.text-blue-900\/90{
  color: rgb(0 0 53 / 0.9) !important;
}
.text-blue-900\/95{
  color: rgb(0 0 53 / 0.95) !important;
}
.text-blue-900\/100{
  color: rgb(0 0 53 / 1) !important;
}
.text-blue\/0{
  color: rgb(0 0 54 / 0) !important;
}
.text-blue\/5{
  color: rgb(0 0 54 / 0.05) !important;
}
.text-blue\/10{
  color: rgb(0 0 54 / 0.1) !important;
}
.text-blue\/20{
  color: rgb(0 0 54 / 0.2) !important;
}
.text-blue\/25{
  color: rgb(0 0 54 / 0.25) !important;
}
.text-blue\/30{
  color: rgb(0 0 54 / 0.3) !important;
}
.text-blue\/40{
  color: rgb(0 0 54 / 0.4) !important;
}
.text-blue\/50{
  color: rgb(0 0 54 / 0.5) !important;
}
.text-blue\/60{
  color: rgb(0 0 54 / 0.6) !important;
}
.text-blue\/70{
  color: rgb(0 0 54 / 0.7) !important;
}
.text-blue\/75{
  color: rgb(0 0 54 / 0.75) !important;
}
.text-blue\/80{
  color: rgb(0 0 54 / 0.8) !important;
}
.text-blue\/90{
  color: rgb(0 0 54 / 0.9) !important;
}
.text-blue\/95{
  color: rgb(0 0 54 / 0.95) !important;
}
.text-blue\/100{
  color: rgb(0 0 54 / 1) !important;
}
.text-green-300\/0{
  color: rgb(154 247 199 / 0) !important;
}
.text-green-300\/5{
  color: rgb(154 247 199 / 0.05) !important;
}
.text-green-300\/10{
  color: rgb(154 247 199 / 0.1) !important;
}
.text-green-300\/20{
  color: rgb(154 247 199 / 0.2) !important;
}
.text-green-300\/25{
  color: rgb(154 247 199 / 0.25) !important;
}
.text-green-300\/30{
  color: rgb(154 247 199 / 0.3) !important;
}
.text-green-300\/40{
  color: rgb(154 247 199 / 0.4) !important;
}
.text-green-300\/50{
  color: rgb(154 247 199 / 0.5) !important;
}
.text-green-300\/60{
  color: rgb(154 247 199 / 0.6) !important;
}
.text-green-300\/70{
  color: rgb(154 247 199 / 0.7) !important;
}
.text-green-300\/75{
  color: rgb(154 247 199 / 0.75) !important;
}
.text-green-300\/80{
  color: rgb(154 247 199 / 0.8) !important;
}
.text-green-300\/90{
  color: rgb(154 247 199 / 0.9) !important;
}
.text-green-300\/95{
  color: rgb(154 247 199 / 0.95) !important;
}
.text-green-300\/100{
  color: rgb(154 247 199 / 1) !important;
}
.text-green-400\/0{
  color: rgb(24 255 133 / 0) !important;
}
.text-green-400\/5{
  color: rgb(24 255 133 / 0.05) !important;
}
.text-green-400\/10{
  color: rgb(24 255 133 / 0.1) !important;
}
.text-green-400\/20{
  color: rgb(24 255 133 / 0.2) !important;
}
.text-green-400\/25{
  color: rgb(24 255 133 / 0.25) !important;
}
.text-green-400\/30{
  color: rgb(24 255 133 / 0.3) !important;
}
.text-green-400\/40{
  color: rgb(24 255 133 / 0.4) !important;
}
.text-green-400\/50{
  color: rgb(24 255 133 / 0.5) !important;
}
.text-green-400\/60{
  color: rgb(24 255 133 / 0.6) !important;
}
.text-green-400\/70{
  color: rgb(24 255 133 / 0.7) !important;
}
.text-green-400\/75{
  color: rgb(24 255 133 / 0.75) !important;
}
.text-green-400\/80{
  color: rgb(24 255 133 / 0.8) !important;
}
.text-green-400\/90{
  color: rgb(24 255 133 / 0.9) !important;
}
.text-green-400\/95{
  color: rgb(24 255 133 / 0.95) !important;
}
.text-green-400\/100{
  color: rgb(24 255 133 / 1) !important;
}
.text-green\/0{
  color: rgb(23 237 125 / 0) !important;
}
.text-green\/5{
  color: rgb(23 237 125 / 0.05) !important;
}
.text-green\/10{
  color: rgb(23 237 125 / 0.1) !important;
}
.text-green\/20{
  color: rgb(23 237 125 / 0.2) !important;
}
.text-green\/25{
  color: rgb(23 237 125 / 0.25) !important;
}
.text-green\/30{
  color: rgb(23 237 125 / 0.3) !important;
}
.text-green\/40{
  color: rgb(23 237 125 / 0.4) !important;
}
.text-green\/50{
  color: rgb(23 237 125 / 0.5) !important;
}
.text-green\/60{
  color: rgb(23 237 125 / 0.6) !important;
}
.text-green\/70{
  color: rgb(23 237 125 / 0.7) !important;
}
.text-green\/75{
  color: rgb(23 237 125 / 0.75) !important;
}
.text-green\/80{
  color: rgb(23 237 125 / 0.8) !important;
}
.text-green\/90{
  color: rgb(23 237 125 / 0.9) !important;
}
.text-green\/95{
  color: rgb(23 237 125 / 0.95) !important;
}
.text-green\/100{
  color: rgb(23 237 125 / 1) !important;
}
.text-opacity-0{
  --tw-text-opacity: 0 !important;
}
.text-opacity-5{
  --tw-text-opacity: 0.05 !important;
}
.text-opacity-10{
  --tw-text-opacity: 0.1 !important;
}
.text-opacity-20{
  --tw-text-opacity: 0.2 !important;
}
.text-opacity-25{
  --tw-text-opacity: 0.25 !important;
}
.text-opacity-30{
  --tw-text-opacity: 0.3 !important;
}
.text-opacity-40{
  --tw-text-opacity: 0.4 !important;
}
.text-opacity-50{
  --tw-text-opacity: 0.5 !important;
}
.text-opacity-60{
  --tw-text-opacity: 0.6 !important;
}
.text-opacity-70{
  --tw-text-opacity: 0.7 !important;
}
.text-opacity-75{
  --tw-text-opacity: 0.75 !important;
}
.text-opacity-80{
  --tw-text-opacity: 0.8 !important;
}
.text-opacity-90{
  --tw-text-opacity: 0.9 !important;
}
.text-opacity-95{
  --tw-text-opacity: 0.95 !important;
}
.text-opacity-100{
  --tw-text-opacity: 1 !important;
}
.bg-blend-normal{
  background-blend-mode: normal !important;
}
.bg-blend-multiply{
  background-blend-mode: multiply !important;
}
.bg-blend-screen{
  background-blend-mode: screen !important;
}
.bg-blend-overlay{
  background-blend-mode: overlay !important;
}
.bg-blend-darken{
  background-blend-mode: darken !important;
}
.bg-blend-lighten{
  background-blend-mode: lighten !important;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge !important;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn !important;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light !important;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light !important;
}
.bg-blend-difference{
  background-blend-mode: difference !important;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion !important;
}
.bg-blend-hue{
  background-blend-mode: hue !important;
}
.bg-blend-saturation{
  background-blend-mode: saturation !important;
}
.bg-blend-color{
  background-blend-mode: color !important;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity !important;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  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 !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-300{
  transition-duration: 300ms !important;
}
.gradient-usage-v {
    background: rgb(0,0,53) !important;
    background: linear-gradient(180deg, rgba(0,0,53,1) 0%, rgba(0,0,53,1) 50%, rgba(233,233,233,1) 50%, rgba(233,233,233,1) 100%) !important;
  }
.break-inside {
    -moz-column-break-inside: avoid !important;
         break-inside: avoid !important;
  }
.break-inside:nth-child(odd) header.entry-header{
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
  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-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;
}

.site-content .break-inside:nth-child(odd) header.entry-header ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.break-inside:nth-child(odd) header.entry-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.break-inside:nth-child(odd) header.entry-header{
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
  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-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;
}

.site-content .break-inside:nth-child(odd) header.entry-header ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.break-inside:nth-child(odd) header.entry-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.break-inside:nth-child(even) header.entry-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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-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;
}
.break-inside:nth-child(even) header.entry-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
}
.break-inside:nth-child(even) header.entry-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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-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;
}
.break-inside:nth-child(even) header.entry-header:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
}
.w-100 {
  width: 26rem;
}
.h-100 {
  height: 26rem;
}
.border-10 {
  border: 10px solid transparent;
}
.border-b-10 {
  border-bottom: 10px solid transparent;
}
.passingText {
  display: block;
  overflow: hidden;
  position: relative;
  height: 60px;
}
.passingText div {
  position: absolute;
  min-width: 100%;
}
.passingText div span {
  position: relative;
  top:0; left:0;
  display: inline-block;
  white-space: nowrap;
  font-size: 2rem;
}
.passingText div span:first-child {
  -webkit-animation: passing 50s infinite linear;
          animation: passing 50s infinite linear;
}
ul.list > li {
	position: relative;
	padding-left: 30px;
	padding-bottom: 8px;
}
ul.list > li:before {
	content: url('../images/c-check.svg');
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
@-webkit-keyframes passing {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
@keyframes passing {
  0% { margin-left: 0; }
  100% { margin-left: -100%; }
}
/* Import fonts */
strong{
  font-weight: 700;
}
/* Font styles */
.h1,  .h2,  .h3,  .h4,  .h5,  .h6{
  font-weight: 900; /* font-serif */
}
.h1{
  font-size: 2.25rem;
  line-height: 1;
}
.h2{
  font-size: 1.875rem;
  line-height: 1;
}
.text-10xl {
  font-size: 15rem;
}
.bottom-wi {
  bottom: -95px;
}
.surcover-h1 strong{
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .surcover-h1 strong{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.w-strong-green strong{
  --tw-text-opacity: 1;
  color: rgb(24 255 133 / var(--tw-text-opacity));
}
.w-strong-blue strong{
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.w-underlined strong{
  position: relative;
}
.w-underlined strong:before {
  content: '';
  width: 110%;
  height: 14px;
  margin-left: -5%;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
}

.site-content .w-underlined strong:before ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.w-white-underlined strong{
  position: relative !important;
  z-index: 10 !important;
  font-weight: 300 !important;
}
.w-white-underlined strong:before {
  content: ' ';
  width: 105%;
  height: 18px;
  left: 3%;
	bottom: 1px;
	z-index: -1;
	position: absolute;
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-content ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
  line-height: 1;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.site-content ul li:before {
  content : '\2022';
  font-family: 'Arial';
  top: 0.7rem;
  position: absolute;
  left: 0px;
  font-size: 1.875rem;
  line-height: 1;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(24 255 133 / var(--tw-text-opacity));
}
body.single .site-content .image-and-text--block div, 
body.single .site-content .image-and-text--block p{
  padding-bottom: 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  line-height: 1.75rem;
}
body.single .site-content ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1;
  line-height: 1.5rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
body.single .site-content ul li:before {
  content: url('../icons/arrow-r.svg');
  font-family: 'Arial';
  position: absolute;
  left: 0px;
  top: 0.5rem;
  font-size: 1.875rem;
  line-height: 1;
  line-height: .75rem;
  --tw-text-opacity: 1;
  color: rgb(24 255 133 / var(--tw-text-opacity));
}
body.single .lesingle-content p a, 
body.single .single-content a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.site-content .bg-blue-900 ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  line-height: .75rem;
  letter-spacing: 0em;
}
.site-content .bg-blue-900 ul li:before, 
.site-content .bg-green-400 ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-content ul.slider li{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 53 / var(--tw-border-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-content ul.slider li:before {
  display: none;
}
.site-content ul.slider li.active{
  padding-left: 3.5rem;
  font-weight: 700;
}
.site-content ul.slider li.active:before {
  content: "\A";
  display: block;
  border-style: solid;
  border-width: 15px 25px 15px 0;
  border-color: transparent rgba(23, 237, 125,100) transparent transparent;
  position: absolute;
  left: 0;
  top: 23px;
  transform: rotate(180deg);
}
.list-plus ul li{
  position: relative;
  padding-bottom: 1.25rem;
  padding-left: 4rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.list-plus ul li:before {
  content: '+';
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(24 255 133 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(24 255 133 / var(--tw-text-opacity));
}
.video-block-texts > p > strong{
  font-size: 1.5rem;
  line-height: 1;
}
.video-block-texts > ul{
  margin-top: 2rem;
}
.video-block-texts > ul > li{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.video-block-texts > ul > li strong{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.video-block-texts > ul > li:before{
  --tw-text-opacity: 1 !important;
  color: rgb(24 255 133 / var(--tw-text-opacity)) !important;
}
.has-btn a{
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.has-btn.btn-secondary a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-content .has-btn.btn-secondary a ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  line-height: .75rem;
  letter-spacing: 0em;
}
.site-content .has-btn.btn-secondary a ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.has-btn.btn-primary a{
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}

.site-content .has-btn.btn-primary a ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .has-btn.btn-primary a{
    display: inline;
    width: auto;
  }
}
.has-btn.has-anim a #eyeball_2{
  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: 300ms;
}
.has-btn.has-anim a:hover #eyeball_2{
  --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));
}
.btn{
  display: block;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 768px){
  .btn{
    display: inline;
    border-radius: 9999px;
  }
}
.btn{
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.btn-outline.btn-blue{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 53 / var(--tw-border-opacity));
  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: 500ms;
}
.btn-outline.btn-blue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-outline.btn-white{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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: 500ms;
}
.btn-outline.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.btn-md{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1;
}
.btn-lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
}
.btn-xl{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1;
}
.btn strong{
  font-weight: 900;
}
/* Forms */
#wpforms-form-11{
  position: relative;
}
#wpforms-form-11 .wpforms-submit-container{
  position: absolute;
  top: 0px;
  right: 0px;
}
#wpforms-form-11 input[type="email"]{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(23 237 125 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-height: 42px;
}
#wpforms-form-11 label.wpforms-field-label[for="wpforms-11-field_2"] {
  display: none !important;
}
#wpforms-form-11 ul#wpforms-11-field_2{
  line-height: .75rem;
}
#wpforms-form-11 ul#wpforms-11-field_2 label{
  font-size: .875rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 54 / var(--tw-text-opacity));
}
#wpforms-form-11 ul#wpforms-11-field_2 label a{
  --tw-text-opacity: 1;
  color: rgb(23 237 125 / var(--tw-text-opacity));
}
.form-landing2022{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.form-landing2022 .quform-option-label{
  font-weight: 700;
}
.form-landing2022 .quform-description-below{
  padding-left: 1.5rem;
}
.mobile-navigation {
  display: none;
  z-index: 1010;
  top: 76px;
  -webkit-animation: slidemenu .6s;
          animation: slidemenu .6s;
  position: fixed;
  width: 100%;
  max-width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.25rem;
  padding-top: 0.75rem;
  padding-left: 0.5rem;
}
.mobile-navigation li{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mobile-navigation li a{
  font-size: 1.5rem;
  line-height: 1;
}
body.open-menu{
  overflow: hidden;
  max-height: calc(100% + -4rem);
}
body.open-menu .mobile-navigation {
  display: block;
  height: calc(100vh + -4rem);
  overflow: auto;
}
body.open-menu #header{
  position: fixed;
  --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);
}
body.open-menu #content{
  margin-top: 4rem;
}
@-webkit-keyframes slidemenu {
  from {
    left: -100vh;
  }
  to {
    left: 0;
  }
}
@keyframes slidemenu {
  from {
    left: -100vh;
  }
  to {
    left: 0;
  }
}
/* Navigation -- posts */
.navigation.posts-navigation .nav-links{
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
}
.navigation.post-navigation .nav-links{
  margin-top: 2.5rem;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
}
.navigation.posts-navigation .nav-links .nav-previous, 
.navigation.posts-navigation .nav-links .nav-next{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.navigation.posts-navigation .nav-links .nav-previous a, 
.navigation.posts-navigation .nav-links .nav-next a{
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.navigation.post-navigation .nav-links .nav-next{
  text-align: right;
}
.navigation.post-navigation .nav-links .nav-previous a .nav-title, 
.navigation.post-navigation .nav-links .nav-next a .nav-title{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.navigation.posts-navigation .nav-links .nav-previous a:before,
.navigation.post-navigation .nav-links .nav-previous a .nav-title:before {
  content: '< ';
}
.navigation.posts-navigation .nav-links .nav-next a:after,
.navigation.post-navigation .nav-links .nav-next a .nav-title:after {
  content: ' >';
}
/*
.navigation.posts-navigation .nav-links .nav-previous a:hover,
.navigation.posts-navigation .nav-links .nav-next a:hover,
.navigation.post-navigation .nav-links .nav-previous a:hover,
.navigation.post-navigation .nav-links .nav-next a:hover {

}
*/
/* Navigation -- main */
.main-navigation ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  .main-navigation ul{
    flex-direction: row;
  }
}
.main-navigation ul li{
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: .875rem;
  line-height: 1;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
  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: 500ms;
}
.main-navigation ul li.has-btn{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.main-navigation ul li:first-child{
  padding-left: 0px;
}
.main-navigation ul li a{
  font-size: 1.1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.mobile-navigation {
  height: calc(100vh + -4rem);

}
.custom-logo {
  max-width: 150px;
}
.main-navigation ul li.current-menu-item:not(.btn-primary) a, 
.main-navigation ul li.current-menu-ancestor:not(.btn-primary) a{
  --tw-text-opacity: 1;
  color: rgb(23 237 125 / var(--tw-text-opacity));
}
.main-navigation ul li.current-menu-item.btn-primary a, 
.main-navigation ul li.current-menu-ancestor.btn-primary a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main-navigation.open{
  position: absolute;
  left: 0px;
  top: 4rem;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.main-navigation.open ul{
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.main-navigation.open ul li{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-navigation ul li.menu-item-has-children ul.sub-menu{
  position: absolute;
  left: 0px;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 2rem;
  --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);
  min-width: 350px;
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu li a{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu li.current_page_item:not(.btn-primary) a{
  --tw-text-opacity: 1;
  color: rgb(23 237 125 / var(--tw-text-opacity));
}
.main-navigation ul li.menu-item-has-children:hover ul.sub-menu li.current_page_item.btn-primary a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html {
  scroll-behavior: smooth;
}
html,  body{
  overflow-x: hidden;
}
.container{
  padding-left: 1rem;
  padding-right: 1rem;
}
body.page-template-landing-2022 .cover-logo-container img {
	width: 120px;
	height: auto;
}
body.page-template-landing-2022 .youtube_player {
	width: 350px;
	height: 220px;
}
@media screen and (min-width: 1024px) {
  .cover-block {
    max-height: 380px;
  }

	body.page-template-landing-2022 .cover-block {
    max-height: 500px;
  }

	body.page-template-landing-2022 .cover-logo-container {
		width: 530px;
		height: 530px;
		margin-top: -30px;
		/*margin-left: -40%;*/
	}

	body.page-template-landing-2022 .cover-logo-container img {
		width: 170px;
		height: auto;
	}

	body.page-template-landing-2022 .youtube_player {
		width: 540px;
		height: 310px;
	}
}
@media screen and (min-width: 1280px) {
	body.page-template-landing-2022 .cover-logo-container {
		width: 500px;
		height: 500px;
		margin-top: -60px;
		/*margin-left: -5%;*/
	}

	body.page-template-landing-2022 .cover-logo-container img {
		width: 290px;
		height: auto;
	}
}
/* Home - eyes */
.eyes .eye {
  width: 60px;
  height: 60px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.eyes .eye .ball {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  margin-left: -11px;
  margin-top: -11px;
}
/* Footer eyes */
.eye-sm {
  width: 34px;
  height: 34px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.eye-sm .ball {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  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: 300ms;
  margin-left: -6px;
  margin-top: -6px;
}
.scroll-to-top:hover .eye-sm .ball{
  --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));
}
.eye-xs {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.eye-xs .ball {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  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: 300ms;
  margin-left: -3px;
  margin-top: -3px;
}
.js-show-r:hover .eye-xs .ball{
  --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));
}
/* Home - surcover */
@media screen and (min-height: 830px) {
  .screen-vh {
    height: calc(100vh - 80px);
  }
}
/* Sections */
.section{
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px){
  .section{
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* Background */
.w-w {
  background-image: url('../images/w.svg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.wi:before {
  content: '';
  background-image: url('../images/wi.svg');
  margin-left: -240px;
  margin-top: -110px;
  width: 1525px;
  height: 767px;
  z-index: -1;
  position: absolute;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.zi:before {
  content: '';
  background-image: url('../images/zi.svg');
  margin-top: 90px;
  z-index: -1;
  width: 152%;
  height: 85%;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  opacity: 0.75;
}
.dee {
  background-image: url('../images/dee.svg');
  background-position: center 30px;
  background-repeat: no-repeat;
}
.wizi-light {
  margin-bottom: 52px;
}
.expert-bubble {
  width: 315px;
  height: 315px;
}
.expert-bubble-lg {
  width: 365px;
  height: 365px;
  border-width: 24px;
}
.expert-bubble-lg .expert-bubble-bg {
  content: '';
  border-radius: 100%;
  width: 365px;
  height: 365px;
  display: block;
  background: radial-gradient(circle, rgba(0,0,54,1) 0%, rgba(0,0,54,1) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: center center;
  transition: background-size .6s, color .6s;
  position: absolute;
  z-index: -1;
}
.expert-bubble-lg:hover .expert-bubble-bg {
  background-size: 0% 0%;
}
.expert-bubble-lg .hover{
  display: none;
}
.expert-bubble-lg:hover .static{
  display: none;
}
.expert-bubble-lg:hover .hover{
  display: block;
}
.techno-bubble-md {
  width: 480px;
  height: 480px;
}
.techno-bubble-lg {
  width: 540px;
  height: 540px;
}
.techno-bubble .hover{
  display: none;
}
.techno-bubble .eye-sm .ball {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  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: 300ms;
  margin-left: -6px;
  margin-top: -12px;
}
.techno-bubble .static:hover .eye-sm .ball{
  --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));
}
@media (min-width: 1024px){
  #tabs_300 + #simple_content_400{
    margin-top: -6rem;
  }
}
/*
.techno-bubble:hover .static {
  @apply hidden;
}
.techno-bubble:hover .hover {
  @apply block;
}
*/
.expert-wizi {
  margin-left: -4.45rem !important;
}
/* Anims */
.w-img-rotate img{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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;
}
.w-img-rotate:hover img{
  --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));
}
.eyebrows:hover .eyebrow-l{
  --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));
}
.eyebrows:hover .eyebrow-r{
  --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));
}
.eyebrows .mouth-corner {
  margin-top: 6px;
  margin-left: 21.8rem;
}
.eyebrows:hover .mouth-corner {
  margin-top: -2px;
  margin-left: 22.5rem;
}
.eyebrows:hover .mouth{
  transform-origin: bottom left;
  --tw-skew-y: -12deg;
  --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));
  /*@apply transform origin-center scale-x-250 -skew-y-12;*/
}
/* Vidéo */
.video{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.video > iframe{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.bg-wizilight:hover .wizititle{
  --tw-translate-x: 2.5rem;
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bg-bicolor {
  background: rgb(24,255,133);
  background: linear-gradient(180deg, rgba(24,255,133,1) 0%, rgba(24,255,133,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
@media screen and (min-width: 1024px) {
  .bg-bicolor {
    background: linear-gradient(90deg, rgba(24,255,133,1) 0%, rgba(24,255,133,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  }
}
.e {
  background-image: url('../images/e.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.o {
  background-image: url('../images/o.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.o-w {
  background-image: url('../images/o-w.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.o-w-green {
  background-image: url('../images/o-w-green.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.h-480 {
  height: 480px;
}
/* Forms */
@media (min-width: 768px){
  .quform{
    margin-right: 6rem;
  }
}
.quform .quform-field.quform-field-text, 
.quform .quform-field.quform-field-email{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 53 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.quform .quform-field.quform-field-text::-moz-placeholder, .quform .quform-field.quform-field-email::-moz-placeholder{
  color: rgb(0 0 53 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
.quform .quform-field.quform-field-text::placeholder, 
.quform .quform-field.quform-field-email::placeholder{
  color: rgb(0 0 53 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
.quform .quform-field.quform-field-textarea{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 53 / var(--tw-border-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.quform .quform-field.quform-field-textarea::-moz-placeholder{
  color: rgb(0 0 53 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
.quform .quform-field.quform-field-textarea::placeholder{
  color: rgb(0 0 53 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 1;
}
.quform .quform-label.quform-label-inside{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}
.quform .quform-description.quform-description-below{
  font-size: .875rem;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  line-height: 1.25rem;
}
.quform .quform-button-submit .quform-submit{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 53 / var(--tw-text-opacity));
}

.site-content .quform .quform-button-submit .quform-submit ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pullquote{
  position: relative;
}
.pullquote-align {
  max-width: 995px;
  margin-left: auto;
  margin-right: auto;
}
.pullquote:before {
  content: url('../icons/quote-l.svg');
  position: absolute;
  left: 0px;
  top: -1.75rem;
}
.pullquote:after {
  content: url('../icons/quote-r.svg');
  position: absolute;
  right: 0px;
  bottom: -2.25rem;
}
.wp-block-pullquote{
  padding-top: 0px;
  padding-bottom: 0px;
}
.wp-block-pullquote blockquote p {
  font-size: 1.4em !important;
}
.addtoany_shortcode {
  height: 44px;
}
.addtoany_list a, 
.widget .addtoany_list a{
  padding-left: 1rem !important;
  padding-right: 0px !important;
}
.image-and-text--block h2{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 800;
  line-height: 1.75rem;
}
.image-and-text--block h3{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 800;
  line-height: 1.75rem;
}
.bubble-title{
  position: absolute;
  z-index: -10;
  display: flex;
  height: 9rem;
  width: 9rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(24 255 133 / var(--tw-border-opacity));
  font-size: 4rem;
  line-height: .9;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(24 255 133 / var(--tw-text-opacity));
}
body.single .site-content .wp-block-image img{
  margin-left: auto;
  margin-right: auto;
}
/* Testimonials */
.testimonials-slider ul li{
  border-width: 0px !important;
}
.testimonials-slider ul li:before, 
.testimonials-slider ul li:after{
  display: none;
}
.pager-testimonials{
  margin-top: 1rem;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
@media (min-width: 1024px){
  .pager-testimonials{
    display: flex;
  }
}
.pager-testimonials li{
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pager-testimonials li a{
  margin-left: 0px;
  margin-right: 0px;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
}

.site-content .pager-testimonials li a ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pager-testimonials li a {
  text-indent: -9999px;
}
.pager-testimonials li.selected a{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 53 / var(--tw-bg-opacity));
}
.site-content .pager-testimonials li.selected a ul li{
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-size: 1.1rem;
  line-height: 1;
  line-height: .75rem;
  letter-spacing: 0em;
}
.site-content .pager-testimonials li.selected a ul li:before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.testimonials-slider .bx-controls .bx-prev{
  margin-left: -4rem;
}
.testimonials-slider .bx-controls .bx-next{
  margin-right: -4rem;
}
.bx-wrapper .bx-controls-direction a {
  background: none;
  background-position: center !important;
}
.bx-wrapper .bx-controls-direction a:hover{
  opacity: 0.6 !important;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 99 !important;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url('../icons/testi-slider-left.svg');
  width: 40px;
  height: 40px;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url('../icons/testi-slider-right.svg');
  width: 40px;
  height: 40px;
}
/* Masonry */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper{
  background-color: transparent;
	/*
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
	*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('../images/bx_controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('../images/bx_controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../images/bx_controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../images/bx_controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.hover\:border-green-400:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 255 133 / var(--tw-border-opacity)) !important;
}
.hover\:border-blue-900:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 53 / var(--tw-border-opacity)) !important;
}
.hover\:bg-green-400:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 255 133 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(23 237 125 / var(--tw-bg-opacity)) !important;
}
.hover\:text-green-400:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(24 255 133 / var(--tw-text-opacity)) !important;
}
.hover\:text-white:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px){
  .md\:absolute{
    position: absolute !important;
  }
  .md\:right-0{
    right: 0px !important;
  }
  .md\:top-16{
    top: 4rem !important;
  }
  .md\:bottom-0{
    bottom: 0px !important;
  }
  .md\:-bottom-1{
    bottom: -0.25rem !important;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }
  .md\:col-start-3{
    grid-column-start: 3 !important;
  }
  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .md\:ml-24{
    margin-left: 6rem !important;
  }
  .md\:mt-36{
    margin-top: 9rem !important;
  }
  .md\:mt-0{
    margin-top: 0px !important;
  }
  .md\:ml-0{
    margin-left: 0px !important;
  }
  .md\:mb-0{
    margin-bottom: 0px !important;
  }
  .md\:mt-24{
    margin-top: 6rem !important;
  }
  .md\:mt-48{
    margin-top: 12rem !important;
  }
  .md\:mr-10{
    margin-right: 2.5rem !important;
  }
  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }
  .md\:block{
    display: block !important;
  }
  .md\:flex{
    display: flex !important;
  }
  .md\:grid{
    display: grid !important;
  }
  .md\:hidden{
    display: none !important;
  }
  .md\:flex-1{
    flex: 1 1 0% !important;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  .md\:flex-row{
    flex-direction: row !important;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse !important;
  }
  .md\:items-center{
    align-items: center !important;
  }
  .md\:justify-center{
    justify-content: center !important;
  }
  .md\:justify-between{
    justify-content: space-between !important;
  }
  .md\:gap-4{
    gap: 1rem !important;
  }
  .md\:gap-8{
    gap: 2rem !important;
  }
  .md\:gap-6{
    gap: 1.5rem !important;
  }
  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .md\:bg-blue-900{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 53 / var(--tw-bg-opacity)) !important;
  }
  .md\:p-10{
    padding: 2.5rem !important;
  }
  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .md\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .md\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .md\:pt-0{
    padding-top: 0px !important;
  }
  .md\:pt-24{
    padding-top: 6rem !important;
  }
  .md\:pt-16{
    padding-top: 4rem !important;
  }
  .md\:pr-5{
    padding-right: 1.25rem !important;
  }
  .md\:pt-12{
    padding-top: 3rem !important;
  }
  .md\:pb-0{
    padding-bottom: 0px !important;
  }
  .md\:pl-24{
    padding-left: 6rem !important;
  }
  .md\:pb-28{
    padding-bottom: 7rem !important;
  }
  .md\:pt-28{
    padding-top: 7rem !important;
  }
  .md\:pl-12{
    padding-left: 3rem !important;
  }
  .md\:text-6xl{
    font-size: 4rem !important;
    line-height: .9 !important;
  }
  .md\:masonry-2-col {
    -moz-column-count: 2 !important;
         column-count: 2 !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }
}
@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute !important;
  }
  .lg\:left-5{
    left: 1.25rem !important;
  }
  .lg\:right-1{
    right: 0.25rem !important;
  }
  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .lg\:mt-20{
    margin-top: 5rem !important;
  }
  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }
  .lg\:ml-56{
    margin-left: 14rem !important;
  }
  .lg\:mr-32{
    margin-right: 8rem !important;
  }
  .lg\:ml-24{
    margin-left: 6rem !important;
  }
  .lg\:ml-52{
    margin-left: 13rem !important;
  }
  .lg\:mr-24{
    margin-right: 6rem !important;
  }
  .lg\:block{
    display: block !important;
  }
  .lg\:flex{
    display: flex !important;
  }
  .lg\:grid{
    display: grid !important;
  }
  .lg\:hidden{
    display: none !important;
  }
  .lg\:w-1\/2{
    width: 50% !important;
  }
  .lg\:w-2\/12{
    width: 16.666667% !important;
  }
  .lg\:w-8\/12{
    width: 66.666667% !important;
  }
  .lg\:w-1\/4{
    width: 25% !important;
  }
  .lg\:w-3\/4{
    width: 75% !important;
  }
  .lg\:columns-3{
    -moz-columns: 3 !important;
         columns: 3 !important;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .lg\:items-center{
    align-items: center !important;
  }
  .lg\:justify-end{
    justify-content: flex-end !important;
  }
  .lg\:justify-center{
    justify-content: center !important;
  }
  .lg\:justify-between{
    justify-content: space-between !important;
  }
  .lg\:gap-12{
    gap: 3rem !important;
  }
  .lg\:gap-16{
    gap: 4rem !important;
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }
  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }
  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }
  .lg\:p-24{
    padding: 6rem !important;
  }
  .lg\:px-0{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .lg\:py-0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .lg\:pt-20{
    padding-top: 5rem !important;
  }
  .lg\:pb-0{
    padding-bottom: 0px !important;
  }
  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }
  .lg\:pr-16{
    padding-right: 4rem !important;
  }
  .lg\:pt-40{
    padding-top: 10rem !important;
  }
  .lg\:pb-28{
    padding-bottom: 7rem !important;
  }
  .lg\:pt-0{
    padding-top: 0px !important;
  }
  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }
  .lg\:pr-20{
    padding-right: 5rem !important;
  }
  .lg\:pl-20{
    padding-left: 5rem !important;
  }
  .lg\:pr-8{
    padding-right: 2rem !important;
  }
  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }
  .lg\:text-6xl{
    font-size: 4rem !important;
    line-height: .9 !important;
  }
  .lg\:text-4xl{
    font-size: 2.25rem !important;
    line-height: 1 !important;
  }

  .lg\:gradient-usage {
    background: rgb(0,0,53) !important;
    background: linear-gradient(90deg, rgba(0,0,53,1) 0%, rgba(0,0,53,1) 50%, rgba(233,233,233,1) 50%, rgba(233,233,233,1) 100%) !important;
  }

  .lg\:masonry-3-col {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
    -moz-column-gap: 1.5em !important;
         column-gap: 1.5em !important;
  }
}
@media (min-width: 1280px){
  .xl\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .xl\:text-7xl{
    font-size: 4.5rem !important;
    line-height: 1 !important;
  }
}
