*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.15 | 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: currentColor; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
* {
  font-synthesis: none !important;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  font-family: ProximaNova;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1240px;
}
.container .c-inner {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-container {
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {

  .section-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {

  .section-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.section-container.section-collapsed {
  margin-top: -30px;
}
@media (min-width: 768px) {

  .section-container.section-collapsed {
    margin-top: -60px;
  }
}
@media (min-width: 1024px) {

  .section-container.section-collapsed {
    margin-top: -120px;
  }
}
.section-container.z-top {
  z-index: 500;
}

.cqc {
  position: absolute;
  right: 0px;
  z-index: 1;
  height: 284px;
  width: 200px;
  background-image: url('../images/cqc-bg.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {

  .cqc {
    height: 426px;
    width: 300px;
  }
}

@media (min-width: 1024px) {

  .cqc {
    height: 674px;
    width: 475px;
  }
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Reg.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova-Italic";
  src: url("../fonts/ProximaNova-Italic.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova-LightItalic";
  src: url("../fonts/ProximaNova-LightItalic.otf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "ProximaNova-Medium";
  src: url("../fonts/ProximaNova-Medium.otf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "ProximaNova-SemiBold";
  src: url("../fonts/ProximaNova-SemiBold.otf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.otf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
.cookie-banner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 400;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
}
.cookie-banner.no-vis {
  display: none;
  height: 0px;
}
.cookie-banner .content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  .cookie-banner .content {
    flex-wrap: nowrap;
    gap: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {

  .cookie-banner .content {
    gap: 60px;
  }
}
.cookie-banner .content h3 {
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cookie-banner .content h3 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {

  .cookie-banner .content h3 {
    font-size: 26px;
  }
}
.cookie-banner .content p {
  font-size: 14px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cookie-banner .content p {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .cookie-banner .content p {
    font-size: 20px;
  }
}
.cookie-banner .content p a {
  text-decoration-line: underline;
}
.cookie-banner .content .info {
  flex-grow: 1;
}
.cookie-banner .content .actions {
  width: 100%;
  flex: none;
}
@media (min-width: 768px) {

  .cookie-banner .content .actions {
    width: 200px;
  }
}
@media (min-width: 1024px) {

  .cookie-banner .content .actions {
    width: 300px;
  }
}
.cookie-banner .content .actions .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
header.z-lower {
  z-index: 1;
}
header .nav-main {
  display: none;
  background-color: rgb(43 61 67 / 0.95);
}
@media (min-width: 768px) {

  header .nav-main {
    display: block;
  }
}
header .nav-main {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .nav-main nav {
  display: flex;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
}
header .nav-main nav .logo {
  margin-right: 50px;
  display: block;
  width: 130px;
}
@media (min-width: 1024px) {

  header .nav-main nav .logo {
    margin-right: 70px;
    width: 170px;
  }
}
header .nav-main nav .primary {
  display: flex;
}
header .nav-main nav .primary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
header .nav-main nav .primary {
  font-family: ProximaNova;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  header .nav-main nav .primary > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  header .nav-main nav .primary {
    font-size: 18px;
  }
}
header .nav-main nav .primary .active {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
header .nav-main nav .primary a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .nav-main nav .primary a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .nav-main nav .secondary {
  margin-left: auto;
}
header .nav-main nav .secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
header .nav-secondary {
  display: none;
  background-color: rgb(43 61 67 / 0.8);
}
@media (min-width: 768px) {

  header .nav-secondary {
    display: block;
  }
}
header .nav-secondary {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .nav-secondary nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  header .nav-secondary nav {
    font-size: 18px;
  }
}
header .nav-secondary nav .intro {
  opacity: 60%;
}
header .nav-secondary nav .primary {
  margin-left: 20px;
  display: flex;
}
header .nav-secondary nav .primary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {

  header .nav-secondary nav .primary {
    margin-left: 30px;
  }

  header .nav-secondary nav .primary > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }
}
header .nav-secondary nav .primary .active {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
header .nav-secondary nav .spacer {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 1024px) {

  header .nav-secondary nav .spacer {
    margin-left: 30px;
    margin-right: 30px;
  }
}
header .nav-secondary nav .secondary {
  display: flex;
}
header .nav-secondary nav .secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 1024px) {

  header .nav-secondary nav .secondary > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }
}
header .nav-secondary nav a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .nav-secondary nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .burger-menu {
  display: block;
  background-color: rgb(43 61 67 / 0.95);
}
@media (min-width: 768px) {

  header .burger-menu {
    display: none;
  }
}
header .burger-menu {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .burger-menu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .burger-menu nav .logo {
  display: block;
  width: 200px;
}
header .burger-menu nav .burger {
  position: relative;
  height: 19px;
  width: 30px;
}
header .burger-menu nav .burger .line {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .burger-menu nav .burger .line.first {
  top: 0px;
}
header .burger-menu nav .burger .line.second {
  top: 8px;
}
header .burger-menu nav .burger .line.third {
  top: 16px;
}
header .burger-menu nav .burger.expanded .first {
  top: 8px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header .burger-menu nav .burger.expanded .second {
  opacity: 0;
}
header .burger-menu nav .burger.expanded .third {
  top: 8px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
header .responsive-menu {
  display: none;
}
header .responsive-menu.expanded {
  display: block;
}
@media (min-width: 768px) {

  header .responsive-menu.expanded {
    display: none;
  }
}
header .responsive-menu .top {
  background-color: rgb(43 61 67 / 0.95);
  padding: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .responsive-menu .top .primary {
  text-align: center;
  font-family: ProximaNova;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header .responsive-menu .top .primary li {
  padding-top: 8px;
  padding-bottom: 8px;
}
header .responsive-menu .top .primary .active {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
header .responsive-menu .top .secondary {
  padding-top: 8px;
  padding-bottom: 8px;
}
header .responsive-menu .top .secondary li {
  text-align: center;
}
header .responsive-menu .bottom {
  background-color: rgb(43 61 67 / 0.8);
  padding: 15px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
header .responsive-menu .bottom .intro {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header .responsive-menu .bottom .primary, header .responsive-menu .bottom .secondary {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .responsive-menu .bottom .primary > :not([hidden]) ~ :not([hidden]), header .responsive-menu .bottom .secondary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}
header .responsive-menu .bottom .primary, header .responsive-menu .bottom .secondary {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
header .responsive-menu .bottom .primary .active, header .responsive-menu .bottom .secondary .active {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
header .responsive-menu .bottom .hr {
  margin-top: 20px;
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.paragraph {
  font-size: 16px;
}

@media (min-width: 768px) {

  .paragraph {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {

  .paragraph {
    font-size: 30px;
  }
}
.paragraph.lrg {
  font-size: 16px;
}
@media (min-width: 768px) {

  .paragraph.lrg {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .paragraph.lrg {
    font-size: 30px;
  }
}
.paragraph.med {
  font-size: 16px;
}
@media (min-width: 768px) {

  .paragraph.med {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {

  .paragraph.med {
    font-size: 20px;
  }
}
.paragraph p {
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  .paragraph p {
    padding-bottom: 31px;
  }
}
@media (min-width: 1024px) {

  .paragraph p {
    padding-bottom: 40px;
  }
}
.paragraph ul {
  margin-left: 30px;
  list-style-type: disc;
}
@media (min-width: 1024px) {

  .paragraph ul {
    margin-left: 45px;
  }
}
.paragraph ul li {
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  .paragraph ul li {
    padding-bottom: 31px;
  }
}
@media (min-width: 1024px) {

  .paragraph ul li {
    padding-bottom: 40px;
  }
}
.paragraph a {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.paragraph a:hover {
  --tw-text-opacity: 1;
  color: rgb(170 34 13 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.component {
  display: flex;
}
.component.button-left {
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
@media (min-width: 768px) {

  .component.button-left {
    flex-direction: row-reverse;
    gap: 30px;
  }
}
@media (min-width: 1024px) {

  .component.button-left {
    gap: 60px;
  }
}
.component.button-right {
  flex-direction: column;
  align-items: center;
  gap: 0px;
}
@media (min-width: 768px) {

  .component.button-right {
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1024px) {

  .component.button-right {
    gap: 60px;
  }
}
.component.base {
  height: 100%;
  width: 100%;
  flex-direction: column;
}
.component .heading {
  margin-bottom: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  .component .heading {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {

  .component .heading {
    margin-bottom: 60px;
  }
}
.component .heading.lrg {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  .component .heading.lrg {
    margin-bottom: 45px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .component .heading.lrg {
    margin-bottom: 60px;
    font-size: 50px;
  }
}
.component .heading.med {
  margin-bottom: 10px;
  font-size: 20px;
}
@media (min-width: 768px) {

  .component .heading.med {
    margin-bottom: 20px;
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  .component .heading.med {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.component .heading.sml {
  margin-bottom: 10px;
  font-size: 18px;
}
@media (min-width: 768px) {

  .component .heading.sml {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {

  .component .heading.sml {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

.hero-banner {
  height: 280px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 130px;
}

@media (min-width: 768px) {

  .hero-banner {
    height: 400px;
    padding-top: 205px;
  }
}

@media (min-width: 1024px) {

  .hero-banner {
    height: 610px;
    padding-top: 275px;
  }
}
.hero-banner .main-text {
  width: 100%;
  font-size: 30px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .hero-banner .main-text {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .hero-banner .main-text {
    font-size: 60px;
  }
}
.hero-banner .main-text .highlight {
  font-family: ProximaNova-Bold;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.hero-banner .subline-text {
  margin-top: 10px;
  width: 100%;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .hero-banner .subline-text {
    margin-top: 20px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .hero-banner .subline-text {
    margin-top: 30px;
    font-size: 30px;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
}
.breadcrumb .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (min-width: 768px) {

  .breadcrumb .items {
    flex-wrap: nowrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.breadcrumb .items .item a {
  display: block;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .breadcrumb .items .item a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .breadcrumb .items .item a {
    font-size: 18px;
  }
}
.breadcrumb .items .item a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.breadcrumb .items .item a.current {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.breadcrumb .items .divider {
  display: block;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .breadcrumb .items .divider {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .breadcrumb .items .divider {
    font-size: 18px;
  }
}

.secondary-banner {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.secondary-banner .primary {
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  .secondary-banner .primary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .secondary-banner .primary {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }
}
.secondary-banner .secondary {
  background-color: rgb(240 88 63 / 0.8);
  font-size: 16px;
}
@media (min-width: 768px) {

  .secondary-banner .secondary {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .secondary-banner .secondary {
    font-size: 20px;
  }
}
.secondary-banner .secondary .actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {

  .secondary-banner .secondary .actions {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1024px) {

  .secondary-banner .secondary .actions {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.btn {
  border-radius: 9999px;
}
.btn.btn-limedspruce-solid {
  --tw-bg-opacity: 1;
  background-color: rgb(43 61 67 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-limedspruce-solid {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-limedspruce-solid {
    padding-left: 52px;
    padding-right: 52px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
}
.btn.btn-limedspruce-solid:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 25 28 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo-white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-flamingo-white {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-flamingo-white {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-ghost-flamingo-white.active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
}
.btn.btn-ghost-flamingo-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-flamingo {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-flamingo {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-ghost-flamingo:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo-large {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-flamingo-large {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-flamingo-large {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
}
@media (min-width: 1280px) {

  .btn.btn-ghost-flamingo-large {
    padding-left: 52px;
    padding-right: 52px;
  }
}
.btn.btn-ghost-flamingo-large span {
  position: relative;
  height: 19px;
  width: 19px;
  overflow: hidden;
}
.btn.btn-ghost-flamingo-large span img {
  position: absolute;
  top: 0px;
  left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo-large:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo-large:hover span img {
  position: absolute;
  top: -19px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-flamingo-large.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-white-large {
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-white-large {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-white-large {
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }
}
@media (min-width: 1280px) {

  .btn.btn-ghost-white-large {
    padding-left: 52px;
    padding-right: 52px;
  }
}
.btn.btn-ghost-white-large:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-limedspruce {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-limedspruce {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-limedspruce {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-ghost-limedspruce:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(43 61 67 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-ghost-white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-ghost-white {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-ghost-white {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-ghost-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-white {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-white {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 189 179 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-filter-item {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .btn.btn-filter-item {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .btn.btn-filter-item {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.btn.btn-filter-item svg path {
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-filter-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-filter-item:hover svg path {
  fill: #F0583F;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-filter-item.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-filter-item.selected svg path {
  fill: #F0583F;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn.btn-full {
  width: 100%;
  text-align: center;
}
.btn.dont-wrap {
  white-space: nowrap;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.glide__bullets {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

  .glide__bullets > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.glide__bullets .glide__bullet {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .glide__bullets .glide__bullet {
    height: 18px;
    width: 18px;
  }
}
@media (min-width: 1024px) {

  .glide__bullets .glide__bullet {
    height: 20px;
    width: 20px;
  }
}
.glide__bullets .glide__bullet.glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.data-carousel {
  padding-left: 15px;
  padding-right: 15px;
}
.data-carousel .info-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .data-carousel .info-slide {
    border-radius: 60px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .info-slide {
    border-radius: 90px;
  }
}
.data-carousel .carousel-statistic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {

  .data-carousel .carousel-statistic {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-statistic {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.data-carousel .carousel-statistic .intro {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {

  .data-carousel .carousel-statistic .intro {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-statistic .intro {
    font-size: 30px;
  }
}
.data-carousel .carousel-statistic .data {
  font-family: ProximaNova-Bold;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .data-carousel .carousel-statistic .data {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-statistic .data {
    font-size: 64px;
  }
}
.data-carousel .carousel-statistic .link {
  padding-top: 30px;
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .data-carousel .carousel-statistic .link {
    padding-top: 60px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-statistic .link {
    padding-top: 120px;
    font-size: 30px;
  }
}
.data-carousel .carousel-testimony {
  background-image: url('../images/testimonial-bg.png');
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 30px;
}
@media (min-width: 768px) {

  .data-carousel .carousel-testimony {
    background-size: contain;
    padding: 45px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-testimony {
    padding: 105px;
  }
}
.data-carousel .carousel-testimony .testimonial {
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .data-carousel .carousel-testimony .testimonial {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-testimony .testimonial {
    font-size: 40px;
  }
}
.data-carousel .carousel-testimony .author {
  padding-top: 30px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .data-carousel .carousel-testimony .author {
    padding-top: 45px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-testimony .author {
    padding-top: 60px;
    font-size: 30px;
  }
}
.data-carousel .carousel-testimony .role {
  font-family: ProximaNova-LightItalic;
  font-size: 14px;
}
@media (min-width: 768px) {

  .data-carousel .carousel-testimony .role {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .data-carousel .carousel-testimony .role {
    font-size: 26px;
  }
}

.people-carousel .people-slide .person {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {

  .people-carousel .people-slide .person {
    border-radius: 12px;
    border-width: 3px;
    padding: 40px;
  }
}

@media (min-width: 1024px) {

  .people-carousel .people-slide .person {
    border-radius: 14px;
    border-width: 4px;
  }
}

@media (min-width: 1280px) {

  .people-carousel .people-slide .person {
    padding: 55px;
  }
}
.people-carousel .people-slide .person img {
  width: 100%;
}
.people-carousel .people-slide .person .con {
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 768px) {

  .people-carousel .people-slide .person .con {
    padding-top: 30px;
  }
}
@media (min-width: 1280px) {

  .people-carousel .people-slide .person .con {
    padding-top: 55px;
  }
}
.people-carousel .people-slide .person .con .name {
  font-family: ProximaNova-Bold;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .people-carousel .people-slide .person .con .name {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .people-carousel .people-slide .person .con .name {
    font-size: 30px;
  }
}
.people-carousel .people-slide .person .con .role {
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .people-carousel .people-slide .person .con .role {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {

  .people-carousel .people-slide .person .con .role {
    font-size: 20px;
  }
}
.people-carousel .people-slide .person .con .bio {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .people-carousel .people-slide .person .con .bio {
    padding-top: 30px;
    font-size: 16px;
  }
}
@media (min-width: 1280px) {

  .people-carousel .people-slide .person .con .bio {
    padding-top: 55px;
    font-size: 20px;
  }
}
.people-carousel .people-slide .person .con .bio .show-hide {
  cursor: pointer;
  opacity: 0.7;
}
.people-carousel .people-slide .person .con .bio .show-hide:hover {
  opacity: 1;
}
.people-carousel .people-slide.glide__slide--active .person {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  --tw-shadow: inset 0 4px 17px rgba(0,0,0,0.31);
  --tw-shadow-colored: inset 0 4px 17px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.people-carousel .people-slide.glide__slide--active .person .con .name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.people-carousel .people-slide.glide__slide--active .person .con .role {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.people-carousel .people-slide.glide__slide--active .person .con .bio {
  display: block;
}

.image-carousel .heading {
  font-family: ProximaNova-Medium;
  font-size: 30px;
  font-weight: 500;
}

@media (min-width: 768px) {

  .image-carousel .heading {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  .image-carousel .heading {
    font-size: 50px;
  }
}
.image-carousel .glide__track {
  padding-top: 30px;
}
@media (min-width: 768px) {

  .image-carousel .glide__track {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {

  .image-carousel .glide__track {
    padding-top: 60px;
  }
}
.image-carousel .image-slide {
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.image-carousel .image-slide.glide__slide--active {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.image-carousel .image-slide img {
  width: 100%;
}
.image-carousel .actions {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .image-carousel .actions {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {

  .image-carousel .actions {
    margin-top: 30px;
  }
}
.image-carousel .actions .controls {
  display: flex;
  align-items: center;
}
.image-carousel .actions .controls > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 768px) {

  .image-carousel .actions .controls > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1024px) {

  .image-carousel .actions .controls > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.image-carousel .actions .controls .control {
  width: 30px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .image-carousel .actions .controls .control {
    width: 45px;
  }
}
@media (min-width: 1024px) {

  .image-carousel .actions .controls .control {
    width: 60px;
  }
}
.image-carousel .actions .controls .control svg {
  width: 100%;
}
.image-carousel .actions .controls .control.glide__arrow--disabled {
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.modal-image-carousel .close {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 30px;
}

@media (min-width: 768px) {

  .modal-image-carousel .close {
    padding-top: 45px;
  }
}

@media (min-width: 1024px) {

  .modal-image-carousel .close {
    padding-top: 60px;
  }
}
.modal-image-carousel .close svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {

  .modal-image-carousel .close svg {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1024px) {

  .modal-image-carousel .close svg {
    height: 60px;
    width: 60px;
  }
}
.modal-image-carousel .glide__track {
  padding-top: 30px;
}
@media (min-width: 768px) {

  .modal-image-carousel .glide__track {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {

  .modal-image-carousel .glide__track {
    padding-top: 60px;
  }
}
.modal-image-carousel .modal-image-slide {
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.modal-image-carousel .modal-image-slide img {
  width: 100%;
}
.modal-image-carousel .actions {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 768px) {

  .modal-image-carousel .actions {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {

  .modal-image-carousel .actions {
    margin-top: 60px;
  }
}
.modal-image-carousel .actions .controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-image-carousel .actions .controls .glide__bullets {
  margin-top: 0px;
}
.modal-image-carousel .actions .controls .control {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.modal-image-carousel .actions .controls .control svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {

  .modal-image-carousel .actions .controls .control svg {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1024px) {

  .modal-image-carousel .actions .controls .control svg {
    height: 60px;
    width: 60px;
  }
}
.modal-image-carousel .actions .controls .control.glide__arrow--disabled {
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.flipcard {
  position: relative;
  height: 270px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {

  .flipcard {
    height: 400px;
  }
}

@media (min-width: 1024px) {

  .flipcard {
    height: 570px;
  }
}

.flipcard {
  perspective: 1000px;
}
.flipcard .flipcard-inner {
  position: relative;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transform-style: preserve-3d;
}
.flipcard .flipcard-inner .flipcard-front, .flipcard .flipcard-inner .flipcard-back {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}
@media (min-width: 1024px) {

  .flipcard .flipcard-inner .flipcard-front, .flipcard .flipcard-inner .flipcard-back {
    padding: 30px;
  }
}
.flipcard .flipcard-inner .flipcard-front, .flipcard .flipcard-inner .flipcard-back {
  backface-visibility: hidden;
}
.flipcard .flipcard-inner .flipcard-front {
  z-index: 2;
}
.flipcard .flipcard-inner .flipcard-back {
  z-index: 1;
  transform: rotateY(180deg);
}
.flipcard .flipcard-inner .flipcard-back .card-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.flipcard .flipcard-inner .flipcard-back .undermask {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 100%;
  width: 100%;
  border-radius: 14px;
  background-color: rgb(240 88 63 / 0.75);
}
.flipcard .flipcard-inner .flip-reveal, .flipcard .flipcard-inner .flip-hide {
  top: 20px;
  right: 20px;
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {

  .flipcard .flipcard-inner .flip-reveal, .flipcard .flipcard-inner .flip-hide {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1024px) {

  .flipcard .flipcard-inner .flip-reveal, .flipcard .flipcard-inner .flip-hide {
    top: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
  }
}
.flipcard .flipcard-inner .card-content {
  position: relative;
  z-index: 3;
}
.flipcard .flipcard-inner .card-content .display-text {
  padding-right: 40px;
  font-family: ProximaNova-Bold;
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 768px) {

  .flipcard .flipcard-inner .card-content .display-text {
    padding-right: 60px;
    font-size: 28px;
  }
}
@media (min-width: 1024px) {

  .flipcard .flipcard-inner .card-content .display-text {
    padding-right: 110px;
    font-size: 36px;
  }
}
.flipcard .flipcard-inner .card-content .card-body {
  margin-top: 30px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .flipcard .flipcard-inner .card-content .card-body {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .flipcard .flipcard-inner .card-content .card-body {
    font-size: 30px;
  }
}
.flipcard .flipcard-inner svg {
  position: absolute;
  z-index: 4;
  cursor: pointer;
}
.flipcard .flipcard-inner.flipped {
  transform: rotateY(180deg);
}
.flipcard .flipcard-inner.flipped .flipcard-front {
  z-index: 1;
}
.flipcard .flipcard-inner.flipped .flipcard-back {
  z-index: 2;
}

.columns .grid-layout {
  display: grid;
  gap: 30px;
}

@media (min-width: 768px) {

  .columns .grid-layout {
    gap: 45px;
  }
}

@media (min-width: 1024px) {

  .columns .grid-layout {
    gap: 60px;
  }
}
.columns .grid-layout .border-grid {
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {

  .columns .grid-layout .border-grid {
    border-radius: 12px;
    border-width: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 1024px) {

  .columns .grid-layout .border-grid {
    border-radius: 14px;
    border-width: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.columns .grid-layout .span-8 {
  grid-column: span 7 / span 7;
}
@media (min-width: 768px) {

  .columns .grid-layout .span-8 {
    grid-column: span 8 / span 8;
  }
}
.columns .grid-layout .span-6 {
  grid-column: span 12 / span 12;
}
@media (min-width: 768px) {

  .columns .grid-layout .span-6 {
    grid-column: span 6 / span 6;
  }
}
.columns .grid-layout .span-4 {
  grid-column: span 5 / span 5;
}
@media (min-width: 768px) {

  .columns .grid-layout .span-4 {
    grid-column: span 4 / span 4;
  }
}
.columns .grid-layout.contact-grid .span-4 {
  grid-column: span 12 / span 12;
}
@media (min-width: 768px) {

  .columns .grid-layout.contact-grid .span-4 {
    grid-column: span 4 / span 4;
  }
}
.columns .grid-layout.other-services .span-4 {
  grid-column: span 12 / span 12;
}
@media (min-width: 768px) {

  .columns .grid-layout.other-services .span-4 {
    grid-column: span 4 / span 4;
  }
}

.tilerow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}

@media (min-width: 768px) {

  .tilerow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 60px;
  }
}

@media (min-width: 1024px) {

  .tilerow {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.tilerow .tilerow-item {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
  row-gap: 20px;
}
@media (min-width: 768px) {

  .tilerow .tilerow-item {
    row-gap: 30px;
  }
}
@media (min-width: 1024px) {

  .tilerow .tilerow-item {
    row-gap: 40px;
  }
}
.tilerow .tilerow-item .description {
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {

  .tilerow .tilerow-item .description {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .tilerow .tilerow-item .description {
    font-size: 20px;
  }
}
.tilerow .tilerow-item:first-child {
  grid-column: span 3 / span 3;
}
@media (min-width: 768px) {

  .tilerow .tilerow-item:first-child {
    grid-column: span 3 / span 3;
  }
}
@media (min-width: 1024px) {

  .tilerow .tilerow-item:first-child {
    grid-column: span 1 / span 1;
  }
}
.tilerow .tilerow-item.benefit .description {
  width: 100%;
  text-align: center;
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .tilerow .tilerow-item.benefit .description {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .tilerow .tilerow-item.benefit .description {
    font-size: 30px;
  }
}
.tilerow .tilerow-item.benefit:first-child {
  grid-column: span 1 / span 1;
}

.card {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {

  .card {
    border-radius: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

@media (min-width: 1024px) {

  .card {
    border-radius: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
}
.card.border-grid {
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1)) !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {

  .card.border-grid {
    border-width: 3px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
}
@media (min-width: 1024px) {

  .card.border-grid {
    border-width: 4px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}
.card.border-grid .bottom .link:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.text-with-image {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

@media (min-width: 768px) {

  .text-with-image {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}

@media (min-width: 1024px) {

  .text-with-image {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
.text-with-image .text-side {
  flex-grow: 1;
  flex-basis: 0px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .text-with-image .text-side {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .text-with-image .text-side {
    font-size: 30px;
  }
}
.text-with-image .text-side p {
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  .text-with-image .text-side p {
    padding-bottom: 31px;
  }
}
@media (min-width: 1024px) {

  .text-with-image .text-side p {
    padding-bottom: 40px;
  }
}
.text-with-image .img-side {
  display: flex;
  flex-grow: 1;
  flex-basis: 0px;
  justify-content: center;
}
.text-with-image .img-side img {
  border-radius: 10px;
}
@media (min-width: 768px) {

  .text-with-image .img-side img {
    border-radius: 12px;
  }
}
@media (min-width: 1024px) {

  .text-with-image .img-side img {
    border-radius: 14px;
  }
}

.card-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.card-link a {
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .card-link a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .card-link a {
    font-size: 25px;
  }
}
.card-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.news-feed .feed-items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 60px;
}

@media (min-width: 768px) {

  .news-feed .feed-items {
    row-gap: 90px;
  }
}

@media (min-width: 1024px) {

  .news-feed .feed-items {
    row-gap: 120px;
  }
}
.news-feed .feed-items .item {
  display: flex;
  gap: 30px;
}
@media (min-width: 768px) {

  .news-feed .feed-items .item {
    gap: 60px;
  }
}
@media (min-width: 1024px) {

  .news-feed .feed-items .item {
    gap: 75px;
  }
}
@media (min-width: 1280px) {

  .news-feed .feed-items .item {
    gap: 90px;
  }
}
.news-feed .feed-items .item .item-image {
  max-width: 120px;
}
@media (min-width: 768px) {

  .news-feed .feed-items .item .item-image {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {

  .news-feed .feed-items .item .item-image {
    max-width: 500px;
  }
}
@media (min-width: 1280px) {

  .news-feed .feed-items .item .item-image {
    max-width: 596px;
  }
}
.news-feed .feed-items .item .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news-feed .feed-items .item .content .tag {
  margin-bottom: 20px;
}
@media (min-width: 768px) {

  .news-feed .feed-items .item .content .tag {
    margin-bottom: 30px;
  }
}
.news-feed .feed-items .item .content .title {
  font-family: ProximaNova-Bold;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .news-feed .feed-items .item .content .title {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {

  .news-feed .feed-items .item .content .title {
    font-size: 53px;
  }
}
.news-feed .feed-items .item .content .link {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.news-feed .feed-items .item .content .link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
.news-feed .feed-items .item .content .link {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .news-feed .feed-items .item .content .link {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {

  .news-feed .feed-items .item .content .link {
    margin-top: 60px;
  }
}
.news-feed .feed-items .item .content .link a {
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .news-feed .feed-items .item .content .link a {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .news-feed .feed-items .item .content .link a {
    font-size: 30px;
  }
}

.information-and-resources .grid-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 30px;
}

@media (min-width: 768px) {

  .information-and-resources .grid-container {
    row-gap: 45px;
  }
}

@media (min-width: 1024px) {

  .information-and-resources .grid-container {
    row-gap: 60px;
  }
}
.information-and-resources .grid-container .grid-layout {
  display: grid;
  grid-template-columns: 90% 10%;
}
@media (min-width: 768px) {

  .information-and-resources .grid-container .grid-layout {
    grid-template-columns: 80% 20%;
  }
}
@media (min-width: 1024px) {

  .information-and-resources .grid-container .grid-layout {
    grid-template-columns: 67% 33%;
  }
}
.information-and-resources .grid-container .grid-layout .content {
  order: 1;
  border-radius: 12px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 0px;
}
@media (min-width: 768px) {

  .information-and-resources .grid-container .grid-layout .content {
    border-radius: 16px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-right: 60px;
    padding-left: 0px;
  }
}
@media (min-width: 1024px) {

  .information-and-resources .grid-container .grid-layout .content {
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 120px;
    padding-right: 120px;
    padding-left: calc(((100vw - 1240px) / 2) - 15px);
  }
}
.information-and-resources .grid-container .grid-layout .spacer {
  order: 2;
}
.information-and-resources .grid-container .grid-layout:nth-child(even) {
  grid-template-columns: 10% 90%;
}
@media (min-width: 768px) {

  .information-and-resources .grid-container .grid-layout:nth-child(even) {
    grid-template-columns: 20% 80%;
  }
}
@media (min-width: 1024px) {

  .information-and-resources .grid-container .grid-layout:nth-child(even) {
    grid-template-columns: 33% 67%;
  }
}
.information-and-resources .grid-container .grid-layout:nth-child(even) .content {
  order: 2;
  border-radius: 12px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-left: 30px;
  padding-right: 0px;
}
@media (min-width: 768px) {

  .information-and-resources .grid-container .grid-layout:nth-child(even) .content {
    border-radius: 16px;
    padding-left: 60px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {

  .information-and-resources .grid-container .grid-layout:nth-child(even) .content {
    border-radius: 20px;
    padding-left: 120px;
    padding-right: 120px;
    padding-right: calc(((100vw - 1240px) / 2) - 15px);
  }
}
.information-and-resources .grid-container .grid-layout:nth-child(even) .spacer {
  order: 1;
}

.contact-info {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}

@media (min-width: 768px) {

  .contact-info {
    row-gap: 20px;
  }
}

@media (min-width: 1024px) {

  .contact-info {
    row-gap: 30px;
  }
}
.contact-info .top {
  flex-grow: 1;
}
.contact-info .top > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

  .contact-info .top > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .contact-info .top > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }
}
.contact-info .top .title {
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {

  .contact-info .top .title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {

  .contact-info .top .title {
    font-size: 32px;
  }
}
.contact-info .top .info {
  font-family: ProximaNova-SemiBold;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .contact-info .top .info {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .contact-info .top .info {
    font-size: 30px;
  }
}
.contact-info .bottom .link {
  word-break: break-all;
  font-family: ProximaNova-SemiBold;
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  .contact-info .bottom .link {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .contact-info .bottom .link {
    font-size: 26px;
  }
}
.contact-info .bottom .link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

footer .get-in-touch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  footer .get-in-touch {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {

  footer .get-in-touch {
    padding-top: 101px;
    padding-bottom: 101px;
  }
}
footer .get-in-touch .textline {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  font-family: ProximaNova-SemiBold;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 768px) {

  footer .get-in-touch .textline {
    margin-bottom: 0px;
    width: auto;
    text-align: left;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {

  footer .get-in-touch .textline {
    font-size: 35px;
  }
}
footer .members {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {

  footer .members {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {

  footer .members {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
footer .members .textline {
  text-align: center;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  footer .members .textline {
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  footer .members .textline {
    font-size: 26px;
  }
}
footer .members .member-logos {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 768px) {

  footer .members .member-logos {
    margin-top: 30px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {

  footer .members .member-logos {
    margin-top: 40px;
  }
}
footer .members .member-logos li {
  width: 150px;
}
@media (min-width: 768px) {

  footer .members .member-logos li {
    width: auto;
  }
}
footer .members .member-logos li svg {
  width: 100%;
}
footer .foot {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {

  footer .foot {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {

  footer .foot {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
footer .foot .logo {
  width: 100%;
  max-width: 365px;
}
@media (min-width: 768px) {

  footer .foot .logo {
    width: 365px;
  }
}
footer .foot .byline {
  margin-top: 15px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  footer .foot .byline {
    margin-top: 20px;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  footer .foot .byline {
    margin-top: 30px;
    font-size: 24px;
  }
}
footer .foot .links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  footer .foot .links {
    margin-top: 60px;
    flex-wrap: nowrap;
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  footer .foot .links {
    margin-top: 100px;
    font-size: 20px;
  }
}
footer .foot .links .links-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1024px) {

  footer .foot .links .links-grid {
    gap: 50px;
  }
}
footer .foot .links .links-grid a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer .foot .links .links-grid a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
footer .foot .links .address {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {

  footer .foot .links .address {
    margin-top: 0px;
    text-align: right;
  }
}
footer .foot .buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
footer .foot .buttons > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}
@media (min-width: 768px) {

  footer .foot .buttons {
    margin-top: 40px;
  }

  footer .foot .buttons > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1024px) {

  footer .foot .buttons {
    margin-top: 50px;
  }
}
footer .foot .hr {
  margin-top: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  footer .foot .hr {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {

  footer .foot .hr {
    margin-top: 100px;
  }
}
footer .foot .page-end {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
@media (min-width: 768px) {

  footer .foot .page-end {
    padding-top: 30px;
  }
}
@media (min-width: 1024px) {

  footer .foot .page-end {
    padding-top: 40px;
  }
}
footer .foot .page-end .copyright {
  display: flex;
  flex-direction: column;
  text-align: right;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  footer .foot .page-end .copyright {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  footer .foot .page-end .copyright {
    font-size: 18px;
  }
}

.modal-upload-cv .title {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {

  .modal-upload-cv .title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  .modal-upload-cv .title {
    font-size: 50px;
  }
}
.modal-upload-cv .title .highlight {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.modal-upload-cv .intro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .modal-upload-cv .intro {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .modal-upload-cv .intro {
    margin-top: 50px;
    font-size: 30px;
  }
}

.contact-form .title {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {

  .contact-form .title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  .contact-form .title {
    font-size: 50px;
  }
}
.contact-form .title .highlight {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.contact-form .intro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .contact-form .intro {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .contact-form .intro {
    margin-top: 50px;
    font-size: 30px;
  }
}
.contact-form .areas-of-interest {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {

  .contact-form .areas-of-interest {
    margin-top: 30px;
    gap: 20px;
  }
}
@media (min-width: 1024px) {

  .contact-form .areas-of-interest {
    margin-top: 50px;
    gap: 30px;
  }
}

.complaints-form .title {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}

@media (min-width: 768px) {

  .complaints-form .title {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {

  .complaints-form .title {
    font-size: 50px;
  }
}
.complaints-form .title .highlight {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.complaints-form .intro {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .complaints-form .intro {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .complaints-form .intro {
    margin-top: 50px;
    font-size: 30px;
  }
}
.complaints-form .departments, .complaints-form .correspondance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {

  .complaints-form .departments, .complaints-form .correspondance {
    gap: 20px;
  }
}
@media (min-width: 1024px) {

  .complaints-form .departments, .complaints-form .correspondance {
    gap: 30px;
  }
}

.form-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {

  .form-grid {
    margin-top: 45px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (min-width: 1024px) {

  .form-grid {
    margin-top: 60px;
    gap: 60px;
  }
}
.form-grid fieldset {
  display: flex;
  flex-direction: column;
}
.form-grid fieldset.two-span {
  grid-column: span 1 / span 1;
}
@media (min-width: 768px) {

  .form-grid fieldset.two-span {
    grid-column: span 2 / span 2;
  }
}
.form-grid fieldset label {
  padding-bottom: 16px;
  font-family: ProximaNova-Medium;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .form-grid fieldset label {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .form-grid fieldset label {
    padding-bottom: 24px;
    font-size: 30px;
  }
}
.form-grid fieldset label .required {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.form-grid fieldset input {
  height: 30px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {

  .form-grid fieldset input {
    height: 40px;
    border-bottom-width: 2px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .form-grid fieldset input {
    height: 50px;
    border-bottom-width: 3px;
    font-size: 30px;
  }
}
.form-grid fieldset input#AddFiles {
  display: none;
}
.form-grid fieldset textarea {
  height: auto;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {

  .form-grid fieldset textarea {
    border-bottom-width: 2px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .form-grid fieldset textarea {
    border-bottom-width: 3px;
    font-size: 30px;
  }
}
.form-grid fieldset .v {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .form-grid fieldset .v {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .form-grid fieldset .v {
    font-size: 30px;
  }
}
.form-grid .add-files {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  font-family: ProximaNova-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .form-grid .add-files {
    gap: 20px;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {

  .form-grid .add-files {
    font-size: 30px;
    line-height: 50px;
  }
}
.form-grid .uploaded-files div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: ProximaNova-Medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .form-grid .uploaded-files div {
    gap: 20px;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {

  .form-grid .uploaded-files div {
    font-size: 30px;
    line-height: 50px;
  }
}

.checkbox-wrapper {
  margin-top: 30px;
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-family: ProximaNova-Medium;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .checkbox-wrapper {
    margin-top: 45px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {

  .checkbox-wrapper {
    margin-top: 60px;
    font-size: 20px;
  }
}
.checkbox-wrapper .checkbox {
  display: none;
}
.checkbox-wrapper .fail {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.checkbox-wrapper img {
  width: 30px;
}
@media (min-width: 768px) {

  .checkbox-wrapper img {
    width: 36px;
  }
}
@media (min-width: 1024px) {

  .checkbox-wrapper img {
    width: 40px;
  }
}
.checkbox-wrapper a {
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.checkbox-wrapper a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.radio-wrapper {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-family: ProximaNova-Medium;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .radio-wrapper {
    -moz-column-gap: 30px;
         column-gap: 30px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {

  .radio-wrapper {
    font-size: 20px;
  }
}
.radio-wrapper .radio {
  display: none;
}
.radio-wrapper .fail {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.radio-wrapper img {
  width: 30px;
}
@media (min-width: 768px) {

  .radio-wrapper img {
    width: 36px;
  }
}
@media (min-width: 1024px) {

  .radio-wrapper img {
    width: 40px;
  }
}

.procaptcha {
  margin-top: 3rem;
}

.modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 500;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgb(43 61 67 / 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal .modal-content {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  padding: 20px;
}
@media (min-width: 768px) {

  .modal .modal-content {
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 16px;
    padding: 30px;
  }
}
@media (min-width: 1024px) {

  .modal .modal-content {
    margin-top: 120px;
    margin-bottom: 120px;
    border-radius: 20px;
    padding: 90px;
  }
}
@media (min-width: 1280px) {

  .modal .modal-content {
    width: 1200px;
    padding: 120px;
  }
}

.gender-pay-modal .modal-content {
  position: relative;
}
.gender-pay-modal .modal-content .title {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .gender-pay-modal .modal-content .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .gender-pay-modal .modal-content .title {
    font-size: 50px;
  }
}
.gender-pay-modal .modal-content .title .highlight {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
.gender-pay-modal .modal-content p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 768px) {

  .gender-pay-modal .modal-content p {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .gender-pay-modal .modal-content p {
    margin-top: 50px;
    font-size: 30px;
  }
}
.gender-pay-modal .modal-content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 768px) {

  .gender-pay-modal .modal-content .close {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1024px) {

  .gender-pay-modal .modal-content .close {
    top: 60px;
    right: 60px;
  }
}
@media (min-width: 1280px) {

  .gender-pay-modal .modal-content .close {
    top: 90px;
    right: 90px;
  }
}
.gender-pay-modal .modal-content .close svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {

  .gender-pay-modal .modal-content .close svg {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1024px) {

  .gender-pay-modal .modal-content .close svg {
    height: 60px;
    width: 60px;
  }
}

.cookie-policy-modal .modal-content {
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  height: calc(100vh - 100px);
  grid-template-rows: repeat(1, minmax(0, 1fr));
  padding: 0px;
}
.cookie-policy-modal .modal-content .top {
  margin: 20px;
  margin-bottom: 0px;
  overflow-y: auto;
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top {
    margin: 30px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top {
    margin: 90px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {

  .cookie-policy-modal .modal-content .top {
    margin: 120px;
    margin-bottom: 0px;
  }
}
.cookie-policy-modal .modal-content .top h3 {
  padding-bottom: 18px;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top h3 {
    padding-bottom: 22px;
    font-size: 22px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top h3 {
    padding-bottom: 26px;
    font-size: 26px;
  }
}
.cookie-policy-modal .modal-content .top h5 {
  padding-bottom: 14px;
  font-family: ProximaNova-Bold;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top h5 {
    padding-bottom: 18px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top h5 {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.cookie-policy-modal .modal-content .top p {
  padding-bottom: 14px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top p {
    padding-bottom: 18px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top p {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.cookie-policy-modal .modal-content .top p a {
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.cookie-policy-modal .modal-content .top p a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.cookie-policy-modal .modal-content .top p b {
  font-family: ProximaNova-Bold;
  font-weight: 700;
}
.cookie-policy-modal .modal-content .top .frm {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top .frm {
    padding-bottom: 18px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top .frm {
    padding-bottom: 20px;
  }
}
.cookie-policy-modal .modal-content .top .frm .label {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .top .frm .label {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .top .frm .label {
    font-size: 20px;
  }
}
.cookie-policy-modal .modal-content .top .frm .perf-enabled,
.cookie-policy-modal .modal-content .top .frm .perf-disabled {
  cursor: pointer;
}
.cookie-policy-modal .modal-content .bottom {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}
@media (min-width: 768px) {

  .cookie-policy-modal .modal-content .bottom {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) {

  .cookie-policy-modal .modal-content .bottom {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {

  .cookie-policy-modal .modal-content .bottom {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cookie-policy-modal .modal-content .bottom:before {
  position: absolute;
  top: -20px;
  left: 0px;
  height: 20px;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0.1) var(--tw-gradient-to-position);
  --tw-content: "";
  content: var(--tw-content);
}

#jobs {
  position: relative;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  --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);
}

@media (min-width: 768px) {

  #jobs {
    border-radius: 15px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {

  #jobs {
    border-radius: 20px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 120px;
  }
}
#jobs .title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  #jobs .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  #jobs .title {
    font-size: 50px;
  }
}
#jobs .intro {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {

  #jobs .intro {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  #jobs .intro {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
  }
}
#jobs .search {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0px;
       column-gap: 0px;
  row-gap: 10px;
}
@media (min-width: 768px) {

  #jobs .search {
    flex-wrap: nowrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 0px;
  }
}
@media (min-width: 1024px) {

  #jobs .search {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
#jobs .search .searchbox-container {
  position: relative;
  flex-grow: 1;
}
#jobs .search .searchbox-container .search-icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
@media (min-width: 768px) {

  #jobs .search .searchbox-container .search-icon {
    top: 28px;
    left: 40px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .searchbox-container .search-icon {
    top: 32px;
    left: 50px;
  }
}
#jobs .search .searchbox-container .searchbox {
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 60px;
  font-size: 16px;
}
@media (min-width: 768px) {

  #jobs .search .searchbox-container .searchbox {
    padding-right: 40px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 90px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .searchbox-container .searchbox {
    padding-right: 50px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 115px;
    font-size: 30px;
  }
}
#jobs .search .filter {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 9px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  #jobs .search .filter {
    width: auto;
    justify-content: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .filter {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
#jobs .search .filter span {
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {

  #jobs .search .filter span {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .filter span {
    font-size: 24px;
  }
}
#jobs .search .filter svg path {
  fill: #000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#jobs .search .filter.active {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#jobs .search .filter.active span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#jobs .search .filter.active svg path {
  fill: #fff;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#jobs .search .filter-container {
  position: absolute;
  right: 0px;
  top: 125px;
  z-index: 20;
  width: 100%;
  border-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}
@media (min-width: 768px) {

  #jobs .search .filter-container {
    top: 80px;
    width: 500px;
    border-radius: 12px;
    border-top-left-radius: 12px;
    border-top-right-radius: 0px;
    padding: 20px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .filter-container {
    top: 90px;
    border-radius: 14px;
    border-top-left-radius: 14px;
    border-top-right-radius: 0px;
    padding: 30px;
  }
}
#jobs .search .filter-container .f-section {
  font-family: ProximaNova-Bold;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {

  #jobs .search .filter-container .f-section {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  #jobs .search .filter-container .f-section {
    font-size: 24px;
  }
}
#jobs .search .filter-container .f-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#jobs .search .filter-container .f-row .f-item {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
}
#jobs .search .filter-container .f-row .f-item svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#jobs .search .filter-container .f-row .f-item.selected svg {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.search-results {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {

  .search-results {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {

  .search-results {
    margin-top: 30px;
  }
}
.search-results .job {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {

  .search-results .job {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {

  .search-results .job {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.search-results .job p {
  margin-top: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .search-results .job p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .search-results .job p {
    margin-top: 30px;
    font-size: 25px;
  }
}
.search-results .job .role {
  font-family: ProximaNova-SemiBold;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .search-results .job .role {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  .search-results .job .role {
    font-size: 40px;
  }
}
.search-results .job .location {
  margin-top: 10px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .search-results .job .location {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .search-results .job .location {
    font-size: 30px;
  }
}
.search-results .job .salary {
  margin-top: 15px;
  font-size: 16px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 119 124 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .search-results .job .salary {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .search-results .job .salary {
    margin-top: 30px;
    font-size: 25px;
  }
}
.search-results .job .link {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .search-results .job .link {
    margin-top: 45px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1024px) {

  .search-results .job .link {
    margin-top: 60px;
  }
}
.search-results .job .link a {
  font-size: 16px;
  text-decoration-line: underline;
}
@media (min-width: 768px) {

  .search-results .job .link a {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .search-results .job .link a {
    font-size: 30px;
  }
}
.search-results .no-results {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.search-results .no-results h3 {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .search-results .no-results h3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .search-results .no-results h3 {
    font-size: 50px;
  }
}
.search-results .no-results p {
  font-size: 16px;
}
@media (min-width: 768px) {

  .search-results .no-results p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .search-results .no-results p {
    font-size: 30px;
  }
}

.pager {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {

  .pager {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 1024px) {

  .pager {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.pager ul li {
  cursor: pointer;
  font-size: 14px;
}
@media (min-width: 768px) {

  .pager ul li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .pager ul li {
    font-size: 18px;
  }
}
.pager ul li.pg-prev.disabled, .pager ul li.pg-next.disabled {
  cursor: default;
  opacity: 0.5;
}
.pager ul li.selected {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}

.upload-cv {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -20px;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 61 67 / var(--tw-bg-opacity, 1));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .upload-cv {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -40px;
    border-radius: 40px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {

  .upload-cv {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -60px;
    border-radius: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
.upload-cv .title {
  font-family: ProximaNova-Bold;
  font-size: 30px;
  font-weight: 700;
}
@media (min-width: 768px) {

  .upload-cv .title {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .upload-cv .title {
    font-size: 50px;
  }
}
.upload-cv .intro {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .upload-cv .intro {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .upload-cv .intro {
    font-size: 30px;
  }
}

.bb-loading {
  position: absolute;
  top: 300px;
  left: 0px;
  z-index: 50;
  display: flex;
  width: 100%;
  justify-content: center;
}
.bb-loading .bb-inner {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 30px;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  .bb-loading .bb-inner {
    padding: 45px;
  }
}
@media (min-width: 1024px) {

  .bb-loading .bb-inner {
    padding: 60px;
  }
}
.bb-loading .bb-inner h3 {
  font-family: ProximaNova-SemiBold;
  font-size: 30px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .bb-loading .bb-inner h3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .bb-loading .bb-inner h3 {
    font-size: 50px;
  }
}
.bb-loading .bb-inner p {
  font-size: 16px;
}
@media (min-width: 768px) {

  .bb-loading .bb-inner p {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .bb-loading .bb-inner p {
    font-size: 30px;
  }
}
.bb-loading .bb-inner .bb-load-dots {
  margin-top: 30px;
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bb-loading .bb-inner .bb-load-dots .bb-load-dot {
  height: 16px;
  width: 16px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(246 155 141 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.bb-loading .bb-inner .bb-load-dots .bb-load-dot.active {
  height: 24px;
  width: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.modal-vacancy .close {
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  padding-top: 30px;
}

@media (min-width: 768px) {

  .modal-vacancy .close {
    padding-top: 45px;
  }
}

@media (min-width: 1024px) {

  .modal-vacancy .close {
    padding-top: 60px;
  }
}
.modal-vacancy .close svg {
  height: 30px;
  width: 30px;
}
@media (min-width: 768px) {

  .modal-vacancy .close svg {
    height: 45px;
    width: 45px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .close svg {
    height: 60px;
    width: 60px;
  }
}
.modal-vacancy .modal-content {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {

  .modal-vacancy .modal-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .modal-content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.modal-vacancy .role {
  font-family: ProximaNova-SemiBold;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {

  .modal-vacancy .role {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .role {
    font-size: 40px;
  }
}
.modal-vacancy .location {
  margin-top: 10px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .modal-vacancy .location {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .location {
    font-size: 30px;
  }
}
.modal-vacancy .salary {
  margin-top: 15px;
  font-size: 16px;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(117 119 124 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .modal-vacancy .salary {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .salary {
    margin-top: 30px;
    font-size: 25px;
  }
}
.modal-vacancy p {
  margin-top: 15px;
  font-size: 16px;
}
@media (min-width: 768px) {

  .modal-vacancy p {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy p {
    margin-top: 30px;
    font-size: 25px;
  }
}
.modal-vacancy ul {
  margin-left: 30px;
  margin-top: 15px;
  list-style-type: disc;
  font-size: 16px;
}
@media (min-width: 768px) {

  .modal-vacancy ul {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy ul {
    margin-left: 45px;
    margin-top: 30px;
    font-size: 25px;
  }
}
.modal-vacancy ul li {
  padding-bottom: 15px;
}
@media (min-width: 768px) {

  .modal-vacancy ul li {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy ul li {
    padding-bottom: 30px;
  }
}
.modal-vacancy .modal-upload-cv {
  padding-top: 30px;
}
@media (min-width: 768px) {

  .modal-vacancy .modal-upload-cv {
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {

  .modal-vacancy .modal-upload-cv {
    padding-top: 120px;
  }
}
.modal-vacancy .modal-upload-cv .c-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.modal-vacancy .modal-upload-cv .intro {
  display: none;
}

#toast-container {
  top: 10px;
  right: 10px;
}

@media (min-width: 768px) {

  #toast-container {
    top: 10px;
  }
}

@media (min-width: 1024px) {

  #toast-container {
    top: 30px;
    right: 30px;
  }
}
#toast-container .toast {
  width: 350px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
  padding: 20px;
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(0,0,0,.6));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (min-width: 768px) {

  #toast-container .toast {
    width: 500px;
    padding: 40px;
  }
}
@media (min-width: 1024px) {

  #toast-container .toast {
    width: 700px;
    padding: 60px;
  }
}
#toast-container .toast.toast-success {
  background-image: none !important;
}
#toast-container .toast.toast-error {
  background-image: none !important;
}
#toast-container .toast .toast-title {
  padding-bottom: 10px;
  font-family: ProximaNova-Medium;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #toast-container .toast .toast-title {
    padding-bottom: 20px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  #toast-container .toast .toast-title {
    padding-bottom: 30px;
    font-size: 50px;
  }
}
#toast-container .toast .toast-message {
  font-family: ProximaNova;
  font-size: 16px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  #toast-container .toast .toast-message {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  #toast-container .toast .toast-message {
    font-size: 30px;
  }
}
#toast-container .toast .toastr-close svg {
  width: 30px;
}
@media (min-width: 768px) {

  #toast-container .toast .toastr-close svg {
    width: 40px;
  }
}
@media (min-width: 1024px) {

  #toast-container .toast .toastr-close svg {
    width: 50px;
  }
}

.sitemap {
  margin-top: 66px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {

  .sitemap {
    margin-top: 139px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1024px) {

  .sitemap {
    margin-top: 151px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.sitemap .heading {
  margin-bottom: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  .sitemap .heading {
    margin-bottom: 45px;
  }
}
@media (min-width: 1024px) {

  .sitemap .heading {
    margin-bottom: 60px;
  }
}
.sitemap .heading.lrg {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {

  .sitemap .heading.lrg {
    margin-bottom: 45px;
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .sitemap .heading.lrg {
    margin-bottom: 60px;
    font-size: 50px;
  }
}
.sitemap ul {
  margin-left: 17px;
  list-style-type: disc;
  font-size: 16px;
}
@media (min-width: 768px) {

  .sitemap ul {
    margin-left: 21px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .sitemap ul {
    margin-left: 25px;
  }
}
@media (min-width: 1280px) {

  .sitemap ul {
    font-size: 30px;
  }
}
.sitemap ul li {
  padding-bottom: 8px;
  font-family: ProximaNova-SemiBold;
  font-weight: 600;
}
@media (min-width: 768px) {

  .sitemap ul li {
    padding-bottom: 12px;
  }
}
@media (min-width: 1024px) {

  .sitemap ul li {
    padding-bottom: 15px;
  }
}
.sitemap ul li ul {
  padding-top: 8px;
}
@media (min-width: 768px) {

  .sitemap ul li ul {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {

  .sitemap ul li ul {
    padding-top: 15px;
  }
}
.sitemap ul li ul li {
  font-family: ProximaNova-Medium;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {

  .sitemap ul li ul li {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {

  .sitemap ul li ul li {
    font-size: 28px;
  }
}
.sitemap ul li ul li ul li {
  font-family: ProximaNova;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {

  .sitemap ul li ul li ul li {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {

  .sitemap ul li ul li ul li {
    font-size: 26px;
  }
}
.sitemap ul li:last-child {
  padding-bottom: 0px;
}
.sitemap ul li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sitemap ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sk-ww-linkedin-page-post {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1)) !important;
}
.sk-ww-linkedin-page-post .profile-header {
  display: none !important;
}
.sk-ww-linkedin-page-post .layout-container {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  font-family: ProximaNova !important;
}
@media (min-width: 768px) {

  .sk-ww-linkedin-page-post .layout-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.sk-ww-linkedin-page-post .layout-container .masonry-column .post-item .post-header .post-userinfo a {
  --tw-text-opacity: 1 !important;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1)) !important;
}
.sk-ww-linkedin-page-post .layout-container .masonry-column .post-item .post-header .post-userinfo .post-dateposted {
  --tw-text-opacity: 1 !important;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1)) !important;
}
.sk-ww-linkedin-page-post .layout-container .masonry-column .post-item .post-body {
  --tw-text-opacity: 1 !important;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1)) !important;
}
.sk-ww-linkedin-page-post .layout-container .masonry-column .post-item .post-body .post-desc a {
  --tw-text-opacity: 1 !important;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1)) !important;
}
.sk-ww-linkedin-page-post .layout-container .masonry-column .post-item .post-body .post-desc a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(170 34 13 / var(--tw-text-opacity, 1)) !important;
}

.sk-branding {
  display: none !important;
}
.sk-branding a {
  display: none !important;
}

.static {
  position: static;
}

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

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

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

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

.flex {
  display: flex;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

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

.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1 {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-11 {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-14 {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-20 {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-28 {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3 {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-36 {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-44 {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-5 {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-52 {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-60 {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-7 {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-72 {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-9 {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-96 {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-0\.5 {
  --tw-border-spacing-x: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-2\.5 {
  --tw-border-spacing-x: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-0\.5 {
  --tw-border-spacing-y: 0.125rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-2\.5 {
  --tw-border-spacing-y: 0.625rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

.cursor-context-menu {
  cursor: context-menu;
}

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

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

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

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

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

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

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

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

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

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

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

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

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

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-x-8 {
  border-left-width: 8px;
  border-right-width: 8px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

.border-y-8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

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

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

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

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

.border-e {
  border-inline-end-width: 1px;
}

.border-e-0 {
  border-inline-end-width: 0px;
}

.border-e-2 {
  border-inline-end-width: 2px;
}

.border-e-4 {
  border-inline-end-width: 4px;
}

.border-e-8 {
  border-inline-end-width: 8px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-s-0 {
  border-inline-start-width: 0px;
}

.border-s-2 {
  border-inline-start-width: 2px;
}

.border-s-4 {
  border-inline-start-width: 4px;
}

.border-s-8 {
  border-inline-start-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

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

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-flamingo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-flamingo-100\/0 {
  border-color: rgb(252 222 217 / 0);
}

.border-flamingo-100\/10 {
  border-color: rgb(252 222 217 / 0.1);
}

.border-flamingo-100\/100 {
  border-color: rgb(252 222 217 / 1);
}

.border-flamingo-100\/15 {
  border-color: rgb(252 222 217 / 0.15);
}

.border-flamingo-100\/20 {
  border-color: rgb(252 222 217 / 0.2);
}

.border-flamingo-100\/25 {
  border-color: rgb(252 222 217 / 0.25);
}

.border-flamingo-100\/30 {
  border-color: rgb(252 222 217 / 0.3);
}

.border-flamingo-100\/35 {
  border-color: rgb(252 222 217 / 0.35);
}

.border-flamingo-100\/40 {
  border-color: rgb(252 222 217 / 0.4);
}

.border-flamingo-100\/45 {
  border-color: rgb(252 222 217 / 0.45);
}

.border-flamingo-100\/5 {
  border-color: rgb(252 222 217 / 0.05);
}

.border-flamingo-100\/50 {
  border-color: rgb(252 222 217 / 0.5);
}

.border-flamingo-100\/55 {
  border-color: rgb(252 222 217 / 0.55);
}

.border-flamingo-100\/60 {
  border-color: rgb(252 222 217 / 0.6);
}

.border-flamingo-100\/65 {
  border-color: rgb(252 222 217 / 0.65);
}

.border-flamingo-100\/70 {
  border-color: rgb(252 222 217 / 0.7);
}

.border-flamingo-100\/75 {
  border-color: rgb(252 222 217 / 0.75);
}

.border-flamingo-100\/80 {
  border-color: rgb(252 222 217 / 0.8);
}

.border-flamingo-100\/85 {
  border-color: rgb(252 222 217 / 0.85);
}

.border-flamingo-100\/90 {
  border-color: rgb(252 222 217 / 0.9);
}

.border-flamingo-100\/95 {
  border-color: rgb(252 222 217 / 0.95);
}

.border-flamingo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-flamingo-200\/0 {
  border-color: rgb(249 189 179 / 0);
}

.border-flamingo-200\/10 {
  border-color: rgb(249 189 179 / 0.1);
}

.border-flamingo-200\/100 {
  border-color: rgb(249 189 179 / 1);
}

.border-flamingo-200\/15 {
  border-color: rgb(249 189 179 / 0.15);
}

.border-flamingo-200\/20 {
  border-color: rgb(249 189 179 / 0.2);
}

.border-flamingo-200\/25 {
  border-color: rgb(249 189 179 / 0.25);
}

.border-flamingo-200\/30 {
  border-color: rgb(249 189 179 / 0.3);
}

.border-flamingo-200\/35 {
  border-color: rgb(249 189 179 / 0.35);
}

.border-flamingo-200\/40 {
  border-color: rgb(249 189 179 / 0.4);
}

.border-flamingo-200\/45 {
  border-color: rgb(249 189 179 / 0.45);
}

.border-flamingo-200\/5 {
  border-color: rgb(249 189 179 / 0.05);
}

.border-flamingo-200\/50 {
  border-color: rgb(249 189 179 / 0.5);
}

.border-flamingo-200\/55 {
  border-color: rgb(249 189 179 / 0.55);
}

.border-flamingo-200\/60 {
  border-color: rgb(249 189 179 / 0.6);
}

.border-flamingo-200\/65 {
  border-color: rgb(249 189 179 / 0.65);
}

.border-flamingo-200\/70 {
  border-color: rgb(249 189 179 / 0.7);
}

.border-flamingo-200\/75 {
  border-color: rgb(249 189 179 / 0.75);
}

.border-flamingo-200\/80 {
  border-color: rgb(249 189 179 / 0.8);
}

.border-flamingo-200\/85 {
  border-color: rgb(249 189 179 / 0.85);
}

.border-flamingo-200\/90 {
  border-color: rgb(249 189 179 / 0.9);
}

.border-flamingo-200\/95 {
  border-color: rgb(249 189 179 / 0.95);
}

.border-flamingo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-flamingo-300\/0 {
  border-color: rgb(246 155 141 / 0);
}

.border-flamingo-300\/10 {
  border-color: rgb(246 155 141 / 0.1);
}

.border-flamingo-300\/100 {
  border-color: rgb(246 155 141 / 1);
}

.border-flamingo-300\/15 {
  border-color: rgb(246 155 141 / 0.15);
}

.border-flamingo-300\/20 {
  border-color: rgb(246 155 141 / 0.2);
}

.border-flamingo-300\/25 {
  border-color: rgb(246 155 141 / 0.25);
}

.border-flamingo-300\/30 {
  border-color: rgb(246 155 141 / 0.3);
}

.border-flamingo-300\/35 {
  border-color: rgb(246 155 141 / 0.35);
}

.border-flamingo-300\/40 {
  border-color: rgb(246 155 141 / 0.4);
}

.border-flamingo-300\/45 {
  border-color: rgb(246 155 141 / 0.45);
}

.border-flamingo-300\/5 {
  border-color: rgb(246 155 141 / 0.05);
}

.border-flamingo-300\/50 {
  border-color: rgb(246 155 141 / 0.5);
}

.border-flamingo-300\/55 {
  border-color: rgb(246 155 141 / 0.55);
}

.border-flamingo-300\/60 {
  border-color: rgb(246 155 141 / 0.6);
}

.border-flamingo-300\/65 {
  border-color: rgb(246 155 141 / 0.65);
}

.border-flamingo-300\/70 {
  border-color: rgb(246 155 141 / 0.7);
}

.border-flamingo-300\/75 {
  border-color: rgb(246 155 141 / 0.75);
}

.border-flamingo-300\/80 {
  border-color: rgb(246 155 141 / 0.8);
}

.border-flamingo-300\/85 {
  border-color: rgb(246 155 141 / 0.85);
}

.border-flamingo-300\/90 {
  border-color: rgb(246 155 141 / 0.9);
}

.border-flamingo-300\/95 {
  border-color: rgb(246 155 141 / 0.95);
}

.border-flamingo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-flamingo-400\/0 {
  border-color: rgb(243 122 104 / 0);
}

.border-flamingo-400\/10 {
  border-color: rgb(243 122 104 / 0.1);
}

.border-flamingo-400\/100 {
  border-color: rgb(243 122 104 / 1);
}

.border-flamingo-400\/15 {
  border-color: rgb(243 122 104 / 0.15);
}

.border-flamingo-400\/20 {
  border-color: rgb(243 122 104 / 0.2);
}

.border-flamingo-400\/25 {
  border-color: rgb(243 122 104 / 0.25);
}

.border-flamingo-400\/30 {
  border-color: rgb(243 122 104 / 0.3);
}

.border-flamingo-400\/35 {
  border-color: rgb(243 122 104 / 0.35);
}

.border-flamingo-400\/40 {
  border-color: rgb(243 122 104 / 0.4);
}

.border-flamingo-400\/45 {
  border-color: rgb(243 122 104 / 0.45);
}

.border-flamingo-400\/5 {
  border-color: rgb(243 122 104 / 0.05);
}

.border-flamingo-400\/50 {
  border-color: rgb(243 122 104 / 0.5);
}

.border-flamingo-400\/55 {
  border-color: rgb(243 122 104 / 0.55);
}

.border-flamingo-400\/60 {
  border-color: rgb(243 122 104 / 0.6);
}

.border-flamingo-400\/65 {
  border-color: rgb(243 122 104 / 0.65);
}

.border-flamingo-400\/70 {
  border-color: rgb(243 122 104 / 0.7);
}

.border-flamingo-400\/75 {
  border-color: rgb(243 122 104 / 0.75);
}

.border-flamingo-400\/80 {
  border-color: rgb(243 122 104 / 0.8);
}

.border-flamingo-400\/85 {
  border-color: rgb(243 122 104 / 0.85);
}

.border-flamingo-400\/90 {
  border-color: rgb(243 122 104 / 0.9);
}

.border-flamingo-400\/95 {
  border-color: rgb(243 122 104 / 0.95);
}

.border-flamingo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-flamingo-50\/0 {
  border-color: rgb(254 238 236 / 0);
}

.border-flamingo-50\/10 {
  border-color: rgb(254 238 236 / 0.1);
}

.border-flamingo-50\/100 {
  border-color: rgb(254 238 236 / 1);
}

.border-flamingo-50\/15 {
  border-color: rgb(254 238 236 / 0.15);
}

.border-flamingo-50\/20 {
  border-color: rgb(254 238 236 / 0.2);
}

.border-flamingo-50\/25 {
  border-color: rgb(254 238 236 / 0.25);
}

.border-flamingo-50\/30 {
  border-color: rgb(254 238 236 / 0.3);
}

.border-flamingo-50\/35 {
  border-color: rgb(254 238 236 / 0.35);
}

.border-flamingo-50\/40 {
  border-color: rgb(254 238 236 / 0.4);
}

.border-flamingo-50\/45 {
  border-color: rgb(254 238 236 / 0.45);
}

.border-flamingo-50\/5 {
  border-color: rgb(254 238 236 / 0.05);
}

.border-flamingo-50\/50 {
  border-color: rgb(254 238 236 / 0.5);
}

.border-flamingo-50\/55 {
  border-color: rgb(254 238 236 / 0.55);
}

.border-flamingo-50\/60 {
  border-color: rgb(254 238 236 / 0.6);
}

.border-flamingo-50\/65 {
  border-color: rgb(254 238 236 / 0.65);
}

.border-flamingo-50\/70 {
  border-color: rgb(254 238 236 / 0.7);
}

.border-flamingo-50\/75 {
  border-color: rgb(254 238 236 / 0.75);
}

.border-flamingo-50\/80 {
  border-color: rgb(254 238 236 / 0.8);
}

.border-flamingo-50\/85 {
  border-color: rgb(254 238 236 / 0.85);
}

.border-flamingo-50\/90 {
  border-color: rgb(254 238 236 / 0.9);
}

.border-flamingo-50\/95 {
  border-color: rgb(254 238 236 / 0.95);
}

.border-flamingo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-flamingo-500\/0 {
  border-color: rgb(240 88 63 / 0);
}

.border-flamingo-500\/10 {
  border-color: rgb(240 88 63 / 0.1);
}

.border-flamingo-500\/100 {
  border-color: rgb(240 88 63 / 1);
}

.border-flamingo-500\/15 {
  border-color: rgb(240 88 63 / 0.15);
}

.border-flamingo-500\/20 {
  border-color: rgb(240 88 63 / 0.2);
}

.border-flamingo-500\/25 {
  border-color: rgb(240 88 63 / 0.25);
}

.border-flamingo-500\/30 {
  border-color: rgb(240 88 63 / 0.3);
}

.border-flamingo-500\/35 {
  border-color: rgb(240 88 63 / 0.35);
}

.border-flamingo-500\/40 {
  border-color: rgb(240 88 63 / 0.4);
}

.border-flamingo-500\/45 {
  border-color: rgb(240 88 63 / 0.45);
}

.border-flamingo-500\/5 {
  border-color: rgb(240 88 63 / 0.05);
}

.border-flamingo-500\/50 {
  border-color: rgb(240 88 63 / 0.5);
}

.border-flamingo-500\/55 {
  border-color: rgb(240 88 63 / 0.55);
}

.border-flamingo-500\/60 {
  border-color: rgb(240 88 63 / 0.6);
}

.border-flamingo-500\/65 {
  border-color: rgb(240 88 63 / 0.65);
}

.border-flamingo-500\/70 {
  border-color: rgb(240 88 63 / 0.7);
}

.border-flamingo-500\/75 {
  border-color: rgb(240 88 63 / 0.75);
}

.border-flamingo-500\/80 {
  border-color: rgb(240 88 63 / 0.8);
}

.border-flamingo-500\/85 {
  border-color: rgb(240 88 63 / 0.85);
}

.border-flamingo-500\/90 {
  border-color: rgb(240 88 63 / 0.9);
}

.border-flamingo-500\/95 {
  border-color: rgb(240 88 63 / 0.95);
}

.border-flamingo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-flamingo-600\/0 {
  border-color: rgb(227 46 18 / 0);
}

.border-flamingo-600\/10 {
  border-color: rgb(227 46 18 / 0.1);
}

.border-flamingo-600\/100 {
  border-color: rgb(227 46 18 / 1);
}

.border-flamingo-600\/15 {
  border-color: rgb(227 46 18 / 0.15);
}

.border-flamingo-600\/20 {
  border-color: rgb(227 46 18 / 0.2);
}

.border-flamingo-600\/25 {
  border-color: rgb(227 46 18 / 0.25);
}

.border-flamingo-600\/30 {
  border-color: rgb(227 46 18 / 0.3);
}

.border-flamingo-600\/35 {
  border-color: rgb(227 46 18 / 0.35);
}

.border-flamingo-600\/40 {
  border-color: rgb(227 46 18 / 0.4);
}

.border-flamingo-600\/45 {
  border-color: rgb(227 46 18 / 0.45);
}

.border-flamingo-600\/5 {
  border-color: rgb(227 46 18 / 0.05);
}

.border-flamingo-600\/50 {
  border-color: rgb(227 46 18 / 0.5);
}

.border-flamingo-600\/55 {
  border-color: rgb(227 46 18 / 0.55);
}

.border-flamingo-600\/60 {
  border-color: rgb(227 46 18 / 0.6);
}

.border-flamingo-600\/65 {
  border-color: rgb(227 46 18 / 0.65);
}

.border-flamingo-600\/70 {
  border-color: rgb(227 46 18 / 0.7);
}

.border-flamingo-600\/75 {
  border-color: rgb(227 46 18 / 0.75);
}

.border-flamingo-600\/80 {
  border-color: rgb(227 46 18 / 0.8);
}

.border-flamingo-600\/85 {
  border-color: rgb(227 46 18 / 0.85);
}

.border-flamingo-600\/90 {
  border-color: rgb(227 46 18 / 0.9);
}

.border-flamingo-600\/95 {
  border-color: rgb(227 46 18 / 0.95);
}

.border-flamingo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-flamingo-700\/0 {
  border-color: rgb(170 34 13 / 0);
}

.border-flamingo-700\/10 {
  border-color: rgb(170 34 13 / 0.1);
}

.border-flamingo-700\/100 {
  border-color: rgb(170 34 13 / 1);
}

.border-flamingo-700\/15 {
  border-color: rgb(170 34 13 / 0.15);
}

.border-flamingo-700\/20 {
  border-color: rgb(170 34 13 / 0.2);
}

.border-flamingo-700\/25 {
  border-color: rgb(170 34 13 / 0.25);
}

.border-flamingo-700\/30 {
  border-color: rgb(170 34 13 / 0.3);
}

.border-flamingo-700\/35 {
  border-color: rgb(170 34 13 / 0.35);
}

.border-flamingo-700\/40 {
  border-color: rgb(170 34 13 / 0.4);
}

.border-flamingo-700\/45 {
  border-color: rgb(170 34 13 / 0.45);
}

.border-flamingo-700\/5 {
  border-color: rgb(170 34 13 / 0.05);
}

.border-flamingo-700\/50 {
  border-color: rgb(170 34 13 / 0.5);
}

.border-flamingo-700\/55 {
  border-color: rgb(170 34 13 / 0.55);
}

.border-flamingo-700\/60 {
  border-color: rgb(170 34 13 / 0.6);
}

.border-flamingo-700\/65 {
  border-color: rgb(170 34 13 / 0.65);
}

.border-flamingo-700\/70 {
  border-color: rgb(170 34 13 / 0.7);
}

.border-flamingo-700\/75 {
  border-color: rgb(170 34 13 / 0.75);
}

.border-flamingo-700\/80 {
  border-color: rgb(170 34 13 / 0.8);
}

.border-flamingo-700\/85 {
  border-color: rgb(170 34 13 / 0.85);
}

.border-flamingo-700\/90 {
  border-color: rgb(170 34 13 / 0.9);
}

.border-flamingo-700\/95 {
  border-color: rgb(170 34 13 / 0.95);
}

.border-flamingo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-flamingo-800\/0 {
  border-color: rgb(114 23 9 / 0);
}

.border-flamingo-800\/10 {
  border-color: rgb(114 23 9 / 0.1);
}

.border-flamingo-800\/100 {
  border-color: rgb(114 23 9 / 1);
}

.border-flamingo-800\/15 {
  border-color: rgb(114 23 9 / 0.15);
}

.border-flamingo-800\/20 {
  border-color: rgb(114 23 9 / 0.2);
}

.border-flamingo-800\/25 {
  border-color: rgb(114 23 9 / 0.25);
}

.border-flamingo-800\/30 {
  border-color: rgb(114 23 9 / 0.3);
}

.border-flamingo-800\/35 {
  border-color: rgb(114 23 9 / 0.35);
}

.border-flamingo-800\/40 {
  border-color: rgb(114 23 9 / 0.4);
}

.border-flamingo-800\/45 {
  border-color: rgb(114 23 9 / 0.45);
}

.border-flamingo-800\/5 {
  border-color: rgb(114 23 9 / 0.05);
}

.border-flamingo-800\/50 {
  border-color: rgb(114 23 9 / 0.5);
}

.border-flamingo-800\/55 {
  border-color: rgb(114 23 9 / 0.55);
}

.border-flamingo-800\/60 {
  border-color: rgb(114 23 9 / 0.6);
}

.border-flamingo-800\/65 {
  border-color: rgb(114 23 9 / 0.65);
}

.border-flamingo-800\/70 {
  border-color: rgb(114 23 9 / 0.7);
}

.border-flamingo-800\/75 {
  border-color: rgb(114 23 9 / 0.75);
}

.border-flamingo-800\/80 {
  border-color: rgb(114 23 9 / 0.8);
}

.border-flamingo-800\/85 {
  border-color: rgb(114 23 9 / 0.85);
}

.border-flamingo-800\/90 {
  border-color: rgb(114 23 9 / 0.9);
}

.border-flamingo-800\/95 {
  border-color: rgb(114 23 9 / 0.95);
}

.border-flamingo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-flamingo-900\/0 {
  border-color: rgb(57 11 4 / 0);
}

.border-flamingo-900\/10 {
  border-color: rgb(57 11 4 / 0.1);
}

.border-flamingo-900\/100 {
  border-color: rgb(57 11 4 / 1);
}

.border-flamingo-900\/15 {
  border-color: rgb(57 11 4 / 0.15);
}

.border-flamingo-900\/20 {
  border-color: rgb(57 11 4 / 0.2);
}

.border-flamingo-900\/25 {
  border-color: rgb(57 11 4 / 0.25);
}

.border-flamingo-900\/30 {
  border-color: rgb(57 11 4 / 0.3);
}

.border-flamingo-900\/35 {
  border-color: rgb(57 11 4 / 0.35);
}

.border-flamingo-900\/40 {
  border-color: rgb(57 11 4 / 0.4);
}

.border-flamingo-900\/45 {
  border-color: rgb(57 11 4 / 0.45);
}

.border-flamingo-900\/5 {
  border-color: rgb(57 11 4 / 0.05);
}

.border-flamingo-900\/50 {
  border-color: rgb(57 11 4 / 0.5);
}

.border-flamingo-900\/55 {
  border-color: rgb(57 11 4 / 0.55);
}

.border-flamingo-900\/60 {
  border-color: rgb(57 11 4 / 0.6);
}

.border-flamingo-900\/65 {
  border-color: rgb(57 11 4 / 0.65);
}

.border-flamingo-900\/70 {
  border-color: rgb(57 11 4 / 0.7);
}

.border-flamingo-900\/75 {
  border-color: rgb(57 11 4 / 0.75);
}

.border-flamingo-900\/80 {
  border-color: rgb(57 11 4 / 0.8);
}

.border-flamingo-900\/85 {
  border-color: rgb(57 11 4 / 0.85);
}

.border-flamingo-900\/90 {
  border-color: rgb(57 11 4 / 0.9);
}

.border-flamingo-900\/95 {
  border-color: rgb(57 11 4 / 0.95);
}

.border-flamingo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-flamingo-950\/0 {
  border-color: rgb(28 6 2 / 0);
}

.border-flamingo-950\/10 {
  border-color: rgb(28 6 2 / 0.1);
}

.border-flamingo-950\/100 {
  border-color: rgb(28 6 2 / 1);
}

.border-flamingo-950\/15 {
  border-color: rgb(28 6 2 / 0.15);
}

.border-flamingo-950\/20 {
  border-color: rgb(28 6 2 / 0.2);
}

.border-flamingo-950\/25 {
  border-color: rgb(28 6 2 / 0.25);
}

.border-flamingo-950\/30 {
  border-color: rgb(28 6 2 / 0.3);
}

.border-flamingo-950\/35 {
  border-color: rgb(28 6 2 / 0.35);
}

.border-flamingo-950\/40 {
  border-color: rgb(28 6 2 / 0.4);
}

.border-flamingo-950\/45 {
  border-color: rgb(28 6 2 / 0.45);
}

.border-flamingo-950\/5 {
  border-color: rgb(28 6 2 / 0.05);
}

.border-flamingo-950\/50 {
  border-color: rgb(28 6 2 / 0.5);
}

.border-flamingo-950\/55 {
  border-color: rgb(28 6 2 / 0.55);
}

.border-flamingo-950\/60 {
  border-color: rgb(28 6 2 / 0.6);
}

.border-flamingo-950\/65 {
  border-color: rgb(28 6 2 / 0.65);
}

.border-flamingo-950\/70 {
  border-color: rgb(28 6 2 / 0.7);
}

.border-flamingo-950\/75 {
  border-color: rgb(28 6 2 / 0.75);
}

.border-flamingo-950\/80 {
  border-color: rgb(28 6 2 / 0.8);
}

.border-flamingo-950\/85 {
  border-color: rgb(28 6 2 / 0.85);
}

.border-flamingo-950\/90 {
  border-color: rgb(28 6 2 / 0.9);
}

.border-flamingo-950\/95 {
  border-color: rgb(28 6 2 / 0.95);
}

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

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

.border-lightgrey\/0 {
  border-color: rgb(212 212 212 / 0);
}

.border-lightgrey\/10 {
  border-color: rgb(212 212 212 / 0.1);
}

.border-lightgrey\/100 {
  border-color: rgb(212 212 212 / 1);
}

.border-lightgrey\/15 {
  border-color: rgb(212 212 212 / 0.15);
}

.border-lightgrey\/20 {
  border-color: rgb(212 212 212 / 0.2);
}

.border-lightgrey\/25 {
  border-color: rgb(212 212 212 / 0.25);
}

.border-lightgrey\/30 {
  border-color: rgb(212 212 212 / 0.3);
}

.border-lightgrey\/35 {
  border-color: rgb(212 212 212 / 0.35);
}

.border-lightgrey\/40 {
  border-color: rgb(212 212 212 / 0.4);
}

.border-lightgrey\/45 {
  border-color: rgb(212 212 212 / 0.45);
}

.border-lightgrey\/5 {
  border-color: rgb(212 212 212 / 0.05);
}

.border-lightgrey\/50 {
  border-color: rgb(212 212 212 / 0.5);
}

.border-lightgrey\/55 {
  border-color: rgb(212 212 212 / 0.55);
}

.border-lightgrey\/60 {
  border-color: rgb(212 212 212 / 0.6);
}

.border-lightgrey\/65 {
  border-color: rgb(212 212 212 / 0.65);
}

.border-lightgrey\/70 {
  border-color: rgb(212 212 212 / 0.7);
}

.border-lightgrey\/75 {
  border-color: rgb(212 212 212 / 0.75);
}

.border-lightgrey\/80 {
  border-color: rgb(212 212 212 / 0.8);
}

.border-lightgrey\/85 {
  border-color: rgb(212 212 212 / 0.85);
}

.border-lightgrey\/90 {
  border-color: rgb(212 212 212 / 0.9);
}

.border-lightgrey\/95 {
  border-color: rgb(212 212 212 / 0.95);
}

.border-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-100\/0 {
  border-color: rgb(205 219 223 / 0);
}

.border-limedSpruce-100\/10 {
  border-color: rgb(205 219 223 / 0.1);
}

.border-limedSpruce-100\/100 {
  border-color: rgb(205 219 223 / 1);
}

.border-limedSpruce-100\/15 {
  border-color: rgb(205 219 223 / 0.15);
}

.border-limedSpruce-100\/20 {
  border-color: rgb(205 219 223 / 0.2);
}

.border-limedSpruce-100\/25 {
  border-color: rgb(205 219 223 / 0.25);
}

.border-limedSpruce-100\/30 {
  border-color: rgb(205 219 223 / 0.3);
}

.border-limedSpruce-100\/35 {
  border-color: rgb(205 219 223 / 0.35);
}

.border-limedSpruce-100\/40 {
  border-color: rgb(205 219 223 / 0.4);
}

.border-limedSpruce-100\/45 {
  border-color: rgb(205 219 223 / 0.45);
}

.border-limedSpruce-100\/5 {
  border-color: rgb(205 219 223 / 0.05);
}

.border-limedSpruce-100\/50 {
  border-color: rgb(205 219 223 / 0.5);
}

.border-limedSpruce-100\/55 {
  border-color: rgb(205 219 223 / 0.55);
}

.border-limedSpruce-100\/60 {
  border-color: rgb(205 219 223 / 0.6);
}

.border-limedSpruce-100\/65 {
  border-color: rgb(205 219 223 / 0.65);
}

.border-limedSpruce-100\/70 {
  border-color: rgb(205 219 223 / 0.7);
}

.border-limedSpruce-100\/75 {
  border-color: rgb(205 219 223 / 0.75);
}

.border-limedSpruce-100\/80 {
  border-color: rgb(205 219 223 / 0.8);
}

.border-limedSpruce-100\/85 {
  border-color: rgb(205 219 223 / 0.85);
}

.border-limedSpruce-100\/90 {
  border-color: rgb(205 219 223 / 0.9);
}

.border-limedSpruce-100\/95 {
  border-color: rgb(205 219 223 / 0.95);
}

.border-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-200\/0 {
  border-color: rgb(159 185 193 / 0);
}

.border-limedSpruce-200\/10 {
  border-color: rgb(159 185 193 / 0.1);
}

.border-limedSpruce-200\/100 {
  border-color: rgb(159 185 193 / 1);
}

.border-limedSpruce-200\/15 {
  border-color: rgb(159 185 193 / 0.15);
}

.border-limedSpruce-200\/20 {
  border-color: rgb(159 185 193 / 0.2);
}

.border-limedSpruce-200\/25 {
  border-color: rgb(159 185 193 / 0.25);
}

.border-limedSpruce-200\/30 {
  border-color: rgb(159 185 193 / 0.3);
}

.border-limedSpruce-200\/35 {
  border-color: rgb(159 185 193 / 0.35);
}

.border-limedSpruce-200\/40 {
  border-color: rgb(159 185 193 / 0.4);
}

.border-limedSpruce-200\/45 {
  border-color: rgb(159 185 193 / 0.45);
}

.border-limedSpruce-200\/5 {
  border-color: rgb(159 185 193 / 0.05);
}

.border-limedSpruce-200\/50 {
  border-color: rgb(159 185 193 / 0.5);
}

.border-limedSpruce-200\/55 {
  border-color: rgb(159 185 193 / 0.55);
}

.border-limedSpruce-200\/60 {
  border-color: rgb(159 185 193 / 0.6);
}

.border-limedSpruce-200\/65 {
  border-color: rgb(159 185 193 / 0.65);
}

.border-limedSpruce-200\/70 {
  border-color: rgb(159 185 193 / 0.7);
}

.border-limedSpruce-200\/75 {
  border-color: rgb(159 185 193 / 0.75);
}

.border-limedSpruce-200\/80 {
  border-color: rgb(159 185 193 / 0.8);
}

.border-limedSpruce-200\/85 {
  border-color: rgb(159 185 193 / 0.85);
}

.border-limedSpruce-200\/90 {
  border-color: rgb(159 185 193 / 0.9);
}

.border-limedSpruce-200\/95 {
  border-color: rgb(159 185 193 / 0.95);
}

.border-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-300\/0 {
  border-color: rgb(109 148 161 / 0);
}

.border-limedSpruce-300\/10 {
  border-color: rgb(109 148 161 / 0.1);
}

.border-limedSpruce-300\/100 {
  border-color: rgb(109 148 161 / 1);
}

.border-limedSpruce-300\/15 {
  border-color: rgb(109 148 161 / 0.15);
}

.border-limedSpruce-300\/20 {
  border-color: rgb(109 148 161 / 0.2);
}

.border-limedSpruce-300\/25 {
  border-color: rgb(109 148 161 / 0.25);
}

.border-limedSpruce-300\/30 {
  border-color: rgb(109 148 161 / 0.3);
}

.border-limedSpruce-300\/35 {
  border-color: rgb(109 148 161 / 0.35);
}

.border-limedSpruce-300\/40 {
  border-color: rgb(109 148 161 / 0.4);
}

.border-limedSpruce-300\/45 {
  border-color: rgb(109 148 161 / 0.45);
}

.border-limedSpruce-300\/5 {
  border-color: rgb(109 148 161 / 0.05);
}

.border-limedSpruce-300\/50 {
  border-color: rgb(109 148 161 / 0.5);
}

.border-limedSpruce-300\/55 {
  border-color: rgb(109 148 161 / 0.55);
}

.border-limedSpruce-300\/60 {
  border-color: rgb(109 148 161 / 0.6);
}

.border-limedSpruce-300\/65 {
  border-color: rgb(109 148 161 / 0.65);
}

.border-limedSpruce-300\/70 {
  border-color: rgb(109 148 161 / 0.7);
}

.border-limedSpruce-300\/75 {
  border-color: rgb(109 148 161 / 0.75);
}

.border-limedSpruce-300\/80 {
  border-color: rgb(109 148 161 / 0.8);
}

.border-limedSpruce-300\/85 {
  border-color: rgb(109 148 161 / 0.85);
}

.border-limedSpruce-300\/90 {
  border-color: rgb(109 148 161 / 0.9);
}

.border-limedSpruce-300\/95 {
  border-color: rgb(109 148 161 / 0.95);
}

.border-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-400\/0 {
  border-color: rgb(74 105 115 / 0);
}

.border-limedSpruce-400\/10 {
  border-color: rgb(74 105 115 / 0.1);
}

.border-limedSpruce-400\/100 {
  border-color: rgb(74 105 115 / 1);
}

.border-limedSpruce-400\/15 {
  border-color: rgb(74 105 115 / 0.15);
}

.border-limedSpruce-400\/20 {
  border-color: rgb(74 105 115 / 0.2);
}

.border-limedSpruce-400\/25 {
  border-color: rgb(74 105 115 / 0.25);
}

.border-limedSpruce-400\/30 {
  border-color: rgb(74 105 115 / 0.3);
}

.border-limedSpruce-400\/35 {
  border-color: rgb(74 105 115 / 0.35);
}

.border-limedSpruce-400\/40 {
  border-color: rgb(74 105 115 / 0.4);
}

.border-limedSpruce-400\/45 {
  border-color: rgb(74 105 115 / 0.45);
}

.border-limedSpruce-400\/5 {
  border-color: rgb(74 105 115 / 0.05);
}

.border-limedSpruce-400\/50 {
  border-color: rgb(74 105 115 / 0.5);
}

.border-limedSpruce-400\/55 {
  border-color: rgb(74 105 115 / 0.55);
}

.border-limedSpruce-400\/60 {
  border-color: rgb(74 105 115 / 0.6);
}

.border-limedSpruce-400\/65 {
  border-color: rgb(74 105 115 / 0.65);
}

.border-limedSpruce-400\/70 {
  border-color: rgb(74 105 115 / 0.7);
}

.border-limedSpruce-400\/75 {
  border-color: rgb(74 105 115 / 0.75);
}

.border-limedSpruce-400\/80 {
  border-color: rgb(74 105 115 / 0.8);
}

.border-limedSpruce-400\/85 {
  border-color: rgb(74 105 115 / 0.85);
}

.border-limedSpruce-400\/90 {
  border-color: rgb(74 105 115 / 0.9);
}

.border-limedSpruce-400\/95 {
  border-color: rgb(74 105 115 / 0.95);
}

.border-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-50\/0 {
  border-color: rgb(230 237 239 / 0);
}

.border-limedSpruce-50\/10 {
  border-color: rgb(230 237 239 / 0.1);
}

.border-limedSpruce-50\/100 {
  border-color: rgb(230 237 239 / 1);
}

.border-limedSpruce-50\/15 {
  border-color: rgb(230 237 239 / 0.15);
}

.border-limedSpruce-50\/20 {
  border-color: rgb(230 237 239 / 0.2);
}

.border-limedSpruce-50\/25 {
  border-color: rgb(230 237 239 / 0.25);
}

.border-limedSpruce-50\/30 {
  border-color: rgb(230 237 239 / 0.3);
}

.border-limedSpruce-50\/35 {
  border-color: rgb(230 237 239 / 0.35);
}

.border-limedSpruce-50\/40 {
  border-color: rgb(230 237 239 / 0.4);
}

.border-limedSpruce-50\/45 {
  border-color: rgb(230 237 239 / 0.45);
}

.border-limedSpruce-50\/5 {
  border-color: rgb(230 237 239 / 0.05);
}

.border-limedSpruce-50\/50 {
  border-color: rgb(230 237 239 / 0.5);
}

.border-limedSpruce-50\/55 {
  border-color: rgb(230 237 239 / 0.55);
}

.border-limedSpruce-50\/60 {
  border-color: rgb(230 237 239 / 0.6);
}

.border-limedSpruce-50\/65 {
  border-color: rgb(230 237 239 / 0.65);
}

.border-limedSpruce-50\/70 {
  border-color: rgb(230 237 239 / 0.7);
}

.border-limedSpruce-50\/75 {
  border-color: rgb(230 237 239 / 0.75);
}

.border-limedSpruce-50\/80 {
  border-color: rgb(230 237 239 / 0.8);
}

.border-limedSpruce-50\/85 {
  border-color: rgb(230 237 239 / 0.85);
}

.border-limedSpruce-50\/90 {
  border-color: rgb(230 237 239 / 0.9);
}

.border-limedSpruce-50\/95 {
  border-color: rgb(230 237 239 / 0.95);
}

.border-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-500\/0 {
  border-color: rgb(43 61 67 / 0);
}

.border-limedSpruce-500\/10 {
  border-color: rgb(43 61 67 / 0.1);
}

.border-limedSpruce-500\/100 {
  border-color: rgb(43 61 67 / 1);
}

.border-limedSpruce-500\/15 {
  border-color: rgb(43 61 67 / 0.15);
}

.border-limedSpruce-500\/20 {
  border-color: rgb(43 61 67 / 0.2);
}

.border-limedSpruce-500\/25 {
  border-color: rgb(43 61 67 / 0.25);
}

.border-limedSpruce-500\/30 {
  border-color: rgb(43 61 67 / 0.3);
}

.border-limedSpruce-500\/35 {
  border-color: rgb(43 61 67 / 0.35);
}

.border-limedSpruce-500\/40 {
  border-color: rgb(43 61 67 / 0.4);
}

.border-limedSpruce-500\/45 {
  border-color: rgb(43 61 67 / 0.45);
}

.border-limedSpruce-500\/5 {
  border-color: rgb(43 61 67 / 0.05);
}

.border-limedSpruce-500\/50 {
  border-color: rgb(43 61 67 / 0.5);
}

.border-limedSpruce-500\/55 {
  border-color: rgb(43 61 67 / 0.55);
}

.border-limedSpruce-500\/60 {
  border-color: rgb(43 61 67 / 0.6);
}

.border-limedSpruce-500\/65 {
  border-color: rgb(43 61 67 / 0.65);
}

.border-limedSpruce-500\/70 {
  border-color: rgb(43 61 67 / 0.7);
}

.border-limedSpruce-500\/75 {
  border-color: rgb(43 61 67 / 0.75);
}

.border-limedSpruce-500\/80 {
  border-color: rgb(43 61 67 / 0.8);
}

.border-limedSpruce-500\/85 {
  border-color: rgb(43 61 67 / 0.85);
}

.border-limedSpruce-500\/90 {
  border-color: rgb(43 61 67 / 0.9);
}

.border-limedSpruce-500\/95 {
  border-color: rgb(43 61 67 / 0.95);
}

.border-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-600\/0 {
  border-color: rgb(34 48 53 / 0);
}

.border-limedSpruce-600\/10 {
  border-color: rgb(34 48 53 / 0.1);
}

.border-limedSpruce-600\/100 {
  border-color: rgb(34 48 53 / 1);
}

.border-limedSpruce-600\/15 {
  border-color: rgb(34 48 53 / 0.15);
}

.border-limedSpruce-600\/20 {
  border-color: rgb(34 48 53 / 0.2);
}

.border-limedSpruce-600\/25 {
  border-color: rgb(34 48 53 / 0.25);
}

.border-limedSpruce-600\/30 {
  border-color: rgb(34 48 53 / 0.3);
}

.border-limedSpruce-600\/35 {
  border-color: rgb(34 48 53 / 0.35);
}

.border-limedSpruce-600\/40 {
  border-color: rgb(34 48 53 / 0.4);
}

.border-limedSpruce-600\/45 {
  border-color: rgb(34 48 53 / 0.45);
}

.border-limedSpruce-600\/5 {
  border-color: rgb(34 48 53 / 0.05);
}

.border-limedSpruce-600\/50 {
  border-color: rgb(34 48 53 / 0.5);
}

.border-limedSpruce-600\/55 {
  border-color: rgb(34 48 53 / 0.55);
}

.border-limedSpruce-600\/60 {
  border-color: rgb(34 48 53 / 0.6);
}

.border-limedSpruce-600\/65 {
  border-color: rgb(34 48 53 / 0.65);
}

.border-limedSpruce-600\/70 {
  border-color: rgb(34 48 53 / 0.7);
}

.border-limedSpruce-600\/75 {
  border-color: rgb(34 48 53 / 0.75);
}

.border-limedSpruce-600\/80 {
  border-color: rgb(34 48 53 / 0.8);
}

.border-limedSpruce-600\/85 {
  border-color: rgb(34 48 53 / 0.85);
}

.border-limedSpruce-600\/90 {
  border-color: rgb(34 48 53 / 0.9);
}

.border-limedSpruce-600\/95 {
  border-color: rgb(34 48 53 / 0.95);
}

.border-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-700\/0 {
  border-color: rgb(26 37 40 / 0);
}

.border-limedSpruce-700\/10 {
  border-color: rgb(26 37 40 / 0.1);
}

.border-limedSpruce-700\/100 {
  border-color: rgb(26 37 40 / 1);
}

.border-limedSpruce-700\/15 {
  border-color: rgb(26 37 40 / 0.15);
}

.border-limedSpruce-700\/20 {
  border-color: rgb(26 37 40 / 0.2);
}

.border-limedSpruce-700\/25 {
  border-color: rgb(26 37 40 / 0.25);
}

.border-limedSpruce-700\/30 {
  border-color: rgb(26 37 40 / 0.3);
}

.border-limedSpruce-700\/35 {
  border-color: rgb(26 37 40 / 0.35);
}

.border-limedSpruce-700\/40 {
  border-color: rgb(26 37 40 / 0.4);
}

.border-limedSpruce-700\/45 {
  border-color: rgb(26 37 40 / 0.45);
}

.border-limedSpruce-700\/5 {
  border-color: rgb(26 37 40 / 0.05);
}

.border-limedSpruce-700\/50 {
  border-color: rgb(26 37 40 / 0.5);
}

.border-limedSpruce-700\/55 {
  border-color: rgb(26 37 40 / 0.55);
}

.border-limedSpruce-700\/60 {
  border-color: rgb(26 37 40 / 0.6);
}

.border-limedSpruce-700\/65 {
  border-color: rgb(26 37 40 / 0.65);
}

.border-limedSpruce-700\/70 {
  border-color: rgb(26 37 40 / 0.7);
}

.border-limedSpruce-700\/75 {
  border-color: rgb(26 37 40 / 0.75);
}

.border-limedSpruce-700\/80 {
  border-color: rgb(26 37 40 / 0.8);
}

.border-limedSpruce-700\/85 {
  border-color: rgb(26 37 40 / 0.85);
}

.border-limedSpruce-700\/90 {
  border-color: rgb(26 37 40 / 0.9);
}

.border-limedSpruce-700\/95 {
  border-color: rgb(26 37 40 / 0.95);
}

.border-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-800\/0 {
  border-color: rgb(18 25 28 / 0);
}

.border-limedSpruce-800\/10 {
  border-color: rgb(18 25 28 / 0.1);
}

.border-limedSpruce-800\/100 {
  border-color: rgb(18 25 28 / 1);
}

.border-limedSpruce-800\/15 {
  border-color: rgb(18 25 28 / 0.15);
}

.border-limedSpruce-800\/20 {
  border-color: rgb(18 25 28 / 0.2);
}

.border-limedSpruce-800\/25 {
  border-color: rgb(18 25 28 / 0.25);
}

.border-limedSpruce-800\/30 {
  border-color: rgb(18 25 28 / 0.3);
}

.border-limedSpruce-800\/35 {
  border-color: rgb(18 25 28 / 0.35);
}

.border-limedSpruce-800\/40 {
  border-color: rgb(18 25 28 / 0.4);
}

.border-limedSpruce-800\/45 {
  border-color: rgb(18 25 28 / 0.45);
}

.border-limedSpruce-800\/5 {
  border-color: rgb(18 25 28 / 0.05);
}

.border-limedSpruce-800\/50 {
  border-color: rgb(18 25 28 / 0.5);
}

.border-limedSpruce-800\/55 {
  border-color: rgb(18 25 28 / 0.55);
}

.border-limedSpruce-800\/60 {
  border-color: rgb(18 25 28 / 0.6);
}

.border-limedSpruce-800\/65 {
  border-color: rgb(18 25 28 / 0.65);
}

.border-limedSpruce-800\/70 {
  border-color: rgb(18 25 28 / 0.7);
}

.border-limedSpruce-800\/75 {
  border-color: rgb(18 25 28 / 0.75);
}

.border-limedSpruce-800\/80 {
  border-color: rgb(18 25 28 / 0.8);
}

.border-limedSpruce-800\/85 {
  border-color: rgb(18 25 28 / 0.85);
}

.border-limedSpruce-800\/90 {
  border-color: rgb(18 25 28 / 0.9);
}

.border-limedSpruce-800\/95 {
  border-color: rgb(18 25 28 / 0.95);
}

.border-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-900\/0 {
  border-color: rgb(8 11 12 / 0);
}

.border-limedSpruce-900\/10 {
  border-color: rgb(8 11 12 / 0.1);
}

.border-limedSpruce-900\/100 {
  border-color: rgb(8 11 12 / 1);
}

.border-limedSpruce-900\/15 {
  border-color: rgb(8 11 12 / 0.15);
}

.border-limedSpruce-900\/20 {
  border-color: rgb(8 11 12 / 0.2);
}

.border-limedSpruce-900\/25 {
  border-color: rgb(8 11 12 / 0.25);
}

.border-limedSpruce-900\/30 {
  border-color: rgb(8 11 12 / 0.3);
}

.border-limedSpruce-900\/35 {
  border-color: rgb(8 11 12 / 0.35);
}

.border-limedSpruce-900\/40 {
  border-color: rgb(8 11 12 / 0.4);
}

.border-limedSpruce-900\/45 {
  border-color: rgb(8 11 12 / 0.45);
}

.border-limedSpruce-900\/5 {
  border-color: rgb(8 11 12 / 0.05);
}

.border-limedSpruce-900\/50 {
  border-color: rgb(8 11 12 / 0.5);
}

.border-limedSpruce-900\/55 {
  border-color: rgb(8 11 12 / 0.55);
}

.border-limedSpruce-900\/60 {
  border-color: rgb(8 11 12 / 0.6);
}

.border-limedSpruce-900\/65 {
  border-color: rgb(8 11 12 / 0.65);
}

.border-limedSpruce-900\/70 {
  border-color: rgb(8 11 12 / 0.7);
}

.border-limedSpruce-900\/75 {
  border-color: rgb(8 11 12 / 0.75);
}

.border-limedSpruce-900\/80 {
  border-color: rgb(8 11 12 / 0.8);
}

.border-limedSpruce-900\/85 {
  border-color: rgb(8 11 12 / 0.85);
}

.border-limedSpruce-900\/90 {
  border-color: rgb(8 11 12 / 0.9);
}

.border-limedSpruce-900\/95 {
  border-color: rgb(8 11 12 / 0.95);
}

.border-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-limedSpruce-950\/0 {
  border-color: rgb(4 6 6 / 0);
}

.border-limedSpruce-950\/10 {
  border-color: rgb(4 6 6 / 0.1);
}

.border-limedSpruce-950\/100 {
  border-color: rgb(4 6 6 / 1);
}

.border-limedSpruce-950\/15 {
  border-color: rgb(4 6 6 / 0.15);
}

.border-limedSpruce-950\/20 {
  border-color: rgb(4 6 6 / 0.2);
}

.border-limedSpruce-950\/25 {
  border-color: rgb(4 6 6 / 0.25);
}

.border-limedSpruce-950\/30 {
  border-color: rgb(4 6 6 / 0.3);
}

.border-limedSpruce-950\/35 {
  border-color: rgb(4 6 6 / 0.35);
}

.border-limedSpruce-950\/40 {
  border-color: rgb(4 6 6 / 0.4);
}

.border-limedSpruce-950\/45 {
  border-color: rgb(4 6 6 / 0.45);
}

.border-limedSpruce-950\/5 {
  border-color: rgb(4 6 6 / 0.05);
}

.border-limedSpruce-950\/50 {
  border-color: rgb(4 6 6 / 0.5);
}

.border-limedSpruce-950\/55 {
  border-color: rgb(4 6 6 / 0.55);
}

.border-limedSpruce-950\/60 {
  border-color: rgb(4 6 6 / 0.6);
}

.border-limedSpruce-950\/65 {
  border-color: rgb(4 6 6 / 0.65);
}

.border-limedSpruce-950\/70 {
  border-color: rgb(4 6 6 / 0.7);
}

.border-limedSpruce-950\/75 {
  border-color: rgb(4 6 6 / 0.75);
}

.border-limedSpruce-950\/80 {
  border-color: rgb(4 6 6 / 0.8);
}

.border-limedSpruce-950\/85 {
  border-color: rgb(4 6 6 / 0.85);
}

.border-limedSpruce-950\/90 {
  border-color: rgb(4 6 6 / 0.9);
}

.border-limedSpruce-950\/95 {
  border-color: rgb(4 6 6 / 0.95);
}

.border-merino-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-merino-100\/0 {
  border-color: rgb(254 253 251 / 0);
}

.border-merino-100\/10 {
  border-color: rgb(254 253 251 / 0.1);
}

.border-merino-100\/100 {
  border-color: rgb(254 253 251 / 1);
}

.border-merino-100\/15 {
  border-color: rgb(254 253 251 / 0.15);
}

.border-merino-100\/20 {
  border-color: rgb(254 253 251 / 0.2);
}

.border-merino-100\/25 {
  border-color: rgb(254 253 251 / 0.25);
}

.border-merino-100\/30 {
  border-color: rgb(254 253 251 / 0.3);
}

.border-merino-100\/35 {
  border-color: rgb(254 253 251 / 0.35);
}

.border-merino-100\/40 {
  border-color: rgb(254 253 251 / 0.4);
}

.border-merino-100\/45 {
  border-color: rgb(254 253 251 / 0.45);
}

.border-merino-100\/5 {
  border-color: rgb(254 253 251 / 0.05);
}

.border-merino-100\/50 {
  border-color: rgb(254 253 251 / 0.5);
}

.border-merino-100\/55 {
  border-color: rgb(254 253 251 / 0.55);
}

.border-merino-100\/60 {
  border-color: rgb(254 253 251 / 0.6);
}

.border-merino-100\/65 {
  border-color: rgb(254 253 251 / 0.65);
}

.border-merino-100\/70 {
  border-color: rgb(254 253 251 / 0.7);
}

.border-merino-100\/75 {
  border-color: rgb(254 253 251 / 0.75);
}

.border-merino-100\/80 {
  border-color: rgb(254 253 251 / 0.8);
}

.border-merino-100\/85 {
  border-color: rgb(254 253 251 / 0.85);
}

.border-merino-100\/90 {
  border-color: rgb(254 253 251 / 0.9);
}

.border-merino-100\/95 {
  border-color: rgb(254 253 251 / 0.95);
}

.border-merino-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-merino-200\/0 {
  border-color: rgb(252 251 248 / 0);
}

.border-merino-200\/10 {
  border-color: rgb(252 251 248 / 0.1);
}

.border-merino-200\/100 {
  border-color: rgb(252 251 248 / 1);
}

.border-merino-200\/15 {
  border-color: rgb(252 251 248 / 0.15);
}

.border-merino-200\/20 {
  border-color: rgb(252 251 248 / 0.2);
}

.border-merino-200\/25 {
  border-color: rgb(252 251 248 / 0.25);
}

.border-merino-200\/30 {
  border-color: rgb(252 251 248 / 0.3);
}

.border-merino-200\/35 {
  border-color: rgb(252 251 248 / 0.35);
}

.border-merino-200\/40 {
  border-color: rgb(252 251 248 / 0.4);
}

.border-merino-200\/45 {
  border-color: rgb(252 251 248 / 0.45);
}

.border-merino-200\/5 {
  border-color: rgb(252 251 248 / 0.05);
}

.border-merino-200\/50 {
  border-color: rgb(252 251 248 / 0.5);
}

.border-merino-200\/55 {
  border-color: rgb(252 251 248 / 0.55);
}

.border-merino-200\/60 {
  border-color: rgb(252 251 248 / 0.6);
}

.border-merino-200\/65 {
  border-color: rgb(252 251 248 / 0.65);
}

.border-merino-200\/70 {
  border-color: rgb(252 251 248 / 0.7);
}

.border-merino-200\/75 {
  border-color: rgb(252 251 248 / 0.75);
}

.border-merino-200\/80 {
  border-color: rgb(252 251 248 / 0.8);
}

.border-merino-200\/85 {
  border-color: rgb(252 251 248 / 0.85);
}

.border-merino-200\/90 {
  border-color: rgb(252 251 248 / 0.9);
}

.border-merino-200\/95 {
  border-color: rgb(252 251 248 / 0.95);
}

.border-merino-300 {
  --tw-border-opacity: 1;
  border-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-merino-300\/0 {
  border-color: rgb(250 247 240 / 0);
}

.border-merino-300\/10 {
  border-color: rgb(250 247 240 / 0.1);
}

.border-merino-300\/100 {
  border-color: rgb(250 247 240 / 1);
}

.border-merino-300\/15 {
  border-color: rgb(250 247 240 / 0.15);
}

.border-merino-300\/20 {
  border-color: rgb(250 247 240 / 0.2);
}

.border-merino-300\/25 {
  border-color: rgb(250 247 240 / 0.25);
}

.border-merino-300\/30 {
  border-color: rgb(250 247 240 / 0.3);
}

.border-merino-300\/35 {
  border-color: rgb(250 247 240 / 0.35);
}

.border-merino-300\/40 {
  border-color: rgb(250 247 240 / 0.4);
}

.border-merino-300\/45 {
  border-color: rgb(250 247 240 / 0.45);
}

.border-merino-300\/5 {
  border-color: rgb(250 247 240 / 0.05);
}

.border-merino-300\/50 {
  border-color: rgb(250 247 240 / 0.5);
}

.border-merino-300\/55 {
  border-color: rgb(250 247 240 / 0.55);
}

.border-merino-300\/60 {
  border-color: rgb(250 247 240 / 0.6);
}

.border-merino-300\/65 {
  border-color: rgb(250 247 240 / 0.65);
}

.border-merino-300\/70 {
  border-color: rgb(250 247 240 / 0.7);
}

.border-merino-300\/75 {
  border-color: rgb(250 247 240 / 0.75);
}

.border-merino-300\/80 {
  border-color: rgb(250 247 240 / 0.8);
}

.border-merino-300\/85 {
  border-color: rgb(250 247 240 / 0.85);
}

.border-merino-300\/90 {
  border-color: rgb(250 247 240 / 0.9);
}

.border-merino-300\/95 {
  border-color: rgb(250 247 240 / 0.95);
}

.border-merino-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-merino-400\/0 {
  border-color: rgb(248 245 236 / 0);
}

.border-merino-400\/10 {
  border-color: rgb(248 245 236 / 0.1);
}

.border-merino-400\/100 {
  border-color: rgb(248 245 236 / 1);
}

.border-merino-400\/15 {
  border-color: rgb(248 245 236 / 0.15);
}

.border-merino-400\/20 {
  border-color: rgb(248 245 236 / 0.2);
}

.border-merino-400\/25 {
  border-color: rgb(248 245 236 / 0.25);
}

.border-merino-400\/30 {
  border-color: rgb(248 245 236 / 0.3);
}

.border-merino-400\/35 {
  border-color: rgb(248 245 236 / 0.35);
}

.border-merino-400\/40 {
  border-color: rgb(248 245 236 / 0.4);
}

.border-merino-400\/45 {
  border-color: rgb(248 245 236 / 0.45);
}

.border-merino-400\/5 {
  border-color: rgb(248 245 236 / 0.05);
}

.border-merino-400\/50 {
  border-color: rgb(248 245 236 / 0.5);
}

.border-merino-400\/55 {
  border-color: rgb(248 245 236 / 0.55);
}

.border-merino-400\/60 {
  border-color: rgb(248 245 236 / 0.6);
}

.border-merino-400\/65 {
  border-color: rgb(248 245 236 / 0.65);
}

.border-merino-400\/70 {
  border-color: rgb(248 245 236 / 0.7);
}

.border-merino-400\/75 {
  border-color: rgb(248 245 236 / 0.75);
}

.border-merino-400\/80 {
  border-color: rgb(248 245 236 / 0.8);
}

.border-merino-400\/85 {
  border-color: rgb(248 245 236 / 0.85);
}

.border-merino-400\/90 {
  border-color: rgb(248 245 236 / 0.9);
}

.border-merino-400\/95 {
  border-color: rgb(248 245 236 / 0.95);
}

.border-merino-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-merino-50\/0 {
  border-color: rgb(254 253 251 / 0);
}

.border-merino-50\/10 {
  border-color: rgb(254 253 251 / 0.1);
}

.border-merino-50\/100 {
  border-color: rgb(254 253 251 / 1);
}

.border-merino-50\/15 {
  border-color: rgb(254 253 251 / 0.15);
}

.border-merino-50\/20 {
  border-color: rgb(254 253 251 / 0.2);
}

.border-merino-50\/25 {
  border-color: rgb(254 253 251 / 0.25);
}

.border-merino-50\/30 {
  border-color: rgb(254 253 251 / 0.3);
}

.border-merino-50\/35 {
  border-color: rgb(254 253 251 / 0.35);
}

.border-merino-50\/40 {
  border-color: rgb(254 253 251 / 0.4);
}

.border-merino-50\/45 {
  border-color: rgb(254 253 251 / 0.45);
}

.border-merino-50\/5 {
  border-color: rgb(254 253 251 / 0.05);
}

.border-merino-50\/50 {
  border-color: rgb(254 253 251 / 0.5);
}

.border-merino-50\/55 {
  border-color: rgb(254 253 251 / 0.55);
}

.border-merino-50\/60 {
  border-color: rgb(254 253 251 / 0.6);
}

.border-merino-50\/65 {
  border-color: rgb(254 253 251 / 0.65);
}

.border-merino-50\/70 {
  border-color: rgb(254 253 251 / 0.7);
}

.border-merino-50\/75 {
  border-color: rgb(254 253 251 / 0.75);
}

.border-merino-50\/80 {
  border-color: rgb(254 253 251 / 0.8);
}

.border-merino-50\/85 {
  border-color: rgb(254 253 251 / 0.85);
}

.border-merino-50\/90 {
  border-color: rgb(254 253 251 / 0.9);
}

.border-merino-50\/95 {
  border-color: rgb(254 253 251 / 0.95);
}

.border-merino-500 {
  --tw-border-opacity: 1;
  border-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-merino-500\/0 {
  border-color: rgb(247 243 233 / 0);
}

.border-merino-500\/10 {
  border-color: rgb(247 243 233 / 0.1);
}

.border-merino-500\/100 {
  border-color: rgb(247 243 233 / 1);
}

.border-merino-500\/15 {
  border-color: rgb(247 243 233 / 0.15);
}

.border-merino-500\/20 {
  border-color: rgb(247 243 233 / 0.2);
}

.border-merino-500\/25 {
  border-color: rgb(247 243 233 / 0.25);
}

.border-merino-500\/30 {
  border-color: rgb(247 243 233 / 0.3);
}

.border-merino-500\/35 {
  border-color: rgb(247 243 233 / 0.35);
}

.border-merino-500\/40 {
  border-color: rgb(247 243 233 / 0.4);
}

.border-merino-500\/45 {
  border-color: rgb(247 243 233 / 0.45);
}

.border-merino-500\/5 {
  border-color: rgb(247 243 233 / 0.05);
}

.border-merino-500\/50 {
  border-color: rgb(247 243 233 / 0.5);
}

.border-merino-500\/55 {
  border-color: rgb(247 243 233 / 0.55);
}

.border-merino-500\/60 {
  border-color: rgb(247 243 233 / 0.6);
}

.border-merino-500\/65 {
  border-color: rgb(247 243 233 / 0.65);
}

.border-merino-500\/70 {
  border-color: rgb(247 243 233 / 0.7);
}

.border-merino-500\/75 {
  border-color: rgb(247 243 233 / 0.75);
}

.border-merino-500\/80 {
  border-color: rgb(247 243 233 / 0.8);
}

.border-merino-500\/85 {
  border-color: rgb(247 243 233 / 0.85);
}

.border-merino-500\/90 {
  border-color: rgb(247 243 233 / 0.9);
}

.border-merino-500\/95 {
  border-color: rgb(247 243 233 / 0.95);
}

.border-merino-600 {
  --tw-border-opacity: 1;
  border-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-merino-600\/0 {
  border-color: rgb(221 204 161 / 0);
}

.border-merino-600\/10 {
  border-color: rgb(221 204 161 / 0.1);
}

.border-merino-600\/100 {
  border-color: rgb(221 204 161 / 1);
}

.border-merino-600\/15 {
  border-color: rgb(221 204 161 / 0.15);
}

.border-merino-600\/20 {
  border-color: rgb(221 204 161 / 0.2);
}

.border-merino-600\/25 {
  border-color: rgb(221 204 161 / 0.25);
}

.border-merino-600\/30 {
  border-color: rgb(221 204 161 / 0.3);
}

.border-merino-600\/35 {
  border-color: rgb(221 204 161 / 0.35);
}

.border-merino-600\/40 {
  border-color: rgb(221 204 161 / 0.4);
}

.border-merino-600\/45 {
  border-color: rgb(221 204 161 / 0.45);
}

.border-merino-600\/5 {
  border-color: rgb(221 204 161 / 0.05);
}

.border-merino-600\/50 {
  border-color: rgb(221 204 161 / 0.5);
}

.border-merino-600\/55 {
  border-color: rgb(221 204 161 / 0.55);
}

.border-merino-600\/60 {
  border-color: rgb(221 204 161 / 0.6);
}

.border-merino-600\/65 {
  border-color: rgb(221 204 161 / 0.65);
}

.border-merino-600\/70 {
  border-color: rgb(221 204 161 / 0.7);
}

.border-merino-600\/75 {
  border-color: rgb(221 204 161 / 0.75);
}

.border-merino-600\/80 {
  border-color: rgb(221 204 161 / 0.8);
}

.border-merino-600\/85 {
  border-color: rgb(221 204 161 / 0.85);
}

.border-merino-600\/90 {
  border-color: rgb(221 204 161 / 0.9);
}

.border-merino-600\/95 {
  border-color: rgb(221 204 161 / 0.95);
}

.border-merino-700 {
  --tw-border-opacity: 1;
  border-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-merino-700\/0 {
  border-color: rgb(195 166 90 / 0);
}

.border-merino-700\/10 {
  border-color: rgb(195 166 90 / 0.1);
}

.border-merino-700\/100 {
  border-color: rgb(195 166 90 / 1);
}

.border-merino-700\/15 {
  border-color: rgb(195 166 90 / 0.15);
}

.border-merino-700\/20 {
  border-color: rgb(195 166 90 / 0.2);
}

.border-merino-700\/25 {
  border-color: rgb(195 166 90 / 0.25);
}

.border-merino-700\/30 {
  border-color: rgb(195 166 90 / 0.3);
}

.border-merino-700\/35 {
  border-color: rgb(195 166 90 / 0.35);
}

.border-merino-700\/40 {
  border-color: rgb(195 166 90 / 0.4);
}

.border-merino-700\/45 {
  border-color: rgb(195 166 90 / 0.45);
}

.border-merino-700\/5 {
  border-color: rgb(195 166 90 / 0.05);
}

.border-merino-700\/50 {
  border-color: rgb(195 166 90 / 0.5);
}

.border-merino-700\/55 {
  border-color: rgb(195 166 90 / 0.55);
}

.border-merino-700\/60 {
  border-color: rgb(195 166 90 / 0.6);
}

.border-merino-700\/65 {
  border-color: rgb(195 166 90 / 0.65);
}

.border-merino-700\/70 {
  border-color: rgb(195 166 90 / 0.7);
}

.border-merino-700\/75 {
  border-color: rgb(195 166 90 / 0.75);
}

.border-merino-700\/80 {
  border-color: rgb(195 166 90 / 0.8);
}

.border-merino-700\/85 {
  border-color: rgb(195 166 90 / 0.85);
}

.border-merino-700\/90 {
  border-color: rgb(195 166 90 / 0.9);
}

.border-merino-700\/95 {
  border-color: rgb(195 166 90 / 0.95);
}

.border-merino-800 {
  --tw-border-opacity: 1;
  border-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-merino-800\/0 {
  border-color: rgb(142 117 52 / 0);
}

.border-merino-800\/10 {
  border-color: rgb(142 117 52 / 0.1);
}

.border-merino-800\/100 {
  border-color: rgb(142 117 52 / 1);
}

.border-merino-800\/15 {
  border-color: rgb(142 117 52 / 0.15);
}

.border-merino-800\/20 {
  border-color: rgb(142 117 52 / 0.2);
}

.border-merino-800\/25 {
  border-color: rgb(142 117 52 / 0.25);
}

.border-merino-800\/30 {
  border-color: rgb(142 117 52 / 0.3);
}

.border-merino-800\/35 {
  border-color: rgb(142 117 52 / 0.35);
}

.border-merino-800\/40 {
  border-color: rgb(142 117 52 / 0.4);
}

.border-merino-800\/45 {
  border-color: rgb(142 117 52 / 0.45);
}

.border-merino-800\/5 {
  border-color: rgb(142 117 52 / 0.05);
}

.border-merino-800\/50 {
  border-color: rgb(142 117 52 / 0.5);
}

.border-merino-800\/55 {
  border-color: rgb(142 117 52 / 0.55);
}

.border-merino-800\/60 {
  border-color: rgb(142 117 52 / 0.6);
}

.border-merino-800\/65 {
  border-color: rgb(142 117 52 / 0.65);
}

.border-merino-800\/70 {
  border-color: rgb(142 117 52 / 0.7);
}

.border-merino-800\/75 {
  border-color: rgb(142 117 52 / 0.75);
}

.border-merino-800\/80 {
  border-color: rgb(142 117 52 / 0.8);
}

.border-merino-800\/85 {
  border-color: rgb(142 117 52 / 0.85);
}

.border-merino-800\/90 {
  border-color: rgb(142 117 52 / 0.9);
}

.border-merino-800\/95 {
  border-color: rgb(142 117 52 / 0.95);
}

.border-merino-900 {
  --tw-border-opacity: 1;
  border-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-merino-900\/0 {
  border-color: rgb(71 58 26 / 0);
}

.border-merino-900\/10 {
  border-color: rgb(71 58 26 / 0.1);
}

.border-merino-900\/100 {
  border-color: rgb(71 58 26 / 1);
}

.border-merino-900\/15 {
  border-color: rgb(71 58 26 / 0.15);
}

.border-merino-900\/20 {
  border-color: rgb(71 58 26 / 0.2);
}

.border-merino-900\/25 {
  border-color: rgb(71 58 26 / 0.25);
}

.border-merino-900\/30 {
  border-color: rgb(71 58 26 / 0.3);
}

.border-merino-900\/35 {
  border-color: rgb(71 58 26 / 0.35);
}

.border-merino-900\/40 {
  border-color: rgb(71 58 26 / 0.4);
}

.border-merino-900\/45 {
  border-color: rgb(71 58 26 / 0.45);
}

.border-merino-900\/5 {
  border-color: rgb(71 58 26 / 0.05);
}

.border-merino-900\/50 {
  border-color: rgb(71 58 26 / 0.5);
}

.border-merino-900\/55 {
  border-color: rgb(71 58 26 / 0.55);
}

.border-merino-900\/60 {
  border-color: rgb(71 58 26 / 0.6);
}

.border-merino-900\/65 {
  border-color: rgb(71 58 26 / 0.65);
}

.border-merino-900\/70 {
  border-color: rgb(71 58 26 / 0.7);
}

.border-merino-900\/75 {
  border-color: rgb(71 58 26 / 0.75);
}

.border-merino-900\/80 {
  border-color: rgb(71 58 26 / 0.8);
}

.border-merino-900\/85 {
  border-color: rgb(71 58 26 / 0.85);
}

.border-merino-900\/90 {
  border-color: rgb(71 58 26 / 0.9);
}

.border-merino-900\/95 {
  border-color: rgb(71 58 26 / 0.95);
}

.border-merino-950 {
  --tw-border-opacity: 1;
  border-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-merino-950\/0 {
  border-color: rgb(34 28 12 / 0);
}

.border-merino-950\/10 {
  border-color: rgb(34 28 12 / 0.1);
}

.border-merino-950\/100 {
  border-color: rgb(34 28 12 / 1);
}

.border-merino-950\/15 {
  border-color: rgb(34 28 12 / 0.15);
}

.border-merino-950\/20 {
  border-color: rgb(34 28 12 / 0.2);
}

.border-merino-950\/25 {
  border-color: rgb(34 28 12 / 0.25);
}

.border-merino-950\/30 {
  border-color: rgb(34 28 12 / 0.3);
}

.border-merino-950\/35 {
  border-color: rgb(34 28 12 / 0.35);
}

.border-merino-950\/40 {
  border-color: rgb(34 28 12 / 0.4);
}

.border-merino-950\/45 {
  border-color: rgb(34 28 12 / 0.45);
}

.border-merino-950\/5 {
  border-color: rgb(34 28 12 / 0.05);
}

.border-merino-950\/50 {
  border-color: rgb(34 28 12 / 0.5);
}

.border-merino-950\/55 {
  border-color: rgb(34 28 12 / 0.55);
}

.border-merino-950\/60 {
  border-color: rgb(34 28 12 / 0.6);
}

.border-merino-950\/65 {
  border-color: rgb(34 28 12 / 0.65);
}

.border-merino-950\/70 {
  border-color: rgb(34 28 12 / 0.7);
}

.border-merino-950\/75 {
  border-color: rgb(34 28 12 / 0.75);
}

.border-merino-950\/80 {
  border-color: rgb(34 28 12 / 0.8);
}

.border-merino-950\/85 {
  border-color: rgb(34 28 12 / 0.85);
}

.border-merino-950\/90 {
  border-color: rgb(34 28 12 / 0.9);
}

.border-merino-950\/95 {
  border-color: rgb(34 28 12 / 0.95);
}

.border-midgrey {
  --tw-border-opacity: 1;
  border-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-midgrey\/0 {
  border-color: rgb(117 119 124 / 0);
}

.border-midgrey\/10 {
  border-color: rgb(117 119 124 / 0.1);
}

.border-midgrey\/100 {
  border-color: rgb(117 119 124 / 1);
}

.border-midgrey\/15 {
  border-color: rgb(117 119 124 / 0.15);
}

.border-midgrey\/20 {
  border-color: rgb(117 119 124 / 0.2);
}

.border-midgrey\/25 {
  border-color: rgb(117 119 124 / 0.25);
}

.border-midgrey\/30 {
  border-color: rgb(117 119 124 / 0.3);
}

.border-midgrey\/35 {
  border-color: rgb(117 119 124 / 0.35);
}

.border-midgrey\/40 {
  border-color: rgb(117 119 124 / 0.4);
}

.border-midgrey\/45 {
  border-color: rgb(117 119 124 / 0.45);
}

.border-midgrey\/5 {
  border-color: rgb(117 119 124 / 0.05);
}

.border-midgrey\/50 {
  border-color: rgb(117 119 124 / 0.5);
}

.border-midgrey\/55 {
  border-color: rgb(117 119 124 / 0.55);
}

.border-midgrey\/60 {
  border-color: rgb(117 119 124 / 0.6);
}

.border-midgrey\/65 {
  border-color: rgb(117 119 124 / 0.65);
}

.border-midgrey\/70 {
  border-color: rgb(117 119 124 / 0.7);
}

.border-midgrey\/75 {
  border-color: rgb(117 119 124 / 0.75);
}

.border-midgrey\/80 {
  border-color: rgb(117 119 124 / 0.8);
}

.border-midgrey\/85 {
  border-color: rgb(117 119 124 / 0.85);
}

.border-midgrey\/90 {
  border-color: rgb(117 119 124 / 0.9);
}

.border-midgrey\/95 {
  border-color: rgb(117 119 124 / 0.95);
}

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

.border-offWhite\/0 {
  border-color: rgb(217 217 217 / 0);
}

.border-offWhite\/10 {
  border-color: rgb(217 217 217 / 0.1);
}

.border-offWhite\/100 {
  border-color: rgb(217 217 217 / 1);
}

.border-offWhite\/15 {
  border-color: rgb(217 217 217 / 0.15);
}

.border-offWhite\/20 {
  border-color: rgb(217 217 217 / 0.2);
}

.border-offWhite\/25 {
  border-color: rgb(217 217 217 / 0.25);
}

.border-offWhite\/30 {
  border-color: rgb(217 217 217 / 0.3);
}

.border-offWhite\/35 {
  border-color: rgb(217 217 217 / 0.35);
}

.border-offWhite\/40 {
  border-color: rgb(217 217 217 / 0.4);
}

.border-offWhite\/45 {
  border-color: rgb(217 217 217 / 0.45);
}

.border-offWhite\/5 {
  border-color: rgb(217 217 217 / 0.05);
}

.border-offWhite\/50 {
  border-color: rgb(217 217 217 / 0.5);
}

.border-offWhite\/55 {
  border-color: rgb(217 217 217 / 0.55);
}

.border-offWhite\/60 {
  border-color: rgb(217 217 217 / 0.6);
}

.border-offWhite\/65 {
  border-color: rgb(217 217 217 / 0.65);
}

.border-offWhite\/70 {
  border-color: rgb(217 217 217 / 0.7);
}

.border-offWhite\/75 {
  border-color: rgb(217 217 217 / 0.75);
}

.border-offWhite\/80 {
  border-color: rgb(217 217 217 / 0.8);
}

.border-offWhite\/85 {
  border-color: rgb(217 217 217 / 0.85);
}

.border-offWhite\/90 {
  border-color: rgb(217 217 217 / 0.9);
}

.border-offWhite\/95 {
  border-color: rgb(217 217 217 / 0.95);
}

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

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

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

.border-x-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
  border-right-color: rgb(0 0 0 / 0);
}

.border-x-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-x-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
  border-right-color: rgb(0 0 0 / 1);
}

.border-x-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-x-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-x-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-x-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-x-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-x-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-x-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-x-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-x-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-x-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-x-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-x-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-x-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-x-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-x-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-x-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-x-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-x-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-x-flamingo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-100\/0 {
  border-left-color: rgb(252 222 217 / 0);
  border-right-color: rgb(252 222 217 / 0);
}

.border-x-flamingo-100\/10 {
  border-left-color: rgb(252 222 217 / 0.1);
  border-right-color: rgb(252 222 217 / 0.1);
}

.border-x-flamingo-100\/100 {
  border-left-color: rgb(252 222 217 / 1);
  border-right-color: rgb(252 222 217 / 1);
}

.border-x-flamingo-100\/15 {
  border-left-color: rgb(252 222 217 / 0.15);
  border-right-color: rgb(252 222 217 / 0.15);
}

.border-x-flamingo-100\/20 {
  border-left-color: rgb(252 222 217 / 0.2);
  border-right-color: rgb(252 222 217 / 0.2);
}

.border-x-flamingo-100\/25 {
  border-left-color: rgb(252 222 217 / 0.25);
  border-right-color: rgb(252 222 217 / 0.25);
}

.border-x-flamingo-100\/30 {
  border-left-color: rgb(252 222 217 / 0.3);
  border-right-color: rgb(252 222 217 / 0.3);
}

.border-x-flamingo-100\/35 {
  border-left-color: rgb(252 222 217 / 0.35);
  border-right-color: rgb(252 222 217 / 0.35);
}

.border-x-flamingo-100\/40 {
  border-left-color: rgb(252 222 217 / 0.4);
  border-right-color: rgb(252 222 217 / 0.4);
}

.border-x-flamingo-100\/45 {
  border-left-color: rgb(252 222 217 / 0.45);
  border-right-color: rgb(252 222 217 / 0.45);
}

.border-x-flamingo-100\/5 {
  border-left-color: rgb(252 222 217 / 0.05);
  border-right-color: rgb(252 222 217 / 0.05);
}

.border-x-flamingo-100\/50 {
  border-left-color: rgb(252 222 217 / 0.5);
  border-right-color: rgb(252 222 217 / 0.5);
}

.border-x-flamingo-100\/55 {
  border-left-color: rgb(252 222 217 / 0.55);
  border-right-color: rgb(252 222 217 / 0.55);
}

.border-x-flamingo-100\/60 {
  border-left-color: rgb(252 222 217 / 0.6);
  border-right-color: rgb(252 222 217 / 0.6);
}

.border-x-flamingo-100\/65 {
  border-left-color: rgb(252 222 217 / 0.65);
  border-right-color: rgb(252 222 217 / 0.65);
}

.border-x-flamingo-100\/70 {
  border-left-color: rgb(252 222 217 / 0.7);
  border-right-color: rgb(252 222 217 / 0.7);
}

.border-x-flamingo-100\/75 {
  border-left-color: rgb(252 222 217 / 0.75);
  border-right-color: rgb(252 222 217 / 0.75);
}

.border-x-flamingo-100\/80 {
  border-left-color: rgb(252 222 217 / 0.8);
  border-right-color: rgb(252 222 217 / 0.8);
}

.border-x-flamingo-100\/85 {
  border-left-color: rgb(252 222 217 / 0.85);
  border-right-color: rgb(252 222 217 / 0.85);
}

.border-x-flamingo-100\/90 {
  border-left-color: rgb(252 222 217 / 0.9);
  border-right-color: rgb(252 222 217 / 0.9);
}

.border-x-flamingo-100\/95 {
  border-left-color: rgb(252 222 217 / 0.95);
  border-right-color: rgb(252 222 217 / 0.95);
}

.border-x-flamingo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
  border-right-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-200\/0 {
  border-left-color: rgb(249 189 179 / 0);
  border-right-color: rgb(249 189 179 / 0);
}

.border-x-flamingo-200\/10 {
  border-left-color: rgb(249 189 179 / 0.1);
  border-right-color: rgb(249 189 179 / 0.1);
}

.border-x-flamingo-200\/100 {
  border-left-color: rgb(249 189 179 / 1);
  border-right-color: rgb(249 189 179 / 1);
}

.border-x-flamingo-200\/15 {
  border-left-color: rgb(249 189 179 / 0.15);
  border-right-color: rgb(249 189 179 / 0.15);
}

.border-x-flamingo-200\/20 {
  border-left-color: rgb(249 189 179 / 0.2);
  border-right-color: rgb(249 189 179 / 0.2);
}

.border-x-flamingo-200\/25 {
  border-left-color: rgb(249 189 179 / 0.25);
  border-right-color: rgb(249 189 179 / 0.25);
}

.border-x-flamingo-200\/30 {
  border-left-color: rgb(249 189 179 / 0.3);
  border-right-color: rgb(249 189 179 / 0.3);
}

.border-x-flamingo-200\/35 {
  border-left-color: rgb(249 189 179 / 0.35);
  border-right-color: rgb(249 189 179 / 0.35);
}

.border-x-flamingo-200\/40 {
  border-left-color: rgb(249 189 179 / 0.4);
  border-right-color: rgb(249 189 179 / 0.4);
}

.border-x-flamingo-200\/45 {
  border-left-color: rgb(249 189 179 / 0.45);
  border-right-color: rgb(249 189 179 / 0.45);
}

.border-x-flamingo-200\/5 {
  border-left-color: rgb(249 189 179 / 0.05);
  border-right-color: rgb(249 189 179 / 0.05);
}

.border-x-flamingo-200\/50 {
  border-left-color: rgb(249 189 179 / 0.5);
  border-right-color: rgb(249 189 179 / 0.5);
}

.border-x-flamingo-200\/55 {
  border-left-color: rgb(249 189 179 / 0.55);
  border-right-color: rgb(249 189 179 / 0.55);
}

.border-x-flamingo-200\/60 {
  border-left-color: rgb(249 189 179 / 0.6);
  border-right-color: rgb(249 189 179 / 0.6);
}

.border-x-flamingo-200\/65 {
  border-left-color: rgb(249 189 179 / 0.65);
  border-right-color: rgb(249 189 179 / 0.65);
}

.border-x-flamingo-200\/70 {
  border-left-color: rgb(249 189 179 / 0.7);
  border-right-color: rgb(249 189 179 / 0.7);
}

.border-x-flamingo-200\/75 {
  border-left-color: rgb(249 189 179 / 0.75);
  border-right-color: rgb(249 189 179 / 0.75);
}

.border-x-flamingo-200\/80 {
  border-left-color: rgb(249 189 179 / 0.8);
  border-right-color: rgb(249 189 179 / 0.8);
}

.border-x-flamingo-200\/85 {
  border-left-color: rgb(249 189 179 / 0.85);
  border-right-color: rgb(249 189 179 / 0.85);
}

.border-x-flamingo-200\/90 {
  border-left-color: rgb(249 189 179 / 0.9);
  border-right-color: rgb(249 189 179 / 0.9);
}

.border-x-flamingo-200\/95 {
  border-left-color: rgb(249 189 179 / 0.95);
  border-right-color: rgb(249 189 179 / 0.95);
}

.border-x-flamingo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
  border-right-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-300\/0 {
  border-left-color: rgb(246 155 141 / 0);
  border-right-color: rgb(246 155 141 / 0);
}

.border-x-flamingo-300\/10 {
  border-left-color: rgb(246 155 141 / 0.1);
  border-right-color: rgb(246 155 141 / 0.1);
}

.border-x-flamingo-300\/100 {
  border-left-color: rgb(246 155 141 / 1);
  border-right-color: rgb(246 155 141 / 1);
}

.border-x-flamingo-300\/15 {
  border-left-color: rgb(246 155 141 / 0.15);
  border-right-color: rgb(246 155 141 / 0.15);
}

.border-x-flamingo-300\/20 {
  border-left-color: rgb(246 155 141 / 0.2);
  border-right-color: rgb(246 155 141 / 0.2);
}

.border-x-flamingo-300\/25 {
  border-left-color: rgb(246 155 141 / 0.25);
  border-right-color: rgb(246 155 141 / 0.25);
}

.border-x-flamingo-300\/30 {
  border-left-color: rgb(246 155 141 / 0.3);
  border-right-color: rgb(246 155 141 / 0.3);
}

.border-x-flamingo-300\/35 {
  border-left-color: rgb(246 155 141 / 0.35);
  border-right-color: rgb(246 155 141 / 0.35);
}

.border-x-flamingo-300\/40 {
  border-left-color: rgb(246 155 141 / 0.4);
  border-right-color: rgb(246 155 141 / 0.4);
}

.border-x-flamingo-300\/45 {
  border-left-color: rgb(246 155 141 / 0.45);
  border-right-color: rgb(246 155 141 / 0.45);
}

.border-x-flamingo-300\/5 {
  border-left-color: rgb(246 155 141 / 0.05);
  border-right-color: rgb(246 155 141 / 0.05);
}

.border-x-flamingo-300\/50 {
  border-left-color: rgb(246 155 141 / 0.5);
  border-right-color: rgb(246 155 141 / 0.5);
}

.border-x-flamingo-300\/55 {
  border-left-color: rgb(246 155 141 / 0.55);
  border-right-color: rgb(246 155 141 / 0.55);
}

.border-x-flamingo-300\/60 {
  border-left-color: rgb(246 155 141 / 0.6);
  border-right-color: rgb(246 155 141 / 0.6);
}

.border-x-flamingo-300\/65 {
  border-left-color: rgb(246 155 141 / 0.65);
  border-right-color: rgb(246 155 141 / 0.65);
}

.border-x-flamingo-300\/70 {
  border-left-color: rgb(246 155 141 / 0.7);
  border-right-color: rgb(246 155 141 / 0.7);
}

.border-x-flamingo-300\/75 {
  border-left-color: rgb(246 155 141 / 0.75);
  border-right-color: rgb(246 155 141 / 0.75);
}

.border-x-flamingo-300\/80 {
  border-left-color: rgb(246 155 141 / 0.8);
  border-right-color: rgb(246 155 141 / 0.8);
}

.border-x-flamingo-300\/85 {
  border-left-color: rgb(246 155 141 / 0.85);
  border-right-color: rgb(246 155 141 / 0.85);
}

.border-x-flamingo-300\/90 {
  border-left-color: rgb(246 155 141 / 0.9);
  border-right-color: rgb(246 155 141 / 0.9);
}

.border-x-flamingo-300\/95 {
  border-left-color: rgb(246 155 141 / 0.95);
  border-right-color: rgb(246 155 141 / 0.95);
}

.border-x-flamingo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
  border-right-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-400\/0 {
  border-left-color: rgb(243 122 104 / 0);
  border-right-color: rgb(243 122 104 / 0);
}

.border-x-flamingo-400\/10 {
  border-left-color: rgb(243 122 104 / 0.1);
  border-right-color: rgb(243 122 104 / 0.1);
}

.border-x-flamingo-400\/100 {
  border-left-color: rgb(243 122 104 / 1);
  border-right-color: rgb(243 122 104 / 1);
}

.border-x-flamingo-400\/15 {
  border-left-color: rgb(243 122 104 / 0.15);
  border-right-color: rgb(243 122 104 / 0.15);
}

.border-x-flamingo-400\/20 {
  border-left-color: rgb(243 122 104 / 0.2);
  border-right-color: rgb(243 122 104 / 0.2);
}

.border-x-flamingo-400\/25 {
  border-left-color: rgb(243 122 104 / 0.25);
  border-right-color: rgb(243 122 104 / 0.25);
}

.border-x-flamingo-400\/30 {
  border-left-color: rgb(243 122 104 / 0.3);
  border-right-color: rgb(243 122 104 / 0.3);
}

.border-x-flamingo-400\/35 {
  border-left-color: rgb(243 122 104 / 0.35);
  border-right-color: rgb(243 122 104 / 0.35);
}

.border-x-flamingo-400\/40 {
  border-left-color: rgb(243 122 104 / 0.4);
  border-right-color: rgb(243 122 104 / 0.4);
}

.border-x-flamingo-400\/45 {
  border-left-color: rgb(243 122 104 / 0.45);
  border-right-color: rgb(243 122 104 / 0.45);
}

.border-x-flamingo-400\/5 {
  border-left-color: rgb(243 122 104 / 0.05);
  border-right-color: rgb(243 122 104 / 0.05);
}

.border-x-flamingo-400\/50 {
  border-left-color: rgb(243 122 104 / 0.5);
  border-right-color: rgb(243 122 104 / 0.5);
}

.border-x-flamingo-400\/55 {
  border-left-color: rgb(243 122 104 / 0.55);
  border-right-color: rgb(243 122 104 / 0.55);
}

.border-x-flamingo-400\/60 {
  border-left-color: rgb(243 122 104 / 0.6);
  border-right-color: rgb(243 122 104 / 0.6);
}

.border-x-flamingo-400\/65 {
  border-left-color: rgb(243 122 104 / 0.65);
  border-right-color: rgb(243 122 104 / 0.65);
}

.border-x-flamingo-400\/70 {
  border-left-color: rgb(243 122 104 / 0.7);
  border-right-color: rgb(243 122 104 / 0.7);
}

.border-x-flamingo-400\/75 {
  border-left-color: rgb(243 122 104 / 0.75);
  border-right-color: rgb(243 122 104 / 0.75);
}

.border-x-flamingo-400\/80 {
  border-left-color: rgb(243 122 104 / 0.8);
  border-right-color: rgb(243 122 104 / 0.8);
}

.border-x-flamingo-400\/85 {
  border-left-color: rgb(243 122 104 / 0.85);
  border-right-color: rgb(243 122 104 / 0.85);
}

.border-x-flamingo-400\/90 {
  border-left-color: rgb(243 122 104 / 0.9);
  border-right-color: rgb(243 122 104 / 0.9);
}

.border-x-flamingo-400\/95 {
  border-left-color: rgb(243 122 104 / 0.95);
  border-right-color: rgb(243 122 104 / 0.95);
}

.border-x-flamingo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-50\/0 {
  border-left-color: rgb(254 238 236 / 0);
  border-right-color: rgb(254 238 236 / 0);
}

.border-x-flamingo-50\/10 {
  border-left-color: rgb(254 238 236 / 0.1);
  border-right-color: rgb(254 238 236 / 0.1);
}

.border-x-flamingo-50\/100 {
  border-left-color: rgb(254 238 236 / 1);
  border-right-color: rgb(254 238 236 / 1);
}

.border-x-flamingo-50\/15 {
  border-left-color: rgb(254 238 236 / 0.15);
  border-right-color: rgb(254 238 236 / 0.15);
}

.border-x-flamingo-50\/20 {
  border-left-color: rgb(254 238 236 / 0.2);
  border-right-color: rgb(254 238 236 / 0.2);
}

.border-x-flamingo-50\/25 {
  border-left-color: rgb(254 238 236 / 0.25);
  border-right-color: rgb(254 238 236 / 0.25);
}

.border-x-flamingo-50\/30 {
  border-left-color: rgb(254 238 236 / 0.3);
  border-right-color: rgb(254 238 236 / 0.3);
}

.border-x-flamingo-50\/35 {
  border-left-color: rgb(254 238 236 / 0.35);
  border-right-color: rgb(254 238 236 / 0.35);
}

.border-x-flamingo-50\/40 {
  border-left-color: rgb(254 238 236 / 0.4);
  border-right-color: rgb(254 238 236 / 0.4);
}

.border-x-flamingo-50\/45 {
  border-left-color: rgb(254 238 236 / 0.45);
  border-right-color: rgb(254 238 236 / 0.45);
}

.border-x-flamingo-50\/5 {
  border-left-color: rgb(254 238 236 / 0.05);
  border-right-color: rgb(254 238 236 / 0.05);
}

.border-x-flamingo-50\/50 {
  border-left-color: rgb(254 238 236 / 0.5);
  border-right-color: rgb(254 238 236 / 0.5);
}

.border-x-flamingo-50\/55 {
  border-left-color: rgb(254 238 236 / 0.55);
  border-right-color: rgb(254 238 236 / 0.55);
}

.border-x-flamingo-50\/60 {
  border-left-color: rgb(254 238 236 / 0.6);
  border-right-color: rgb(254 238 236 / 0.6);
}

.border-x-flamingo-50\/65 {
  border-left-color: rgb(254 238 236 / 0.65);
  border-right-color: rgb(254 238 236 / 0.65);
}

.border-x-flamingo-50\/70 {
  border-left-color: rgb(254 238 236 / 0.7);
  border-right-color: rgb(254 238 236 / 0.7);
}

.border-x-flamingo-50\/75 {
  border-left-color: rgb(254 238 236 / 0.75);
  border-right-color: rgb(254 238 236 / 0.75);
}

.border-x-flamingo-50\/80 {
  border-left-color: rgb(254 238 236 / 0.8);
  border-right-color: rgb(254 238 236 / 0.8);
}

.border-x-flamingo-50\/85 {
  border-left-color: rgb(254 238 236 / 0.85);
  border-right-color: rgb(254 238 236 / 0.85);
}

.border-x-flamingo-50\/90 {
  border-left-color: rgb(254 238 236 / 0.9);
  border-right-color: rgb(254 238 236 / 0.9);
}

.border-x-flamingo-50\/95 {
  border-left-color: rgb(254 238 236 / 0.95);
  border-right-color: rgb(254 238 236 / 0.95);
}

.border-x-flamingo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  border-right-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-500\/0 {
  border-left-color: rgb(240 88 63 / 0);
  border-right-color: rgb(240 88 63 / 0);
}

.border-x-flamingo-500\/10 {
  border-left-color: rgb(240 88 63 / 0.1);
  border-right-color: rgb(240 88 63 / 0.1);
}

.border-x-flamingo-500\/100 {
  border-left-color: rgb(240 88 63 / 1);
  border-right-color: rgb(240 88 63 / 1);
}

.border-x-flamingo-500\/15 {
  border-left-color: rgb(240 88 63 / 0.15);
  border-right-color: rgb(240 88 63 / 0.15);
}

.border-x-flamingo-500\/20 {
  border-left-color: rgb(240 88 63 / 0.2);
  border-right-color: rgb(240 88 63 / 0.2);
}

.border-x-flamingo-500\/25 {
  border-left-color: rgb(240 88 63 / 0.25);
  border-right-color: rgb(240 88 63 / 0.25);
}

.border-x-flamingo-500\/30 {
  border-left-color: rgb(240 88 63 / 0.3);
  border-right-color: rgb(240 88 63 / 0.3);
}

.border-x-flamingo-500\/35 {
  border-left-color: rgb(240 88 63 / 0.35);
  border-right-color: rgb(240 88 63 / 0.35);
}

.border-x-flamingo-500\/40 {
  border-left-color: rgb(240 88 63 / 0.4);
  border-right-color: rgb(240 88 63 / 0.4);
}

.border-x-flamingo-500\/45 {
  border-left-color: rgb(240 88 63 / 0.45);
  border-right-color: rgb(240 88 63 / 0.45);
}

.border-x-flamingo-500\/5 {
  border-left-color: rgb(240 88 63 / 0.05);
  border-right-color: rgb(240 88 63 / 0.05);
}

.border-x-flamingo-500\/50 {
  border-left-color: rgb(240 88 63 / 0.5);
  border-right-color: rgb(240 88 63 / 0.5);
}

.border-x-flamingo-500\/55 {
  border-left-color: rgb(240 88 63 / 0.55);
  border-right-color: rgb(240 88 63 / 0.55);
}

.border-x-flamingo-500\/60 {
  border-left-color: rgb(240 88 63 / 0.6);
  border-right-color: rgb(240 88 63 / 0.6);
}

.border-x-flamingo-500\/65 {
  border-left-color: rgb(240 88 63 / 0.65);
  border-right-color: rgb(240 88 63 / 0.65);
}

.border-x-flamingo-500\/70 {
  border-left-color: rgb(240 88 63 / 0.7);
  border-right-color: rgb(240 88 63 / 0.7);
}

.border-x-flamingo-500\/75 {
  border-left-color: rgb(240 88 63 / 0.75);
  border-right-color: rgb(240 88 63 / 0.75);
}

.border-x-flamingo-500\/80 {
  border-left-color: rgb(240 88 63 / 0.8);
  border-right-color: rgb(240 88 63 / 0.8);
}

.border-x-flamingo-500\/85 {
  border-left-color: rgb(240 88 63 / 0.85);
  border-right-color: rgb(240 88 63 / 0.85);
}

.border-x-flamingo-500\/90 {
  border-left-color: rgb(240 88 63 / 0.9);
  border-right-color: rgb(240 88 63 / 0.9);
}

.border-x-flamingo-500\/95 {
  border-left-color: rgb(240 88 63 / 0.95);
  border-right-color: rgb(240 88 63 / 0.95);
}

.border-x-flamingo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
  border-right-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-600\/0 {
  border-left-color: rgb(227 46 18 / 0);
  border-right-color: rgb(227 46 18 / 0);
}

.border-x-flamingo-600\/10 {
  border-left-color: rgb(227 46 18 / 0.1);
  border-right-color: rgb(227 46 18 / 0.1);
}

.border-x-flamingo-600\/100 {
  border-left-color: rgb(227 46 18 / 1);
  border-right-color: rgb(227 46 18 / 1);
}

.border-x-flamingo-600\/15 {
  border-left-color: rgb(227 46 18 / 0.15);
  border-right-color: rgb(227 46 18 / 0.15);
}

.border-x-flamingo-600\/20 {
  border-left-color: rgb(227 46 18 / 0.2);
  border-right-color: rgb(227 46 18 / 0.2);
}

.border-x-flamingo-600\/25 {
  border-left-color: rgb(227 46 18 / 0.25);
  border-right-color: rgb(227 46 18 / 0.25);
}

.border-x-flamingo-600\/30 {
  border-left-color: rgb(227 46 18 / 0.3);
  border-right-color: rgb(227 46 18 / 0.3);
}

.border-x-flamingo-600\/35 {
  border-left-color: rgb(227 46 18 / 0.35);
  border-right-color: rgb(227 46 18 / 0.35);
}

.border-x-flamingo-600\/40 {
  border-left-color: rgb(227 46 18 / 0.4);
  border-right-color: rgb(227 46 18 / 0.4);
}

.border-x-flamingo-600\/45 {
  border-left-color: rgb(227 46 18 / 0.45);
  border-right-color: rgb(227 46 18 / 0.45);
}

.border-x-flamingo-600\/5 {
  border-left-color: rgb(227 46 18 / 0.05);
  border-right-color: rgb(227 46 18 / 0.05);
}

.border-x-flamingo-600\/50 {
  border-left-color: rgb(227 46 18 / 0.5);
  border-right-color: rgb(227 46 18 / 0.5);
}

.border-x-flamingo-600\/55 {
  border-left-color: rgb(227 46 18 / 0.55);
  border-right-color: rgb(227 46 18 / 0.55);
}

.border-x-flamingo-600\/60 {
  border-left-color: rgb(227 46 18 / 0.6);
  border-right-color: rgb(227 46 18 / 0.6);
}

.border-x-flamingo-600\/65 {
  border-left-color: rgb(227 46 18 / 0.65);
  border-right-color: rgb(227 46 18 / 0.65);
}

.border-x-flamingo-600\/70 {
  border-left-color: rgb(227 46 18 / 0.7);
  border-right-color: rgb(227 46 18 / 0.7);
}

.border-x-flamingo-600\/75 {
  border-left-color: rgb(227 46 18 / 0.75);
  border-right-color: rgb(227 46 18 / 0.75);
}

.border-x-flamingo-600\/80 {
  border-left-color: rgb(227 46 18 / 0.8);
  border-right-color: rgb(227 46 18 / 0.8);
}

.border-x-flamingo-600\/85 {
  border-left-color: rgb(227 46 18 / 0.85);
  border-right-color: rgb(227 46 18 / 0.85);
}

.border-x-flamingo-600\/90 {
  border-left-color: rgb(227 46 18 / 0.9);
  border-right-color: rgb(227 46 18 / 0.9);
}

.border-x-flamingo-600\/95 {
  border-left-color: rgb(227 46 18 / 0.95);
  border-right-color: rgb(227 46 18 / 0.95);
}

.border-x-flamingo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
  border-right-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-700\/0 {
  border-left-color: rgb(170 34 13 / 0);
  border-right-color: rgb(170 34 13 / 0);
}

.border-x-flamingo-700\/10 {
  border-left-color: rgb(170 34 13 / 0.1);
  border-right-color: rgb(170 34 13 / 0.1);
}

.border-x-flamingo-700\/100 {
  border-left-color: rgb(170 34 13 / 1);
  border-right-color: rgb(170 34 13 / 1);
}

.border-x-flamingo-700\/15 {
  border-left-color: rgb(170 34 13 / 0.15);
  border-right-color: rgb(170 34 13 / 0.15);
}

.border-x-flamingo-700\/20 {
  border-left-color: rgb(170 34 13 / 0.2);
  border-right-color: rgb(170 34 13 / 0.2);
}

.border-x-flamingo-700\/25 {
  border-left-color: rgb(170 34 13 / 0.25);
  border-right-color: rgb(170 34 13 / 0.25);
}

.border-x-flamingo-700\/30 {
  border-left-color: rgb(170 34 13 / 0.3);
  border-right-color: rgb(170 34 13 / 0.3);
}

.border-x-flamingo-700\/35 {
  border-left-color: rgb(170 34 13 / 0.35);
  border-right-color: rgb(170 34 13 / 0.35);
}

.border-x-flamingo-700\/40 {
  border-left-color: rgb(170 34 13 / 0.4);
  border-right-color: rgb(170 34 13 / 0.4);
}

.border-x-flamingo-700\/45 {
  border-left-color: rgb(170 34 13 / 0.45);
  border-right-color: rgb(170 34 13 / 0.45);
}

.border-x-flamingo-700\/5 {
  border-left-color: rgb(170 34 13 / 0.05);
  border-right-color: rgb(170 34 13 / 0.05);
}

.border-x-flamingo-700\/50 {
  border-left-color: rgb(170 34 13 / 0.5);
  border-right-color: rgb(170 34 13 / 0.5);
}

.border-x-flamingo-700\/55 {
  border-left-color: rgb(170 34 13 / 0.55);
  border-right-color: rgb(170 34 13 / 0.55);
}

.border-x-flamingo-700\/60 {
  border-left-color: rgb(170 34 13 / 0.6);
  border-right-color: rgb(170 34 13 / 0.6);
}

.border-x-flamingo-700\/65 {
  border-left-color: rgb(170 34 13 / 0.65);
  border-right-color: rgb(170 34 13 / 0.65);
}

.border-x-flamingo-700\/70 {
  border-left-color: rgb(170 34 13 / 0.7);
  border-right-color: rgb(170 34 13 / 0.7);
}

.border-x-flamingo-700\/75 {
  border-left-color: rgb(170 34 13 / 0.75);
  border-right-color: rgb(170 34 13 / 0.75);
}

.border-x-flamingo-700\/80 {
  border-left-color: rgb(170 34 13 / 0.8);
  border-right-color: rgb(170 34 13 / 0.8);
}

.border-x-flamingo-700\/85 {
  border-left-color: rgb(170 34 13 / 0.85);
  border-right-color: rgb(170 34 13 / 0.85);
}

.border-x-flamingo-700\/90 {
  border-left-color: rgb(170 34 13 / 0.9);
  border-right-color: rgb(170 34 13 / 0.9);
}

.border-x-flamingo-700\/95 {
  border-left-color: rgb(170 34 13 / 0.95);
  border-right-color: rgb(170 34 13 / 0.95);
}

.border-x-flamingo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
  border-right-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-800\/0 {
  border-left-color: rgb(114 23 9 / 0);
  border-right-color: rgb(114 23 9 / 0);
}

.border-x-flamingo-800\/10 {
  border-left-color: rgb(114 23 9 / 0.1);
  border-right-color: rgb(114 23 9 / 0.1);
}

.border-x-flamingo-800\/100 {
  border-left-color: rgb(114 23 9 / 1);
  border-right-color: rgb(114 23 9 / 1);
}

.border-x-flamingo-800\/15 {
  border-left-color: rgb(114 23 9 / 0.15);
  border-right-color: rgb(114 23 9 / 0.15);
}

.border-x-flamingo-800\/20 {
  border-left-color: rgb(114 23 9 / 0.2);
  border-right-color: rgb(114 23 9 / 0.2);
}

.border-x-flamingo-800\/25 {
  border-left-color: rgb(114 23 9 / 0.25);
  border-right-color: rgb(114 23 9 / 0.25);
}

.border-x-flamingo-800\/30 {
  border-left-color: rgb(114 23 9 / 0.3);
  border-right-color: rgb(114 23 9 / 0.3);
}

.border-x-flamingo-800\/35 {
  border-left-color: rgb(114 23 9 / 0.35);
  border-right-color: rgb(114 23 9 / 0.35);
}

.border-x-flamingo-800\/40 {
  border-left-color: rgb(114 23 9 / 0.4);
  border-right-color: rgb(114 23 9 / 0.4);
}

.border-x-flamingo-800\/45 {
  border-left-color: rgb(114 23 9 / 0.45);
  border-right-color: rgb(114 23 9 / 0.45);
}

.border-x-flamingo-800\/5 {
  border-left-color: rgb(114 23 9 / 0.05);
  border-right-color: rgb(114 23 9 / 0.05);
}

.border-x-flamingo-800\/50 {
  border-left-color: rgb(114 23 9 / 0.5);
  border-right-color: rgb(114 23 9 / 0.5);
}

.border-x-flamingo-800\/55 {
  border-left-color: rgb(114 23 9 / 0.55);
  border-right-color: rgb(114 23 9 / 0.55);
}

.border-x-flamingo-800\/60 {
  border-left-color: rgb(114 23 9 / 0.6);
  border-right-color: rgb(114 23 9 / 0.6);
}

.border-x-flamingo-800\/65 {
  border-left-color: rgb(114 23 9 / 0.65);
  border-right-color: rgb(114 23 9 / 0.65);
}

.border-x-flamingo-800\/70 {
  border-left-color: rgb(114 23 9 / 0.7);
  border-right-color: rgb(114 23 9 / 0.7);
}

.border-x-flamingo-800\/75 {
  border-left-color: rgb(114 23 9 / 0.75);
  border-right-color: rgb(114 23 9 / 0.75);
}

.border-x-flamingo-800\/80 {
  border-left-color: rgb(114 23 9 / 0.8);
  border-right-color: rgb(114 23 9 / 0.8);
}

.border-x-flamingo-800\/85 {
  border-left-color: rgb(114 23 9 / 0.85);
  border-right-color: rgb(114 23 9 / 0.85);
}

.border-x-flamingo-800\/90 {
  border-left-color: rgb(114 23 9 / 0.9);
  border-right-color: rgb(114 23 9 / 0.9);
}

.border-x-flamingo-800\/95 {
  border-left-color: rgb(114 23 9 / 0.95);
  border-right-color: rgb(114 23 9 / 0.95);
}

.border-x-flamingo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
  border-right-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-900\/0 {
  border-left-color: rgb(57 11 4 / 0);
  border-right-color: rgb(57 11 4 / 0);
}

.border-x-flamingo-900\/10 {
  border-left-color: rgb(57 11 4 / 0.1);
  border-right-color: rgb(57 11 4 / 0.1);
}

.border-x-flamingo-900\/100 {
  border-left-color: rgb(57 11 4 / 1);
  border-right-color: rgb(57 11 4 / 1);
}

.border-x-flamingo-900\/15 {
  border-left-color: rgb(57 11 4 / 0.15);
  border-right-color: rgb(57 11 4 / 0.15);
}

.border-x-flamingo-900\/20 {
  border-left-color: rgb(57 11 4 / 0.2);
  border-right-color: rgb(57 11 4 / 0.2);
}

.border-x-flamingo-900\/25 {
  border-left-color: rgb(57 11 4 / 0.25);
  border-right-color: rgb(57 11 4 / 0.25);
}

.border-x-flamingo-900\/30 {
  border-left-color: rgb(57 11 4 / 0.3);
  border-right-color: rgb(57 11 4 / 0.3);
}

.border-x-flamingo-900\/35 {
  border-left-color: rgb(57 11 4 / 0.35);
  border-right-color: rgb(57 11 4 / 0.35);
}

.border-x-flamingo-900\/40 {
  border-left-color: rgb(57 11 4 / 0.4);
  border-right-color: rgb(57 11 4 / 0.4);
}

.border-x-flamingo-900\/45 {
  border-left-color: rgb(57 11 4 / 0.45);
  border-right-color: rgb(57 11 4 / 0.45);
}

.border-x-flamingo-900\/5 {
  border-left-color: rgb(57 11 4 / 0.05);
  border-right-color: rgb(57 11 4 / 0.05);
}

.border-x-flamingo-900\/50 {
  border-left-color: rgb(57 11 4 / 0.5);
  border-right-color: rgb(57 11 4 / 0.5);
}

.border-x-flamingo-900\/55 {
  border-left-color: rgb(57 11 4 / 0.55);
  border-right-color: rgb(57 11 4 / 0.55);
}

.border-x-flamingo-900\/60 {
  border-left-color: rgb(57 11 4 / 0.6);
  border-right-color: rgb(57 11 4 / 0.6);
}

.border-x-flamingo-900\/65 {
  border-left-color: rgb(57 11 4 / 0.65);
  border-right-color: rgb(57 11 4 / 0.65);
}

.border-x-flamingo-900\/70 {
  border-left-color: rgb(57 11 4 / 0.7);
  border-right-color: rgb(57 11 4 / 0.7);
}

.border-x-flamingo-900\/75 {
  border-left-color: rgb(57 11 4 / 0.75);
  border-right-color: rgb(57 11 4 / 0.75);
}

.border-x-flamingo-900\/80 {
  border-left-color: rgb(57 11 4 / 0.8);
  border-right-color: rgb(57 11 4 / 0.8);
}

.border-x-flamingo-900\/85 {
  border-left-color: rgb(57 11 4 / 0.85);
  border-right-color: rgb(57 11 4 / 0.85);
}

.border-x-flamingo-900\/90 {
  border-left-color: rgb(57 11 4 / 0.9);
  border-right-color: rgb(57 11 4 / 0.9);
}

.border-x-flamingo-900\/95 {
  border-left-color: rgb(57 11 4 / 0.95);
  border-right-color: rgb(57 11 4 / 0.95);
}

.border-x-flamingo-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
  border-right-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-x-flamingo-950\/0 {
  border-left-color: rgb(28 6 2 / 0);
  border-right-color: rgb(28 6 2 / 0);
}

.border-x-flamingo-950\/10 {
  border-left-color: rgb(28 6 2 / 0.1);
  border-right-color: rgb(28 6 2 / 0.1);
}

.border-x-flamingo-950\/100 {
  border-left-color: rgb(28 6 2 / 1);
  border-right-color: rgb(28 6 2 / 1);
}

.border-x-flamingo-950\/15 {
  border-left-color: rgb(28 6 2 / 0.15);
  border-right-color: rgb(28 6 2 / 0.15);
}

.border-x-flamingo-950\/20 {
  border-left-color: rgb(28 6 2 / 0.2);
  border-right-color: rgb(28 6 2 / 0.2);
}

.border-x-flamingo-950\/25 {
  border-left-color: rgb(28 6 2 / 0.25);
  border-right-color: rgb(28 6 2 / 0.25);
}

.border-x-flamingo-950\/30 {
  border-left-color: rgb(28 6 2 / 0.3);
  border-right-color: rgb(28 6 2 / 0.3);
}

.border-x-flamingo-950\/35 {
  border-left-color: rgb(28 6 2 / 0.35);
  border-right-color: rgb(28 6 2 / 0.35);
}

.border-x-flamingo-950\/40 {
  border-left-color: rgb(28 6 2 / 0.4);
  border-right-color: rgb(28 6 2 / 0.4);
}

.border-x-flamingo-950\/45 {
  border-left-color: rgb(28 6 2 / 0.45);
  border-right-color: rgb(28 6 2 / 0.45);
}

.border-x-flamingo-950\/5 {
  border-left-color: rgb(28 6 2 / 0.05);
  border-right-color: rgb(28 6 2 / 0.05);
}

.border-x-flamingo-950\/50 {
  border-left-color: rgb(28 6 2 / 0.5);
  border-right-color: rgb(28 6 2 / 0.5);
}

.border-x-flamingo-950\/55 {
  border-left-color: rgb(28 6 2 / 0.55);
  border-right-color: rgb(28 6 2 / 0.55);
}

.border-x-flamingo-950\/60 {
  border-left-color: rgb(28 6 2 / 0.6);
  border-right-color: rgb(28 6 2 / 0.6);
}

.border-x-flamingo-950\/65 {
  border-left-color: rgb(28 6 2 / 0.65);
  border-right-color: rgb(28 6 2 / 0.65);
}

.border-x-flamingo-950\/70 {
  border-left-color: rgb(28 6 2 / 0.7);
  border-right-color: rgb(28 6 2 / 0.7);
}

.border-x-flamingo-950\/75 {
  border-left-color: rgb(28 6 2 / 0.75);
  border-right-color: rgb(28 6 2 / 0.75);
}

.border-x-flamingo-950\/80 {
  border-left-color: rgb(28 6 2 / 0.8);
  border-right-color: rgb(28 6 2 / 0.8);
}

.border-x-flamingo-950\/85 {
  border-left-color: rgb(28 6 2 / 0.85);
  border-right-color: rgb(28 6 2 / 0.85);
}

.border-x-flamingo-950\/90 {
  border-left-color: rgb(28 6 2 / 0.9);
  border-right-color: rgb(28 6 2 / 0.9);
}

.border-x-flamingo-950\/95 {
  border-left-color: rgb(28 6 2 / 0.95);
  border-right-color: rgb(28 6 2 / 0.95);
}

.border-x-inherit {
  border-left-color: inherit;
  border-right-color: inherit;
}

.border-x-lightgrey {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-x-lightgrey\/0 {
  border-left-color: rgb(212 212 212 / 0);
  border-right-color: rgb(212 212 212 / 0);
}

.border-x-lightgrey\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-x-lightgrey\/100 {
  border-left-color: rgb(212 212 212 / 1);
  border-right-color: rgb(212 212 212 / 1);
}

.border-x-lightgrey\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
  border-right-color: rgb(212 212 212 / 0.15);
}

.border-x-lightgrey\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-x-lightgrey\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-x-lightgrey\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-x-lightgrey\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
  border-right-color: rgb(212 212 212 / 0.35);
}

.border-x-lightgrey\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-x-lightgrey\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
  border-right-color: rgb(212 212 212 / 0.45);
}

.border-x-lightgrey\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-x-lightgrey\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-x-lightgrey\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
  border-right-color: rgb(212 212 212 / 0.55);
}

.border-x-lightgrey\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-x-lightgrey\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
  border-right-color: rgb(212 212 212 / 0.65);
}

.border-x-lightgrey\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-x-lightgrey\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-x-lightgrey\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-x-lightgrey\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
  border-right-color: rgb(212 212 212 / 0.85);
}

.border-x-lightgrey\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-x-lightgrey\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-x-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
  border-right-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-100\/0 {
  border-left-color: rgb(205 219 223 / 0);
  border-right-color: rgb(205 219 223 / 0);
}

.border-x-limedSpruce-100\/10 {
  border-left-color: rgb(205 219 223 / 0.1);
  border-right-color: rgb(205 219 223 / 0.1);
}

.border-x-limedSpruce-100\/100 {
  border-left-color: rgb(205 219 223 / 1);
  border-right-color: rgb(205 219 223 / 1);
}

.border-x-limedSpruce-100\/15 {
  border-left-color: rgb(205 219 223 / 0.15);
  border-right-color: rgb(205 219 223 / 0.15);
}

.border-x-limedSpruce-100\/20 {
  border-left-color: rgb(205 219 223 / 0.2);
  border-right-color: rgb(205 219 223 / 0.2);
}

.border-x-limedSpruce-100\/25 {
  border-left-color: rgb(205 219 223 / 0.25);
  border-right-color: rgb(205 219 223 / 0.25);
}

.border-x-limedSpruce-100\/30 {
  border-left-color: rgb(205 219 223 / 0.3);
  border-right-color: rgb(205 219 223 / 0.3);
}

.border-x-limedSpruce-100\/35 {
  border-left-color: rgb(205 219 223 / 0.35);
  border-right-color: rgb(205 219 223 / 0.35);
}

.border-x-limedSpruce-100\/40 {
  border-left-color: rgb(205 219 223 / 0.4);
  border-right-color: rgb(205 219 223 / 0.4);
}

.border-x-limedSpruce-100\/45 {
  border-left-color: rgb(205 219 223 / 0.45);
  border-right-color: rgb(205 219 223 / 0.45);
}

.border-x-limedSpruce-100\/5 {
  border-left-color: rgb(205 219 223 / 0.05);
  border-right-color: rgb(205 219 223 / 0.05);
}

.border-x-limedSpruce-100\/50 {
  border-left-color: rgb(205 219 223 / 0.5);
  border-right-color: rgb(205 219 223 / 0.5);
}

.border-x-limedSpruce-100\/55 {
  border-left-color: rgb(205 219 223 / 0.55);
  border-right-color: rgb(205 219 223 / 0.55);
}

.border-x-limedSpruce-100\/60 {
  border-left-color: rgb(205 219 223 / 0.6);
  border-right-color: rgb(205 219 223 / 0.6);
}

.border-x-limedSpruce-100\/65 {
  border-left-color: rgb(205 219 223 / 0.65);
  border-right-color: rgb(205 219 223 / 0.65);
}

.border-x-limedSpruce-100\/70 {
  border-left-color: rgb(205 219 223 / 0.7);
  border-right-color: rgb(205 219 223 / 0.7);
}

.border-x-limedSpruce-100\/75 {
  border-left-color: rgb(205 219 223 / 0.75);
  border-right-color: rgb(205 219 223 / 0.75);
}

.border-x-limedSpruce-100\/80 {
  border-left-color: rgb(205 219 223 / 0.8);
  border-right-color: rgb(205 219 223 / 0.8);
}

.border-x-limedSpruce-100\/85 {
  border-left-color: rgb(205 219 223 / 0.85);
  border-right-color: rgb(205 219 223 / 0.85);
}

.border-x-limedSpruce-100\/90 {
  border-left-color: rgb(205 219 223 / 0.9);
  border-right-color: rgb(205 219 223 / 0.9);
}

.border-x-limedSpruce-100\/95 {
  border-left-color: rgb(205 219 223 / 0.95);
  border-right-color: rgb(205 219 223 / 0.95);
}

.border-x-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
  border-right-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-200\/0 {
  border-left-color: rgb(159 185 193 / 0);
  border-right-color: rgb(159 185 193 / 0);
}

.border-x-limedSpruce-200\/10 {
  border-left-color: rgb(159 185 193 / 0.1);
  border-right-color: rgb(159 185 193 / 0.1);
}

.border-x-limedSpruce-200\/100 {
  border-left-color: rgb(159 185 193 / 1);
  border-right-color: rgb(159 185 193 / 1);
}

.border-x-limedSpruce-200\/15 {
  border-left-color: rgb(159 185 193 / 0.15);
  border-right-color: rgb(159 185 193 / 0.15);
}

.border-x-limedSpruce-200\/20 {
  border-left-color: rgb(159 185 193 / 0.2);
  border-right-color: rgb(159 185 193 / 0.2);
}

.border-x-limedSpruce-200\/25 {
  border-left-color: rgb(159 185 193 / 0.25);
  border-right-color: rgb(159 185 193 / 0.25);
}

.border-x-limedSpruce-200\/30 {
  border-left-color: rgb(159 185 193 / 0.3);
  border-right-color: rgb(159 185 193 / 0.3);
}

.border-x-limedSpruce-200\/35 {
  border-left-color: rgb(159 185 193 / 0.35);
  border-right-color: rgb(159 185 193 / 0.35);
}

.border-x-limedSpruce-200\/40 {
  border-left-color: rgb(159 185 193 / 0.4);
  border-right-color: rgb(159 185 193 / 0.4);
}

.border-x-limedSpruce-200\/45 {
  border-left-color: rgb(159 185 193 / 0.45);
  border-right-color: rgb(159 185 193 / 0.45);
}

.border-x-limedSpruce-200\/5 {
  border-left-color: rgb(159 185 193 / 0.05);
  border-right-color: rgb(159 185 193 / 0.05);
}

.border-x-limedSpruce-200\/50 {
  border-left-color: rgb(159 185 193 / 0.5);
  border-right-color: rgb(159 185 193 / 0.5);
}

.border-x-limedSpruce-200\/55 {
  border-left-color: rgb(159 185 193 / 0.55);
  border-right-color: rgb(159 185 193 / 0.55);
}

.border-x-limedSpruce-200\/60 {
  border-left-color: rgb(159 185 193 / 0.6);
  border-right-color: rgb(159 185 193 / 0.6);
}

.border-x-limedSpruce-200\/65 {
  border-left-color: rgb(159 185 193 / 0.65);
  border-right-color: rgb(159 185 193 / 0.65);
}

.border-x-limedSpruce-200\/70 {
  border-left-color: rgb(159 185 193 / 0.7);
  border-right-color: rgb(159 185 193 / 0.7);
}

.border-x-limedSpruce-200\/75 {
  border-left-color: rgb(159 185 193 / 0.75);
  border-right-color: rgb(159 185 193 / 0.75);
}

.border-x-limedSpruce-200\/80 {
  border-left-color: rgb(159 185 193 / 0.8);
  border-right-color: rgb(159 185 193 / 0.8);
}

.border-x-limedSpruce-200\/85 {
  border-left-color: rgb(159 185 193 / 0.85);
  border-right-color: rgb(159 185 193 / 0.85);
}

.border-x-limedSpruce-200\/90 {
  border-left-color: rgb(159 185 193 / 0.9);
  border-right-color: rgb(159 185 193 / 0.9);
}

.border-x-limedSpruce-200\/95 {
  border-left-color: rgb(159 185 193 / 0.95);
  border-right-color: rgb(159 185 193 / 0.95);
}

.border-x-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
  border-right-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-300\/0 {
  border-left-color: rgb(109 148 161 / 0);
  border-right-color: rgb(109 148 161 / 0);
}

.border-x-limedSpruce-300\/10 {
  border-left-color: rgb(109 148 161 / 0.1);
  border-right-color: rgb(109 148 161 / 0.1);
}

.border-x-limedSpruce-300\/100 {
  border-left-color: rgb(109 148 161 / 1);
  border-right-color: rgb(109 148 161 / 1);
}

.border-x-limedSpruce-300\/15 {
  border-left-color: rgb(109 148 161 / 0.15);
  border-right-color: rgb(109 148 161 / 0.15);
}

.border-x-limedSpruce-300\/20 {
  border-left-color: rgb(109 148 161 / 0.2);
  border-right-color: rgb(109 148 161 / 0.2);
}

.border-x-limedSpruce-300\/25 {
  border-left-color: rgb(109 148 161 / 0.25);
  border-right-color: rgb(109 148 161 / 0.25);
}

.border-x-limedSpruce-300\/30 {
  border-left-color: rgb(109 148 161 / 0.3);
  border-right-color: rgb(109 148 161 / 0.3);
}

.border-x-limedSpruce-300\/35 {
  border-left-color: rgb(109 148 161 / 0.35);
  border-right-color: rgb(109 148 161 / 0.35);
}

.border-x-limedSpruce-300\/40 {
  border-left-color: rgb(109 148 161 / 0.4);
  border-right-color: rgb(109 148 161 / 0.4);
}

.border-x-limedSpruce-300\/45 {
  border-left-color: rgb(109 148 161 / 0.45);
  border-right-color: rgb(109 148 161 / 0.45);
}

.border-x-limedSpruce-300\/5 {
  border-left-color: rgb(109 148 161 / 0.05);
  border-right-color: rgb(109 148 161 / 0.05);
}

.border-x-limedSpruce-300\/50 {
  border-left-color: rgb(109 148 161 / 0.5);
  border-right-color: rgb(109 148 161 / 0.5);
}

.border-x-limedSpruce-300\/55 {
  border-left-color: rgb(109 148 161 / 0.55);
  border-right-color: rgb(109 148 161 / 0.55);
}

.border-x-limedSpruce-300\/60 {
  border-left-color: rgb(109 148 161 / 0.6);
  border-right-color: rgb(109 148 161 / 0.6);
}

.border-x-limedSpruce-300\/65 {
  border-left-color: rgb(109 148 161 / 0.65);
  border-right-color: rgb(109 148 161 / 0.65);
}

.border-x-limedSpruce-300\/70 {
  border-left-color: rgb(109 148 161 / 0.7);
  border-right-color: rgb(109 148 161 / 0.7);
}

.border-x-limedSpruce-300\/75 {
  border-left-color: rgb(109 148 161 / 0.75);
  border-right-color: rgb(109 148 161 / 0.75);
}

.border-x-limedSpruce-300\/80 {
  border-left-color: rgb(109 148 161 / 0.8);
  border-right-color: rgb(109 148 161 / 0.8);
}

.border-x-limedSpruce-300\/85 {
  border-left-color: rgb(109 148 161 / 0.85);
  border-right-color: rgb(109 148 161 / 0.85);
}

.border-x-limedSpruce-300\/90 {
  border-left-color: rgb(109 148 161 / 0.9);
  border-right-color: rgb(109 148 161 / 0.9);
}

.border-x-limedSpruce-300\/95 {
  border-left-color: rgb(109 148 161 / 0.95);
  border-right-color: rgb(109 148 161 / 0.95);
}

.border-x-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
  border-right-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-400\/0 {
  border-left-color: rgb(74 105 115 / 0);
  border-right-color: rgb(74 105 115 / 0);
}

.border-x-limedSpruce-400\/10 {
  border-left-color: rgb(74 105 115 / 0.1);
  border-right-color: rgb(74 105 115 / 0.1);
}

.border-x-limedSpruce-400\/100 {
  border-left-color: rgb(74 105 115 / 1);
  border-right-color: rgb(74 105 115 / 1);
}

.border-x-limedSpruce-400\/15 {
  border-left-color: rgb(74 105 115 / 0.15);
  border-right-color: rgb(74 105 115 / 0.15);
}

.border-x-limedSpruce-400\/20 {
  border-left-color: rgb(74 105 115 / 0.2);
  border-right-color: rgb(74 105 115 / 0.2);
}

.border-x-limedSpruce-400\/25 {
  border-left-color: rgb(74 105 115 / 0.25);
  border-right-color: rgb(74 105 115 / 0.25);
}

.border-x-limedSpruce-400\/30 {
  border-left-color: rgb(74 105 115 / 0.3);
  border-right-color: rgb(74 105 115 / 0.3);
}

.border-x-limedSpruce-400\/35 {
  border-left-color: rgb(74 105 115 / 0.35);
  border-right-color: rgb(74 105 115 / 0.35);
}

.border-x-limedSpruce-400\/40 {
  border-left-color: rgb(74 105 115 / 0.4);
  border-right-color: rgb(74 105 115 / 0.4);
}

.border-x-limedSpruce-400\/45 {
  border-left-color: rgb(74 105 115 / 0.45);
  border-right-color: rgb(74 105 115 / 0.45);
}

.border-x-limedSpruce-400\/5 {
  border-left-color: rgb(74 105 115 / 0.05);
  border-right-color: rgb(74 105 115 / 0.05);
}

.border-x-limedSpruce-400\/50 {
  border-left-color: rgb(74 105 115 / 0.5);
  border-right-color: rgb(74 105 115 / 0.5);
}

.border-x-limedSpruce-400\/55 {
  border-left-color: rgb(74 105 115 / 0.55);
  border-right-color: rgb(74 105 115 / 0.55);
}

.border-x-limedSpruce-400\/60 {
  border-left-color: rgb(74 105 115 / 0.6);
  border-right-color: rgb(74 105 115 / 0.6);
}

.border-x-limedSpruce-400\/65 {
  border-left-color: rgb(74 105 115 / 0.65);
  border-right-color: rgb(74 105 115 / 0.65);
}

.border-x-limedSpruce-400\/70 {
  border-left-color: rgb(74 105 115 / 0.7);
  border-right-color: rgb(74 105 115 / 0.7);
}

.border-x-limedSpruce-400\/75 {
  border-left-color: rgb(74 105 115 / 0.75);
  border-right-color: rgb(74 105 115 / 0.75);
}

.border-x-limedSpruce-400\/80 {
  border-left-color: rgb(74 105 115 / 0.8);
  border-right-color: rgb(74 105 115 / 0.8);
}

.border-x-limedSpruce-400\/85 {
  border-left-color: rgb(74 105 115 / 0.85);
  border-right-color: rgb(74 105 115 / 0.85);
}

.border-x-limedSpruce-400\/90 {
  border-left-color: rgb(74 105 115 / 0.9);
  border-right-color: rgb(74 105 115 / 0.9);
}

.border-x-limedSpruce-400\/95 {
  border-left-color: rgb(74 105 115 / 0.95);
  border-right-color: rgb(74 105 115 / 0.95);
}

.border-x-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
  border-right-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-50\/0 {
  border-left-color: rgb(230 237 239 / 0);
  border-right-color: rgb(230 237 239 / 0);
}

.border-x-limedSpruce-50\/10 {
  border-left-color: rgb(230 237 239 / 0.1);
  border-right-color: rgb(230 237 239 / 0.1);
}

.border-x-limedSpruce-50\/100 {
  border-left-color: rgb(230 237 239 / 1);
  border-right-color: rgb(230 237 239 / 1);
}

.border-x-limedSpruce-50\/15 {
  border-left-color: rgb(230 237 239 / 0.15);
  border-right-color: rgb(230 237 239 / 0.15);
}

.border-x-limedSpruce-50\/20 {
  border-left-color: rgb(230 237 239 / 0.2);
  border-right-color: rgb(230 237 239 / 0.2);
}

.border-x-limedSpruce-50\/25 {
  border-left-color: rgb(230 237 239 / 0.25);
  border-right-color: rgb(230 237 239 / 0.25);
}

.border-x-limedSpruce-50\/30 {
  border-left-color: rgb(230 237 239 / 0.3);
  border-right-color: rgb(230 237 239 / 0.3);
}

.border-x-limedSpruce-50\/35 {
  border-left-color: rgb(230 237 239 / 0.35);
  border-right-color: rgb(230 237 239 / 0.35);
}

.border-x-limedSpruce-50\/40 {
  border-left-color: rgb(230 237 239 / 0.4);
  border-right-color: rgb(230 237 239 / 0.4);
}

.border-x-limedSpruce-50\/45 {
  border-left-color: rgb(230 237 239 / 0.45);
  border-right-color: rgb(230 237 239 / 0.45);
}

.border-x-limedSpruce-50\/5 {
  border-left-color: rgb(230 237 239 / 0.05);
  border-right-color: rgb(230 237 239 / 0.05);
}

.border-x-limedSpruce-50\/50 {
  border-left-color: rgb(230 237 239 / 0.5);
  border-right-color: rgb(230 237 239 / 0.5);
}

.border-x-limedSpruce-50\/55 {
  border-left-color: rgb(230 237 239 / 0.55);
  border-right-color: rgb(230 237 239 / 0.55);
}

.border-x-limedSpruce-50\/60 {
  border-left-color: rgb(230 237 239 / 0.6);
  border-right-color: rgb(230 237 239 / 0.6);
}

.border-x-limedSpruce-50\/65 {
  border-left-color: rgb(230 237 239 / 0.65);
  border-right-color: rgb(230 237 239 / 0.65);
}

.border-x-limedSpruce-50\/70 {
  border-left-color: rgb(230 237 239 / 0.7);
  border-right-color: rgb(230 237 239 / 0.7);
}

.border-x-limedSpruce-50\/75 {
  border-left-color: rgb(230 237 239 / 0.75);
  border-right-color: rgb(230 237 239 / 0.75);
}

.border-x-limedSpruce-50\/80 {
  border-left-color: rgb(230 237 239 / 0.8);
  border-right-color: rgb(230 237 239 / 0.8);
}

.border-x-limedSpruce-50\/85 {
  border-left-color: rgb(230 237 239 / 0.85);
  border-right-color: rgb(230 237 239 / 0.85);
}

.border-x-limedSpruce-50\/90 {
  border-left-color: rgb(230 237 239 / 0.9);
  border-right-color: rgb(230 237 239 / 0.9);
}

.border-x-limedSpruce-50\/95 {
  border-left-color: rgb(230 237 239 / 0.95);
  border-right-color: rgb(230 237 239 / 0.95);
}

.border-x-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
  border-right-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-500\/0 {
  border-left-color: rgb(43 61 67 / 0);
  border-right-color: rgb(43 61 67 / 0);
}

.border-x-limedSpruce-500\/10 {
  border-left-color: rgb(43 61 67 / 0.1);
  border-right-color: rgb(43 61 67 / 0.1);
}

.border-x-limedSpruce-500\/100 {
  border-left-color: rgb(43 61 67 / 1);
  border-right-color: rgb(43 61 67 / 1);
}

.border-x-limedSpruce-500\/15 {
  border-left-color: rgb(43 61 67 / 0.15);
  border-right-color: rgb(43 61 67 / 0.15);
}

.border-x-limedSpruce-500\/20 {
  border-left-color: rgb(43 61 67 / 0.2);
  border-right-color: rgb(43 61 67 / 0.2);
}

.border-x-limedSpruce-500\/25 {
  border-left-color: rgb(43 61 67 / 0.25);
  border-right-color: rgb(43 61 67 / 0.25);
}

.border-x-limedSpruce-500\/30 {
  border-left-color: rgb(43 61 67 / 0.3);
  border-right-color: rgb(43 61 67 / 0.3);
}

.border-x-limedSpruce-500\/35 {
  border-left-color: rgb(43 61 67 / 0.35);
  border-right-color: rgb(43 61 67 / 0.35);
}

.border-x-limedSpruce-500\/40 {
  border-left-color: rgb(43 61 67 / 0.4);
  border-right-color: rgb(43 61 67 / 0.4);
}

.border-x-limedSpruce-500\/45 {
  border-left-color: rgb(43 61 67 / 0.45);
  border-right-color: rgb(43 61 67 / 0.45);
}

.border-x-limedSpruce-500\/5 {
  border-left-color: rgb(43 61 67 / 0.05);
  border-right-color: rgb(43 61 67 / 0.05);
}

.border-x-limedSpruce-500\/50 {
  border-left-color: rgb(43 61 67 / 0.5);
  border-right-color: rgb(43 61 67 / 0.5);
}

.border-x-limedSpruce-500\/55 {
  border-left-color: rgb(43 61 67 / 0.55);
  border-right-color: rgb(43 61 67 / 0.55);
}

.border-x-limedSpruce-500\/60 {
  border-left-color: rgb(43 61 67 / 0.6);
  border-right-color: rgb(43 61 67 / 0.6);
}

.border-x-limedSpruce-500\/65 {
  border-left-color: rgb(43 61 67 / 0.65);
  border-right-color: rgb(43 61 67 / 0.65);
}

.border-x-limedSpruce-500\/70 {
  border-left-color: rgb(43 61 67 / 0.7);
  border-right-color: rgb(43 61 67 / 0.7);
}

.border-x-limedSpruce-500\/75 {
  border-left-color: rgb(43 61 67 / 0.75);
  border-right-color: rgb(43 61 67 / 0.75);
}

.border-x-limedSpruce-500\/80 {
  border-left-color: rgb(43 61 67 / 0.8);
  border-right-color: rgb(43 61 67 / 0.8);
}

.border-x-limedSpruce-500\/85 {
  border-left-color: rgb(43 61 67 / 0.85);
  border-right-color: rgb(43 61 67 / 0.85);
}

.border-x-limedSpruce-500\/90 {
  border-left-color: rgb(43 61 67 / 0.9);
  border-right-color: rgb(43 61 67 / 0.9);
}

.border-x-limedSpruce-500\/95 {
  border-left-color: rgb(43 61 67 / 0.95);
  border-right-color: rgb(43 61 67 / 0.95);
}

.border-x-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
  border-right-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-600\/0 {
  border-left-color: rgb(34 48 53 / 0);
  border-right-color: rgb(34 48 53 / 0);
}

.border-x-limedSpruce-600\/10 {
  border-left-color: rgb(34 48 53 / 0.1);
  border-right-color: rgb(34 48 53 / 0.1);
}

.border-x-limedSpruce-600\/100 {
  border-left-color: rgb(34 48 53 / 1);
  border-right-color: rgb(34 48 53 / 1);
}

.border-x-limedSpruce-600\/15 {
  border-left-color: rgb(34 48 53 / 0.15);
  border-right-color: rgb(34 48 53 / 0.15);
}

.border-x-limedSpruce-600\/20 {
  border-left-color: rgb(34 48 53 / 0.2);
  border-right-color: rgb(34 48 53 / 0.2);
}

.border-x-limedSpruce-600\/25 {
  border-left-color: rgb(34 48 53 / 0.25);
  border-right-color: rgb(34 48 53 / 0.25);
}

.border-x-limedSpruce-600\/30 {
  border-left-color: rgb(34 48 53 / 0.3);
  border-right-color: rgb(34 48 53 / 0.3);
}

.border-x-limedSpruce-600\/35 {
  border-left-color: rgb(34 48 53 / 0.35);
  border-right-color: rgb(34 48 53 / 0.35);
}

.border-x-limedSpruce-600\/40 {
  border-left-color: rgb(34 48 53 / 0.4);
  border-right-color: rgb(34 48 53 / 0.4);
}

.border-x-limedSpruce-600\/45 {
  border-left-color: rgb(34 48 53 / 0.45);
  border-right-color: rgb(34 48 53 / 0.45);
}

.border-x-limedSpruce-600\/5 {
  border-left-color: rgb(34 48 53 / 0.05);
  border-right-color: rgb(34 48 53 / 0.05);
}

.border-x-limedSpruce-600\/50 {
  border-left-color: rgb(34 48 53 / 0.5);
  border-right-color: rgb(34 48 53 / 0.5);
}

.border-x-limedSpruce-600\/55 {
  border-left-color: rgb(34 48 53 / 0.55);
  border-right-color: rgb(34 48 53 / 0.55);
}

.border-x-limedSpruce-600\/60 {
  border-left-color: rgb(34 48 53 / 0.6);
  border-right-color: rgb(34 48 53 / 0.6);
}

.border-x-limedSpruce-600\/65 {
  border-left-color: rgb(34 48 53 / 0.65);
  border-right-color: rgb(34 48 53 / 0.65);
}

.border-x-limedSpruce-600\/70 {
  border-left-color: rgb(34 48 53 / 0.7);
  border-right-color: rgb(34 48 53 / 0.7);
}

.border-x-limedSpruce-600\/75 {
  border-left-color: rgb(34 48 53 / 0.75);
  border-right-color: rgb(34 48 53 / 0.75);
}

.border-x-limedSpruce-600\/80 {
  border-left-color: rgb(34 48 53 / 0.8);
  border-right-color: rgb(34 48 53 / 0.8);
}

.border-x-limedSpruce-600\/85 {
  border-left-color: rgb(34 48 53 / 0.85);
  border-right-color: rgb(34 48 53 / 0.85);
}

.border-x-limedSpruce-600\/90 {
  border-left-color: rgb(34 48 53 / 0.9);
  border-right-color: rgb(34 48 53 / 0.9);
}

.border-x-limedSpruce-600\/95 {
  border-left-color: rgb(34 48 53 / 0.95);
  border-right-color: rgb(34 48 53 / 0.95);
}

.border-x-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
  border-right-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-700\/0 {
  border-left-color: rgb(26 37 40 / 0);
  border-right-color: rgb(26 37 40 / 0);
}

.border-x-limedSpruce-700\/10 {
  border-left-color: rgb(26 37 40 / 0.1);
  border-right-color: rgb(26 37 40 / 0.1);
}

.border-x-limedSpruce-700\/100 {
  border-left-color: rgb(26 37 40 / 1);
  border-right-color: rgb(26 37 40 / 1);
}

.border-x-limedSpruce-700\/15 {
  border-left-color: rgb(26 37 40 / 0.15);
  border-right-color: rgb(26 37 40 / 0.15);
}

.border-x-limedSpruce-700\/20 {
  border-left-color: rgb(26 37 40 / 0.2);
  border-right-color: rgb(26 37 40 / 0.2);
}

.border-x-limedSpruce-700\/25 {
  border-left-color: rgb(26 37 40 / 0.25);
  border-right-color: rgb(26 37 40 / 0.25);
}

.border-x-limedSpruce-700\/30 {
  border-left-color: rgb(26 37 40 / 0.3);
  border-right-color: rgb(26 37 40 / 0.3);
}

.border-x-limedSpruce-700\/35 {
  border-left-color: rgb(26 37 40 / 0.35);
  border-right-color: rgb(26 37 40 / 0.35);
}

.border-x-limedSpruce-700\/40 {
  border-left-color: rgb(26 37 40 / 0.4);
  border-right-color: rgb(26 37 40 / 0.4);
}

.border-x-limedSpruce-700\/45 {
  border-left-color: rgb(26 37 40 / 0.45);
  border-right-color: rgb(26 37 40 / 0.45);
}

.border-x-limedSpruce-700\/5 {
  border-left-color: rgb(26 37 40 / 0.05);
  border-right-color: rgb(26 37 40 / 0.05);
}

.border-x-limedSpruce-700\/50 {
  border-left-color: rgb(26 37 40 / 0.5);
  border-right-color: rgb(26 37 40 / 0.5);
}

.border-x-limedSpruce-700\/55 {
  border-left-color: rgb(26 37 40 / 0.55);
  border-right-color: rgb(26 37 40 / 0.55);
}

.border-x-limedSpruce-700\/60 {
  border-left-color: rgb(26 37 40 / 0.6);
  border-right-color: rgb(26 37 40 / 0.6);
}

.border-x-limedSpruce-700\/65 {
  border-left-color: rgb(26 37 40 / 0.65);
  border-right-color: rgb(26 37 40 / 0.65);
}

.border-x-limedSpruce-700\/70 {
  border-left-color: rgb(26 37 40 / 0.7);
  border-right-color: rgb(26 37 40 / 0.7);
}

.border-x-limedSpruce-700\/75 {
  border-left-color: rgb(26 37 40 / 0.75);
  border-right-color: rgb(26 37 40 / 0.75);
}

.border-x-limedSpruce-700\/80 {
  border-left-color: rgb(26 37 40 / 0.8);
  border-right-color: rgb(26 37 40 / 0.8);
}

.border-x-limedSpruce-700\/85 {
  border-left-color: rgb(26 37 40 / 0.85);
  border-right-color: rgb(26 37 40 / 0.85);
}

.border-x-limedSpruce-700\/90 {
  border-left-color: rgb(26 37 40 / 0.9);
  border-right-color: rgb(26 37 40 / 0.9);
}

.border-x-limedSpruce-700\/95 {
  border-left-color: rgb(26 37 40 / 0.95);
  border-right-color: rgb(26 37 40 / 0.95);
}

.border-x-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
  border-right-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-800\/0 {
  border-left-color: rgb(18 25 28 / 0);
  border-right-color: rgb(18 25 28 / 0);
}

.border-x-limedSpruce-800\/10 {
  border-left-color: rgb(18 25 28 / 0.1);
  border-right-color: rgb(18 25 28 / 0.1);
}

.border-x-limedSpruce-800\/100 {
  border-left-color: rgb(18 25 28 / 1);
  border-right-color: rgb(18 25 28 / 1);
}

.border-x-limedSpruce-800\/15 {
  border-left-color: rgb(18 25 28 / 0.15);
  border-right-color: rgb(18 25 28 / 0.15);
}

.border-x-limedSpruce-800\/20 {
  border-left-color: rgb(18 25 28 / 0.2);
  border-right-color: rgb(18 25 28 / 0.2);
}

.border-x-limedSpruce-800\/25 {
  border-left-color: rgb(18 25 28 / 0.25);
  border-right-color: rgb(18 25 28 / 0.25);
}

.border-x-limedSpruce-800\/30 {
  border-left-color: rgb(18 25 28 / 0.3);
  border-right-color: rgb(18 25 28 / 0.3);
}

.border-x-limedSpruce-800\/35 {
  border-left-color: rgb(18 25 28 / 0.35);
  border-right-color: rgb(18 25 28 / 0.35);
}

.border-x-limedSpruce-800\/40 {
  border-left-color: rgb(18 25 28 / 0.4);
  border-right-color: rgb(18 25 28 / 0.4);
}

.border-x-limedSpruce-800\/45 {
  border-left-color: rgb(18 25 28 / 0.45);
  border-right-color: rgb(18 25 28 / 0.45);
}

.border-x-limedSpruce-800\/5 {
  border-left-color: rgb(18 25 28 / 0.05);
  border-right-color: rgb(18 25 28 / 0.05);
}

.border-x-limedSpruce-800\/50 {
  border-left-color: rgb(18 25 28 / 0.5);
  border-right-color: rgb(18 25 28 / 0.5);
}

.border-x-limedSpruce-800\/55 {
  border-left-color: rgb(18 25 28 / 0.55);
  border-right-color: rgb(18 25 28 / 0.55);
}

.border-x-limedSpruce-800\/60 {
  border-left-color: rgb(18 25 28 / 0.6);
  border-right-color: rgb(18 25 28 / 0.6);
}

.border-x-limedSpruce-800\/65 {
  border-left-color: rgb(18 25 28 / 0.65);
  border-right-color: rgb(18 25 28 / 0.65);
}

.border-x-limedSpruce-800\/70 {
  border-left-color: rgb(18 25 28 / 0.7);
  border-right-color: rgb(18 25 28 / 0.7);
}

.border-x-limedSpruce-800\/75 {
  border-left-color: rgb(18 25 28 / 0.75);
  border-right-color: rgb(18 25 28 / 0.75);
}

.border-x-limedSpruce-800\/80 {
  border-left-color: rgb(18 25 28 / 0.8);
  border-right-color: rgb(18 25 28 / 0.8);
}

.border-x-limedSpruce-800\/85 {
  border-left-color: rgb(18 25 28 / 0.85);
  border-right-color: rgb(18 25 28 / 0.85);
}

.border-x-limedSpruce-800\/90 {
  border-left-color: rgb(18 25 28 / 0.9);
  border-right-color: rgb(18 25 28 / 0.9);
}

.border-x-limedSpruce-800\/95 {
  border-left-color: rgb(18 25 28 / 0.95);
  border-right-color: rgb(18 25 28 / 0.95);
}

.border-x-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
  border-right-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-900\/0 {
  border-left-color: rgb(8 11 12 / 0);
  border-right-color: rgb(8 11 12 / 0);
}

.border-x-limedSpruce-900\/10 {
  border-left-color: rgb(8 11 12 / 0.1);
  border-right-color: rgb(8 11 12 / 0.1);
}

.border-x-limedSpruce-900\/100 {
  border-left-color: rgb(8 11 12 / 1);
  border-right-color: rgb(8 11 12 / 1);
}

.border-x-limedSpruce-900\/15 {
  border-left-color: rgb(8 11 12 / 0.15);
  border-right-color: rgb(8 11 12 / 0.15);
}

.border-x-limedSpruce-900\/20 {
  border-left-color: rgb(8 11 12 / 0.2);
  border-right-color: rgb(8 11 12 / 0.2);
}

.border-x-limedSpruce-900\/25 {
  border-left-color: rgb(8 11 12 / 0.25);
  border-right-color: rgb(8 11 12 / 0.25);
}

.border-x-limedSpruce-900\/30 {
  border-left-color: rgb(8 11 12 / 0.3);
  border-right-color: rgb(8 11 12 / 0.3);
}

.border-x-limedSpruce-900\/35 {
  border-left-color: rgb(8 11 12 / 0.35);
  border-right-color: rgb(8 11 12 / 0.35);
}

.border-x-limedSpruce-900\/40 {
  border-left-color: rgb(8 11 12 / 0.4);
  border-right-color: rgb(8 11 12 / 0.4);
}

.border-x-limedSpruce-900\/45 {
  border-left-color: rgb(8 11 12 / 0.45);
  border-right-color: rgb(8 11 12 / 0.45);
}

.border-x-limedSpruce-900\/5 {
  border-left-color: rgb(8 11 12 / 0.05);
  border-right-color: rgb(8 11 12 / 0.05);
}

.border-x-limedSpruce-900\/50 {
  border-left-color: rgb(8 11 12 / 0.5);
  border-right-color: rgb(8 11 12 / 0.5);
}

.border-x-limedSpruce-900\/55 {
  border-left-color: rgb(8 11 12 / 0.55);
  border-right-color: rgb(8 11 12 / 0.55);
}

.border-x-limedSpruce-900\/60 {
  border-left-color: rgb(8 11 12 / 0.6);
  border-right-color: rgb(8 11 12 / 0.6);
}

.border-x-limedSpruce-900\/65 {
  border-left-color: rgb(8 11 12 / 0.65);
  border-right-color: rgb(8 11 12 / 0.65);
}

.border-x-limedSpruce-900\/70 {
  border-left-color: rgb(8 11 12 / 0.7);
  border-right-color: rgb(8 11 12 / 0.7);
}

.border-x-limedSpruce-900\/75 {
  border-left-color: rgb(8 11 12 / 0.75);
  border-right-color: rgb(8 11 12 / 0.75);
}

.border-x-limedSpruce-900\/80 {
  border-left-color: rgb(8 11 12 / 0.8);
  border-right-color: rgb(8 11 12 / 0.8);
}

.border-x-limedSpruce-900\/85 {
  border-left-color: rgb(8 11 12 / 0.85);
  border-right-color: rgb(8 11 12 / 0.85);
}

.border-x-limedSpruce-900\/90 {
  border-left-color: rgb(8 11 12 / 0.9);
  border-right-color: rgb(8 11 12 / 0.9);
}

.border-x-limedSpruce-900\/95 {
  border-left-color: rgb(8 11 12 / 0.95);
  border-right-color: rgb(8 11 12 / 0.95);
}

.border-x-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
  border-right-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-x-limedSpruce-950\/0 {
  border-left-color: rgb(4 6 6 / 0);
  border-right-color: rgb(4 6 6 / 0);
}

.border-x-limedSpruce-950\/10 {
  border-left-color: rgb(4 6 6 / 0.1);
  border-right-color: rgb(4 6 6 / 0.1);
}

.border-x-limedSpruce-950\/100 {
  border-left-color: rgb(4 6 6 / 1);
  border-right-color: rgb(4 6 6 / 1);
}

.border-x-limedSpruce-950\/15 {
  border-left-color: rgb(4 6 6 / 0.15);
  border-right-color: rgb(4 6 6 / 0.15);
}

.border-x-limedSpruce-950\/20 {
  border-left-color: rgb(4 6 6 / 0.2);
  border-right-color: rgb(4 6 6 / 0.2);
}

.border-x-limedSpruce-950\/25 {
  border-left-color: rgb(4 6 6 / 0.25);
  border-right-color: rgb(4 6 6 / 0.25);
}

.border-x-limedSpruce-950\/30 {
  border-left-color: rgb(4 6 6 / 0.3);
  border-right-color: rgb(4 6 6 / 0.3);
}

.border-x-limedSpruce-950\/35 {
  border-left-color: rgb(4 6 6 / 0.35);
  border-right-color: rgb(4 6 6 / 0.35);
}

.border-x-limedSpruce-950\/40 {
  border-left-color: rgb(4 6 6 / 0.4);
  border-right-color: rgb(4 6 6 / 0.4);
}

.border-x-limedSpruce-950\/45 {
  border-left-color: rgb(4 6 6 / 0.45);
  border-right-color: rgb(4 6 6 / 0.45);
}

.border-x-limedSpruce-950\/5 {
  border-left-color: rgb(4 6 6 / 0.05);
  border-right-color: rgb(4 6 6 / 0.05);
}

.border-x-limedSpruce-950\/50 {
  border-left-color: rgb(4 6 6 / 0.5);
  border-right-color: rgb(4 6 6 / 0.5);
}

.border-x-limedSpruce-950\/55 {
  border-left-color: rgb(4 6 6 / 0.55);
  border-right-color: rgb(4 6 6 / 0.55);
}

.border-x-limedSpruce-950\/60 {
  border-left-color: rgb(4 6 6 / 0.6);
  border-right-color: rgb(4 6 6 / 0.6);
}

.border-x-limedSpruce-950\/65 {
  border-left-color: rgb(4 6 6 / 0.65);
  border-right-color: rgb(4 6 6 / 0.65);
}

.border-x-limedSpruce-950\/70 {
  border-left-color: rgb(4 6 6 / 0.7);
  border-right-color: rgb(4 6 6 / 0.7);
}

.border-x-limedSpruce-950\/75 {
  border-left-color: rgb(4 6 6 / 0.75);
  border-right-color: rgb(4 6 6 / 0.75);
}

.border-x-limedSpruce-950\/80 {
  border-left-color: rgb(4 6 6 / 0.8);
  border-right-color: rgb(4 6 6 / 0.8);
}

.border-x-limedSpruce-950\/85 {
  border-left-color: rgb(4 6 6 / 0.85);
  border-right-color: rgb(4 6 6 / 0.85);
}

.border-x-limedSpruce-950\/90 {
  border-left-color: rgb(4 6 6 / 0.9);
  border-right-color: rgb(4 6 6 / 0.9);
}

.border-x-limedSpruce-950\/95 {
  border-left-color: rgb(4 6 6 / 0.95);
  border-right-color: rgb(4 6 6 / 0.95);
}

.border-x-merino-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-x-merino-100\/0 {
  border-left-color: rgb(254 253 251 / 0);
  border-right-color: rgb(254 253 251 / 0);
}

.border-x-merino-100\/10 {
  border-left-color: rgb(254 253 251 / 0.1);
  border-right-color: rgb(254 253 251 / 0.1);
}

.border-x-merino-100\/100 {
  border-left-color: rgb(254 253 251 / 1);
  border-right-color: rgb(254 253 251 / 1);
}

.border-x-merino-100\/15 {
  border-left-color: rgb(254 253 251 / 0.15);
  border-right-color: rgb(254 253 251 / 0.15);
}

.border-x-merino-100\/20 {
  border-left-color: rgb(254 253 251 / 0.2);
  border-right-color: rgb(254 253 251 / 0.2);
}

.border-x-merino-100\/25 {
  border-left-color: rgb(254 253 251 / 0.25);
  border-right-color: rgb(254 253 251 / 0.25);
}

.border-x-merino-100\/30 {
  border-left-color: rgb(254 253 251 / 0.3);
  border-right-color: rgb(254 253 251 / 0.3);
}

.border-x-merino-100\/35 {
  border-left-color: rgb(254 253 251 / 0.35);
  border-right-color: rgb(254 253 251 / 0.35);
}

.border-x-merino-100\/40 {
  border-left-color: rgb(254 253 251 / 0.4);
  border-right-color: rgb(254 253 251 / 0.4);
}

.border-x-merino-100\/45 {
  border-left-color: rgb(254 253 251 / 0.45);
  border-right-color: rgb(254 253 251 / 0.45);
}

.border-x-merino-100\/5 {
  border-left-color: rgb(254 253 251 / 0.05);
  border-right-color: rgb(254 253 251 / 0.05);
}

.border-x-merino-100\/50 {
  border-left-color: rgb(254 253 251 / 0.5);
  border-right-color: rgb(254 253 251 / 0.5);
}

.border-x-merino-100\/55 {
  border-left-color: rgb(254 253 251 / 0.55);
  border-right-color: rgb(254 253 251 / 0.55);
}

.border-x-merino-100\/60 {
  border-left-color: rgb(254 253 251 / 0.6);
  border-right-color: rgb(254 253 251 / 0.6);
}

.border-x-merino-100\/65 {
  border-left-color: rgb(254 253 251 / 0.65);
  border-right-color: rgb(254 253 251 / 0.65);
}

.border-x-merino-100\/70 {
  border-left-color: rgb(254 253 251 / 0.7);
  border-right-color: rgb(254 253 251 / 0.7);
}

.border-x-merino-100\/75 {
  border-left-color: rgb(254 253 251 / 0.75);
  border-right-color: rgb(254 253 251 / 0.75);
}

.border-x-merino-100\/80 {
  border-left-color: rgb(254 253 251 / 0.8);
  border-right-color: rgb(254 253 251 / 0.8);
}

.border-x-merino-100\/85 {
  border-left-color: rgb(254 253 251 / 0.85);
  border-right-color: rgb(254 253 251 / 0.85);
}

.border-x-merino-100\/90 {
  border-left-color: rgb(254 253 251 / 0.9);
  border-right-color: rgb(254 253 251 / 0.9);
}

.border-x-merino-100\/95 {
  border-left-color: rgb(254 253 251 / 0.95);
  border-right-color: rgb(254 253 251 / 0.95);
}

.border-x-merino-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
  border-right-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-x-merino-200\/0 {
  border-left-color: rgb(252 251 248 / 0);
  border-right-color: rgb(252 251 248 / 0);
}

.border-x-merino-200\/10 {
  border-left-color: rgb(252 251 248 / 0.1);
  border-right-color: rgb(252 251 248 / 0.1);
}

.border-x-merino-200\/100 {
  border-left-color: rgb(252 251 248 / 1);
  border-right-color: rgb(252 251 248 / 1);
}

.border-x-merino-200\/15 {
  border-left-color: rgb(252 251 248 / 0.15);
  border-right-color: rgb(252 251 248 / 0.15);
}

.border-x-merino-200\/20 {
  border-left-color: rgb(252 251 248 / 0.2);
  border-right-color: rgb(252 251 248 / 0.2);
}

.border-x-merino-200\/25 {
  border-left-color: rgb(252 251 248 / 0.25);
  border-right-color: rgb(252 251 248 / 0.25);
}

.border-x-merino-200\/30 {
  border-left-color: rgb(252 251 248 / 0.3);
  border-right-color: rgb(252 251 248 / 0.3);
}

.border-x-merino-200\/35 {
  border-left-color: rgb(252 251 248 / 0.35);
  border-right-color: rgb(252 251 248 / 0.35);
}

.border-x-merino-200\/40 {
  border-left-color: rgb(252 251 248 / 0.4);
  border-right-color: rgb(252 251 248 / 0.4);
}

.border-x-merino-200\/45 {
  border-left-color: rgb(252 251 248 / 0.45);
  border-right-color: rgb(252 251 248 / 0.45);
}

.border-x-merino-200\/5 {
  border-left-color: rgb(252 251 248 / 0.05);
  border-right-color: rgb(252 251 248 / 0.05);
}

.border-x-merino-200\/50 {
  border-left-color: rgb(252 251 248 / 0.5);
  border-right-color: rgb(252 251 248 / 0.5);
}

.border-x-merino-200\/55 {
  border-left-color: rgb(252 251 248 / 0.55);
  border-right-color: rgb(252 251 248 / 0.55);
}

.border-x-merino-200\/60 {
  border-left-color: rgb(252 251 248 / 0.6);
  border-right-color: rgb(252 251 248 / 0.6);
}

.border-x-merino-200\/65 {
  border-left-color: rgb(252 251 248 / 0.65);
  border-right-color: rgb(252 251 248 / 0.65);
}

.border-x-merino-200\/70 {
  border-left-color: rgb(252 251 248 / 0.7);
  border-right-color: rgb(252 251 248 / 0.7);
}

.border-x-merino-200\/75 {
  border-left-color: rgb(252 251 248 / 0.75);
  border-right-color: rgb(252 251 248 / 0.75);
}

.border-x-merino-200\/80 {
  border-left-color: rgb(252 251 248 / 0.8);
  border-right-color: rgb(252 251 248 / 0.8);
}

.border-x-merino-200\/85 {
  border-left-color: rgb(252 251 248 / 0.85);
  border-right-color: rgb(252 251 248 / 0.85);
}

.border-x-merino-200\/90 {
  border-left-color: rgb(252 251 248 / 0.9);
  border-right-color: rgb(252 251 248 / 0.9);
}

.border-x-merino-200\/95 {
  border-left-color: rgb(252 251 248 / 0.95);
  border-right-color: rgb(252 251 248 / 0.95);
}

.border-x-merino-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
  border-right-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-x-merino-300\/0 {
  border-left-color: rgb(250 247 240 / 0);
  border-right-color: rgb(250 247 240 / 0);
}

.border-x-merino-300\/10 {
  border-left-color: rgb(250 247 240 / 0.1);
  border-right-color: rgb(250 247 240 / 0.1);
}

.border-x-merino-300\/100 {
  border-left-color: rgb(250 247 240 / 1);
  border-right-color: rgb(250 247 240 / 1);
}

.border-x-merino-300\/15 {
  border-left-color: rgb(250 247 240 / 0.15);
  border-right-color: rgb(250 247 240 / 0.15);
}

.border-x-merino-300\/20 {
  border-left-color: rgb(250 247 240 / 0.2);
  border-right-color: rgb(250 247 240 / 0.2);
}

.border-x-merino-300\/25 {
  border-left-color: rgb(250 247 240 / 0.25);
  border-right-color: rgb(250 247 240 / 0.25);
}

.border-x-merino-300\/30 {
  border-left-color: rgb(250 247 240 / 0.3);
  border-right-color: rgb(250 247 240 / 0.3);
}

.border-x-merino-300\/35 {
  border-left-color: rgb(250 247 240 / 0.35);
  border-right-color: rgb(250 247 240 / 0.35);
}

.border-x-merino-300\/40 {
  border-left-color: rgb(250 247 240 / 0.4);
  border-right-color: rgb(250 247 240 / 0.4);
}

.border-x-merino-300\/45 {
  border-left-color: rgb(250 247 240 / 0.45);
  border-right-color: rgb(250 247 240 / 0.45);
}

.border-x-merino-300\/5 {
  border-left-color: rgb(250 247 240 / 0.05);
  border-right-color: rgb(250 247 240 / 0.05);
}

.border-x-merino-300\/50 {
  border-left-color: rgb(250 247 240 / 0.5);
  border-right-color: rgb(250 247 240 / 0.5);
}

.border-x-merino-300\/55 {
  border-left-color: rgb(250 247 240 / 0.55);
  border-right-color: rgb(250 247 240 / 0.55);
}

.border-x-merino-300\/60 {
  border-left-color: rgb(250 247 240 / 0.6);
  border-right-color: rgb(250 247 240 / 0.6);
}

.border-x-merino-300\/65 {
  border-left-color: rgb(250 247 240 / 0.65);
  border-right-color: rgb(250 247 240 / 0.65);
}

.border-x-merino-300\/70 {
  border-left-color: rgb(250 247 240 / 0.7);
  border-right-color: rgb(250 247 240 / 0.7);
}

.border-x-merino-300\/75 {
  border-left-color: rgb(250 247 240 / 0.75);
  border-right-color: rgb(250 247 240 / 0.75);
}

.border-x-merino-300\/80 {
  border-left-color: rgb(250 247 240 / 0.8);
  border-right-color: rgb(250 247 240 / 0.8);
}

.border-x-merino-300\/85 {
  border-left-color: rgb(250 247 240 / 0.85);
  border-right-color: rgb(250 247 240 / 0.85);
}

.border-x-merino-300\/90 {
  border-left-color: rgb(250 247 240 / 0.9);
  border-right-color: rgb(250 247 240 / 0.9);
}

.border-x-merino-300\/95 {
  border-left-color: rgb(250 247 240 / 0.95);
  border-right-color: rgb(250 247 240 / 0.95);
}

.border-x-merino-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
  border-right-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-x-merino-400\/0 {
  border-left-color: rgb(248 245 236 / 0);
  border-right-color: rgb(248 245 236 / 0);
}

.border-x-merino-400\/10 {
  border-left-color: rgb(248 245 236 / 0.1);
  border-right-color: rgb(248 245 236 / 0.1);
}

.border-x-merino-400\/100 {
  border-left-color: rgb(248 245 236 / 1);
  border-right-color: rgb(248 245 236 / 1);
}

.border-x-merino-400\/15 {
  border-left-color: rgb(248 245 236 / 0.15);
  border-right-color: rgb(248 245 236 / 0.15);
}

.border-x-merino-400\/20 {
  border-left-color: rgb(248 245 236 / 0.2);
  border-right-color: rgb(248 245 236 / 0.2);
}

.border-x-merino-400\/25 {
  border-left-color: rgb(248 245 236 / 0.25);
  border-right-color: rgb(248 245 236 / 0.25);
}

.border-x-merino-400\/30 {
  border-left-color: rgb(248 245 236 / 0.3);
  border-right-color: rgb(248 245 236 / 0.3);
}

.border-x-merino-400\/35 {
  border-left-color: rgb(248 245 236 / 0.35);
  border-right-color: rgb(248 245 236 / 0.35);
}

.border-x-merino-400\/40 {
  border-left-color: rgb(248 245 236 / 0.4);
  border-right-color: rgb(248 245 236 / 0.4);
}

.border-x-merino-400\/45 {
  border-left-color: rgb(248 245 236 / 0.45);
  border-right-color: rgb(248 245 236 / 0.45);
}

.border-x-merino-400\/5 {
  border-left-color: rgb(248 245 236 / 0.05);
  border-right-color: rgb(248 245 236 / 0.05);
}

.border-x-merino-400\/50 {
  border-left-color: rgb(248 245 236 / 0.5);
  border-right-color: rgb(248 245 236 / 0.5);
}

.border-x-merino-400\/55 {
  border-left-color: rgb(248 245 236 / 0.55);
  border-right-color: rgb(248 245 236 / 0.55);
}

.border-x-merino-400\/60 {
  border-left-color: rgb(248 245 236 / 0.6);
  border-right-color: rgb(248 245 236 / 0.6);
}

.border-x-merino-400\/65 {
  border-left-color: rgb(248 245 236 / 0.65);
  border-right-color: rgb(248 245 236 / 0.65);
}

.border-x-merino-400\/70 {
  border-left-color: rgb(248 245 236 / 0.7);
  border-right-color: rgb(248 245 236 / 0.7);
}

.border-x-merino-400\/75 {
  border-left-color: rgb(248 245 236 / 0.75);
  border-right-color: rgb(248 245 236 / 0.75);
}

.border-x-merino-400\/80 {
  border-left-color: rgb(248 245 236 / 0.8);
  border-right-color: rgb(248 245 236 / 0.8);
}

.border-x-merino-400\/85 {
  border-left-color: rgb(248 245 236 / 0.85);
  border-right-color: rgb(248 245 236 / 0.85);
}

.border-x-merino-400\/90 {
  border-left-color: rgb(248 245 236 / 0.9);
  border-right-color: rgb(248 245 236 / 0.9);
}

.border-x-merino-400\/95 {
  border-left-color: rgb(248 245 236 / 0.95);
  border-right-color: rgb(248 245 236 / 0.95);
}

.border-x-merino-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-x-merino-50\/0 {
  border-left-color: rgb(254 253 251 / 0);
  border-right-color: rgb(254 253 251 / 0);
}

.border-x-merino-50\/10 {
  border-left-color: rgb(254 253 251 / 0.1);
  border-right-color: rgb(254 253 251 / 0.1);
}

.border-x-merino-50\/100 {
  border-left-color: rgb(254 253 251 / 1);
  border-right-color: rgb(254 253 251 / 1);
}

.border-x-merino-50\/15 {
  border-left-color: rgb(254 253 251 / 0.15);
  border-right-color: rgb(254 253 251 / 0.15);
}

.border-x-merino-50\/20 {
  border-left-color: rgb(254 253 251 / 0.2);
  border-right-color: rgb(254 253 251 / 0.2);
}

.border-x-merino-50\/25 {
  border-left-color: rgb(254 253 251 / 0.25);
  border-right-color: rgb(254 253 251 / 0.25);
}

.border-x-merino-50\/30 {
  border-left-color: rgb(254 253 251 / 0.3);
  border-right-color: rgb(254 253 251 / 0.3);
}

.border-x-merino-50\/35 {
  border-left-color: rgb(254 253 251 / 0.35);
  border-right-color: rgb(254 253 251 / 0.35);
}

.border-x-merino-50\/40 {
  border-left-color: rgb(254 253 251 / 0.4);
  border-right-color: rgb(254 253 251 / 0.4);
}

.border-x-merino-50\/45 {
  border-left-color: rgb(254 253 251 / 0.45);
  border-right-color: rgb(254 253 251 / 0.45);
}

.border-x-merino-50\/5 {
  border-left-color: rgb(254 253 251 / 0.05);
  border-right-color: rgb(254 253 251 / 0.05);
}

.border-x-merino-50\/50 {
  border-left-color: rgb(254 253 251 / 0.5);
  border-right-color: rgb(254 253 251 / 0.5);
}

.border-x-merino-50\/55 {
  border-left-color: rgb(254 253 251 / 0.55);
  border-right-color: rgb(254 253 251 / 0.55);
}

.border-x-merino-50\/60 {
  border-left-color: rgb(254 253 251 / 0.6);
  border-right-color: rgb(254 253 251 / 0.6);
}

.border-x-merino-50\/65 {
  border-left-color: rgb(254 253 251 / 0.65);
  border-right-color: rgb(254 253 251 / 0.65);
}

.border-x-merino-50\/70 {
  border-left-color: rgb(254 253 251 / 0.7);
  border-right-color: rgb(254 253 251 / 0.7);
}

.border-x-merino-50\/75 {
  border-left-color: rgb(254 253 251 / 0.75);
  border-right-color: rgb(254 253 251 / 0.75);
}

.border-x-merino-50\/80 {
  border-left-color: rgb(254 253 251 / 0.8);
  border-right-color: rgb(254 253 251 / 0.8);
}

.border-x-merino-50\/85 {
  border-left-color: rgb(254 253 251 / 0.85);
  border-right-color: rgb(254 253 251 / 0.85);
}

.border-x-merino-50\/90 {
  border-left-color: rgb(254 253 251 / 0.9);
  border-right-color: rgb(254 253 251 / 0.9);
}

.border-x-merino-50\/95 {
  border-left-color: rgb(254 253 251 / 0.95);
  border-right-color: rgb(254 253 251 / 0.95);
}

.border-x-merino-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
  border-right-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-x-merino-500\/0 {
  border-left-color: rgb(247 243 233 / 0);
  border-right-color: rgb(247 243 233 / 0);
}

.border-x-merino-500\/10 {
  border-left-color: rgb(247 243 233 / 0.1);
  border-right-color: rgb(247 243 233 / 0.1);
}

.border-x-merino-500\/100 {
  border-left-color: rgb(247 243 233 / 1);
  border-right-color: rgb(247 243 233 / 1);
}

.border-x-merino-500\/15 {
  border-left-color: rgb(247 243 233 / 0.15);
  border-right-color: rgb(247 243 233 / 0.15);
}

.border-x-merino-500\/20 {
  border-left-color: rgb(247 243 233 / 0.2);
  border-right-color: rgb(247 243 233 / 0.2);
}

.border-x-merino-500\/25 {
  border-left-color: rgb(247 243 233 / 0.25);
  border-right-color: rgb(247 243 233 / 0.25);
}

.border-x-merino-500\/30 {
  border-left-color: rgb(247 243 233 / 0.3);
  border-right-color: rgb(247 243 233 / 0.3);
}

.border-x-merino-500\/35 {
  border-left-color: rgb(247 243 233 / 0.35);
  border-right-color: rgb(247 243 233 / 0.35);
}

.border-x-merino-500\/40 {
  border-left-color: rgb(247 243 233 / 0.4);
  border-right-color: rgb(247 243 233 / 0.4);
}

.border-x-merino-500\/45 {
  border-left-color: rgb(247 243 233 / 0.45);
  border-right-color: rgb(247 243 233 / 0.45);
}

.border-x-merino-500\/5 {
  border-left-color: rgb(247 243 233 / 0.05);
  border-right-color: rgb(247 243 233 / 0.05);
}

.border-x-merino-500\/50 {
  border-left-color: rgb(247 243 233 / 0.5);
  border-right-color: rgb(247 243 233 / 0.5);
}

.border-x-merino-500\/55 {
  border-left-color: rgb(247 243 233 / 0.55);
  border-right-color: rgb(247 243 233 / 0.55);
}

.border-x-merino-500\/60 {
  border-left-color: rgb(247 243 233 / 0.6);
  border-right-color: rgb(247 243 233 / 0.6);
}

.border-x-merino-500\/65 {
  border-left-color: rgb(247 243 233 / 0.65);
  border-right-color: rgb(247 243 233 / 0.65);
}

.border-x-merino-500\/70 {
  border-left-color: rgb(247 243 233 / 0.7);
  border-right-color: rgb(247 243 233 / 0.7);
}

.border-x-merino-500\/75 {
  border-left-color: rgb(247 243 233 / 0.75);
  border-right-color: rgb(247 243 233 / 0.75);
}

.border-x-merino-500\/80 {
  border-left-color: rgb(247 243 233 / 0.8);
  border-right-color: rgb(247 243 233 / 0.8);
}

.border-x-merino-500\/85 {
  border-left-color: rgb(247 243 233 / 0.85);
  border-right-color: rgb(247 243 233 / 0.85);
}

.border-x-merino-500\/90 {
  border-left-color: rgb(247 243 233 / 0.9);
  border-right-color: rgb(247 243 233 / 0.9);
}

.border-x-merino-500\/95 {
  border-left-color: rgb(247 243 233 / 0.95);
  border-right-color: rgb(247 243 233 / 0.95);
}

.border-x-merino-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
  border-right-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-x-merino-600\/0 {
  border-left-color: rgb(221 204 161 / 0);
  border-right-color: rgb(221 204 161 / 0);
}

.border-x-merino-600\/10 {
  border-left-color: rgb(221 204 161 / 0.1);
  border-right-color: rgb(221 204 161 / 0.1);
}

.border-x-merino-600\/100 {
  border-left-color: rgb(221 204 161 / 1);
  border-right-color: rgb(221 204 161 / 1);
}

.border-x-merino-600\/15 {
  border-left-color: rgb(221 204 161 / 0.15);
  border-right-color: rgb(221 204 161 / 0.15);
}

.border-x-merino-600\/20 {
  border-left-color: rgb(221 204 161 / 0.2);
  border-right-color: rgb(221 204 161 / 0.2);
}

.border-x-merino-600\/25 {
  border-left-color: rgb(221 204 161 / 0.25);
  border-right-color: rgb(221 204 161 / 0.25);
}

.border-x-merino-600\/30 {
  border-left-color: rgb(221 204 161 / 0.3);
  border-right-color: rgb(221 204 161 / 0.3);
}

.border-x-merino-600\/35 {
  border-left-color: rgb(221 204 161 / 0.35);
  border-right-color: rgb(221 204 161 / 0.35);
}

.border-x-merino-600\/40 {
  border-left-color: rgb(221 204 161 / 0.4);
  border-right-color: rgb(221 204 161 / 0.4);
}

.border-x-merino-600\/45 {
  border-left-color: rgb(221 204 161 / 0.45);
  border-right-color: rgb(221 204 161 / 0.45);
}

.border-x-merino-600\/5 {
  border-left-color: rgb(221 204 161 / 0.05);
  border-right-color: rgb(221 204 161 / 0.05);
}

.border-x-merino-600\/50 {
  border-left-color: rgb(221 204 161 / 0.5);
  border-right-color: rgb(221 204 161 / 0.5);
}

.border-x-merino-600\/55 {
  border-left-color: rgb(221 204 161 / 0.55);
  border-right-color: rgb(221 204 161 / 0.55);
}

.border-x-merino-600\/60 {
  border-left-color: rgb(221 204 161 / 0.6);
  border-right-color: rgb(221 204 161 / 0.6);
}

.border-x-merino-600\/65 {
  border-left-color: rgb(221 204 161 / 0.65);
  border-right-color: rgb(221 204 161 / 0.65);
}

.border-x-merino-600\/70 {
  border-left-color: rgb(221 204 161 / 0.7);
  border-right-color: rgb(221 204 161 / 0.7);
}

.border-x-merino-600\/75 {
  border-left-color: rgb(221 204 161 / 0.75);
  border-right-color: rgb(221 204 161 / 0.75);
}

.border-x-merino-600\/80 {
  border-left-color: rgb(221 204 161 / 0.8);
  border-right-color: rgb(221 204 161 / 0.8);
}

.border-x-merino-600\/85 {
  border-left-color: rgb(221 204 161 / 0.85);
  border-right-color: rgb(221 204 161 / 0.85);
}

.border-x-merino-600\/90 {
  border-left-color: rgb(221 204 161 / 0.9);
  border-right-color: rgb(221 204 161 / 0.9);
}

.border-x-merino-600\/95 {
  border-left-color: rgb(221 204 161 / 0.95);
  border-right-color: rgb(221 204 161 / 0.95);
}

.border-x-merino-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
  border-right-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-x-merino-700\/0 {
  border-left-color: rgb(195 166 90 / 0);
  border-right-color: rgb(195 166 90 / 0);
}

.border-x-merino-700\/10 {
  border-left-color: rgb(195 166 90 / 0.1);
  border-right-color: rgb(195 166 90 / 0.1);
}

.border-x-merino-700\/100 {
  border-left-color: rgb(195 166 90 / 1);
  border-right-color: rgb(195 166 90 / 1);
}

.border-x-merino-700\/15 {
  border-left-color: rgb(195 166 90 / 0.15);
  border-right-color: rgb(195 166 90 / 0.15);
}

.border-x-merino-700\/20 {
  border-left-color: rgb(195 166 90 / 0.2);
  border-right-color: rgb(195 166 90 / 0.2);
}

.border-x-merino-700\/25 {
  border-left-color: rgb(195 166 90 / 0.25);
  border-right-color: rgb(195 166 90 / 0.25);
}

.border-x-merino-700\/30 {
  border-left-color: rgb(195 166 90 / 0.3);
  border-right-color: rgb(195 166 90 / 0.3);
}

.border-x-merino-700\/35 {
  border-left-color: rgb(195 166 90 / 0.35);
  border-right-color: rgb(195 166 90 / 0.35);
}

.border-x-merino-700\/40 {
  border-left-color: rgb(195 166 90 / 0.4);
  border-right-color: rgb(195 166 90 / 0.4);
}

.border-x-merino-700\/45 {
  border-left-color: rgb(195 166 90 / 0.45);
  border-right-color: rgb(195 166 90 / 0.45);
}

.border-x-merino-700\/5 {
  border-left-color: rgb(195 166 90 / 0.05);
  border-right-color: rgb(195 166 90 / 0.05);
}

.border-x-merino-700\/50 {
  border-left-color: rgb(195 166 90 / 0.5);
  border-right-color: rgb(195 166 90 / 0.5);
}

.border-x-merino-700\/55 {
  border-left-color: rgb(195 166 90 / 0.55);
  border-right-color: rgb(195 166 90 / 0.55);
}

.border-x-merino-700\/60 {
  border-left-color: rgb(195 166 90 / 0.6);
  border-right-color: rgb(195 166 90 / 0.6);
}

.border-x-merino-700\/65 {
  border-left-color: rgb(195 166 90 / 0.65);
  border-right-color: rgb(195 166 90 / 0.65);
}

.border-x-merino-700\/70 {
  border-left-color: rgb(195 166 90 / 0.7);
  border-right-color: rgb(195 166 90 / 0.7);
}

.border-x-merino-700\/75 {
  border-left-color: rgb(195 166 90 / 0.75);
  border-right-color: rgb(195 166 90 / 0.75);
}

.border-x-merino-700\/80 {
  border-left-color: rgb(195 166 90 / 0.8);
  border-right-color: rgb(195 166 90 / 0.8);
}

.border-x-merino-700\/85 {
  border-left-color: rgb(195 166 90 / 0.85);
  border-right-color: rgb(195 166 90 / 0.85);
}

.border-x-merino-700\/90 {
  border-left-color: rgb(195 166 90 / 0.9);
  border-right-color: rgb(195 166 90 / 0.9);
}

.border-x-merino-700\/95 {
  border-left-color: rgb(195 166 90 / 0.95);
  border-right-color: rgb(195 166 90 / 0.95);
}

.border-x-merino-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
  border-right-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-x-merino-800\/0 {
  border-left-color: rgb(142 117 52 / 0);
  border-right-color: rgb(142 117 52 / 0);
}

.border-x-merino-800\/10 {
  border-left-color: rgb(142 117 52 / 0.1);
  border-right-color: rgb(142 117 52 / 0.1);
}

.border-x-merino-800\/100 {
  border-left-color: rgb(142 117 52 / 1);
  border-right-color: rgb(142 117 52 / 1);
}

.border-x-merino-800\/15 {
  border-left-color: rgb(142 117 52 / 0.15);
  border-right-color: rgb(142 117 52 / 0.15);
}

.border-x-merino-800\/20 {
  border-left-color: rgb(142 117 52 / 0.2);
  border-right-color: rgb(142 117 52 / 0.2);
}

.border-x-merino-800\/25 {
  border-left-color: rgb(142 117 52 / 0.25);
  border-right-color: rgb(142 117 52 / 0.25);
}

.border-x-merino-800\/30 {
  border-left-color: rgb(142 117 52 / 0.3);
  border-right-color: rgb(142 117 52 / 0.3);
}

.border-x-merino-800\/35 {
  border-left-color: rgb(142 117 52 / 0.35);
  border-right-color: rgb(142 117 52 / 0.35);
}

.border-x-merino-800\/40 {
  border-left-color: rgb(142 117 52 / 0.4);
  border-right-color: rgb(142 117 52 / 0.4);
}

.border-x-merino-800\/45 {
  border-left-color: rgb(142 117 52 / 0.45);
  border-right-color: rgb(142 117 52 / 0.45);
}

.border-x-merino-800\/5 {
  border-left-color: rgb(142 117 52 / 0.05);
  border-right-color: rgb(142 117 52 / 0.05);
}

.border-x-merino-800\/50 {
  border-left-color: rgb(142 117 52 / 0.5);
  border-right-color: rgb(142 117 52 / 0.5);
}

.border-x-merino-800\/55 {
  border-left-color: rgb(142 117 52 / 0.55);
  border-right-color: rgb(142 117 52 / 0.55);
}

.border-x-merino-800\/60 {
  border-left-color: rgb(142 117 52 / 0.6);
  border-right-color: rgb(142 117 52 / 0.6);
}

.border-x-merino-800\/65 {
  border-left-color: rgb(142 117 52 / 0.65);
  border-right-color: rgb(142 117 52 / 0.65);
}

.border-x-merino-800\/70 {
  border-left-color: rgb(142 117 52 / 0.7);
  border-right-color: rgb(142 117 52 / 0.7);
}

.border-x-merino-800\/75 {
  border-left-color: rgb(142 117 52 / 0.75);
  border-right-color: rgb(142 117 52 / 0.75);
}

.border-x-merino-800\/80 {
  border-left-color: rgb(142 117 52 / 0.8);
  border-right-color: rgb(142 117 52 / 0.8);
}

.border-x-merino-800\/85 {
  border-left-color: rgb(142 117 52 / 0.85);
  border-right-color: rgb(142 117 52 / 0.85);
}

.border-x-merino-800\/90 {
  border-left-color: rgb(142 117 52 / 0.9);
  border-right-color: rgb(142 117 52 / 0.9);
}

.border-x-merino-800\/95 {
  border-left-color: rgb(142 117 52 / 0.95);
  border-right-color: rgb(142 117 52 / 0.95);
}

.border-x-merino-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
  border-right-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-x-merino-900\/0 {
  border-left-color: rgb(71 58 26 / 0);
  border-right-color: rgb(71 58 26 / 0);
}

.border-x-merino-900\/10 {
  border-left-color: rgb(71 58 26 / 0.1);
  border-right-color: rgb(71 58 26 / 0.1);
}

.border-x-merino-900\/100 {
  border-left-color: rgb(71 58 26 / 1);
  border-right-color: rgb(71 58 26 / 1);
}

.border-x-merino-900\/15 {
  border-left-color: rgb(71 58 26 / 0.15);
  border-right-color: rgb(71 58 26 / 0.15);
}

.border-x-merino-900\/20 {
  border-left-color: rgb(71 58 26 / 0.2);
  border-right-color: rgb(71 58 26 / 0.2);
}

.border-x-merino-900\/25 {
  border-left-color: rgb(71 58 26 / 0.25);
  border-right-color: rgb(71 58 26 / 0.25);
}

.border-x-merino-900\/30 {
  border-left-color: rgb(71 58 26 / 0.3);
  border-right-color: rgb(71 58 26 / 0.3);
}

.border-x-merino-900\/35 {
  border-left-color: rgb(71 58 26 / 0.35);
  border-right-color: rgb(71 58 26 / 0.35);
}

.border-x-merino-900\/40 {
  border-left-color: rgb(71 58 26 / 0.4);
  border-right-color: rgb(71 58 26 / 0.4);
}

.border-x-merino-900\/45 {
  border-left-color: rgb(71 58 26 / 0.45);
  border-right-color: rgb(71 58 26 / 0.45);
}

.border-x-merino-900\/5 {
  border-left-color: rgb(71 58 26 / 0.05);
  border-right-color: rgb(71 58 26 / 0.05);
}

.border-x-merino-900\/50 {
  border-left-color: rgb(71 58 26 / 0.5);
  border-right-color: rgb(71 58 26 / 0.5);
}

.border-x-merino-900\/55 {
  border-left-color: rgb(71 58 26 / 0.55);
  border-right-color: rgb(71 58 26 / 0.55);
}

.border-x-merino-900\/60 {
  border-left-color: rgb(71 58 26 / 0.6);
  border-right-color: rgb(71 58 26 / 0.6);
}

.border-x-merino-900\/65 {
  border-left-color: rgb(71 58 26 / 0.65);
  border-right-color: rgb(71 58 26 / 0.65);
}

.border-x-merino-900\/70 {
  border-left-color: rgb(71 58 26 / 0.7);
  border-right-color: rgb(71 58 26 / 0.7);
}

.border-x-merino-900\/75 {
  border-left-color: rgb(71 58 26 / 0.75);
  border-right-color: rgb(71 58 26 / 0.75);
}

.border-x-merino-900\/80 {
  border-left-color: rgb(71 58 26 / 0.8);
  border-right-color: rgb(71 58 26 / 0.8);
}

.border-x-merino-900\/85 {
  border-left-color: rgb(71 58 26 / 0.85);
  border-right-color: rgb(71 58 26 / 0.85);
}

.border-x-merino-900\/90 {
  border-left-color: rgb(71 58 26 / 0.9);
  border-right-color: rgb(71 58 26 / 0.9);
}

.border-x-merino-900\/95 {
  border-left-color: rgb(71 58 26 / 0.95);
  border-right-color: rgb(71 58 26 / 0.95);
}

.border-x-merino-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
  border-right-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-x-merino-950\/0 {
  border-left-color: rgb(34 28 12 / 0);
  border-right-color: rgb(34 28 12 / 0);
}

.border-x-merino-950\/10 {
  border-left-color: rgb(34 28 12 / 0.1);
  border-right-color: rgb(34 28 12 / 0.1);
}

.border-x-merino-950\/100 {
  border-left-color: rgb(34 28 12 / 1);
  border-right-color: rgb(34 28 12 / 1);
}

.border-x-merino-950\/15 {
  border-left-color: rgb(34 28 12 / 0.15);
  border-right-color: rgb(34 28 12 / 0.15);
}

.border-x-merino-950\/20 {
  border-left-color: rgb(34 28 12 / 0.2);
  border-right-color: rgb(34 28 12 / 0.2);
}

.border-x-merino-950\/25 {
  border-left-color: rgb(34 28 12 / 0.25);
  border-right-color: rgb(34 28 12 / 0.25);
}

.border-x-merino-950\/30 {
  border-left-color: rgb(34 28 12 / 0.3);
  border-right-color: rgb(34 28 12 / 0.3);
}

.border-x-merino-950\/35 {
  border-left-color: rgb(34 28 12 / 0.35);
  border-right-color: rgb(34 28 12 / 0.35);
}

.border-x-merino-950\/40 {
  border-left-color: rgb(34 28 12 / 0.4);
  border-right-color: rgb(34 28 12 / 0.4);
}

.border-x-merino-950\/45 {
  border-left-color: rgb(34 28 12 / 0.45);
  border-right-color: rgb(34 28 12 / 0.45);
}

.border-x-merino-950\/5 {
  border-left-color: rgb(34 28 12 / 0.05);
  border-right-color: rgb(34 28 12 / 0.05);
}

.border-x-merino-950\/50 {
  border-left-color: rgb(34 28 12 / 0.5);
  border-right-color: rgb(34 28 12 / 0.5);
}

.border-x-merino-950\/55 {
  border-left-color: rgb(34 28 12 / 0.55);
  border-right-color: rgb(34 28 12 / 0.55);
}

.border-x-merino-950\/60 {
  border-left-color: rgb(34 28 12 / 0.6);
  border-right-color: rgb(34 28 12 / 0.6);
}

.border-x-merino-950\/65 {
  border-left-color: rgb(34 28 12 / 0.65);
  border-right-color: rgb(34 28 12 / 0.65);
}

.border-x-merino-950\/70 {
  border-left-color: rgb(34 28 12 / 0.7);
  border-right-color: rgb(34 28 12 / 0.7);
}

.border-x-merino-950\/75 {
  border-left-color: rgb(34 28 12 / 0.75);
  border-right-color: rgb(34 28 12 / 0.75);
}

.border-x-merino-950\/80 {
  border-left-color: rgb(34 28 12 / 0.8);
  border-right-color: rgb(34 28 12 / 0.8);
}

.border-x-merino-950\/85 {
  border-left-color: rgb(34 28 12 / 0.85);
  border-right-color: rgb(34 28 12 / 0.85);
}

.border-x-merino-950\/90 {
  border-left-color: rgb(34 28 12 / 0.9);
  border-right-color: rgb(34 28 12 / 0.9);
}

.border-x-merino-950\/95 {
  border-left-color: rgb(34 28 12 / 0.95);
  border-right-color: rgb(34 28 12 / 0.95);
}

.border-x-midgrey {
  --tw-border-opacity: 1;
  border-left-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
  border-right-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-x-midgrey\/0 {
  border-left-color: rgb(117 119 124 / 0);
  border-right-color: rgb(117 119 124 / 0);
}

.border-x-midgrey\/10 {
  border-left-color: rgb(117 119 124 / 0.1);
  border-right-color: rgb(117 119 124 / 0.1);
}

.border-x-midgrey\/100 {
  border-left-color: rgb(117 119 124 / 1);
  border-right-color: rgb(117 119 124 / 1);
}

.border-x-midgrey\/15 {
  border-left-color: rgb(117 119 124 / 0.15);
  border-right-color: rgb(117 119 124 / 0.15);
}

.border-x-midgrey\/20 {
  border-left-color: rgb(117 119 124 / 0.2);
  border-right-color: rgb(117 119 124 / 0.2);
}

.border-x-midgrey\/25 {
  border-left-color: rgb(117 119 124 / 0.25);
  border-right-color: rgb(117 119 124 / 0.25);
}

.border-x-midgrey\/30 {
  border-left-color: rgb(117 119 124 / 0.3);
  border-right-color: rgb(117 119 124 / 0.3);
}

.border-x-midgrey\/35 {
  border-left-color: rgb(117 119 124 / 0.35);
  border-right-color: rgb(117 119 124 / 0.35);
}

.border-x-midgrey\/40 {
  border-left-color: rgb(117 119 124 / 0.4);
  border-right-color: rgb(117 119 124 / 0.4);
}

.border-x-midgrey\/45 {
  border-left-color: rgb(117 119 124 / 0.45);
  border-right-color: rgb(117 119 124 / 0.45);
}

.border-x-midgrey\/5 {
  border-left-color: rgb(117 119 124 / 0.05);
  border-right-color: rgb(117 119 124 / 0.05);
}

.border-x-midgrey\/50 {
  border-left-color: rgb(117 119 124 / 0.5);
  border-right-color: rgb(117 119 124 / 0.5);
}

.border-x-midgrey\/55 {
  border-left-color: rgb(117 119 124 / 0.55);
  border-right-color: rgb(117 119 124 / 0.55);
}

.border-x-midgrey\/60 {
  border-left-color: rgb(117 119 124 / 0.6);
  border-right-color: rgb(117 119 124 / 0.6);
}

.border-x-midgrey\/65 {
  border-left-color: rgb(117 119 124 / 0.65);
  border-right-color: rgb(117 119 124 / 0.65);
}

.border-x-midgrey\/70 {
  border-left-color: rgb(117 119 124 / 0.7);
  border-right-color: rgb(117 119 124 / 0.7);
}

.border-x-midgrey\/75 {
  border-left-color: rgb(117 119 124 / 0.75);
  border-right-color: rgb(117 119 124 / 0.75);
}

.border-x-midgrey\/80 {
  border-left-color: rgb(117 119 124 / 0.8);
  border-right-color: rgb(117 119 124 / 0.8);
}

.border-x-midgrey\/85 {
  border-left-color: rgb(117 119 124 / 0.85);
  border-right-color: rgb(117 119 124 / 0.85);
}

.border-x-midgrey\/90 {
  border-left-color: rgb(117 119 124 / 0.9);
  border-right-color: rgb(117 119 124 / 0.9);
}

.border-x-midgrey\/95 {
  border-left-color: rgb(117 119 124 / 0.95);
  border-right-color: rgb(117 119 124 / 0.95);
}

.border-x-offWhite {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-x-offWhite\/0 {
  border-left-color: rgb(217 217 217 / 0);
  border-right-color: rgb(217 217 217 / 0);
}

.border-x-offWhite\/10 {
  border-left-color: rgb(217 217 217 / 0.1);
  border-right-color: rgb(217 217 217 / 0.1);
}

.border-x-offWhite\/100 {
  border-left-color: rgb(217 217 217 / 1);
  border-right-color: rgb(217 217 217 / 1);
}

.border-x-offWhite\/15 {
  border-left-color: rgb(217 217 217 / 0.15);
  border-right-color: rgb(217 217 217 / 0.15);
}

.border-x-offWhite\/20 {
  border-left-color: rgb(217 217 217 / 0.2);
  border-right-color: rgb(217 217 217 / 0.2);
}

.border-x-offWhite\/25 {
  border-left-color: rgb(217 217 217 / 0.25);
  border-right-color: rgb(217 217 217 / 0.25);
}

.border-x-offWhite\/30 {
  border-left-color: rgb(217 217 217 / 0.3);
  border-right-color: rgb(217 217 217 / 0.3);
}

.border-x-offWhite\/35 {
  border-left-color: rgb(217 217 217 / 0.35);
  border-right-color: rgb(217 217 217 / 0.35);
}

.border-x-offWhite\/40 {
  border-left-color: rgb(217 217 217 / 0.4);
  border-right-color: rgb(217 217 217 / 0.4);
}

.border-x-offWhite\/45 {
  border-left-color: rgb(217 217 217 / 0.45);
  border-right-color: rgb(217 217 217 / 0.45);
}

.border-x-offWhite\/5 {
  border-left-color: rgb(217 217 217 / 0.05);
  border-right-color: rgb(217 217 217 / 0.05);
}

.border-x-offWhite\/50 {
  border-left-color: rgb(217 217 217 / 0.5);
  border-right-color: rgb(217 217 217 / 0.5);
}

.border-x-offWhite\/55 {
  border-left-color: rgb(217 217 217 / 0.55);
  border-right-color: rgb(217 217 217 / 0.55);
}

.border-x-offWhite\/60 {
  border-left-color: rgb(217 217 217 / 0.6);
  border-right-color: rgb(217 217 217 / 0.6);
}

.border-x-offWhite\/65 {
  border-left-color: rgb(217 217 217 / 0.65);
  border-right-color: rgb(217 217 217 / 0.65);
}

.border-x-offWhite\/70 {
  border-left-color: rgb(217 217 217 / 0.7);
  border-right-color: rgb(217 217 217 / 0.7);
}

.border-x-offWhite\/75 {
  border-left-color: rgb(217 217 217 / 0.75);
  border-right-color: rgb(217 217 217 / 0.75);
}

.border-x-offWhite\/80 {
  border-left-color: rgb(217 217 217 / 0.8);
  border-right-color: rgb(217 217 217 / 0.8);
}

.border-x-offWhite\/85 {
  border-left-color: rgb(217 217 217 / 0.85);
  border-right-color: rgb(217 217 217 / 0.85);
}

.border-x-offWhite\/90 {
  border-left-color: rgb(217 217 217 / 0.9);
  border-right-color: rgb(217 217 217 / 0.9);
}

.border-x-offWhite\/95 {
  border-left-color: rgb(217 217 217 / 0.95);
  border-right-color: rgb(217 217 217 / 0.95);
}

.border-x-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-x-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}

.border-x-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-x-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}

.border-x-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-x-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-x-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-x-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-x-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-x-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-x-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-x-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-x-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-x-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-x-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-x-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-x-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-x-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-x-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-x-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-x-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-x-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}

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

.border-y-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-y-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-y-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-y-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-y-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-y-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-y-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-y-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-y-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-y-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-y-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-y-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-y-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-y-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-y-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-y-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-y-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-y-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-y-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-y-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-y-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-y-flamingo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-100\/0 {
  border-top-color: rgb(252 222 217 / 0);
  border-bottom-color: rgb(252 222 217 / 0);
}

.border-y-flamingo-100\/10 {
  border-top-color: rgb(252 222 217 / 0.1);
  border-bottom-color: rgb(252 222 217 / 0.1);
}

.border-y-flamingo-100\/100 {
  border-top-color: rgb(252 222 217 / 1);
  border-bottom-color: rgb(252 222 217 / 1);
}

.border-y-flamingo-100\/15 {
  border-top-color: rgb(252 222 217 / 0.15);
  border-bottom-color: rgb(252 222 217 / 0.15);
}

.border-y-flamingo-100\/20 {
  border-top-color: rgb(252 222 217 / 0.2);
  border-bottom-color: rgb(252 222 217 / 0.2);
}

.border-y-flamingo-100\/25 {
  border-top-color: rgb(252 222 217 / 0.25);
  border-bottom-color: rgb(252 222 217 / 0.25);
}

.border-y-flamingo-100\/30 {
  border-top-color: rgb(252 222 217 / 0.3);
  border-bottom-color: rgb(252 222 217 / 0.3);
}

.border-y-flamingo-100\/35 {
  border-top-color: rgb(252 222 217 / 0.35);
  border-bottom-color: rgb(252 222 217 / 0.35);
}

.border-y-flamingo-100\/40 {
  border-top-color: rgb(252 222 217 / 0.4);
  border-bottom-color: rgb(252 222 217 / 0.4);
}

.border-y-flamingo-100\/45 {
  border-top-color: rgb(252 222 217 / 0.45);
  border-bottom-color: rgb(252 222 217 / 0.45);
}

.border-y-flamingo-100\/5 {
  border-top-color: rgb(252 222 217 / 0.05);
  border-bottom-color: rgb(252 222 217 / 0.05);
}

.border-y-flamingo-100\/50 {
  border-top-color: rgb(252 222 217 / 0.5);
  border-bottom-color: rgb(252 222 217 / 0.5);
}

.border-y-flamingo-100\/55 {
  border-top-color: rgb(252 222 217 / 0.55);
  border-bottom-color: rgb(252 222 217 / 0.55);
}

.border-y-flamingo-100\/60 {
  border-top-color: rgb(252 222 217 / 0.6);
  border-bottom-color: rgb(252 222 217 / 0.6);
}

.border-y-flamingo-100\/65 {
  border-top-color: rgb(252 222 217 / 0.65);
  border-bottom-color: rgb(252 222 217 / 0.65);
}

.border-y-flamingo-100\/70 {
  border-top-color: rgb(252 222 217 / 0.7);
  border-bottom-color: rgb(252 222 217 / 0.7);
}

.border-y-flamingo-100\/75 {
  border-top-color: rgb(252 222 217 / 0.75);
  border-bottom-color: rgb(252 222 217 / 0.75);
}

.border-y-flamingo-100\/80 {
  border-top-color: rgb(252 222 217 / 0.8);
  border-bottom-color: rgb(252 222 217 / 0.8);
}

.border-y-flamingo-100\/85 {
  border-top-color: rgb(252 222 217 / 0.85);
  border-bottom-color: rgb(252 222 217 / 0.85);
}

.border-y-flamingo-100\/90 {
  border-top-color: rgb(252 222 217 / 0.9);
  border-bottom-color: rgb(252 222 217 / 0.9);
}

.border-y-flamingo-100\/95 {
  border-top-color: rgb(252 222 217 / 0.95);
  border-bottom-color: rgb(252 222 217 / 0.95);
}

.border-y-flamingo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-200\/0 {
  border-top-color: rgb(249 189 179 / 0);
  border-bottom-color: rgb(249 189 179 / 0);
}

.border-y-flamingo-200\/10 {
  border-top-color: rgb(249 189 179 / 0.1);
  border-bottom-color: rgb(249 189 179 / 0.1);
}

.border-y-flamingo-200\/100 {
  border-top-color: rgb(249 189 179 / 1);
  border-bottom-color: rgb(249 189 179 / 1);
}

.border-y-flamingo-200\/15 {
  border-top-color: rgb(249 189 179 / 0.15);
  border-bottom-color: rgb(249 189 179 / 0.15);
}

.border-y-flamingo-200\/20 {
  border-top-color: rgb(249 189 179 / 0.2);
  border-bottom-color: rgb(249 189 179 / 0.2);
}

.border-y-flamingo-200\/25 {
  border-top-color: rgb(249 189 179 / 0.25);
  border-bottom-color: rgb(249 189 179 / 0.25);
}

.border-y-flamingo-200\/30 {
  border-top-color: rgb(249 189 179 / 0.3);
  border-bottom-color: rgb(249 189 179 / 0.3);
}

.border-y-flamingo-200\/35 {
  border-top-color: rgb(249 189 179 / 0.35);
  border-bottom-color: rgb(249 189 179 / 0.35);
}

.border-y-flamingo-200\/40 {
  border-top-color: rgb(249 189 179 / 0.4);
  border-bottom-color: rgb(249 189 179 / 0.4);
}

.border-y-flamingo-200\/45 {
  border-top-color: rgb(249 189 179 / 0.45);
  border-bottom-color: rgb(249 189 179 / 0.45);
}

.border-y-flamingo-200\/5 {
  border-top-color: rgb(249 189 179 / 0.05);
  border-bottom-color: rgb(249 189 179 / 0.05);
}

.border-y-flamingo-200\/50 {
  border-top-color: rgb(249 189 179 / 0.5);
  border-bottom-color: rgb(249 189 179 / 0.5);
}

.border-y-flamingo-200\/55 {
  border-top-color: rgb(249 189 179 / 0.55);
  border-bottom-color: rgb(249 189 179 / 0.55);
}

.border-y-flamingo-200\/60 {
  border-top-color: rgb(249 189 179 / 0.6);
  border-bottom-color: rgb(249 189 179 / 0.6);
}

.border-y-flamingo-200\/65 {
  border-top-color: rgb(249 189 179 / 0.65);
  border-bottom-color: rgb(249 189 179 / 0.65);
}

.border-y-flamingo-200\/70 {
  border-top-color: rgb(249 189 179 / 0.7);
  border-bottom-color: rgb(249 189 179 / 0.7);
}

.border-y-flamingo-200\/75 {
  border-top-color: rgb(249 189 179 / 0.75);
  border-bottom-color: rgb(249 189 179 / 0.75);
}

.border-y-flamingo-200\/80 {
  border-top-color: rgb(249 189 179 / 0.8);
  border-bottom-color: rgb(249 189 179 / 0.8);
}

.border-y-flamingo-200\/85 {
  border-top-color: rgb(249 189 179 / 0.85);
  border-bottom-color: rgb(249 189 179 / 0.85);
}

.border-y-flamingo-200\/90 {
  border-top-color: rgb(249 189 179 / 0.9);
  border-bottom-color: rgb(249 189 179 / 0.9);
}

.border-y-flamingo-200\/95 {
  border-top-color: rgb(249 189 179 / 0.95);
  border-bottom-color: rgb(249 189 179 / 0.95);
}

.border-y-flamingo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-300\/0 {
  border-top-color: rgb(246 155 141 / 0);
  border-bottom-color: rgb(246 155 141 / 0);
}

.border-y-flamingo-300\/10 {
  border-top-color: rgb(246 155 141 / 0.1);
  border-bottom-color: rgb(246 155 141 / 0.1);
}

.border-y-flamingo-300\/100 {
  border-top-color: rgb(246 155 141 / 1);
  border-bottom-color: rgb(246 155 141 / 1);
}

.border-y-flamingo-300\/15 {
  border-top-color: rgb(246 155 141 / 0.15);
  border-bottom-color: rgb(246 155 141 / 0.15);
}

.border-y-flamingo-300\/20 {
  border-top-color: rgb(246 155 141 / 0.2);
  border-bottom-color: rgb(246 155 141 / 0.2);
}

.border-y-flamingo-300\/25 {
  border-top-color: rgb(246 155 141 / 0.25);
  border-bottom-color: rgb(246 155 141 / 0.25);
}

.border-y-flamingo-300\/30 {
  border-top-color: rgb(246 155 141 / 0.3);
  border-bottom-color: rgb(246 155 141 / 0.3);
}

.border-y-flamingo-300\/35 {
  border-top-color: rgb(246 155 141 / 0.35);
  border-bottom-color: rgb(246 155 141 / 0.35);
}

.border-y-flamingo-300\/40 {
  border-top-color: rgb(246 155 141 / 0.4);
  border-bottom-color: rgb(246 155 141 / 0.4);
}

.border-y-flamingo-300\/45 {
  border-top-color: rgb(246 155 141 / 0.45);
  border-bottom-color: rgb(246 155 141 / 0.45);
}

.border-y-flamingo-300\/5 {
  border-top-color: rgb(246 155 141 / 0.05);
  border-bottom-color: rgb(246 155 141 / 0.05);
}

.border-y-flamingo-300\/50 {
  border-top-color: rgb(246 155 141 / 0.5);
  border-bottom-color: rgb(246 155 141 / 0.5);
}

.border-y-flamingo-300\/55 {
  border-top-color: rgb(246 155 141 / 0.55);
  border-bottom-color: rgb(246 155 141 / 0.55);
}

.border-y-flamingo-300\/60 {
  border-top-color: rgb(246 155 141 / 0.6);
  border-bottom-color: rgb(246 155 141 / 0.6);
}

.border-y-flamingo-300\/65 {
  border-top-color: rgb(246 155 141 / 0.65);
  border-bottom-color: rgb(246 155 141 / 0.65);
}

.border-y-flamingo-300\/70 {
  border-top-color: rgb(246 155 141 / 0.7);
  border-bottom-color: rgb(246 155 141 / 0.7);
}

.border-y-flamingo-300\/75 {
  border-top-color: rgb(246 155 141 / 0.75);
  border-bottom-color: rgb(246 155 141 / 0.75);
}

.border-y-flamingo-300\/80 {
  border-top-color: rgb(246 155 141 / 0.8);
  border-bottom-color: rgb(246 155 141 / 0.8);
}

.border-y-flamingo-300\/85 {
  border-top-color: rgb(246 155 141 / 0.85);
  border-bottom-color: rgb(246 155 141 / 0.85);
}

.border-y-flamingo-300\/90 {
  border-top-color: rgb(246 155 141 / 0.9);
  border-bottom-color: rgb(246 155 141 / 0.9);
}

.border-y-flamingo-300\/95 {
  border-top-color: rgb(246 155 141 / 0.95);
  border-bottom-color: rgb(246 155 141 / 0.95);
}

.border-y-flamingo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-400\/0 {
  border-top-color: rgb(243 122 104 / 0);
  border-bottom-color: rgb(243 122 104 / 0);
}

.border-y-flamingo-400\/10 {
  border-top-color: rgb(243 122 104 / 0.1);
  border-bottom-color: rgb(243 122 104 / 0.1);
}

.border-y-flamingo-400\/100 {
  border-top-color: rgb(243 122 104 / 1);
  border-bottom-color: rgb(243 122 104 / 1);
}

.border-y-flamingo-400\/15 {
  border-top-color: rgb(243 122 104 / 0.15);
  border-bottom-color: rgb(243 122 104 / 0.15);
}

.border-y-flamingo-400\/20 {
  border-top-color: rgb(243 122 104 / 0.2);
  border-bottom-color: rgb(243 122 104 / 0.2);
}

.border-y-flamingo-400\/25 {
  border-top-color: rgb(243 122 104 / 0.25);
  border-bottom-color: rgb(243 122 104 / 0.25);
}

.border-y-flamingo-400\/30 {
  border-top-color: rgb(243 122 104 / 0.3);
  border-bottom-color: rgb(243 122 104 / 0.3);
}

.border-y-flamingo-400\/35 {
  border-top-color: rgb(243 122 104 / 0.35);
  border-bottom-color: rgb(243 122 104 / 0.35);
}

.border-y-flamingo-400\/40 {
  border-top-color: rgb(243 122 104 / 0.4);
  border-bottom-color: rgb(243 122 104 / 0.4);
}

.border-y-flamingo-400\/45 {
  border-top-color: rgb(243 122 104 / 0.45);
  border-bottom-color: rgb(243 122 104 / 0.45);
}

.border-y-flamingo-400\/5 {
  border-top-color: rgb(243 122 104 / 0.05);
  border-bottom-color: rgb(243 122 104 / 0.05);
}

.border-y-flamingo-400\/50 {
  border-top-color: rgb(243 122 104 / 0.5);
  border-bottom-color: rgb(243 122 104 / 0.5);
}

.border-y-flamingo-400\/55 {
  border-top-color: rgb(243 122 104 / 0.55);
  border-bottom-color: rgb(243 122 104 / 0.55);
}

.border-y-flamingo-400\/60 {
  border-top-color: rgb(243 122 104 / 0.6);
  border-bottom-color: rgb(243 122 104 / 0.6);
}

.border-y-flamingo-400\/65 {
  border-top-color: rgb(243 122 104 / 0.65);
  border-bottom-color: rgb(243 122 104 / 0.65);
}

.border-y-flamingo-400\/70 {
  border-top-color: rgb(243 122 104 / 0.7);
  border-bottom-color: rgb(243 122 104 / 0.7);
}

.border-y-flamingo-400\/75 {
  border-top-color: rgb(243 122 104 / 0.75);
  border-bottom-color: rgb(243 122 104 / 0.75);
}

.border-y-flamingo-400\/80 {
  border-top-color: rgb(243 122 104 / 0.8);
  border-bottom-color: rgb(243 122 104 / 0.8);
}

.border-y-flamingo-400\/85 {
  border-top-color: rgb(243 122 104 / 0.85);
  border-bottom-color: rgb(243 122 104 / 0.85);
}

.border-y-flamingo-400\/90 {
  border-top-color: rgb(243 122 104 / 0.9);
  border-bottom-color: rgb(243 122 104 / 0.9);
}

.border-y-flamingo-400\/95 {
  border-top-color: rgb(243 122 104 / 0.95);
  border-bottom-color: rgb(243 122 104 / 0.95);
}

.border-y-flamingo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-50\/0 {
  border-top-color: rgb(254 238 236 / 0);
  border-bottom-color: rgb(254 238 236 / 0);
}

.border-y-flamingo-50\/10 {
  border-top-color: rgb(254 238 236 / 0.1);
  border-bottom-color: rgb(254 238 236 / 0.1);
}

.border-y-flamingo-50\/100 {
  border-top-color: rgb(254 238 236 / 1);
  border-bottom-color: rgb(254 238 236 / 1);
}

.border-y-flamingo-50\/15 {
  border-top-color: rgb(254 238 236 / 0.15);
  border-bottom-color: rgb(254 238 236 / 0.15);
}

.border-y-flamingo-50\/20 {
  border-top-color: rgb(254 238 236 / 0.2);
  border-bottom-color: rgb(254 238 236 / 0.2);
}

.border-y-flamingo-50\/25 {
  border-top-color: rgb(254 238 236 / 0.25);
  border-bottom-color: rgb(254 238 236 / 0.25);
}

.border-y-flamingo-50\/30 {
  border-top-color: rgb(254 238 236 / 0.3);
  border-bottom-color: rgb(254 238 236 / 0.3);
}

.border-y-flamingo-50\/35 {
  border-top-color: rgb(254 238 236 / 0.35);
  border-bottom-color: rgb(254 238 236 / 0.35);
}

.border-y-flamingo-50\/40 {
  border-top-color: rgb(254 238 236 / 0.4);
  border-bottom-color: rgb(254 238 236 / 0.4);
}

.border-y-flamingo-50\/45 {
  border-top-color: rgb(254 238 236 / 0.45);
  border-bottom-color: rgb(254 238 236 / 0.45);
}

.border-y-flamingo-50\/5 {
  border-top-color: rgb(254 238 236 / 0.05);
  border-bottom-color: rgb(254 238 236 / 0.05);
}

.border-y-flamingo-50\/50 {
  border-top-color: rgb(254 238 236 / 0.5);
  border-bottom-color: rgb(254 238 236 / 0.5);
}

.border-y-flamingo-50\/55 {
  border-top-color: rgb(254 238 236 / 0.55);
  border-bottom-color: rgb(254 238 236 / 0.55);
}

.border-y-flamingo-50\/60 {
  border-top-color: rgb(254 238 236 / 0.6);
  border-bottom-color: rgb(254 238 236 / 0.6);
}

.border-y-flamingo-50\/65 {
  border-top-color: rgb(254 238 236 / 0.65);
  border-bottom-color: rgb(254 238 236 / 0.65);
}

.border-y-flamingo-50\/70 {
  border-top-color: rgb(254 238 236 / 0.7);
  border-bottom-color: rgb(254 238 236 / 0.7);
}

.border-y-flamingo-50\/75 {
  border-top-color: rgb(254 238 236 / 0.75);
  border-bottom-color: rgb(254 238 236 / 0.75);
}

.border-y-flamingo-50\/80 {
  border-top-color: rgb(254 238 236 / 0.8);
  border-bottom-color: rgb(254 238 236 / 0.8);
}

.border-y-flamingo-50\/85 {
  border-top-color: rgb(254 238 236 / 0.85);
  border-bottom-color: rgb(254 238 236 / 0.85);
}

.border-y-flamingo-50\/90 {
  border-top-color: rgb(254 238 236 / 0.9);
  border-bottom-color: rgb(254 238 236 / 0.9);
}

.border-y-flamingo-50\/95 {
  border-top-color: rgb(254 238 236 / 0.95);
  border-bottom-color: rgb(254 238 236 / 0.95);
}

.border-y-flamingo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-500\/0 {
  border-top-color: rgb(240 88 63 / 0);
  border-bottom-color: rgb(240 88 63 / 0);
}

.border-y-flamingo-500\/10 {
  border-top-color: rgb(240 88 63 / 0.1);
  border-bottom-color: rgb(240 88 63 / 0.1);
}

.border-y-flamingo-500\/100 {
  border-top-color: rgb(240 88 63 / 1);
  border-bottom-color: rgb(240 88 63 / 1);
}

.border-y-flamingo-500\/15 {
  border-top-color: rgb(240 88 63 / 0.15);
  border-bottom-color: rgb(240 88 63 / 0.15);
}

.border-y-flamingo-500\/20 {
  border-top-color: rgb(240 88 63 / 0.2);
  border-bottom-color: rgb(240 88 63 / 0.2);
}

.border-y-flamingo-500\/25 {
  border-top-color: rgb(240 88 63 / 0.25);
  border-bottom-color: rgb(240 88 63 / 0.25);
}

.border-y-flamingo-500\/30 {
  border-top-color: rgb(240 88 63 / 0.3);
  border-bottom-color: rgb(240 88 63 / 0.3);
}

.border-y-flamingo-500\/35 {
  border-top-color: rgb(240 88 63 / 0.35);
  border-bottom-color: rgb(240 88 63 / 0.35);
}

.border-y-flamingo-500\/40 {
  border-top-color: rgb(240 88 63 / 0.4);
  border-bottom-color: rgb(240 88 63 / 0.4);
}

.border-y-flamingo-500\/45 {
  border-top-color: rgb(240 88 63 / 0.45);
  border-bottom-color: rgb(240 88 63 / 0.45);
}

.border-y-flamingo-500\/5 {
  border-top-color: rgb(240 88 63 / 0.05);
  border-bottom-color: rgb(240 88 63 / 0.05);
}

.border-y-flamingo-500\/50 {
  border-top-color: rgb(240 88 63 / 0.5);
  border-bottom-color: rgb(240 88 63 / 0.5);
}

.border-y-flamingo-500\/55 {
  border-top-color: rgb(240 88 63 / 0.55);
  border-bottom-color: rgb(240 88 63 / 0.55);
}

.border-y-flamingo-500\/60 {
  border-top-color: rgb(240 88 63 / 0.6);
  border-bottom-color: rgb(240 88 63 / 0.6);
}

.border-y-flamingo-500\/65 {
  border-top-color: rgb(240 88 63 / 0.65);
  border-bottom-color: rgb(240 88 63 / 0.65);
}

.border-y-flamingo-500\/70 {
  border-top-color: rgb(240 88 63 / 0.7);
  border-bottom-color: rgb(240 88 63 / 0.7);
}

.border-y-flamingo-500\/75 {
  border-top-color: rgb(240 88 63 / 0.75);
  border-bottom-color: rgb(240 88 63 / 0.75);
}

.border-y-flamingo-500\/80 {
  border-top-color: rgb(240 88 63 / 0.8);
  border-bottom-color: rgb(240 88 63 / 0.8);
}

.border-y-flamingo-500\/85 {
  border-top-color: rgb(240 88 63 / 0.85);
  border-bottom-color: rgb(240 88 63 / 0.85);
}

.border-y-flamingo-500\/90 {
  border-top-color: rgb(240 88 63 / 0.9);
  border-bottom-color: rgb(240 88 63 / 0.9);
}

.border-y-flamingo-500\/95 {
  border-top-color: rgb(240 88 63 / 0.95);
  border-bottom-color: rgb(240 88 63 / 0.95);
}

.border-y-flamingo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-600\/0 {
  border-top-color: rgb(227 46 18 / 0);
  border-bottom-color: rgb(227 46 18 / 0);
}

.border-y-flamingo-600\/10 {
  border-top-color: rgb(227 46 18 / 0.1);
  border-bottom-color: rgb(227 46 18 / 0.1);
}

.border-y-flamingo-600\/100 {
  border-top-color: rgb(227 46 18 / 1);
  border-bottom-color: rgb(227 46 18 / 1);
}

.border-y-flamingo-600\/15 {
  border-top-color: rgb(227 46 18 / 0.15);
  border-bottom-color: rgb(227 46 18 / 0.15);
}

.border-y-flamingo-600\/20 {
  border-top-color: rgb(227 46 18 / 0.2);
  border-bottom-color: rgb(227 46 18 / 0.2);
}

.border-y-flamingo-600\/25 {
  border-top-color: rgb(227 46 18 / 0.25);
  border-bottom-color: rgb(227 46 18 / 0.25);
}

.border-y-flamingo-600\/30 {
  border-top-color: rgb(227 46 18 / 0.3);
  border-bottom-color: rgb(227 46 18 / 0.3);
}

.border-y-flamingo-600\/35 {
  border-top-color: rgb(227 46 18 / 0.35);
  border-bottom-color: rgb(227 46 18 / 0.35);
}

.border-y-flamingo-600\/40 {
  border-top-color: rgb(227 46 18 / 0.4);
  border-bottom-color: rgb(227 46 18 / 0.4);
}

.border-y-flamingo-600\/45 {
  border-top-color: rgb(227 46 18 / 0.45);
  border-bottom-color: rgb(227 46 18 / 0.45);
}

.border-y-flamingo-600\/5 {
  border-top-color: rgb(227 46 18 / 0.05);
  border-bottom-color: rgb(227 46 18 / 0.05);
}

.border-y-flamingo-600\/50 {
  border-top-color: rgb(227 46 18 / 0.5);
  border-bottom-color: rgb(227 46 18 / 0.5);
}

.border-y-flamingo-600\/55 {
  border-top-color: rgb(227 46 18 / 0.55);
  border-bottom-color: rgb(227 46 18 / 0.55);
}

.border-y-flamingo-600\/60 {
  border-top-color: rgb(227 46 18 / 0.6);
  border-bottom-color: rgb(227 46 18 / 0.6);
}

.border-y-flamingo-600\/65 {
  border-top-color: rgb(227 46 18 / 0.65);
  border-bottom-color: rgb(227 46 18 / 0.65);
}

.border-y-flamingo-600\/70 {
  border-top-color: rgb(227 46 18 / 0.7);
  border-bottom-color: rgb(227 46 18 / 0.7);
}

.border-y-flamingo-600\/75 {
  border-top-color: rgb(227 46 18 / 0.75);
  border-bottom-color: rgb(227 46 18 / 0.75);
}

.border-y-flamingo-600\/80 {
  border-top-color: rgb(227 46 18 / 0.8);
  border-bottom-color: rgb(227 46 18 / 0.8);
}

.border-y-flamingo-600\/85 {
  border-top-color: rgb(227 46 18 / 0.85);
  border-bottom-color: rgb(227 46 18 / 0.85);
}

.border-y-flamingo-600\/90 {
  border-top-color: rgb(227 46 18 / 0.9);
  border-bottom-color: rgb(227 46 18 / 0.9);
}

.border-y-flamingo-600\/95 {
  border-top-color: rgb(227 46 18 / 0.95);
  border-bottom-color: rgb(227 46 18 / 0.95);
}

.border-y-flamingo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-700\/0 {
  border-top-color: rgb(170 34 13 / 0);
  border-bottom-color: rgb(170 34 13 / 0);
}

.border-y-flamingo-700\/10 {
  border-top-color: rgb(170 34 13 / 0.1);
  border-bottom-color: rgb(170 34 13 / 0.1);
}

.border-y-flamingo-700\/100 {
  border-top-color: rgb(170 34 13 / 1);
  border-bottom-color: rgb(170 34 13 / 1);
}

.border-y-flamingo-700\/15 {
  border-top-color: rgb(170 34 13 / 0.15);
  border-bottom-color: rgb(170 34 13 / 0.15);
}

.border-y-flamingo-700\/20 {
  border-top-color: rgb(170 34 13 / 0.2);
  border-bottom-color: rgb(170 34 13 / 0.2);
}

.border-y-flamingo-700\/25 {
  border-top-color: rgb(170 34 13 / 0.25);
  border-bottom-color: rgb(170 34 13 / 0.25);
}

.border-y-flamingo-700\/30 {
  border-top-color: rgb(170 34 13 / 0.3);
  border-bottom-color: rgb(170 34 13 / 0.3);
}

.border-y-flamingo-700\/35 {
  border-top-color: rgb(170 34 13 / 0.35);
  border-bottom-color: rgb(170 34 13 / 0.35);
}

.border-y-flamingo-700\/40 {
  border-top-color: rgb(170 34 13 / 0.4);
  border-bottom-color: rgb(170 34 13 / 0.4);
}

.border-y-flamingo-700\/45 {
  border-top-color: rgb(170 34 13 / 0.45);
  border-bottom-color: rgb(170 34 13 / 0.45);
}

.border-y-flamingo-700\/5 {
  border-top-color: rgb(170 34 13 / 0.05);
  border-bottom-color: rgb(170 34 13 / 0.05);
}

.border-y-flamingo-700\/50 {
  border-top-color: rgb(170 34 13 / 0.5);
  border-bottom-color: rgb(170 34 13 / 0.5);
}

.border-y-flamingo-700\/55 {
  border-top-color: rgb(170 34 13 / 0.55);
  border-bottom-color: rgb(170 34 13 / 0.55);
}

.border-y-flamingo-700\/60 {
  border-top-color: rgb(170 34 13 / 0.6);
  border-bottom-color: rgb(170 34 13 / 0.6);
}

.border-y-flamingo-700\/65 {
  border-top-color: rgb(170 34 13 / 0.65);
  border-bottom-color: rgb(170 34 13 / 0.65);
}

.border-y-flamingo-700\/70 {
  border-top-color: rgb(170 34 13 / 0.7);
  border-bottom-color: rgb(170 34 13 / 0.7);
}

.border-y-flamingo-700\/75 {
  border-top-color: rgb(170 34 13 / 0.75);
  border-bottom-color: rgb(170 34 13 / 0.75);
}

.border-y-flamingo-700\/80 {
  border-top-color: rgb(170 34 13 / 0.8);
  border-bottom-color: rgb(170 34 13 / 0.8);
}

.border-y-flamingo-700\/85 {
  border-top-color: rgb(170 34 13 / 0.85);
  border-bottom-color: rgb(170 34 13 / 0.85);
}

.border-y-flamingo-700\/90 {
  border-top-color: rgb(170 34 13 / 0.9);
  border-bottom-color: rgb(170 34 13 / 0.9);
}

.border-y-flamingo-700\/95 {
  border-top-color: rgb(170 34 13 / 0.95);
  border-bottom-color: rgb(170 34 13 / 0.95);
}

.border-y-flamingo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-800\/0 {
  border-top-color: rgb(114 23 9 / 0);
  border-bottom-color: rgb(114 23 9 / 0);
}

.border-y-flamingo-800\/10 {
  border-top-color: rgb(114 23 9 / 0.1);
  border-bottom-color: rgb(114 23 9 / 0.1);
}

.border-y-flamingo-800\/100 {
  border-top-color: rgb(114 23 9 / 1);
  border-bottom-color: rgb(114 23 9 / 1);
}

.border-y-flamingo-800\/15 {
  border-top-color: rgb(114 23 9 / 0.15);
  border-bottom-color: rgb(114 23 9 / 0.15);
}

.border-y-flamingo-800\/20 {
  border-top-color: rgb(114 23 9 / 0.2);
  border-bottom-color: rgb(114 23 9 / 0.2);
}

.border-y-flamingo-800\/25 {
  border-top-color: rgb(114 23 9 / 0.25);
  border-bottom-color: rgb(114 23 9 / 0.25);
}

.border-y-flamingo-800\/30 {
  border-top-color: rgb(114 23 9 / 0.3);
  border-bottom-color: rgb(114 23 9 / 0.3);
}

.border-y-flamingo-800\/35 {
  border-top-color: rgb(114 23 9 / 0.35);
  border-bottom-color: rgb(114 23 9 / 0.35);
}

.border-y-flamingo-800\/40 {
  border-top-color: rgb(114 23 9 / 0.4);
  border-bottom-color: rgb(114 23 9 / 0.4);
}

.border-y-flamingo-800\/45 {
  border-top-color: rgb(114 23 9 / 0.45);
  border-bottom-color: rgb(114 23 9 / 0.45);
}

.border-y-flamingo-800\/5 {
  border-top-color: rgb(114 23 9 / 0.05);
  border-bottom-color: rgb(114 23 9 / 0.05);
}

.border-y-flamingo-800\/50 {
  border-top-color: rgb(114 23 9 / 0.5);
  border-bottom-color: rgb(114 23 9 / 0.5);
}

.border-y-flamingo-800\/55 {
  border-top-color: rgb(114 23 9 / 0.55);
  border-bottom-color: rgb(114 23 9 / 0.55);
}

.border-y-flamingo-800\/60 {
  border-top-color: rgb(114 23 9 / 0.6);
  border-bottom-color: rgb(114 23 9 / 0.6);
}

.border-y-flamingo-800\/65 {
  border-top-color: rgb(114 23 9 / 0.65);
  border-bottom-color: rgb(114 23 9 / 0.65);
}

.border-y-flamingo-800\/70 {
  border-top-color: rgb(114 23 9 / 0.7);
  border-bottom-color: rgb(114 23 9 / 0.7);
}

.border-y-flamingo-800\/75 {
  border-top-color: rgb(114 23 9 / 0.75);
  border-bottom-color: rgb(114 23 9 / 0.75);
}

.border-y-flamingo-800\/80 {
  border-top-color: rgb(114 23 9 / 0.8);
  border-bottom-color: rgb(114 23 9 / 0.8);
}

.border-y-flamingo-800\/85 {
  border-top-color: rgb(114 23 9 / 0.85);
  border-bottom-color: rgb(114 23 9 / 0.85);
}

.border-y-flamingo-800\/90 {
  border-top-color: rgb(114 23 9 / 0.9);
  border-bottom-color: rgb(114 23 9 / 0.9);
}

.border-y-flamingo-800\/95 {
  border-top-color: rgb(114 23 9 / 0.95);
  border-bottom-color: rgb(114 23 9 / 0.95);
}

.border-y-flamingo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-900\/0 {
  border-top-color: rgb(57 11 4 / 0);
  border-bottom-color: rgb(57 11 4 / 0);
}

.border-y-flamingo-900\/10 {
  border-top-color: rgb(57 11 4 / 0.1);
  border-bottom-color: rgb(57 11 4 / 0.1);
}

.border-y-flamingo-900\/100 {
  border-top-color: rgb(57 11 4 / 1);
  border-bottom-color: rgb(57 11 4 / 1);
}

.border-y-flamingo-900\/15 {
  border-top-color: rgb(57 11 4 / 0.15);
  border-bottom-color: rgb(57 11 4 / 0.15);
}

.border-y-flamingo-900\/20 {
  border-top-color: rgb(57 11 4 / 0.2);
  border-bottom-color: rgb(57 11 4 / 0.2);
}

.border-y-flamingo-900\/25 {
  border-top-color: rgb(57 11 4 / 0.25);
  border-bottom-color: rgb(57 11 4 / 0.25);
}

.border-y-flamingo-900\/30 {
  border-top-color: rgb(57 11 4 / 0.3);
  border-bottom-color: rgb(57 11 4 / 0.3);
}

.border-y-flamingo-900\/35 {
  border-top-color: rgb(57 11 4 / 0.35);
  border-bottom-color: rgb(57 11 4 / 0.35);
}

.border-y-flamingo-900\/40 {
  border-top-color: rgb(57 11 4 / 0.4);
  border-bottom-color: rgb(57 11 4 / 0.4);
}

.border-y-flamingo-900\/45 {
  border-top-color: rgb(57 11 4 / 0.45);
  border-bottom-color: rgb(57 11 4 / 0.45);
}

.border-y-flamingo-900\/5 {
  border-top-color: rgb(57 11 4 / 0.05);
  border-bottom-color: rgb(57 11 4 / 0.05);
}

.border-y-flamingo-900\/50 {
  border-top-color: rgb(57 11 4 / 0.5);
  border-bottom-color: rgb(57 11 4 / 0.5);
}

.border-y-flamingo-900\/55 {
  border-top-color: rgb(57 11 4 / 0.55);
  border-bottom-color: rgb(57 11 4 / 0.55);
}

.border-y-flamingo-900\/60 {
  border-top-color: rgb(57 11 4 / 0.6);
  border-bottom-color: rgb(57 11 4 / 0.6);
}

.border-y-flamingo-900\/65 {
  border-top-color: rgb(57 11 4 / 0.65);
  border-bottom-color: rgb(57 11 4 / 0.65);
}

.border-y-flamingo-900\/70 {
  border-top-color: rgb(57 11 4 / 0.7);
  border-bottom-color: rgb(57 11 4 / 0.7);
}

.border-y-flamingo-900\/75 {
  border-top-color: rgb(57 11 4 / 0.75);
  border-bottom-color: rgb(57 11 4 / 0.75);
}

.border-y-flamingo-900\/80 {
  border-top-color: rgb(57 11 4 / 0.8);
  border-bottom-color: rgb(57 11 4 / 0.8);
}

.border-y-flamingo-900\/85 {
  border-top-color: rgb(57 11 4 / 0.85);
  border-bottom-color: rgb(57 11 4 / 0.85);
}

.border-y-flamingo-900\/90 {
  border-top-color: rgb(57 11 4 / 0.9);
  border-bottom-color: rgb(57 11 4 / 0.9);
}

.border-y-flamingo-900\/95 {
  border-top-color: rgb(57 11 4 / 0.95);
  border-bottom-color: rgb(57 11 4 / 0.95);
}

.border-y-flamingo-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-y-flamingo-950\/0 {
  border-top-color: rgb(28 6 2 / 0);
  border-bottom-color: rgb(28 6 2 / 0);
}

.border-y-flamingo-950\/10 {
  border-top-color: rgb(28 6 2 / 0.1);
  border-bottom-color: rgb(28 6 2 / 0.1);
}

.border-y-flamingo-950\/100 {
  border-top-color: rgb(28 6 2 / 1);
  border-bottom-color: rgb(28 6 2 / 1);
}

.border-y-flamingo-950\/15 {
  border-top-color: rgb(28 6 2 / 0.15);
  border-bottom-color: rgb(28 6 2 / 0.15);
}

.border-y-flamingo-950\/20 {
  border-top-color: rgb(28 6 2 / 0.2);
  border-bottom-color: rgb(28 6 2 / 0.2);
}

.border-y-flamingo-950\/25 {
  border-top-color: rgb(28 6 2 / 0.25);
  border-bottom-color: rgb(28 6 2 / 0.25);
}

.border-y-flamingo-950\/30 {
  border-top-color: rgb(28 6 2 / 0.3);
  border-bottom-color: rgb(28 6 2 / 0.3);
}

.border-y-flamingo-950\/35 {
  border-top-color: rgb(28 6 2 / 0.35);
  border-bottom-color: rgb(28 6 2 / 0.35);
}

.border-y-flamingo-950\/40 {
  border-top-color: rgb(28 6 2 / 0.4);
  border-bottom-color: rgb(28 6 2 / 0.4);
}

.border-y-flamingo-950\/45 {
  border-top-color: rgb(28 6 2 / 0.45);
  border-bottom-color: rgb(28 6 2 / 0.45);
}

.border-y-flamingo-950\/5 {
  border-top-color: rgb(28 6 2 / 0.05);
  border-bottom-color: rgb(28 6 2 / 0.05);
}

.border-y-flamingo-950\/50 {
  border-top-color: rgb(28 6 2 / 0.5);
  border-bottom-color: rgb(28 6 2 / 0.5);
}

.border-y-flamingo-950\/55 {
  border-top-color: rgb(28 6 2 / 0.55);
  border-bottom-color: rgb(28 6 2 / 0.55);
}

.border-y-flamingo-950\/60 {
  border-top-color: rgb(28 6 2 / 0.6);
  border-bottom-color: rgb(28 6 2 / 0.6);
}

.border-y-flamingo-950\/65 {
  border-top-color: rgb(28 6 2 / 0.65);
  border-bottom-color: rgb(28 6 2 / 0.65);
}

.border-y-flamingo-950\/70 {
  border-top-color: rgb(28 6 2 / 0.7);
  border-bottom-color: rgb(28 6 2 / 0.7);
}

.border-y-flamingo-950\/75 {
  border-top-color: rgb(28 6 2 / 0.75);
  border-bottom-color: rgb(28 6 2 / 0.75);
}

.border-y-flamingo-950\/80 {
  border-top-color: rgb(28 6 2 / 0.8);
  border-bottom-color: rgb(28 6 2 / 0.8);
}

.border-y-flamingo-950\/85 {
  border-top-color: rgb(28 6 2 / 0.85);
  border-bottom-color: rgb(28 6 2 / 0.85);
}

.border-y-flamingo-950\/90 {
  border-top-color: rgb(28 6 2 / 0.9);
  border-bottom-color: rgb(28 6 2 / 0.9);
}

.border-y-flamingo-950\/95 {
  border-top-color: rgb(28 6 2 / 0.95);
  border-bottom-color: rgb(28 6 2 / 0.95);
}

.border-y-inherit {
  border-top-color: inherit;
  border-bottom-color: inherit;
}

.border-y-lightgrey {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-y-lightgrey\/0 {
  border-top-color: rgb(212 212 212 / 0);
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-y-lightgrey\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-y-lightgrey\/100 {
  border-top-color: rgb(212 212 212 / 1);
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-y-lightgrey\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.border-y-lightgrey\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-y-lightgrey\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-y-lightgrey\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-y-lightgrey\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.border-y-lightgrey\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-y-lightgrey\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.border-y-lightgrey\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-y-lightgrey\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-y-lightgrey\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.border-y-lightgrey\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-y-lightgrey\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.border-y-lightgrey\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-y-lightgrey\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-y-lightgrey\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-y-lightgrey\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.border-y-lightgrey\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-y-lightgrey\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-y-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-100\/0 {
  border-top-color: rgb(205 219 223 / 0);
  border-bottom-color: rgb(205 219 223 / 0);
}

.border-y-limedSpruce-100\/10 {
  border-top-color: rgb(205 219 223 / 0.1);
  border-bottom-color: rgb(205 219 223 / 0.1);
}

.border-y-limedSpruce-100\/100 {
  border-top-color: rgb(205 219 223 / 1);
  border-bottom-color: rgb(205 219 223 / 1);
}

.border-y-limedSpruce-100\/15 {
  border-top-color: rgb(205 219 223 / 0.15);
  border-bottom-color: rgb(205 219 223 / 0.15);
}

.border-y-limedSpruce-100\/20 {
  border-top-color: rgb(205 219 223 / 0.2);
  border-bottom-color: rgb(205 219 223 / 0.2);
}

.border-y-limedSpruce-100\/25 {
  border-top-color: rgb(205 219 223 / 0.25);
  border-bottom-color: rgb(205 219 223 / 0.25);
}

.border-y-limedSpruce-100\/30 {
  border-top-color: rgb(205 219 223 / 0.3);
  border-bottom-color: rgb(205 219 223 / 0.3);
}

.border-y-limedSpruce-100\/35 {
  border-top-color: rgb(205 219 223 / 0.35);
  border-bottom-color: rgb(205 219 223 / 0.35);
}

.border-y-limedSpruce-100\/40 {
  border-top-color: rgb(205 219 223 / 0.4);
  border-bottom-color: rgb(205 219 223 / 0.4);
}

.border-y-limedSpruce-100\/45 {
  border-top-color: rgb(205 219 223 / 0.45);
  border-bottom-color: rgb(205 219 223 / 0.45);
}

.border-y-limedSpruce-100\/5 {
  border-top-color: rgb(205 219 223 / 0.05);
  border-bottom-color: rgb(205 219 223 / 0.05);
}

.border-y-limedSpruce-100\/50 {
  border-top-color: rgb(205 219 223 / 0.5);
  border-bottom-color: rgb(205 219 223 / 0.5);
}

.border-y-limedSpruce-100\/55 {
  border-top-color: rgb(205 219 223 / 0.55);
  border-bottom-color: rgb(205 219 223 / 0.55);
}

.border-y-limedSpruce-100\/60 {
  border-top-color: rgb(205 219 223 / 0.6);
  border-bottom-color: rgb(205 219 223 / 0.6);
}

.border-y-limedSpruce-100\/65 {
  border-top-color: rgb(205 219 223 / 0.65);
  border-bottom-color: rgb(205 219 223 / 0.65);
}

.border-y-limedSpruce-100\/70 {
  border-top-color: rgb(205 219 223 / 0.7);
  border-bottom-color: rgb(205 219 223 / 0.7);
}

.border-y-limedSpruce-100\/75 {
  border-top-color: rgb(205 219 223 / 0.75);
  border-bottom-color: rgb(205 219 223 / 0.75);
}

.border-y-limedSpruce-100\/80 {
  border-top-color: rgb(205 219 223 / 0.8);
  border-bottom-color: rgb(205 219 223 / 0.8);
}

.border-y-limedSpruce-100\/85 {
  border-top-color: rgb(205 219 223 / 0.85);
  border-bottom-color: rgb(205 219 223 / 0.85);
}

.border-y-limedSpruce-100\/90 {
  border-top-color: rgb(205 219 223 / 0.9);
  border-bottom-color: rgb(205 219 223 / 0.9);
}

.border-y-limedSpruce-100\/95 {
  border-top-color: rgb(205 219 223 / 0.95);
  border-bottom-color: rgb(205 219 223 / 0.95);
}

.border-y-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-200\/0 {
  border-top-color: rgb(159 185 193 / 0);
  border-bottom-color: rgb(159 185 193 / 0);
}

.border-y-limedSpruce-200\/10 {
  border-top-color: rgb(159 185 193 / 0.1);
  border-bottom-color: rgb(159 185 193 / 0.1);
}

.border-y-limedSpruce-200\/100 {
  border-top-color: rgb(159 185 193 / 1);
  border-bottom-color: rgb(159 185 193 / 1);
}

.border-y-limedSpruce-200\/15 {
  border-top-color: rgb(159 185 193 / 0.15);
  border-bottom-color: rgb(159 185 193 / 0.15);
}

.border-y-limedSpruce-200\/20 {
  border-top-color: rgb(159 185 193 / 0.2);
  border-bottom-color: rgb(159 185 193 / 0.2);
}

.border-y-limedSpruce-200\/25 {
  border-top-color: rgb(159 185 193 / 0.25);
  border-bottom-color: rgb(159 185 193 / 0.25);
}

.border-y-limedSpruce-200\/30 {
  border-top-color: rgb(159 185 193 / 0.3);
  border-bottom-color: rgb(159 185 193 / 0.3);
}

.border-y-limedSpruce-200\/35 {
  border-top-color: rgb(159 185 193 / 0.35);
  border-bottom-color: rgb(159 185 193 / 0.35);
}

.border-y-limedSpruce-200\/40 {
  border-top-color: rgb(159 185 193 / 0.4);
  border-bottom-color: rgb(159 185 193 / 0.4);
}

.border-y-limedSpruce-200\/45 {
  border-top-color: rgb(159 185 193 / 0.45);
  border-bottom-color: rgb(159 185 193 / 0.45);
}

.border-y-limedSpruce-200\/5 {
  border-top-color: rgb(159 185 193 / 0.05);
  border-bottom-color: rgb(159 185 193 / 0.05);
}

.border-y-limedSpruce-200\/50 {
  border-top-color: rgb(159 185 193 / 0.5);
  border-bottom-color: rgb(159 185 193 / 0.5);
}

.border-y-limedSpruce-200\/55 {
  border-top-color: rgb(159 185 193 / 0.55);
  border-bottom-color: rgb(159 185 193 / 0.55);
}

.border-y-limedSpruce-200\/60 {
  border-top-color: rgb(159 185 193 / 0.6);
  border-bottom-color: rgb(159 185 193 / 0.6);
}

.border-y-limedSpruce-200\/65 {
  border-top-color: rgb(159 185 193 / 0.65);
  border-bottom-color: rgb(159 185 193 / 0.65);
}

.border-y-limedSpruce-200\/70 {
  border-top-color: rgb(159 185 193 / 0.7);
  border-bottom-color: rgb(159 185 193 / 0.7);
}

.border-y-limedSpruce-200\/75 {
  border-top-color: rgb(159 185 193 / 0.75);
  border-bottom-color: rgb(159 185 193 / 0.75);
}

.border-y-limedSpruce-200\/80 {
  border-top-color: rgb(159 185 193 / 0.8);
  border-bottom-color: rgb(159 185 193 / 0.8);
}

.border-y-limedSpruce-200\/85 {
  border-top-color: rgb(159 185 193 / 0.85);
  border-bottom-color: rgb(159 185 193 / 0.85);
}

.border-y-limedSpruce-200\/90 {
  border-top-color: rgb(159 185 193 / 0.9);
  border-bottom-color: rgb(159 185 193 / 0.9);
}

.border-y-limedSpruce-200\/95 {
  border-top-color: rgb(159 185 193 / 0.95);
  border-bottom-color: rgb(159 185 193 / 0.95);
}

.border-y-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-300\/0 {
  border-top-color: rgb(109 148 161 / 0);
  border-bottom-color: rgb(109 148 161 / 0);
}

.border-y-limedSpruce-300\/10 {
  border-top-color: rgb(109 148 161 / 0.1);
  border-bottom-color: rgb(109 148 161 / 0.1);
}

.border-y-limedSpruce-300\/100 {
  border-top-color: rgb(109 148 161 / 1);
  border-bottom-color: rgb(109 148 161 / 1);
}

.border-y-limedSpruce-300\/15 {
  border-top-color: rgb(109 148 161 / 0.15);
  border-bottom-color: rgb(109 148 161 / 0.15);
}

.border-y-limedSpruce-300\/20 {
  border-top-color: rgb(109 148 161 / 0.2);
  border-bottom-color: rgb(109 148 161 / 0.2);
}

.border-y-limedSpruce-300\/25 {
  border-top-color: rgb(109 148 161 / 0.25);
  border-bottom-color: rgb(109 148 161 / 0.25);
}

.border-y-limedSpruce-300\/30 {
  border-top-color: rgb(109 148 161 / 0.3);
  border-bottom-color: rgb(109 148 161 / 0.3);
}

.border-y-limedSpruce-300\/35 {
  border-top-color: rgb(109 148 161 / 0.35);
  border-bottom-color: rgb(109 148 161 / 0.35);
}

.border-y-limedSpruce-300\/40 {
  border-top-color: rgb(109 148 161 / 0.4);
  border-bottom-color: rgb(109 148 161 / 0.4);
}

.border-y-limedSpruce-300\/45 {
  border-top-color: rgb(109 148 161 / 0.45);
  border-bottom-color: rgb(109 148 161 / 0.45);
}

.border-y-limedSpruce-300\/5 {
  border-top-color: rgb(109 148 161 / 0.05);
  border-bottom-color: rgb(109 148 161 / 0.05);
}

.border-y-limedSpruce-300\/50 {
  border-top-color: rgb(109 148 161 / 0.5);
  border-bottom-color: rgb(109 148 161 / 0.5);
}

.border-y-limedSpruce-300\/55 {
  border-top-color: rgb(109 148 161 / 0.55);
  border-bottom-color: rgb(109 148 161 / 0.55);
}

.border-y-limedSpruce-300\/60 {
  border-top-color: rgb(109 148 161 / 0.6);
  border-bottom-color: rgb(109 148 161 / 0.6);
}

.border-y-limedSpruce-300\/65 {
  border-top-color: rgb(109 148 161 / 0.65);
  border-bottom-color: rgb(109 148 161 / 0.65);
}

.border-y-limedSpruce-300\/70 {
  border-top-color: rgb(109 148 161 / 0.7);
  border-bottom-color: rgb(109 148 161 / 0.7);
}

.border-y-limedSpruce-300\/75 {
  border-top-color: rgb(109 148 161 / 0.75);
  border-bottom-color: rgb(109 148 161 / 0.75);
}

.border-y-limedSpruce-300\/80 {
  border-top-color: rgb(109 148 161 / 0.8);
  border-bottom-color: rgb(109 148 161 / 0.8);
}

.border-y-limedSpruce-300\/85 {
  border-top-color: rgb(109 148 161 / 0.85);
  border-bottom-color: rgb(109 148 161 / 0.85);
}

.border-y-limedSpruce-300\/90 {
  border-top-color: rgb(109 148 161 / 0.9);
  border-bottom-color: rgb(109 148 161 / 0.9);
}

.border-y-limedSpruce-300\/95 {
  border-top-color: rgb(109 148 161 / 0.95);
  border-bottom-color: rgb(109 148 161 / 0.95);
}

.border-y-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-400\/0 {
  border-top-color: rgb(74 105 115 / 0);
  border-bottom-color: rgb(74 105 115 / 0);
}

.border-y-limedSpruce-400\/10 {
  border-top-color: rgb(74 105 115 / 0.1);
  border-bottom-color: rgb(74 105 115 / 0.1);
}

.border-y-limedSpruce-400\/100 {
  border-top-color: rgb(74 105 115 / 1);
  border-bottom-color: rgb(74 105 115 / 1);
}

.border-y-limedSpruce-400\/15 {
  border-top-color: rgb(74 105 115 / 0.15);
  border-bottom-color: rgb(74 105 115 / 0.15);
}

.border-y-limedSpruce-400\/20 {
  border-top-color: rgb(74 105 115 / 0.2);
  border-bottom-color: rgb(74 105 115 / 0.2);
}

.border-y-limedSpruce-400\/25 {
  border-top-color: rgb(74 105 115 / 0.25);
  border-bottom-color: rgb(74 105 115 / 0.25);
}

.border-y-limedSpruce-400\/30 {
  border-top-color: rgb(74 105 115 / 0.3);
  border-bottom-color: rgb(74 105 115 / 0.3);
}

.border-y-limedSpruce-400\/35 {
  border-top-color: rgb(74 105 115 / 0.35);
  border-bottom-color: rgb(74 105 115 / 0.35);
}

.border-y-limedSpruce-400\/40 {
  border-top-color: rgb(74 105 115 / 0.4);
  border-bottom-color: rgb(74 105 115 / 0.4);
}

.border-y-limedSpruce-400\/45 {
  border-top-color: rgb(74 105 115 / 0.45);
  border-bottom-color: rgb(74 105 115 / 0.45);
}

.border-y-limedSpruce-400\/5 {
  border-top-color: rgb(74 105 115 / 0.05);
  border-bottom-color: rgb(74 105 115 / 0.05);
}

.border-y-limedSpruce-400\/50 {
  border-top-color: rgb(74 105 115 / 0.5);
  border-bottom-color: rgb(74 105 115 / 0.5);
}

.border-y-limedSpruce-400\/55 {
  border-top-color: rgb(74 105 115 / 0.55);
  border-bottom-color: rgb(74 105 115 / 0.55);
}

.border-y-limedSpruce-400\/60 {
  border-top-color: rgb(74 105 115 / 0.6);
  border-bottom-color: rgb(74 105 115 / 0.6);
}

.border-y-limedSpruce-400\/65 {
  border-top-color: rgb(74 105 115 / 0.65);
  border-bottom-color: rgb(74 105 115 / 0.65);
}

.border-y-limedSpruce-400\/70 {
  border-top-color: rgb(74 105 115 / 0.7);
  border-bottom-color: rgb(74 105 115 / 0.7);
}

.border-y-limedSpruce-400\/75 {
  border-top-color: rgb(74 105 115 / 0.75);
  border-bottom-color: rgb(74 105 115 / 0.75);
}

.border-y-limedSpruce-400\/80 {
  border-top-color: rgb(74 105 115 / 0.8);
  border-bottom-color: rgb(74 105 115 / 0.8);
}

.border-y-limedSpruce-400\/85 {
  border-top-color: rgb(74 105 115 / 0.85);
  border-bottom-color: rgb(74 105 115 / 0.85);
}

.border-y-limedSpruce-400\/90 {
  border-top-color: rgb(74 105 115 / 0.9);
  border-bottom-color: rgb(74 105 115 / 0.9);
}

.border-y-limedSpruce-400\/95 {
  border-top-color: rgb(74 105 115 / 0.95);
  border-bottom-color: rgb(74 105 115 / 0.95);
}

.border-y-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-50\/0 {
  border-top-color: rgb(230 237 239 / 0);
  border-bottom-color: rgb(230 237 239 / 0);
}

.border-y-limedSpruce-50\/10 {
  border-top-color: rgb(230 237 239 / 0.1);
  border-bottom-color: rgb(230 237 239 / 0.1);
}

.border-y-limedSpruce-50\/100 {
  border-top-color: rgb(230 237 239 / 1);
  border-bottom-color: rgb(230 237 239 / 1);
}

.border-y-limedSpruce-50\/15 {
  border-top-color: rgb(230 237 239 / 0.15);
  border-bottom-color: rgb(230 237 239 / 0.15);
}

.border-y-limedSpruce-50\/20 {
  border-top-color: rgb(230 237 239 / 0.2);
  border-bottom-color: rgb(230 237 239 / 0.2);
}

.border-y-limedSpruce-50\/25 {
  border-top-color: rgb(230 237 239 / 0.25);
  border-bottom-color: rgb(230 237 239 / 0.25);
}

.border-y-limedSpruce-50\/30 {
  border-top-color: rgb(230 237 239 / 0.3);
  border-bottom-color: rgb(230 237 239 / 0.3);
}

.border-y-limedSpruce-50\/35 {
  border-top-color: rgb(230 237 239 / 0.35);
  border-bottom-color: rgb(230 237 239 / 0.35);
}

.border-y-limedSpruce-50\/40 {
  border-top-color: rgb(230 237 239 / 0.4);
  border-bottom-color: rgb(230 237 239 / 0.4);
}

.border-y-limedSpruce-50\/45 {
  border-top-color: rgb(230 237 239 / 0.45);
  border-bottom-color: rgb(230 237 239 / 0.45);
}

.border-y-limedSpruce-50\/5 {
  border-top-color: rgb(230 237 239 / 0.05);
  border-bottom-color: rgb(230 237 239 / 0.05);
}

.border-y-limedSpruce-50\/50 {
  border-top-color: rgb(230 237 239 / 0.5);
  border-bottom-color: rgb(230 237 239 / 0.5);
}

.border-y-limedSpruce-50\/55 {
  border-top-color: rgb(230 237 239 / 0.55);
  border-bottom-color: rgb(230 237 239 / 0.55);
}

.border-y-limedSpruce-50\/60 {
  border-top-color: rgb(230 237 239 / 0.6);
  border-bottom-color: rgb(230 237 239 / 0.6);
}

.border-y-limedSpruce-50\/65 {
  border-top-color: rgb(230 237 239 / 0.65);
  border-bottom-color: rgb(230 237 239 / 0.65);
}

.border-y-limedSpruce-50\/70 {
  border-top-color: rgb(230 237 239 / 0.7);
  border-bottom-color: rgb(230 237 239 / 0.7);
}

.border-y-limedSpruce-50\/75 {
  border-top-color: rgb(230 237 239 / 0.75);
  border-bottom-color: rgb(230 237 239 / 0.75);
}

.border-y-limedSpruce-50\/80 {
  border-top-color: rgb(230 237 239 / 0.8);
  border-bottom-color: rgb(230 237 239 / 0.8);
}

.border-y-limedSpruce-50\/85 {
  border-top-color: rgb(230 237 239 / 0.85);
  border-bottom-color: rgb(230 237 239 / 0.85);
}

.border-y-limedSpruce-50\/90 {
  border-top-color: rgb(230 237 239 / 0.9);
  border-bottom-color: rgb(230 237 239 / 0.9);
}

.border-y-limedSpruce-50\/95 {
  border-top-color: rgb(230 237 239 / 0.95);
  border-bottom-color: rgb(230 237 239 / 0.95);
}

.border-y-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-500\/0 {
  border-top-color: rgb(43 61 67 / 0);
  border-bottom-color: rgb(43 61 67 / 0);
}

.border-y-limedSpruce-500\/10 {
  border-top-color: rgb(43 61 67 / 0.1);
  border-bottom-color: rgb(43 61 67 / 0.1);
}

.border-y-limedSpruce-500\/100 {
  border-top-color: rgb(43 61 67 / 1);
  border-bottom-color: rgb(43 61 67 / 1);
}

.border-y-limedSpruce-500\/15 {
  border-top-color: rgb(43 61 67 / 0.15);
  border-bottom-color: rgb(43 61 67 / 0.15);
}

.border-y-limedSpruce-500\/20 {
  border-top-color: rgb(43 61 67 / 0.2);
  border-bottom-color: rgb(43 61 67 / 0.2);
}

.border-y-limedSpruce-500\/25 {
  border-top-color: rgb(43 61 67 / 0.25);
  border-bottom-color: rgb(43 61 67 / 0.25);
}

.border-y-limedSpruce-500\/30 {
  border-top-color: rgb(43 61 67 / 0.3);
  border-bottom-color: rgb(43 61 67 / 0.3);
}

.border-y-limedSpruce-500\/35 {
  border-top-color: rgb(43 61 67 / 0.35);
  border-bottom-color: rgb(43 61 67 / 0.35);
}

.border-y-limedSpruce-500\/40 {
  border-top-color: rgb(43 61 67 / 0.4);
  border-bottom-color: rgb(43 61 67 / 0.4);
}

.border-y-limedSpruce-500\/45 {
  border-top-color: rgb(43 61 67 / 0.45);
  border-bottom-color: rgb(43 61 67 / 0.45);
}

.border-y-limedSpruce-500\/5 {
  border-top-color: rgb(43 61 67 / 0.05);
  border-bottom-color: rgb(43 61 67 / 0.05);
}

.border-y-limedSpruce-500\/50 {
  border-top-color: rgb(43 61 67 / 0.5);
  border-bottom-color: rgb(43 61 67 / 0.5);
}

.border-y-limedSpruce-500\/55 {
  border-top-color: rgb(43 61 67 / 0.55);
  border-bottom-color: rgb(43 61 67 / 0.55);
}

.border-y-limedSpruce-500\/60 {
  border-top-color: rgb(43 61 67 / 0.6);
  border-bottom-color: rgb(43 61 67 / 0.6);
}

.border-y-limedSpruce-500\/65 {
  border-top-color: rgb(43 61 67 / 0.65);
  border-bottom-color: rgb(43 61 67 / 0.65);
}

.border-y-limedSpruce-500\/70 {
  border-top-color: rgb(43 61 67 / 0.7);
  border-bottom-color: rgb(43 61 67 / 0.7);
}

.border-y-limedSpruce-500\/75 {
  border-top-color: rgb(43 61 67 / 0.75);
  border-bottom-color: rgb(43 61 67 / 0.75);
}

.border-y-limedSpruce-500\/80 {
  border-top-color: rgb(43 61 67 / 0.8);
  border-bottom-color: rgb(43 61 67 / 0.8);
}

.border-y-limedSpruce-500\/85 {
  border-top-color: rgb(43 61 67 / 0.85);
  border-bottom-color: rgb(43 61 67 / 0.85);
}

.border-y-limedSpruce-500\/90 {
  border-top-color: rgb(43 61 67 / 0.9);
  border-bottom-color: rgb(43 61 67 / 0.9);
}

.border-y-limedSpruce-500\/95 {
  border-top-color: rgb(43 61 67 / 0.95);
  border-bottom-color: rgb(43 61 67 / 0.95);
}

.border-y-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-600\/0 {
  border-top-color: rgb(34 48 53 / 0);
  border-bottom-color: rgb(34 48 53 / 0);
}

.border-y-limedSpruce-600\/10 {
  border-top-color: rgb(34 48 53 / 0.1);
  border-bottom-color: rgb(34 48 53 / 0.1);
}

.border-y-limedSpruce-600\/100 {
  border-top-color: rgb(34 48 53 / 1);
  border-bottom-color: rgb(34 48 53 / 1);
}

.border-y-limedSpruce-600\/15 {
  border-top-color: rgb(34 48 53 / 0.15);
  border-bottom-color: rgb(34 48 53 / 0.15);
}

.border-y-limedSpruce-600\/20 {
  border-top-color: rgb(34 48 53 / 0.2);
  border-bottom-color: rgb(34 48 53 / 0.2);
}

.border-y-limedSpruce-600\/25 {
  border-top-color: rgb(34 48 53 / 0.25);
  border-bottom-color: rgb(34 48 53 / 0.25);
}

.border-y-limedSpruce-600\/30 {
  border-top-color: rgb(34 48 53 / 0.3);
  border-bottom-color: rgb(34 48 53 / 0.3);
}

.border-y-limedSpruce-600\/35 {
  border-top-color: rgb(34 48 53 / 0.35);
  border-bottom-color: rgb(34 48 53 / 0.35);
}

.border-y-limedSpruce-600\/40 {
  border-top-color: rgb(34 48 53 / 0.4);
  border-bottom-color: rgb(34 48 53 / 0.4);
}

.border-y-limedSpruce-600\/45 {
  border-top-color: rgb(34 48 53 / 0.45);
  border-bottom-color: rgb(34 48 53 / 0.45);
}

.border-y-limedSpruce-600\/5 {
  border-top-color: rgb(34 48 53 / 0.05);
  border-bottom-color: rgb(34 48 53 / 0.05);
}

.border-y-limedSpruce-600\/50 {
  border-top-color: rgb(34 48 53 / 0.5);
  border-bottom-color: rgb(34 48 53 / 0.5);
}

.border-y-limedSpruce-600\/55 {
  border-top-color: rgb(34 48 53 / 0.55);
  border-bottom-color: rgb(34 48 53 / 0.55);
}

.border-y-limedSpruce-600\/60 {
  border-top-color: rgb(34 48 53 / 0.6);
  border-bottom-color: rgb(34 48 53 / 0.6);
}

.border-y-limedSpruce-600\/65 {
  border-top-color: rgb(34 48 53 / 0.65);
  border-bottom-color: rgb(34 48 53 / 0.65);
}

.border-y-limedSpruce-600\/70 {
  border-top-color: rgb(34 48 53 / 0.7);
  border-bottom-color: rgb(34 48 53 / 0.7);
}

.border-y-limedSpruce-600\/75 {
  border-top-color: rgb(34 48 53 / 0.75);
  border-bottom-color: rgb(34 48 53 / 0.75);
}

.border-y-limedSpruce-600\/80 {
  border-top-color: rgb(34 48 53 / 0.8);
  border-bottom-color: rgb(34 48 53 / 0.8);
}

.border-y-limedSpruce-600\/85 {
  border-top-color: rgb(34 48 53 / 0.85);
  border-bottom-color: rgb(34 48 53 / 0.85);
}

.border-y-limedSpruce-600\/90 {
  border-top-color: rgb(34 48 53 / 0.9);
  border-bottom-color: rgb(34 48 53 / 0.9);
}

.border-y-limedSpruce-600\/95 {
  border-top-color: rgb(34 48 53 / 0.95);
  border-bottom-color: rgb(34 48 53 / 0.95);
}

.border-y-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-700\/0 {
  border-top-color: rgb(26 37 40 / 0);
  border-bottom-color: rgb(26 37 40 / 0);
}

.border-y-limedSpruce-700\/10 {
  border-top-color: rgb(26 37 40 / 0.1);
  border-bottom-color: rgb(26 37 40 / 0.1);
}

.border-y-limedSpruce-700\/100 {
  border-top-color: rgb(26 37 40 / 1);
  border-bottom-color: rgb(26 37 40 / 1);
}

.border-y-limedSpruce-700\/15 {
  border-top-color: rgb(26 37 40 / 0.15);
  border-bottom-color: rgb(26 37 40 / 0.15);
}

.border-y-limedSpruce-700\/20 {
  border-top-color: rgb(26 37 40 / 0.2);
  border-bottom-color: rgb(26 37 40 / 0.2);
}

.border-y-limedSpruce-700\/25 {
  border-top-color: rgb(26 37 40 / 0.25);
  border-bottom-color: rgb(26 37 40 / 0.25);
}

.border-y-limedSpruce-700\/30 {
  border-top-color: rgb(26 37 40 / 0.3);
  border-bottom-color: rgb(26 37 40 / 0.3);
}

.border-y-limedSpruce-700\/35 {
  border-top-color: rgb(26 37 40 / 0.35);
  border-bottom-color: rgb(26 37 40 / 0.35);
}

.border-y-limedSpruce-700\/40 {
  border-top-color: rgb(26 37 40 / 0.4);
  border-bottom-color: rgb(26 37 40 / 0.4);
}

.border-y-limedSpruce-700\/45 {
  border-top-color: rgb(26 37 40 / 0.45);
  border-bottom-color: rgb(26 37 40 / 0.45);
}

.border-y-limedSpruce-700\/5 {
  border-top-color: rgb(26 37 40 / 0.05);
  border-bottom-color: rgb(26 37 40 / 0.05);
}

.border-y-limedSpruce-700\/50 {
  border-top-color: rgb(26 37 40 / 0.5);
  border-bottom-color: rgb(26 37 40 / 0.5);
}

.border-y-limedSpruce-700\/55 {
  border-top-color: rgb(26 37 40 / 0.55);
  border-bottom-color: rgb(26 37 40 / 0.55);
}

.border-y-limedSpruce-700\/60 {
  border-top-color: rgb(26 37 40 / 0.6);
  border-bottom-color: rgb(26 37 40 / 0.6);
}

.border-y-limedSpruce-700\/65 {
  border-top-color: rgb(26 37 40 / 0.65);
  border-bottom-color: rgb(26 37 40 / 0.65);
}

.border-y-limedSpruce-700\/70 {
  border-top-color: rgb(26 37 40 / 0.7);
  border-bottom-color: rgb(26 37 40 / 0.7);
}

.border-y-limedSpruce-700\/75 {
  border-top-color: rgb(26 37 40 / 0.75);
  border-bottom-color: rgb(26 37 40 / 0.75);
}

.border-y-limedSpruce-700\/80 {
  border-top-color: rgb(26 37 40 / 0.8);
  border-bottom-color: rgb(26 37 40 / 0.8);
}

.border-y-limedSpruce-700\/85 {
  border-top-color: rgb(26 37 40 / 0.85);
  border-bottom-color: rgb(26 37 40 / 0.85);
}

.border-y-limedSpruce-700\/90 {
  border-top-color: rgb(26 37 40 / 0.9);
  border-bottom-color: rgb(26 37 40 / 0.9);
}

.border-y-limedSpruce-700\/95 {
  border-top-color: rgb(26 37 40 / 0.95);
  border-bottom-color: rgb(26 37 40 / 0.95);
}

.border-y-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-800\/0 {
  border-top-color: rgb(18 25 28 / 0);
  border-bottom-color: rgb(18 25 28 / 0);
}

.border-y-limedSpruce-800\/10 {
  border-top-color: rgb(18 25 28 / 0.1);
  border-bottom-color: rgb(18 25 28 / 0.1);
}

.border-y-limedSpruce-800\/100 {
  border-top-color: rgb(18 25 28 / 1);
  border-bottom-color: rgb(18 25 28 / 1);
}

.border-y-limedSpruce-800\/15 {
  border-top-color: rgb(18 25 28 / 0.15);
  border-bottom-color: rgb(18 25 28 / 0.15);
}

.border-y-limedSpruce-800\/20 {
  border-top-color: rgb(18 25 28 / 0.2);
  border-bottom-color: rgb(18 25 28 / 0.2);
}

.border-y-limedSpruce-800\/25 {
  border-top-color: rgb(18 25 28 / 0.25);
  border-bottom-color: rgb(18 25 28 / 0.25);
}

.border-y-limedSpruce-800\/30 {
  border-top-color: rgb(18 25 28 / 0.3);
  border-bottom-color: rgb(18 25 28 / 0.3);
}

.border-y-limedSpruce-800\/35 {
  border-top-color: rgb(18 25 28 / 0.35);
  border-bottom-color: rgb(18 25 28 / 0.35);
}

.border-y-limedSpruce-800\/40 {
  border-top-color: rgb(18 25 28 / 0.4);
  border-bottom-color: rgb(18 25 28 / 0.4);
}

.border-y-limedSpruce-800\/45 {
  border-top-color: rgb(18 25 28 / 0.45);
  border-bottom-color: rgb(18 25 28 / 0.45);
}

.border-y-limedSpruce-800\/5 {
  border-top-color: rgb(18 25 28 / 0.05);
  border-bottom-color: rgb(18 25 28 / 0.05);
}

.border-y-limedSpruce-800\/50 {
  border-top-color: rgb(18 25 28 / 0.5);
  border-bottom-color: rgb(18 25 28 / 0.5);
}

.border-y-limedSpruce-800\/55 {
  border-top-color: rgb(18 25 28 / 0.55);
  border-bottom-color: rgb(18 25 28 / 0.55);
}

.border-y-limedSpruce-800\/60 {
  border-top-color: rgb(18 25 28 / 0.6);
  border-bottom-color: rgb(18 25 28 / 0.6);
}

.border-y-limedSpruce-800\/65 {
  border-top-color: rgb(18 25 28 / 0.65);
  border-bottom-color: rgb(18 25 28 / 0.65);
}

.border-y-limedSpruce-800\/70 {
  border-top-color: rgb(18 25 28 / 0.7);
  border-bottom-color: rgb(18 25 28 / 0.7);
}

.border-y-limedSpruce-800\/75 {
  border-top-color: rgb(18 25 28 / 0.75);
  border-bottom-color: rgb(18 25 28 / 0.75);
}

.border-y-limedSpruce-800\/80 {
  border-top-color: rgb(18 25 28 / 0.8);
  border-bottom-color: rgb(18 25 28 / 0.8);
}

.border-y-limedSpruce-800\/85 {
  border-top-color: rgb(18 25 28 / 0.85);
  border-bottom-color: rgb(18 25 28 / 0.85);
}

.border-y-limedSpruce-800\/90 {
  border-top-color: rgb(18 25 28 / 0.9);
  border-bottom-color: rgb(18 25 28 / 0.9);
}

.border-y-limedSpruce-800\/95 {
  border-top-color: rgb(18 25 28 / 0.95);
  border-bottom-color: rgb(18 25 28 / 0.95);
}

.border-y-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-900\/0 {
  border-top-color: rgb(8 11 12 / 0);
  border-bottom-color: rgb(8 11 12 / 0);
}

.border-y-limedSpruce-900\/10 {
  border-top-color: rgb(8 11 12 / 0.1);
  border-bottom-color: rgb(8 11 12 / 0.1);
}

.border-y-limedSpruce-900\/100 {
  border-top-color: rgb(8 11 12 / 1);
  border-bottom-color: rgb(8 11 12 / 1);
}

.border-y-limedSpruce-900\/15 {
  border-top-color: rgb(8 11 12 / 0.15);
  border-bottom-color: rgb(8 11 12 / 0.15);
}

.border-y-limedSpruce-900\/20 {
  border-top-color: rgb(8 11 12 / 0.2);
  border-bottom-color: rgb(8 11 12 / 0.2);
}

.border-y-limedSpruce-900\/25 {
  border-top-color: rgb(8 11 12 / 0.25);
  border-bottom-color: rgb(8 11 12 / 0.25);
}

.border-y-limedSpruce-900\/30 {
  border-top-color: rgb(8 11 12 / 0.3);
  border-bottom-color: rgb(8 11 12 / 0.3);
}

.border-y-limedSpruce-900\/35 {
  border-top-color: rgb(8 11 12 / 0.35);
  border-bottom-color: rgb(8 11 12 / 0.35);
}

.border-y-limedSpruce-900\/40 {
  border-top-color: rgb(8 11 12 / 0.4);
  border-bottom-color: rgb(8 11 12 / 0.4);
}

.border-y-limedSpruce-900\/45 {
  border-top-color: rgb(8 11 12 / 0.45);
  border-bottom-color: rgb(8 11 12 / 0.45);
}

.border-y-limedSpruce-900\/5 {
  border-top-color: rgb(8 11 12 / 0.05);
  border-bottom-color: rgb(8 11 12 / 0.05);
}

.border-y-limedSpruce-900\/50 {
  border-top-color: rgb(8 11 12 / 0.5);
  border-bottom-color: rgb(8 11 12 / 0.5);
}

.border-y-limedSpruce-900\/55 {
  border-top-color: rgb(8 11 12 / 0.55);
  border-bottom-color: rgb(8 11 12 / 0.55);
}

.border-y-limedSpruce-900\/60 {
  border-top-color: rgb(8 11 12 / 0.6);
  border-bottom-color: rgb(8 11 12 / 0.6);
}

.border-y-limedSpruce-900\/65 {
  border-top-color: rgb(8 11 12 / 0.65);
  border-bottom-color: rgb(8 11 12 / 0.65);
}

.border-y-limedSpruce-900\/70 {
  border-top-color: rgb(8 11 12 / 0.7);
  border-bottom-color: rgb(8 11 12 / 0.7);
}

.border-y-limedSpruce-900\/75 {
  border-top-color: rgb(8 11 12 / 0.75);
  border-bottom-color: rgb(8 11 12 / 0.75);
}

.border-y-limedSpruce-900\/80 {
  border-top-color: rgb(8 11 12 / 0.8);
  border-bottom-color: rgb(8 11 12 / 0.8);
}

.border-y-limedSpruce-900\/85 {
  border-top-color: rgb(8 11 12 / 0.85);
  border-bottom-color: rgb(8 11 12 / 0.85);
}

.border-y-limedSpruce-900\/90 {
  border-top-color: rgb(8 11 12 / 0.9);
  border-bottom-color: rgb(8 11 12 / 0.9);
}

.border-y-limedSpruce-900\/95 {
  border-top-color: rgb(8 11 12 / 0.95);
  border-bottom-color: rgb(8 11 12 / 0.95);
}

.border-y-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-y-limedSpruce-950\/0 {
  border-top-color: rgb(4 6 6 / 0);
  border-bottom-color: rgb(4 6 6 / 0);
}

.border-y-limedSpruce-950\/10 {
  border-top-color: rgb(4 6 6 / 0.1);
  border-bottom-color: rgb(4 6 6 / 0.1);
}

.border-y-limedSpruce-950\/100 {
  border-top-color: rgb(4 6 6 / 1);
  border-bottom-color: rgb(4 6 6 / 1);
}

.border-y-limedSpruce-950\/15 {
  border-top-color: rgb(4 6 6 / 0.15);
  border-bottom-color: rgb(4 6 6 / 0.15);
}

.border-y-limedSpruce-950\/20 {
  border-top-color: rgb(4 6 6 / 0.2);
  border-bottom-color: rgb(4 6 6 / 0.2);
}

.border-y-limedSpruce-950\/25 {
  border-top-color: rgb(4 6 6 / 0.25);
  border-bottom-color: rgb(4 6 6 / 0.25);
}

.border-y-limedSpruce-950\/30 {
  border-top-color: rgb(4 6 6 / 0.3);
  border-bottom-color: rgb(4 6 6 / 0.3);
}

.border-y-limedSpruce-950\/35 {
  border-top-color: rgb(4 6 6 / 0.35);
  border-bottom-color: rgb(4 6 6 / 0.35);
}

.border-y-limedSpruce-950\/40 {
  border-top-color: rgb(4 6 6 / 0.4);
  border-bottom-color: rgb(4 6 6 / 0.4);
}

.border-y-limedSpruce-950\/45 {
  border-top-color: rgb(4 6 6 / 0.45);
  border-bottom-color: rgb(4 6 6 / 0.45);
}

.border-y-limedSpruce-950\/5 {
  border-top-color: rgb(4 6 6 / 0.05);
  border-bottom-color: rgb(4 6 6 / 0.05);
}

.border-y-limedSpruce-950\/50 {
  border-top-color: rgb(4 6 6 / 0.5);
  border-bottom-color: rgb(4 6 6 / 0.5);
}

.border-y-limedSpruce-950\/55 {
  border-top-color: rgb(4 6 6 / 0.55);
  border-bottom-color: rgb(4 6 6 / 0.55);
}

.border-y-limedSpruce-950\/60 {
  border-top-color: rgb(4 6 6 / 0.6);
  border-bottom-color: rgb(4 6 6 / 0.6);
}

.border-y-limedSpruce-950\/65 {
  border-top-color: rgb(4 6 6 / 0.65);
  border-bottom-color: rgb(4 6 6 / 0.65);
}

.border-y-limedSpruce-950\/70 {
  border-top-color: rgb(4 6 6 / 0.7);
  border-bottom-color: rgb(4 6 6 / 0.7);
}

.border-y-limedSpruce-950\/75 {
  border-top-color: rgb(4 6 6 / 0.75);
  border-bottom-color: rgb(4 6 6 / 0.75);
}

.border-y-limedSpruce-950\/80 {
  border-top-color: rgb(4 6 6 / 0.8);
  border-bottom-color: rgb(4 6 6 / 0.8);
}

.border-y-limedSpruce-950\/85 {
  border-top-color: rgb(4 6 6 / 0.85);
  border-bottom-color: rgb(4 6 6 / 0.85);
}

.border-y-limedSpruce-950\/90 {
  border-top-color: rgb(4 6 6 / 0.9);
  border-bottom-color: rgb(4 6 6 / 0.9);
}

.border-y-limedSpruce-950\/95 {
  border-top-color: rgb(4 6 6 / 0.95);
  border-bottom-color: rgb(4 6 6 / 0.95);
}

.border-y-merino-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-y-merino-100\/0 {
  border-top-color: rgb(254 253 251 / 0);
  border-bottom-color: rgb(254 253 251 / 0);
}

.border-y-merino-100\/10 {
  border-top-color: rgb(254 253 251 / 0.1);
  border-bottom-color: rgb(254 253 251 / 0.1);
}

.border-y-merino-100\/100 {
  border-top-color: rgb(254 253 251 / 1);
  border-bottom-color: rgb(254 253 251 / 1);
}

.border-y-merino-100\/15 {
  border-top-color: rgb(254 253 251 / 0.15);
  border-bottom-color: rgb(254 253 251 / 0.15);
}

.border-y-merino-100\/20 {
  border-top-color: rgb(254 253 251 / 0.2);
  border-bottom-color: rgb(254 253 251 / 0.2);
}

.border-y-merino-100\/25 {
  border-top-color: rgb(254 253 251 / 0.25);
  border-bottom-color: rgb(254 253 251 / 0.25);
}

.border-y-merino-100\/30 {
  border-top-color: rgb(254 253 251 / 0.3);
  border-bottom-color: rgb(254 253 251 / 0.3);
}

.border-y-merino-100\/35 {
  border-top-color: rgb(254 253 251 / 0.35);
  border-bottom-color: rgb(254 253 251 / 0.35);
}

.border-y-merino-100\/40 {
  border-top-color: rgb(254 253 251 / 0.4);
  border-bottom-color: rgb(254 253 251 / 0.4);
}

.border-y-merino-100\/45 {
  border-top-color: rgb(254 253 251 / 0.45);
  border-bottom-color: rgb(254 253 251 / 0.45);
}

.border-y-merino-100\/5 {
  border-top-color: rgb(254 253 251 / 0.05);
  border-bottom-color: rgb(254 253 251 / 0.05);
}

.border-y-merino-100\/50 {
  border-top-color: rgb(254 253 251 / 0.5);
  border-bottom-color: rgb(254 253 251 / 0.5);
}

.border-y-merino-100\/55 {
  border-top-color: rgb(254 253 251 / 0.55);
  border-bottom-color: rgb(254 253 251 / 0.55);
}

.border-y-merino-100\/60 {
  border-top-color: rgb(254 253 251 / 0.6);
  border-bottom-color: rgb(254 253 251 / 0.6);
}

.border-y-merino-100\/65 {
  border-top-color: rgb(254 253 251 / 0.65);
  border-bottom-color: rgb(254 253 251 / 0.65);
}

.border-y-merino-100\/70 {
  border-top-color: rgb(254 253 251 / 0.7);
  border-bottom-color: rgb(254 253 251 / 0.7);
}

.border-y-merino-100\/75 {
  border-top-color: rgb(254 253 251 / 0.75);
  border-bottom-color: rgb(254 253 251 / 0.75);
}

.border-y-merino-100\/80 {
  border-top-color: rgb(254 253 251 / 0.8);
  border-bottom-color: rgb(254 253 251 / 0.8);
}

.border-y-merino-100\/85 {
  border-top-color: rgb(254 253 251 / 0.85);
  border-bottom-color: rgb(254 253 251 / 0.85);
}

.border-y-merino-100\/90 {
  border-top-color: rgb(254 253 251 / 0.9);
  border-bottom-color: rgb(254 253 251 / 0.9);
}

.border-y-merino-100\/95 {
  border-top-color: rgb(254 253 251 / 0.95);
  border-bottom-color: rgb(254 253 251 / 0.95);
}

.border-y-merino-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-y-merino-200\/0 {
  border-top-color: rgb(252 251 248 / 0);
  border-bottom-color: rgb(252 251 248 / 0);
}

.border-y-merino-200\/10 {
  border-top-color: rgb(252 251 248 / 0.1);
  border-bottom-color: rgb(252 251 248 / 0.1);
}

.border-y-merino-200\/100 {
  border-top-color: rgb(252 251 248 / 1);
  border-bottom-color: rgb(252 251 248 / 1);
}

.border-y-merino-200\/15 {
  border-top-color: rgb(252 251 248 / 0.15);
  border-bottom-color: rgb(252 251 248 / 0.15);
}

.border-y-merino-200\/20 {
  border-top-color: rgb(252 251 248 / 0.2);
  border-bottom-color: rgb(252 251 248 / 0.2);
}

.border-y-merino-200\/25 {
  border-top-color: rgb(252 251 248 / 0.25);
  border-bottom-color: rgb(252 251 248 / 0.25);
}

.border-y-merino-200\/30 {
  border-top-color: rgb(252 251 248 / 0.3);
  border-bottom-color: rgb(252 251 248 / 0.3);
}

.border-y-merino-200\/35 {
  border-top-color: rgb(252 251 248 / 0.35);
  border-bottom-color: rgb(252 251 248 / 0.35);
}

.border-y-merino-200\/40 {
  border-top-color: rgb(252 251 248 / 0.4);
  border-bottom-color: rgb(252 251 248 / 0.4);
}

.border-y-merino-200\/45 {
  border-top-color: rgb(252 251 248 / 0.45);
  border-bottom-color: rgb(252 251 248 / 0.45);
}

.border-y-merino-200\/5 {
  border-top-color: rgb(252 251 248 / 0.05);
  border-bottom-color: rgb(252 251 248 / 0.05);
}

.border-y-merino-200\/50 {
  border-top-color: rgb(252 251 248 / 0.5);
  border-bottom-color: rgb(252 251 248 / 0.5);
}

.border-y-merino-200\/55 {
  border-top-color: rgb(252 251 248 / 0.55);
  border-bottom-color: rgb(252 251 248 / 0.55);
}

.border-y-merino-200\/60 {
  border-top-color: rgb(252 251 248 / 0.6);
  border-bottom-color: rgb(252 251 248 / 0.6);
}

.border-y-merino-200\/65 {
  border-top-color: rgb(252 251 248 / 0.65);
  border-bottom-color: rgb(252 251 248 / 0.65);
}

.border-y-merino-200\/70 {
  border-top-color: rgb(252 251 248 / 0.7);
  border-bottom-color: rgb(252 251 248 / 0.7);
}

.border-y-merino-200\/75 {
  border-top-color: rgb(252 251 248 / 0.75);
  border-bottom-color: rgb(252 251 248 / 0.75);
}

.border-y-merino-200\/80 {
  border-top-color: rgb(252 251 248 / 0.8);
  border-bottom-color: rgb(252 251 248 / 0.8);
}

.border-y-merino-200\/85 {
  border-top-color: rgb(252 251 248 / 0.85);
  border-bottom-color: rgb(252 251 248 / 0.85);
}

.border-y-merino-200\/90 {
  border-top-color: rgb(252 251 248 / 0.9);
  border-bottom-color: rgb(252 251 248 / 0.9);
}

.border-y-merino-200\/95 {
  border-top-color: rgb(252 251 248 / 0.95);
  border-bottom-color: rgb(252 251 248 / 0.95);
}

.border-y-merino-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-y-merino-300\/0 {
  border-top-color: rgb(250 247 240 / 0);
  border-bottom-color: rgb(250 247 240 / 0);
}

.border-y-merino-300\/10 {
  border-top-color: rgb(250 247 240 / 0.1);
  border-bottom-color: rgb(250 247 240 / 0.1);
}

.border-y-merino-300\/100 {
  border-top-color: rgb(250 247 240 / 1);
  border-bottom-color: rgb(250 247 240 / 1);
}

.border-y-merino-300\/15 {
  border-top-color: rgb(250 247 240 / 0.15);
  border-bottom-color: rgb(250 247 240 / 0.15);
}

.border-y-merino-300\/20 {
  border-top-color: rgb(250 247 240 / 0.2);
  border-bottom-color: rgb(250 247 240 / 0.2);
}

.border-y-merino-300\/25 {
  border-top-color: rgb(250 247 240 / 0.25);
  border-bottom-color: rgb(250 247 240 / 0.25);
}

.border-y-merino-300\/30 {
  border-top-color: rgb(250 247 240 / 0.3);
  border-bottom-color: rgb(250 247 240 / 0.3);
}

.border-y-merino-300\/35 {
  border-top-color: rgb(250 247 240 / 0.35);
  border-bottom-color: rgb(250 247 240 / 0.35);
}

.border-y-merino-300\/40 {
  border-top-color: rgb(250 247 240 / 0.4);
  border-bottom-color: rgb(250 247 240 / 0.4);
}

.border-y-merino-300\/45 {
  border-top-color: rgb(250 247 240 / 0.45);
  border-bottom-color: rgb(250 247 240 / 0.45);
}

.border-y-merino-300\/5 {
  border-top-color: rgb(250 247 240 / 0.05);
  border-bottom-color: rgb(250 247 240 / 0.05);
}

.border-y-merino-300\/50 {
  border-top-color: rgb(250 247 240 / 0.5);
  border-bottom-color: rgb(250 247 240 / 0.5);
}

.border-y-merino-300\/55 {
  border-top-color: rgb(250 247 240 / 0.55);
  border-bottom-color: rgb(250 247 240 / 0.55);
}

.border-y-merino-300\/60 {
  border-top-color: rgb(250 247 240 / 0.6);
  border-bottom-color: rgb(250 247 240 / 0.6);
}

.border-y-merino-300\/65 {
  border-top-color: rgb(250 247 240 / 0.65);
  border-bottom-color: rgb(250 247 240 / 0.65);
}

.border-y-merino-300\/70 {
  border-top-color: rgb(250 247 240 / 0.7);
  border-bottom-color: rgb(250 247 240 / 0.7);
}

.border-y-merino-300\/75 {
  border-top-color: rgb(250 247 240 / 0.75);
  border-bottom-color: rgb(250 247 240 / 0.75);
}

.border-y-merino-300\/80 {
  border-top-color: rgb(250 247 240 / 0.8);
  border-bottom-color: rgb(250 247 240 / 0.8);
}

.border-y-merino-300\/85 {
  border-top-color: rgb(250 247 240 / 0.85);
  border-bottom-color: rgb(250 247 240 / 0.85);
}

.border-y-merino-300\/90 {
  border-top-color: rgb(250 247 240 / 0.9);
  border-bottom-color: rgb(250 247 240 / 0.9);
}

.border-y-merino-300\/95 {
  border-top-color: rgb(250 247 240 / 0.95);
  border-bottom-color: rgb(250 247 240 / 0.95);
}

.border-y-merino-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-y-merino-400\/0 {
  border-top-color: rgb(248 245 236 / 0);
  border-bottom-color: rgb(248 245 236 / 0);
}

.border-y-merino-400\/10 {
  border-top-color: rgb(248 245 236 / 0.1);
  border-bottom-color: rgb(248 245 236 / 0.1);
}

.border-y-merino-400\/100 {
  border-top-color: rgb(248 245 236 / 1);
  border-bottom-color: rgb(248 245 236 / 1);
}

.border-y-merino-400\/15 {
  border-top-color: rgb(248 245 236 / 0.15);
  border-bottom-color: rgb(248 245 236 / 0.15);
}

.border-y-merino-400\/20 {
  border-top-color: rgb(248 245 236 / 0.2);
  border-bottom-color: rgb(248 245 236 / 0.2);
}

.border-y-merino-400\/25 {
  border-top-color: rgb(248 245 236 / 0.25);
  border-bottom-color: rgb(248 245 236 / 0.25);
}

.border-y-merino-400\/30 {
  border-top-color: rgb(248 245 236 / 0.3);
  border-bottom-color: rgb(248 245 236 / 0.3);
}

.border-y-merino-400\/35 {
  border-top-color: rgb(248 245 236 / 0.35);
  border-bottom-color: rgb(248 245 236 / 0.35);
}

.border-y-merino-400\/40 {
  border-top-color: rgb(248 245 236 / 0.4);
  border-bottom-color: rgb(248 245 236 / 0.4);
}

.border-y-merino-400\/45 {
  border-top-color: rgb(248 245 236 / 0.45);
  border-bottom-color: rgb(248 245 236 / 0.45);
}

.border-y-merino-400\/5 {
  border-top-color: rgb(248 245 236 / 0.05);
  border-bottom-color: rgb(248 245 236 / 0.05);
}

.border-y-merino-400\/50 {
  border-top-color: rgb(248 245 236 / 0.5);
  border-bottom-color: rgb(248 245 236 / 0.5);
}

.border-y-merino-400\/55 {
  border-top-color: rgb(248 245 236 / 0.55);
  border-bottom-color: rgb(248 245 236 / 0.55);
}

.border-y-merino-400\/60 {
  border-top-color: rgb(248 245 236 / 0.6);
  border-bottom-color: rgb(248 245 236 / 0.6);
}

.border-y-merino-400\/65 {
  border-top-color: rgb(248 245 236 / 0.65);
  border-bottom-color: rgb(248 245 236 / 0.65);
}

.border-y-merino-400\/70 {
  border-top-color: rgb(248 245 236 / 0.7);
  border-bottom-color: rgb(248 245 236 / 0.7);
}

.border-y-merino-400\/75 {
  border-top-color: rgb(248 245 236 / 0.75);
  border-bottom-color: rgb(248 245 236 / 0.75);
}

.border-y-merino-400\/80 {
  border-top-color: rgb(248 245 236 / 0.8);
  border-bottom-color: rgb(248 245 236 / 0.8);
}

.border-y-merino-400\/85 {
  border-top-color: rgb(248 245 236 / 0.85);
  border-bottom-color: rgb(248 245 236 / 0.85);
}

.border-y-merino-400\/90 {
  border-top-color: rgb(248 245 236 / 0.9);
  border-bottom-color: rgb(248 245 236 / 0.9);
}

.border-y-merino-400\/95 {
  border-top-color: rgb(248 245 236 / 0.95);
  border-bottom-color: rgb(248 245 236 / 0.95);
}

.border-y-merino-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-y-merino-50\/0 {
  border-top-color: rgb(254 253 251 / 0);
  border-bottom-color: rgb(254 253 251 / 0);
}

.border-y-merino-50\/10 {
  border-top-color: rgb(254 253 251 / 0.1);
  border-bottom-color: rgb(254 253 251 / 0.1);
}

.border-y-merino-50\/100 {
  border-top-color: rgb(254 253 251 / 1);
  border-bottom-color: rgb(254 253 251 / 1);
}

.border-y-merino-50\/15 {
  border-top-color: rgb(254 253 251 / 0.15);
  border-bottom-color: rgb(254 253 251 / 0.15);
}

.border-y-merino-50\/20 {
  border-top-color: rgb(254 253 251 / 0.2);
  border-bottom-color: rgb(254 253 251 / 0.2);
}

.border-y-merino-50\/25 {
  border-top-color: rgb(254 253 251 / 0.25);
  border-bottom-color: rgb(254 253 251 / 0.25);
}

.border-y-merino-50\/30 {
  border-top-color: rgb(254 253 251 / 0.3);
  border-bottom-color: rgb(254 253 251 / 0.3);
}

.border-y-merino-50\/35 {
  border-top-color: rgb(254 253 251 / 0.35);
  border-bottom-color: rgb(254 253 251 / 0.35);
}

.border-y-merino-50\/40 {
  border-top-color: rgb(254 253 251 / 0.4);
  border-bottom-color: rgb(254 253 251 / 0.4);
}

.border-y-merino-50\/45 {
  border-top-color: rgb(254 253 251 / 0.45);
  border-bottom-color: rgb(254 253 251 / 0.45);
}

.border-y-merino-50\/5 {
  border-top-color: rgb(254 253 251 / 0.05);
  border-bottom-color: rgb(254 253 251 / 0.05);
}

.border-y-merino-50\/50 {
  border-top-color: rgb(254 253 251 / 0.5);
  border-bottom-color: rgb(254 253 251 / 0.5);
}

.border-y-merino-50\/55 {
  border-top-color: rgb(254 253 251 / 0.55);
  border-bottom-color: rgb(254 253 251 / 0.55);
}

.border-y-merino-50\/60 {
  border-top-color: rgb(254 253 251 / 0.6);
  border-bottom-color: rgb(254 253 251 / 0.6);
}

.border-y-merino-50\/65 {
  border-top-color: rgb(254 253 251 / 0.65);
  border-bottom-color: rgb(254 253 251 / 0.65);
}

.border-y-merino-50\/70 {
  border-top-color: rgb(254 253 251 / 0.7);
  border-bottom-color: rgb(254 253 251 / 0.7);
}

.border-y-merino-50\/75 {
  border-top-color: rgb(254 253 251 / 0.75);
  border-bottom-color: rgb(254 253 251 / 0.75);
}

.border-y-merino-50\/80 {
  border-top-color: rgb(254 253 251 / 0.8);
  border-bottom-color: rgb(254 253 251 / 0.8);
}

.border-y-merino-50\/85 {
  border-top-color: rgb(254 253 251 / 0.85);
  border-bottom-color: rgb(254 253 251 / 0.85);
}

.border-y-merino-50\/90 {
  border-top-color: rgb(254 253 251 / 0.9);
  border-bottom-color: rgb(254 253 251 / 0.9);
}

.border-y-merino-50\/95 {
  border-top-color: rgb(254 253 251 / 0.95);
  border-bottom-color: rgb(254 253 251 / 0.95);
}

.border-y-merino-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-y-merino-500\/0 {
  border-top-color: rgb(247 243 233 / 0);
  border-bottom-color: rgb(247 243 233 / 0);
}

.border-y-merino-500\/10 {
  border-top-color: rgb(247 243 233 / 0.1);
  border-bottom-color: rgb(247 243 233 / 0.1);
}

.border-y-merino-500\/100 {
  border-top-color: rgb(247 243 233 / 1);
  border-bottom-color: rgb(247 243 233 / 1);
}

.border-y-merino-500\/15 {
  border-top-color: rgb(247 243 233 / 0.15);
  border-bottom-color: rgb(247 243 233 / 0.15);
}

.border-y-merino-500\/20 {
  border-top-color: rgb(247 243 233 / 0.2);
  border-bottom-color: rgb(247 243 233 / 0.2);
}

.border-y-merino-500\/25 {
  border-top-color: rgb(247 243 233 / 0.25);
  border-bottom-color: rgb(247 243 233 / 0.25);
}

.border-y-merino-500\/30 {
  border-top-color: rgb(247 243 233 / 0.3);
  border-bottom-color: rgb(247 243 233 / 0.3);
}

.border-y-merino-500\/35 {
  border-top-color: rgb(247 243 233 / 0.35);
  border-bottom-color: rgb(247 243 233 / 0.35);
}

.border-y-merino-500\/40 {
  border-top-color: rgb(247 243 233 / 0.4);
  border-bottom-color: rgb(247 243 233 / 0.4);
}

.border-y-merino-500\/45 {
  border-top-color: rgb(247 243 233 / 0.45);
  border-bottom-color: rgb(247 243 233 / 0.45);
}

.border-y-merino-500\/5 {
  border-top-color: rgb(247 243 233 / 0.05);
  border-bottom-color: rgb(247 243 233 / 0.05);
}

.border-y-merino-500\/50 {
  border-top-color: rgb(247 243 233 / 0.5);
  border-bottom-color: rgb(247 243 233 / 0.5);
}

.border-y-merino-500\/55 {
  border-top-color: rgb(247 243 233 / 0.55);
  border-bottom-color: rgb(247 243 233 / 0.55);
}

.border-y-merino-500\/60 {
  border-top-color: rgb(247 243 233 / 0.6);
  border-bottom-color: rgb(247 243 233 / 0.6);
}

.border-y-merino-500\/65 {
  border-top-color: rgb(247 243 233 / 0.65);
  border-bottom-color: rgb(247 243 233 / 0.65);
}

.border-y-merino-500\/70 {
  border-top-color: rgb(247 243 233 / 0.7);
  border-bottom-color: rgb(247 243 233 / 0.7);
}

.border-y-merino-500\/75 {
  border-top-color: rgb(247 243 233 / 0.75);
  border-bottom-color: rgb(247 243 233 / 0.75);
}

.border-y-merino-500\/80 {
  border-top-color: rgb(247 243 233 / 0.8);
  border-bottom-color: rgb(247 243 233 / 0.8);
}

.border-y-merino-500\/85 {
  border-top-color: rgb(247 243 233 / 0.85);
  border-bottom-color: rgb(247 243 233 / 0.85);
}

.border-y-merino-500\/90 {
  border-top-color: rgb(247 243 233 / 0.9);
  border-bottom-color: rgb(247 243 233 / 0.9);
}

.border-y-merino-500\/95 {
  border-top-color: rgb(247 243 233 / 0.95);
  border-bottom-color: rgb(247 243 233 / 0.95);
}

.border-y-merino-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-y-merino-600\/0 {
  border-top-color: rgb(221 204 161 / 0);
  border-bottom-color: rgb(221 204 161 / 0);
}

.border-y-merino-600\/10 {
  border-top-color: rgb(221 204 161 / 0.1);
  border-bottom-color: rgb(221 204 161 / 0.1);
}

.border-y-merino-600\/100 {
  border-top-color: rgb(221 204 161 / 1);
  border-bottom-color: rgb(221 204 161 / 1);
}

.border-y-merino-600\/15 {
  border-top-color: rgb(221 204 161 / 0.15);
  border-bottom-color: rgb(221 204 161 / 0.15);
}

.border-y-merino-600\/20 {
  border-top-color: rgb(221 204 161 / 0.2);
  border-bottom-color: rgb(221 204 161 / 0.2);
}

.border-y-merino-600\/25 {
  border-top-color: rgb(221 204 161 / 0.25);
  border-bottom-color: rgb(221 204 161 / 0.25);
}

.border-y-merino-600\/30 {
  border-top-color: rgb(221 204 161 / 0.3);
  border-bottom-color: rgb(221 204 161 / 0.3);
}

.border-y-merino-600\/35 {
  border-top-color: rgb(221 204 161 / 0.35);
  border-bottom-color: rgb(221 204 161 / 0.35);
}

.border-y-merino-600\/40 {
  border-top-color: rgb(221 204 161 / 0.4);
  border-bottom-color: rgb(221 204 161 / 0.4);
}

.border-y-merino-600\/45 {
  border-top-color: rgb(221 204 161 / 0.45);
  border-bottom-color: rgb(221 204 161 / 0.45);
}

.border-y-merino-600\/5 {
  border-top-color: rgb(221 204 161 / 0.05);
  border-bottom-color: rgb(221 204 161 / 0.05);
}

.border-y-merino-600\/50 {
  border-top-color: rgb(221 204 161 / 0.5);
  border-bottom-color: rgb(221 204 161 / 0.5);
}

.border-y-merino-600\/55 {
  border-top-color: rgb(221 204 161 / 0.55);
  border-bottom-color: rgb(221 204 161 / 0.55);
}

.border-y-merino-600\/60 {
  border-top-color: rgb(221 204 161 / 0.6);
  border-bottom-color: rgb(221 204 161 / 0.6);
}

.border-y-merino-600\/65 {
  border-top-color: rgb(221 204 161 / 0.65);
  border-bottom-color: rgb(221 204 161 / 0.65);
}

.border-y-merino-600\/70 {
  border-top-color: rgb(221 204 161 / 0.7);
  border-bottom-color: rgb(221 204 161 / 0.7);
}

.border-y-merino-600\/75 {
  border-top-color: rgb(221 204 161 / 0.75);
  border-bottom-color: rgb(221 204 161 / 0.75);
}

.border-y-merino-600\/80 {
  border-top-color: rgb(221 204 161 / 0.8);
  border-bottom-color: rgb(221 204 161 / 0.8);
}

.border-y-merino-600\/85 {
  border-top-color: rgb(221 204 161 / 0.85);
  border-bottom-color: rgb(221 204 161 / 0.85);
}

.border-y-merino-600\/90 {
  border-top-color: rgb(221 204 161 / 0.9);
  border-bottom-color: rgb(221 204 161 / 0.9);
}

.border-y-merino-600\/95 {
  border-top-color: rgb(221 204 161 / 0.95);
  border-bottom-color: rgb(221 204 161 / 0.95);
}

.border-y-merino-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-y-merino-700\/0 {
  border-top-color: rgb(195 166 90 / 0);
  border-bottom-color: rgb(195 166 90 / 0);
}

.border-y-merino-700\/10 {
  border-top-color: rgb(195 166 90 / 0.1);
  border-bottom-color: rgb(195 166 90 / 0.1);
}

.border-y-merino-700\/100 {
  border-top-color: rgb(195 166 90 / 1);
  border-bottom-color: rgb(195 166 90 / 1);
}

.border-y-merino-700\/15 {
  border-top-color: rgb(195 166 90 / 0.15);
  border-bottom-color: rgb(195 166 90 / 0.15);
}

.border-y-merino-700\/20 {
  border-top-color: rgb(195 166 90 / 0.2);
  border-bottom-color: rgb(195 166 90 / 0.2);
}

.border-y-merino-700\/25 {
  border-top-color: rgb(195 166 90 / 0.25);
  border-bottom-color: rgb(195 166 90 / 0.25);
}

.border-y-merino-700\/30 {
  border-top-color: rgb(195 166 90 / 0.3);
  border-bottom-color: rgb(195 166 90 / 0.3);
}

.border-y-merino-700\/35 {
  border-top-color: rgb(195 166 90 / 0.35);
  border-bottom-color: rgb(195 166 90 / 0.35);
}

.border-y-merino-700\/40 {
  border-top-color: rgb(195 166 90 / 0.4);
  border-bottom-color: rgb(195 166 90 / 0.4);
}

.border-y-merino-700\/45 {
  border-top-color: rgb(195 166 90 / 0.45);
  border-bottom-color: rgb(195 166 90 / 0.45);
}

.border-y-merino-700\/5 {
  border-top-color: rgb(195 166 90 / 0.05);
  border-bottom-color: rgb(195 166 90 / 0.05);
}

.border-y-merino-700\/50 {
  border-top-color: rgb(195 166 90 / 0.5);
  border-bottom-color: rgb(195 166 90 / 0.5);
}

.border-y-merino-700\/55 {
  border-top-color: rgb(195 166 90 / 0.55);
  border-bottom-color: rgb(195 166 90 / 0.55);
}

.border-y-merino-700\/60 {
  border-top-color: rgb(195 166 90 / 0.6);
  border-bottom-color: rgb(195 166 90 / 0.6);
}

.border-y-merino-700\/65 {
  border-top-color: rgb(195 166 90 / 0.65);
  border-bottom-color: rgb(195 166 90 / 0.65);
}

.border-y-merino-700\/70 {
  border-top-color: rgb(195 166 90 / 0.7);
  border-bottom-color: rgb(195 166 90 / 0.7);
}

.border-y-merino-700\/75 {
  border-top-color: rgb(195 166 90 / 0.75);
  border-bottom-color: rgb(195 166 90 / 0.75);
}

.border-y-merino-700\/80 {
  border-top-color: rgb(195 166 90 / 0.8);
  border-bottom-color: rgb(195 166 90 / 0.8);
}

.border-y-merino-700\/85 {
  border-top-color: rgb(195 166 90 / 0.85);
  border-bottom-color: rgb(195 166 90 / 0.85);
}

.border-y-merino-700\/90 {
  border-top-color: rgb(195 166 90 / 0.9);
  border-bottom-color: rgb(195 166 90 / 0.9);
}

.border-y-merino-700\/95 {
  border-top-color: rgb(195 166 90 / 0.95);
  border-bottom-color: rgb(195 166 90 / 0.95);
}

.border-y-merino-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-y-merino-800\/0 {
  border-top-color: rgb(142 117 52 / 0);
  border-bottom-color: rgb(142 117 52 / 0);
}

.border-y-merino-800\/10 {
  border-top-color: rgb(142 117 52 / 0.1);
  border-bottom-color: rgb(142 117 52 / 0.1);
}

.border-y-merino-800\/100 {
  border-top-color: rgb(142 117 52 / 1);
  border-bottom-color: rgb(142 117 52 / 1);
}

.border-y-merino-800\/15 {
  border-top-color: rgb(142 117 52 / 0.15);
  border-bottom-color: rgb(142 117 52 / 0.15);
}

.border-y-merino-800\/20 {
  border-top-color: rgb(142 117 52 / 0.2);
  border-bottom-color: rgb(142 117 52 / 0.2);
}

.border-y-merino-800\/25 {
  border-top-color: rgb(142 117 52 / 0.25);
  border-bottom-color: rgb(142 117 52 / 0.25);
}

.border-y-merino-800\/30 {
  border-top-color: rgb(142 117 52 / 0.3);
  border-bottom-color: rgb(142 117 52 / 0.3);
}

.border-y-merino-800\/35 {
  border-top-color: rgb(142 117 52 / 0.35);
  border-bottom-color: rgb(142 117 52 / 0.35);
}

.border-y-merino-800\/40 {
  border-top-color: rgb(142 117 52 / 0.4);
  border-bottom-color: rgb(142 117 52 / 0.4);
}

.border-y-merino-800\/45 {
  border-top-color: rgb(142 117 52 / 0.45);
  border-bottom-color: rgb(142 117 52 / 0.45);
}

.border-y-merino-800\/5 {
  border-top-color: rgb(142 117 52 / 0.05);
  border-bottom-color: rgb(142 117 52 / 0.05);
}

.border-y-merino-800\/50 {
  border-top-color: rgb(142 117 52 / 0.5);
  border-bottom-color: rgb(142 117 52 / 0.5);
}

.border-y-merino-800\/55 {
  border-top-color: rgb(142 117 52 / 0.55);
  border-bottom-color: rgb(142 117 52 / 0.55);
}

.border-y-merino-800\/60 {
  border-top-color: rgb(142 117 52 / 0.6);
  border-bottom-color: rgb(142 117 52 / 0.6);
}

.border-y-merino-800\/65 {
  border-top-color: rgb(142 117 52 / 0.65);
  border-bottom-color: rgb(142 117 52 / 0.65);
}

.border-y-merino-800\/70 {
  border-top-color: rgb(142 117 52 / 0.7);
  border-bottom-color: rgb(142 117 52 / 0.7);
}

.border-y-merino-800\/75 {
  border-top-color: rgb(142 117 52 / 0.75);
  border-bottom-color: rgb(142 117 52 / 0.75);
}

.border-y-merino-800\/80 {
  border-top-color: rgb(142 117 52 / 0.8);
  border-bottom-color: rgb(142 117 52 / 0.8);
}

.border-y-merino-800\/85 {
  border-top-color: rgb(142 117 52 / 0.85);
  border-bottom-color: rgb(142 117 52 / 0.85);
}

.border-y-merino-800\/90 {
  border-top-color: rgb(142 117 52 / 0.9);
  border-bottom-color: rgb(142 117 52 / 0.9);
}

.border-y-merino-800\/95 {
  border-top-color: rgb(142 117 52 / 0.95);
  border-bottom-color: rgb(142 117 52 / 0.95);
}

.border-y-merino-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-y-merino-900\/0 {
  border-top-color: rgb(71 58 26 / 0);
  border-bottom-color: rgb(71 58 26 / 0);
}

.border-y-merino-900\/10 {
  border-top-color: rgb(71 58 26 / 0.1);
  border-bottom-color: rgb(71 58 26 / 0.1);
}

.border-y-merino-900\/100 {
  border-top-color: rgb(71 58 26 / 1);
  border-bottom-color: rgb(71 58 26 / 1);
}

.border-y-merino-900\/15 {
  border-top-color: rgb(71 58 26 / 0.15);
  border-bottom-color: rgb(71 58 26 / 0.15);
}

.border-y-merino-900\/20 {
  border-top-color: rgb(71 58 26 / 0.2);
  border-bottom-color: rgb(71 58 26 / 0.2);
}

.border-y-merino-900\/25 {
  border-top-color: rgb(71 58 26 / 0.25);
  border-bottom-color: rgb(71 58 26 / 0.25);
}

.border-y-merino-900\/30 {
  border-top-color: rgb(71 58 26 / 0.3);
  border-bottom-color: rgb(71 58 26 / 0.3);
}

.border-y-merino-900\/35 {
  border-top-color: rgb(71 58 26 / 0.35);
  border-bottom-color: rgb(71 58 26 / 0.35);
}

.border-y-merino-900\/40 {
  border-top-color: rgb(71 58 26 / 0.4);
  border-bottom-color: rgb(71 58 26 / 0.4);
}

.border-y-merino-900\/45 {
  border-top-color: rgb(71 58 26 / 0.45);
  border-bottom-color: rgb(71 58 26 / 0.45);
}

.border-y-merino-900\/5 {
  border-top-color: rgb(71 58 26 / 0.05);
  border-bottom-color: rgb(71 58 26 / 0.05);
}

.border-y-merino-900\/50 {
  border-top-color: rgb(71 58 26 / 0.5);
  border-bottom-color: rgb(71 58 26 / 0.5);
}

.border-y-merino-900\/55 {
  border-top-color: rgb(71 58 26 / 0.55);
  border-bottom-color: rgb(71 58 26 / 0.55);
}

.border-y-merino-900\/60 {
  border-top-color: rgb(71 58 26 / 0.6);
  border-bottom-color: rgb(71 58 26 / 0.6);
}

.border-y-merino-900\/65 {
  border-top-color: rgb(71 58 26 / 0.65);
  border-bottom-color: rgb(71 58 26 / 0.65);
}

.border-y-merino-900\/70 {
  border-top-color: rgb(71 58 26 / 0.7);
  border-bottom-color: rgb(71 58 26 / 0.7);
}

.border-y-merino-900\/75 {
  border-top-color: rgb(71 58 26 / 0.75);
  border-bottom-color: rgb(71 58 26 / 0.75);
}

.border-y-merino-900\/80 {
  border-top-color: rgb(71 58 26 / 0.8);
  border-bottom-color: rgb(71 58 26 / 0.8);
}

.border-y-merino-900\/85 {
  border-top-color: rgb(71 58 26 / 0.85);
  border-bottom-color: rgb(71 58 26 / 0.85);
}

.border-y-merino-900\/90 {
  border-top-color: rgb(71 58 26 / 0.9);
  border-bottom-color: rgb(71 58 26 / 0.9);
}

.border-y-merino-900\/95 {
  border-top-color: rgb(71 58 26 / 0.95);
  border-bottom-color: rgb(71 58 26 / 0.95);
}

.border-y-merino-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-y-merino-950\/0 {
  border-top-color: rgb(34 28 12 / 0);
  border-bottom-color: rgb(34 28 12 / 0);
}

.border-y-merino-950\/10 {
  border-top-color: rgb(34 28 12 / 0.1);
  border-bottom-color: rgb(34 28 12 / 0.1);
}

.border-y-merino-950\/100 {
  border-top-color: rgb(34 28 12 / 1);
  border-bottom-color: rgb(34 28 12 / 1);
}

.border-y-merino-950\/15 {
  border-top-color: rgb(34 28 12 / 0.15);
  border-bottom-color: rgb(34 28 12 / 0.15);
}

.border-y-merino-950\/20 {
  border-top-color: rgb(34 28 12 / 0.2);
  border-bottom-color: rgb(34 28 12 / 0.2);
}

.border-y-merino-950\/25 {
  border-top-color: rgb(34 28 12 / 0.25);
  border-bottom-color: rgb(34 28 12 / 0.25);
}

.border-y-merino-950\/30 {
  border-top-color: rgb(34 28 12 / 0.3);
  border-bottom-color: rgb(34 28 12 / 0.3);
}

.border-y-merino-950\/35 {
  border-top-color: rgb(34 28 12 / 0.35);
  border-bottom-color: rgb(34 28 12 / 0.35);
}

.border-y-merino-950\/40 {
  border-top-color: rgb(34 28 12 / 0.4);
  border-bottom-color: rgb(34 28 12 / 0.4);
}

.border-y-merino-950\/45 {
  border-top-color: rgb(34 28 12 / 0.45);
  border-bottom-color: rgb(34 28 12 / 0.45);
}

.border-y-merino-950\/5 {
  border-top-color: rgb(34 28 12 / 0.05);
  border-bottom-color: rgb(34 28 12 / 0.05);
}

.border-y-merino-950\/50 {
  border-top-color: rgb(34 28 12 / 0.5);
  border-bottom-color: rgb(34 28 12 / 0.5);
}

.border-y-merino-950\/55 {
  border-top-color: rgb(34 28 12 / 0.55);
  border-bottom-color: rgb(34 28 12 / 0.55);
}

.border-y-merino-950\/60 {
  border-top-color: rgb(34 28 12 / 0.6);
  border-bottom-color: rgb(34 28 12 / 0.6);
}

.border-y-merino-950\/65 {
  border-top-color: rgb(34 28 12 / 0.65);
  border-bottom-color: rgb(34 28 12 / 0.65);
}

.border-y-merino-950\/70 {
  border-top-color: rgb(34 28 12 / 0.7);
  border-bottom-color: rgb(34 28 12 / 0.7);
}

.border-y-merino-950\/75 {
  border-top-color: rgb(34 28 12 / 0.75);
  border-bottom-color: rgb(34 28 12 / 0.75);
}

.border-y-merino-950\/80 {
  border-top-color: rgb(34 28 12 / 0.8);
  border-bottom-color: rgb(34 28 12 / 0.8);
}

.border-y-merino-950\/85 {
  border-top-color: rgb(34 28 12 / 0.85);
  border-bottom-color: rgb(34 28 12 / 0.85);
}

.border-y-merino-950\/90 {
  border-top-color: rgb(34 28 12 / 0.9);
  border-bottom-color: rgb(34 28 12 / 0.9);
}

.border-y-merino-950\/95 {
  border-top-color: rgb(34 28 12 / 0.95);
  border-bottom-color: rgb(34 28 12 / 0.95);
}

.border-y-midgrey {
  --tw-border-opacity: 1;
  border-top-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-y-midgrey\/0 {
  border-top-color: rgb(117 119 124 / 0);
  border-bottom-color: rgb(117 119 124 / 0);
}

.border-y-midgrey\/10 {
  border-top-color: rgb(117 119 124 / 0.1);
  border-bottom-color: rgb(117 119 124 / 0.1);
}

.border-y-midgrey\/100 {
  border-top-color: rgb(117 119 124 / 1);
  border-bottom-color: rgb(117 119 124 / 1);
}

.border-y-midgrey\/15 {
  border-top-color: rgb(117 119 124 / 0.15);
  border-bottom-color: rgb(117 119 124 / 0.15);
}

.border-y-midgrey\/20 {
  border-top-color: rgb(117 119 124 / 0.2);
  border-bottom-color: rgb(117 119 124 / 0.2);
}

.border-y-midgrey\/25 {
  border-top-color: rgb(117 119 124 / 0.25);
  border-bottom-color: rgb(117 119 124 / 0.25);
}

.border-y-midgrey\/30 {
  border-top-color: rgb(117 119 124 / 0.3);
  border-bottom-color: rgb(117 119 124 / 0.3);
}

.border-y-midgrey\/35 {
  border-top-color: rgb(117 119 124 / 0.35);
  border-bottom-color: rgb(117 119 124 / 0.35);
}

.border-y-midgrey\/40 {
  border-top-color: rgb(117 119 124 / 0.4);
  border-bottom-color: rgb(117 119 124 / 0.4);
}

.border-y-midgrey\/45 {
  border-top-color: rgb(117 119 124 / 0.45);
  border-bottom-color: rgb(117 119 124 / 0.45);
}

.border-y-midgrey\/5 {
  border-top-color: rgb(117 119 124 / 0.05);
  border-bottom-color: rgb(117 119 124 / 0.05);
}

.border-y-midgrey\/50 {
  border-top-color: rgb(117 119 124 / 0.5);
  border-bottom-color: rgb(117 119 124 / 0.5);
}

.border-y-midgrey\/55 {
  border-top-color: rgb(117 119 124 / 0.55);
  border-bottom-color: rgb(117 119 124 / 0.55);
}

.border-y-midgrey\/60 {
  border-top-color: rgb(117 119 124 / 0.6);
  border-bottom-color: rgb(117 119 124 / 0.6);
}

.border-y-midgrey\/65 {
  border-top-color: rgb(117 119 124 / 0.65);
  border-bottom-color: rgb(117 119 124 / 0.65);
}

.border-y-midgrey\/70 {
  border-top-color: rgb(117 119 124 / 0.7);
  border-bottom-color: rgb(117 119 124 / 0.7);
}

.border-y-midgrey\/75 {
  border-top-color: rgb(117 119 124 / 0.75);
  border-bottom-color: rgb(117 119 124 / 0.75);
}

.border-y-midgrey\/80 {
  border-top-color: rgb(117 119 124 / 0.8);
  border-bottom-color: rgb(117 119 124 / 0.8);
}

.border-y-midgrey\/85 {
  border-top-color: rgb(117 119 124 / 0.85);
  border-bottom-color: rgb(117 119 124 / 0.85);
}

.border-y-midgrey\/90 {
  border-top-color: rgb(117 119 124 / 0.9);
  border-bottom-color: rgb(117 119 124 / 0.9);
}

.border-y-midgrey\/95 {
  border-top-color: rgb(117 119 124 / 0.95);
  border-bottom-color: rgb(117 119 124 / 0.95);
}

.border-y-offWhite {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-y-offWhite\/0 {
  border-top-color: rgb(217 217 217 / 0);
  border-bottom-color: rgb(217 217 217 / 0);
}

.border-y-offWhite\/10 {
  border-top-color: rgb(217 217 217 / 0.1);
  border-bottom-color: rgb(217 217 217 / 0.1);
}

.border-y-offWhite\/100 {
  border-top-color: rgb(217 217 217 / 1);
  border-bottom-color: rgb(217 217 217 / 1);
}

.border-y-offWhite\/15 {
  border-top-color: rgb(217 217 217 / 0.15);
  border-bottom-color: rgb(217 217 217 / 0.15);
}

.border-y-offWhite\/20 {
  border-top-color: rgb(217 217 217 / 0.2);
  border-bottom-color: rgb(217 217 217 / 0.2);
}

.border-y-offWhite\/25 {
  border-top-color: rgb(217 217 217 / 0.25);
  border-bottom-color: rgb(217 217 217 / 0.25);
}

.border-y-offWhite\/30 {
  border-top-color: rgb(217 217 217 / 0.3);
  border-bottom-color: rgb(217 217 217 / 0.3);
}

.border-y-offWhite\/35 {
  border-top-color: rgb(217 217 217 / 0.35);
  border-bottom-color: rgb(217 217 217 / 0.35);
}

.border-y-offWhite\/40 {
  border-top-color: rgb(217 217 217 / 0.4);
  border-bottom-color: rgb(217 217 217 / 0.4);
}

.border-y-offWhite\/45 {
  border-top-color: rgb(217 217 217 / 0.45);
  border-bottom-color: rgb(217 217 217 / 0.45);
}

.border-y-offWhite\/5 {
  border-top-color: rgb(217 217 217 / 0.05);
  border-bottom-color: rgb(217 217 217 / 0.05);
}

.border-y-offWhite\/50 {
  border-top-color: rgb(217 217 217 / 0.5);
  border-bottom-color: rgb(217 217 217 / 0.5);
}

.border-y-offWhite\/55 {
  border-top-color: rgb(217 217 217 / 0.55);
  border-bottom-color: rgb(217 217 217 / 0.55);
}

.border-y-offWhite\/60 {
  border-top-color: rgb(217 217 217 / 0.6);
  border-bottom-color: rgb(217 217 217 / 0.6);
}

.border-y-offWhite\/65 {
  border-top-color: rgb(217 217 217 / 0.65);
  border-bottom-color: rgb(217 217 217 / 0.65);
}

.border-y-offWhite\/70 {
  border-top-color: rgb(217 217 217 / 0.7);
  border-bottom-color: rgb(217 217 217 / 0.7);
}

.border-y-offWhite\/75 {
  border-top-color: rgb(217 217 217 / 0.75);
  border-bottom-color: rgb(217 217 217 / 0.75);
}

.border-y-offWhite\/80 {
  border-top-color: rgb(217 217 217 / 0.8);
  border-bottom-color: rgb(217 217 217 / 0.8);
}

.border-y-offWhite\/85 {
  border-top-color: rgb(217 217 217 / 0.85);
  border-bottom-color: rgb(217 217 217 / 0.85);
}

.border-y-offWhite\/90 {
  border-top-color: rgb(217 217 217 / 0.9);
  border-bottom-color: rgb(217 217 217 / 0.9);
}

.border-y-offWhite\/95 {
  border-top-color: rgb(217 217 217 / 0.95);
  border-bottom-color: rgb(217 217 217 / 0.95);
}

.border-y-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-y-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-y-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-y-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-y-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-y-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-y-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-y-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-y-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-y-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-y-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-y-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-y-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-y-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-y-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-y-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-y-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-y-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-y-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-y-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-y-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-y-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}

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

.border-b-black\/0 {
  border-bottom-color: rgb(0 0 0 / 0);
}

.border-b-black\/10 {
  border-bottom-color: rgb(0 0 0 / 0.1);
}

.border-b-black\/100 {
  border-bottom-color: rgb(0 0 0 / 1);
}

.border-b-black\/15 {
  border-bottom-color: rgb(0 0 0 / 0.15);
}

.border-b-black\/20 {
  border-bottom-color: rgb(0 0 0 / 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgb(0 0 0 / 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgb(0 0 0 / 0.3);
}

.border-b-black\/35 {
  border-bottom-color: rgb(0 0 0 / 0.35);
}

.border-b-black\/40 {
  border-bottom-color: rgb(0 0 0 / 0.4);
}

.border-b-black\/45 {
  border-bottom-color: rgb(0 0 0 / 0.45);
}

.border-b-black\/5 {
  border-bottom-color: rgb(0 0 0 / 0.05);
}

.border-b-black\/50 {
  border-bottom-color: rgb(0 0 0 / 0.5);
}

.border-b-black\/55 {
  border-bottom-color: rgb(0 0 0 / 0.55);
}

.border-b-black\/60 {
  border-bottom-color: rgb(0 0 0 / 0.6);
}

.border-b-black\/65 {
  border-bottom-color: rgb(0 0 0 / 0.65);
}

.border-b-black\/70 {
  border-bottom-color: rgb(0 0 0 / 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgb(0 0 0 / 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgb(0 0 0 / 0.8);
}

.border-b-black\/85 {
  border-bottom-color: rgb(0 0 0 / 0.85);
}

.border-b-black\/90 {
  border-bottom-color: rgb(0 0 0 / 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgb(0 0 0 / 0.95);
}

.border-b-flamingo-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-100\/0 {
  border-bottom-color: rgb(252 222 217 / 0);
}

.border-b-flamingo-100\/10 {
  border-bottom-color: rgb(252 222 217 / 0.1);
}

.border-b-flamingo-100\/100 {
  border-bottom-color: rgb(252 222 217 / 1);
}

.border-b-flamingo-100\/15 {
  border-bottom-color: rgb(252 222 217 / 0.15);
}

.border-b-flamingo-100\/20 {
  border-bottom-color: rgb(252 222 217 / 0.2);
}

.border-b-flamingo-100\/25 {
  border-bottom-color: rgb(252 222 217 / 0.25);
}

.border-b-flamingo-100\/30 {
  border-bottom-color: rgb(252 222 217 / 0.3);
}

.border-b-flamingo-100\/35 {
  border-bottom-color: rgb(252 222 217 / 0.35);
}

.border-b-flamingo-100\/40 {
  border-bottom-color: rgb(252 222 217 / 0.4);
}

.border-b-flamingo-100\/45 {
  border-bottom-color: rgb(252 222 217 / 0.45);
}

.border-b-flamingo-100\/5 {
  border-bottom-color: rgb(252 222 217 / 0.05);
}

.border-b-flamingo-100\/50 {
  border-bottom-color: rgb(252 222 217 / 0.5);
}

.border-b-flamingo-100\/55 {
  border-bottom-color: rgb(252 222 217 / 0.55);
}

.border-b-flamingo-100\/60 {
  border-bottom-color: rgb(252 222 217 / 0.6);
}

.border-b-flamingo-100\/65 {
  border-bottom-color: rgb(252 222 217 / 0.65);
}

.border-b-flamingo-100\/70 {
  border-bottom-color: rgb(252 222 217 / 0.7);
}

.border-b-flamingo-100\/75 {
  border-bottom-color: rgb(252 222 217 / 0.75);
}

.border-b-flamingo-100\/80 {
  border-bottom-color: rgb(252 222 217 / 0.8);
}

.border-b-flamingo-100\/85 {
  border-bottom-color: rgb(252 222 217 / 0.85);
}

.border-b-flamingo-100\/90 {
  border-bottom-color: rgb(252 222 217 / 0.9);
}

.border-b-flamingo-100\/95 {
  border-bottom-color: rgb(252 222 217 / 0.95);
}

.border-b-flamingo-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-200\/0 {
  border-bottom-color: rgb(249 189 179 / 0);
}

.border-b-flamingo-200\/10 {
  border-bottom-color: rgb(249 189 179 / 0.1);
}

.border-b-flamingo-200\/100 {
  border-bottom-color: rgb(249 189 179 / 1);
}

.border-b-flamingo-200\/15 {
  border-bottom-color: rgb(249 189 179 / 0.15);
}

.border-b-flamingo-200\/20 {
  border-bottom-color: rgb(249 189 179 / 0.2);
}

.border-b-flamingo-200\/25 {
  border-bottom-color: rgb(249 189 179 / 0.25);
}

.border-b-flamingo-200\/30 {
  border-bottom-color: rgb(249 189 179 / 0.3);
}

.border-b-flamingo-200\/35 {
  border-bottom-color: rgb(249 189 179 / 0.35);
}

.border-b-flamingo-200\/40 {
  border-bottom-color: rgb(249 189 179 / 0.4);
}

.border-b-flamingo-200\/45 {
  border-bottom-color: rgb(249 189 179 / 0.45);
}

.border-b-flamingo-200\/5 {
  border-bottom-color: rgb(249 189 179 / 0.05);
}

.border-b-flamingo-200\/50 {
  border-bottom-color: rgb(249 189 179 / 0.5);
}

.border-b-flamingo-200\/55 {
  border-bottom-color: rgb(249 189 179 / 0.55);
}

.border-b-flamingo-200\/60 {
  border-bottom-color: rgb(249 189 179 / 0.6);
}

.border-b-flamingo-200\/65 {
  border-bottom-color: rgb(249 189 179 / 0.65);
}

.border-b-flamingo-200\/70 {
  border-bottom-color: rgb(249 189 179 / 0.7);
}

.border-b-flamingo-200\/75 {
  border-bottom-color: rgb(249 189 179 / 0.75);
}

.border-b-flamingo-200\/80 {
  border-bottom-color: rgb(249 189 179 / 0.8);
}

.border-b-flamingo-200\/85 {
  border-bottom-color: rgb(249 189 179 / 0.85);
}

.border-b-flamingo-200\/90 {
  border-bottom-color: rgb(249 189 179 / 0.9);
}

.border-b-flamingo-200\/95 {
  border-bottom-color: rgb(249 189 179 / 0.95);
}

.border-b-flamingo-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-300\/0 {
  border-bottom-color: rgb(246 155 141 / 0);
}

.border-b-flamingo-300\/10 {
  border-bottom-color: rgb(246 155 141 / 0.1);
}

.border-b-flamingo-300\/100 {
  border-bottom-color: rgb(246 155 141 / 1);
}

.border-b-flamingo-300\/15 {
  border-bottom-color: rgb(246 155 141 / 0.15);
}

.border-b-flamingo-300\/20 {
  border-bottom-color: rgb(246 155 141 / 0.2);
}

.border-b-flamingo-300\/25 {
  border-bottom-color: rgb(246 155 141 / 0.25);
}

.border-b-flamingo-300\/30 {
  border-bottom-color: rgb(246 155 141 / 0.3);
}

.border-b-flamingo-300\/35 {
  border-bottom-color: rgb(246 155 141 / 0.35);
}

.border-b-flamingo-300\/40 {
  border-bottom-color: rgb(246 155 141 / 0.4);
}

.border-b-flamingo-300\/45 {
  border-bottom-color: rgb(246 155 141 / 0.45);
}

.border-b-flamingo-300\/5 {
  border-bottom-color: rgb(246 155 141 / 0.05);
}

.border-b-flamingo-300\/50 {
  border-bottom-color: rgb(246 155 141 / 0.5);
}

.border-b-flamingo-300\/55 {
  border-bottom-color: rgb(246 155 141 / 0.55);
}

.border-b-flamingo-300\/60 {
  border-bottom-color: rgb(246 155 141 / 0.6);
}

.border-b-flamingo-300\/65 {
  border-bottom-color: rgb(246 155 141 / 0.65);
}

.border-b-flamingo-300\/70 {
  border-bottom-color: rgb(246 155 141 / 0.7);
}

.border-b-flamingo-300\/75 {
  border-bottom-color: rgb(246 155 141 / 0.75);
}

.border-b-flamingo-300\/80 {
  border-bottom-color: rgb(246 155 141 / 0.8);
}

.border-b-flamingo-300\/85 {
  border-bottom-color: rgb(246 155 141 / 0.85);
}

.border-b-flamingo-300\/90 {
  border-bottom-color: rgb(246 155 141 / 0.9);
}

.border-b-flamingo-300\/95 {
  border-bottom-color: rgb(246 155 141 / 0.95);
}

.border-b-flamingo-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-400\/0 {
  border-bottom-color: rgb(243 122 104 / 0);
}

.border-b-flamingo-400\/10 {
  border-bottom-color: rgb(243 122 104 / 0.1);
}

.border-b-flamingo-400\/100 {
  border-bottom-color: rgb(243 122 104 / 1);
}

.border-b-flamingo-400\/15 {
  border-bottom-color: rgb(243 122 104 / 0.15);
}

.border-b-flamingo-400\/20 {
  border-bottom-color: rgb(243 122 104 / 0.2);
}

.border-b-flamingo-400\/25 {
  border-bottom-color: rgb(243 122 104 / 0.25);
}

.border-b-flamingo-400\/30 {
  border-bottom-color: rgb(243 122 104 / 0.3);
}

.border-b-flamingo-400\/35 {
  border-bottom-color: rgb(243 122 104 / 0.35);
}

.border-b-flamingo-400\/40 {
  border-bottom-color: rgb(243 122 104 / 0.4);
}

.border-b-flamingo-400\/45 {
  border-bottom-color: rgb(243 122 104 / 0.45);
}

.border-b-flamingo-400\/5 {
  border-bottom-color: rgb(243 122 104 / 0.05);
}

.border-b-flamingo-400\/50 {
  border-bottom-color: rgb(243 122 104 / 0.5);
}

.border-b-flamingo-400\/55 {
  border-bottom-color: rgb(243 122 104 / 0.55);
}

.border-b-flamingo-400\/60 {
  border-bottom-color: rgb(243 122 104 / 0.6);
}

.border-b-flamingo-400\/65 {
  border-bottom-color: rgb(243 122 104 / 0.65);
}

.border-b-flamingo-400\/70 {
  border-bottom-color: rgb(243 122 104 / 0.7);
}

.border-b-flamingo-400\/75 {
  border-bottom-color: rgb(243 122 104 / 0.75);
}

.border-b-flamingo-400\/80 {
  border-bottom-color: rgb(243 122 104 / 0.8);
}

.border-b-flamingo-400\/85 {
  border-bottom-color: rgb(243 122 104 / 0.85);
}

.border-b-flamingo-400\/90 {
  border-bottom-color: rgb(243 122 104 / 0.9);
}

.border-b-flamingo-400\/95 {
  border-bottom-color: rgb(243 122 104 / 0.95);
}

.border-b-flamingo-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-50\/0 {
  border-bottom-color: rgb(254 238 236 / 0);
}

.border-b-flamingo-50\/10 {
  border-bottom-color: rgb(254 238 236 / 0.1);
}

.border-b-flamingo-50\/100 {
  border-bottom-color: rgb(254 238 236 / 1);
}

.border-b-flamingo-50\/15 {
  border-bottom-color: rgb(254 238 236 / 0.15);
}

.border-b-flamingo-50\/20 {
  border-bottom-color: rgb(254 238 236 / 0.2);
}

.border-b-flamingo-50\/25 {
  border-bottom-color: rgb(254 238 236 / 0.25);
}

.border-b-flamingo-50\/30 {
  border-bottom-color: rgb(254 238 236 / 0.3);
}

.border-b-flamingo-50\/35 {
  border-bottom-color: rgb(254 238 236 / 0.35);
}

.border-b-flamingo-50\/40 {
  border-bottom-color: rgb(254 238 236 / 0.4);
}

.border-b-flamingo-50\/45 {
  border-bottom-color: rgb(254 238 236 / 0.45);
}

.border-b-flamingo-50\/5 {
  border-bottom-color: rgb(254 238 236 / 0.05);
}

.border-b-flamingo-50\/50 {
  border-bottom-color: rgb(254 238 236 / 0.5);
}

.border-b-flamingo-50\/55 {
  border-bottom-color: rgb(254 238 236 / 0.55);
}

.border-b-flamingo-50\/60 {
  border-bottom-color: rgb(254 238 236 / 0.6);
}

.border-b-flamingo-50\/65 {
  border-bottom-color: rgb(254 238 236 / 0.65);
}

.border-b-flamingo-50\/70 {
  border-bottom-color: rgb(254 238 236 / 0.7);
}

.border-b-flamingo-50\/75 {
  border-bottom-color: rgb(254 238 236 / 0.75);
}

.border-b-flamingo-50\/80 {
  border-bottom-color: rgb(254 238 236 / 0.8);
}

.border-b-flamingo-50\/85 {
  border-bottom-color: rgb(254 238 236 / 0.85);
}

.border-b-flamingo-50\/90 {
  border-bottom-color: rgb(254 238 236 / 0.9);
}

.border-b-flamingo-50\/95 {
  border-bottom-color: rgb(254 238 236 / 0.95);
}

.border-b-flamingo-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-500\/0 {
  border-bottom-color: rgb(240 88 63 / 0);
}

.border-b-flamingo-500\/10 {
  border-bottom-color: rgb(240 88 63 / 0.1);
}

.border-b-flamingo-500\/100 {
  border-bottom-color: rgb(240 88 63 / 1);
}

.border-b-flamingo-500\/15 {
  border-bottom-color: rgb(240 88 63 / 0.15);
}

.border-b-flamingo-500\/20 {
  border-bottom-color: rgb(240 88 63 / 0.2);
}

.border-b-flamingo-500\/25 {
  border-bottom-color: rgb(240 88 63 / 0.25);
}

.border-b-flamingo-500\/30 {
  border-bottom-color: rgb(240 88 63 / 0.3);
}

.border-b-flamingo-500\/35 {
  border-bottom-color: rgb(240 88 63 / 0.35);
}

.border-b-flamingo-500\/40 {
  border-bottom-color: rgb(240 88 63 / 0.4);
}

.border-b-flamingo-500\/45 {
  border-bottom-color: rgb(240 88 63 / 0.45);
}

.border-b-flamingo-500\/5 {
  border-bottom-color: rgb(240 88 63 / 0.05);
}

.border-b-flamingo-500\/50 {
  border-bottom-color: rgb(240 88 63 / 0.5);
}

.border-b-flamingo-500\/55 {
  border-bottom-color: rgb(240 88 63 / 0.55);
}

.border-b-flamingo-500\/60 {
  border-bottom-color: rgb(240 88 63 / 0.6);
}

.border-b-flamingo-500\/65 {
  border-bottom-color: rgb(240 88 63 / 0.65);
}

.border-b-flamingo-500\/70 {
  border-bottom-color: rgb(240 88 63 / 0.7);
}

.border-b-flamingo-500\/75 {
  border-bottom-color: rgb(240 88 63 / 0.75);
}

.border-b-flamingo-500\/80 {
  border-bottom-color: rgb(240 88 63 / 0.8);
}

.border-b-flamingo-500\/85 {
  border-bottom-color: rgb(240 88 63 / 0.85);
}

.border-b-flamingo-500\/90 {
  border-bottom-color: rgb(240 88 63 / 0.9);
}

.border-b-flamingo-500\/95 {
  border-bottom-color: rgb(240 88 63 / 0.95);
}

.border-b-flamingo-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-600\/0 {
  border-bottom-color: rgb(227 46 18 / 0);
}

.border-b-flamingo-600\/10 {
  border-bottom-color: rgb(227 46 18 / 0.1);
}

.border-b-flamingo-600\/100 {
  border-bottom-color: rgb(227 46 18 / 1);
}

.border-b-flamingo-600\/15 {
  border-bottom-color: rgb(227 46 18 / 0.15);
}

.border-b-flamingo-600\/20 {
  border-bottom-color: rgb(227 46 18 / 0.2);
}

.border-b-flamingo-600\/25 {
  border-bottom-color: rgb(227 46 18 / 0.25);
}

.border-b-flamingo-600\/30 {
  border-bottom-color: rgb(227 46 18 / 0.3);
}

.border-b-flamingo-600\/35 {
  border-bottom-color: rgb(227 46 18 / 0.35);
}

.border-b-flamingo-600\/40 {
  border-bottom-color: rgb(227 46 18 / 0.4);
}

.border-b-flamingo-600\/45 {
  border-bottom-color: rgb(227 46 18 / 0.45);
}

.border-b-flamingo-600\/5 {
  border-bottom-color: rgb(227 46 18 / 0.05);
}

.border-b-flamingo-600\/50 {
  border-bottom-color: rgb(227 46 18 / 0.5);
}

.border-b-flamingo-600\/55 {
  border-bottom-color: rgb(227 46 18 / 0.55);
}

.border-b-flamingo-600\/60 {
  border-bottom-color: rgb(227 46 18 / 0.6);
}

.border-b-flamingo-600\/65 {
  border-bottom-color: rgb(227 46 18 / 0.65);
}

.border-b-flamingo-600\/70 {
  border-bottom-color: rgb(227 46 18 / 0.7);
}

.border-b-flamingo-600\/75 {
  border-bottom-color: rgb(227 46 18 / 0.75);
}

.border-b-flamingo-600\/80 {
  border-bottom-color: rgb(227 46 18 / 0.8);
}

.border-b-flamingo-600\/85 {
  border-bottom-color: rgb(227 46 18 / 0.85);
}

.border-b-flamingo-600\/90 {
  border-bottom-color: rgb(227 46 18 / 0.9);
}

.border-b-flamingo-600\/95 {
  border-bottom-color: rgb(227 46 18 / 0.95);
}

.border-b-flamingo-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-700\/0 {
  border-bottom-color: rgb(170 34 13 / 0);
}

.border-b-flamingo-700\/10 {
  border-bottom-color: rgb(170 34 13 / 0.1);
}

.border-b-flamingo-700\/100 {
  border-bottom-color: rgb(170 34 13 / 1);
}

.border-b-flamingo-700\/15 {
  border-bottom-color: rgb(170 34 13 / 0.15);
}

.border-b-flamingo-700\/20 {
  border-bottom-color: rgb(170 34 13 / 0.2);
}

.border-b-flamingo-700\/25 {
  border-bottom-color: rgb(170 34 13 / 0.25);
}

.border-b-flamingo-700\/30 {
  border-bottom-color: rgb(170 34 13 / 0.3);
}

.border-b-flamingo-700\/35 {
  border-bottom-color: rgb(170 34 13 / 0.35);
}

.border-b-flamingo-700\/40 {
  border-bottom-color: rgb(170 34 13 / 0.4);
}

.border-b-flamingo-700\/45 {
  border-bottom-color: rgb(170 34 13 / 0.45);
}

.border-b-flamingo-700\/5 {
  border-bottom-color: rgb(170 34 13 / 0.05);
}

.border-b-flamingo-700\/50 {
  border-bottom-color: rgb(170 34 13 / 0.5);
}

.border-b-flamingo-700\/55 {
  border-bottom-color: rgb(170 34 13 / 0.55);
}

.border-b-flamingo-700\/60 {
  border-bottom-color: rgb(170 34 13 / 0.6);
}

.border-b-flamingo-700\/65 {
  border-bottom-color: rgb(170 34 13 / 0.65);
}

.border-b-flamingo-700\/70 {
  border-bottom-color: rgb(170 34 13 / 0.7);
}

.border-b-flamingo-700\/75 {
  border-bottom-color: rgb(170 34 13 / 0.75);
}

.border-b-flamingo-700\/80 {
  border-bottom-color: rgb(170 34 13 / 0.8);
}

.border-b-flamingo-700\/85 {
  border-bottom-color: rgb(170 34 13 / 0.85);
}

.border-b-flamingo-700\/90 {
  border-bottom-color: rgb(170 34 13 / 0.9);
}

.border-b-flamingo-700\/95 {
  border-bottom-color: rgb(170 34 13 / 0.95);
}

.border-b-flamingo-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-800\/0 {
  border-bottom-color: rgb(114 23 9 / 0);
}

.border-b-flamingo-800\/10 {
  border-bottom-color: rgb(114 23 9 / 0.1);
}

.border-b-flamingo-800\/100 {
  border-bottom-color: rgb(114 23 9 / 1);
}

.border-b-flamingo-800\/15 {
  border-bottom-color: rgb(114 23 9 / 0.15);
}

.border-b-flamingo-800\/20 {
  border-bottom-color: rgb(114 23 9 / 0.2);
}

.border-b-flamingo-800\/25 {
  border-bottom-color: rgb(114 23 9 / 0.25);
}

.border-b-flamingo-800\/30 {
  border-bottom-color: rgb(114 23 9 / 0.3);
}

.border-b-flamingo-800\/35 {
  border-bottom-color: rgb(114 23 9 / 0.35);
}

.border-b-flamingo-800\/40 {
  border-bottom-color: rgb(114 23 9 / 0.4);
}

.border-b-flamingo-800\/45 {
  border-bottom-color: rgb(114 23 9 / 0.45);
}

.border-b-flamingo-800\/5 {
  border-bottom-color: rgb(114 23 9 / 0.05);
}

.border-b-flamingo-800\/50 {
  border-bottom-color: rgb(114 23 9 / 0.5);
}

.border-b-flamingo-800\/55 {
  border-bottom-color: rgb(114 23 9 / 0.55);
}

.border-b-flamingo-800\/60 {
  border-bottom-color: rgb(114 23 9 / 0.6);
}

.border-b-flamingo-800\/65 {
  border-bottom-color: rgb(114 23 9 / 0.65);
}

.border-b-flamingo-800\/70 {
  border-bottom-color: rgb(114 23 9 / 0.7);
}

.border-b-flamingo-800\/75 {
  border-bottom-color: rgb(114 23 9 / 0.75);
}

.border-b-flamingo-800\/80 {
  border-bottom-color: rgb(114 23 9 / 0.8);
}

.border-b-flamingo-800\/85 {
  border-bottom-color: rgb(114 23 9 / 0.85);
}

.border-b-flamingo-800\/90 {
  border-bottom-color: rgb(114 23 9 / 0.9);
}

.border-b-flamingo-800\/95 {
  border-bottom-color: rgb(114 23 9 / 0.95);
}

.border-b-flamingo-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-900\/0 {
  border-bottom-color: rgb(57 11 4 / 0);
}

.border-b-flamingo-900\/10 {
  border-bottom-color: rgb(57 11 4 / 0.1);
}

.border-b-flamingo-900\/100 {
  border-bottom-color: rgb(57 11 4 / 1);
}

.border-b-flamingo-900\/15 {
  border-bottom-color: rgb(57 11 4 / 0.15);
}

.border-b-flamingo-900\/20 {
  border-bottom-color: rgb(57 11 4 / 0.2);
}

.border-b-flamingo-900\/25 {
  border-bottom-color: rgb(57 11 4 / 0.25);
}

.border-b-flamingo-900\/30 {
  border-bottom-color: rgb(57 11 4 / 0.3);
}

.border-b-flamingo-900\/35 {
  border-bottom-color: rgb(57 11 4 / 0.35);
}

.border-b-flamingo-900\/40 {
  border-bottom-color: rgb(57 11 4 / 0.4);
}

.border-b-flamingo-900\/45 {
  border-bottom-color: rgb(57 11 4 / 0.45);
}

.border-b-flamingo-900\/5 {
  border-bottom-color: rgb(57 11 4 / 0.05);
}

.border-b-flamingo-900\/50 {
  border-bottom-color: rgb(57 11 4 / 0.5);
}

.border-b-flamingo-900\/55 {
  border-bottom-color: rgb(57 11 4 / 0.55);
}

.border-b-flamingo-900\/60 {
  border-bottom-color: rgb(57 11 4 / 0.6);
}

.border-b-flamingo-900\/65 {
  border-bottom-color: rgb(57 11 4 / 0.65);
}

.border-b-flamingo-900\/70 {
  border-bottom-color: rgb(57 11 4 / 0.7);
}

.border-b-flamingo-900\/75 {
  border-bottom-color: rgb(57 11 4 / 0.75);
}

.border-b-flamingo-900\/80 {
  border-bottom-color: rgb(57 11 4 / 0.8);
}

.border-b-flamingo-900\/85 {
  border-bottom-color: rgb(57 11 4 / 0.85);
}

.border-b-flamingo-900\/90 {
  border-bottom-color: rgb(57 11 4 / 0.9);
}

.border-b-flamingo-900\/95 {
  border-bottom-color: rgb(57 11 4 / 0.95);
}

.border-b-flamingo-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-b-flamingo-950\/0 {
  border-bottom-color: rgb(28 6 2 / 0);
}

.border-b-flamingo-950\/10 {
  border-bottom-color: rgb(28 6 2 / 0.1);
}

.border-b-flamingo-950\/100 {
  border-bottom-color: rgb(28 6 2 / 1);
}

.border-b-flamingo-950\/15 {
  border-bottom-color: rgb(28 6 2 / 0.15);
}

.border-b-flamingo-950\/20 {
  border-bottom-color: rgb(28 6 2 / 0.2);
}

.border-b-flamingo-950\/25 {
  border-bottom-color: rgb(28 6 2 / 0.25);
}

.border-b-flamingo-950\/30 {
  border-bottom-color: rgb(28 6 2 / 0.3);
}

.border-b-flamingo-950\/35 {
  border-bottom-color: rgb(28 6 2 / 0.35);
}

.border-b-flamingo-950\/40 {
  border-bottom-color: rgb(28 6 2 / 0.4);
}

.border-b-flamingo-950\/45 {
  border-bottom-color: rgb(28 6 2 / 0.45);
}

.border-b-flamingo-950\/5 {
  border-bottom-color: rgb(28 6 2 / 0.05);
}

.border-b-flamingo-950\/50 {
  border-bottom-color: rgb(28 6 2 / 0.5);
}

.border-b-flamingo-950\/55 {
  border-bottom-color: rgb(28 6 2 / 0.55);
}

.border-b-flamingo-950\/60 {
  border-bottom-color: rgb(28 6 2 / 0.6);
}

.border-b-flamingo-950\/65 {
  border-bottom-color: rgb(28 6 2 / 0.65);
}

.border-b-flamingo-950\/70 {
  border-bottom-color: rgb(28 6 2 / 0.7);
}

.border-b-flamingo-950\/75 {
  border-bottom-color: rgb(28 6 2 / 0.75);
}

.border-b-flamingo-950\/80 {
  border-bottom-color: rgb(28 6 2 / 0.8);
}

.border-b-flamingo-950\/85 {
  border-bottom-color: rgb(28 6 2 / 0.85);
}

.border-b-flamingo-950\/90 {
  border-bottom-color: rgb(28 6 2 / 0.9);
}

.border-b-flamingo-950\/95 {
  border-bottom-color: rgb(28 6 2 / 0.95);
}

.border-b-inherit {
  border-bottom-color: inherit;
}

.border-b-lightgrey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-b-lightgrey\/0 {
  border-bottom-color: rgb(212 212 212 / 0);
}

.border-b-lightgrey\/10 {
  border-bottom-color: rgb(212 212 212 / 0.1);
}

.border-b-lightgrey\/100 {
  border-bottom-color: rgb(212 212 212 / 1);
}

.border-b-lightgrey\/15 {
  border-bottom-color: rgb(212 212 212 / 0.15);
}

.border-b-lightgrey\/20 {
  border-bottom-color: rgb(212 212 212 / 0.2);
}

.border-b-lightgrey\/25 {
  border-bottom-color: rgb(212 212 212 / 0.25);
}

.border-b-lightgrey\/30 {
  border-bottom-color: rgb(212 212 212 / 0.3);
}

.border-b-lightgrey\/35 {
  border-bottom-color: rgb(212 212 212 / 0.35);
}

.border-b-lightgrey\/40 {
  border-bottom-color: rgb(212 212 212 / 0.4);
}

.border-b-lightgrey\/45 {
  border-bottom-color: rgb(212 212 212 / 0.45);
}

.border-b-lightgrey\/5 {
  border-bottom-color: rgb(212 212 212 / 0.05);
}

.border-b-lightgrey\/50 {
  border-bottom-color: rgb(212 212 212 / 0.5);
}

.border-b-lightgrey\/55 {
  border-bottom-color: rgb(212 212 212 / 0.55);
}

.border-b-lightgrey\/60 {
  border-bottom-color: rgb(212 212 212 / 0.6);
}

.border-b-lightgrey\/65 {
  border-bottom-color: rgb(212 212 212 / 0.65);
}

.border-b-lightgrey\/70 {
  border-bottom-color: rgb(212 212 212 / 0.7);
}

.border-b-lightgrey\/75 {
  border-bottom-color: rgb(212 212 212 / 0.75);
}

.border-b-lightgrey\/80 {
  border-bottom-color: rgb(212 212 212 / 0.8);
}

.border-b-lightgrey\/85 {
  border-bottom-color: rgb(212 212 212 / 0.85);
}

.border-b-lightgrey\/90 {
  border-bottom-color: rgb(212 212 212 / 0.9);
}

.border-b-lightgrey\/95 {
  border-bottom-color: rgb(212 212 212 / 0.95);
}

.border-b-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-100\/0 {
  border-bottom-color: rgb(205 219 223 / 0);
}

.border-b-limedSpruce-100\/10 {
  border-bottom-color: rgb(205 219 223 / 0.1);
}

.border-b-limedSpruce-100\/100 {
  border-bottom-color: rgb(205 219 223 / 1);
}

.border-b-limedSpruce-100\/15 {
  border-bottom-color: rgb(205 219 223 / 0.15);
}

.border-b-limedSpruce-100\/20 {
  border-bottom-color: rgb(205 219 223 / 0.2);
}

.border-b-limedSpruce-100\/25 {
  border-bottom-color: rgb(205 219 223 / 0.25);
}

.border-b-limedSpruce-100\/30 {
  border-bottom-color: rgb(205 219 223 / 0.3);
}

.border-b-limedSpruce-100\/35 {
  border-bottom-color: rgb(205 219 223 / 0.35);
}

.border-b-limedSpruce-100\/40 {
  border-bottom-color: rgb(205 219 223 / 0.4);
}

.border-b-limedSpruce-100\/45 {
  border-bottom-color: rgb(205 219 223 / 0.45);
}

.border-b-limedSpruce-100\/5 {
  border-bottom-color: rgb(205 219 223 / 0.05);
}

.border-b-limedSpruce-100\/50 {
  border-bottom-color: rgb(205 219 223 / 0.5);
}

.border-b-limedSpruce-100\/55 {
  border-bottom-color: rgb(205 219 223 / 0.55);
}

.border-b-limedSpruce-100\/60 {
  border-bottom-color: rgb(205 219 223 / 0.6);
}

.border-b-limedSpruce-100\/65 {
  border-bottom-color: rgb(205 219 223 / 0.65);
}

.border-b-limedSpruce-100\/70 {
  border-bottom-color: rgb(205 219 223 / 0.7);
}

.border-b-limedSpruce-100\/75 {
  border-bottom-color: rgb(205 219 223 / 0.75);
}

.border-b-limedSpruce-100\/80 {
  border-bottom-color: rgb(205 219 223 / 0.8);
}

.border-b-limedSpruce-100\/85 {
  border-bottom-color: rgb(205 219 223 / 0.85);
}

.border-b-limedSpruce-100\/90 {
  border-bottom-color: rgb(205 219 223 / 0.9);
}

.border-b-limedSpruce-100\/95 {
  border-bottom-color: rgb(205 219 223 / 0.95);
}

.border-b-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-200\/0 {
  border-bottom-color: rgb(159 185 193 / 0);
}

.border-b-limedSpruce-200\/10 {
  border-bottom-color: rgb(159 185 193 / 0.1);
}

.border-b-limedSpruce-200\/100 {
  border-bottom-color: rgb(159 185 193 / 1);
}

.border-b-limedSpruce-200\/15 {
  border-bottom-color: rgb(159 185 193 / 0.15);
}

.border-b-limedSpruce-200\/20 {
  border-bottom-color: rgb(159 185 193 / 0.2);
}

.border-b-limedSpruce-200\/25 {
  border-bottom-color: rgb(159 185 193 / 0.25);
}

.border-b-limedSpruce-200\/30 {
  border-bottom-color: rgb(159 185 193 / 0.3);
}

.border-b-limedSpruce-200\/35 {
  border-bottom-color: rgb(159 185 193 / 0.35);
}

.border-b-limedSpruce-200\/40 {
  border-bottom-color: rgb(159 185 193 / 0.4);
}

.border-b-limedSpruce-200\/45 {
  border-bottom-color: rgb(159 185 193 / 0.45);
}

.border-b-limedSpruce-200\/5 {
  border-bottom-color: rgb(159 185 193 / 0.05);
}

.border-b-limedSpruce-200\/50 {
  border-bottom-color: rgb(159 185 193 / 0.5);
}

.border-b-limedSpruce-200\/55 {
  border-bottom-color: rgb(159 185 193 / 0.55);
}

.border-b-limedSpruce-200\/60 {
  border-bottom-color: rgb(159 185 193 / 0.6);
}

.border-b-limedSpruce-200\/65 {
  border-bottom-color: rgb(159 185 193 / 0.65);
}

.border-b-limedSpruce-200\/70 {
  border-bottom-color: rgb(159 185 193 / 0.7);
}

.border-b-limedSpruce-200\/75 {
  border-bottom-color: rgb(159 185 193 / 0.75);
}

.border-b-limedSpruce-200\/80 {
  border-bottom-color: rgb(159 185 193 / 0.8);
}

.border-b-limedSpruce-200\/85 {
  border-bottom-color: rgb(159 185 193 / 0.85);
}

.border-b-limedSpruce-200\/90 {
  border-bottom-color: rgb(159 185 193 / 0.9);
}

.border-b-limedSpruce-200\/95 {
  border-bottom-color: rgb(159 185 193 / 0.95);
}

.border-b-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-300\/0 {
  border-bottom-color: rgb(109 148 161 / 0);
}

.border-b-limedSpruce-300\/10 {
  border-bottom-color: rgb(109 148 161 / 0.1);
}

.border-b-limedSpruce-300\/100 {
  border-bottom-color: rgb(109 148 161 / 1);
}

.border-b-limedSpruce-300\/15 {
  border-bottom-color: rgb(109 148 161 / 0.15);
}

.border-b-limedSpruce-300\/20 {
  border-bottom-color: rgb(109 148 161 / 0.2);
}

.border-b-limedSpruce-300\/25 {
  border-bottom-color: rgb(109 148 161 / 0.25);
}

.border-b-limedSpruce-300\/30 {
  border-bottom-color: rgb(109 148 161 / 0.3);
}

.border-b-limedSpruce-300\/35 {
  border-bottom-color: rgb(109 148 161 / 0.35);
}

.border-b-limedSpruce-300\/40 {
  border-bottom-color: rgb(109 148 161 / 0.4);
}

.border-b-limedSpruce-300\/45 {
  border-bottom-color: rgb(109 148 161 / 0.45);
}

.border-b-limedSpruce-300\/5 {
  border-bottom-color: rgb(109 148 161 / 0.05);
}

.border-b-limedSpruce-300\/50 {
  border-bottom-color: rgb(109 148 161 / 0.5);
}

.border-b-limedSpruce-300\/55 {
  border-bottom-color: rgb(109 148 161 / 0.55);
}

.border-b-limedSpruce-300\/60 {
  border-bottom-color: rgb(109 148 161 / 0.6);
}

.border-b-limedSpruce-300\/65 {
  border-bottom-color: rgb(109 148 161 / 0.65);
}

.border-b-limedSpruce-300\/70 {
  border-bottom-color: rgb(109 148 161 / 0.7);
}

.border-b-limedSpruce-300\/75 {
  border-bottom-color: rgb(109 148 161 / 0.75);
}

.border-b-limedSpruce-300\/80 {
  border-bottom-color: rgb(109 148 161 / 0.8);
}

.border-b-limedSpruce-300\/85 {
  border-bottom-color: rgb(109 148 161 / 0.85);
}

.border-b-limedSpruce-300\/90 {
  border-bottom-color: rgb(109 148 161 / 0.9);
}

.border-b-limedSpruce-300\/95 {
  border-bottom-color: rgb(109 148 161 / 0.95);
}

.border-b-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-400\/0 {
  border-bottom-color: rgb(74 105 115 / 0);
}

.border-b-limedSpruce-400\/10 {
  border-bottom-color: rgb(74 105 115 / 0.1);
}

.border-b-limedSpruce-400\/100 {
  border-bottom-color: rgb(74 105 115 / 1);
}

.border-b-limedSpruce-400\/15 {
  border-bottom-color: rgb(74 105 115 / 0.15);
}

.border-b-limedSpruce-400\/20 {
  border-bottom-color: rgb(74 105 115 / 0.2);
}

.border-b-limedSpruce-400\/25 {
  border-bottom-color: rgb(74 105 115 / 0.25);
}

.border-b-limedSpruce-400\/30 {
  border-bottom-color: rgb(74 105 115 / 0.3);
}

.border-b-limedSpruce-400\/35 {
  border-bottom-color: rgb(74 105 115 / 0.35);
}

.border-b-limedSpruce-400\/40 {
  border-bottom-color: rgb(74 105 115 / 0.4);
}

.border-b-limedSpruce-400\/45 {
  border-bottom-color: rgb(74 105 115 / 0.45);
}

.border-b-limedSpruce-400\/5 {
  border-bottom-color: rgb(74 105 115 / 0.05);
}

.border-b-limedSpruce-400\/50 {
  border-bottom-color: rgb(74 105 115 / 0.5);
}

.border-b-limedSpruce-400\/55 {
  border-bottom-color: rgb(74 105 115 / 0.55);
}

.border-b-limedSpruce-400\/60 {
  border-bottom-color: rgb(74 105 115 / 0.6);
}

.border-b-limedSpruce-400\/65 {
  border-bottom-color: rgb(74 105 115 / 0.65);
}

.border-b-limedSpruce-400\/70 {
  border-bottom-color: rgb(74 105 115 / 0.7);
}

.border-b-limedSpruce-400\/75 {
  border-bottom-color: rgb(74 105 115 / 0.75);
}

.border-b-limedSpruce-400\/80 {
  border-bottom-color: rgb(74 105 115 / 0.8);
}

.border-b-limedSpruce-400\/85 {
  border-bottom-color: rgb(74 105 115 / 0.85);
}

.border-b-limedSpruce-400\/90 {
  border-bottom-color: rgb(74 105 115 / 0.9);
}

.border-b-limedSpruce-400\/95 {
  border-bottom-color: rgb(74 105 115 / 0.95);
}

.border-b-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-50\/0 {
  border-bottom-color: rgb(230 237 239 / 0);
}

.border-b-limedSpruce-50\/10 {
  border-bottom-color: rgb(230 237 239 / 0.1);
}

.border-b-limedSpruce-50\/100 {
  border-bottom-color: rgb(230 237 239 / 1);
}

.border-b-limedSpruce-50\/15 {
  border-bottom-color: rgb(230 237 239 / 0.15);
}

.border-b-limedSpruce-50\/20 {
  border-bottom-color: rgb(230 237 239 / 0.2);
}

.border-b-limedSpruce-50\/25 {
  border-bottom-color: rgb(230 237 239 / 0.25);
}

.border-b-limedSpruce-50\/30 {
  border-bottom-color: rgb(230 237 239 / 0.3);
}

.border-b-limedSpruce-50\/35 {
  border-bottom-color: rgb(230 237 239 / 0.35);
}

.border-b-limedSpruce-50\/40 {
  border-bottom-color: rgb(230 237 239 / 0.4);
}

.border-b-limedSpruce-50\/45 {
  border-bottom-color: rgb(230 237 239 / 0.45);
}

.border-b-limedSpruce-50\/5 {
  border-bottom-color: rgb(230 237 239 / 0.05);
}

.border-b-limedSpruce-50\/50 {
  border-bottom-color: rgb(230 237 239 / 0.5);
}

.border-b-limedSpruce-50\/55 {
  border-bottom-color: rgb(230 237 239 / 0.55);
}

.border-b-limedSpruce-50\/60 {
  border-bottom-color: rgb(230 237 239 / 0.6);
}

.border-b-limedSpruce-50\/65 {
  border-bottom-color: rgb(230 237 239 / 0.65);
}

.border-b-limedSpruce-50\/70 {
  border-bottom-color: rgb(230 237 239 / 0.7);
}

.border-b-limedSpruce-50\/75 {
  border-bottom-color: rgb(230 237 239 / 0.75);
}

.border-b-limedSpruce-50\/80 {
  border-bottom-color: rgb(230 237 239 / 0.8);
}

.border-b-limedSpruce-50\/85 {
  border-bottom-color: rgb(230 237 239 / 0.85);
}

.border-b-limedSpruce-50\/90 {
  border-bottom-color: rgb(230 237 239 / 0.9);
}

.border-b-limedSpruce-50\/95 {
  border-bottom-color: rgb(230 237 239 / 0.95);
}

.border-b-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-500\/0 {
  border-bottom-color: rgb(43 61 67 / 0);
}

.border-b-limedSpruce-500\/10 {
  border-bottom-color: rgb(43 61 67 / 0.1);
}

.border-b-limedSpruce-500\/100 {
  border-bottom-color: rgb(43 61 67 / 1);
}

.border-b-limedSpruce-500\/15 {
  border-bottom-color: rgb(43 61 67 / 0.15);
}

.border-b-limedSpruce-500\/20 {
  border-bottom-color: rgb(43 61 67 / 0.2);
}

.border-b-limedSpruce-500\/25 {
  border-bottom-color: rgb(43 61 67 / 0.25);
}

.border-b-limedSpruce-500\/30 {
  border-bottom-color: rgb(43 61 67 / 0.3);
}

.border-b-limedSpruce-500\/35 {
  border-bottom-color: rgb(43 61 67 / 0.35);
}

.border-b-limedSpruce-500\/40 {
  border-bottom-color: rgb(43 61 67 / 0.4);
}

.border-b-limedSpruce-500\/45 {
  border-bottom-color: rgb(43 61 67 / 0.45);
}

.border-b-limedSpruce-500\/5 {
  border-bottom-color: rgb(43 61 67 / 0.05);
}

.border-b-limedSpruce-500\/50 {
  border-bottom-color: rgb(43 61 67 / 0.5);
}

.border-b-limedSpruce-500\/55 {
  border-bottom-color: rgb(43 61 67 / 0.55);
}

.border-b-limedSpruce-500\/60 {
  border-bottom-color: rgb(43 61 67 / 0.6);
}

.border-b-limedSpruce-500\/65 {
  border-bottom-color: rgb(43 61 67 / 0.65);
}

.border-b-limedSpruce-500\/70 {
  border-bottom-color: rgb(43 61 67 / 0.7);
}

.border-b-limedSpruce-500\/75 {
  border-bottom-color: rgb(43 61 67 / 0.75);
}

.border-b-limedSpruce-500\/80 {
  border-bottom-color: rgb(43 61 67 / 0.8);
}

.border-b-limedSpruce-500\/85 {
  border-bottom-color: rgb(43 61 67 / 0.85);
}

.border-b-limedSpruce-500\/90 {
  border-bottom-color: rgb(43 61 67 / 0.9);
}

.border-b-limedSpruce-500\/95 {
  border-bottom-color: rgb(43 61 67 / 0.95);
}

.border-b-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-600\/0 {
  border-bottom-color: rgb(34 48 53 / 0);
}

.border-b-limedSpruce-600\/10 {
  border-bottom-color: rgb(34 48 53 / 0.1);
}

.border-b-limedSpruce-600\/100 {
  border-bottom-color: rgb(34 48 53 / 1);
}

.border-b-limedSpruce-600\/15 {
  border-bottom-color: rgb(34 48 53 / 0.15);
}

.border-b-limedSpruce-600\/20 {
  border-bottom-color: rgb(34 48 53 / 0.2);
}

.border-b-limedSpruce-600\/25 {
  border-bottom-color: rgb(34 48 53 / 0.25);
}

.border-b-limedSpruce-600\/30 {
  border-bottom-color: rgb(34 48 53 / 0.3);
}

.border-b-limedSpruce-600\/35 {
  border-bottom-color: rgb(34 48 53 / 0.35);
}

.border-b-limedSpruce-600\/40 {
  border-bottom-color: rgb(34 48 53 / 0.4);
}

.border-b-limedSpruce-600\/45 {
  border-bottom-color: rgb(34 48 53 / 0.45);
}

.border-b-limedSpruce-600\/5 {
  border-bottom-color: rgb(34 48 53 / 0.05);
}

.border-b-limedSpruce-600\/50 {
  border-bottom-color: rgb(34 48 53 / 0.5);
}

.border-b-limedSpruce-600\/55 {
  border-bottom-color: rgb(34 48 53 / 0.55);
}

.border-b-limedSpruce-600\/60 {
  border-bottom-color: rgb(34 48 53 / 0.6);
}

.border-b-limedSpruce-600\/65 {
  border-bottom-color: rgb(34 48 53 / 0.65);
}

.border-b-limedSpruce-600\/70 {
  border-bottom-color: rgb(34 48 53 / 0.7);
}

.border-b-limedSpruce-600\/75 {
  border-bottom-color: rgb(34 48 53 / 0.75);
}

.border-b-limedSpruce-600\/80 {
  border-bottom-color: rgb(34 48 53 / 0.8);
}

.border-b-limedSpruce-600\/85 {
  border-bottom-color: rgb(34 48 53 / 0.85);
}

.border-b-limedSpruce-600\/90 {
  border-bottom-color: rgb(34 48 53 / 0.9);
}

.border-b-limedSpruce-600\/95 {
  border-bottom-color: rgb(34 48 53 / 0.95);
}

.border-b-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-700\/0 {
  border-bottom-color: rgb(26 37 40 / 0);
}

.border-b-limedSpruce-700\/10 {
  border-bottom-color: rgb(26 37 40 / 0.1);
}

.border-b-limedSpruce-700\/100 {
  border-bottom-color: rgb(26 37 40 / 1);
}

.border-b-limedSpruce-700\/15 {
  border-bottom-color: rgb(26 37 40 / 0.15);
}

.border-b-limedSpruce-700\/20 {
  border-bottom-color: rgb(26 37 40 / 0.2);
}

.border-b-limedSpruce-700\/25 {
  border-bottom-color: rgb(26 37 40 / 0.25);
}

.border-b-limedSpruce-700\/30 {
  border-bottom-color: rgb(26 37 40 / 0.3);
}

.border-b-limedSpruce-700\/35 {
  border-bottom-color: rgb(26 37 40 / 0.35);
}

.border-b-limedSpruce-700\/40 {
  border-bottom-color: rgb(26 37 40 / 0.4);
}

.border-b-limedSpruce-700\/45 {
  border-bottom-color: rgb(26 37 40 / 0.45);
}

.border-b-limedSpruce-700\/5 {
  border-bottom-color: rgb(26 37 40 / 0.05);
}

.border-b-limedSpruce-700\/50 {
  border-bottom-color: rgb(26 37 40 / 0.5);
}

.border-b-limedSpruce-700\/55 {
  border-bottom-color: rgb(26 37 40 / 0.55);
}

.border-b-limedSpruce-700\/60 {
  border-bottom-color: rgb(26 37 40 / 0.6);
}

.border-b-limedSpruce-700\/65 {
  border-bottom-color: rgb(26 37 40 / 0.65);
}

.border-b-limedSpruce-700\/70 {
  border-bottom-color: rgb(26 37 40 / 0.7);
}

.border-b-limedSpruce-700\/75 {
  border-bottom-color: rgb(26 37 40 / 0.75);
}

.border-b-limedSpruce-700\/80 {
  border-bottom-color: rgb(26 37 40 / 0.8);
}

.border-b-limedSpruce-700\/85 {
  border-bottom-color: rgb(26 37 40 / 0.85);
}

.border-b-limedSpruce-700\/90 {
  border-bottom-color: rgb(26 37 40 / 0.9);
}

.border-b-limedSpruce-700\/95 {
  border-bottom-color: rgb(26 37 40 / 0.95);
}

.border-b-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-800\/0 {
  border-bottom-color: rgb(18 25 28 / 0);
}

.border-b-limedSpruce-800\/10 {
  border-bottom-color: rgb(18 25 28 / 0.1);
}

.border-b-limedSpruce-800\/100 {
  border-bottom-color: rgb(18 25 28 / 1);
}

.border-b-limedSpruce-800\/15 {
  border-bottom-color: rgb(18 25 28 / 0.15);
}

.border-b-limedSpruce-800\/20 {
  border-bottom-color: rgb(18 25 28 / 0.2);
}

.border-b-limedSpruce-800\/25 {
  border-bottom-color: rgb(18 25 28 / 0.25);
}

.border-b-limedSpruce-800\/30 {
  border-bottom-color: rgb(18 25 28 / 0.3);
}

.border-b-limedSpruce-800\/35 {
  border-bottom-color: rgb(18 25 28 / 0.35);
}

.border-b-limedSpruce-800\/40 {
  border-bottom-color: rgb(18 25 28 / 0.4);
}

.border-b-limedSpruce-800\/45 {
  border-bottom-color: rgb(18 25 28 / 0.45);
}

.border-b-limedSpruce-800\/5 {
  border-bottom-color: rgb(18 25 28 / 0.05);
}

.border-b-limedSpruce-800\/50 {
  border-bottom-color: rgb(18 25 28 / 0.5);
}

.border-b-limedSpruce-800\/55 {
  border-bottom-color: rgb(18 25 28 / 0.55);
}

.border-b-limedSpruce-800\/60 {
  border-bottom-color: rgb(18 25 28 / 0.6);
}

.border-b-limedSpruce-800\/65 {
  border-bottom-color: rgb(18 25 28 / 0.65);
}

.border-b-limedSpruce-800\/70 {
  border-bottom-color: rgb(18 25 28 / 0.7);
}

.border-b-limedSpruce-800\/75 {
  border-bottom-color: rgb(18 25 28 / 0.75);
}

.border-b-limedSpruce-800\/80 {
  border-bottom-color: rgb(18 25 28 / 0.8);
}

.border-b-limedSpruce-800\/85 {
  border-bottom-color: rgb(18 25 28 / 0.85);
}

.border-b-limedSpruce-800\/90 {
  border-bottom-color: rgb(18 25 28 / 0.9);
}

.border-b-limedSpruce-800\/95 {
  border-bottom-color: rgb(18 25 28 / 0.95);
}

.border-b-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-900\/0 {
  border-bottom-color: rgb(8 11 12 / 0);
}

.border-b-limedSpruce-900\/10 {
  border-bottom-color: rgb(8 11 12 / 0.1);
}

.border-b-limedSpruce-900\/100 {
  border-bottom-color: rgb(8 11 12 / 1);
}

.border-b-limedSpruce-900\/15 {
  border-bottom-color: rgb(8 11 12 / 0.15);
}

.border-b-limedSpruce-900\/20 {
  border-bottom-color: rgb(8 11 12 / 0.2);
}

.border-b-limedSpruce-900\/25 {
  border-bottom-color: rgb(8 11 12 / 0.25);
}

.border-b-limedSpruce-900\/30 {
  border-bottom-color: rgb(8 11 12 / 0.3);
}

.border-b-limedSpruce-900\/35 {
  border-bottom-color: rgb(8 11 12 / 0.35);
}

.border-b-limedSpruce-900\/40 {
  border-bottom-color: rgb(8 11 12 / 0.4);
}

.border-b-limedSpruce-900\/45 {
  border-bottom-color: rgb(8 11 12 / 0.45);
}

.border-b-limedSpruce-900\/5 {
  border-bottom-color: rgb(8 11 12 / 0.05);
}

.border-b-limedSpruce-900\/50 {
  border-bottom-color: rgb(8 11 12 / 0.5);
}

.border-b-limedSpruce-900\/55 {
  border-bottom-color: rgb(8 11 12 / 0.55);
}

.border-b-limedSpruce-900\/60 {
  border-bottom-color: rgb(8 11 12 / 0.6);
}

.border-b-limedSpruce-900\/65 {
  border-bottom-color: rgb(8 11 12 / 0.65);
}

.border-b-limedSpruce-900\/70 {
  border-bottom-color: rgb(8 11 12 / 0.7);
}

.border-b-limedSpruce-900\/75 {
  border-bottom-color: rgb(8 11 12 / 0.75);
}

.border-b-limedSpruce-900\/80 {
  border-bottom-color: rgb(8 11 12 / 0.8);
}

.border-b-limedSpruce-900\/85 {
  border-bottom-color: rgb(8 11 12 / 0.85);
}

.border-b-limedSpruce-900\/90 {
  border-bottom-color: rgb(8 11 12 / 0.9);
}

.border-b-limedSpruce-900\/95 {
  border-bottom-color: rgb(8 11 12 / 0.95);
}

.border-b-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-b-limedSpruce-950\/0 {
  border-bottom-color: rgb(4 6 6 / 0);
}

.border-b-limedSpruce-950\/10 {
  border-bottom-color: rgb(4 6 6 / 0.1);
}

.border-b-limedSpruce-950\/100 {
  border-bottom-color: rgb(4 6 6 / 1);
}

.border-b-limedSpruce-950\/15 {
  border-bottom-color: rgb(4 6 6 / 0.15);
}

.border-b-limedSpruce-950\/20 {
  border-bottom-color: rgb(4 6 6 / 0.2);
}

.border-b-limedSpruce-950\/25 {
  border-bottom-color: rgb(4 6 6 / 0.25);
}

.border-b-limedSpruce-950\/30 {
  border-bottom-color: rgb(4 6 6 / 0.3);
}

.border-b-limedSpruce-950\/35 {
  border-bottom-color: rgb(4 6 6 / 0.35);
}

.border-b-limedSpruce-950\/40 {
  border-bottom-color: rgb(4 6 6 / 0.4);
}

.border-b-limedSpruce-950\/45 {
  border-bottom-color: rgb(4 6 6 / 0.45);
}

.border-b-limedSpruce-950\/5 {
  border-bottom-color: rgb(4 6 6 / 0.05);
}

.border-b-limedSpruce-950\/50 {
  border-bottom-color: rgb(4 6 6 / 0.5);
}

.border-b-limedSpruce-950\/55 {
  border-bottom-color: rgb(4 6 6 / 0.55);
}

.border-b-limedSpruce-950\/60 {
  border-bottom-color: rgb(4 6 6 / 0.6);
}

.border-b-limedSpruce-950\/65 {
  border-bottom-color: rgb(4 6 6 / 0.65);
}

.border-b-limedSpruce-950\/70 {
  border-bottom-color: rgb(4 6 6 / 0.7);
}

.border-b-limedSpruce-950\/75 {
  border-bottom-color: rgb(4 6 6 / 0.75);
}

.border-b-limedSpruce-950\/80 {
  border-bottom-color: rgb(4 6 6 / 0.8);
}

.border-b-limedSpruce-950\/85 {
  border-bottom-color: rgb(4 6 6 / 0.85);
}

.border-b-limedSpruce-950\/90 {
  border-bottom-color: rgb(4 6 6 / 0.9);
}

.border-b-limedSpruce-950\/95 {
  border-bottom-color: rgb(4 6 6 / 0.95);
}

.border-b-merino-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-b-merino-100\/0 {
  border-bottom-color: rgb(254 253 251 / 0);
}

.border-b-merino-100\/10 {
  border-bottom-color: rgb(254 253 251 / 0.1);
}

.border-b-merino-100\/100 {
  border-bottom-color: rgb(254 253 251 / 1);
}

.border-b-merino-100\/15 {
  border-bottom-color: rgb(254 253 251 / 0.15);
}

.border-b-merino-100\/20 {
  border-bottom-color: rgb(254 253 251 / 0.2);
}

.border-b-merino-100\/25 {
  border-bottom-color: rgb(254 253 251 / 0.25);
}

.border-b-merino-100\/30 {
  border-bottom-color: rgb(254 253 251 / 0.3);
}

.border-b-merino-100\/35 {
  border-bottom-color: rgb(254 253 251 / 0.35);
}

.border-b-merino-100\/40 {
  border-bottom-color: rgb(254 253 251 / 0.4);
}

.border-b-merino-100\/45 {
  border-bottom-color: rgb(254 253 251 / 0.45);
}

.border-b-merino-100\/5 {
  border-bottom-color: rgb(254 253 251 / 0.05);
}

.border-b-merino-100\/50 {
  border-bottom-color: rgb(254 253 251 / 0.5);
}

.border-b-merino-100\/55 {
  border-bottom-color: rgb(254 253 251 / 0.55);
}

.border-b-merino-100\/60 {
  border-bottom-color: rgb(254 253 251 / 0.6);
}

.border-b-merino-100\/65 {
  border-bottom-color: rgb(254 253 251 / 0.65);
}

.border-b-merino-100\/70 {
  border-bottom-color: rgb(254 253 251 / 0.7);
}

.border-b-merino-100\/75 {
  border-bottom-color: rgb(254 253 251 / 0.75);
}

.border-b-merino-100\/80 {
  border-bottom-color: rgb(254 253 251 / 0.8);
}

.border-b-merino-100\/85 {
  border-bottom-color: rgb(254 253 251 / 0.85);
}

.border-b-merino-100\/90 {
  border-bottom-color: rgb(254 253 251 / 0.9);
}

.border-b-merino-100\/95 {
  border-bottom-color: rgb(254 253 251 / 0.95);
}

.border-b-merino-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-b-merino-200\/0 {
  border-bottom-color: rgb(252 251 248 / 0);
}

.border-b-merino-200\/10 {
  border-bottom-color: rgb(252 251 248 / 0.1);
}

.border-b-merino-200\/100 {
  border-bottom-color: rgb(252 251 248 / 1);
}

.border-b-merino-200\/15 {
  border-bottom-color: rgb(252 251 248 / 0.15);
}

.border-b-merino-200\/20 {
  border-bottom-color: rgb(252 251 248 / 0.2);
}

.border-b-merino-200\/25 {
  border-bottom-color: rgb(252 251 248 / 0.25);
}

.border-b-merino-200\/30 {
  border-bottom-color: rgb(252 251 248 / 0.3);
}

.border-b-merino-200\/35 {
  border-bottom-color: rgb(252 251 248 / 0.35);
}

.border-b-merino-200\/40 {
  border-bottom-color: rgb(252 251 248 / 0.4);
}

.border-b-merino-200\/45 {
  border-bottom-color: rgb(252 251 248 / 0.45);
}

.border-b-merino-200\/5 {
  border-bottom-color: rgb(252 251 248 / 0.05);
}

.border-b-merino-200\/50 {
  border-bottom-color: rgb(252 251 248 / 0.5);
}

.border-b-merino-200\/55 {
  border-bottom-color: rgb(252 251 248 / 0.55);
}

.border-b-merino-200\/60 {
  border-bottom-color: rgb(252 251 248 / 0.6);
}

.border-b-merino-200\/65 {
  border-bottom-color: rgb(252 251 248 / 0.65);
}

.border-b-merino-200\/70 {
  border-bottom-color: rgb(252 251 248 / 0.7);
}

.border-b-merino-200\/75 {
  border-bottom-color: rgb(252 251 248 / 0.75);
}

.border-b-merino-200\/80 {
  border-bottom-color: rgb(252 251 248 / 0.8);
}

.border-b-merino-200\/85 {
  border-bottom-color: rgb(252 251 248 / 0.85);
}

.border-b-merino-200\/90 {
  border-bottom-color: rgb(252 251 248 / 0.9);
}

.border-b-merino-200\/95 {
  border-bottom-color: rgb(252 251 248 / 0.95);
}

.border-b-merino-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-b-merino-300\/0 {
  border-bottom-color: rgb(250 247 240 / 0);
}

.border-b-merino-300\/10 {
  border-bottom-color: rgb(250 247 240 / 0.1);
}

.border-b-merino-300\/100 {
  border-bottom-color: rgb(250 247 240 / 1);
}

.border-b-merino-300\/15 {
  border-bottom-color: rgb(250 247 240 / 0.15);
}

.border-b-merino-300\/20 {
  border-bottom-color: rgb(250 247 240 / 0.2);
}

.border-b-merino-300\/25 {
  border-bottom-color: rgb(250 247 240 / 0.25);
}

.border-b-merino-300\/30 {
  border-bottom-color: rgb(250 247 240 / 0.3);
}

.border-b-merino-300\/35 {
  border-bottom-color: rgb(250 247 240 / 0.35);
}

.border-b-merino-300\/40 {
  border-bottom-color: rgb(250 247 240 / 0.4);
}

.border-b-merino-300\/45 {
  border-bottom-color: rgb(250 247 240 / 0.45);
}

.border-b-merino-300\/5 {
  border-bottom-color: rgb(250 247 240 / 0.05);
}

.border-b-merino-300\/50 {
  border-bottom-color: rgb(250 247 240 / 0.5);
}

.border-b-merino-300\/55 {
  border-bottom-color: rgb(250 247 240 / 0.55);
}

.border-b-merino-300\/60 {
  border-bottom-color: rgb(250 247 240 / 0.6);
}

.border-b-merino-300\/65 {
  border-bottom-color: rgb(250 247 240 / 0.65);
}

.border-b-merino-300\/70 {
  border-bottom-color: rgb(250 247 240 / 0.7);
}

.border-b-merino-300\/75 {
  border-bottom-color: rgb(250 247 240 / 0.75);
}

.border-b-merino-300\/80 {
  border-bottom-color: rgb(250 247 240 / 0.8);
}

.border-b-merino-300\/85 {
  border-bottom-color: rgb(250 247 240 / 0.85);
}

.border-b-merino-300\/90 {
  border-bottom-color: rgb(250 247 240 / 0.9);
}

.border-b-merino-300\/95 {
  border-bottom-color: rgb(250 247 240 / 0.95);
}

.border-b-merino-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-b-merino-400\/0 {
  border-bottom-color: rgb(248 245 236 / 0);
}

.border-b-merino-400\/10 {
  border-bottom-color: rgb(248 245 236 / 0.1);
}

.border-b-merino-400\/100 {
  border-bottom-color: rgb(248 245 236 / 1);
}

.border-b-merino-400\/15 {
  border-bottom-color: rgb(248 245 236 / 0.15);
}

.border-b-merino-400\/20 {
  border-bottom-color: rgb(248 245 236 / 0.2);
}

.border-b-merino-400\/25 {
  border-bottom-color: rgb(248 245 236 / 0.25);
}

.border-b-merino-400\/30 {
  border-bottom-color: rgb(248 245 236 / 0.3);
}

.border-b-merino-400\/35 {
  border-bottom-color: rgb(248 245 236 / 0.35);
}

.border-b-merino-400\/40 {
  border-bottom-color: rgb(248 245 236 / 0.4);
}

.border-b-merino-400\/45 {
  border-bottom-color: rgb(248 245 236 / 0.45);
}

.border-b-merino-400\/5 {
  border-bottom-color: rgb(248 245 236 / 0.05);
}

.border-b-merino-400\/50 {
  border-bottom-color: rgb(248 245 236 / 0.5);
}

.border-b-merino-400\/55 {
  border-bottom-color: rgb(248 245 236 / 0.55);
}

.border-b-merino-400\/60 {
  border-bottom-color: rgb(248 245 236 / 0.6);
}

.border-b-merino-400\/65 {
  border-bottom-color: rgb(248 245 236 / 0.65);
}

.border-b-merino-400\/70 {
  border-bottom-color: rgb(248 245 236 / 0.7);
}

.border-b-merino-400\/75 {
  border-bottom-color: rgb(248 245 236 / 0.75);
}

.border-b-merino-400\/80 {
  border-bottom-color: rgb(248 245 236 / 0.8);
}

.border-b-merino-400\/85 {
  border-bottom-color: rgb(248 245 236 / 0.85);
}

.border-b-merino-400\/90 {
  border-bottom-color: rgb(248 245 236 / 0.9);
}

.border-b-merino-400\/95 {
  border-bottom-color: rgb(248 245 236 / 0.95);
}

.border-b-merino-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-b-merino-50\/0 {
  border-bottom-color: rgb(254 253 251 / 0);
}

.border-b-merino-50\/10 {
  border-bottom-color: rgb(254 253 251 / 0.1);
}

.border-b-merino-50\/100 {
  border-bottom-color: rgb(254 253 251 / 1);
}

.border-b-merino-50\/15 {
  border-bottom-color: rgb(254 253 251 / 0.15);
}

.border-b-merino-50\/20 {
  border-bottom-color: rgb(254 253 251 / 0.2);
}

.border-b-merino-50\/25 {
  border-bottom-color: rgb(254 253 251 / 0.25);
}

.border-b-merino-50\/30 {
  border-bottom-color: rgb(254 253 251 / 0.3);
}

.border-b-merino-50\/35 {
  border-bottom-color: rgb(254 253 251 / 0.35);
}

.border-b-merino-50\/40 {
  border-bottom-color: rgb(254 253 251 / 0.4);
}

.border-b-merino-50\/45 {
  border-bottom-color: rgb(254 253 251 / 0.45);
}

.border-b-merino-50\/5 {
  border-bottom-color: rgb(254 253 251 / 0.05);
}

.border-b-merino-50\/50 {
  border-bottom-color: rgb(254 253 251 / 0.5);
}

.border-b-merino-50\/55 {
  border-bottom-color: rgb(254 253 251 / 0.55);
}

.border-b-merino-50\/60 {
  border-bottom-color: rgb(254 253 251 / 0.6);
}

.border-b-merino-50\/65 {
  border-bottom-color: rgb(254 253 251 / 0.65);
}

.border-b-merino-50\/70 {
  border-bottom-color: rgb(254 253 251 / 0.7);
}

.border-b-merino-50\/75 {
  border-bottom-color: rgb(254 253 251 / 0.75);
}

.border-b-merino-50\/80 {
  border-bottom-color: rgb(254 253 251 / 0.8);
}

.border-b-merino-50\/85 {
  border-bottom-color: rgb(254 253 251 / 0.85);
}

.border-b-merino-50\/90 {
  border-bottom-color: rgb(254 253 251 / 0.9);
}

.border-b-merino-50\/95 {
  border-bottom-color: rgb(254 253 251 / 0.95);
}

.border-b-merino-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-b-merino-500\/0 {
  border-bottom-color: rgb(247 243 233 / 0);
}

.border-b-merino-500\/10 {
  border-bottom-color: rgb(247 243 233 / 0.1);
}

.border-b-merino-500\/100 {
  border-bottom-color: rgb(247 243 233 / 1);
}

.border-b-merino-500\/15 {
  border-bottom-color: rgb(247 243 233 / 0.15);
}

.border-b-merino-500\/20 {
  border-bottom-color: rgb(247 243 233 / 0.2);
}

.border-b-merino-500\/25 {
  border-bottom-color: rgb(247 243 233 / 0.25);
}

.border-b-merino-500\/30 {
  border-bottom-color: rgb(247 243 233 / 0.3);
}

.border-b-merino-500\/35 {
  border-bottom-color: rgb(247 243 233 / 0.35);
}

.border-b-merino-500\/40 {
  border-bottom-color: rgb(247 243 233 / 0.4);
}

.border-b-merino-500\/45 {
  border-bottom-color: rgb(247 243 233 / 0.45);
}

.border-b-merino-500\/5 {
  border-bottom-color: rgb(247 243 233 / 0.05);
}

.border-b-merino-500\/50 {
  border-bottom-color: rgb(247 243 233 / 0.5);
}

.border-b-merino-500\/55 {
  border-bottom-color: rgb(247 243 233 / 0.55);
}

.border-b-merino-500\/60 {
  border-bottom-color: rgb(247 243 233 / 0.6);
}

.border-b-merino-500\/65 {
  border-bottom-color: rgb(247 243 233 / 0.65);
}

.border-b-merino-500\/70 {
  border-bottom-color: rgb(247 243 233 / 0.7);
}

.border-b-merino-500\/75 {
  border-bottom-color: rgb(247 243 233 / 0.75);
}

.border-b-merino-500\/80 {
  border-bottom-color: rgb(247 243 233 / 0.8);
}

.border-b-merino-500\/85 {
  border-bottom-color: rgb(247 243 233 / 0.85);
}

.border-b-merino-500\/90 {
  border-bottom-color: rgb(247 243 233 / 0.9);
}

.border-b-merino-500\/95 {
  border-bottom-color: rgb(247 243 233 / 0.95);
}

.border-b-merino-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-b-merino-600\/0 {
  border-bottom-color: rgb(221 204 161 / 0);
}

.border-b-merino-600\/10 {
  border-bottom-color: rgb(221 204 161 / 0.1);
}

.border-b-merino-600\/100 {
  border-bottom-color: rgb(221 204 161 / 1);
}

.border-b-merino-600\/15 {
  border-bottom-color: rgb(221 204 161 / 0.15);
}

.border-b-merino-600\/20 {
  border-bottom-color: rgb(221 204 161 / 0.2);
}

.border-b-merino-600\/25 {
  border-bottom-color: rgb(221 204 161 / 0.25);
}

.border-b-merino-600\/30 {
  border-bottom-color: rgb(221 204 161 / 0.3);
}

.border-b-merino-600\/35 {
  border-bottom-color: rgb(221 204 161 / 0.35);
}

.border-b-merino-600\/40 {
  border-bottom-color: rgb(221 204 161 / 0.4);
}

.border-b-merino-600\/45 {
  border-bottom-color: rgb(221 204 161 / 0.45);
}

.border-b-merino-600\/5 {
  border-bottom-color: rgb(221 204 161 / 0.05);
}

.border-b-merino-600\/50 {
  border-bottom-color: rgb(221 204 161 / 0.5);
}

.border-b-merino-600\/55 {
  border-bottom-color: rgb(221 204 161 / 0.55);
}

.border-b-merino-600\/60 {
  border-bottom-color: rgb(221 204 161 / 0.6);
}

.border-b-merino-600\/65 {
  border-bottom-color: rgb(221 204 161 / 0.65);
}

.border-b-merino-600\/70 {
  border-bottom-color: rgb(221 204 161 / 0.7);
}

.border-b-merino-600\/75 {
  border-bottom-color: rgb(221 204 161 / 0.75);
}

.border-b-merino-600\/80 {
  border-bottom-color: rgb(221 204 161 / 0.8);
}

.border-b-merino-600\/85 {
  border-bottom-color: rgb(221 204 161 / 0.85);
}

.border-b-merino-600\/90 {
  border-bottom-color: rgb(221 204 161 / 0.9);
}

.border-b-merino-600\/95 {
  border-bottom-color: rgb(221 204 161 / 0.95);
}

.border-b-merino-700 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-b-merino-700\/0 {
  border-bottom-color: rgb(195 166 90 / 0);
}

.border-b-merino-700\/10 {
  border-bottom-color: rgb(195 166 90 / 0.1);
}

.border-b-merino-700\/100 {
  border-bottom-color: rgb(195 166 90 / 1);
}

.border-b-merino-700\/15 {
  border-bottom-color: rgb(195 166 90 / 0.15);
}

.border-b-merino-700\/20 {
  border-bottom-color: rgb(195 166 90 / 0.2);
}

.border-b-merino-700\/25 {
  border-bottom-color: rgb(195 166 90 / 0.25);
}

.border-b-merino-700\/30 {
  border-bottom-color: rgb(195 166 90 / 0.3);
}

.border-b-merino-700\/35 {
  border-bottom-color: rgb(195 166 90 / 0.35);
}

.border-b-merino-700\/40 {
  border-bottom-color: rgb(195 166 90 / 0.4);
}

.border-b-merino-700\/45 {
  border-bottom-color: rgb(195 166 90 / 0.45);
}

.border-b-merino-700\/5 {
  border-bottom-color: rgb(195 166 90 / 0.05);
}

.border-b-merino-700\/50 {
  border-bottom-color: rgb(195 166 90 / 0.5);
}

.border-b-merino-700\/55 {
  border-bottom-color: rgb(195 166 90 / 0.55);
}

.border-b-merino-700\/60 {
  border-bottom-color: rgb(195 166 90 / 0.6);
}

.border-b-merino-700\/65 {
  border-bottom-color: rgb(195 166 90 / 0.65);
}

.border-b-merino-700\/70 {
  border-bottom-color: rgb(195 166 90 / 0.7);
}

.border-b-merino-700\/75 {
  border-bottom-color: rgb(195 166 90 / 0.75);
}

.border-b-merino-700\/80 {
  border-bottom-color: rgb(195 166 90 / 0.8);
}

.border-b-merino-700\/85 {
  border-bottom-color: rgb(195 166 90 / 0.85);
}

.border-b-merino-700\/90 {
  border-bottom-color: rgb(195 166 90 / 0.9);
}

.border-b-merino-700\/95 {
  border-bottom-color: rgb(195 166 90 / 0.95);
}

.border-b-merino-800 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-b-merino-800\/0 {
  border-bottom-color: rgb(142 117 52 / 0);
}

.border-b-merino-800\/10 {
  border-bottom-color: rgb(142 117 52 / 0.1);
}

.border-b-merino-800\/100 {
  border-bottom-color: rgb(142 117 52 / 1);
}

.border-b-merino-800\/15 {
  border-bottom-color: rgb(142 117 52 / 0.15);
}

.border-b-merino-800\/20 {
  border-bottom-color: rgb(142 117 52 / 0.2);
}

.border-b-merino-800\/25 {
  border-bottom-color: rgb(142 117 52 / 0.25);
}

.border-b-merino-800\/30 {
  border-bottom-color: rgb(142 117 52 / 0.3);
}

.border-b-merino-800\/35 {
  border-bottom-color: rgb(142 117 52 / 0.35);
}

.border-b-merino-800\/40 {
  border-bottom-color: rgb(142 117 52 / 0.4);
}

.border-b-merino-800\/45 {
  border-bottom-color: rgb(142 117 52 / 0.45);
}

.border-b-merino-800\/5 {
  border-bottom-color: rgb(142 117 52 / 0.05);
}

.border-b-merino-800\/50 {
  border-bottom-color: rgb(142 117 52 / 0.5);
}

.border-b-merino-800\/55 {
  border-bottom-color: rgb(142 117 52 / 0.55);
}

.border-b-merino-800\/60 {
  border-bottom-color: rgb(142 117 52 / 0.6);
}

.border-b-merino-800\/65 {
  border-bottom-color: rgb(142 117 52 / 0.65);
}

.border-b-merino-800\/70 {
  border-bottom-color: rgb(142 117 52 / 0.7);
}

.border-b-merino-800\/75 {
  border-bottom-color: rgb(142 117 52 / 0.75);
}

.border-b-merino-800\/80 {
  border-bottom-color: rgb(142 117 52 / 0.8);
}

.border-b-merino-800\/85 {
  border-bottom-color: rgb(142 117 52 / 0.85);
}

.border-b-merino-800\/90 {
  border-bottom-color: rgb(142 117 52 / 0.9);
}

.border-b-merino-800\/95 {
  border-bottom-color: rgb(142 117 52 / 0.95);
}

.border-b-merino-900 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-b-merino-900\/0 {
  border-bottom-color: rgb(71 58 26 / 0);
}

.border-b-merino-900\/10 {
  border-bottom-color: rgb(71 58 26 / 0.1);
}

.border-b-merino-900\/100 {
  border-bottom-color: rgb(71 58 26 / 1);
}

.border-b-merino-900\/15 {
  border-bottom-color: rgb(71 58 26 / 0.15);
}

.border-b-merino-900\/20 {
  border-bottom-color: rgb(71 58 26 / 0.2);
}

.border-b-merino-900\/25 {
  border-bottom-color: rgb(71 58 26 / 0.25);
}

.border-b-merino-900\/30 {
  border-bottom-color: rgb(71 58 26 / 0.3);
}

.border-b-merino-900\/35 {
  border-bottom-color: rgb(71 58 26 / 0.35);
}

.border-b-merino-900\/40 {
  border-bottom-color: rgb(71 58 26 / 0.4);
}

.border-b-merino-900\/45 {
  border-bottom-color: rgb(71 58 26 / 0.45);
}

.border-b-merino-900\/5 {
  border-bottom-color: rgb(71 58 26 / 0.05);
}

.border-b-merino-900\/50 {
  border-bottom-color: rgb(71 58 26 / 0.5);
}

.border-b-merino-900\/55 {
  border-bottom-color: rgb(71 58 26 / 0.55);
}

.border-b-merino-900\/60 {
  border-bottom-color: rgb(71 58 26 / 0.6);
}

.border-b-merino-900\/65 {
  border-bottom-color: rgb(71 58 26 / 0.65);
}

.border-b-merino-900\/70 {
  border-bottom-color: rgb(71 58 26 / 0.7);
}

.border-b-merino-900\/75 {
  border-bottom-color: rgb(71 58 26 / 0.75);
}

.border-b-merino-900\/80 {
  border-bottom-color: rgb(71 58 26 / 0.8);
}

.border-b-merino-900\/85 {
  border-bottom-color: rgb(71 58 26 / 0.85);
}

.border-b-merino-900\/90 {
  border-bottom-color: rgb(71 58 26 / 0.9);
}

.border-b-merino-900\/95 {
  border-bottom-color: rgb(71 58 26 / 0.95);
}

.border-b-merino-950 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-b-merino-950\/0 {
  border-bottom-color: rgb(34 28 12 / 0);
}

.border-b-merino-950\/10 {
  border-bottom-color: rgb(34 28 12 / 0.1);
}

.border-b-merino-950\/100 {
  border-bottom-color: rgb(34 28 12 / 1);
}

.border-b-merino-950\/15 {
  border-bottom-color: rgb(34 28 12 / 0.15);
}

.border-b-merino-950\/20 {
  border-bottom-color: rgb(34 28 12 / 0.2);
}

.border-b-merino-950\/25 {
  border-bottom-color: rgb(34 28 12 / 0.25);
}

.border-b-merino-950\/30 {
  border-bottom-color: rgb(34 28 12 / 0.3);
}

.border-b-merino-950\/35 {
  border-bottom-color: rgb(34 28 12 / 0.35);
}

.border-b-merino-950\/40 {
  border-bottom-color: rgb(34 28 12 / 0.4);
}

.border-b-merino-950\/45 {
  border-bottom-color: rgb(34 28 12 / 0.45);
}

.border-b-merino-950\/5 {
  border-bottom-color: rgb(34 28 12 / 0.05);
}

.border-b-merino-950\/50 {
  border-bottom-color: rgb(34 28 12 / 0.5);
}

.border-b-merino-950\/55 {
  border-bottom-color: rgb(34 28 12 / 0.55);
}

.border-b-merino-950\/60 {
  border-bottom-color: rgb(34 28 12 / 0.6);
}

.border-b-merino-950\/65 {
  border-bottom-color: rgb(34 28 12 / 0.65);
}

.border-b-merino-950\/70 {
  border-bottom-color: rgb(34 28 12 / 0.7);
}

.border-b-merino-950\/75 {
  border-bottom-color: rgb(34 28 12 / 0.75);
}

.border-b-merino-950\/80 {
  border-bottom-color: rgb(34 28 12 / 0.8);
}

.border-b-merino-950\/85 {
  border-bottom-color: rgb(34 28 12 / 0.85);
}

.border-b-merino-950\/90 {
  border-bottom-color: rgb(34 28 12 / 0.9);
}

.border-b-merino-950\/95 {
  border-bottom-color: rgb(34 28 12 / 0.95);
}

.border-b-midgrey {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-b-midgrey\/0 {
  border-bottom-color: rgb(117 119 124 / 0);
}

.border-b-midgrey\/10 {
  border-bottom-color: rgb(117 119 124 / 0.1);
}

.border-b-midgrey\/100 {
  border-bottom-color: rgb(117 119 124 / 1);
}

.border-b-midgrey\/15 {
  border-bottom-color: rgb(117 119 124 / 0.15);
}

.border-b-midgrey\/20 {
  border-bottom-color: rgb(117 119 124 / 0.2);
}

.border-b-midgrey\/25 {
  border-bottom-color: rgb(117 119 124 / 0.25);
}

.border-b-midgrey\/30 {
  border-bottom-color: rgb(117 119 124 / 0.3);
}

.border-b-midgrey\/35 {
  border-bottom-color: rgb(117 119 124 / 0.35);
}

.border-b-midgrey\/40 {
  border-bottom-color: rgb(117 119 124 / 0.4);
}

.border-b-midgrey\/45 {
  border-bottom-color: rgb(117 119 124 / 0.45);
}

.border-b-midgrey\/5 {
  border-bottom-color: rgb(117 119 124 / 0.05);
}

.border-b-midgrey\/50 {
  border-bottom-color: rgb(117 119 124 / 0.5);
}

.border-b-midgrey\/55 {
  border-bottom-color: rgb(117 119 124 / 0.55);
}

.border-b-midgrey\/60 {
  border-bottom-color: rgb(117 119 124 / 0.6);
}

.border-b-midgrey\/65 {
  border-bottom-color: rgb(117 119 124 / 0.65);
}

.border-b-midgrey\/70 {
  border-bottom-color: rgb(117 119 124 / 0.7);
}

.border-b-midgrey\/75 {
  border-bottom-color: rgb(117 119 124 / 0.75);
}

.border-b-midgrey\/80 {
  border-bottom-color: rgb(117 119 124 / 0.8);
}

.border-b-midgrey\/85 {
  border-bottom-color: rgb(117 119 124 / 0.85);
}

.border-b-midgrey\/90 {
  border-bottom-color: rgb(117 119 124 / 0.9);
}

.border-b-midgrey\/95 {
  border-bottom-color: rgb(117 119 124 / 0.95);
}

.border-b-offWhite {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-b-offWhite\/0 {
  border-bottom-color: rgb(217 217 217 / 0);
}

.border-b-offWhite\/10 {
  border-bottom-color: rgb(217 217 217 / 0.1);
}

.border-b-offWhite\/100 {
  border-bottom-color: rgb(217 217 217 / 1);
}

.border-b-offWhite\/15 {
  border-bottom-color: rgb(217 217 217 / 0.15);
}

.border-b-offWhite\/20 {
  border-bottom-color: rgb(217 217 217 / 0.2);
}

.border-b-offWhite\/25 {
  border-bottom-color: rgb(217 217 217 / 0.25);
}

.border-b-offWhite\/30 {
  border-bottom-color: rgb(217 217 217 / 0.3);
}

.border-b-offWhite\/35 {
  border-bottom-color: rgb(217 217 217 / 0.35);
}

.border-b-offWhite\/40 {
  border-bottom-color: rgb(217 217 217 / 0.4);
}

.border-b-offWhite\/45 {
  border-bottom-color: rgb(217 217 217 / 0.45);
}

.border-b-offWhite\/5 {
  border-bottom-color: rgb(217 217 217 / 0.05);
}

.border-b-offWhite\/50 {
  border-bottom-color: rgb(217 217 217 / 0.5);
}

.border-b-offWhite\/55 {
  border-bottom-color: rgb(217 217 217 / 0.55);
}

.border-b-offWhite\/60 {
  border-bottom-color: rgb(217 217 217 / 0.6);
}

.border-b-offWhite\/65 {
  border-bottom-color: rgb(217 217 217 / 0.65);
}

.border-b-offWhite\/70 {
  border-bottom-color: rgb(217 217 217 / 0.7);
}

.border-b-offWhite\/75 {
  border-bottom-color: rgb(217 217 217 / 0.75);
}

.border-b-offWhite\/80 {
  border-bottom-color: rgb(217 217 217 / 0.8);
}

.border-b-offWhite\/85 {
  border-bottom-color: rgb(217 217 217 / 0.85);
}

.border-b-offWhite\/90 {
  border-bottom-color: rgb(217 217 217 / 0.9);
}

.border-b-offWhite\/95 {
  border-bottom-color: rgb(217 217 217 / 0.95);
}

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

.border-b-white\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}

.border-b-white\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}

.border-b-white\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}

.border-b-white\/15 {
  border-bottom-color: rgb(255 255 255 / 0.15);
}

.border-b-white\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}

.border-b-white\/35 {
  border-bottom-color: rgb(255 255 255 / 0.35);
}

.border-b-white\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}

.border-b-white\/45 {
  border-bottom-color: rgb(255 255 255 / 0.45);
}

.border-b-white\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}

.border-b-white\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}

.border-b-white\/55 {
  border-bottom-color: rgb(255 255 255 / 0.55);
}

.border-b-white\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}

.border-b-white\/65 {
  border-bottom-color: rgb(255 255 255 / 0.65);
}

.border-b-white\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}

.border-b-white\/85 {
  border-bottom-color: rgb(255 255 255 / 0.85);
}

.border-b-white\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}

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

.border-e-black\/0 {
  border-inline-end-color: rgb(0 0 0 / 0);
}

.border-e-black\/10 {
  border-inline-end-color: rgb(0 0 0 / 0.1);
}

.border-e-black\/100 {
  border-inline-end-color: rgb(0 0 0 / 1);
}

.border-e-black\/15 {
  border-inline-end-color: rgb(0 0 0 / 0.15);
}

.border-e-black\/20 {
  border-inline-end-color: rgb(0 0 0 / 0.2);
}

.border-e-black\/25 {
  border-inline-end-color: rgb(0 0 0 / 0.25);
}

.border-e-black\/30 {
  border-inline-end-color: rgb(0 0 0 / 0.3);
}

.border-e-black\/35 {
  border-inline-end-color: rgb(0 0 0 / 0.35);
}

.border-e-black\/40 {
  border-inline-end-color: rgb(0 0 0 / 0.4);
}

.border-e-black\/45 {
  border-inline-end-color: rgb(0 0 0 / 0.45);
}

.border-e-black\/5 {
  border-inline-end-color: rgb(0 0 0 / 0.05);
}

.border-e-black\/50 {
  border-inline-end-color: rgb(0 0 0 / 0.5);
}

.border-e-black\/55 {
  border-inline-end-color: rgb(0 0 0 / 0.55);
}

.border-e-black\/60 {
  border-inline-end-color: rgb(0 0 0 / 0.6);
}

.border-e-black\/65 {
  border-inline-end-color: rgb(0 0 0 / 0.65);
}

.border-e-black\/70 {
  border-inline-end-color: rgb(0 0 0 / 0.7);
}

.border-e-black\/75 {
  border-inline-end-color: rgb(0 0 0 / 0.75);
}

.border-e-black\/80 {
  border-inline-end-color: rgb(0 0 0 / 0.8);
}

.border-e-black\/85 {
  border-inline-end-color: rgb(0 0 0 / 0.85);
}

.border-e-black\/90 {
  border-inline-end-color: rgb(0 0 0 / 0.9);
}

.border-e-black\/95 {
  border-inline-end-color: rgb(0 0 0 / 0.95);
}

.border-e-flamingo-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-100\/0 {
  border-inline-end-color: rgb(252 222 217 / 0);
}

.border-e-flamingo-100\/10 {
  border-inline-end-color: rgb(252 222 217 / 0.1);
}

.border-e-flamingo-100\/100 {
  border-inline-end-color: rgb(252 222 217 / 1);
}

.border-e-flamingo-100\/15 {
  border-inline-end-color: rgb(252 222 217 / 0.15);
}

.border-e-flamingo-100\/20 {
  border-inline-end-color: rgb(252 222 217 / 0.2);
}

.border-e-flamingo-100\/25 {
  border-inline-end-color: rgb(252 222 217 / 0.25);
}

.border-e-flamingo-100\/30 {
  border-inline-end-color: rgb(252 222 217 / 0.3);
}

.border-e-flamingo-100\/35 {
  border-inline-end-color: rgb(252 222 217 / 0.35);
}

.border-e-flamingo-100\/40 {
  border-inline-end-color: rgb(252 222 217 / 0.4);
}

.border-e-flamingo-100\/45 {
  border-inline-end-color: rgb(252 222 217 / 0.45);
}

.border-e-flamingo-100\/5 {
  border-inline-end-color: rgb(252 222 217 / 0.05);
}

.border-e-flamingo-100\/50 {
  border-inline-end-color: rgb(252 222 217 / 0.5);
}

.border-e-flamingo-100\/55 {
  border-inline-end-color: rgb(252 222 217 / 0.55);
}

.border-e-flamingo-100\/60 {
  border-inline-end-color: rgb(252 222 217 / 0.6);
}

.border-e-flamingo-100\/65 {
  border-inline-end-color: rgb(252 222 217 / 0.65);
}

.border-e-flamingo-100\/70 {
  border-inline-end-color: rgb(252 222 217 / 0.7);
}

.border-e-flamingo-100\/75 {
  border-inline-end-color: rgb(252 222 217 / 0.75);
}

.border-e-flamingo-100\/80 {
  border-inline-end-color: rgb(252 222 217 / 0.8);
}

.border-e-flamingo-100\/85 {
  border-inline-end-color: rgb(252 222 217 / 0.85);
}

.border-e-flamingo-100\/90 {
  border-inline-end-color: rgb(252 222 217 / 0.9);
}

.border-e-flamingo-100\/95 {
  border-inline-end-color: rgb(252 222 217 / 0.95);
}

.border-e-flamingo-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-200\/0 {
  border-inline-end-color: rgb(249 189 179 / 0);
}

.border-e-flamingo-200\/10 {
  border-inline-end-color: rgb(249 189 179 / 0.1);
}

.border-e-flamingo-200\/100 {
  border-inline-end-color: rgb(249 189 179 / 1);
}

.border-e-flamingo-200\/15 {
  border-inline-end-color: rgb(249 189 179 / 0.15);
}

.border-e-flamingo-200\/20 {
  border-inline-end-color: rgb(249 189 179 / 0.2);
}

.border-e-flamingo-200\/25 {
  border-inline-end-color: rgb(249 189 179 / 0.25);
}

.border-e-flamingo-200\/30 {
  border-inline-end-color: rgb(249 189 179 / 0.3);
}

.border-e-flamingo-200\/35 {
  border-inline-end-color: rgb(249 189 179 / 0.35);
}

.border-e-flamingo-200\/40 {
  border-inline-end-color: rgb(249 189 179 / 0.4);
}

.border-e-flamingo-200\/45 {
  border-inline-end-color: rgb(249 189 179 / 0.45);
}

.border-e-flamingo-200\/5 {
  border-inline-end-color: rgb(249 189 179 / 0.05);
}

.border-e-flamingo-200\/50 {
  border-inline-end-color: rgb(249 189 179 / 0.5);
}

.border-e-flamingo-200\/55 {
  border-inline-end-color: rgb(249 189 179 / 0.55);
}

.border-e-flamingo-200\/60 {
  border-inline-end-color: rgb(249 189 179 / 0.6);
}

.border-e-flamingo-200\/65 {
  border-inline-end-color: rgb(249 189 179 / 0.65);
}

.border-e-flamingo-200\/70 {
  border-inline-end-color: rgb(249 189 179 / 0.7);
}

.border-e-flamingo-200\/75 {
  border-inline-end-color: rgb(249 189 179 / 0.75);
}

.border-e-flamingo-200\/80 {
  border-inline-end-color: rgb(249 189 179 / 0.8);
}

.border-e-flamingo-200\/85 {
  border-inline-end-color: rgb(249 189 179 / 0.85);
}

.border-e-flamingo-200\/90 {
  border-inline-end-color: rgb(249 189 179 / 0.9);
}

.border-e-flamingo-200\/95 {
  border-inline-end-color: rgb(249 189 179 / 0.95);
}

.border-e-flamingo-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-300\/0 {
  border-inline-end-color: rgb(246 155 141 / 0);
}

.border-e-flamingo-300\/10 {
  border-inline-end-color: rgb(246 155 141 / 0.1);
}

.border-e-flamingo-300\/100 {
  border-inline-end-color: rgb(246 155 141 / 1);
}

.border-e-flamingo-300\/15 {
  border-inline-end-color: rgb(246 155 141 / 0.15);
}

.border-e-flamingo-300\/20 {
  border-inline-end-color: rgb(246 155 141 / 0.2);
}

.border-e-flamingo-300\/25 {
  border-inline-end-color: rgb(246 155 141 / 0.25);
}

.border-e-flamingo-300\/30 {
  border-inline-end-color: rgb(246 155 141 / 0.3);
}

.border-e-flamingo-300\/35 {
  border-inline-end-color: rgb(246 155 141 / 0.35);
}

.border-e-flamingo-300\/40 {
  border-inline-end-color: rgb(246 155 141 / 0.4);
}

.border-e-flamingo-300\/45 {
  border-inline-end-color: rgb(246 155 141 / 0.45);
}

.border-e-flamingo-300\/5 {
  border-inline-end-color: rgb(246 155 141 / 0.05);
}

.border-e-flamingo-300\/50 {
  border-inline-end-color: rgb(246 155 141 / 0.5);
}

.border-e-flamingo-300\/55 {
  border-inline-end-color: rgb(246 155 141 / 0.55);
}

.border-e-flamingo-300\/60 {
  border-inline-end-color: rgb(246 155 141 / 0.6);
}

.border-e-flamingo-300\/65 {
  border-inline-end-color: rgb(246 155 141 / 0.65);
}

.border-e-flamingo-300\/70 {
  border-inline-end-color: rgb(246 155 141 / 0.7);
}

.border-e-flamingo-300\/75 {
  border-inline-end-color: rgb(246 155 141 / 0.75);
}

.border-e-flamingo-300\/80 {
  border-inline-end-color: rgb(246 155 141 / 0.8);
}

.border-e-flamingo-300\/85 {
  border-inline-end-color: rgb(246 155 141 / 0.85);
}

.border-e-flamingo-300\/90 {
  border-inline-end-color: rgb(246 155 141 / 0.9);
}

.border-e-flamingo-300\/95 {
  border-inline-end-color: rgb(246 155 141 / 0.95);
}

.border-e-flamingo-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-400\/0 {
  border-inline-end-color: rgb(243 122 104 / 0);
}

.border-e-flamingo-400\/10 {
  border-inline-end-color: rgb(243 122 104 / 0.1);
}

.border-e-flamingo-400\/100 {
  border-inline-end-color: rgb(243 122 104 / 1);
}

.border-e-flamingo-400\/15 {
  border-inline-end-color: rgb(243 122 104 / 0.15);
}

.border-e-flamingo-400\/20 {
  border-inline-end-color: rgb(243 122 104 / 0.2);
}

.border-e-flamingo-400\/25 {
  border-inline-end-color: rgb(243 122 104 / 0.25);
}

.border-e-flamingo-400\/30 {
  border-inline-end-color: rgb(243 122 104 / 0.3);
}

.border-e-flamingo-400\/35 {
  border-inline-end-color: rgb(243 122 104 / 0.35);
}

.border-e-flamingo-400\/40 {
  border-inline-end-color: rgb(243 122 104 / 0.4);
}

.border-e-flamingo-400\/45 {
  border-inline-end-color: rgb(243 122 104 / 0.45);
}

.border-e-flamingo-400\/5 {
  border-inline-end-color: rgb(243 122 104 / 0.05);
}

.border-e-flamingo-400\/50 {
  border-inline-end-color: rgb(243 122 104 / 0.5);
}

.border-e-flamingo-400\/55 {
  border-inline-end-color: rgb(243 122 104 / 0.55);
}

.border-e-flamingo-400\/60 {
  border-inline-end-color: rgb(243 122 104 / 0.6);
}

.border-e-flamingo-400\/65 {
  border-inline-end-color: rgb(243 122 104 / 0.65);
}

.border-e-flamingo-400\/70 {
  border-inline-end-color: rgb(243 122 104 / 0.7);
}

.border-e-flamingo-400\/75 {
  border-inline-end-color: rgb(243 122 104 / 0.75);
}

.border-e-flamingo-400\/80 {
  border-inline-end-color: rgb(243 122 104 / 0.8);
}

.border-e-flamingo-400\/85 {
  border-inline-end-color: rgb(243 122 104 / 0.85);
}

.border-e-flamingo-400\/90 {
  border-inline-end-color: rgb(243 122 104 / 0.9);
}

.border-e-flamingo-400\/95 {
  border-inline-end-color: rgb(243 122 104 / 0.95);
}

.border-e-flamingo-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-50\/0 {
  border-inline-end-color: rgb(254 238 236 / 0);
}

.border-e-flamingo-50\/10 {
  border-inline-end-color: rgb(254 238 236 / 0.1);
}

.border-e-flamingo-50\/100 {
  border-inline-end-color: rgb(254 238 236 / 1);
}

.border-e-flamingo-50\/15 {
  border-inline-end-color: rgb(254 238 236 / 0.15);
}

.border-e-flamingo-50\/20 {
  border-inline-end-color: rgb(254 238 236 / 0.2);
}

.border-e-flamingo-50\/25 {
  border-inline-end-color: rgb(254 238 236 / 0.25);
}

.border-e-flamingo-50\/30 {
  border-inline-end-color: rgb(254 238 236 / 0.3);
}

.border-e-flamingo-50\/35 {
  border-inline-end-color: rgb(254 238 236 / 0.35);
}

.border-e-flamingo-50\/40 {
  border-inline-end-color: rgb(254 238 236 / 0.4);
}

.border-e-flamingo-50\/45 {
  border-inline-end-color: rgb(254 238 236 / 0.45);
}

.border-e-flamingo-50\/5 {
  border-inline-end-color: rgb(254 238 236 / 0.05);
}

.border-e-flamingo-50\/50 {
  border-inline-end-color: rgb(254 238 236 / 0.5);
}

.border-e-flamingo-50\/55 {
  border-inline-end-color: rgb(254 238 236 / 0.55);
}

.border-e-flamingo-50\/60 {
  border-inline-end-color: rgb(254 238 236 / 0.6);
}

.border-e-flamingo-50\/65 {
  border-inline-end-color: rgb(254 238 236 / 0.65);
}

.border-e-flamingo-50\/70 {
  border-inline-end-color: rgb(254 238 236 / 0.7);
}

.border-e-flamingo-50\/75 {
  border-inline-end-color: rgb(254 238 236 / 0.75);
}

.border-e-flamingo-50\/80 {
  border-inline-end-color: rgb(254 238 236 / 0.8);
}

.border-e-flamingo-50\/85 {
  border-inline-end-color: rgb(254 238 236 / 0.85);
}

.border-e-flamingo-50\/90 {
  border-inline-end-color: rgb(254 238 236 / 0.9);
}

.border-e-flamingo-50\/95 {
  border-inline-end-color: rgb(254 238 236 / 0.95);
}

.border-e-flamingo-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-500\/0 {
  border-inline-end-color: rgb(240 88 63 / 0);
}

.border-e-flamingo-500\/10 {
  border-inline-end-color: rgb(240 88 63 / 0.1);
}

.border-e-flamingo-500\/100 {
  border-inline-end-color: rgb(240 88 63 / 1);
}

.border-e-flamingo-500\/15 {
  border-inline-end-color: rgb(240 88 63 / 0.15);
}

.border-e-flamingo-500\/20 {
  border-inline-end-color: rgb(240 88 63 / 0.2);
}

.border-e-flamingo-500\/25 {
  border-inline-end-color: rgb(240 88 63 / 0.25);
}

.border-e-flamingo-500\/30 {
  border-inline-end-color: rgb(240 88 63 / 0.3);
}

.border-e-flamingo-500\/35 {
  border-inline-end-color: rgb(240 88 63 / 0.35);
}

.border-e-flamingo-500\/40 {
  border-inline-end-color: rgb(240 88 63 / 0.4);
}

.border-e-flamingo-500\/45 {
  border-inline-end-color: rgb(240 88 63 / 0.45);
}

.border-e-flamingo-500\/5 {
  border-inline-end-color: rgb(240 88 63 / 0.05);
}

.border-e-flamingo-500\/50 {
  border-inline-end-color: rgb(240 88 63 / 0.5);
}

.border-e-flamingo-500\/55 {
  border-inline-end-color: rgb(240 88 63 / 0.55);
}

.border-e-flamingo-500\/60 {
  border-inline-end-color: rgb(240 88 63 / 0.6);
}

.border-e-flamingo-500\/65 {
  border-inline-end-color: rgb(240 88 63 / 0.65);
}

.border-e-flamingo-500\/70 {
  border-inline-end-color: rgb(240 88 63 / 0.7);
}

.border-e-flamingo-500\/75 {
  border-inline-end-color: rgb(240 88 63 / 0.75);
}

.border-e-flamingo-500\/80 {
  border-inline-end-color: rgb(240 88 63 / 0.8);
}

.border-e-flamingo-500\/85 {
  border-inline-end-color: rgb(240 88 63 / 0.85);
}

.border-e-flamingo-500\/90 {
  border-inline-end-color: rgb(240 88 63 / 0.9);
}

.border-e-flamingo-500\/95 {
  border-inline-end-color: rgb(240 88 63 / 0.95);
}

.border-e-flamingo-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-600\/0 {
  border-inline-end-color: rgb(227 46 18 / 0);
}

.border-e-flamingo-600\/10 {
  border-inline-end-color: rgb(227 46 18 / 0.1);
}

.border-e-flamingo-600\/100 {
  border-inline-end-color: rgb(227 46 18 / 1);
}

.border-e-flamingo-600\/15 {
  border-inline-end-color: rgb(227 46 18 / 0.15);
}

.border-e-flamingo-600\/20 {
  border-inline-end-color: rgb(227 46 18 / 0.2);
}

.border-e-flamingo-600\/25 {
  border-inline-end-color: rgb(227 46 18 / 0.25);
}

.border-e-flamingo-600\/30 {
  border-inline-end-color: rgb(227 46 18 / 0.3);
}

.border-e-flamingo-600\/35 {
  border-inline-end-color: rgb(227 46 18 / 0.35);
}

.border-e-flamingo-600\/40 {
  border-inline-end-color: rgb(227 46 18 / 0.4);
}

.border-e-flamingo-600\/45 {
  border-inline-end-color: rgb(227 46 18 / 0.45);
}

.border-e-flamingo-600\/5 {
  border-inline-end-color: rgb(227 46 18 / 0.05);
}

.border-e-flamingo-600\/50 {
  border-inline-end-color: rgb(227 46 18 / 0.5);
}

.border-e-flamingo-600\/55 {
  border-inline-end-color: rgb(227 46 18 / 0.55);
}

.border-e-flamingo-600\/60 {
  border-inline-end-color: rgb(227 46 18 / 0.6);
}

.border-e-flamingo-600\/65 {
  border-inline-end-color: rgb(227 46 18 / 0.65);
}

.border-e-flamingo-600\/70 {
  border-inline-end-color: rgb(227 46 18 / 0.7);
}

.border-e-flamingo-600\/75 {
  border-inline-end-color: rgb(227 46 18 / 0.75);
}

.border-e-flamingo-600\/80 {
  border-inline-end-color: rgb(227 46 18 / 0.8);
}

.border-e-flamingo-600\/85 {
  border-inline-end-color: rgb(227 46 18 / 0.85);
}

.border-e-flamingo-600\/90 {
  border-inline-end-color: rgb(227 46 18 / 0.9);
}

.border-e-flamingo-600\/95 {
  border-inline-end-color: rgb(227 46 18 / 0.95);
}

.border-e-flamingo-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-700\/0 {
  border-inline-end-color: rgb(170 34 13 / 0);
}

.border-e-flamingo-700\/10 {
  border-inline-end-color: rgb(170 34 13 / 0.1);
}

.border-e-flamingo-700\/100 {
  border-inline-end-color: rgb(170 34 13 / 1);
}

.border-e-flamingo-700\/15 {
  border-inline-end-color: rgb(170 34 13 / 0.15);
}

.border-e-flamingo-700\/20 {
  border-inline-end-color: rgb(170 34 13 / 0.2);
}

.border-e-flamingo-700\/25 {
  border-inline-end-color: rgb(170 34 13 / 0.25);
}

.border-e-flamingo-700\/30 {
  border-inline-end-color: rgb(170 34 13 / 0.3);
}

.border-e-flamingo-700\/35 {
  border-inline-end-color: rgb(170 34 13 / 0.35);
}

.border-e-flamingo-700\/40 {
  border-inline-end-color: rgb(170 34 13 / 0.4);
}

.border-e-flamingo-700\/45 {
  border-inline-end-color: rgb(170 34 13 / 0.45);
}

.border-e-flamingo-700\/5 {
  border-inline-end-color: rgb(170 34 13 / 0.05);
}

.border-e-flamingo-700\/50 {
  border-inline-end-color: rgb(170 34 13 / 0.5);
}

.border-e-flamingo-700\/55 {
  border-inline-end-color: rgb(170 34 13 / 0.55);
}

.border-e-flamingo-700\/60 {
  border-inline-end-color: rgb(170 34 13 / 0.6);
}

.border-e-flamingo-700\/65 {
  border-inline-end-color: rgb(170 34 13 / 0.65);
}

.border-e-flamingo-700\/70 {
  border-inline-end-color: rgb(170 34 13 / 0.7);
}

.border-e-flamingo-700\/75 {
  border-inline-end-color: rgb(170 34 13 / 0.75);
}

.border-e-flamingo-700\/80 {
  border-inline-end-color: rgb(170 34 13 / 0.8);
}

.border-e-flamingo-700\/85 {
  border-inline-end-color: rgb(170 34 13 / 0.85);
}

.border-e-flamingo-700\/90 {
  border-inline-end-color: rgb(170 34 13 / 0.9);
}

.border-e-flamingo-700\/95 {
  border-inline-end-color: rgb(170 34 13 / 0.95);
}

.border-e-flamingo-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-800\/0 {
  border-inline-end-color: rgb(114 23 9 / 0);
}

.border-e-flamingo-800\/10 {
  border-inline-end-color: rgb(114 23 9 / 0.1);
}

.border-e-flamingo-800\/100 {
  border-inline-end-color: rgb(114 23 9 / 1);
}

.border-e-flamingo-800\/15 {
  border-inline-end-color: rgb(114 23 9 / 0.15);
}

.border-e-flamingo-800\/20 {
  border-inline-end-color: rgb(114 23 9 / 0.2);
}

.border-e-flamingo-800\/25 {
  border-inline-end-color: rgb(114 23 9 / 0.25);
}

.border-e-flamingo-800\/30 {
  border-inline-end-color: rgb(114 23 9 / 0.3);
}

.border-e-flamingo-800\/35 {
  border-inline-end-color: rgb(114 23 9 / 0.35);
}

.border-e-flamingo-800\/40 {
  border-inline-end-color: rgb(114 23 9 / 0.4);
}

.border-e-flamingo-800\/45 {
  border-inline-end-color: rgb(114 23 9 / 0.45);
}

.border-e-flamingo-800\/5 {
  border-inline-end-color: rgb(114 23 9 / 0.05);
}

.border-e-flamingo-800\/50 {
  border-inline-end-color: rgb(114 23 9 / 0.5);
}

.border-e-flamingo-800\/55 {
  border-inline-end-color: rgb(114 23 9 / 0.55);
}

.border-e-flamingo-800\/60 {
  border-inline-end-color: rgb(114 23 9 / 0.6);
}

.border-e-flamingo-800\/65 {
  border-inline-end-color: rgb(114 23 9 / 0.65);
}

.border-e-flamingo-800\/70 {
  border-inline-end-color: rgb(114 23 9 / 0.7);
}

.border-e-flamingo-800\/75 {
  border-inline-end-color: rgb(114 23 9 / 0.75);
}

.border-e-flamingo-800\/80 {
  border-inline-end-color: rgb(114 23 9 / 0.8);
}

.border-e-flamingo-800\/85 {
  border-inline-end-color: rgb(114 23 9 / 0.85);
}

.border-e-flamingo-800\/90 {
  border-inline-end-color: rgb(114 23 9 / 0.9);
}

.border-e-flamingo-800\/95 {
  border-inline-end-color: rgb(114 23 9 / 0.95);
}

.border-e-flamingo-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-900\/0 {
  border-inline-end-color: rgb(57 11 4 / 0);
}

.border-e-flamingo-900\/10 {
  border-inline-end-color: rgb(57 11 4 / 0.1);
}

.border-e-flamingo-900\/100 {
  border-inline-end-color: rgb(57 11 4 / 1);
}

.border-e-flamingo-900\/15 {
  border-inline-end-color: rgb(57 11 4 / 0.15);
}

.border-e-flamingo-900\/20 {
  border-inline-end-color: rgb(57 11 4 / 0.2);
}

.border-e-flamingo-900\/25 {
  border-inline-end-color: rgb(57 11 4 / 0.25);
}

.border-e-flamingo-900\/30 {
  border-inline-end-color: rgb(57 11 4 / 0.3);
}

.border-e-flamingo-900\/35 {
  border-inline-end-color: rgb(57 11 4 / 0.35);
}

.border-e-flamingo-900\/40 {
  border-inline-end-color: rgb(57 11 4 / 0.4);
}

.border-e-flamingo-900\/45 {
  border-inline-end-color: rgb(57 11 4 / 0.45);
}

.border-e-flamingo-900\/5 {
  border-inline-end-color: rgb(57 11 4 / 0.05);
}

.border-e-flamingo-900\/50 {
  border-inline-end-color: rgb(57 11 4 / 0.5);
}

.border-e-flamingo-900\/55 {
  border-inline-end-color: rgb(57 11 4 / 0.55);
}

.border-e-flamingo-900\/60 {
  border-inline-end-color: rgb(57 11 4 / 0.6);
}

.border-e-flamingo-900\/65 {
  border-inline-end-color: rgb(57 11 4 / 0.65);
}

.border-e-flamingo-900\/70 {
  border-inline-end-color: rgb(57 11 4 / 0.7);
}

.border-e-flamingo-900\/75 {
  border-inline-end-color: rgb(57 11 4 / 0.75);
}

.border-e-flamingo-900\/80 {
  border-inline-end-color: rgb(57 11 4 / 0.8);
}

.border-e-flamingo-900\/85 {
  border-inline-end-color: rgb(57 11 4 / 0.85);
}

.border-e-flamingo-900\/90 {
  border-inline-end-color: rgb(57 11 4 / 0.9);
}

.border-e-flamingo-900\/95 {
  border-inline-end-color: rgb(57 11 4 / 0.95);
}

.border-e-flamingo-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-e-flamingo-950\/0 {
  border-inline-end-color: rgb(28 6 2 / 0);
}

.border-e-flamingo-950\/10 {
  border-inline-end-color: rgb(28 6 2 / 0.1);
}

.border-e-flamingo-950\/100 {
  border-inline-end-color: rgb(28 6 2 / 1);
}

.border-e-flamingo-950\/15 {
  border-inline-end-color: rgb(28 6 2 / 0.15);
}

.border-e-flamingo-950\/20 {
  border-inline-end-color: rgb(28 6 2 / 0.2);
}

.border-e-flamingo-950\/25 {
  border-inline-end-color: rgb(28 6 2 / 0.25);
}

.border-e-flamingo-950\/30 {
  border-inline-end-color: rgb(28 6 2 / 0.3);
}

.border-e-flamingo-950\/35 {
  border-inline-end-color: rgb(28 6 2 / 0.35);
}

.border-e-flamingo-950\/40 {
  border-inline-end-color: rgb(28 6 2 / 0.4);
}

.border-e-flamingo-950\/45 {
  border-inline-end-color: rgb(28 6 2 / 0.45);
}

.border-e-flamingo-950\/5 {
  border-inline-end-color: rgb(28 6 2 / 0.05);
}

.border-e-flamingo-950\/50 {
  border-inline-end-color: rgb(28 6 2 / 0.5);
}

.border-e-flamingo-950\/55 {
  border-inline-end-color: rgb(28 6 2 / 0.55);
}

.border-e-flamingo-950\/60 {
  border-inline-end-color: rgb(28 6 2 / 0.6);
}

.border-e-flamingo-950\/65 {
  border-inline-end-color: rgb(28 6 2 / 0.65);
}

.border-e-flamingo-950\/70 {
  border-inline-end-color: rgb(28 6 2 / 0.7);
}

.border-e-flamingo-950\/75 {
  border-inline-end-color: rgb(28 6 2 / 0.75);
}

.border-e-flamingo-950\/80 {
  border-inline-end-color: rgb(28 6 2 / 0.8);
}

.border-e-flamingo-950\/85 {
  border-inline-end-color: rgb(28 6 2 / 0.85);
}

.border-e-flamingo-950\/90 {
  border-inline-end-color: rgb(28 6 2 / 0.9);
}

.border-e-flamingo-950\/95 {
  border-inline-end-color: rgb(28 6 2 / 0.95);
}

.border-e-inherit {
  border-inline-end-color: inherit;
}

.border-e-lightgrey {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-e-lightgrey\/0 {
  border-inline-end-color: rgb(212 212 212 / 0);
}

.border-e-lightgrey\/10 {
  border-inline-end-color: rgb(212 212 212 / 0.1);
}

.border-e-lightgrey\/100 {
  border-inline-end-color: rgb(212 212 212 / 1);
}

.border-e-lightgrey\/15 {
  border-inline-end-color: rgb(212 212 212 / 0.15);
}

.border-e-lightgrey\/20 {
  border-inline-end-color: rgb(212 212 212 / 0.2);
}

.border-e-lightgrey\/25 {
  border-inline-end-color: rgb(212 212 212 / 0.25);
}

.border-e-lightgrey\/30 {
  border-inline-end-color: rgb(212 212 212 / 0.3);
}

.border-e-lightgrey\/35 {
  border-inline-end-color: rgb(212 212 212 / 0.35);
}

.border-e-lightgrey\/40 {
  border-inline-end-color: rgb(212 212 212 / 0.4);
}

.border-e-lightgrey\/45 {
  border-inline-end-color: rgb(212 212 212 / 0.45);
}

.border-e-lightgrey\/5 {
  border-inline-end-color: rgb(212 212 212 / 0.05);
}

.border-e-lightgrey\/50 {
  border-inline-end-color: rgb(212 212 212 / 0.5);
}

.border-e-lightgrey\/55 {
  border-inline-end-color: rgb(212 212 212 / 0.55);
}

.border-e-lightgrey\/60 {
  border-inline-end-color: rgb(212 212 212 / 0.6);
}

.border-e-lightgrey\/65 {
  border-inline-end-color: rgb(212 212 212 / 0.65);
}

.border-e-lightgrey\/70 {
  border-inline-end-color: rgb(212 212 212 / 0.7);
}

.border-e-lightgrey\/75 {
  border-inline-end-color: rgb(212 212 212 / 0.75);
}

.border-e-lightgrey\/80 {
  border-inline-end-color: rgb(212 212 212 / 0.8);
}

.border-e-lightgrey\/85 {
  border-inline-end-color: rgb(212 212 212 / 0.85);
}

.border-e-lightgrey\/90 {
  border-inline-end-color: rgb(212 212 212 / 0.9);
}

.border-e-lightgrey\/95 {
  border-inline-end-color: rgb(212 212 212 / 0.95);
}

.border-e-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-100\/0 {
  border-inline-end-color: rgb(205 219 223 / 0);
}

.border-e-limedSpruce-100\/10 {
  border-inline-end-color: rgb(205 219 223 / 0.1);
}

.border-e-limedSpruce-100\/100 {
  border-inline-end-color: rgb(205 219 223 / 1);
}

.border-e-limedSpruce-100\/15 {
  border-inline-end-color: rgb(205 219 223 / 0.15);
}

.border-e-limedSpruce-100\/20 {
  border-inline-end-color: rgb(205 219 223 / 0.2);
}

.border-e-limedSpruce-100\/25 {
  border-inline-end-color: rgb(205 219 223 / 0.25);
}

.border-e-limedSpruce-100\/30 {
  border-inline-end-color: rgb(205 219 223 / 0.3);
}

.border-e-limedSpruce-100\/35 {
  border-inline-end-color: rgb(205 219 223 / 0.35);
}

.border-e-limedSpruce-100\/40 {
  border-inline-end-color: rgb(205 219 223 / 0.4);
}

.border-e-limedSpruce-100\/45 {
  border-inline-end-color: rgb(205 219 223 / 0.45);
}

.border-e-limedSpruce-100\/5 {
  border-inline-end-color: rgb(205 219 223 / 0.05);
}

.border-e-limedSpruce-100\/50 {
  border-inline-end-color: rgb(205 219 223 / 0.5);
}

.border-e-limedSpruce-100\/55 {
  border-inline-end-color: rgb(205 219 223 / 0.55);
}

.border-e-limedSpruce-100\/60 {
  border-inline-end-color: rgb(205 219 223 / 0.6);
}

.border-e-limedSpruce-100\/65 {
  border-inline-end-color: rgb(205 219 223 / 0.65);
}

.border-e-limedSpruce-100\/70 {
  border-inline-end-color: rgb(205 219 223 / 0.7);
}

.border-e-limedSpruce-100\/75 {
  border-inline-end-color: rgb(205 219 223 / 0.75);
}

.border-e-limedSpruce-100\/80 {
  border-inline-end-color: rgb(205 219 223 / 0.8);
}

.border-e-limedSpruce-100\/85 {
  border-inline-end-color: rgb(205 219 223 / 0.85);
}

.border-e-limedSpruce-100\/90 {
  border-inline-end-color: rgb(205 219 223 / 0.9);
}

.border-e-limedSpruce-100\/95 {
  border-inline-end-color: rgb(205 219 223 / 0.95);
}

.border-e-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-200\/0 {
  border-inline-end-color: rgb(159 185 193 / 0);
}

.border-e-limedSpruce-200\/10 {
  border-inline-end-color: rgb(159 185 193 / 0.1);
}

.border-e-limedSpruce-200\/100 {
  border-inline-end-color: rgb(159 185 193 / 1);
}

.border-e-limedSpruce-200\/15 {
  border-inline-end-color: rgb(159 185 193 / 0.15);
}

.border-e-limedSpruce-200\/20 {
  border-inline-end-color: rgb(159 185 193 / 0.2);
}

.border-e-limedSpruce-200\/25 {
  border-inline-end-color: rgb(159 185 193 / 0.25);
}

.border-e-limedSpruce-200\/30 {
  border-inline-end-color: rgb(159 185 193 / 0.3);
}

.border-e-limedSpruce-200\/35 {
  border-inline-end-color: rgb(159 185 193 / 0.35);
}

.border-e-limedSpruce-200\/40 {
  border-inline-end-color: rgb(159 185 193 / 0.4);
}

.border-e-limedSpruce-200\/45 {
  border-inline-end-color: rgb(159 185 193 / 0.45);
}

.border-e-limedSpruce-200\/5 {
  border-inline-end-color: rgb(159 185 193 / 0.05);
}

.border-e-limedSpruce-200\/50 {
  border-inline-end-color: rgb(159 185 193 / 0.5);
}

.border-e-limedSpruce-200\/55 {
  border-inline-end-color: rgb(159 185 193 / 0.55);
}

.border-e-limedSpruce-200\/60 {
  border-inline-end-color: rgb(159 185 193 / 0.6);
}

.border-e-limedSpruce-200\/65 {
  border-inline-end-color: rgb(159 185 193 / 0.65);
}

.border-e-limedSpruce-200\/70 {
  border-inline-end-color: rgb(159 185 193 / 0.7);
}

.border-e-limedSpruce-200\/75 {
  border-inline-end-color: rgb(159 185 193 / 0.75);
}

.border-e-limedSpruce-200\/80 {
  border-inline-end-color: rgb(159 185 193 / 0.8);
}

.border-e-limedSpruce-200\/85 {
  border-inline-end-color: rgb(159 185 193 / 0.85);
}

.border-e-limedSpruce-200\/90 {
  border-inline-end-color: rgb(159 185 193 / 0.9);
}

.border-e-limedSpruce-200\/95 {
  border-inline-end-color: rgb(159 185 193 / 0.95);
}

.border-e-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-300\/0 {
  border-inline-end-color: rgb(109 148 161 / 0);
}

.border-e-limedSpruce-300\/10 {
  border-inline-end-color: rgb(109 148 161 / 0.1);
}

.border-e-limedSpruce-300\/100 {
  border-inline-end-color: rgb(109 148 161 / 1);
}

.border-e-limedSpruce-300\/15 {
  border-inline-end-color: rgb(109 148 161 / 0.15);
}

.border-e-limedSpruce-300\/20 {
  border-inline-end-color: rgb(109 148 161 / 0.2);
}

.border-e-limedSpruce-300\/25 {
  border-inline-end-color: rgb(109 148 161 / 0.25);
}

.border-e-limedSpruce-300\/30 {
  border-inline-end-color: rgb(109 148 161 / 0.3);
}

.border-e-limedSpruce-300\/35 {
  border-inline-end-color: rgb(109 148 161 / 0.35);
}

.border-e-limedSpruce-300\/40 {
  border-inline-end-color: rgb(109 148 161 / 0.4);
}

.border-e-limedSpruce-300\/45 {
  border-inline-end-color: rgb(109 148 161 / 0.45);
}

.border-e-limedSpruce-300\/5 {
  border-inline-end-color: rgb(109 148 161 / 0.05);
}

.border-e-limedSpruce-300\/50 {
  border-inline-end-color: rgb(109 148 161 / 0.5);
}

.border-e-limedSpruce-300\/55 {
  border-inline-end-color: rgb(109 148 161 / 0.55);
}

.border-e-limedSpruce-300\/60 {
  border-inline-end-color: rgb(109 148 161 / 0.6);
}

.border-e-limedSpruce-300\/65 {
  border-inline-end-color: rgb(109 148 161 / 0.65);
}

.border-e-limedSpruce-300\/70 {
  border-inline-end-color: rgb(109 148 161 / 0.7);
}

.border-e-limedSpruce-300\/75 {
  border-inline-end-color: rgb(109 148 161 / 0.75);
}

.border-e-limedSpruce-300\/80 {
  border-inline-end-color: rgb(109 148 161 / 0.8);
}

.border-e-limedSpruce-300\/85 {
  border-inline-end-color: rgb(109 148 161 / 0.85);
}

.border-e-limedSpruce-300\/90 {
  border-inline-end-color: rgb(109 148 161 / 0.9);
}

.border-e-limedSpruce-300\/95 {
  border-inline-end-color: rgb(109 148 161 / 0.95);
}

.border-e-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-400\/0 {
  border-inline-end-color: rgb(74 105 115 / 0);
}

.border-e-limedSpruce-400\/10 {
  border-inline-end-color: rgb(74 105 115 / 0.1);
}

.border-e-limedSpruce-400\/100 {
  border-inline-end-color: rgb(74 105 115 / 1);
}

.border-e-limedSpruce-400\/15 {
  border-inline-end-color: rgb(74 105 115 / 0.15);
}

.border-e-limedSpruce-400\/20 {
  border-inline-end-color: rgb(74 105 115 / 0.2);
}

.border-e-limedSpruce-400\/25 {
  border-inline-end-color: rgb(74 105 115 / 0.25);
}

.border-e-limedSpruce-400\/30 {
  border-inline-end-color: rgb(74 105 115 / 0.3);
}

.border-e-limedSpruce-400\/35 {
  border-inline-end-color: rgb(74 105 115 / 0.35);
}

.border-e-limedSpruce-400\/40 {
  border-inline-end-color: rgb(74 105 115 / 0.4);
}

.border-e-limedSpruce-400\/45 {
  border-inline-end-color: rgb(74 105 115 / 0.45);
}

.border-e-limedSpruce-400\/5 {
  border-inline-end-color: rgb(74 105 115 / 0.05);
}

.border-e-limedSpruce-400\/50 {
  border-inline-end-color: rgb(74 105 115 / 0.5);
}

.border-e-limedSpruce-400\/55 {
  border-inline-end-color: rgb(74 105 115 / 0.55);
}

.border-e-limedSpruce-400\/60 {
  border-inline-end-color: rgb(74 105 115 / 0.6);
}

.border-e-limedSpruce-400\/65 {
  border-inline-end-color: rgb(74 105 115 / 0.65);
}

.border-e-limedSpruce-400\/70 {
  border-inline-end-color: rgb(74 105 115 / 0.7);
}

.border-e-limedSpruce-400\/75 {
  border-inline-end-color: rgb(74 105 115 / 0.75);
}

.border-e-limedSpruce-400\/80 {
  border-inline-end-color: rgb(74 105 115 / 0.8);
}

.border-e-limedSpruce-400\/85 {
  border-inline-end-color: rgb(74 105 115 / 0.85);
}

.border-e-limedSpruce-400\/90 {
  border-inline-end-color: rgb(74 105 115 / 0.9);
}

.border-e-limedSpruce-400\/95 {
  border-inline-end-color: rgb(74 105 115 / 0.95);
}

.border-e-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-50\/0 {
  border-inline-end-color: rgb(230 237 239 / 0);
}

.border-e-limedSpruce-50\/10 {
  border-inline-end-color: rgb(230 237 239 / 0.1);
}

.border-e-limedSpruce-50\/100 {
  border-inline-end-color: rgb(230 237 239 / 1);
}

.border-e-limedSpruce-50\/15 {
  border-inline-end-color: rgb(230 237 239 / 0.15);
}

.border-e-limedSpruce-50\/20 {
  border-inline-end-color: rgb(230 237 239 / 0.2);
}

.border-e-limedSpruce-50\/25 {
  border-inline-end-color: rgb(230 237 239 / 0.25);
}

.border-e-limedSpruce-50\/30 {
  border-inline-end-color: rgb(230 237 239 / 0.3);
}

.border-e-limedSpruce-50\/35 {
  border-inline-end-color: rgb(230 237 239 / 0.35);
}

.border-e-limedSpruce-50\/40 {
  border-inline-end-color: rgb(230 237 239 / 0.4);
}

.border-e-limedSpruce-50\/45 {
  border-inline-end-color: rgb(230 237 239 / 0.45);
}

.border-e-limedSpruce-50\/5 {
  border-inline-end-color: rgb(230 237 239 / 0.05);
}

.border-e-limedSpruce-50\/50 {
  border-inline-end-color: rgb(230 237 239 / 0.5);
}

.border-e-limedSpruce-50\/55 {
  border-inline-end-color: rgb(230 237 239 / 0.55);
}

.border-e-limedSpruce-50\/60 {
  border-inline-end-color: rgb(230 237 239 / 0.6);
}

.border-e-limedSpruce-50\/65 {
  border-inline-end-color: rgb(230 237 239 / 0.65);
}

.border-e-limedSpruce-50\/70 {
  border-inline-end-color: rgb(230 237 239 / 0.7);
}

.border-e-limedSpruce-50\/75 {
  border-inline-end-color: rgb(230 237 239 / 0.75);
}

.border-e-limedSpruce-50\/80 {
  border-inline-end-color: rgb(230 237 239 / 0.8);
}

.border-e-limedSpruce-50\/85 {
  border-inline-end-color: rgb(230 237 239 / 0.85);
}

.border-e-limedSpruce-50\/90 {
  border-inline-end-color: rgb(230 237 239 / 0.9);
}

.border-e-limedSpruce-50\/95 {
  border-inline-end-color: rgb(230 237 239 / 0.95);
}

.border-e-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-500\/0 {
  border-inline-end-color: rgb(43 61 67 / 0);
}

.border-e-limedSpruce-500\/10 {
  border-inline-end-color: rgb(43 61 67 / 0.1);
}

.border-e-limedSpruce-500\/100 {
  border-inline-end-color: rgb(43 61 67 / 1);
}

.border-e-limedSpruce-500\/15 {
  border-inline-end-color: rgb(43 61 67 / 0.15);
}

.border-e-limedSpruce-500\/20 {
  border-inline-end-color: rgb(43 61 67 / 0.2);
}

.border-e-limedSpruce-500\/25 {
  border-inline-end-color: rgb(43 61 67 / 0.25);
}

.border-e-limedSpruce-500\/30 {
  border-inline-end-color: rgb(43 61 67 / 0.3);
}

.border-e-limedSpruce-500\/35 {
  border-inline-end-color: rgb(43 61 67 / 0.35);
}

.border-e-limedSpruce-500\/40 {
  border-inline-end-color: rgb(43 61 67 / 0.4);
}

.border-e-limedSpruce-500\/45 {
  border-inline-end-color: rgb(43 61 67 / 0.45);
}

.border-e-limedSpruce-500\/5 {
  border-inline-end-color: rgb(43 61 67 / 0.05);
}

.border-e-limedSpruce-500\/50 {
  border-inline-end-color: rgb(43 61 67 / 0.5);
}

.border-e-limedSpruce-500\/55 {
  border-inline-end-color: rgb(43 61 67 / 0.55);
}

.border-e-limedSpruce-500\/60 {
  border-inline-end-color: rgb(43 61 67 / 0.6);
}

.border-e-limedSpruce-500\/65 {
  border-inline-end-color: rgb(43 61 67 / 0.65);
}

.border-e-limedSpruce-500\/70 {
  border-inline-end-color: rgb(43 61 67 / 0.7);
}

.border-e-limedSpruce-500\/75 {
  border-inline-end-color: rgb(43 61 67 / 0.75);
}

.border-e-limedSpruce-500\/80 {
  border-inline-end-color: rgb(43 61 67 / 0.8);
}

.border-e-limedSpruce-500\/85 {
  border-inline-end-color: rgb(43 61 67 / 0.85);
}

.border-e-limedSpruce-500\/90 {
  border-inline-end-color: rgb(43 61 67 / 0.9);
}

.border-e-limedSpruce-500\/95 {
  border-inline-end-color: rgb(43 61 67 / 0.95);
}

.border-e-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-600\/0 {
  border-inline-end-color: rgb(34 48 53 / 0);
}

.border-e-limedSpruce-600\/10 {
  border-inline-end-color: rgb(34 48 53 / 0.1);
}

.border-e-limedSpruce-600\/100 {
  border-inline-end-color: rgb(34 48 53 / 1);
}

.border-e-limedSpruce-600\/15 {
  border-inline-end-color: rgb(34 48 53 / 0.15);
}

.border-e-limedSpruce-600\/20 {
  border-inline-end-color: rgb(34 48 53 / 0.2);
}

.border-e-limedSpruce-600\/25 {
  border-inline-end-color: rgb(34 48 53 / 0.25);
}

.border-e-limedSpruce-600\/30 {
  border-inline-end-color: rgb(34 48 53 / 0.3);
}

.border-e-limedSpruce-600\/35 {
  border-inline-end-color: rgb(34 48 53 / 0.35);
}

.border-e-limedSpruce-600\/40 {
  border-inline-end-color: rgb(34 48 53 / 0.4);
}

.border-e-limedSpruce-600\/45 {
  border-inline-end-color: rgb(34 48 53 / 0.45);
}

.border-e-limedSpruce-600\/5 {
  border-inline-end-color: rgb(34 48 53 / 0.05);
}

.border-e-limedSpruce-600\/50 {
  border-inline-end-color: rgb(34 48 53 / 0.5);
}

.border-e-limedSpruce-600\/55 {
  border-inline-end-color: rgb(34 48 53 / 0.55);
}

.border-e-limedSpruce-600\/60 {
  border-inline-end-color: rgb(34 48 53 / 0.6);
}

.border-e-limedSpruce-600\/65 {
  border-inline-end-color: rgb(34 48 53 / 0.65);
}

.border-e-limedSpruce-600\/70 {
  border-inline-end-color: rgb(34 48 53 / 0.7);
}

.border-e-limedSpruce-600\/75 {
  border-inline-end-color: rgb(34 48 53 / 0.75);
}

.border-e-limedSpruce-600\/80 {
  border-inline-end-color: rgb(34 48 53 / 0.8);
}

.border-e-limedSpruce-600\/85 {
  border-inline-end-color: rgb(34 48 53 / 0.85);
}

.border-e-limedSpruce-600\/90 {
  border-inline-end-color: rgb(34 48 53 / 0.9);
}

.border-e-limedSpruce-600\/95 {
  border-inline-end-color: rgb(34 48 53 / 0.95);
}

.border-e-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-700\/0 {
  border-inline-end-color: rgb(26 37 40 / 0);
}

.border-e-limedSpruce-700\/10 {
  border-inline-end-color: rgb(26 37 40 / 0.1);
}

.border-e-limedSpruce-700\/100 {
  border-inline-end-color: rgb(26 37 40 / 1);
}

.border-e-limedSpruce-700\/15 {
  border-inline-end-color: rgb(26 37 40 / 0.15);
}

.border-e-limedSpruce-700\/20 {
  border-inline-end-color: rgb(26 37 40 / 0.2);
}

.border-e-limedSpruce-700\/25 {
  border-inline-end-color: rgb(26 37 40 / 0.25);
}

.border-e-limedSpruce-700\/30 {
  border-inline-end-color: rgb(26 37 40 / 0.3);
}

.border-e-limedSpruce-700\/35 {
  border-inline-end-color: rgb(26 37 40 / 0.35);
}

.border-e-limedSpruce-700\/40 {
  border-inline-end-color: rgb(26 37 40 / 0.4);
}

.border-e-limedSpruce-700\/45 {
  border-inline-end-color: rgb(26 37 40 / 0.45);
}

.border-e-limedSpruce-700\/5 {
  border-inline-end-color: rgb(26 37 40 / 0.05);
}

.border-e-limedSpruce-700\/50 {
  border-inline-end-color: rgb(26 37 40 / 0.5);
}

.border-e-limedSpruce-700\/55 {
  border-inline-end-color: rgb(26 37 40 / 0.55);
}

.border-e-limedSpruce-700\/60 {
  border-inline-end-color: rgb(26 37 40 / 0.6);
}

.border-e-limedSpruce-700\/65 {
  border-inline-end-color: rgb(26 37 40 / 0.65);
}

.border-e-limedSpruce-700\/70 {
  border-inline-end-color: rgb(26 37 40 / 0.7);
}

.border-e-limedSpruce-700\/75 {
  border-inline-end-color: rgb(26 37 40 / 0.75);
}

.border-e-limedSpruce-700\/80 {
  border-inline-end-color: rgb(26 37 40 / 0.8);
}

.border-e-limedSpruce-700\/85 {
  border-inline-end-color: rgb(26 37 40 / 0.85);
}

.border-e-limedSpruce-700\/90 {
  border-inline-end-color: rgb(26 37 40 / 0.9);
}

.border-e-limedSpruce-700\/95 {
  border-inline-end-color: rgb(26 37 40 / 0.95);
}

.border-e-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-800\/0 {
  border-inline-end-color: rgb(18 25 28 / 0);
}

.border-e-limedSpruce-800\/10 {
  border-inline-end-color: rgb(18 25 28 / 0.1);
}

.border-e-limedSpruce-800\/100 {
  border-inline-end-color: rgb(18 25 28 / 1);
}

.border-e-limedSpruce-800\/15 {
  border-inline-end-color: rgb(18 25 28 / 0.15);
}

.border-e-limedSpruce-800\/20 {
  border-inline-end-color: rgb(18 25 28 / 0.2);
}

.border-e-limedSpruce-800\/25 {
  border-inline-end-color: rgb(18 25 28 / 0.25);
}

.border-e-limedSpruce-800\/30 {
  border-inline-end-color: rgb(18 25 28 / 0.3);
}

.border-e-limedSpruce-800\/35 {
  border-inline-end-color: rgb(18 25 28 / 0.35);
}

.border-e-limedSpruce-800\/40 {
  border-inline-end-color: rgb(18 25 28 / 0.4);
}

.border-e-limedSpruce-800\/45 {
  border-inline-end-color: rgb(18 25 28 / 0.45);
}

.border-e-limedSpruce-800\/5 {
  border-inline-end-color: rgb(18 25 28 / 0.05);
}

.border-e-limedSpruce-800\/50 {
  border-inline-end-color: rgb(18 25 28 / 0.5);
}

.border-e-limedSpruce-800\/55 {
  border-inline-end-color: rgb(18 25 28 / 0.55);
}

.border-e-limedSpruce-800\/60 {
  border-inline-end-color: rgb(18 25 28 / 0.6);
}

.border-e-limedSpruce-800\/65 {
  border-inline-end-color: rgb(18 25 28 / 0.65);
}

.border-e-limedSpruce-800\/70 {
  border-inline-end-color: rgb(18 25 28 / 0.7);
}

.border-e-limedSpruce-800\/75 {
  border-inline-end-color: rgb(18 25 28 / 0.75);
}

.border-e-limedSpruce-800\/80 {
  border-inline-end-color: rgb(18 25 28 / 0.8);
}

.border-e-limedSpruce-800\/85 {
  border-inline-end-color: rgb(18 25 28 / 0.85);
}

.border-e-limedSpruce-800\/90 {
  border-inline-end-color: rgb(18 25 28 / 0.9);
}

.border-e-limedSpruce-800\/95 {
  border-inline-end-color: rgb(18 25 28 / 0.95);
}

.border-e-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-900\/0 {
  border-inline-end-color: rgb(8 11 12 / 0);
}

.border-e-limedSpruce-900\/10 {
  border-inline-end-color: rgb(8 11 12 / 0.1);
}

.border-e-limedSpruce-900\/100 {
  border-inline-end-color: rgb(8 11 12 / 1);
}

.border-e-limedSpruce-900\/15 {
  border-inline-end-color: rgb(8 11 12 / 0.15);
}

.border-e-limedSpruce-900\/20 {
  border-inline-end-color: rgb(8 11 12 / 0.2);
}

.border-e-limedSpruce-900\/25 {
  border-inline-end-color: rgb(8 11 12 / 0.25);
}

.border-e-limedSpruce-900\/30 {
  border-inline-end-color: rgb(8 11 12 / 0.3);
}

.border-e-limedSpruce-900\/35 {
  border-inline-end-color: rgb(8 11 12 / 0.35);
}

.border-e-limedSpruce-900\/40 {
  border-inline-end-color: rgb(8 11 12 / 0.4);
}

.border-e-limedSpruce-900\/45 {
  border-inline-end-color: rgb(8 11 12 / 0.45);
}

.border-e-limedSpruce-900\/5 {
  border-inline-end-color: rgb(8 11 12 / 0.05);
}

.border-e-limedSpruce-900\/50 {
  border-inline-end-color: rgb(8 11 12 / 0.5);
}

.border-e-limedSpruce-900\/55 {
  border-inline-end-color: rgb(8 11 12 / 0.55);
}

.border-e-limedSpruce-900\/60 {
  border-inline-end-color: rgb(8 11 12 / 0.6);
}

.border-e-limedSpruce-900\/65 {
  border-inline-end-color: rgb(8 11 12 / 0.65);
}

.border-e-limedSpruce-900\/70 {
  border-inline-end-color: rgb(8 11 12 / 0.7);
}

.border-e-limedSpruce-900\/75 {
  border-inline-end-color: rgb(8 11 12 / 0.75);
}

.border-e-limedSpruce-900\/80 {
  border-inline-end-color: rgb(8 11 12 / 0.8);
}

.border-e-limedSpruce-900\/85 {
  border-inline-end-color: rgb(8 11 12 / 0.85);
}

.border-e-limedSpruce-900\/90 {
  border-inline-end-color: rgb(8 11 12 / 0.9);
}

.border-e-limedSpruce-900\/95 {
  border-inline-end-color: rgb(8 11 12 / 0.95);
}

.border-e-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-e-limedSpruce-950\/0 {
  border-inline-end-color: rgb(4 6 6 / 0);
}

.border-e-limedSpruce-950\/10 {
  border-inline-end-color: rgb(4 6 6 / 0.1);
}

.border-e-limedSpruce-950\/100 {
  border-inline-end-color: rgb(4 6 6 / 1);
}

.border-e-limedSpruce-950\/15 {
  border-inline-end-color: rgb(4 6 6 / 0.15);
}

.border-e-limedSpruce-950\/20 {
  border-inline-end-color: rgb(4 6 6 / 0.2);
}

.border-e-limedSpruce-950\/25 {
  border-inline-end-color: rgb(4 6 6 / 0.25);
}

.border-e-limedSpruce-950\/30 {
  border-inline-end-color: rgb(4 6 6 / 0.3);
}

.border-e-limedSpruce-950\/35 {
  border-inline-end-color: rgb(4 6 6 / 0.35);
}

.border-e-limedSpruce-950\/40 {
  border-inline-end-color: rgb(4 6 6 / 0.4);
}

.border-e-limedSpruce-950\/45 {
  border-inline-end-color: rgb(4 6 6 / 0.45);
}

.border-e-limedSpruce-950\/5 {
  border-inline-end-color: rgb(4 6 6 / 0.05);
}

.border-e-limedSpruce-950\/50 {
  border-inline-end-color: rgb(4 6 6 / 0.5);
}

.border-e-limedSpruce-950\/55 {
  border-inline-end-color: rgb(4 6 6 / 0.55);
}

.border-e-limedSpruce-950\/60 {
  border-inline-end-color: rgb(4 6 6 / 0.6);
}

.border-e-limedSpruce-950\/65 {
  border-inline-end-color: rgb(4 6 6 / 0.65);
}

.border-e-limedSpruce-950\/70 {
  border-inline-end-color: rgb(4 6 6 / 0.7);
}

.border-e-limedSpruce-950\/75 {
  border-inline-end-color: rgb(4 6 6 / 0.75);
}

.border-e-limedSpruce-950\/80 {
  border-inline-end-color: rgb(4 6 6 / 0.8);
}

.border-e-limedSpruce-950\/85 {
  border-inline-end-color: rgb(4 6 6 / 0.85);
}

.border-e-limedSpruce-950\/90 {
  border-inline-end-color: rgb(4 6 6 / 0.9);
}

.border-e-limedSpruce-950\/95 {
  border-inline-end-color: rgb(4 6 6 / 0.95);
}

.border-e-merino-100 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-e-merino-100\/0 {
  border-inline-end-color: rgb(254 253 251 / 0);
}

.border-e-merino-100\/10 {
  border-inline-end-color: rgb(254 253 251 / 0.1);
}

.border-e-merino-100\/100 {
  border-inline-end-color: rgb(254 253 251 / 1);
}

.border-e-merino-100\/15 {
  border-inline-end-color: rgb(254 253 251 / 0.15);
}

.border-e-merino-100\/20 {
  border-inline-end-color: rgb(254 253 251 / 0.2);
}

.border-e-merino-100\/25 {
  border-inline-end-color: rgb(254 253 251 / 0.25);
}

.border-e-merino-100\/30 {
  border-inline-end-color: rgb(254 253 251 / 0.3);
}

.border-e-merino-100\/35 {
  border-inline-end-color: rgb(254 253 251 / 0.35);
}

.border-e-merino-100\/40 {
  border-inline-end-color: rgb(254 253 251 / 0.4);
}

.border-e-merino-100\/45 {
  border-inline-end-color: rgb(254 253 251 / 0.45);
}

.border-e-merino-100\/5 {
  border-inline-end-color: rgb(254 253 251 / 0.05);
}

.border-e-merino-100\/50 {
  border-inline-end-color: rgb(254 253 251 / 0.5);
}

.border-e-merino-100\/55 {
  border-inline-end-color: rgb(254 253 251 / 0.55);
}

.border-e-merino-100\/60 {
  border-inline-end-color: rgb(254 253 251 / 0.6);
}

.border-e-merino-100\/65 {
  border-inline-end-color: rgb(254 253 251 / 0.65);
}

.border-e-merino-100\/70 {
  border-inline-end-color: rgb(254 253 251 / 0.7);
}

.border-e-merino-100\/75 {
  border-inline-end-color: rgb(254 253 251 / 0.75);
}

.border-e-merino-100\/80 {
  border-inline-end-color: rgb(254 253 251 / 0.8);
}

.border-e-merino-100\/85 {
  border-inline-end-color: rgb(254 253 251 / 0.85);
}

.border-e-merino-100\/90 {
  border-inline-end-color: rgb(254 253 251 / 0.9);
}

.border-e-merino-100\/95 {
  border-inline-end-color: rgb(254 253 251 / 0.95);
}

.border-e-merino-200 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-e-merino-200\/0 {
  border-inline-end-color: rgb(252 251 248 / 0);
}

.border-e-merino-200\/10 {
  border-inline-end-color: rgb(252 251 248 / 0.1);
}

.border-e-merino-200\/100 {
  border-inline-end-color: rgb(252 251 248 / 1);
}

.border-e-merino-200\/15 {
  border-inline-end-color: rgb(252 251 248 / 0.15);
}

.border-e-merino-200\/20 {
  border-inline-end-color: rgb(252 251 248 / 0.2);
}

.border-e-merino-200\/25 {
  border-inline-end-color: rgb(252 251 248 / 0.25);
}

.border-e-merino-200\/30 {
  border-inline-end-color: rgb(252 251 248 / 0.3);
}

.border-e-merino-200\/35 {
  border-inline-end-color: rgb(252 251 248 / 0.35);
}

.border-e-merino-200\/40 {
  border-inline-end-color: rgb(252 251 248 / 0.4);
}

.border-e-merino-200\/45 {
  border-inline-end-color: rgb(252 251 248 / 0.45);
}

.border-e-merino-200\/5 {
  border-inline-end-color: rgb(252 251 248 / 0.05);
}

.border-e-merino-200\/50 {
  border-inline-end-color: rgb(252 251 248 / 0.5);
}

.border-e-merino-200\/55 {
  border-inline-end-color: rgb(252 251 248 / 0.55);
}

.border-e-merino-200\/60 {
  border-inline-end-color: rgb(252 251 248 / 0.6);
}

.border-e-merino-200\/65 {
  border-inline-end-color: rgb(252 251 248 / 0.65);
}

.border-e-merino-200\/70 {
  border-inline-end-color: rgb(252 251 248 / 0.7);
}

.border-e-merino-200\/75 {
  border-inline-end-color: rgb(252 251 248 / 0.75);
}

.border-e-merino-200\/80 {
  border-inline-end-color: rgb(252 251 248 / 0.8);
}

.border-e-merino-200\/85 {
  border-inline-end-color: rgb(252 251 248 / 0.85);
}

.border-e-merino-200\/90 {
  border-inline-end-color: rgb(252 251 248 / 0.9);
}

.border-e-merino-200\/95 {
  border-inline-end-color: rgb(252 251 248 / 0.95);
}

.border-e-merino-300 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-e-merino-300\/0 {
  border-inline-end-color: rgb(250 247 240 / 0);
}

.border-e-merino-300\/10 {
  border-inline-end-color: rgb(250 247 240 / 0.1);
}

.border-e-merino-300\/100 {
  border-inline-end-color: rgb(250 247 240 / 1);
}

.border-e-merino-300\/15 {
  border-inline-end-color: rgb(250 247 240 / 0.15);
}

.border-e-merino-300\/20 {
  border-inline-end-color: rgb(250 247 240 / 0.2);
}

.border-e-merino-300\/25 {
  border-inline-end-color: rgb(250 247 240 / 0.25);
}

.border-e-merino-300\/30 {
  border-inline-end-color: rgb(250 247 240 / 0.3);
}

.border-e-merino-300\/35 {
  border-inline-end-color: rgb(250 247 240 / 0.35);
}

.border-e-merino-300\/40 {
  border-inline-end-color: rgb(250 247 240 / 0.4);
}

.border-e-merino-300\/45 {
  border-inline-end-color: rgb(250 247 240 / 0.45);
}

.border-e-merino-300\/5 {
  border-inline-end-color: rgb(250 247 240 / 0.05);
}

.border-e-merino-300\/50 {
  border-inline-end-color: rgb(250 247 240 / 0.5);
}

.border-e-merino-300\/55 {
  border-inline-end-color: rgb(250 247 240 / 0.55);
}

.border-e-merino-300\/60 {
  border-inline-end-color: rgb(250 247 240 / 0.6);
}

.border-e-merino-300\/65 {
  border-inline-end-color: rgb(250 247 240 / 0.65);
}

.border-e-merino-300\/70 {
  border-inline-end-color: rgb(250 247 240 / 0.7);
}

.border-e-merino-300\/75 {
  border-inline-end-color: rgb(250 247 240 / 0.75);
}

.border-e-merino-300\/80 {
  border-inline-end-color: rgb(250 247 240 / 0.8);
}

.border-e-merino-300\/85 {
  border-inline-end-color: rgb(250 247 240 / 0.85);
}

.border-e-merino-300\/90 {
  border-inline-end-color: rgb(250 247 240 / 0.9);
}

.border-e-merino-300\/95 {
  border-inline-end-color: rgb(250 247 240 / 0.95);
}

.border-e-merino-400 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-e-merino-400\/0 {
  border-inline-end-color: rgb(248 245 236 / 0);
}

.border-e-merino-400\/10 {
  border-inline-end-color: rgb(248 245 236 / 0.1);
}

.border-e-merino-400\/100 {
  border-inline-end-color: rgb(248 245 236 / 1);
}

.border-e-merino-400\/15 {
  border-inline-end-color: rgb(248 245 236 / 0.15);
}

.border-e-merino-400\/20 {
  border-inline-end-color: rgb(248 245 236 / 0.2);
}

.border-e-merino-400\/25 {
  border-inline-end-color: rgb(248 245 236 / 0.25);
}

.border-e-merino-400\/30 {
  border-inline-end-color: rgb(248 245 236 / 0.3);
}

.border-e-merino-400\/35 {
  border-inline-end-color: rgb(248 245 236 / 0.35);
}

.border-e-merino-400\/40 {
  border-inline-end-color: rgb(248 245 236 / 0.4);
}

.border-e-merino-400\/45 {
  border-inline-end-color: rgb(248 245 236 / 0.45);
}

.border-e-merino-400\/5 {
  border-inline-end-color: rgb(248 245 236 / 0.05);
}

.border-e-merino-400\/50 {
  border-inline-end-color: rgb(248 245 236 / 0.5);
}

.border-e-merino-400\/55 {
  border-inline-end-color: rgb(248 245 236 / 0.55);
}

.border-e-merino-400\/60 {
  border-inline-end-color: rgb(248 245 236 / 0.6);
}

.border-e-merino-400\/65 {
  border-inline-end-color: rgb(248 245 236 / 0.65);
}

.border-e-merino-400\/70 {
  border-inline-end-color: rgb(248 245 236 / 0.7);
}

.border-e-merino-400\/75 {
  border-inline-end-color: rgb(248 245 236 / 0.75);
}

.border-e-merino-400\/80 {
  border-inline-end-color: rgb(248 245 236 / 0.8);
}

.border-e-merino-400\/85 {
  border-inline-end-color: rgb(248 245 236 / 0.85);
}

.border-e-merino-400\/90 {
  border-inline-end-color: rgb(248 245 236 / 0.9);
}

.border-e-merino-400\/95 {
  border-inline-end-color: rgb(248 245 236 / 0.95);
}

.border-e-merino-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-e-merino-50\/0 {
  border-inline-end-color: rgb(254 253 251 / 0);
}

.border-e-merino-50\/10 {
  border-inline-end-color: rgb(254 253 251 / 0.1);
}

.border-e-merino-50\/100 {
  border-inline-end-color: rgb(254 253 251 / 1);
}

.border-e-merino-50\/15 {
  border-inline-end-color: rgb(254 253 251 / 0.15);
}

.border-e-merino-50\/20 {
  border-inline-end-color: rgb(254 253 251 / 0.2);
}

.border-e-merino-50\/25 {
  border-inline-end-color: rgb(254 253 251 / 0.25);
}

.border-e-merino-50\/30 {
  border-inline-end-color: rgb(254 253 251 / 0.3);
}

.border-e-merino-50\/35 {
  border-inline-end-color: rgb(254 253 251 / 0.35);
}

.border-e-merino-50\/40 {
  border-inline-end-color: rgb(254 253 251 / 0.4);
}

.border-e-merino-50\/45 {
  border-inline-end-color: rgb(254 253 251 / 0.45);
}

.border-e-merino-50\/5 {
  border-inline-end-color: rgb(254 253 251 / 0.05);
}

.border-e-merino-50\/50 {
  border-inline-end-color: rgb(254 253 251 / 0.5);
}

.border-e-merino-50\/55 {
  border-inline-end-color: rgb(254 253 251 / 0.55);
}

.border-e-merino-50\/60 {
  border-inline-end-color: rgb(254 253 251 / 0.6);
}

.border-e-merino-50\/65 {
  border-inline-end-color: rgb(254 253 251 / 0.65);
}

.border-e-merino-50\/70 {
  border-inline-end-color: rgb(254 253 251 / 0.7);
}

.border-e-merino-50\/75 {
  border-inline-end-color: rgb(254 253 251 / 0.75);
}

.border-e-merino-50\/80 {
  border-inline-end-color: rgb(254 253 251 / 0.8);
}

.border-e-merino-50\/85 {
  border-inline-end-color: rgb(254 253 251 / 0.85);
}

.border-e-merino-50\/90 {
  border-inline-end-color: rgb(254 253 251 / 0.9);
}

.border-e-merino-50\/95 {
  border-inline-end-color: rgb(254 253 251 / 0.95);
}

.border-e-merino-500 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-e-merino-500\/0 {
  border-inline-end-color: rgb(247 243 233 / 0);
}

.border-e-merino-500\/10 {
  border-inline-end-color: rgb(247 243 233 / 0.1);
}

.border-e-merino-500\/100 {
  border-inline-end-color: rgb(247 243 233 / 1);
}

.border-e-merino-500\/15 {
  border-inline-end-color: rgb(247 243 233 / 0.15);
}

.border-e-merino-500\/20 {
  border-inline-end-color: rgb(247 243 233 / 0.2);
}

.border-e-merino-500\/25 {
  border-inline-end-color: rgb(247 243 233 / 0.25);
}

.border-e-merino-500\/30 {
  border-inline-end-color: rgb(247 243 233 / 0.3);
}

.border-e-merino-500\/35 {
  border-inline-end-color: rgb(247 243 233 / 0.35);
}

.border-e-merino-500\/40 {
  border-inline-end-color: rgb(247 243 233 / 0.4);
}

.border-e-merino-500\/45 {
  border-inline-end-color: rgb(247 243 233 / 0.45);
}

.border-e-merino-500\/5 {
  border-inline-end-color: rgb(247 243 233 / 0.05);
}

.border-e-merino-500\/50 {
  border-inline-end-color: rgb(247 243 233 / 0.5);
}

.border-e-merino-500\/55 {
  border-inline-end-color: rgb(247 243 233 / 0.55);
}

.border-e-merino-500\/60 {
  border-inline-end-color: rgb(247 243 233 / 0.6);
}

.border-e-merino-500\/65 {
  border-inline-end-color: rgb(247 243 233 / 0.65);
}

.border-e-merino-500\/70 {
  border-inline-end-color: rgb(247 243 233 / 0.7);
}

.border-e-merino-500\/75 {
  border-inline-end-color: rgb(247 243 233 / 0.75);
}

.border-e-merino-500\/80 {
  border-inline-end-color: rgb(247 243 233 / 0.8);
}

.border-e-merino-500\/85 {
  border-inline-end-color: rgb(247 243 233 / 0.85);
}

.border-e-merino-500\/90 {
  border-inline-end-color: rgb(247 243 233 / 0.9);
}

.border-e-merino-500\/95 {
  border-inline-end-color: rgb(247 243 233 / 0.95);
}

.border-e-merino-600 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-e-merino-600\/0 {
  border-inline-end-color: rgb(221 204 161 / 0);
}

.border-e-merino-600\/10 {
  border-inline-end-color: rgb(221 204 161 / 0.1);
}

.border-e-merino-600\/100 {
  border-inline-end-color: rgb(221 204 161 / 1);
}

.border-e-merino-600\/15 {
  border-inline-end-color: rgb(221 204 161 / 0.15);
}

.border-e-merino-600\/20 {
  border-inline-end-color: rgb(221 204 161 / 0.2);
}

.border-e-merino-600\/25 {
  border-inline-end-color: rgb(221 204 161 / 0.25);
}

.border-e-merino-600\/30 {
  border-inline-end-color: rgb(221 204 161 / 0.3);
}

.border-e-merino-600\/35 {
  border-inline-end-color: rgb(221 204 161 / 0.35);
}

.border-e-merino-600\/40 {
  border-inline-end-color: rgb(221 204 161 / 0.4);
}

.border-e-merino-600\/45 {
  border-inline-end-color: rgb(221 204 161 / 0.45);
}

.border-e-merino-600\/5 {
  border-inline-end-color: rgb(221 204 161 / 0.05);
}

.border-e-merino-600\/50 {
  border-inline-end-color: rgb(221 204 161 / 0.5);
}

.border-e-merino-600\/55 {
  border-inline-end-color: rgb(221 204 161 / 0.55);
}

.border-e-merino-600\/60 {
  border-inline-end-color: rgb(221 204 161 / 0.6);
}

.border-e-merino-600\/65 {
  border-inline-end-color: rgb(221 204 161 / 0.65);
}

.border-e-merino-600\/70 {
  border-inline-end-color: rgb(221 204 161 / 0.7);
}

.border-e-merino-600\/75 {
  border-inline-end-color: rgb(221 204 161 / 0.75);
}

.border-e-merino-600\/80 {
  border-inline-end-color: rgb(221 204 161 / 0.8);
}

.border-e-merino-600\/85 {
  border-inline-end-color: rgb(221 204 161 / 0.85);
}

.border-e-merino-600\/90 {
  border-inline-end-color: rgb(221 204 161 / 0.9);
}

.border-e-merino-600\/95 {
  border-inline-end-color: rgb(221 204 161 / 0.95);
}

.border-e-merino-700 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-e-merino-700\/0 {
  border-inline-end-color: rgb(195 166 90 / 0);
}

.border-e-merino-700\/10 {
  border-inline-end-color: rgb(195 166 90 / 0.1);
}

.border-e-merino-700\/100 {
  border-inline-end-color: rgb(195 166 90 / 1);
}

.border-e-merino-700\/15 {
  border-inline-end-color: rgb(195 166 90 / 0.15);
}

.border-e-merino-700\/20 {
  border-inline-end-color: rgb(195 166 90 / 0.2);
}

.border-e-merino-700\/25 {
  border-inline-end-color: rgb(195 166 90 / 0.25);
}

.border-e-merino-700\/30 {
  border-inline-end-color: rgb(195 166 90 / 0.3);
}

.border-e-merino-700\/35 {
  border-inline-end-color: rgb(195 166 90 / 0.35);
}

.border-e-merino-700\/40 {
  border-inline-end-color: rgb(195 166 90 / 0.4);
}

.border-e-merino-700\/45 {
  border-inline-end-color: rgb(195 166 90 / 0.45);
}

.border-e-merino-700\/5 {
  border-inline-end-color: rgb(195 166 90 / 0.05);
}

.border-e-merino-700\/50 {
  border-inline-end-color: rgb(195 166 90 / 0.5);
}

.border-e-merino-700\/55 {
  border-inline-end-color: rgb(195 166 90 / 0.55);
}

.border-e-merino-700\/60 {
  border-inline-end-color: rgb(195 166 90 / 0.6);
}

.border-e-merino-700\/65 {
  border-inline-end-color: rgb(195 166 90 / 0.65);
}

.border-e-merino-700\/70 {
  border-inline-end-color: rgb(195 166 90 / 0.7);
}

.border-e-merino-700\/75 {
  border-inline-end-color: rgb(195 166 90 / 0.75);
}

.border-e-merino-700\/80 {
  border-inline-end-color: rgb(195 166 90 / 0.8);
}

.border-e-merino-700\/85 {
  border-inline-end-color: rgb(195 166 90 / 0.85);
}

.border-e-merino-700\/90 {
  border-inline-end-color: rgb(195 166 90 / 0.9);
}

.border-e-merino-700\/95 {
  border-inline-end-color: rgb(195 166 90 / 0.95);
}

.border-e-merino-800 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-e-merino-800\/0 {
  border-inline-end-color: rgb(142 117 52 / 0);
}

.border-e-merino-800\/10 {
  border-inline-end-color: rgb(142 117 52 / 0.1);
}

.border-e-merino-800\/100 {
  border-inline-end-color: rgb(142 117 52 / 1);
}

.border-e-merino-800\/15 {
  border-inline-end-color: rgb(142 117 52 / 0.15);
}

.border-e-merino-800\/20 {
  border-inline-end-color: rgb(142 117 52 / 0.2);
}

.border-e-merino-800\/25 {
  border-inline-end-color: rgb(142 117 52 / 0.25);
}

.border-e-merino-800\/30 {
  border-inline-end-color: rgb(142 117 52 / 0.3);
}

.border-e-merino-800\/35 {
  border-inline-end-color: rgb(142 117 52 / 0.35);
}

.border-e-merino-800\/40 {
  border-inline-end-color: rgb(142 117 52 / 0.4);
}

.border-e-merino-800\/45 {
  border-inline-end-color: rgb(142 117 52 / 0.45);
}

.border-e-merino-800\/5 {
  border-inline-end-color: rgb(142 117 52 / 0.05);
}

.border-e-merino-800\/50 {
  border-inline-end-color: rgb(142 117 52 / 0.5);
}

.border-e-merino-800\/55 {
  border-inline-end-color: rgb(142 117 52 / 0.55);
}

.border-e-merino-800\/60 {
  border-inline-end-color: rgb(142 117 52 / 0.6);
}

.border-e-merino-800\/65 {
  border-inline-end-color: rgb(142 117 52 / 0.65);
}

.border-e-merino-800\/70 {
  border-inline-end-color: rgb(142 117 52 / 0.7);
}

.border-e-merino-800\/75 {
  border-inline-end-color: rgb(142 117 52 / 0.75);
}

.border-e-merino-800\/80 {
  border-inline-end-color: rgb(142 117 52 / 0.8);
}

.border-e-merino-800\/85 {
  border-inline-end-color: rgb(142 117 52 / 0.85);
}

.border-e-merino-800\/90 {
  border-inline-end-color: rgb(142 117 52 / 0.9);
}

.border-e-merino-800\/95 {
  border-inline-end-color: rgb(142 117 52 / 0.95);
}

.border-e-merino-900 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-e-merino-900\/0 {
  border-inline-end-color: rgb(71 58 26 / 0);
}

.border-e-merino-900\/10 {
  border-inline-end-color: rgb(71 58 26 / 0.1);
}

.border-e-merino-900\/100 {
  border-inline-end-color: rgb(71 58 26 / 1);
}

.border-e-merino-900\/15 {
  border-inline-end-color: rgb(71 58 26 / 0.15);
}

.border-e-merino-900\/20 {
  border-inline-end-color: rgb(71 58 26 / 0.2);
}

.border-e-merino-900\/25 {
  border-inline-end-color: rgb(71 58 26 / 0.25);
}

.border-e-merino-900\/30 {
  border-inline-end-color: rgb(71 58 26 / 0.3);
}

.border-e-merino-900\/35 {
  border-inline-end-color: rgb(71 58 26 / 0.35);
}

.border-e-merino-900\/40 {
  border-inline-end-color: rgb(71 58 26 / 0.4);
}

.border-e-merino-900\/45 {
  border-inline-end-color: rgb(71 58 26 / 0.45);
}

.border-e-merino-900\/5 {
  border-inline-end-color: rgb(71 58 26 / 0.05);
}

.border-e-merino-900\/50 {
  border-inline-end-color: rgb(71 58 26 / 0.5);
}

.border-e-merino-900\/55 {
  border-inline-end-color: rgb(71 58 26 / 0.55);
}

.border-e-merino-900\/60 {
  border-inline-end-color: rgb(71 58 26 / 0.6);
}

.border-e-merino-900\/65 {
  border-inline-end-color: rgb(71 58 26 / 0.65);
}

.border-e-merino-900\/70 {
  border-inline-end-color: rgb(71 58 26 / 0.7);
}

.border-e-merino-900\/75 {
  border-inline-end-color: rgb(71 58 26 / 0.75);
}

.border-e-merino-900\/80 {
  border-inline-end-color: rgb(71 58 26 / 0.8);
}

.border-e-merino-900\/85 {
  border-inline-end-color: rgb(71 58 26 / 0.85);
}

.border-e-merino-900\/90 {
  border-inline-end-color: rgb(71 58 26 / 0.9);
}

.border-e-merino-900\/95 {
  border-inline-end-color: rgb(71 58 26 / 0.95);
}

.border-e-merino-950 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-e-merino-950\/0 {
  border-inline-end-color: rgb(34 28 12 / 0);
}

.border-e-merino-950\/10 {
  border-inline-end-color: rgb(34 28 12 / 0.1);
}

.border-e-merino-950\/100 {
  border-inline-end-color: rgb(34 28 12 / 1);
}

.border-e-merino-950\/15 {
  border-inline-end-color: rgb(34 28 12 / 0.15);
}

.border-e-merino-950\/20 {
  border-inline-end-color: rgb(34 28 12 / 0.2);
}

.border-e-merino-950\/25 {
  border-inline-end-color: rgb(34 28 12 / 0.25);
}

.border-e-merino-950\/30 {
  border-inline-end-color: rgb(34 28 12 / 0.3);
}

.border-e-merino-950\/35 {
  border-inline-end-color: rgb(34 28 12 / 0.35);
}

.border-e-merino-950\/40 {
  border-inline-end-color: rgb(34 28 12 / 0.4);
}

.border-e-merino-950\/45 {
  border-inline-end-color: rgb(34 28 12 / 0.45);
}

.border-e-merino-950\/5 {
  border-inline-end-color: rgb(34 28 12 / 0.05);
}

.border-e-merino-950\/50 {
  border-inline-end-color: rgb(34 28 12 / 0.5);
}

.border-e-merino-950\/55 {
  border-inline-end-color: rgb(34 28 12 / 0.55);
}

.border-e-merino-950\/60 {
  border-inline-end-color: rgb(34 28 12 / 0.6);
}

.border-e-merino-950\/65 {
  border-inline-end-color: rgb(34 28 12 / 0.65);
}

.border-e-merino-950\/70 {
  border-inline-end-color: rgb(34 28 12 / 0.7);
}

.border-e-merino-950\/75 {
  border-inline-end-color: rgb(34 28 12 / 0.75);
}

.border-e-merino-950\/80 {
  border-inline-end-color: rgb(34 28 12 / 0.8);
}

.border-e-merino-950\/85 {
  border-inline-end-color: rgb(34 28 12 / 0.85);
}

.border-e-merino-950\/90 {
  border-inline-end-color: rgb(34 28 12 / 0.9);
}

.border-e-merino-950\/95 {
  border-inline-end-color: rgb(34 28 12 / 0.95);
}

.border-e-midgrey {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-e-midgrey\/0 {
  border-inline-end-color: rgb(117 119 124 / 0);
}

.border-e-midgrey\/10 {
  border-inline-end-color: rgb(117 119 124 / 0.1);
}

.border-e-midgrey\/100 {
  border-inline-end-color: rgb(117 119 124 / 1);
}

.border-e-midgrey\/15 {
  border-inline-end-color: rgb(117 119 124 / 0.15);
}

.border-e-midgrey\/20 {
  border-inline-end-color: rgb(117 119 124 / 0.2);
}

.border-e-midgrey\/25 {
  border-inline-end-color: rgb(117 119 124 / 0.25);
}

.border-e-midgrey\/30 {
  border-inline-end-color: rgb(117 119 124 / 0.3);
}

.border-e-midgrey\/35 {
  border-inline-end-color: rgb(117 119 124 / 0.35);
}

.border-e-midgrey\/40 {
  border-inline-end-color: rgb(117 119 124 / 0.4);
}

.border-e-midgrey\/45 {
  border-inline-end-color: rgb(117 119 124 / 0.45);
}

.border-e-midgrey\/5 {
  border-inline-end-color: rgb(117 119 124 / 0.05);
}

.border-e-midgrey\/50 {
  border-inline-end-color: rgb(117 119 124 / 0.5);
}

.border-e-midgrey\/55 {
  border-inline-end-color: rgb(117 119 124 / 0.55);
}

.border-e-midgrey\/60 {
  border-inline-end-color: rgb(117 119 124 / 0.6);
}

.border-e-midgrey\/65 {
  border-inline-end-color: rgb(117 119 124 / 0.65);
}

.border-e-midgrey\/70 {
  border-inline-end-color: rgb(117 119 124 / 0.7);
}

.border-e-midgrey\/75 {
  border-inline-end-color: rgb(117 119 124 / 0.75);
}

.border-e-midgrey\/80 {
  border-inline-end-color: rgb(117 119 124 / 0.8);
}

.border-e-midgrey\/85 {
  border-inline-end-color: rgb(117 119 124 / 0.85);
}

.border-e-midgrey\/90 {
  border-inline-end-color: rgb(117 119 124 / 0.9);
}

.border-e-midgrey\/95 {
  border-inline-end-color: rgb(117 119 124 / 0.95);
}

.border-e-offWhite {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-e-offWhite\/0 {
  border-inline-end-color: rgb(217 217 217 / 0);
}

.border-e-offWhite\/10 {
  border-inline-end-color: rgb(217 217 217 / 0.1);
}

.border-e-offWhite\/100 {
  border-inline-end-color: rgb(217 217 217 / 1);
}

.border-e-offWhite\/15 {
  border-inline-end-color: rgb(217 217 217 / 0.15);
}

.border-e-offWhite\/20 {
  border-inline-end-color: rgb(217 217 217 / 0.2);
}

.border-e-offWhite\/25 {
  border-inline-end-color: rgb(217 217 217 / 0.25);
}

.border-e-offWhite\/30 {
  border-inline-end-color: rgb(217 217 217 / 0.3);
}

.border-e-offWhite\/35 {
  border-inline-end-color: rgb(217 217 217 / 0.35);
}

.border-e-offWhite\/40 {
  border-inline-end-color: rgb(217 217 217 / 0.4);
}

.border-e-offWhite\/45 {
  border-inline-end-color: rgb(217 217 217 / 0.45);
}

.border-e-offWhite\/5 {
  border-inline-end-color: rgb(217 217 217 / 0.05);
}

.border-e-offWhite\/50 {
  border-inline-end-color: rgb(217 217 217 / 0.5);
}

.border-e-offWhite\/55 {
  border-inline-end-color: rgb(217 217 217 / 0.55);
}

.border-e-offWhite\/60 {
  border-inline-end-color: rgb(217 217 217 / 0.6);
}

.border-e-offWhite\/65 {
  border-inline-end-color: rgb(217 217 217 / 0.65);
}

.border-e-offWhite\/70 {
  border-inline-end-color: rgb(217 217 217 / 0.7);
}

.border-e-offWhite\/75 {
  border-inline-end-color: rgb(217 217 217 / 0.75);
}

.border-e-offWhite\/80 {
  border-inline-end-color: rgb(217 217 217 / 0.8);
}

.border-e-offWhite\/85 {
  border-inline-end-color: rgb(217 217 217 / 0.85);
}

.border-e-offWhite\/90 {
  border-inline-end-color: rgb(217 217 217 / 0.9);
}

.border-e-offWhite\/95 {
  border-inline-end-color: rgb(217 217 217 / 0.95);
}

.border-e-white {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-e-white\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}

.border-e-white\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}

.border-e-white\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}

.border-e-white\/15 {
  border-inline-end-color: rgb(255 255 255 / 0.15);
}

.border-e-white\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}

.border-e-white\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}

.border-e-white\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}

.border-e-white\/35 {
  border-inline-end-color: rgb(255 255 255 / 0.35);
}

.border-e-white\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}

.border-e-white\/45 {
  border-inline-end-color: rgb(255 255 255 / 0.45);
}

.border-e-white\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}

.border-e-white\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}

.border-e-white\/55 {
  border-inline-end-color: rgb(255 255 255 / 0.55);
}

.border-e-white\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}

.border-e-white\/65 {
  border-inline-end-color: rgb(255 255 255 / 0.65);
}

.border-e-white\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}

.border-e-white\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}

.border-e-white\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}

.border-e-white\/85 {
  border-inline-end-color: rgb(255 255 255 / 0.85);
}

.border-e-white\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}

.border-e-white\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}

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

.border-l-black\/0 {
  border-left-color: rgb(0 0 0 / 0);
}

.border-l-black\/10 {
  border-left-color: rgb(0 0 0 / 0.1);
}

.border-l-black\/100 {
  border-left-color: rgb(0 0 0 / 1);
}

.border-l-black\/15 {
  border-left-color: rgb(0 0 0 / 0.15);
}

.border-l-black\/20 {
  border-left-color: rgb(0 0 0 / 0.2);
}

.border-l-black\/25 {
  border-left-color: rgb(0 0 0 / 0.25);
}

.border-l-black\/30 {
  border-left-color: rgb(0 0 0 / 0.3);
}

.border-l-black\/35 {
  border-left-color: rgb(0 0 0 / 0.35);
}

.border-l-black\/40 {
  border-left-color: rgb(0 0 0 / 0.4);
}

.border-l-black\/45 {
  border-left-color: rgb(0 0 0 / 0.45);
}

.border-l-black\/5 {
  border-left-color: rgb(0 0 0 / 0.05);
}

.border-l-black\/50 {
  border-left-color: rgb(0 0 0 / 0.5);
}

.border-l-black\/55 {
  border-left-color: rgb(0 0 0 / 0.55);
}

.border-l-black\/60 {
  border-left-color: rgb(0 0 0 / 0.6);
}

.border-l-black\/65 {
  border-left-color: rgb(0 0 0 / 0.65);
}

.border-l-black\/70 {
  border-left-color: rgb(0 0 0 / 0.7);
}

.border-l-black\/75 {
  border-left-color: rgb(0 0 0 / 0.75);
}

.border-l-black\/80 {
  border-left-color: rgb(0 0 0 / 0.8);
}

.border-l-black\/85 {
  border-left-color: rgb(0 0 0 / 0.85);
}

.border-l-black\/90 {
  border-left-color: rgb(0 0 0 / 0.9);
}

.border-l-black\/95 {
  border-left-color: rgb(0 0 0 / 0.95);
}

.border-l-flamingo-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-100\/0 {
  border-left-color: rgb(252 222 217 / 0);
}

.border-l-flamingo-100\/10 {
  border-left-color: rgb(252 222 217 / 0.1);
}

.border-l-flamingo-100\/100 {
  border-left-color: rgb(252 222 217 / 1);
}

.border-l-flamingo-100\/15 {
  border-left-color: rgb(252 222 217 / 0.15);
}

.border-l-flamingo-100\/20 {
  border-left-color: rgb(252 222 217 / 0.2);
}

.border-l-flamingo-100\/25 {
  border-left-color: rgb(252 222 217 / 0.25);
}

.border-l-flamingo-100\/30 {
  border-left-color: rgb(252 222 217 / 0.3);
}

.border-l-flamingo-100\/35 {
  border-left-color: rgb(252 222 217 / 0.35);
}

.border-l-flamingo-100\/40 {
  border-left-color: rgb(252 222 217 / 0.4);
}

.border-l-flamingo-100\/45 {
  border-left-color: rgb(252 222 217 / 0.45);
}

.border-l-flamingo-100\/5 {
  border-left-color: rgb(252 222 217 / 0.05);
}

.border-l-flamingo-100\/50 {
  border-left-color: rgb(252 222 217 / 0.5);
}

.border-l-flamingo-100\/55 {
  border-left-color: rgb(252 222 217 / 0.55);
}

.border-l-flamingo-100\/60 {
  border-left-color: rgb(252 222 217 / 0.6);
}

.border-l-flamingo-100\/65 {
  border-left-color: rgb(252 222 217 / 0.65);
}

.border-l-flamingo-100\/70 {
  border-left-color: rgb(252 222 217 / 0.7);
}

.border-l-flamingo-100\/75 {
  border-left-color: rgb(252 222 217 / 0.75);
}

.border-l-flamingo-100\/80 {
  border-left-color: rgb(252 222 217 / 0.8);
}

.border-l-flamingo-100\/85 {
  border-left-color: rgb(252 222 217 / 0.85);
}

.border-l-flamingo-100\/90 {
  border-left-color: rgb(252 222 217 / 0.9);
}

.border-l-flamingo-100\/95 {
  border-left-color: rgb(252 222 217 / 0.95);
}

.border-l-flamingo-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-200\/0 {
  border-left-color: rgb(249 189 179 / 0);
}

.border-l-flamingo-200\/10 {
  border-left-color: rgb(249 189 179 / 0.1);
}

.border-l-flamingo-200\/100 {
  border-left-color: rgb(249 189 179 / 1);
}

.border-l-flamingo-200\/15 {
  border-left-color: rgb(249 189 179 / 0.15);
}

.border-l-flamingo-200\/20 {
  border-left-color: rgb(249 189 179 / 0.2);
}

.border-l-flamingo-200\/25 {
  border-left-color: rgb(249 189 179 / 0.25);
}

.border-l-flamingo-200\/30 {
  border-left-color: rgb(249 189 179 / 0.3);
}

.border-l-flamingo-200\/35 {
  border-left-color: rgb(249 189 179 / 0.35);
}

.border-l-flamingo-200\/40 {
  border-left-color: rgb(249 189 179 / 0.4);
}

.border-l-flamingo-200\/45 {
  border-left-color: rgb(249 189 179 / 0.45);
}

.border-l-flamingo-200\/5 {
  border-left-color: rgb(249 189 179 / 0.05);
}

.border-l-flamingo-200\/50 {
  border-left-color: rgb(249 189 179 / 0.5);
}

.border-l-flamingo-200\/55 {
  border-left-color: rgb(249 189 179 / 0.55);
}

.border-l-flamingo-200\/60 {
  border-left-color: rgb(249 189 179 / 0.6);
}

.border-l-flamingo-200\/65 {
  border-left-color: rgb(249 189 179 / 0.65);
}

.border-l-flamingo-200\/70 {
  border-left-color: rgb(249 189 179 / 0.7);
}

.border-l-flamingo-200\/75 {
  border-left-color: rgb(249 189 179 / 0.75);
}

.border-l-flamingo-200\/80 {
  border-left-color: rgb(249 189 179 / 0.8);
}

.border-l-flamingo-200\/85 {
  border-left-color: rgb(249 189 179 / 0.85);
}

.border-l-flamingo-200\/90 {
  border-left-color: rgb(249 189 179 / 0.9);
}

.border-l-flamingo-200\/95 {
  border-left-color: rgb(249 189 179 / 0.95);
}

.border-l-flamingo-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-300\/0 {
  border-left-color: rgb(246 155 141 / 0);
}

.border-l-flamingo-300\/10 {
  border-left-color: rgb(246 155 141 / 0.1);
}

.border-l-flamingo-300\/100 {
  border-left-color: rgb(246 155 141 / 1);
}

.border-l-flamingo-300\/15 {
  border-left-color: rgb(246 155 141 / 0.15);
}

.border-l-flamingo-300\/20 {
  border-left-color: rgb(246 155 141 / 0.2);
}

.border-l-flamingo-300\/25 {
  border-left-color: rgb(246 155 141 / 0.25);
}

.border-l-flamingo-300\/30 {
  border-left-color: rgb(246 155 141 / 0.3);
}

.border-l-flamingo-300\/35 {
  border-left-color: rgb(246 155 141 / 0.35);
}

.border-l-flamingo-300\/40 {
  border-left-color: rgb(246 155 141 / 0.4);
}

.border-l-flamingo-300\/45 {
  border-left-color: rgb(246 155 141 / 0.45);
}

.border-l-flamingo-300\/5 {
  border-left-color: rgb(246 155 141 / 0.05);
}

.border-l-flamingo-300\/50 {
  border-left-color: rgb(246 155 141 / 0.5);
}

.border-l-flamingo-300\/55 {
  border-left-color: rgb(246 155 141 / 0.55);
}

.border-l-flamingo-300\/60 {
  border-left-color: rgb(246 155 141 / 0.6);
}

.border-l-flamingo-300\/65 {
  border-left-color: rgb(246 155 141 / 0.65);
}

.border-l-flamingo-300\/70 {
  border-left-color: rgb(246 155 141 / 0.7);
}

.border-l-flamingo-300\/75 {
  border-left-color: rgb(246 155 141 / 0.75);
}

.border-l-flamingo-300\/80 {
  border-left-color: rgb(246 155 141 / 0.8);
}

.border-l-flamingo-300\/85 {
  border-left-color: rgb(246 155 141 / 0.85);
}

.border-l-flamingo-300\/90 {
  border-left-color: rgb(246 155 141 / 0.9);
}

.border-l-flamingo-300\/95 {
  border-left-color: rgb(246 155 141 / 0.95);
}

.border-l-flamingo-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-400\/0 {
  border-left-color: rgb(243 122 104 / 0);
}

.border-l-flamingo-400\/10 {
  border-left-color: rgb(243 122 104 / 0.1);
}

.border-l-flamingo-400\/100 {
  border-left-color: rgb(243 122 104 / 1);
}

.border-l-flamingo-400\/15 {
  border-left-color: rgb(243 122 104 / 0.15);
}

.border-l-flamingo-400\/20 {
  border-left-color: rgb(243 122 104 / 0.2);
}

.border-l-flamingo-400\/25 {
  border-left-color: rgb(243 122 104 / 0.25);
}

.border-l-flamingo-400\/30 {
  border-left-color: rgb(243 122 104 / 0.3);
}

.border-l-flamingo-400\/35 {
  border-left-color: rgb(243 122 104 / 0.35);
}

.border-l-flamingo-400\/40 {
  border-left-color: rgb(243 122 104 / 0.4);
}

.border-l-flamingo-400\/45 {
  border-left-color: rgb(243 122 104 / 0.45);
}

.border-l-flamingo-400\/5 {
  border-left-color: rgb(243 122 104 / 0.05);
}

.border-l-flamingo-400\/50 {
  border-left-color: rgb(243 122 104 / 0.5);
}

.border-l-flamingo-400\/55 {
  border-left-color: rgb(243 122 104 / 0.55);
}

.border-l-flamingo-400\/60 {
  border-left-color: rgb(243 122 104 / 0.6);
}

.border-l-flamingo-400\/65 {
  border-left-color: rgb(243 122 104 / 0.65);
}

.border-l-flamingo-400\/70 {
  border-left-color: rgb(243 122 104 / 0.7);
}

.border-l-flamingo-400\/75 {
  border-left-color: rgb(243 122 104 / 0.75);
}

.border-l-flamingo-400\/80 {
  border-left-color: rgb(243 122 104 / 0.8);
}

.border-l-flamingo-400\/85 {
  border-left-color: rgb(243 122 104 / 0.85);
}

.border-l-flamingo-400\/90 {
  border-left-color: rgb(243 122 104 / 0.9);
}

.border-l-flamingo-400\/95 {
  border-left-color: rgb(243 122 104 / 0.95);
}

.border-l-flamingo-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-50\/0 {
  border-left-color: rgb(254 238 236 / 0);
}

.border-l-flamingo-50\/10 {
  border-left-color: rgb(254 238 236 / 0.1);
}

.border-l-flamingo-50\/100 {
  border-left-color: rgb(254 238 236 / 1);
}

.border-l-flamingo-50\/15 {
  border-left-color: rgb(254 238 236 / 0.15);
}

.border-l-flamingo-50\/20 {
  border-left-color: rgb(254 238 236 / 0.2);
}

.border-l-flamingo-50\/25 {
  border-left-color: rgb(254 238 236 / 0.25);
}

.border-l-flamingo-50\/30 {
  border-left-color: rgb(254 238 236 / 0.3);
}

.border-l-flamingo-50\/35 {
  border-left-color: rgb(254 238 236 / 0.35);
}

.border-l-flamingo-50\/40 {
  border-left-color: rgb(254 238 236 / 0.4);
}

.border-l-flamingo-50\/45 {
  border-left-color: rgb(254 238 236 / 0.45);
}

.border-l-flamingo-50\/5 {
  border-left-color: rgb(254 238 236 / 0.05);
}

.border-l-flamingo-50\/50 {
  border-left-color: rgb(254 238 236 / 0.5);
}

.border-l-flamingo-50\/55 {
  border-left-color: rgb(254 238 236 / 0.55);
}

.border-l-flamingo-50\/60 {
  border-left-color: rgb(254 238 236 / 0.6);
}

.border-l-flamingo-50\/65 {
  border-left-color: rgb(254 238 236 / 0.65);
}

.border-l-flamingo-50\/70 {
  border-left-color: rgb(254 238 236 / 0.7);
}

.border-l-flamingo-50\/75 {
  border-left-color: rgb(254 238 236 / 0.75);
}

.border-l-flamingo-50\/80 {
  border-left-color: rgb(254 238 236 / 0.8);
}

.border-l-flamingo-50\/85 {
  border-left-color: rgb(254 238 236 / 0.85);
}

.border-l-flamingo-50\/90 {
  border-left-color: rgb(254 238 236 / 0.9);
}

.border-l-flamingo-50\/95 {
  border-left-color: rgb(254 238 236 / 0.95);
}

.border-l-flamingo-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-500\/0 {
  border-left-color: rgb(240 88 63 / 0);
}

.border-l-flamingo-500\/10 {
  border-left-color: rgb(240 88 63 / 0.1);
}

.border-l-flamingo-500\/100 {
  border-left-color: rgb(240 88 63 / 1);
}

.border-l-flamingo-500\/15 {
  border-left-color: rgb(240 88 63 / 0.15);
}

.border-l-flamingo-500\/20 {
  border-left-color: rgb(240 88 63 / 0.2);
}

.border-l-flamingo-500\/25 {
  border-left-color: rgb(240 88 63 / 0.25);
}

.border-l-flamingo-500\/30 {
  border-left-color: rgb(240 88 63 / 0.3);
}

.border-l-flamingo-500\/35 {
  border-left-color: rgb(240 88 63 / 0.35);
}

.border-l-flamingo-500\/40 {
  border-left-color: rgb(240 88 63 / 0.4);
}

.border-l-flamingo-500\/45 {
  border-left-color: rgb(240 88 63 / 0.45);
}

.border-l-flamingo-500\/5 {
  border-left-color: rgb(240 88 63 / 0.05);
}

.border-l-flamingo-500\/50 {
  border-left-color: rgb(240 88 63 / 0.5);
}

.border-l-flamingo-500\/55 {
  border-left-color: rgb(240 88 63 / 0.55);
}

.border-l-flamingo-500\/60 {
  border-left-color: rgb(240 88 63 / 0.6);
}

.border-l-flamingo-500\/65 {
  border-left-color: rgb(240 88 63 / 0.65);
}

.border-l-flamingo-500\/70 {
  border-left-color: rgb(240 88 63 / 0.7);
}

.border-l-flamingo-500\/75 {
  border-left-color: rgb(240 88 63 / 0.75);
}

.border-l-flamingo-500\/80 {
  border-left-color: rgb(240 88 63 / 0.8);
}

.border-l-flamingo-500\/85 {
  border-left-color: rgb(240 88 63 / 0.85);
}

.border-l-flamingo-500\/90 {
  border-left-color: rgb(240 88 63 / 0.9);
}

.border-l-flamingo-500\/95 {
  border-left-color: rgb(240 88 63 / 0.95);
}

.border-l-flamingo-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-600\/0 {
  border-left-color: rgb(227 46 18 / 0);
}

.border-l-flamingo-600\/10 {
  border-left-color: rgb(227 46 18 / 0.1);
}

.border-l-flamingo-600\/100 {
  border-left-color: rgb(227 46 18 / 1);
}

.border-l-flamingo-600\/15 {
  border-left-color: rgb(227 46 18 / 0.15);
}

.border-l-flamingo-600\/20 {
  border-left-color: rgb(227 46 18 / 0.2);
}

.border-l-flamingo-600\/25 {
  border-left-color: rgb(227 46 18 / 0.25);
}

.border-l-flamingo-600\/30 {
  border-left-color: rgb(227 46 18 / 0.3);
}

.border-l-flamingo-600\/35 {
  border-left-color: rgb(227 46 18 / 0.35);
}

.border-l-flamingo-600\/40 {
  border-left-color: rgb(227 46 18 / 0.4);
}

.border-l-flamingo-600\/45 {
  border-left-color: rgb(227 46 18 / 0.45);
}

.border-l-flamingo-600\/5 {
  border-left-color: rgb(227 46 18 / 0.05);
}

.border-l-flamingo-600\/50 {
  border-left-color: rgb(227 46 18 / 0.5);
}

.border-l-flamingo-600\/55 {
  border-left-color: rgb(227 46 18 / 0.55);
}

.border-l-flamingo-600\/60 {
  border-left-color: rgb(227 46 18 / 0.6);
}

.border-l-flamingo-600\/65 {
  border-left-color: rgb(227 46 18 / 0.65);
}

.border-l-flamingo-600\/70 {
  border-left-color: rgb(227 46 18 / 0.7);
}

.border-l-flamingo-600\/75 {
  border-left-color: rgb(227 46 18 / 0.75);
}

.border-l-flamingo-600\/80 {
  border-left-color: rgb(227 46 18 / 0.8);
}

.border-l-flamingo-600\/85 {
  border-left-color: rgb(227 46 18 / 0.85);
}

.border-l-flamingo-600\/90 {
  border-left-color: rgb(227 46 18 / 0.9);
}

.border-l-flamingo-600\/95 {
  border-left-color: rgb(227 46 18 / 0.95);
}

.border-l-flamingo-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-700\/0 {
  border-left-color: rgb(170 34 13 / 0);
}

.border-l-flamingo-700\/10 {
  border-left-color: rgb(170 34 13 / 0.1);
}

.border-l-flamingo-700\/100 {
  border-left-color: rgb(170 34 13 / 1);
}

.border-l-flamingo-700\/15 {
  border-left-color: rgb(170 34 13 / 0.15);
}

.border-l-flamingo-700\/20 {
  border-left-color: rgb(170 34 13 / 0.2);
}

.border-l-flamingo-700\/25 {
  border-left-color: rgb(170 34 13 / 0.25);
}

.border-l-flamingo-700\/30 {
  border-left-color: rgb(170 34 13 / 0.3);
}

.border-l-flamingo-700\/35 {
  border-left-color: rgb(170 34 13 / 0.35);
}

.border-l-flamingo-700\/40 {
  border-left-color: rgb(170 34 13 / 0.4);
}

.border-l-flamingo-700\/45 {
  border-left-color: rgb(170 34 13 / 0.45);
}

.border-l-flamingo-700\/5 {
  border-left-color: rgb(170 34 13 / 0.05);
}

.border-l-flamingo-700\/50 {
  border-left-color: rgb(170 34 13 / 0.5);
}

.border-l-flamingo-700\/55 {
  border-left-color: rgb(170 34 13 / 0.55);
}

.border-l-flamingo-700\/60 {
  border-left-color: rgb(170 34 13 / 0.6);
}

.border-l-flamingo-700\/65 {
  border-left-color: rgb(170 34 13 / 0.65);
}

.border-l-flamingo-700\/70 {
  border-left-color: rgb(170 34 13 / 0.7);
}

.border-l-flamingo-700\/75 {
  border-left-color: rgb(170 34 13 / 0.75);
}

.border-l-flamingo-700\/80 {
  border-left-color: rgb(170 34 13 / 0.8);
}

.border-l-flamingo-700\/85 {
  border-left-color: rgb(170 34 13 / 0.85);
}

.border-l-flamingo-700\/90 {
  border-left-color: rgb(170 34 13 / 0.9);
}

.border-l-flamingo-700\/95 {
  border-left-color: rgb(170 34 13 / 0.95);
}

.border-l-flamingo-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-800\/0 {
  border-left-color: rgb(114 23 9 / 0);
}

.border-l-flamingo-800\/10 {
  border-left-color: rgb(114 23 9 / 0.1);
}

.border-l-flamingo-800\/100 {
  border-left-color: rgb(114 23 9 / 1);
}

.border-l-flamingo-800\/15 {
  border-left-color: rgb(114 23 9 / 0.15);
}

.border-l-flamingo-800\/20 {
  border-left-color: rgb(114 23 9 / 0.2);
}

.border-l-flamingo-800\/25 {
  border-left-color: rgb(114 23 9 / 0.25);
}

.border-l-flamingo-800\/30 {
  border-left-color: rgb(114 23 9 / 0.3);
}

.border-l-flamingo-800\/35 {
  border-left-color: rgb(114 23 9 / 0.35);
}

.border-l-flamingo-800\/40 {
  border-left-color: rgb(114 23 9 / 0.4);
}

.border-l-flamingo-800\/45 {
  border-left-color: rgb(114 23 9 / 0.45);
}

.border-l-flamingo-800\/5 {
  border-left-color: rgb(114 23 9 / 0.05);
}

.border-l-flamingo-800\/50 {
  border-left-color: rgb(114 23 9 / 0.5);
}

.border-l-flamingo-800\/55 {
  border-left-color: rgb(114 23 9 / 0.55);
}

.border-l-flamingo-800\/60 {
  border-left-color: rgb(114 23 9 / 0.6);
}

.border-l-flamingo-800\/65 {
  border-left-color: rgb(114 23 9 / 0.65);
}

.border-l-flamingo-800\/70 {
  border-left-color: rgb(114 23 9 / 0.7);
}

.border-l-flamingo-800\/75 {
  border-left-color: rgb(114 23 9 / 0.75);
}

.border-l-flamingo-800\/80 {
  border-left-color: rgb(114 23 9 / 0.8);
}

.border-l-flamingo-800\/85 {
  border-left-color: rgb(114 23 9 / 0.85);
}

.border-l-flamingo-800\/90 {
  border-left-color: rgb(114 23 9 / 0.9);
}

.border-l-flamingo-800\/95 {
  border-left-color: rgb(114 23 9 / 0.95);
}

.border-l-flamingo-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-900\/0 {
  border-left-color: rgb(57 11 4 / 0);
}

.border-l-flamingo-900\/10 {
  border-left-color: rgb(57 11 4 / 0.1);
}

.border-l-flamingo-900\/100 {
  border-left-color: rgb(57 11 4 / 1);
}

.border-l-flamingo-900\/15 {
  border-left-color: rgb(57 11 4 / 0.15);
}

.border-l-flamingo-900\/20 {
  border-left-color: rgb(57 11 4 / 0.2);
}

.border-l-flamingo-900\/25 {
  border-left-color: rgb(57 11 4 / 0.25);
}

.border-l-flamingo-900\/30 {
  border-left-color: rgb(57 11 4 / 0.3);
}

.border-l-flamingo-900\/35 {
  border-left-color: rgb(57 11 4 / 0.35);
}

.border-l-flamingo-900\/40 {
  border-left-color: rgb(57 11 4 / 0.4);
}

.border-l-flamingo-900\/45 {
  border-left-color: rgb(57 11 4 / 0.45);
}

.border-l-flamingo-900\/5 {
  border-left-color: rgb(57 11 4 / 0.05);
}

.border-l-flamingo-900\/50 {
  border-left-color: rgb(57 11 4 / 0.5);
}

.border-l-flamingo-900\/55 {
  border-left-color: rgb(57 11 4 / 0.55);
}

.border-l-flamingo-900\/60 {
  border-left-color: rgb(57 11 4 / 0.6);
}

.border-l-flamingo-900\/65 {
  border-left-color: rgb(57 11 4 / 0.65);
}

.border-l-flamingo-900\/70 {
  border-left-color: rgb(57 11 4 / 0.7);
}

.border-l-flamingo-900\/75 {
  border-left-color: rgb(57 11 4 / 0.75);
}

.border-l-flamingo-900\/80 {
  border-left-color: rgb(57 11 4 / 0.8);
}

.border-l-flamingo-900\/85 {
  border-left-color: rgb(57 11 4 / 0.85);
}

.border-l-flamingo-900\/90 {
  border-left-color: rgb(57 11 4 / 0.9);
}

.border-l-flamingo-900\/95 {
  border-left-color: rgb(57 11 4 / 0.95);
}

.border-l-flamingo-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-l-flamingo-950\/0 {
  border-left-color: rgb(28 6 2 / 0);
}

.border-l-flamingo-950\/10 {
  border-left-color: rgb(28 6 2 / 0.1);
}

.border-l-flamingo-950\/100 {
  border-left-color: rgb(28 6 2 / 1);
}

.border-l-flamingo-950\/15 {
  border-left-color: rgb(28 6 2 / 0.15);
}

.border-l-flamingo-950\/20 {
  border-left-color: rgb(28 6 2 / 0.2);
}

.border-l-flamingo-950\/25 {
  border-left-color: rgb(28 6 2 / 0.25);
}

.border-l-flamingo-950\/30 {
  border-left-color: rgb(28 6 2 / 0.3);
}

.border-l-flamingo-950\/35 {
  border-left-color: rgb(28 6 2 / 0.35);
}

.border-l-flamingo-950\/40 {
  border-left-color: rgb(28 6 2 / 0.4);
}

.border-l-flamingo-950\/45 {
  border-left-color: rgb(28 6 2 / 0.45);
}

.border-l-flamingo-950\/5 {
  border-left-color: rgb(28 6 2 / 0.05);
}

.border-l-flamingo-950\/50 {
  border-left-color: rgb(28 6 2 / 0.5);
}

.border-l-flamingo-950\/55 {
  border-left-color: rgb(28 6 2 / 0.55);
}

.border-l-flamingo-950\/60 {
  border-left-color: rgb(28 6 2 / 0.6);
}

.border-l-flamingo-950\/65 {
  border-left-color: rgb(28 6 2 / 0.65);
}

.border-l-flamingo-950\/70 {
  border-left-color: rgb(28 6 2 / 0.7);
}

.border-l-flamingo-950\/75 {
  border-left-color: rgb(28 6 2 / 0.75);
}

.border-l-flamingo-950\/80 {
  border-left-color: rgb(28 6 2 / 0.8);
}

.border-l-flamingo-950\/85 {
  border-left-color: rgb(28 6 2 / 0.85);
}

.border-l-flamingo-950\/90 {
  border-left-color: rgb(28 6 2 / 0.9);
}

.border-l-flamingo-950\/95 {
  border-left-color: rgb(28 6 2 / 0.95);
}

.border-l-inherit {
  border-left-color: inherit;
}

.border-l-lightgrey {
  --tw-border-opacity: 1;
  border-left-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-l-lightgrey\/0 {
  border-left-color: rgb(212 212 212 / 0);
}

.border-l-lightgrey\/10 {
  border-left-color: rgb(212 212 212 / 0.1);
}

.border-l-lightgrey\/100 {
  border-left-color: rgb(212 212 212 / 1);
}

.border-l-lightgrey\/15 {
  border-left-color: rgb(212 212 212 / 0.15);
}

.border-l-lightgrey\/20 {
  border-left-color: rgb(212 212 212 / 0.2);
}

.border-l-lightgrey\/25 {
  border-left-color: rgb(212 212 212 / 0.25);
}

.border-l-lightgrey\/30 {
  border-left-color: rgb(212 212 212 / 0.3);
}

.border-l-lightgrey\/35 {
  border-left-color: rgb(212 212 212 / 0.35);
}

.border-l-lightgrey\/40 {
  border-left-color: rgb(212 212 212 / 0.4);
}

.border-l-lightgrey\/45 {
  border-left-color: rgb(212 212 212 / 0.45);
}

.border-l-lightgrey\/5 {
  border-left-color: rgb(212 212 212 / 0.05);
}

.border-l-lightgrey\/50 {
  border-left-color: rgb(212 212 212 / 0.5);
}

.border-l-lightgrey\/55 {
  border-left-color: rgb(212 212 212 / 0.55);
}

.border-l-lightgrey\/60 {
  border-left-color: rgb(212 212 212 / 0.6);
}

.border-l-lightgrey\/65 {
  border-left-color: rgb(212 212 212 / 0.65);
}

.border-l-lightgrey\/70 {
  border-left-color: rgb(212 212 212 / 0.7);
}

.border-l-lightgrey\/75 {
  border-left-color: rgb(212 212 212 / 0.75);
}

.border-l-lightgrey\/80 {
  border-left-color: rgb(212 212 212 / 0.8);
}

.border-l-lightgrey\/85 {
  border-left-color: rgb(212 212 212 / 0.85);
}

.border-l-lightgrey\/90 {
  border-left-color: rgb(212 212 212 / 0.9);
}

.border-l-lightgrey\/95 {
  border-left-color: rgb(212 212 212 / 0.95);
}

.border-l-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-100\/0 {
  border-left-color: rgb(205 219 223 / 0);
}

.border-l-limedSpruce-100\/10 {
  border-left-color: rgb(205 219 223 / 0.1);
}

.border-l-limedSpruce-100\/100 {
  border-left-color: rgb(205 219 223 / 1);
}

.border-l-limedSpruce-100\/15 {
  border-left-color: rgb(205 219 223 / 0.15);
}

.border-l-limedSpruce-100\/20 {
  border-left-color: rgb(205 219 223 / 0.2);
}

.border-l-limedSpruce-100\/25 {
  border-left-color: rgb(205 219 223 / 0.25);
}

.border-l-limedSpruce-100\/30 {
  border-left-color: rgb(205 219 223 / 0.3);
}

.border-l-limedSpruce-100\/35 {
  border-left-color: rgb(205 219 223 / 0.35);
}

.border-l-limedSpruce-100\/40 {
  border-left-color: rgb(205 219 223 / 0.4);
}

.border-l-limedSpruce-100\/45 {
  border-left-color: rgb(205 219 223 / 0.45);
}

.border-l-limedSpruce-100\/5 {
  border-left-color: rgb(205 219 223 / 0.05);
}

.border-l-limedSpruce-100\/50 {
  border-left-color: rgb(205 219 223 / 0.5);
}

.border-l-limedSpruce-100\/55 {
  border-left-color: rgb(205 219 223 / 0.55);
}

.border-l-limedSpruce-100\/60 {
  border-left-color: rgb(205 219 223 / 0.6);
}

.border-l-limedSpruce-100\/65 {
  border-left-color: rgb(205 219 223 / 0.65);
}

.border-l-limedSpruce-100\/70 {
  border-left-color: rgb(205 219 223 / 0.7);
}

.border-l-limedSpruce-100\/75 {
  border-left-color: rgb(205 219 223 / 0.75);
}

.border-l-limedSpruce-100\/80 {
  border-left-color: rgb(205 219 223 / 0.8);
}

.border-l-limedSpruce-100\/85 {
  border-left-color: rgb(205 219 223 / 0.85);
}

.border-l-limedSpruce-100\/90 {
  border-left-color: rgb(205 219 223 / 0.9);
}

.border-l-limedSpruce-100\/95 {
  border-left-color: rgb(205 219 223 / 0.95);
}

.border-l-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-200\/0 {
  border-left-color: rgb(159 185 193 / 0);
}

.border-l-limedSpruce-200\/10 {
  border-left-color: rgb(159 185 193 / 0.1);
}

.border-l-limedSpruce-200\/100 {
  border-left-color: rgb(159 185 193 / 1);
}

.border-l-limedSpruce-200\/15 {
  border-left-color: rgb(159 185 193 / 0.15);
}

.border-l-limedSpruce-200\/20 {
  border-left-color: rgb(159 185 193 / 0.2);
}

.border-l-limedSpruce-200\/25 {
  border-left-color: rgb(159 185 193 / 0.25);
}

.border-l-limedSpruce-200\/30 {
  border-left-color: rgb(159 185 193 / 0.3);
}

.border-l-limedSpruce-200\/35 {
  border-left-color: rgb(159 185 193 / 0.35);
}

.border-l-limedSpruce-200\/40 {
  border-left-color: rgb(159 185 193 / 0.4);
}

.border-l-limedSpruce-200\/45 {
  border-left-color: rgb(159 185 193 / 0.45);
}

.border-l-limedSpruce-200\/5 {
  border-left-color: rgb(159 185 193 / 0.05);
}

.border-l-limedSpruce-200\/50 {
  border-left-color: rgb(159 185 193 / 0.5);
}

.border-l-limedSpruce-200\/55 {
  border-left-color: rgb(159 185 193 / 0.55);
}

.border-l-limedSpruce-200\/60 {
  border-left-color: rgb(159 185 193 / 0.6);
}

.border-l-limedSpruce-200\/65 {
  border-left-color: rgb(159 185 193 / 0.65);
}

.border-l-limedSpruce-200\/70 {
  border-left-color: rgb(159 185 193 / 0.7);
}

.border-l-limedSpruce-200\/75 {
  border-left-color: rgb(159 185 193 / 0.75);
}

.border-l-limedSpruce-200\/80 {
  border-left-color: rgb(159 185 193 / 0.8);
}

.border-l-limedSpruce-200\/85 {
  border-left-color: rgb(159 185 193 / 0.85);
}

.border-l-limedSpruce-200\/90 {
  border-left-color: rgb(159 185 193 / 0.9);
}

.border-l-limedSpruce-200\/95 {
  border-left-color: rgb(159 185 193 / 0.95);
}

.border-l-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-300\/0 {
  border-left-color: rgb(109 148 161 / 0);
}

.border-l-limedSpruce-300\/10 {
  border-left-color: rgb(109 148 161 / 0.1);
}

.border-l-limedSpruce-300\/100 {
  border-left-color: rgb(109 148 161 / 1);
}

.border-l-limedSpruce-300\/15 {
  border-left-color: rgb(109 148 161 / 0.15);
}

.border-l-limedSpruce-300\/20 {
  border-left-color: rgb(109 148 161 / 0.2);
}

.border-l-limedSpruce-300\/25 {
  border-left-color: rgb(109 148 161 / 0.25);
}

.border-l-limedSpruce-300\/30 {
  border-left-color: rgb(109 148 161 / 0.3);
}

.border-l-limedSpruce-300\/35 {
  border-left-color: rgb(109 148 161 / 0.35);
}

.border-l-limedSpruce-300\/40 {
  border-left-color: rgb(109 148 161 / 0.4);
}

.border-l-limedSpruce-300\/45 {
  border-left-color: rgb(109 148 161 / 0.45);
}

.border-l-limedSpruce-300\/5 {
  border-left-color: rgb(109 148 161 / 0.05);
}

.border-l-limedSpruce-300\/50 {
  border-left-color: rgb(109 148 161 / 0.5);
}

.border-l-limedSpruce-300\/55 {
  border-left-color: rgb(109 148 161 / 0.55);
}

.border-l-limedSpruce-300\/60 {
  border-left-color: rgb(109 148 161 / 0.6);
}

.border-l-limedSpruce-300\/65 {
  border-left-color: rgb(109 148 161 / 0.65);
}

.border-l-limedSpruce-300\/70 {
  border-left-color: rgb(109 148 161 / 0.7);
}

.border-l-limedSpruce-300\/75 {
  border-left-color: rgb(109 148 161 / 0.75);
}

.border-l-limedSpruce-300\/80 {
  border-left-color: rgb(109 148 161 / 0.8);
}

.border-l-limedSpruce-300\/85 {
  border-left-color: rgb(109 148 161 / 0.85);
}

.border-l-limedSpruce-300\/90 {
  border-left-color: rgb(109 148 161 / 0.9);
}

.border-l-limedSpruce-300\/95 {
  border-left-color: rgb(109 148 161 / 0.95);
}

.border-l-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-400\/0 {
  border-left-color: rgb(74 105 115 / 0);
}

.border-l-limedSpruce-400\/10 {
  border-left-color: rgb(74 105 115 / 0.1);
}

.border-l-limedSpruce-400\/100 {
  border-left-color: rgb(74 105 115 / 1);
}

.border-l-limedSpruce-400\/15 {
  border-left-color: rgb(74 105 115 / 0.15);
}

.border-l-limedSpruce-400\/20 {
  border-left-color: rgb(74 105 115 / 0.2);
}

.border-l-limedSpruce-400\/25 {
  border-left-color: rgb(74 105 115 / 0.25);
}

.border-l-limedSpruce-400\/30 {
  border-left-color: rgb(74 105 115 / 0.3);
}

.border-l-limedSpruce-400\/35 {
  border-left-color: rgb(74 105 115 / 0.35);
}

.border-l-limedSpruce-400\/40 {
  border-left-color: rgb(74 105 115 / 0.4);
}

.border-l-limedSpruce-400\/45 {
  border-left-color: rgb(74 105 115 / 0.45);
}

.border-l-limedSpruce-400\/5 {
  border-left-color: rgb(74 105 115 / 0.05);
}

.border-l-limedSpruce-400\/50 {
  border-left-color: rgb(74 105 115 / 0.5);
}

.border-l-limedSpruce-400\/55 {
  border-left-color: rgb(74 105 115 / 0.55);
}

.border-l-limedSpruce-400\/60 {
  border-left-color: rgb(74 105 115 / 0.6);
}

.border-l-limedSpruce-400\/65 {
  border-left-color: rgb(74 105 115 / 0.65);
}

.border-l-limedSpruce-400\/70 {
  border-left-color: rgb(74 105 115 / 0.7);
}

.border-l-limedSpruce-400\/75 {
  border-left-color: rgb(74 105 115 / 0.75);
}

.border-l-limedSpruce-400\/80 {
  border-left-color: rgb(74 105 115 / 0.8);
}

.border-l-limedSpruce-400\/85 {
  border-left-color: rgb(74 105 115 / 0.85);
}

.border-l-limedSpruce-400\/90 {
  border-left-color: rgb(74 105 115 / 0.9);
}

.border-l-limedSpruce-400\/95 {
  border-left-color: rgb(74 105 115 / 0.95);
}

.border-l-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-50\/0 {
  border-left-color: rgb(230 237 239 / 0);
}

.border-l-limedSpruce-50\/10 {
  border-left-color: rgb(230 237 239 / 0.1);
}

.border-l-limedSpruce-50\/100 {
  border-left-color: rgb(230 237 239 / 1);
}

.border-l-limedSpruce-50\/15 {
  border-left-color: rgb(230 237 239 / 0.15);
}

.border-l-limedSpruce-50\/20 {
  border-left-color: rgb(230 237 239 / 0.2);
}

.border-l-limedSpruce-50\/25 {
  border-left-color: rgb(230 237 239 / 0.25);
}

.border-l-limedSpruce-50\/30 {
  border-left-color: rgb(230 237 239 / 0.3);
}

.border-l-limedSpruce-50\/35 {
  border-left-color: rgb(230 237 239 / 0.35);
}

.border-l-limedSpruce-50\/40 {
  border-left-color: rgb(230 237 239 / 0.4);
}

.border-l-limedSpruce-50\/45 {
  border-left-color: rgb(230 237 239 / 0.45);
}

.border-l-limedSpruce-50\/5 {
  border-left-color: rgb(230 237 239 / 0.05);
}

.border-l-limedSpruce-50\/50 {
  border-left-color: rgb(230 237 239 / 0.5);
}

.border-l-limedSpruce-50\/55 {
  border-left-color: rgb(230 237 239 / 0.55);
}

.border-l-limedSpruce-50\/60 {
  border-left-color: rgb(230 237 239 / 0.6);
}

.border-l-limedSpruce-50\/65 {
  border-left-color: rgb(230 237 239 / 0.65);
}

.border-l-limedSpruce-50\/70 {
  border-left-color: rgb(230 237 239 / 0.7);
}

.border-l-limedSpruce-50\/75 {
  border-left-color: rgb(230 237 239 / 0.75);
}

.border-l-limedSpruce-50\/80 {
  border-left-color: rgb(230 237 239 / 0.8);
}

.border-l-limedSpruce-50\/85 {
  border-left-color: rgb(230 237 239 / 0.85);
}

.border-l-limedSpruce-50\/90 {
  border-left-color: rgb(230 237 239 / 0.9);
}

.border-l-limedSpruce-50\/95 {
  border-left-color: rgb(230 237 239 / 0.95);
}

.border-l-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-500\/0 {
  border-left-color: rgb(43 61 67 / 0);
}

.border-l-limedSpruce-500\/10 {
  border-left-color: rgb(43 61 67 / 0.1);
}

.border-l-limedSpruce-500\/100 {
  border-left-color: rgb(43 61 67 / 1);
}

.border-l-limedSpruce-500\/15 {
  border-left-color: rgb(43 61 67 / 0.15);
}

.border-l-limedSpruce-500\/20 {
  border-left-color: rgb(43 61 67 / 0.2);
}

.border-l-limedSpruce-500\/25 {
  border-left-color: rgb(43 61 67 / 0.25);
}

.border-l-limedSpruce-500\/30 {
  border-left-color: rgb(43 61 67 / 0.3);
}

.border-l-limedSpruce-500\/35 {
  border-left-color: rgb(43 61 67 / 0.35);
}

.border-l-limedSpruce-500\/40 {
  border-left-color: rgb(43 61 67 / 0.4);
}

.border-l-limedSpruce-500\/45 {
  border-left-color: rgb(43 61 67 / 0.45);
}

.border-l-limedSpruce-500\/5 {
  border-left-color: rgb(43 61 67 / 0.05);
}

.border-l-limedSpruce-500\/50 {
  border-left-color: rgb(43 61 67 / 0.5);
}

.border-l-limedSpruce-500\/55 {
  border-left-color: rgb(43 61 67 / 0.55);
}

.border-l-limedSpruce-500\/60 {
  border-left-color: rgb(43 61 67 / 0.6);
}

.border-l-limedSpruce-500\/65 {
  border-left-color: rgb(43 61 67 / 0.65);
}

.border-l-limedSpruce-500\/70 {
  border-left-color: rgb(43 61 67 / 0.7);
}

.border-l-limedSpruce-500\/75 {
  border-left-color: rgb(43 61 67 / 0.75);
}

.border-l-limedSpruce-500\/80 {
  border-left-color: rgb(43 61 67 / 0.8);
}

.border-l-limedSpruce-500\/85 {
  border-left-color: rgb(43 61 67 / 0.85);
}

.border-l-limedSpruce-500\/90 {
  border-left-color: rgb(43 61 67 / 0.9);
}

.border-l-limedSpruce-500\/95 {
  border-left-color: rgb(43 61 67 / 0.95);
}

.border-l-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-600\/0 {
  border-left-color: rgb(34 48 53 / 0);
}

.border-l-limedSpruce-600\/10 {
  border-left-color: rgb(34 48 53 / 0.1);
}

.border-l-limedSpruce-600\/100 {
  border-left-color: rgb(34 48 53 / 1);
}

.border-l-limedSpruce-600\/15 {
  border-left-color: rgb(34 48 53 / 0.15);
}

.border-l-limedSpruce-600\/20 {
  border-left-color: rgb(34 48 53 / 0.2);
}

.border-l-limedSpruce-600\/25 {
  border-left-color: rgb(34 48 53 / 0.25);
}

.border-l-limedSpruce-600\/30 {
  border-left-color: rgb(34 48 53 / 0.3);
}

.border-l-limedSpruce-600\/35 {
  border-left-color: rgb(34 48 53 / 0.35);
}

.border-l-limedSpruce-600\/40 {
  border-left-color: rgb(34 48 53 / 0.4);
}

.border-l-limedSpruce-600\/45 {
  border-left-color: rgb(34 48 53 / 0.45);
}

.border-l-limedSpruce-600\/5 {
  border-left-color: rgb(34 48 53 / 0.05);
}

.border-l-limedSpruce-600\/50 {
  border-left-color: rgb(34 48 53 / 0.5);
}

.border-l-limedSpruce-600\/55 {
  border-left-color: rgb(34 48 53 / 0.55);
}

.border-l-limedSpruce-600\/60 {
  border-left-color: rgb(34 48 53 / 0.6);
}

.border-l-limedSpruce-600\/65 {
  border-left-color: rgb(34 48 53 / 0.65);
}

.border-l-limedSpruce-600\/70 {
  border-left-color: rgb(34 48 53 / 0.7);
}

.border-l-limedSpruce-600\/75 {
  border-left-color: rgb(34 48 53 / 0.75);
}

.border-l-limedSpruce-600\/80 {
  border-left-color: rgb(34 48 53 / 0.8);
}

.border-l-limedSpruce-600\/85 {
  border-left-color: rgb(34 48 53 / 0.85);
}

.border-l-limedSpruce-600\/90 {
  border-left-color: rgb(34 48 53 / 0.9);
}

.border-l-limedSpruce-600\/95 {
  border-left-color: rgb(34 48 53 / 0.95);
}

.border-l-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-700\/0 {
  border-left-color: rgb(26 37 40 / 0);
}

.border-l-limedSpruce-700\/10 {
  border-left-color: rgb(26 37 40 / 0.1);
}

.border-l-limedSpruce-700\/100 {
  border-left-color: rgb(26 37 40 / 1);
}

.border-l-limedSpruce-700\/15 {
  border-left-color: rgb(26 37 40 / 0.15);
}

.border-l-limedSpruce-700\/20 {
  border-left-color: rgb(26 37 40 / 0.2);
}

.border-l-limedSpruce-700\/25 {
  border-left-color: rgb(26 37 40 / 0.25);
}

.border-l-limedSpruce-700\/30 {
  border-left-color: rgb(26 37 40 / 0.3);
}

.border-l-limedSpruce-700\/35 {
  border-left-color: rgb(26 37 40 / 0.35);
}

.border-l-limedSpruce-700\/40 {
  border-left-color: rgb(26 37 40 / 0.4);
}

.border-l-limedSpruce-700\/45 {
  border-left-color: rgb(26 37 40 / 0.45);
}

.border-l-limedSpruce-700\/5 {
  border-left-color: rgb(26 37 40 / 0.05);
}

.border-l-limedSpruce-700\/50 {
  border-left-color: rgb(26 37 40 / 0.5);
}

.border-l-limedSpruce-700\/55 {
  border-left-color: rgb(26 37 40 / 0.55);
}

.border-l-limedSpruce-700\/60 {
  border-left-color: rgb(26 37 40 / 0.6);
}

.border-l-limedSpruce-700\/65 {
  border-left-color: rgb(26 37 40 / 0.65);
}

.border-l-limedSpruce-700\/70 {
  border-left-color: rgb(26 37 40 / 0.7);
}

.border-l-limedSpruce-700\/75 {
  border-left-color: rgb(26 37 40 / 0.75);
}

.border-l-limedSpruce-700\/80 {
  border-left-color: rgb(26 37 40 / 0.8);
}

.border-l-limedSpruce-700\/85 {
  border-left-color: rgb(26 37 40 / 0.85);
}

.border-l-limedSpruce-700\/90 {
  border-left-color: rgb(26 37 40 / 0.9);
}

.border-l-limedSpruce-700\/95 {
  border-left-color: rgb(26 37 40 / 0.95);
}

.border-l-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-800\/0 {
  border-left-color: rgb(18 25 28 / 0);
}

.border-l-limedSpruce-800\/10 {
  border-left-color: rgb(18 25 28 / 0.1);
}

.border-l-limedSpruce-800\/100 {
  border-left-color: rgb(18 25 28 / 1);
}

.border-l-limedSpruce-800\/15 {
  border-left-color: rgb(18 25 28 / 0.15);
}

.border-l-limedSpruce-800\/20 {
  border-left-color: rgb(18 25 28 / 0.2);
}

.border-l-limedSpruce-800\/25 {
  border-left-color: rgb(18 25 28 / 0.25);
}

.border-l-limedSpruce-800\/30 {
  border-left-color: rgb(18 25 28 / 0.3);
}

.border-l-limedSpruce-800\/35 {
  border-left-color: rgb(18 25 28 / 0.35);
}

.border-l-limedSpruce-800\/40 {
  border-left-color: rgb(18 25 28 / 0.4);
}

.border-l-limedSpruce-800\/45 {
  border-left-color: rgb(18 25 28 / 0.45);
}

.border-l-limedSpruce-800\/5 {
  border-left-color: rgb(18 25 28 / 0.05);
}

.border-l-limedSpruce-800\/50 {
  border-left-color: rgb(18 25 28 / 0.5);
}

.border-l-limedSpruce-800\/55 {
  border-left-color: rgb(18 25 28 / 0.55);
}

.border-l-limedSpruce-800\/60 {
  border-left-color: rgb(18 25 28 / 0.6);
}

.border-l-limedSpruce-800\/65 {
  border-left-color: rgb(18 25 28 / 0.65);
}

.border-l-limedSpruce-800\/70 {
  border-left-color: rgb(18 25 28 / 0.7);
}

.border-l-limedSpruce-800\/75 {
  border-left-color: rgb(18 25 28 / 0.75);
}

.border-l-limedSpruce-800\/80 {
  border-left-color: rgb(18 25 28 / 0.8);
}

.border-l-limedSpruce-800\/85 {
  border-left-color: rgb(18 25 28 / 0.85);
}

.border-l-limedSpruce-800\/90 {
  border-left-color: rgb(18 25 28 / 0.9);
}

.border-l-limedSpruce-800\/95 {
  border-left-color: rgb(18 25 28 / 0.95);
}

.border-l-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-900\/0 {
  border-left-color: rgb(8 11 12 / 0);
}

.border-l-limedSpruce-900\/10 {
  border-left-color: rgb(8 11 12 / 0.1);
}

.border-l-limedSpruce-900\/100 {
  border-left-color: rgb(8 11 12 / 1);
}

.border-l-limedSpruce-900\/15 {
  border-left-color: rgb(8 11 12 / 0.15);
}

.border-l-limedSpruce-900\/20 {
  border-left-color: rgb(8 11 12 / 0.2);
}

.border-l-limedSpruce-900\/25 {
  border-left-color: rgb(8 11 12 / 0.25);
}

.border-l-limedSpruce-900\/30 {
  border-left-color: rgb(8 11 12 / 0.3);
}

.border-l-limedSpruce-900\/35 {
  border-left-color: rgb(8 11 12 / 0.35);
}

.border-l-limedSpruce-900\/40 {
  border-left-color: rgb(8 11 12 / 0.4);
}

.border-l-limedSpruce-900\/45 {
  border-left-color: rgb(8 11 12 / 0.45);
}

.border-l-limedSpruce-900\/5 {
  border-left-color: rgb(8 11 12 / 0.05);
}

.border-l-limedSpruce-900\/50 {
  border-left-color: rgb(8 11 12 / 0.5);
}

.border-l-limedSpruce-900\/55 {
  border-left-color: rgb(8 11 12 / 0.55);
}

.border-l-limedSpruce-900\/60 {
  border-left-color: rgb(8 11 12 / 0.6);
}

.border-l-limedSpruce-900\/65 {
  border-left-color: rgb(8 11 12 / 0.65);
}

.border-l-limedSpruce-900\/70 {
  border-left-color: rgb(8 11 12 / 0.7);
}

.border-l-limedSpruce-900\/75 {
  border-left-color: rgb(8 11 12 / 0.75);
}

.border-l-limedSpruce-900\/80 {
  border-left-color: rgb(8 11 12 / 0.8);
}

.border-l-limedSpruce-900\/85 {
  border-left-color: rgb(8 11 12 / 0.85);
}

.border-l-limedSpruce-900\/90 {
  border-left-color: rgb(8 11 12 / 0.9);
}

.border-l-limedSpruce-900\/95 {
  border-left-color: rgb(8 11 12 / 0.95);
}

.border-l-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-l-limedSpruce-950\/0 {
  border-left-color: rgb(4 6 6 / 0);
}

.border-l-limedSpruce-950\/10 {
  border-left-color: rgb(4 6 6 / 0.1);
}

.border-l-limedSpruce-950\/100 {
  border-left-color: rgb(4 6 6 / 1);
}

.border-l-limedSpruce-950\/15 {
  border-left-color: rgb(4 6 6 / 0.15);
}

.border-l-limedSpruce-950\/20 {
  border-left-color: rgb(4 6 6 / 0.2);
}

.border-l-limedSpruce-950\/25 {
  border-left-color: rgb(4 6 6 / 0.25);
}

.border-l-limedSpruce-950\/30 {
  border-left-color: rgb(4 6 6 / 0.3);
}

.border-l-limedSpruce-950\/35 {
  border-left-color: rgb(4 6 6 / 0.35);
}

.border-l-limedSpruce-950\/40 {
  border-left-color: rgb(4 6 6 / 0.4);
}

.border-l-limedSpruce-950\/45 {
  border-left-color: rgb(4 6 6 / 0.45);
}

.border-l-limedSpruce-950\/5 {
  border-left-color: rgb(4 6 6 / 0.05);
}

.border-l-limedSpruce-950\/50 {
  border-left-color: rgb(4 6 6 / 0.5);
}

.border-l-limedSpruce-950\/55 {
  border-left-color: rgb(4 6 6 / 0.55);
}

.border-l-limedSpruce-950\/60 {
  border-left-color: rgb(4 6 6 / 0.6);
}

.border-l-limedSpruce-950\/65 {
  border-left-color: rgb(4 6 6 / 0.65);
}

.border-l-limedSpruce-950\/70 {
  border-left-color: rgb(4 6 6 / 0.7);
}

.border-l-limedSpruce-950\/75 {
  border-left-color: rgb(4 6 6 / 0.75);
}

.border-l-limedSpruce-950\/80 {
  border-left-color: rgb(4 6 6 / 0.8);
}

.border-l-limedSpruce-950\/85 {
  border-left-color: rgb(4 6 6 / 0.85);
}

.border-l-limedSpruce-950\/90 {
  border-left-color: rgb(4 6 6 / 0.9);
}

.border-l-limedSpruce-950\/95 {
  border-left-color: rgb(4 6 6 / 0.95);
}

.border-l-merino-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-l-merino-100\/0 {
  border-left-color: rgb(254 253 251 / 0);
}

.border-l-merino-100\/10 {
  border-left-color: rgb(254 253 251 / 0.1);
}

.border-l-merino-100\/100 {
  border-left-color: rgb(254 253 251 / 1);
}

.border-l-merino-100\/15 {
  border-left-color: rgb(254 253 251 / 0.15);
}

.border-l-merino-100\/20 {
  border-left-color: rgb(254 253 251 / 0.2);
}

.border-l-merino-100\/25 {
  border-left-color: rgb(254 253 251 / 0.25);
}

.border-l-merino-100\/30 {
  border-left-color: rgb(254 253 251 / 0.3);
}

.border-l-merino-100\/35 {
  border-left-color: rgb(254 253 251 / 0.35);
}

.border-l-merino-100\/40 {
  border-left-color: rgb(254 253 251 / 0.4);
}

.border-l-merino-100\/45 {
  border-left-color: rgb(254 253 251 / 0.45);
}

.border-l-merino-100\/5 {
  border-left-color: rgb(254 253 251 / 0.05);
}

.border-l-merino-100\/50 {
  border-left-color: rgb(254 253 251 / 0.5);
}

.border-l-merino-100\/55 {
  border-left-color: rgb(254 253 251 / 0.55);
}

.border-l-merino-100\/60 {
  border-left-color: rgb(254 253 251 / 0.6);
}

.border-l-merino-100\/65 {
  border-left-color: rgb(254 253 251 / 0.65);
}

.border-l-merino-100\/70 {
  border-left-color: rgb(254 253 251 / 0.7);
}

.border-l-merino-100\/75 {
  border-left-color: rgb(254 253 251 / 0.75);
}

.border-l-merino-100\/80 {
  border-left-color: rgb(254 253 251 / 0.8);
}

.border-l-merino-100\/85 {
  border-left-color: rgb(254 253 251 / 0.85);
}

.border-l-merino-100\/90 {
  border-left-color: rgb(254 253 251 / 0.9);
}

.border-l-merino-100\/95 {
  border-left-color: rgb(254 253 251 / 0.95);
}

.border-l-merino-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-l-merino-200\/0 {
  border-left-color: rgb(252 251 248 / 0);
}

.border-l-merino-200\/10 {
  border-left-color: rgb(252 251 248 / 0.1);
}

.border-l-merino-200\/100 {
  border-left-color: rgb(252 251 248 / 1);
}

.border-l-merino-200\/15 {
  border-left-color: rgb(252 251 248 / 0.15);
}

.border-l-merino-200\/20 {
  border-left-color: rgb(252 251 248 / 0.2);
}

.border-l-merino-200\/25 {
  border-left-color: rgb(252 251 248 / 0.25);
}

.border-l-merino-200\/30 {
  border-left-color: rgb(252 251 248 / 0.3);
}

.border-l-merino-200\/35 {
  border-left-color: rgb(252 251 248 / 0.35);
}

.border-l-merino-200\/40 {
  border-left-color: rgb(252 251 248 / 0.4);
}

.border-l-merino-200\/45 {
  border-left-color: rgb(252 251 248 / 0.45);
}

.border-l-merino-200\/5 {
  border-left-color: rgb(252 251 248 / 0.05);
}

.border-l-merino-200\/50 {
  border-left-color: rgb(252 251 248 / 0.5);
}

.border-l-merino-200\/55 {
  border-left-color: rgb(252 251 248 / 0.55);
}

.border-l-merino-200\/60 {
  border-left-color: rgb(252 251 248 / 0.6);
}

.border-l-merino-200\/65 {
  border-left-color: rgb(252 251 248 / 0.65);
}

.border-l-merino-200\/70 {
  border-left-color: rgb(252 251 248 / 0.7);
}

.border-l-merino-200\/75 {
  border-left-color: rgb(252 251 248 / 0.75);
}

.border-l-merino-200\/80 {
  border-left-color: rgb(252 251 248 / 0.8);
}

.border-l-merino-200\/85 {
  border-left-color: rgb(252 251 248 / 0.85);
}

.border-l-merino-200\/90 {
  border-left-color: rgb(252 251 248 / 0.9);
}

.border-l-merino-200\/95 {
  border-left-color: rgb(252 251 248 / 0.95);
}

.border-l-merino-300 {
  --tw-border-opacity: 1;
  border-left-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-l-merino-300\/0 {
  border-left-color: rgb(250 247 240 / 0);
}

.border-l-merino-300\/10 {
  border-left-color: rgb(250 247 240 / 0.1);
}

.border-l-merino-300\/100 {
  border-left-color: rgb(250 247 240 / 1);
}

.border-l-merino-300\/15 {
  border-left-color: rgb(250 247 240 / 0.15);
}

.border-l-merino-300\/20 {
  border-left-color: rgb(250 247 240 / 0.2);
}

.border-l-merino-300\/25 {
  border-left-color: rgb(250 247 240 / 0.25);
}

.border-l-merino-300\/30 {
  border-left-color: rgb(250 247 240 / 0.3);
}

.border-l-merino-300\/35 {
  border-left-color: rgb(250 247 240 / 0.35);
}

.border-l-merino-300\/40 {
  border-left-color: rgb(250 247 240 / 0.4);
}

.border-l-merino-300\/45 {
  border-left-color: rgb(250 247 240 / 0.45);
}

.border-l-merino-300\/5 {
  border-left-color: rgb(250 247 240 / 0.05);
}

.border-l-merino-300\/50 {
  border-left-color: rgb(250 247 240 / 0.5);
}

.border-l-merino-300\/55 {
  border-left-color: rgb(250 247 240 / 0.55);
}

.border-l-merino-300\/60 {
  border-left-color: rgb(250 247 240 / 0.6);
}

.border-l-merino-300\/65 {
  border-left-color: rgb(250 247 240 / 0.65);
}

.border-l-merino-300\/70 {
  border-left-color: rgb(250 247 240 / 0.7);
}

.border-l-merino-300\/75 {
  border-left-color: rgb(250 247 240 / 0.75);
}

.border-l-merino-300\/80 {
  border-left-color: rgb(250 247 240 / 0.8);
}

.border-l-merino-300\/85 {
  border-left-color: rgb(250 247 240 / 0.85);
}

.border-l-merino-300\/90 {
  border-left-color: rgb(250 247 240 / 0.9);
}

.border-l-merino-300\/95 {
  border-left-color: rgb(250 247 240 / 0.95);
}

.border-l-merino-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-l-merino-400\/0 {
  border-left-color: rgb(248 245 236 / 0);
}

.border-l-merino-400\/10 {
  border-left-color: rgb(248 245 236 / 0.1);
}

.border-l-merino-400\/100 {
  border-left-color: rgb(248 245 236 / 1);
}

.border-l-merino-400\/15 {
  border-left-color: rgb(248 245 236 / 0.15);
}

.border-l-merino-400\/20 {
  border-left-color: rgb(248 245 236 / 0.2);
}

.border-l-merino-400\/25 {
  border-left-color: rgb(248 245 236 / 0.25);
}

.border-l-merino-400\/30 {
  border-left-color: rgb(248 245 236 / 0.3);
}

.border-l-merino-400\/35 {
  border-left-color: rgb(248 245 236 / 0.35);
}

.border-l-merino-400\/40 {
  border-left-color: rgb(248 245 236 / 0.4);
}

.border-l-merino-400\/45 {
  border-left-color: rgb(248 245 236 / 0.45);
}

.border-l-merino-400\/5 {
  border-left-color: rgb(248 245 236 / 0.05);
}

.border-l-merino-400\/50 {
  border-left-color: rgb(248 245 236 / 0.5);
}

.border-l-merino-400\/55 {
  border-left-color: rgb(248 245 236 / 0.55);
}

.border-l-merino-400\/60 {
  border-left-color: rgb(248 245 236 / 0.6);
}

.border-l-merino-400\/65 {
  border-left-color: rgb(248 245 236 / 0.65);
}

.border-l-merino-400\/70 {
  border-left-color: rgb(248 245 236 / 0.7);
}

.border-l-merino-400\/75 {
  border-left-color: rgb(248 245 236 / 0.75);
}

.border-l-merino-400\/80 {
  border-left-color: rgb(248 245 236 / 0.8);
}

.border-l-merino-400\/85 {
  border-left-color: rgb(248 245 236 / 0.85);
}

.border-l-merino-400\/90 {
  border-left-color: rgb(248 245 236 / 0.9);
}

.border-l-merino-400\/95 {
  border-left-color: rgb(248 245 236 / 0.95);
}

.border-l-merino-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-l-merino-50\/0 {
  border-left-color: rgb(254 253 251 / 0);
}

.border-l-merino-50\/10 {
  border-left-color: rgb(254 253 251 / 0.1);
}

.border-l-merino-50\/100 {
  border-left-color: rgb(254 253 251 / 1);
}

.border-l-merino-50\/15 {
  border-left-color: rgb(254 253 251 / 0.15);
}

.border-l-merino-50\/20 {
  border-left-color: rgb(254 253 251 / 0.2);
}

.border-l-merino-50\/25 {
  border-left-color: rgb(254 253 251 / 0.25);
}

.border-l-merino-50\/30 {
  border-left-color: rgb(254 253 251 / 0.3);
}

.border-l-merino-50\/35 {
  border-left-color: rgb(254 253 251 / 0.35);
}

.border-l-merino-50\/40 {
  border-left-color: rgb(254 253 251 / 0.4);
}

.border-l-merino-50\/45 {
  border-left-color: rgb(254 253 251 / 0.45);
}

.border-l-merino-50\/5 {
  border-left-color: rgb(254 253 251 / 0.05);
}

.border-l-merino-50\/50 {
  border-left-color: rgb(254 253 251 / 0.5);
}

.border-l-merino-50\/55 {
  border-left-color: rgb(254 253 251 / 0.55);
}

.border-l-merino-50\/60 {
  border-left-color: rgb(254 253 251 / 0.6);
}

.border-l-merino-50\/65 {
  border-left-color: rgb(254 253 251 / 0.65);
}

.border-l-merino-50\/70 {
  border-left-color: rgb(254 253 251 / 0.7);
}

.border-l-merino-50\/75 {
  border-left-color: rgb(254 253 251 / 0.75);
}

.border-l-merino-50\/80 {
  border-left-color: rgb(254 253 251 / 0.8);
}

.border-l-merino-50\/85 {
  border-left-color: rgb(254 253 251 / 0.85);
}

.border-l-merino-50\/90 {
  border-left-color: rgb(254 253 251 / 0.9);
}

.border-l-merino-50\/95 {
  border-left-color: rgb(254 253 251 / 0.95);
}

.border-l-merino-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-l-merino-500\/0 {
  border-left-color: rgb(247 243 233 / 0);
}

.border-l-merino-500\/10 {
  border-left-color: rgb(247 243 233 / 0.1);
}

.border-l-merino-500\/100 {
  border-left-color: rgb(247 243 233 / 1);
}

.border-l-merino-500\/15 {
  border-left-color: rgb(247 243 233 / 0.15);
}

.border-l-merino-500\/20 {
  border-left-color: rgb(247 243 233 / 0.2);
}

.border-l-merino-500\/25 {
  border-left-color: rgb(247 243 233 / 0.25);
}

.border-l-merino-500\/30 {
  border-left-color: rgb(247 243 233 / 0.3);
}

.border-l-merino-500\/35 {
  border-left-color: rgb(247 243 233 / 0.35);
}

.border-l-merino-500\/40 {
  border-left-color: rgb(247 243 233 / 0.4);
}

.border-l-merino-500\/45 {
  border-left-color: rgb(247 243 233 / 0.45);
}

.border-l-merino-500\/5 {
  border-left-color: rgb(247 243 233 / 0.05);
}

.border-l-merino-500\/50 {
  border-left-color: rgb(247 243 233 / 0.5);
}

.border-l-merino-500\/55 {
  border-left-color: rgb(247 243 233 / 0.55);
}

.border-l-merino-500\/60 {
  border-left-color: rgb(247 243 233 / 0.6);
}

.border-l-merino-500\/65 {
  border-left-color: rgb(247 243 233 / 0.65);
}

.border-l-merino-500\/70 {
  border-left-color: rgb(247 243 233 / 0.7);
}

.border-l-merino-500\/75 {
  border-left-color: rgb(247 243 233 / 0.75);
}

.border-l-merino-500\/80 {
  border-left-color: rgb(247 243 233 / 0.8);
}

.border-l-merino-500\/85 {
  border-left-color: rgb(247 243 233 / 0.85);
}

.border-l-merino-500\/90 {
  border-left-color: rgb(247 243 233 / 0.9);
}

.border-l-merino-500\/95 {
  border-left-color: rgb(247 243 233 / 0.95);
}

.border-l-merino-600 {
  --tw-border-opacity: 1;
  border-left-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-l-merino-600\/0 {
  border-left-color: rgb(221 204 161 / 0);
}

.border-l-merino-600\/10 {
  border-left-color: rgb(221 204 161 / 0.1);
}

.border-l-merino-600\/100 {
  border-left-color: rgb(221 204 161 / 1);
}

.border-l-merino-600\/15 {
  border-left-color: rgb(221 204 161 / 0.15);
}

.border-l-merino-600\/20 {
  border-left-color: rgb(221 204 161 / 0.2);
}

.border-l-merino-600\/25 {
  border-left-color: rgb(221 204 161 / 0.25);
}

.border-l-merino-600\/30 {
  border-left-color: rgb(221 204 161 / 0.3);
}

.border-l-merino-600\/35 {
  border-left-color: rgb(221 204 161 / 0.35);
}

.border-l-merino-600\/40 {
  border-left-color: rgb(221 204 161 / 0.4);
}

.border-l-merino-600\/45 {
  border-left-color: rgb(221 204 161 / 0.45);
}

.border-l-merino-600\/5 {
  border-left-color: rgb(221 204 161 / 0.05);
}

.border-l-merino-600\/50 {
  border-left-color: rgb(221 204 161 / 0.5);
}

.border-l-merino-600\/55 {
  border-left-color: rgb(221 204 161 / 0.55);
}

.border-l-merino-600\/60 {
  border-left-color: rgb(221 204 161 / 0.6);
}

.border-l-merino-600\/65 {
  border-left-color: rgb(221 204 161 / 0.65);
}

.border-l-merino-600\/70 {
  border-left-color: rgb(221 204 161 / 0.7);
}

.border-l-merino-600\/75 {
  border-left-color: rgb(221 204 161 / 0.75);
}

.border-l-merino-600\/80 {
  border-left-color: rgb(221 204 161 / 0.8);
}

.border-l-merino-600\/85 {
  border-left-color: rgb(221 204 161 / 0.85);
}

.border-l-merino-600\/90 {
  border-left-color: rgb(221 204 161 / 0.9);
}

.border-l-merino-600\/95 {
  border-left-color: rgb(221 204 161 / 0.95);
}

.border-l-merino-700 {
  --tw-border-opacity: 1;
  border-left-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-l-merino-700\/0 {
  border-left-color: rgb(195 166 90 / 0);
}

.border-l-merino-700\/10 {
  border-left-color: rgb(195 166 90 / 0.1);
}

.border-l-merino-700\/100 {
  border-left-color: rgb(195 166 90 / 1);
}

.border-l-merino-700\/15 {
  border-left-color: rgb(195 166 90 / 0.15);
}

.border-l-merino-700\/20 {
  border-left-color: rgb(195 166 90 / 0.2);
}

.border-l-merino-700\/25 {
  border-left-color: rgb(195 166 90 / 0.25);
}

.border-l-merino-700\/30 {
  border-left-color: rgb(195 166 90 / 0.3);
}

.border-l-merino-700\/35 {
  border-left-color: rgb(195 166 90 / 0.35);
}

.border-l-merino-700\/40 {
  border-left-color: rgb(195 166 90 / 0.4);
}

.border-l-merino-700\/45 {
  border-left-color: rgb(195 166 90 / 0.45);
}

.border-l-merino-700\/5 {
  border-left-color: rgb(195 166 90 / 0.05);
}

.border-l-merino-700\/50 {
  border-left-color: rgb(195 166 90 / 0.5);
}

.border-l-merino-700\/55 {
  border-left-color: rgb(195 166 90 / 0.55);
}

.border-l-merino-700\/60 {
  border-left-color: rgb(195 166 90 / 0.6);
}

.border-l-merino-700\/65 {
  border-left-color: rgb(195 166 90 / 0.65);
}

.border-l-merino-700\/70 {
  border-left-color: rgb(195 166 90 / 0.7);
}

.border-l-merino-700\/75 {
  border-left-color: rgb(195 166 90 / 0.75);
}

.border-l-merino-700\/80 {
  border-left-color: rgb(195 166 90 / 0.8);
}

.border-l-merino-700\/85 {
  border-left-color: rgb(195 166 90 / 0.85);
}

.border-l-merino-700\/90 {
  border-left-color: rgb(195 166 90 / 0.9);
}

.border-l-merino-700\/95 {
  border-left-color: rgb(195 166 90 / 0.95);
}

.border-l-merino-800 {
  --tw-border-opacity: 1;
  border-left-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-l-merino-800\/0 {
  border-left-color: rgb(142 117 52 / 0);
}

.border-l-merino-800\/10 {
  border-left-color: rgb(142 117 52 / 0.1);
}

.border-l-merino-800\/100 {
  border-left-color: rgb(142 117 52 / 1);
}

.border-l-merino-800\/15 {
  border-left-color: rgb(142 117 52 / 0.15);
}

.border-l-merino-800\/20 {
  border-left-color: rgb(142 117 52 / 0.2);
}

.border-l-merino-800\/25 {
  border-left-color: rgb(142 117 52 / 0.25);
}

.border-l-merino-800\/30 {
  border-left-color: rgb(142 117 52 / 0.3);
}

.border-l-merino-800\/35 {
  border-left-color: rgb(142 117 52 / 0.35);
}

.border-l-merino-800\/40 {
  border-left-color: rgb(142 117 52 / 0.4);
}

.border-l-merino-800\/45 {
  border-left-color: rgb(142 117 52 / 0.45);
}

.border-l-merino-800\/5 {
  border-left-color: rgb(142 117 52 / 0.05);
}

.border-l-merino-800\/50 {
  border-left-color: rgb(142 117 52 / 0.5);
}

.border-l-merino-800\/55 {
  border-left-color: rgb(142 117 52 / 0.55);
}

.border-l-merino-800\/60 {
  border-left-color: rgb(142 117 52 / 0.6);
}

.border-l-merino-800\/65 {
  border-left-color: rgb(142 117 52 / 0.65);
}

.border-l-merino-800\/70 {
  border-left-color: rgb(142 117 52 / 0.7);
}

.border-l-merino-800\/75 {
  border-left-color: rgb(142 117 52 / 0.75);
}

.border-l-merino-800\/80 {
  border-left-color: rgb(142 117 52 / 0.8);
}

.border-l-merino-800\/85 {
  border-left-color: rgb(142 117 52 / 0.85);
}

.border-l-merino-800\/90 {
  border-left-color: rgb(142 117 52 / 0.9);
}

.border-l-merino-800\/95 {
  border-left-color: rgb(142 117 52 / 0.95);
}

.border-l-merino-900 {
  --tw-border-opacity: 1;
  border-left-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-l-merino-900\/0 {
  border-left-color: rgb(71 58 26 / 0);
}

.border-l-merino-900\/10 {
  border-left-color: rgb(71 58 26 / 0.1);
}

.border-l-merino-900\/100 {
  border-left-color: rgb(71 58 26 / 1);
}

.border-l-merino-900\/15 {
  border-left-color: rgb(71 58 26 / 0.15);
}

.border-l-merino-900\/20 {
  border-left-color: rgb(71 58 26 / 0.2);
}

.border-l-merino-900\/25 {
  border-left-color: rgb(71 58 26 / 0.25);
}

.border-l-merino-900\/30 {
  border-left-color: rgb(71 58 26 / 0.3);
}

.border-l-merino-900\/35 {
  border-left-color: rgb(71 58 26 / 0.35);
}

.border-l-merino-900\/40 {
  border-left-color: rgb(71 58 26 / 0.4);
}

.border-l-merino-900\/45 {
  border-left-color: rgb(71 58 26 / 0.45);
}

.border-l-merino-900\/5 {
  border-left-color: rgb(71 58 26 / 0.05);
}

.border-l-merino-900\/50 {
  border-left-color: rgb(71 58 26 / 0.5);
}

.border-l-merino-900\/55 {
  border-left-color: rgb(71 58 26 / 0.55);
}

.border-l-merino-900\/60 {
  border-left-color: rgb(71 58 26 / 0.6);
}

.border-l-merino-900\/65 {
  border-left-color: rgb(71 58 26 / 0.65);
}

.border-l-merino-900\/70 {
  border-left-color: rgb(71 58 26 / 0.7);
}

.border-l-merino-900\/75 {
  border-left-color: rgb(71 58 26 / 0.75);
}

.border-l-merino-900\/80 {
  border-left-color: rgb(71 58 26 / 0.8);
}

.border-l-merino-900\/85 {
  border-left-color: rgb(71 58 26 / 0.85);
}

.border-l-merino-900\/90 {
  border-left-color: rgb(71 58 26 / 0.9);
}

.border-l-merino-900\/95 {
  border-left-color: rgb(71 58 26 / 0.95);
}

.border-l-merino-950 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-l-merino-950\/0 {
  border-left-color: rgb(34 28 12 / 0);
}

.border-l-merino-950\/10 {
  border-left-color: rgb(34 28 12 / 0.1);
}

.border-l-merino-950\/100 {
  border-left-color: rgb(34 28 12 / 1);
}

.border-l-merino-950\/15 {
  border-left-color: rgb(34 28 12 / 0.15);
}

.border-l-merino-950\/20 {
  border-left-color: rgb(34 28 12 / 0.2);
}

.border-l-merino-950\/25 {
  border-left-color: rgb(34 28 12 / 0.25);
}

.border-l-merino-950\/30 {
  border-left-color: rgb(34 28 12 / 0.3);
}

.border-l-merino-950\/35 {
  border-left-color: rgb(34 28 12 / 0.35);
}

.border-l-merino-950\/40 {
  border-left-color: rgb(34 28 12 / 0.4);
}

.border-l-merino-950\/45 {
  border-left-color: rgb(34 28 12 / 0.45);
}

.border-l-merino-950\/5 {
  border-left-color: rgb(34 28 12 / 0.05);
}

.border-l-merino-950\/50 {
  border-left-color: rgb(34 28 12 / 0.5);
}

.border-l-merino-950\/55 {
  border-left-color: rgb(34 28 12 / 0.55);
}

.border-l-merino-950\/60 {
  border-left-color: rgb(34 28 12 / 0.6);
}

.border-l-merino-950\/65 {
  border-left-color: rgb(34 28 12 / 0.65);
}

.border-l-merino-950\/70 {
  border-left-color: rgb(34 28 12 / 0.7);
}

.border-l-merino-950\/75 {
  border-left-color: rgb(34 28 12 / 0.75);
}

.border-l-merino-950\/80 {
  border-left-color: rgb(34 28 12 / 0.8);
}

.border-l-merino-950\/85 {
  border-left-color: rgb(34 28 12 / 0.85);
}

.border-l-merino-950\/90 {
  border-left-color: rgb(34 28 12 / 0.9);
}

.border-l-merino-950\/95 {
  border-left-color: rgb(34 28 12 / 0.95);
}

.border-l-midgrey {
  --tw-border-opacity: 1;
  border-left-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-l-midgrey\/0 {
  border-left-color: rgb(117 119 124 / 0);
}

.border-l-midgrey\/10 {
  border-left-color: rgb(117 119 124 / 0.1);
}

.border-l-midgrey\/100 {
  border-left-color: rgb(117 119 124 / 1);
}

.border-l-midgrey\/15 {
  border-left-color: rgb(117 119 124 / 0.15);
}

.border-l-midgrey\/20 {
  border-left-color: rgb(117 119 124 / 0.2);
}

.border-l-midgrey\/25 {
  border-left-color: rgb(117 119 124 / 0.25);
}

.border-l-midgrey\/30 {
  border-left-color: rgb(117 119 124 / 0.3);
}

.border-l-midgrey\/35 {
  border-left-color: rgb(117 119 124 / 0.35);
}

.border-l-midgrey\/40 {
  border-left-color: rgb(117 119 124 / 0.4);
}

.border-l-midgrey\/45 {
  border-left-color: rgb(117 119 124 / 0.45);
}

.border-l-midgrey\/5 {
  border-left-color: rgb(117 119 124 / 0.05);
}

.border-l-midgrey\/50 {
  border-left-color: rgb(117 119 124 / 0.5);
}

.border-l-midgrey\/55 {
  border-left-color: rgb(117 119 124 / 0.55);
}

.border-l-midgrey\/60 {
  border-left-color: rgb(117 119 124 / 0.6);
}

.border-l-midgrey\/65 {
  border-left-color: rgb(117 119 124 / 0.65);
}

.border-l-midgrey\/70 {
  border-left-color: rgb(117 119 124 / 0.7);
}

.border-l-midgrey\/75 {
  border-left-color: rgb(117 119 124 / 0.75);
}

.border-l-midgrey\/80 {
  border-left-color: rgb(117 119 124 / 0.8);
}

.border-l-midgrey\/85 {
  border-left-color: rgb(117 119 124 / 0.85);
}

.border-l-midgrey\/90 {
  border-left-color: rgb(117 119 124 / 0.9);
}

.border-l-midgrey\/95 {
  border-left-color: rgb(117 119 124 / 0.95);
}

.border-l-offWhite {
  --tw-border-opacity: 1;
  border-left-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-l-offWhite\/0 {
  border-left-color: rgb(217 217 217 / 0);
}

.border-l-offWhite\/10 {
  border-left-color: rgb(217 217 217 / 0.1);
}

.border-l-offWhite\/100 {
  border-left-color: rgb(217 217 217 / 1);
}

.border-l-offWhite\/15 {
  border-left-color: rgb(217 217 217 / 0.15);
}

.border-l-offWhite\/20 {
  border-left-color: rgb(217 217 217 / 0.2);
}

.border-l-offWhite\/25 {
  border-left-color: rgb(217 217 217 / 0.25);
}

.border-l-offWhite\/30 {
  border-left-color: rgb(217 217 217 / 0.3);
}

.border-l-offWhite\/35 {
  border-left-color: rgb(217 217 217 / 0.35);
}

.border-l-offWhite\/40 {
  border-left-color: rgb(217 217 217 / 0.4);
}

.border-l-offWhite\/45 {
  border-left-color: rgb(217 217 217 / 0.45);
}

.border-l-offWhite\/5 {
  border-left-color: rgb(217 217 217 / 0.05);
}

.border-l-offWhite\/50 {
  border-left-color: rgb(217 217 217 / 0.5);
}

.border-l-offWhite\/55 {
  border-left-color: rgb(217 217 217 / 0.55);
}

.border-l-offWhite\/60 {
  border-left-color: rgb(217 217 217 / 0.6);
}

.border-l-offWhite\/65 {
  border-left-color: rgb(217 217 217 / 0.65);
}

.border-l-offWhite\/70 {
  border-left-color: rgb(217 217 217 / 0.7);
}

.border-l-offWhite\/75 {
  border-left-color: rgb(217 217 217 / 0.75);
}

.border-l-offWhite\/80 {
  border-left-color: rgb(217 217 217 / 0.8);
}

.border-l-offWhite\/85 {
  border-left-color: rgb(217 217 217 / 0.85);
}

.border-l-offWhite\/90 {
  border-left-color: rgb(217 217 217 / 0.9);
}

.border-l-offWhite\/95 {
  border-left-color: rgb(217 217 217 / 0.95);
}

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

.border-l-white\/0 {
  border-left-color: rgb(255 255 255 / 0);
}

.border-l-white\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}

.border-l-white\/100 {
  border-left-color: rgb(255 255 255 / 1);
}

.border-l-white\/15 {
  border-left-color: rgb(255 255 255 / 0.15);
}

.border-l-white\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}

.border-l-white\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}

.border-l-white\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}

.border-l-white\/35 {
  border-left-color: rgb(255 255 255 / 0.35);
}

.border-l-white\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}

.border-l-white\/45 {
  border-left-color: rgb(255 255 255 / 0.45);
}

.border-l-white\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}

.border-l-white\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}

.border-l-white\/55 {
  border-left-color: rgb(255 255 255 / 0.55);
}

.border-l-white\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}

.border-l-white\/65 {
  border-left-color: rgb(255 255 255 / 0.65);
}

.border-l-white\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}

.border-l-white\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}

.border-l-white\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}

.border-l-white\/85 {
  border-left-color: rgb(255 255 255 / 0.85);
}

.border-l-white\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}

.border-l-white\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}

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

.border-r-black\/0 {
  border-right-color: rgb(0 0 0 / 0);
}

.border-r-black\/10 {
  border-right-color: rgb(0 0 0 / 0.1);
}

.border-r-black\/100 {
  border-right-color: rgb(0 0 0 / 1);
}

.border-r-black\/15 {
  border-right-color: rgb(0 0 0 / 0.15);
}

.border-r-black\/20 {
  border-right-color: rgb(0 0 0 / 0.2);
}

.border-r-black\/25 {
  border-right-color: rgb(0 0 0 / 0.25);
}

.border-r-black\/30 {
  border-right-color: rgb(0 0 0 / 0.3);
}

.border-r-black\/35 {
  border-right-color: rgb(0 0 0 / 0.35);
}

.border-r-black\/40 {
  border-right-color: rgb(0 0 0 / 0.4);
}

.border-r-black\/45 {
  border-right-color: rgb(0 0 0 / 0.45);
}

.border-r-black\/5 {
  border-right-color: rgb(0 0 0 / 0.05);
}

.border-r-black\/50 {
  border-right-color: rgb(0 0 0 / 0.5);
}

.border-r-black\/55 {
  border-right-color: rgb(0 0 0 / 0.55);
}

.border-r-black\/60 {
  border-right-color: rgb(0 0 0 / 0.6);
}

.border-r-black\/65 {
  border-right-color: rgb(0 0 0 / 0.65);
}

.border-r-black\/70 {
  border-right-color: rgb(0 0 0 / 0.7);
}

.border-r-black\/75 {
  border-right-color: rgb(0 0 0 / 0.75);
}

.border-r-black\/80 {
  border-right-color: rgb(0 0 0 / 0.8);
}

.border-r-black\/85 {
  border-right-color: rgb(0 0 0 / 0.85);
}

.border-r-black\/90 {
  border-right-color: rgb(0 0 0 / 0.9);
}

.border-r-black\/95 {
  border-right-color: rgb(0 0 0 / 0.95);
}

.border-r-flamingo-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-100\/0 {
  border-right-color: rgb(252 222 217 / 0);
}

.border-r-flamingo-100\/10 {
  border-right-color: rgb(252 222 217 / 0.1);
}

.border-r-flamingo-100\/100 {
  border-right-color: rgb(252 222 217 / 1);
}

.border-r-flamingo-100\/15 {
  border-right-color: rgb(252 222 217 / 0.15);
}

.border-r-flamingo-100\/20 {
  border-right-color: rgb(252 222 217 / 0.2);
}

.border-r-flamingo-100\/25 {
  border-right-color: rgb(252 222 217 / 0.25);
}

.border-r-flamingo-100\/30 {
  border-right-color: rgb(252 222 217 / 0.3);
}

.border-r-flamingo-100\/35 {
  border-right-color: rgb(252 222 217 / 0.35);
}

.border-r-flamingo-100\/40 {
  border-right-color: rgb(252 222 217 / 0.4);
}

.border-r-flamingo-100\/45 {
  border-right-color: rgb(252 222 217 / 0.45);
}

.border-r-flamingo-100\/5 {
  border-right-color: rgb(252 222 217 / 0.05);
}

.border-r-flamingo-100\/50 {
  border-right-color: rgb(252 222 217 / 0.5);
}

.border-r-flamingo-100\/55 {
  border-right-color: rgb(252 222 217 / 0.55);
}

.border-r-flamingo-100\/60 {
  border-right-color: rgb(252 222 217 / 0.6);
}

.border-r-flamingo-100\/65 {
  border-right-color: rgb(252 222 217 / 0.65);
}

.border-r-flamingo-100\/70 {
  border-right-color: rgb(252 222 217 / 0.7);
}

.border-r-flamingo-100\/75 {
  border-right-color: rgb(252 222 217 / 0.75);
}

.border-r-flamingo-100\/80 {
  border-right-color: rgb(252 222 217 / 0.8);
}

.border-r-flamingo-100\/85 {
  border-right-color: rgb(252 222 217 / 0.85);
}

.border-r-flamingo-100\/90 {
  border-right-color: rgb(252 222 217 / 0.9);
}

.border-r-flamingo-100\/95 {
  border-right-color: rgb(252 222 217 / 0.95);
}

.border-r-flamingo-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-200\/0 {
  border-right-color: rgb(249 189 179 / 0);
}

.border-r-flamingo-200\/10 {
  border-right-color: rgb(249 189 179 / 0.1);
}

.border-r-flamingo-200\/100 {
  border-right-color: rgb(249 189 179 / 1);
}

.border-r-flamingo-200\/15 {
  border-right-color: rgb(249 189 179 / 0.15);
}

.border-r-flamingo-200\/20 {
  border-right-color: rgb(249 189 179 / 0.2);
}

.border-r-flamingo-200\/25 {
  border-right-color: rgb(249 189 179 / 0.25);
}

.border-r-flamingo-200\/30 {
  border-right-color: rgb(249 189 179 / 0.3);
}

.border-r-flamingo-200\/35 {
  border-right-color: rgb(249 189 179 / 0.35);
}

.border-r-flamingo-200\/40 {
  border-right-color: rgb(249 189 179 / 0.4);
}

.border-r-flamingo-200\/45 {
  border-right-color: rgb(249 189 179 / 0.45);
}

.border-r-flamingo-200\/5 {
  border-right-color: rgb(249 189 179 / 0.05);
}

.border-r-flamingo-200\/50 {
  border-right-color: rgb(249 189 179 / 0.5);
}

.border-r-flamingo-200\/55 {
  border-right-color: rgb(249 189 179 / 0.55);
}

.border-r-flamingo-200\/60 {
  border-right-color: rgb(249 189 179 / 0.6);
}

.border-r-flamingo-200\/65 {
  border-right-color: rgb(249 189 179 / 0.65);
}

.border-r-flamingo-200\/70 {
  border-right-color: rgb(249 189 179 / 0.7);
}

.border-r-flamingo-200\/75 {
  border-right-color: rgb(249 189 179 / 0.75);
}

.border-r-flamingo-200\/80 {
  border-right-color: rgb(249 189 179 / 0.8);
}

.border-r-flamingo-200\/85 {
  border-right-color: rgb(249 189 179 / 0.85);
}

.border-r-flamingo-200\/90 {
  border-right-color: rgb(249 189 179 / 0.9);
}

.border-r-flamingo-200\/95 {
  border-right-color: rgb(249 189 179 / 0.95);
}

.border-r-flamingo-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-300\/0 {
  border-right-color: rgb(246 155 141 / 0);
}

.border-r-flamingo-300\/10 {
  border-right-color: rgb(246 155 141 / 0.1);
}

.border-r-flamingo-300\/100 {
  border-right-color: rgb(246 155 141 / 1);
}

.border-r-flamingo-300\/15 {
  border-right-color: rgb(246 155 141 / 0.15);
}

.border-r-flamingo-300\/20 {
  border-right-color: rgb(246 155 141 / 0.2);
}

.border-r-flamingo-300\/25 {
  border-right-color: rgb(246 155 141 / 0.25);
}

.border-r-flamingo-300\/30 {
  border-right-color: rgb(246 155 141 / 0.3);
}

.border-r-flamingo-300\/35 {
  border-right-color: rgb(246 155 141 / 0.35);
}

.border-r-flamingo-300\/40 {
  border-right-color: rgb(246 155 141 / 0.4);
}

.border-r-flamingo-300\/45 {
  border-right-color: rgb(246 155 141 / 0.45);
}

.border-r-flamingo-300\/5 {
  border-right-color: rgb(246 155 141 / 0.05);
}

.border-r-flamingo-300\/50 {
  border-right-color: rgb(246 155 141 / 0.5);
}

.border-r-flamingo-300\/55 {
  border-right-color: rgb(246 155 141 / 0.55);
}

.border-r-flamingo-300\/60 {
  border-right-color: rgb(246 155 141 / 0.6);
}

.border-r-flamingo-300\/65 {
  border-right-color: rgb(246 155 141 / 0.65);
}

.border-r-flamingo-300\/70 {
  border-right-color: rgb(246 155 141 / 0.7);
}

.border-r-flamingo-300\/75 {
  border-right-color: rgb(246 155 141 / 0.75);
}

.border-r-flamingo-300\/80 {
  border-right-color: rgb(246 155 141 / 0.8);
}

.border-r-flamingo-300\/85 {
  border-right-color: rgb(246 155 141 / 0.85);
}

.border-r-flamingo-300\/90 {
  border-right-color: rgb(246 155 141 / 0.9);
}

.border-r-flamingo-300\/95 {
  border-right-color: rgb(246 155 141 / 0.95);
}

.border-r-flamingo-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-400\/0 {
  border-right-color: rgb(243 122 104 / 0);
}

.border-r-flamingo-400\/10 {
  border-right-color: rgb(243 122 104 / 0.1);
}

.border-r-flamingo-400\/100 {
  border-right-color: rgb(243 122 104 / 1);
}

.border-r-flamingo-400\/15 {
  border-right-color: rgb(243 122 104 / 0.15);
}

.border-r-flamingo-400\/20 {
  border-right-color: rgb(243 122 104 / 0.2);
}

.border-r-flamingo-400\/25 {
  border-right-color: rgb(243 122 104 / 0.25);
}

.border-r-flamingo-400\/30 {
  border-right-color: rgb(243 122 104 / 0.3);
}

.border-r-flamingo-400\/35 {
  border-right-color: rgb(243 122 104 / 0.35);
}

.border-r-flamingo-400\/40 {
  border-right-color: rgb(243 122 104 / 0.4);
}

.border-r-flamingo-400\/45 {
  border-right-color: rgb(243 122 104 / 0.45);
}

.border-r-flamingo-400\/5 {
  border-right-color: rgb(243 122 104 / 0.05);
}

.border-r-flamingo-400\/50 {
  border-right-color: rgb(243 122 104 / 0.5);
}

.border-r-flamingo-400\/55 {
  border-right-color: rgb(243 122 104 / 0.55);
}

.border-r-flamingo-400\/60 {
  border-right-color: rgb(243 122 104 / 0.6);
}

.border-r-flamingo-400\/65 {
  border-right-color: rgb(243 122 104 / 0.65);
}

.border-r-flamingo-400\/70 {
  border-right-color: rgb(243 122 104 / 0.7);
}

.border-r-flamingo-400\/75 {
  border-right-color: rgb(243 122 104 / 0.75);
}

.border-r-flamingo-400\/80 {
  border-right-color: rgb(243 122 104 / 0.8);
}

.border-r-flamingo-400\/85 {
  border-right-color: rgb(243 122 104 / 0.85);
}

.border-r-flamingo-400\/90 {
  border-right-color: rgb(243 122 104 / 0.9);
}

.border-r-flamingo-400\/95 {
  border-right-color: rgb(243 122 104 / 0.95);
}

.border-r-flamingo-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-50\/0 {
  border-right-color: rgb(254 238 236 / 0);
}

.border-r-flamingo-50\/10 {
  border-right-color: rgb(254 238 236 / 0.1);
}

.border-r-flamingo-50\/100 {
  border-right-color: rgb(254 238 236 / 1);
}

.border-r-flamingo-50\/15 {
  border-right-color: rgb(254 238 236 / 0.15);
}

.border-r-flamingo-50\/20 {
  border-right-color: rgb(254 238 236 / 0.2);
}

.border-r-flamingo-50\/25 {
  border-right-color: rgb(254 238 236 / 0.25);
}

.border-r-flamingo-50\/30 {
  border-right-color: rgb(254 238 236 / 0.3);
}

.border-r-flamingo-50\/35 {
  border-right-color: rgb(254 238 236 / 0.35);
}

.border-r-flamingo-50\/40 {
  border-right-color: rgb(254 238 236 / 0.4);
}

.border-r-flamingo-50\/45 {
  border-right-color: rgb(254 238 236 / 0.45);
}

.border-r-flamingo-50\/5 {
  border-right-color: rgb(254 238 236 / 0.05);
}

.border-r-flamingo-50\/50 {
  border-right-color: rgb(254 238 236 / 0.5);
}

.border-r-flamingo-50\/55 {
  border-right-color: rgb(254 238 236 / 0.55);
}

.border-r-flamingo-50\/60 {
  border-right-color: rgb(254 238 236 / 0.6);
}

.border-r-flamingo-50\/65 {
  border-right-color: rgb(254 238 236 / 0.65);
}

.border-r-flamingo-50\/70 {
  border-right-color: rgb(254 238 236 / 0.7);
}

.border-r-flamingo-50\/75 {
  border-right-color: rgb(254 238 236 / 0.75);
}

.border-r-flamingo-50\/80 {
  border-right-color: rgb(254 238 236 / 0.8);
}

.border-r-flamingo-50\/85 {
  border-right-color: rgb(254 238 236 / 0.85);
}

.border-r-flamingo-50\/90 {
  border-right-color: rgb(254 238 236 / 0.9);
}

.border-r-flamingo-50\/95 {
  border-right-color: rgb(254 238 236 / 0.95);
}

.border-r-flamingo-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-500\/0 {
  border-right-color: rgb(240 88 63 / 0);
}

.border-r-flamingo-500\/10 {
  border-right-color: rgb(240 88 63 / 0.1);
}

.border-r-flamingo-500\/100 {
  border-right-color: rgb(240 88 63 / 1);
}

.border-r-flamingo-500\/15 {
  border-right-color: rgb(240 88 63 / 0.15);
}

.border-r-flamingo-500\/20 {
  border-right-color: rgb(240 88 63 / 0.2);
}

.border-r-flamingo-500\/25 {
  border-right-color: rgb(240 88 63 / 0.25);
}

.border-r-flamingo-500\/30 {
  border-right-color: rgb(240 88 63 / 0.3);
}

.border-r-flamingo-500\/35 {
  border-right-color: rgb(240 88 63 / 0.35);
}

.border-r-flamingo-500\/40 {
  border-right-color: rgb(240 88 63 / 0.4);
}

.border-r-flamingo-500\/45 {
  border-right-color: rgb(240 88 63 / 0.45);
}

.border-r-flamingo-500\/5 {
  border-right-color: rgb(240 88 63 / 0.05);
}

.border-r-flamingo-500\/50 {
  border-right-color: rgb(240 88 63 / 0.5);
}

.border-r-flamingo-500\/55 {
  border-right-color: rgb(240 88 63 / 0.55);
}

.border-r-flamingo-500\/60 {
  border-right-color: rgb(240 88 63 / 0.6);
}

.border-r-flamingo-500\/65 {
  border-right-color: rgb(240 88 63 / 0.65);
}

.border-r-flamingo-500\/70 {
  border-right-color: rgb(240 88 63 / 0.7);
}

.border-r-flamingo-500\/75 {
  border-right-color: rgb(240 88 63 / 0.75);
}

.border-r-flamingo-500\/80 {
  border-right-color: rgb(240 88 63 / 0.8);
}

.border-r-flamingo-500\/85 {
  border-right-color: rgb(240 88 63 / 0.85);
}

.border-r-flamingo-500\/90 {
  border-right-color: rgb(240 88 63 / 0.9);
}

.border-r-flamingo-500\/95 {
  border-right-color: rgb(240 88 63 / 0.95);
}

.border-r-flamingo-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-600\/0 {
  border-right-color: rgb(227 46 18 / 0);
}

.border-r-flamingo-600\/10 {
  border-right-color: rgb(227 46 18 / 0.1);
}

.border-r-flamingo-600\/100 {
  border-right-color: rgb(227 46 18 / 1);
}

.border-r-flamingo-600\/15 {
  border-right-color: rgb(227 46 18 / 0.15);
}

.border-r-flamingo-600\/20 {
  border-right-color: rgb(227 46 18 / 0.2);
}

.border-r-flamingo-600\/25 {
  border-right-color: rgb(227 46 18 / 0.25);
}

.border-r-flamingo-600\/30 {
  border-right-color: rgb(227 46 18 / 0.3);
}

.border-r-flamingo-600\/35 {
  border-right-color: rgb(227 46 18 / 0.35);
}

.border-r-flamingo-600\/40 {
  border-right-color: rgb(227 46 18 / 0.4);
}

.border-r-flamingo-600\/45 {
  border-right-color: rgb(227 46 18 / 0.45);
}

.border-r-flamingo-600\/5 {
  border-right-color: rgb(227 46 18 / 0.05);
}

.border-r-flamingo-600\/50 {
  border-right-color: rgb(227 46 18 / 0.5);
}

.border-r-flamingo-600\/55 {
  border-right-color: rgb(227 46 18 / 0.55);
}

.border-r-flamingo-600\/60 {
  border-right-color: rgb(227 46 18 / 0.6);
}

.border-r-flamingo-600\/65 {
  border-right-color: rgb(227 46 18 / 0.65);
}

.border-r-flamingo-600\/70 {
  border-right-color: rgb(227 46 18 / 0.7);
}

.border-r-flamingo-600\/75 {
  border-right-color: rgb(227 46 18 / 0.75);
}

.border-r-flamingo-600\/80 {
  border-right-color: rgb(227 46 18 / 0.8);
}

.border-r-flamingo-600\/85 {
  border-right-color: rgb(227 46 18 / 0.85);
}

.border-r-flamingo-600\/90 {
  border-right-color: rgb(227 46 18 / 0.9);
}

.border-r-flamingo-600\/95 {
  border-right-color: rgb(227 46 18 / 0.95);
}

.border-r-flamingo-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-700\/0 {
  border-right-color: rgb(170 34 13 / 0);
}

.border-r-flamingo-700\/10 {
  border-right-color: rgb(170 34 13 / 0.1);
}

.border-r-flamingo-700\/100 {
  border-right-color: rgb(170 34 13 / 1);
}

.border-r-flamingo-700\/15 {
  border-right-color: rgb(170 34 13 / 0.15);
}

.border-r-flamingo-700\/20 {
  border-right-color: rgb(170 34 13 / 0.2);
}

.border-r-flamingo-700\/25 {
  border-right-color: rgb(170 34 13 / 0.25);
}

.border-r-flamingo-700\/30 {
  border-right-color: rgb(170 34 13 / 0.3);
}

.border-r-flamingo-700\/35 {
  border-right-color: rgb(170 34 13 / 0.35);
}

.border-r-flamingo-700\/40 {
  border-right-color: rgb(170 34 13 / 0.4);
}

.border-r-flamingo-700\/45 {
  border-right-color: rgb(170 34 13 / 0.45);
}

.border-r-flamingo-700\/5 {
  border-right-color: rgb(170 34 13 / 0.05);
}

.border-r-flamingo-700\/50 {
  border-right-color: rgb(170 34 13 / 0.5);
}

.border-r-flamingo-700\/55 {
  border-right-color: rgb(170 34 13 / 0.55);
}

.border-r-flamingo-700\/60 {
  border-right-color: rgb(170 34 13 / 0.6);
}

.border-r-flamingo-700\/65 {
  border-right-color: rgb(170 34 13 / 0.65);
}

.border-r-flamingo-700\/70 {
  border-right-color: rgb(170 34 13 / 0.7);
}

.border-r-flamingo-700\/75 {
  border-right-color: rgb(170 34 13 / 0.75);
}

.border-r-flamingo-700\/80 {
  border-right-color: rgb(170 34 13 / 0.8);
}

.border-r-flamingo-700\/85 {
  border-right-color: rgb(170 34 13 / 0.85);
}

.border-r-flamingo-700\/90 {
  border-right-color: rgb(170 34 13 / 0.9);
}

.border-r-flamingo-700\/95 {
  border-right-color: rgb(170 34 13 / 0.95);
}

.border-r-flamingo-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-800\/0 {
  border-right-color: rgb(114 23 9 / 0);
}

.border-r-flamingo-800\/10 {
  border-right-color: rgb(114 23 9 / 0.1);
}

.border-r-flamingo-800\/100 {
  border-right-color: rgb(114 23 9 / 1);
}

.border-r-flamingo-800\/15 {
  border-right-color: rgb(114 23 9 / 0.15);
}

.border-r-flamingo-800\/20 {
  border-right-color: rgb(114 23 9 / 0.2);
}

.border-r-flamingo-800\/25 {
  border-right-color: rgb(114 23 9 / 0.25);
}

.border-r-flamingo-800\/30 {
  border-right-color: rgb(114 23 9 / 0.3);
}

.border-r-flamingo-800\/35 {
  border-right-color: rgb(114 23 9 / 0.35);
}

.border-r-flamingo-800\/40 {
  border-right-color: rgb(114 23 9 / 0.4);
}

.border-r-flamingo-800\/45 {
  border-right-color: rgb(114 23 9 / 0.45);
}

.border-r-flamingo-800\/5 {
  border-right-color: rgb(114 23 9 / 0.05);
}

.border-r-flamingo-800\/50 {
  border-right-color: rgb(114 23 9 / 0.5);
}

.border-r-flamingo-800\/55 {
  border-right-color: rgb(114 23 9 / 0.55);
}

.border-r-flamingo-800\/60 {
  border-right-color: rgb(114 23 9 / 0.6);
}

.border-r-flamingo-800\/65 {
  border-right-color: rgb(114 23 9 / 0.65);
}

.border-r-flamingo-800\/70 {
  border-right-color: rgb(114 23 9 / 0.7);
}

.border-r-flamingo-800\/75 {
  border-right-color: rgb(114 23 9 / 0.75);
}

.border-r-flamingo-800\/80 {
  border-right-color: rgb(114 23 9 / 0.8);
}

.border-r-flamingo-800\/85 {
  border-right-color: rgb(114 23 9 / 0.85);
}

.border-r-flamingo-800\/90 {
  border-right-color: rgb(114 23 9 / 0.9);
}

.border-r-flamingo-800\/95 {
  border-right-color: rgb(114 23 9 / 0.95);
}

.border-r-flamingo-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-900\/0 {
  border-right-color: rgb(57 11 4 / 0);
}

.border-r-flamingo-900\/10 {
  border-right-color: rgb(57 11 4 / 0.1);
}

.border-r-flamingo-900\/100 {
  border-right-color: rgb(57 11 4 / 1);
}

.border-r-flamingo-900\/15 {
  border-right-color: rgb(57 11 4 / 0.15);
}

.border-r-flamingo-900\/20 {
  border-right-color: rgb(57 11 4 / 0.2);
}

.border-r-flamingo-900\/25 {
  border-right-color: rgb(57 11 4 / 0.25);
}

.border-r-flamingo-900\/30 {
  border-right-color: rgb(57 11 4 / 0.3);
}

.border-r-flamingo-900\/35 {
  border-right-color: rgb(57 11 4 / 0.35);
}

.border-r-flamingo-900\/40 {
  border-right-color: rgb(57 11 4 / 0.4);
}

.border-r-flamingo-900\/45 {
  border-right-color: rgb(57 11 4 / 0.45);
}

.border-r-flamingo-900\/5 {
  border-right-color: rgb(57 11 4 / 0.05);
}

.border-r-flamingo-900\/50 {
  border-right-color: rgb(57 11 4 / 0.5);
}

.border-r-flamingo-900\/55 {
  border-right-color: rgb(57 11 4 / 0.55);
}

.border-r-flamingo-900\/60 {
  border-right-color: rgb(57 11 4 / 0.6);
}

.border-r-flamingo-900\/65 {
  border-right-color: rgb(57 11 4 / 0.65);
}

.border-r-flamingo-900\/70 {
  border-right-color: rgb(57 11 4 / 0.7);
}

.border-r-flamingo-900\/75 {
  border-right-color: rgb(57 11 4 / 0.75);
}

.border-r-flamingo-900\/80 {
  border-right-color: rgb(57 11 4 / 0.8);
}

.border-r-flamingo-900\/85 {
  border-right-color: rgb(57 11 4 / 0.85);
}

.border-r-flamingo-900\/90 {
  border-right-color: rgb(57 11 4 / 0.9);
}

.border-r-flamingo-900\/95 {
  border-right-color: rgb(57 11 4 / 0.95);
}

.border-r-flamingo-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-r-flamingo-950\/0 {
  border-right-color: rgb(28 6 2 / 0);
}

.border-r-flamingo-950\/10 {
  border-right-color: rgb(28 6 2 / 0.1);
}

.border-r-flamingo-950\/100 {
  border-right-color: rgb(28 6 2 / 1);
}

.border-r-flamingo-950\/15 {
  border-right-color: rgb(28 6 2 / 0.15);
}

.border-r-flamingo-950\/20 {
  border-right-color: rgb(28 6 2 / 0.2);
}

.border-r-flamingo-950\/25 {
  border-right-color: rgb(28 6 2 / 0.25);
}

.border-r-flamingo-950\/30 {
  border-right-color: rgb(28 6 2 / 0.3);
}

.border-r-flamingo-950\/35 {
  border-right-color: rgb(28 6 2 / 0.35);
}

.border-r-flamingo-950\/40 {
  border-right-color: rgb(28 6 2 / 0.4);
}

.border-r-flamingo-950\/45 {
  border-right-color: rgb(28 6 2 / 0.45);
}

.border-r-flamingo-950\/5 {
  border-right-color: rgb(28 6 2 / 0.05);
}

.border-r-flamingo-950\/50 {
  border-right-color: rgb(28 6 2 / 0.5);
}

.border-r-flamingo-950\/55 {
  border-right-color: rgb(28 6 2 / 0.55);
}

.border-r-flamingo-950\/60 {
  border-right-color: rgb(28 6 2 / 0.6);
}

.border-r-flamingo-950\/65 {
  border-right-color: rgb(28 6 2 / 0.65);
}

.border-r-flamingo-950\/70 {
  border-right-color: rgb(28 6 2 / 0.7);
}

.border-r-flamingo-950\/75 {
  border-right-color: rgb(28 6 2 / 0.75);
}

.border-r-flamingo-950\/80 {
  border-right-color: rgb(28 6 2 / 0.8);
}

.border-r-flamingo-950\/85 {
  border-right-color: rgb(28 6 2 / 0.85);
}

.border-r-flamingo-950\/90 {
  border-right-color: rgb(28 6 2 / 0.9);
}

.border-r-flamingo-950\/95 {
  border-right-color: rgb(28 6 2 / 0.95);
}

.border-r-inherit {
  border-right-color: inherit;
}

.border-r-lightgrey {
  --tw-border-opacity: 1;
  border-right-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-r-lightgrey\/0 {
  border-right-color: rgb(212 212 212 / 0);
}

.border-r-lightgrey\/10 {
  border-right-color: rgb(212 212 212 / 0.1);
}

.border-r-lightgrey\/100 {
  border-right-color: rgb(212 212 212 / 1);
}

.border-r-lightgrey\/15 {
  border-right-color: rgb(212 212 212 / 0.15);
}

.border-r-lightgrey\/20 {
  border-right-color: rgb(212 212 212 / 0.2);
}

.border-r-lightgrey\/25 {
  border-right-color: rgb(212 212 212 / 0.25);
}

.border-r-lightgrey\/30 {
  border-right-color: rgb(212 212 212 / 0.3);
}

.border-r-lightgrey\/35 {
  border-right-color: rgb(212 212 212 / 0.35);
}

.border-r-lightgrey\/40 {
  border-right-color: rgb(212 212 212 / 0.4);
}

.border-r-lightgrey\/45 {
  border-right-color: rgb(212 212 212 / 0.45);
}

.border-r-lightgrey\/5 {
  border-right-color: rgb(212 212 212 / 0.05);
}

.border-r-lightgrey\/50 {
  border-right-color: rgb(212 212 212 / 0.5);
}

.border-r-lightgrey\/55 {
  border-right-color: rgb(212 212 212 / 0.55);
}

.border-r-lightgrey\/60 {
  border-right-color: rgb(212 212 212 / 0.6);
}

.border-r-lightgrey\/65 {
  border-right-color: rgb(212 212 212 / 0.65);
}

.border-r-lightgrey\/70 {
  border-right-color: rgb(212 212 212 / 0.7);
}

.border-r-lightgrey\/75 {
  border-right-color: rgb(212 212 212 / 0.75);
}

.border-r-lightgrey\/80 {
  border-right-color: rgb(212 212 212 / 0.8);
}

.border-r-lightgrey\/85 {
  border-right-color: rgb(212 212 212 / 0.85);
}

.border-r-lightgrey\/90 {
  border-right-color: rgb(212 212 212 / 0.9);
}

.border-r-lightgrey\/95 {
  border-right-color: rgb(212 212 212 / 0.95);
}

.border-r-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-100\/0 {
  border-right-color: rgb(205 219 223 / 0);
}

.border-r-limedSpruce-100\/10 {
  border-right-color: rgb(205 219 223 / 0.1);
}

.border-r-limedSpruce-100\/100 {
  border-right-color: rgb(205 219 223 / 1);
}

.border-r-limedSpruce-100\/15 {
  border-right-color: rgb(205 219 223 / 0.15);
}

.border-r-limedSpruce-100\/20 {
  border-right-color: rgb(205 219 223 / 0.2);
}

.border-r-limedSpruce-100\/25 {
  border-right-color: rgb(205 219 223 / 0.25);
}

.border-r-limedSpruce-100\/30 {
  border-right-color: rgb(205 219 223 / 0.3);
}

.border-r-limedSpruce-100\/35 {
  border-right-color: rgb(205 219 223 / 0.35);
}

.border-r-limedSpruce-100\/40 {
  border-right-color: rgb(205 219 223 / 0.4);
}

.border-r-limedSpruce-100\/45 {
  border-right-color: rgb(205 219 223 / 0.45);
}

.border-r-limedSpruce-100\/5 {
  border-right-color: rgb(205 219 223 / 0.05);
}

.border-r-limedSpruce-100\/50 {
  border-right-color: rgb(205 219 223 / 0.5);
}

.border-r-limedSpruce-100\/55 {
  border-right-color: rgb(205 219 223 / 0.55);
}

.border-r-limedSpruce-100\/60 {
  border-right-color: rgb(205 219 223 / 0.6);
}

.border-r-limedSpruce-100\/65 {
  border-right-color: rgb(205 219 223 / 0.65);
}

.border-r-limedSpruce-100\/70 {
  border-right-color: rgb(205 219 223 / 0.7);
}

.border-r-limedSpruce-100\/75 {
  border-right-color: rgb(205 219 223 / 0.75);
}

.border-r-limedSpruce-100\/80 {
  border-right-color: rgb(205 219 223 / 0.8);
}

.border-r-limedSpruce-100\/85 {
  border-right-color: rgb(205 219 223 / 0.85);
}

.border-r-limedSpruce-100\/90 {
  border-right-color: rgb(205 219 223 / 0.9);
}

.border-r-limedSpruce-100\/95 {
  border-right-color: rgb(205 219 223 / 0.95);
}

.border-r-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-200\/0 {
  border-right-color: rgb(159 185 193 / 0);
}

.border-r-limedSpruce-200\/10 {
  border-right-color: rgb(159 185 193 / 0.1);
}

.border-r-limedSpruce-200\/100 {
  border-right-color: rgb(159 185 193 / 1);
}

.border-r-limedSpruce-200\/15 {
  border-right-color: rgb(159 185 193 / 0.15);
}

.border-r-limedSpruce-200\/20 {
  border-right-color: rgb(159 185 193 / 0.2);
}

.border-r-limedSpruce-200\/25 {
  border-right-color: rgb(159 185 193 / 0.25);
}

.border-r-limedSpruce-200\/30 {
  border-right-color: rgb(159 185 193 / 0.3);
}

.border-r-limedSpruce-200\/35 {
  border-right-color: rgb(159 185 193 / 0.35);
}

.border-r-limedSpruce-200\/40 {
  border-right-color: rgb(159 185 193 / 0.4);
}

.border-r-limedSpruce-200\/45 {
  border-right-color: rgb(159 185 193 / 0.45);
}

.border-r-limedSpruce-200\/5 {
  border-right-color: rgb(159 185 193 / 0.05);
}

.border-r-limedSpruce-200\/50 {
  border-right-color: rgb(159 185 193 / 0.5);
}

.border-r-limedSpruce-200\/55 {
  border-right-color: rgb(159 185 193 / 0.55);
}

.border-r-limedSpruce-200\/60 {
  border-right-color: rgb(159 185 193 / 0.6);
}

.border-r-limedSpruce-200\/65 {
  border-right-color: rgb(159 185 193 / 0.65);
}

.border-r-limedSpruce-200\/70 {
  border-right-color: rgb(159 185 193 / 0.7);
}

.border-r-limedSpruce-200\/75 {
  border-right-color: rgb(159 185 193 / 0.75);
}

.border-r-limedSpruce-200\/80 {
  border-right-color: rgb(159 185 193 / 0.8);
}

.border-r-limedSpruce-200\/85 {
  border-right-color: rgb(159 185 193 / 0.85);
}

.border-r-limedSpruce-200\/90 {
  border-right-color: rgb(159 185 193 / 0.9);
}

.border-r-limedSpruce-200\/95 {
  border-right-color: rgb(159 185 193 / 0.95);
}

.border-r-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-300\/0 {
  border-right-color: rgb(109 148 161 / 0);
}

.border-r-limedSpruce-300\/10 {
  border-right-color: rgb(109 148 161 / 0.1);
}

.border-r-limedSpruce-300\/100 {
  border-right-color: rgb(109 148 161 / 1);
}

.border-r-limedSpruce-300\/15 {
  border-right-color: rgb(109 148 161 / 0.15);
}

.border-r-limedSpruce-300\/20 {
  border-right-color: rgb(109 148 161 / 0.2);
}

.border-r-limedSpruce-300\/25 {
  border-right-color: rgb(109 148 161 / 0.25);
}

.border-r-limedSpruce-300\/30 {
  border-right-color: rgb(109 148 161 / 0.3);
}

.border-r-limedSpruce-300\/35 {
  border-right-color: rgb(109 148 161 / 0.35);
}

.border-r-limedSpruce-300\/40 {
  border-right-color: rgb(109 148 161 / 0.4);
}

.border-r-limedSpruce-300\/45 {
  border-right-color: rgb(109 148 161 / 0.45);
}

.border-r-limedSpruce-300\/5 {
  border-right-color: rgb(109 148 161 / 0.05);
}

.border-r-limedSpruce-300\/50 {
  border-right-color: rgb(109 148 161 / 0.5);
}

.border-r-limedSpruce-300\/55 {
  border-right-color: rgb(109 148 161 / 0.55);
}

.border-r-limedSpruce-300\/60 {
  border-right-color: rgb(109 148 161 / 0.6);
}

.border-r-limedSpruce-300\/65 {
  border-right-color: rgb(109 148 161 / 0.65);
}

.border-r-limedSpruce-300\/70 {
  border-right-color: rgb(109 148 161 / 0.7);
}

.border-r-limedSpruce-300\/75 {
  border-right-color: rgb(109 148 161 / 0.75);
}

.border-r-limedSpruce-300\/80 {
  border-right-color: rgb(109 148 161 / 0.8);
}

.border-r-limedSpruce-300\/85 {
  border-right-color: rgb(109 148 161 / 0.85);
}

.border-r-limedSpruce-300\/90 {
  border-right-color: rgb(109 148 161 / 0.9);
}

.border-r-limedSpruce-300\/95 {
  border-right-color: rgb(109 148 161 / 0.95);
}

.border-r-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-400\/0 {
  border-right-color: rgb(74 105 115 / 0);
}

.border-r-limedSpruce-400\/10 {
  border-right-color: rgb(74 105 115 / 0.1);
}

.border-r-limedSpruce-400\/100 {
  border-right-color: rgb(74 105 115 / 1);
}

.border-r-limedSpruce-400\/15 {
  border-right-color: rgb(74 105 115 / 0.15);
}

.border-r-limedSpruce-400\/20 {
  border-right-color: rgb(74 105 115 / 0.2);
}

.border-r-limedSpruce-400\/25 {
  border-right-color: rgb(74 105 115 / 0.25);
}

.border-r-limedSpruce-400\/30 {
  border-right-color: rgb(74 105 115 / 0.3);
}

.border-r-limedSpruce-400\/35 {
  border-right-color: rgb(74 105 115 / 0.35);
}

.border-r-limedSpruce-400\/40 {
  border-right-color: rgb(74 105 115 / 0.4);
}

.border-r-limedSpruce-400\/45 {
  border-right-color: rgb(74 105 115 / 0.45);
}

.border-r-limedSpruce-400\/5 {
  border-right-color: rgb(74 105 115 / 0.05);
}

.border-r-limedSpruce-400\/50 {
  border-right-color: rgb(74 105 115 / 0.5);
}

.border-r-limedSpruce-400\/55 {
  border-right-color: rgb(74 105 115 / 0.55);
}

.border-r-limedSpruce-400\/60 {
  border-right-color: rgb(74 105 115 / 0.6);
}

.border-r-limedSpruce-400\/65 {
  border-right-color: rgb(74 105 115 / 0.65);
}

.border-r-limedSpruce-400\/70 {
  border-right-color: rgb(74 105 115 / 0.7);
}

.border-r-limedSpruce-400\/75 {
  border-right-color: rgb(74 105 115 / 0.75);
}

.border-r-limedSpruce-400\/80 {
  border-right-color: rgb(74 105 115 / 0.8);
}

.border-r-limedSpruce-400\/85 {
  border-right-color: rgb(74 105 115 / 0.85);
}

.border-r-limedSpruce-400\/90 {
  border-right-color: rgb(74 105 115 / 0.9);
}

.border-r-limedSpruce-400\/95 {
  border-right-color: rgb(74 105 115 / 0.95);
}

.border-r-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-50\/0 {
  border-right-color: rgb(230 237 239 / 0);
}

.border-r-limedSpruce-50\/10 {
  border-right-color: rgb(230 237 239 / 0.1);
}

.border-r-limedSpruce-50\/100 {
  border-right-color: rgb(230 237 239 / 1);
}

.border-r-limedSpruce-50\/15 {
  border-right-color: rgb(230 237 239 / 0.15);
}

.border-r-limedSpruce-50\/20 {
  border-right-color: rgb(230 237 239 / 0.2);
}

.border-r-limedSpruce-50\/25 {
  border-right-color: rgb(230 237 239 / 0.25);
}

.border-r-limedSpruce-50\/30 {
  border-right-color: rgb(230 237 239 / 0.3);
}

.border-r-limedSpruce-50\/35 {
  border-right-color: rgb(230 237 239 / 0.35);
}

.border-r-limedSpruce-50\/40 {
  border-right-color: rgb(230 237 239 / 0.4);
}

.border-r-limedSpruce-50\/45 {
  border-right-color: rgb(230 237 239 / 0.45);
}

.border-r-limedSpruce-50\/5 {
  border-right-color: rgb(230 237 239 / 0.05);
}

.border-r-limedSpruce-50\/50 {
  border-right-color: rgb(230 237 239 / 0.5);
}

.border-r-limedSpruce-50\/55 {
  border-right-color: rgb(230 237 239 / 0.55);
}

.border-r-limedSpruce-50\/60 {
  border-right-color: rgb(230 237 239 / 0.6);
}

.border-r-limedSpruce-50\/65 {
  border-right-color: rgb(230 237 239 / 0.65);
}

.border-r-limedSpruce-50\/70 {
  border-right-color: rgb(230 237 239 / 0.7);
}

.border-r-limedSpruce-50\/75 {
  border-right-color: rgb(230 237 239 / 0.75);
}

.border-r-limedSpruce-50\/80 {
  border-right-color: rgb(230 237 239 / 0.8);
}

.border-r-limedSpruce-50\/85 {
  border-right-color: rgb(230 237 239 / 0.85);
}

.border-r-limedSpruce-50\/90 {
  border-right-color: rgb(230 237 239 / 0.9);
}

.border-r-limedSpruce-50\/95 {
  border-right-color: rgb(230 237 239 / 0.95);
}

.border-r-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-500\/0 {
  border-right-color: rgb(43 61 67 / 0);
}

.border-r-limedSpruce-500\/10 {
  border-right-color: rgb(43 61 67 / 0.1);
}

.border-r-limedSpruce-500\/100 {
  border-right-color: rgb(43 61 67 / 1);
}

.border-r-limedSpruce-500\/15 {
  border-right-color: rgb(43 61 67 / 0.15);
}

.border-r-limedSpruce-500\/20 {
  border-right-color: rgb(43 61 67 / 0.2);
}

.border-r-limedSpruce-500\/25 {
  border-right-color: rgb(43 61 67 / 0.25);
}

.border-r-limedSpruce-500\/30 {
  border-right-color: rgb(43 61 67 / 0.3);
}

.border-r-limedSpruce-500\/35 {
  border-right-color: rgb(43 61 67 / 0.35);
}

.border-r-limedSpruce-500\/40 {
  border-right-color: rgb(43 61 67 / 0.4);
}

.border-r-limedSpruce-500\/45 {
  border-right-color: rgb(43 61 67 / 0.45);
}

.border-r-limedSpruce-500\/5 {
  border-right-color: rgb(43 61 67 / 0.05);
}

.border-r-limedSpruce-500\/50 {
  border-right-color: rgb(43 61 67 / 0.5);
}

.border-r-limedSpruce-500\/55 {
  border-right-color: rgb(43 61 67 / 0.55);
}

.border-r-limedSpruce-500\/60 {
  border-right-color: rgb(43 61 67 / 0.6);
}

.border-r-limedSpruce-500\/65 {
  border-right-color: rgb(43 61 67 / 0.65);
}

.border-r-limedSpruce-500\/70 {
  border-right-color: rgb(43 61 67 / 0.7);
}

.border-r-limedSpruce-500\/75 {
  border-right-color: rgb(43 61 67 / 0.75);
}

.border-r-limedSpruce-500\/80 {
  border-right-color: rgb(43 61 67 / 0.8);
}

.border-r-limedSpruce-500\/85 {
  border-right-color: rgb(43 61 67 / 0.85);
}

.border-r-limedSpruce-500\/90 {
  border-right-color: rgb(43 61 67 / 0.9);
}

.border-r-limedSpruce-500\/95 {
  border-right-color: rgb(43 61 67 / 0.95);
}

.border-r-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-600\/0 {
  border-right-color: rgb(34 48 53 / 0);
}

.border-r-limedSpruce-600\/10 {
  border-right-color: rgb(34 48 53 / 0.1);
}

.border-r-limedSpruce-600\/100 {
  border-right-color: rgb(34 48 53 / 1);
}

.border-r-limedSpruce-600\/15 {
  border-right-color: rgb(34 48 53 / 0.15);
}

.border-r-limedSpruce-600\/20 {
  border-right-color: rgb(34 48 53 / 0.2);
}

.border-r-limedSpruce-600\/25 {
  border-right-color: rgb(34 48 53 / 0.25);
}

.border-r-limedSpruce-600\/30 {
  border-right-color: rgb(34 48 53 / 0.3);
}

.border-r-limedSpruce-600\/35 {
  border-right-color: rgb(34 48 53 / 0.35);
}

.border-r-limedSpruce-600\/40 {
  border-right-color: rgb(34 48 53 / 0.4);
}

.border-r-limedSpruce-600\/45 {
  border-right-color: rgb(34 48 53 / 0.45);
}

.border-r-limedSpruce-600\/5 {
  border-right-color: rgb(34 48 53 / 0.05);
}

.border-r-limedSpruce-600\/50 {
  border-right-color: rgb(34 48 53 / 0.5);
}

.border-r-limedSpruce-600\/55 {
  border-right-color: rgb(34 48 53 / 0.55);
}

.border-r-limedSpruce-600\/60 {
  border-right-color: rgb(34 48 53 / 0.6);
}

.border-r-limedSpruce-600\/65 {
  border-right-color: rgb(34 48 53 / 0.65);
}

.border-r-limedSpruce-600\/70 {
  border-right-color: rgb(34 48 53 / 0.7);
}

.border-r-limedSpruce-600\/75 {
  border-right-color: rgb(34 48 53 / 0.75);
}

.border-r-limedSpruce-600\/80 {
  border-right-color: rgb(34 48 53 / 0.8);
}

.border-r-limedSpruce-600\/85 {
  border-right-color: rgb(34 48 53 / 0.85);
}

.border-r-limedSpruce-600\/90 {
  border-right-color: rgb(34 48 53 / 0.9);
}

.border-r-limedSpruce-600\/95 {
  border-right-color: rgb(34 48 53 / 0.95);
}

.border-r-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-700\/0 {
  border-right-color: rgb(26 37 40 / 0);
}

.border-r-limedSpruce-700\/10 {
  border-right-color: rgb(26 37 40 / 0.1);
}

.border-r-limedSpruce-700\/100 {
  border-right-color: rgb(26 37 40 / 1);
}

.border-r-limedSpruce-700\/15 {
  border-right-color: rgb(26 37 40 / 0.15);
}

.border-r-limedSpruce-700\/20 {
  border-right-color: rgb(26 37 40 / 0.2);
}

.border-r-limedSpruce-700\/25 {
  border-right-color: rgb(26 37 40 / 0.25);
}

.border-r-limedSpruce-700\/30 {
  border-right-color: rgb(26 37 40 / 0.3);
}

.border-r-limedSpruce-700\/35 {
  border-right-color: rgb(26 37 40 / 0.35);
}

.border-r-limedSpruce-700\/40 {
  border-right-color: rgb(26 37 40 / 0.4);
}

.border-r-limedSpruce-700\/45 {
  border-right-color: rgb(26 37 40 / 0.45);
}

.border-r-limedSpruce-700\/5 {
  border-right-color: rgb(26 37 40 / 0.05);
}

.border-r-limedSpruce-700\/50 {
  border-right-color: rgb(26 37 40 / 0.5);
}

.border-r-limedSpruce-700\/55 {
  border-right-color: rgb(26 37 40 / 0.55);
}

.border-r-limedSpruce-700\/60 {
  border-right-color: rgb(26 37 40 / 0.6);
}

.border-r-limedSpruce-700\/65 {
  border-right-color: rgb(26 37 40 / 0.65);
}

.border-r-limedSpruce-700\/70 {
  border-right-color: rgb(26 37 40 / 0.7);
}

.border-r-limedSpruce-700\/75 {
  border-right-color: rgb(26 37 40 / 0.75);
}

.border-r-limedSpruce-700\/80 {
  border-right-color: rgb(26 37 40 / 0.8);
}

.border-r-limedSpruce-700\/85 {
  border-right-color: rgb(26 37 40 / 0.85);
}

.border-r-limedSpruce-700\/90 {
  border-right-color: rgb(26 37 40 / 0.9);
}

.border-r-limedSpruce-700\/95 {
  border-right-color: rgb(26 37 40 / 0.95);
}

.border-r-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-800\/0 {
  border-right-color: rgb(18 25 28 / 0);
}

.border-r-limedSpruce-800\/10 {
  border-right-color: rgb(18 25 28 / 0.1);
}

.border-r-limedSpruce-800\/100 {
  border-right-color: rgb(18 25 28 / 1);
}

.border-r-limedSpruce-800\/15 {
  border-right-color: rgb(18 25 28 / 0.15);
}

.border-r-limedSpruce-800\/20 {
  border-right-color: rgb(18 25 28 / 0.2);
}

.border-r-limedSpruce-800\/25 {
  border-right-color: rgb(18 25 28 / 0.25);
}

.border-r-limedSpruce-800\/30 {
  border-right-color: rgb(18 25 28 / 0.3);
}

.border-r-limedSpruce-800\/35 {
  border-right-color: rgb(18 25 28 / 0.35);
}

.border-r-limedSpruce-800\/40 {
  border-right-color: rgb(18 25 28 / 0.4);
}

.border-r-limedSpruce-800\/45 {
  border-right-color: rgb(18 25 28 / 0.45);
}

.border-r-limedSpruce-800\/5 {
  border-right-color: rgb(18 25 28 / 0.05);
}

.border-r-limedSpruce-800\/50 {
  border-right-color: rgb(18 25 28 / 0.5);
}

.border-r-limedSpruce-800\/55 {
  border-right-color: rgb(18 25 28 / 0.55);
}

.border-r-limedSpruce-800\/60 {
  border-right-color: rgb(18 25 28 / 0.6);
}

.border-r-limedSpruce-800\/65 {
  border-right-color: rgb(18 25 28 / 0.65);
}

.border-r-limedSpruce-800\/70 {
  border-right-color: rgb(18 25 28 / 0.7);
}

.border-r-limedSpruce-800\/75 {
  border-right-color: rgb(18 25 28 / 0.75);
}

.border-r-limedSpruce-800\/80 {
  border-right-color: rgb(18 25 28 / 0.8);
}

.border-r-limedSpruce-800\/85 {
  border-right-color: rgb(18 25 28 / 0.85);
}

.border-r-limedSpruce-800\/90 {
  border-right-color: rgb(18 25 28 / 0.9);
}

.border-r-limedSpruce-800\/95 {
  border-right-color: rgb(18 25 28 / 0.95);
}

.border-r-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-900\/0 {
  border-right-color: rgb(8 11 12 / 0);
}

.border-r-limedSpruce-900\/10 {
  border-right-color: rgb(8 11 12 / 0.1);
}

.border-r-limedSpruce-900\/100 {
  border-right-color: rgb(8 11 12 / 1);
}

.border-r-limedSpruce-900\/15 {
  border-right-color: rgb(8 11 12 / 0.15);
}

.border-r-limedSpruce-900\/20 {
  border-right-color: rgb(8 11 12 / 0.2);
}

.border-r-limedSpruce-900\/25 {
  border-right-color: rgb(8 11 12 / 0.25);
}

.border-r-limedSpruce-900\/30 {
  border-right-color: rgb(8 11 12 / 0.3);
}

.border-r-limedSpruce-900\/35 {
  border-right-color: rgb(8 11 12 / 0.35);
}

.border-r-limedSpruce-900\/40 {
  border-right-color: rgb(8 11 12 / 0.4);
}

.border-r-limedSpruce-900\/45 {
  border-right-color: rgb(8 11 12 / 0.45);
}

.border-r-limedSpruce-900\/5 {
  border-right-color: rgb(8 11 12 / 0.05);
}

.border-r-limedSpruce-900\/50 {
  border-right-color: rgb(8 11 12 / 0.5);
}

.border-r-limedSpruce-900\/55 {
  border-right-color: rgb(8 11 12 / 0.55);
}

.border-r-limedSpruce-900\/60 {
  border-right-color: rgb(8 11 12 / 0.6);
}

.border-r-limedSpruce-900\/65 {
  border-right-color: rgb(8 11 12 / 0.65);
}

.border-r-limedSpruce-900\/70 {
  border-right-color: rgb(8 11 12 / 0.7);
}

.border-r-limedSpruce-900\/75 {
  border-right-color: rgb(8 11 12 / 0.75);
}

.border-r-limedSpruce-900\/80 {
  border-right-color: rgb(8 11 12 / 0.8);
}

.border-r-limedSpruce-900\/85 {
  border-right-color: rgb(8 11 12 / 0.85);
}

.border-r-limedSpruce-900\/90 {
  border-right-color: rgb(8 11 12 / 0.9);
}

.border-r-limedSpruce-900\/95 {
  border-right-color: rgb(8 11 12 / 0.95);
}

.border-r-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-r-limedSpruce-950\/0 {
  border-right-color: rgb(4 6 6 / 0);
}

.border-r-limedSpruce-950\/10 {
  border-right-color: rgb(4 6 6 / 0.1);
}

.border-r-limedSpruce-950\/100 {
  border-right-color: rgb(4 6 6 / 1);
}

.border-r-limedSpruce-950\/15 {
  border-right-color: rgb(4 6 6 / 0.15);
}

.border-r-limedSpruce-950\/20 {
  border-right-color: rgb(4 6 6 / 0.2);
}

.border-r-limedSpruce-950\/25 {
  border-right-color: rgb(4 6 6 / 0.25);
}

.border-r-limedSpruce-950\/30 {
  border-right-color: rgb(4 6 6 / 0.3);
}

.border-r-limedSpruce-950\/35 {
  border-right-color: rgb(4 6 6 / 0.35);
}

.border-r-limedSpruce-950\/40 {
  border-right-color: rgb(4 6 6 / 0.4);
}

.border-r-limedSpruce-950\/45 {
  border-right-color: rgb(4 6 6 / 0.45);
}

.border-r-limedSpruce-950\/5 {
  border-right-color: rgb(4 6 6 / 0.05);
}

.border-r-limedSpruce-950\/50 {
  border-right-color: rgb(4 6 6 / 0.5);
}

.border-r-limedSpruce-950\/55 {
  border-right-color: rgb(4 6 6 / 0.55);
}

.border-r-limedSpruce-950\/60 {
  border-right-color: rgb(4 6 6 / 0.6);
}

.border-r-limedSpruce-950\/65 {
  border-right-color: rgb(4 6 6 / 0.65);
}

.border-r-limedSpruce-950\/70 {
  border-right-color: rgb(4 6 6 / 0.7);
}

.border-r-limedSpruce-950\/75 {
  border-right-color: rgb(4 6 6 / 0.75);
}

.border-r-limedSpruce-950\/80 {
  border-right-color: rgb(4 6 6 / 0.8);
}

.border-r-limedSpruce-950\/85 {
  border-right-color: rgb(4 6 6 / 0.85);
}

.border-r-limedSpruce-950\/90 {
  border-right-color: rgb(4 6 6 / 0.9);
}

.border-r-limedSpruce-950\/95 {
  border-right-color: rgb(4 6 6 / 0.95);
}

.border-r-merino-100 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-r-merino-100\/0 {
  border-right-color: rgb(254 253 251 / 0);
}

.border-r-merino-100\/10 {
  border-right-color: rgb(254 253 251 / 0.1);
}

.border-r-merino-100\/100 {
  border-right-color: rgb(254 253 251 / 1);
}

.border-r-merino-100\/15 {
  border-right-color: rgb(254 253 251 / 0.15);
}

.border-r-merino-100\/20 {
  border-right-color: rgb(254 253 251 / 0.2);
}

.border-r-merino-100\/25 {
  border-right-color: rgb(254 253 251 / 0.25);
}

.border-r-merino-100\/30 {
  border-right-color: rgb(254 253 251 / 0.3);
}

.border-r-merino-100\/35 {
  border-right-color: rgb(254 253 251 / 0.35);
}

.border-r-merino-100\/40 {
  border-right-color: rgb(254 253 251 / 0.4);
}

.border-r-merino-100\/45 {
  border-right-color: rgb(254 253 251 / 0.45);
}

.border-r-merino-100\/5 {
  border-right-color: rgb(254 253 251 / 0.05);
}

.border-r-merino-100\/50 {
  border-right-color: rgb(254 253 251 / 0.5);
}

.border-r-merino-100\/55 {
  border-right-color: rgb(254 253 251 / 0.55);
}

.border-r-merino-100\/60 {
  border-right-color: rgb(254 253 251 / 0.6);
}

.border-r-merino-100\/65 {
  border-right-color: rgb(254 253 251 / 0.65);
}

.border-r-merino-100\/70 {
  border-right-color: rgb(254 253 251 / 0.7);
}

.border-r-merino-100\/75 {
  border-right-color: rgb(254 253 251 / 0.75);
}

.border-r-merino-100\/80 {
  border-right-color: rgb(254 253 251 / 0.8);
}

.border-r-merino-100\/85 {
  border-right-color: rgb(254 253 251 / 0.85);
}

.border-r-merino-100\/90 {
  border-right-color: rgb(254 253 251 / 0.9);
}

.border-r-merino-100\/95 {
  border-right-color: rgb(254 253 251 / 0.95);
}

.border-r-merino-200 {
  --tw-border-opacity: 1;
  border-right-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-r-merino-200\/0 {
  border-right-color: rgb(252 251 248 / 0);
}

.border-r-merino-200\/10 {
  border-right-color: rgb(252 251 248 / 0.1);
}

.border-r-merino-200\/100 {
  border-right-color: rgb(252 251 248 / 1);
}

.border-r-merino-200\/15 {
  border-right-color: rgb(252 251 248 / 0.15);
}

.border-r-merino-200\/20 {
  border-right-color: rgb(252 251 248 / 0.2);
}

.border-r-merino-200\/25 {
  border-right-color: rgb(252 251 248 / 0.25);
}

.border-r-merino-200\/30 {
  border-right-color: rgb(252 251 248 / 0.3);
}

.border-r-merino-200\/35 {
  border-right-color: rgb(252 251 248 / 0.35);
}

.border-r-merino-200\/40 {
  border-right-color: rgb(252 251 248 / 0.4);
}

.border-r-merino-200\/45 {
  border-right-color: rgb(252 251 248 / 0.45);
}

.border-r-merino-200\/5 {
  border-right-color: rgb(252 251 248 / 0.05);
}

.border-r-merino-200\/50 {
  border-right-color: rgb(252 251 248 / 0.5);
}

.border-r-merino-200\/55 {
  border-right-color: rgb(252 251 248 / 0.55);
}

.border-r-merino-200\/60 {
  border-right-color: rgb(252 251 248 / 0.6);
}

.border-r-merino-200\/65 {
  border-right-color: rgb(252 251 248 / 0.65);
}

.border-r-merino-200\/70 {
  border-right-color: rgb(252 251 248 / 0.7);
}

.border-r-merino-200\/75 {
  border-right-color: rgb(252 251 248 / 0.75);
}

.border-r-merino-200\/80 {
  border-right-color: rgb(252 251 248 / 0.8);
}

.border-r-merino-200\/85 {
  border-right-color: rgb(252 251 248 / 0.85);
}

.border-r-merino-200\/90 {
  border-right-color: rgb(252 251 248 / 0.9);
}

.border-r-merino-200\/95 {
  border-right-color: rgb(252 251 248 / 0.95);
}

.border-r-merino-300 {
  --tw-border-opacity: 1;
  border-right-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-r-merino-300\/0 {
  border-right-color: rgb(250 247 240 / 0);
}

.border-r-merino-300\/10 {
  border-right-color: rgb(250 247 240 / 0.1);
}

.border-r-merino-300\/100 {
  border-right-color: rgb(250 247 240 / 1);
}

.border-r-merino-300\/15 {
  border-right-color: rgb(250 247 240 / 0.15);
}

.border-r-merino-300\/20 {
  border-right-color: rgb(250 247 240 / 0.2);
}

.border-r-merino-300\/25 {
  border-right-color: rgb(250 247 240 / 0.25);
}

.border-r-merino-300\/30 {
  border-right-color: rgb(250 247 240 / 0.3);
}

.border-r-merino-300\/35 {
  border-right-color: rgb(250 247 240 / 0.35);
}

.border-r-merino-300\/40 {
  border-right-color: rgb(250 247 240 / 0.4);
}

.border-r-merino-300\/45 {
  border-right-color: rgb(250 247 240 / 0.45);
}

.border-r-merino-300\/5 {
  border-right-color: rgb(250 247 240 / 0.05);
}

.border-r-merino-300\/50 {
  border-right-color: rgb(250 247 240 / 0.5);
}

.border-r-merino-300\/55 {
  border-right-color: rgb(250 247 240 / 0.55);
}

.border-r-merino-300\/60 {
  border-right-color: rgb(250 247 240 / 0.6);
}

.border-r-merino-300\/65 {
  border-right-color: rgb(250 247 240 / 0.65);
}

.border-r-merino-300\/70 {
  border-right-color: rgb(250 247 240 / 0.7);
}

.border-r-merino-300\/75 {
  border-right-color: rgb(250 247 240 / 0.75);
}

.border-r-merino-300\/80 {
  border-right-color: rgb(250 247 240 / 0.8);
}

.border-r-merino-300\/85 {
  border-right-color: rgb(250 247 240 / 0.85);
}

.border-r-merino-300\/90 {
  border-right-color: rgb(250 247 240 / 0.9);
}

.border-r-merino-300\/95 {
  border-right-color: rgb(250 247 240 / 0.95);
}

.border-r-merino-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-r-merino-400\/0 {
  border-right-color: rgb(248 245 236 / 0);
}

.border-r-merino-400\/10 {
  border-right-color: rgb(248 245 236 / 0.1);
}

.border-r-merino-400\/100 {
  border-right-color: rgb(248 245 236 / 1);
}

.border-r-merino-400\/15 {
  border-right-color: rgb(248 245 236 / 0.15);
}

.border-r-merino-400\/20 {
  border-right-color: rgb(248 245 236 / 0.2);
}

.border-r-merino-400\/25 {
  border-right-color: rgb(248 245 236 / 0.25);
}

.border-r-merino-400\/30 {
  border-right-color: rgb(248 245 236 / 0.3);
}

.border-r-merino-400\/35 {
  border-right-color: rgb(248 245 236 / 0.35);
}

.border-r-merino-400\/40 {
  border-right-color: rgb(248 245 236 / 0.4);
}

.border-r-merino-400\/45 {
  border-right-color: rgb(248 245 236 / 0.45);
}

.border-r-merino-400\/5 {
  border-right-color: rgb(248 245 236 / 0.05);
}

.border-r-merino-400\/50 {
  border-right-color: rgb(248 245 236 / 0.5);
}

.border-r-merino-400\/55 {
  border-right-color: rgb(248 245 236 / 0.55);
}

.border-r-merino-400\/60 {
  border-right-color: rgb(248 245 236 / 0.6);
}

.border-r-merino-400\/65 {
  border-right-color: rgb(248 245 236 / 0.65);
}

.border-r-merino-400\/70 {
  border-right-color: rgb(248 245 236 / 0.7);
}

.border-r-merino-400\/75 {
  border-right-color: rgb(248 245 236 / 0.75);
}

.border-r-merino-400\/80 {
  border-right-color: rgb(248 245 236 / 0.8);
}

.border-r-merino-400\/85 {
  border-right-color: rgb(248 245 236 / 0.85);
}

.border-r-merino-400\/90 {
  border-right-color: rgb(248 245 236 / 0.9);
}

.border-r-merino-400\/95 {
  border-right-color: rgb(248 245 236 / 0.95);
}

.border-r-merino-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-r-merino-50\/0 {
  border-right-color: rgb(254 253 251 / 0);
}

.border-r-merino-50\/10 {
  border-right-color: rgb(254 253 251 / 0.1);
}

.border-r-merino-50\/100 {
  border-right-color: rgb(254 253 251 / 1);
}

.border-r-merino-50\/15 {
  border-right-color: rgb(254 253 251 / 0.15);
}

.border-r-merino-50\/20 {
  border-right-color: rgb(254 253 251 / 0.2);
}

.border-r-merino-50\/25 {
  border-right-color: rgb(254 253 251 / 0.25);
}

.border-r-merino-50\/30 {
  border-right-color: rgb(254 253 251 / 0.3);
}

.border-r-merino-50\/35 {
  border-right-color: rgb(254 253 251 / 0.35);
}

.border-r-merino-50\/40 {
  border-right-color: rgb(254 253 251 / 0.4);
}

.border-r-merino-50\/45 {
  border-right-color: rgb(254 253 251 / 0.45);
}

.border-r-merino-50\/5 {
  border-right-color: rgb(254 253 251 / 0.05);
}

.border-r-merino-50\/50 {
  border-right-color: rgb(254 253 251 / 0.5);
}

.border-r-merino-50\/55 {
  border-right-color: rgb(254 253 251 / 0.55);
}

.border-r-merino-50\/60 {
  border-right-color: rgb(254 253 251 / 0.6);
}

.border-r-merino-50\/65 {
  border-right-color: rgb(254 253 251 / 0.65);
}

.border-r-merino-50\/70 {
  border-right-color: rgb(254 253 251 / 0.7);
}

.border-r-merino-50\/75 {
  border-right-color: rgb(254 253 251 / 0.75);
}

.border-r-merino-50\/80 {
  border-right-color: rgb(254 253 251 / 0.8);
}

.border-r-merino-50\/85 {
  border-right-color: rgb(254 253 251 / 0.85);
}

.border-r-merino-50\/90 {
  border-right-color: rgb(254 253 251 / 0.9);
}

.border-r-merino-50\/95 {
  border-right-color: rgb(254 253 251 / 0.95);
}

.border-r-merino-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-r-merino-500\/0 {
  border-right-color: rgb(247 243 233 / 0);
}

.border-r-merino-500\/10 {
  border-right-color: rgb(247 243 233 / 0.1);
}

.border-r-merino-500\/100 {
  border-right-color: rgb(247 243 233 / 1);
}

.border-r-merino-500\/15 {
  border-right-color: rgb(247 243 233 / 0.15);
}

.border-r-merino-500\/20 {
  border-right-color: rgb(247 243 233 / 0.2);
}

.border-r-merino-500\/25 {
  border-right-color: rgb(247 243 233 / 0.25);
}

.border-r-merino-500\/30 {
  border-right-color: rgb(247 243 233 / 0.3);
}

.border-r-merino-500\/35 {
  border-right-color: rgb(247 243 233 / 0.35);
}

.border-r-merino-500\/40 {
  border-right-color: rgb(247 243 233 / 0.4);
}

.border-r-merino-500\/45 {
  border-right-color: rgb(247 243 233 / 0.45);
}

.border-r-merino-500\/5 {
  border-right-color: rgb(247 243 233 / 0.05);
}

.border-r-merino-500\/50 {
  border-right-color: rgb(247 243 233 / 0.5);
}

.border-r-merino-500\/55 {
  border-right-color: rgb(247 243 233 / 0.55);
}

.border-r-merino-500\/60 {
  border-right-color: rgb(247 243 233 / 0.6);
}

.border-r-merino-500\/65 {
  border-right-color: rgb(247 243 233 / 0.65);
}

.border-r-merino-500\/70 {
  border-right-color: rgb(247 243 233 / 0.7);
}

.border-r-merino-500\/75 {
  border-right-color: rgb(247 243 233 / 0.75);
}

.border-r-merino-500\/80 {
  border-right-color: rgb(247 243 233 / 0.8);
}

.border-r-merino-500\/85 {
  border-right-color: rgb(247 243 233 / 0.85);
}

.border-r-merino-500\/90 {
  border-right-color: rgb(247 243 233 / 0.9);
}

.border-r-merino-500\/95 {
  border-right-color: rgb(247 243 233 / 0.95);
}

.border-r-merino-600 {
  --tw-border-opacity: 1;
  border-right-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-r-merino-600\/0 {
  border-right-color: rgb(221 204 161 / 0);
}

.border-r-merino-600\/10 {
  border-right-color: rgb(221 204 161 / 0.1);
}

.border-r-merino-600\/100 {
  border-right-color: rgb(221 204 161 / 1);
}

.border-r-merino-600\/15 {
  border-right-color: rgb(221 204 161 / 0.15);
}

.border-r-merino-600\/20 {
  border-right-color: rgb(221 204 161 / 0.2);
}

.border-r-merino-600\/25 {
  border-right-color: rgb(221 204 161 / 0.25);
}

.border-r-merino-600\/30 {
  border-right-color: rgb(221 204 161 / 0.3);
}

.border-r-merino-600\/35 {
  border-right-color: rgb(221 204 161 / 0.35);
}

.border-r-merino-600\/40 {
  border-right-color: rgb(221 204 161 / 0.4);
}

.border-r-merino-600\/45 {
  border-right-color: rgb(221 204 161 / 0.45);
}

.border-r-merino-600\/5 {
  border-right-color: rgb(221 204 161 / 0.05);
}

.border-r-merino-600\/50 {
  border-right-color: rgb(221 204 161 / 0.5);
}

.border-r-merino-600\/55 {
  border-right-color: rgb(221 204 161 / 0.55);
}

.border-r-merino-600\/60 {
  border-right-color: rgb(221 204 161 / 0.6);
}

.border-r-merino-600\/65 {
  border-right-color: rgb(221 204 161 / 0.65);
}

.border-r-merino-600\/70 {
  border-right-color: rgb(221 204 161 / 0.7);
}

.border-r-merino-600\/75 {
  border-right-color: rgb(221 204 161 / 0.75);
}

.border-r-merino-600\/80 {
  border-right-color: rgb(221 204 161 / 0.8);
}

.border-r-merino-600\/85 {
  border-right-color: rgb(221 204 161 / 0.85);
}

.border-r-merino-600\/90 {
  border-right-color: rgb(221 204 161 / 0.9);
}

.border-r-merino-600\/95 {
  border-right-color: rgb(221 204 161 / 0.95);
}

.border-r-merino-700 {
  --tw-border-opacity: 1;
  border-right-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-r-merino-700\/0 {
  border-right-color: rgb(195 166 90 / 0);
}

.border-r-merino-700\/10 {
  border-right-color: rgb(195 166 90 / 0.1);
}

.border-r-merino-700\/100 {
  border-right-color: rgb(195 166 90 / 1);
}

.border-r-merino-700\/15 {
  border-right-color: rgb(195 166 90 / 0.15);
}

.border-r-merino-700\/20 {
  border-right-color: rgb(195 166 90 / 0.2);
}

.border-r-merino-700\/25 {
  border-right-color: rgb(195 166 90 / 0.25);
}

.border-r-merino-700\/30 {
  border-right-color: rgb(195 166 90 / 0.3);
}

.border-r-merino-700\/35 {
  border-right-color: rgb(195 166 90 / 0.35);
}

.border-r-merino-700\/40 {
  border-right-color: rgb(195 166 90 / 0.4);
}

.border-r-merino-700\/45 {
  border-right-color: rgb(195 166 90 / 0.45);
}

.border-r-merino-700\/5 {
  border-right-color: rgb(195 166 90 / 0.05);
}

.border-r-merino-700\/50 {
  border-right-color: rgb(195 166 90 / 0.5);
}

.border-r-merino-700\/55 {
  border-right-color: rgb(195 166 90 / 0.55);
}

.border-r-merino-700\/60 {
  border-right-color: rgb(195 166 90 / 0.6);
}

.border-r-merino-700\/65 {
  border-right-color: rgb(195 166 90 / 0.65);
}

.border-r-merino-700\/70 {
  border-right-color: rgb(195 166 90 / 0.7);
}

.border-r-merino-700\/75 {
  border-right-color: rgb(195 166 90 / 0.75);
}

.border-r-merino-700\/80 {
  border-right-color: rgb(195 166 90 / 0.8);
}

.border-r-merino-700\/85 {
  border-right-color: rgb(195 166 90 / 0.85);
}

.border-r-merino-700\/90 {
  border-right-color: rgb(195 166 90 / 0.9);
}

.border-r-merino-700\/95 {
  border-right-color: rgb(195 166 90 / 0.95);
}

.border-r-merino-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-r-merino-800\/0 {
  border-right-color: rgb(142 117 52 / 0);
}

.border-r-merino-800\/10 {
  border-right-color: rgb(142 117 52 / 0.1);
}

.border-r-merino-800\/100 {
  border-right-color: rgb(142 117 52 / 1);
}

.border-r-merino-800\/15 {
  border-right-color: rgb(142 117 52 / 0.15);
}

.border-r-merino-800\/20 {
  border-right-color: rgb(142 117 52 / 0.2);
}

.border-r-merino-800\/25 {
  border-right-color: rgb(142 117 52 / 0.25);
}

.border-r-merino-800\/30 {
  border-right-color: rgb(142 117 52 / 0.3);
}

.border-r-merino-800\/35 {
  border-right-color: rgb(142 117 52 / 0.35);
}

.border-r-merino-800\/40 {
  border-right-color: rgb(142 117 52 / 0.4);
}

.border-r-merino-800\/45 {
  border-right-color: rgb(142 117 52 / 0.45);
}

.border-r-merino-800\/5 {
  border-right-color: rgb(142 117 52 / 0.05);
}

.border-r-merino-800\/50 {
  border-right-color: rgb(142 117 52 / 0.5);
}

.border-r-merino-800\/55 {
  border-right-color: rgb(142 117 52 / 0.55);
}

.border-r-merino-800\/60 {
  border-right-color: rgb(142 117 52 / 0.6);
}

.border-r-merino-800\/65 {
  border-right-color: rgb(142 117 52 / 0.65);
}

.border-r-merino-800\/70 {
  border-right-color: rgb(142 117 52 / 0.7);
}

.border-r-merino-800\/75 {
  border-right-color: rgb(142 117 52 / 0.75);
}

.border-r-merino-800\/80 {
  border-right-color: rgb(142 117 52 / 0.8);
}

.border-r-merino-800\/85 {
  border-right-color: rgb(142 117 52 / 0.85);
}

.border-r-merino-800\/90 {
  border-right-color: rgb(142 117 52 / 0.9);
}

.border-r-merino-800\/95 {
  border-right-color: rgb(142 117 52 / 0.95);
}

.border-r-merino-900 {
  --tw-border-opacity: 1;
  border-right-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-r-merino-900\/0 {
  border-right-color: rgb(71 58 26 / 0);
}

.border-r-merino-900\/10 {
  border-right-color: rgb(71 58 26 / 0.1);
}

.border-r-merino-900\/100 {
  border-right-color: rgb(71 58 26 / 1);
}

.border-r-merino-900\/15 {
  border-right-color: rgb(71 58 26 / 0.15);
}

.border-r-merino-900\/20 {
  border-right-color: rgb(71 58 26 / 0.2);
}

.border-r-merino-900\/25 {
  border-right-color: rgb(71 58 26 / 0.25);
}

.border-r-merino-900\/30 {
  border-right-color: rgb(71 58 26 / 0.3);
}

.border-r-merino-900\/35 {
  border-right-color: rgb(71 58 26 / 0.35);
}

.border-r-merino-900\/40 {
  border-right-color: rgb(71 58 26 / 0.4);
}

.border-r-merino-900\/45 {
  border-right-color: rgb(71 58 26 / 0.45);
}

.border-r-merino-900\/5 {
  border-right-color: rgb(71 58 26 / 0.05);
}

.border-r-merino-900\/50 {
  border-right-color: rgb(71 58 26 / 0.5);
}

.border-r-merino-900\/55 {
  border-right-color: rgb(71 58 26 / 0.55);
}

.border-r-merino-900\/60 {
  border-right-color: rgb(71 58 26 / 0.6);
}

.border-r-merino-900\/65 {
  border-right-color: rgb(71 58 26 / 0.65);
}

.border-r-merino-900\/70 {
  border-right-color: rgb(71 58 26 / 0.7);
}

.border-r-merino-900\/75 {
  border-right-color: rgb(71 58 26 / 0.75);
}

.border-r-merino-900\/80 {
  border-right-color: rgb(71 58 26 / 0.8);
}

.border-r-merino-900\/85 {
  border-right-color: rgb(71 58 26 / 0.85);
}

.border-r-merino-900\/90 {
  border-right-color: rgb(71 58 26 / 0.9);
}

.border-r-merino-900\/95 {
  border-right-color: rgb(71 58 26 / 0.95);
}

.border-r-merino-950 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-r-merino-950\/0 {
  border-right-color: rgb(34 28 12 / 0);
}

.border-r-merino-950\/10 {
  border-right-color: rgb(34 28 12 / 0.1);
}

.border-r-merino-950\/100 {
  border-right-color: rgb(34 28 12 / 1);
}

.border-r-merino-950\/15 {
  border-right-color: rgb(34 28 12 / 0.15);
}

.border-r-merino-950\/20 {
  border-right-color: rgb(34 28 12 / 0.2);
}

.border-r-merino-950\/25 {
  border-right-color: rgb(34 28 12 / 0.25);
}

.border-r-merino-950\/30 {
  border-right-color: rgb(34 28 12 / 0.3);
}

.border-r-merino-950\/35 {
  border-right-color: rgb(34 28 12 / 0.35);
}

.border-r-merino-950\/40 {
  border-right-color: rgb(34 28 12 / 0.4);
}

.border-r-merino-950\/45 {
  border-right-color: rgb(34 28 12 / 0.45);
}

.border-r-merino-950\/5 {
  border-right-color: rgb(34 28 12 / 0.05);
}

.border-r-merino-950\/50 {
  border-right-color: rgb(34 28 12 / 0.5);
}

.border-r-merino-950\/55 {
  border-right-color: rgb(34 28 12 / 0.55);
}

.border-r-merino-950\/60 {
  border-right-color: rgb(34 28 12 / 0.6);
}

.border-r-merino-950\/65 {
  border-right-color: rgb(34 28 12 / 0.65);
}

.border-r-merino-950\/70 {
  border-right-color: rgb(34 28 12 / 0.7);
}

.border-r-merino-950\/75 {
  border-right-color: rgb(34 28 12 / 0.75);
}

.border-r-merino-950\/80 {
  border-right-color: rgb(34 28 12 / 0.8);
}

.border-r-merino-950\/85 {
  border-right-color: rgb(34 28 12 / 0.85);
}

.border-r-merino-950\/90 {
  border-right-color: rgb(34 28 12 / 0.9);
}

.border-r-merino-950\/95 {
  border-right-color: rgb(34 28 12 / 0.95);
}

.border-r-midgrey {
  --tw-border-opacity: 1;
  border-right-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-r-midgrey\/0 {
  border-right-color: rgb(117 119 124 / 0);
}

.border-r-midgrey\/10 {
  border-right-color: rgb(117 119 124 / 0.1);
}

.border-r-midgrey\/100 {
  border-right-color: rgb(117 119 124 / 1);
}

.border-r-midgrey\/15 {
  border-right-color: rgb(117 119 124 / 0.15);
}

.border-r-midgrey\/20 {
  border-right-color: rgb(117 119 124 / 0.2);
}

.border-r-midgrey\/25 {
  border-right-color: rgb(117 119 124 / 0.25);
}

.border-r-midgrey\/30 {
  border-right-color: rgb(117 119 124 / 0.3);
}

.border-r-midgrey\/35 {
  border-right-color: rgb(117 119 124 / 0.35);
}

.border-r-midgrey\/40 {
  border-right-color: rgb(117 119 124 / 0.4);
}

.border-r-midgrey\/45 {
  border-right-color: rgb(117 119 124 / 0.45);
}

.border-r-midgrey\/5 {
  border-right-color: rgb(117 119 124 / 0.05);
}

.border-r-midgrey\/50 {
  border-right-color: rgb(117 119 124 / 0.5);
}

.border-r-midgrey\/55 {
  border-right-color: rgb(117 119 124 / 0.55);
}

.border-r-midgrey\/60 {
  border-right-color: rgb(117 119 124 / 0.6);
}

.border-r-midgrey\/65 {
  border-right-color: rgb(117 119 124 / 0.65);
}

.border-r-midgrey\/70 {
  border-right-color: rgb(117 119 124 / 0.7);
}

.border-r-midgrey\/75 {
  border-right-color: rgb(117 119 124 / 0.75);
}

.border-r-midgrey\/80 {
  border-right-color: rgb(117 119 124 / 0.8);
}

.border-r-midgrey\/85 {
  border-right-color: rgb(117 119 124 / 0.85);
}

.border-r-midgrey\/90 {
  border-right-color: rgb(117 119 124 / 0.9);
}

.border-r-midgrey\/95 {
  border-right-color: rgb(117 119 124 / 0.95);
}

.border-r-offWhite {
  --tw-border-opacity: 1;
  border-right-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-r-offWhite\/0 {
  border-right-color: rgb(217 217 217 / 0);
}

.border-r-offWhite\/10 {
  border-right-color: rgb(217 217 217 / 0.1);
}

.border-r-offWhite\/100 {
  border-right-color: rgb(217 217 217 / 1);
}

.border-r-offWhite\/15 {
  border-right-color: rgb(217 217 217 / 0.15);
}

.border-r-offWhite\/20 {
  border-right-color: rgb(217 217 217 / 0.2);
}

.border-r-offWhite\/25 {
  border-right-color: rgb(217 217 217 / 0.25);
}

.border-r-offWhite\/30 {
  border-right-color: rgb(217 217 217 / 0.3);
}

.border-r-offWhite\/35 {
  border-right-color: rgb(217 217 217 / 0.35);
}

.border-r-offWhite\/40 {
  border-right-color: rgb(217 217 217 / 0.4);
}

.border-r-offWhite\/45 {
  border-right-color: rgb(217 217 217 / 0.45);
}

.border-r-offWhite\/5 {
  border-right-color: rgb(217 217 217 / 0.05);
}

.border-r-offWhite\/50 {
  border-right-color: rgb(217 217 217 / 0.5);
}

.border-r-offWhite\/55 {
  border-right-color: rgb(217 217 217 / 0.55);
}

.border-r-offWhite\/60 {
  border-right-color: rgb(217 217 217 / 0.6);
}

.border-r-offWhite\/65 {
  border-right-color: rgb(217 217 217 / 0.65);
}

.border-r-offWhite\/70 {
  border-right-color: rgb(217 217 217 / 0.7);
}

.border-r-offWhite\/75 {
  border-right-color: rgb(217 217 217 / 0.75);
}

.border-r-offWhite\/80 {
  border-right-color: rgb(217 217 217 / 0.8);
}

.border-r-offWhite\/85 {
  border-right-color: rgb(217 217 217 / 0.85);
}

.border-r-offWhite\/90 {
  border-right-color: rgb(217 217 217 / 0.9);
}

.border-r-offWhite\/95 {
  border-right-color: rgb(217 217 217 / 0.95);
}

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

.border-r-white\/0 {
  border-right-color: rgb(255 255 255 / 0);
}

.border-r-white\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}

.border-r-white\/100 {
  border-right-color: rgb(255 255 255 / 1);
}

.border-r-white\/15 {
  border-right-color: rgb(255 255 255 / 0.15);
}

.border-r-white\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}

.border-r-white\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}

.border-r-white\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}

.border-r-white\/35 {
  border-right-color: rgb(255 255 255 / 0.35);
}

.border-r-white\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}

.border-r-white\/45 {
  border-right-color: rgb(255 255 255 / 0.45);
}

.border-r-white\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}

.border-r-white\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}

.border-r-white\/55 {
  border-right-color: rgb(255 255 255 / 0.55);
}

.border-r-white\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}

.border-r-white\/65 {
  border-right-color: rgb(255 255 255 / 0.65);
}

.border-r-white\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}

.border-r-white\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}

.border-r-white\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}

.border-r-white\/85 {
  border-right-color: rgb(255 255 255 / 0.85);
}

.border-r-white\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}

.border-r-white\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}

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

.border-s-black\/0 {
  border-inline-start-color: rgb(0 0 0 / 0);
}

.border-s-black\/10 {
  border-inline-start-color: rgb(0 0 0 / 0.1);
}

.border-s-black\/100 {
  border-inline-start-color: rgb(0 0 0 / 1);
}

.border-s-black\/15 {
  border-inline-start-color: rgb(0 0 0 / 0.15);
}

.border-s-black\/20 {
  border-inline-start-color: rgb(0 0 0 / 0.2);
}

.border-s-black\/25 {
  border-inline-start-color: rgb(0 0 0 / 0.25);
}

.border-s-black\/30 {
  border-inline-start-color: rgb(0 0 0 / 0.3);
}

.border-s-black\/35 {
  border-inline-start-color: rgb(0 0 0 / 0.35);
}

.border-s-black\/40 {
  border-inline-start-color: rgb(0 0 0 / 0.4);
}

.border-s-black\/45 {
  border-inline-start-color: rgb(0 0 0 / 0.45);
}

.border-s-black\/5 {
  border-inline-start-color: rgb(0 0 0 / 0.05);
}

.border-s-black\/50 {
  border-inline-start-color: rgb(0 0 0 / 0.5);
}

.border-s-black\/55 {
  border-inline-start-color: rgb(0 0 0 / 0.55);
}

.border-s-black\/60 {
  border-inline-start-color: rgb(0 0 0 / 0.6);
}

.border-s-black\/65 {
  border-inline-start-color: rgb(0 0 0 / 0.65);
}

.border-s-black\/70 {
  border-inline-start-color: rgb(0 0 0 / 0.7);
}

.border-s-black\/75 {
  border-inline-start-color: rgb(0 0 0 / 0.75);
}

.border-s-black\/80 {
  border-inline-start-color: rgb(0 0 0 / 0.8);
}

.border-s-black\/85 {
  border-inline-start-color: rgb(0 0 0 / 0.85);
}

.border-s-black\/90 {
  border-inline-start-color: rgb(0 0 0 / 0.9);
}

.border-s-black\/95 {
  border-inline-start-color: rgb(0 0 0 / 0.95);
}

.border-s-flamingo-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-100\/0 {
  border-inline-start-color: rgb(252 222 217 / 0);
}

.border-s-flamingo-100\/10 {
  border-inline-start-color: rgb(252 222 217 / 0.1);
}

.border-s-flamingo-100\/100 {
  border-inline-start-color: rgb(252 222 217 / 1);
}

.border-s-flamingo-100\/15 {
  border-inline-start-color: rgb(252 222 217 / 0.15);
}

.border-s-flamingo-100\/20 {
  border-inline-start-color: rgb(252 222 217 / 0.2);
}

.border-s-flamingo-100\/25 {
  border-inline-start-color: rgb(252 222 217 / 0.25);
}

.border-s-flamingo-100\/30 {
  border-inline-start-color: rgb(252 222 217 / 0.3);
}

.border-s-flamingo-100\/35 {
  border-inline-start-color: rgb(252 222 217 / 0.35);
}

.border-s-flamingo-100\/40 {
  border-inline-start-color: rgb(252 222 217 / 0.4);
}

.border-s-flamingo-100\/45 {
  border-inline-start-color: rgb(252 222 217 / 0.45);
}

.border-s-flamingo-100\/5 {
  border-inline-start-color: rgb(252 222 217 / 0.05);
}

.border-s-flamingo-100\/50 {
  border-inline-start-color: rgb(252 222 217 / 0.5);
}

.border-s-flamingo-100\/55 {
  border-inline-start-color: rgb(252 222 217 / 0.55);
}

.border-s-flamingo-100\/60 {
  border-inline-start-color: rgb(252 222 217 / 0.6);
}

.border-s-flamingo-100\/65 {
  border-inline-start-color: rgb(252 222 217 / 0.65);
}

.border-s-flamingo-100\/70 {
  border-inline-start-color: rgb(252 222 217 / 0.7);
}

.border-s-flamingo-100\/75 {
  border-inline-start-color: rgb(252 222 217 / 0.75);
}

.border-s-flamingo-100\/80 {
  border-inline-start-color: rgb(252 222 217 / 0.8);
}

.border-s-flamingo-100\/85 {
  border-inline-start-color: rgb(252 222 217 / 0.85);
}

.border-s-flamingo-100\/90 {
  border-inline-start-color: rgb(252 222 217 / 0.9);
}

.border-s-flamingo-100\/95 {
  border-inline-start-color: rgb(252 222 217 / 0.95);
}

.border-s-flamingo-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-200\/0 {
  border-inline-start-color: rgb(249 189 179 / 0);
}

.border-s-flamingo-200\/10 {
  border-inline-start-color: rgb(249 189 179 / 0.1);
}

.border-s-flamingo-200\/100 {
  border-inline-start-color: rgb(249 189 179 / 1);
}

.border-s-flamingo-200\/15 {
  border-inline-start-color: rgb(249 189 179 / 0.15);
}

.border-s-flamingo-200\/20 {
  border-inline-start-color: rgb(249 189 179 / 0.2);
}

.border-s-flamingo-200\/25 {
  border-inline-start-color: rgb(249 189 179 / 0.25);
}

.border-s-flamingo-200\/30 {
  border-inline-start-color: rgb(249 189 179 / 0.3);
}

.border-s-flamingo-200\/35 {
  border-inline-start-color: rgb(249 189 179 / 0.35);
}

.border-s-flamingo-200\/40 {
  border-inline-start-color: rgb(249 189 179 / 0.4);
}

.border-s-flamingo-200\/45 {
  border-inline-start-color: rgb(249 189 179 / 0.45);
}

.border-s-flamingo-200\/5 {
  border-inline-start-color: rgb(249 189 179 / 0.05);
}

.border-s-flamingo-200\/50 {
  border-inline-start-color: rgb(249 189 179 / 0.5);
}

.border-s-flamingo-200\/55 {
  border-inline-start-color: rgb(249 189 179 / 0.55);
}

.border-s-flamingo-200\/60 {
  border-inline-start-color: rgb(249 189 179 / 0.6);
}

.border-s-flamingo-200\/65 {
  border-inline-start-color: rgb(249 189 179 / 0.65);
}

.border-s-flamingo-200\/70 {
  border-inline-start-color: rgb(249 189 179 / 0.7);
}

.border-s-flamingo-200\/75 {
  border-inline-start-color: rgb(249 189 179 / 0.75);
}

.border-s-flamingo-200\/80 {
  border-inline-start-color: rgb(249 189 179 / 0.8);
}

.border-s-flamingo-200\/85 {
  border-inline-start-color: rgb(249 189 179 / 0.85);
}

.border-s-flamingo-200\/90 {
  border-inline-start-color: rgb(249 189 179 / 0.9);
}

.border-s-flamingo-200\/95 {
  border-inline-start-color: rgb(249 189 179 / 0.95);
}

.border-s-flamingo-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-300\/0 {
  border-inline-start-color: rgb(246 155 141 / 0);
}

.border-s-flamingo-300\/10 {
  border-inline-start-color: rgb(246 155 141 / 0.1);
}

.border-s-flamingo-300\/100 {
  border-inline-start-color: rgb(246 155 141 / 1);
}

.border-s-flamingo-300\/15 {
  border-inline-start-color: rgb(246 155 141 / 0.15);
}

.border-s-flamingo-300\/20 {
  border-inline-start-color: rgb(246 155 141 / 0.2);
}

.border-s-flamingo-300\/25 {
  border-inline-start-color: rgb(246 155 141 / 0.25);
}

.border-s-flamingo-300\/30 {
  border-inline-start-color: rgb(246 155 141 / 0.3);
}

.border-s-flamingo-300\/35 {
  border-inline-start-color: rgb(246 155 141 / 0.35);
}

.border-s-flamingo-300\/40 {
  border-inline-start-color: rgb(246 155 141 / 0.4);
}

.border-s-flamingo-300\/45 {
  border-inline-start-color: rgb(246 155 141 / 0.45);
}

.border-s-flamingo-300\/5 {
  border-inline-start-color: rgb(246 155 141 / 0.05);
}

.border-s-flamingo-300\/50 {
  border-inline-start-color: rgb(246 155 141 / 0.5);
}

.border-s-flamingo-300\/55 {
  border-inline-start-color: rgb(246 155 141 / 0.55);
}

.border-s-flamingo-300\/60 {
  border-inline-start-color: rgb(246 155 141 / 0.6);
}

.border-s-flamingo-300\/65 {
  border-inline-start-color: rgb(246 155 141 / 0.65);
}

.border-s-flamingo-300\/70 {
  border-inline-start-color: rgb(246 155 141 / 0.7);
}

.border-s-flamingo-300\/75 {
  border-inline-start-color: rgb(246 155 141 / 0.75);
}

.border-s-flamingo-300\/80 {
  border-inline-start-color: rgb(246 155 141 / 0.8);
}

.border-s-flamingo-300\/85 {
  border-inline-start-color: rgb(246 155 141 / 0.85);
}

.border-s-flamingo-300\/90 {
  border-inline-start-color: rgb(246 155 141 / 0.9);
}

.border-s-flamingo-300\/95 {
  border-inline-start-color: rgb(246 155 141 / 0.95);
}

.border-s-flamingo-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-400\/0 {
  border-inline-start-color: rgb(243 122 104 / 0);
}

.border-s-flamingo-400\/10 {
  border-inline-start-color: rgb(243 122 104 / 0.1);
}

.border-s-flamingo-400\/100 {
  border-inline-start-color: rgb(243 122 104 / 1);
}

.border-s-flamingo-400\/15 {
  border-inline-start-color: rgb(243 122 104 / 0.15);
}

.border-s-flamingo-400\/20 {
  border-inline-start-color: rgb(243 122 104 / 0.2);
}

.border-s-flamingo-400\/25 {
  border-inline-start-color: rgb(243 122 104 / 0.25);
}

.border-s-flamingo-400\/30 {
  border-inline-start-color: rgb(243 122 104 / 0.3);
}

.border-s-flamingo-400\/35 {
  border-inline-start-color: rgb(243 122 104 / 0.35);
}

.border-s-flamingo-400\/40 {
  border-inline-start-color: rgb(243 122 104 / 0.4);
}

.border-s-flamingo-400\/45 {
  border-inline-start-color: rgb(243 122 104 / 0.45);
}

.border-s-flamingo-400\/5 {
  border-inline-start-color: rgb(243 122 104 / 0.05);
}

.border-s-flamingo-400\/50 {
  border-inline-start-color: rgb(243 122 104 / 0.5);
}

.border-s-flamingo-400\/55 {
  border-inline-start-color: rgb(243 122 104 / 0.55);
}

.border-s-flamingo-400\/60 {
  border-inline-start-color: rgb(243 122 104 / 0.6);
}

.border-s-flamingo-400\/65 {
  border-inline-start-color: rgb(243 122 104 / 0.65);
}

.border-s-flamingo-400\/70 {
  border-inline-start-color: rgb(243 122 104 / 0.7);
}

.border-s-flamingo-400\/75 {
  border-inline-start-color: rgb(243 122 104 / 0.75);
}

.border-s-flamingo-400\/80 {
  border-inline-start-color: rgb(243 122 104 / 0.8);
}

.border-s-flamingo-400\/85 {
  border-inline-start-color: rgb(243 122 104 / 0.85);
}

.border-s-flamingo-400\/90 {
  border-inline-start-color: rgb(243 122 104 / 0.9);
}

.border-s-flamingo-400\/95 {
  border-inline-start-color: rgb(243 122 104 / 0.95);
}

.border-s-flamingo-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-50\/0 {
  border-inline-start-color: rgb(254 238 236 / 0);
}

.border-s-flamingo-50\/10 {
  border-inline-start-color: rgb(254 238 236 / 0.1);
}

.border-s-flamingo-50\/100 {
  border-inline-start-color: rgb(254 238 236 / 1);
}

.border-s-flamingo-50\/15 {
  border-inline-start-color: rgb(254 238 236 / 0.15);
}

.border-s-flamingo-50\/20 {
  border-inline-start-color: rgb(254 238 236 / 0.2);
}

.border-s-flamingo-50\/25 {
  border-inline-start-color: rgb(254 238 236 / 0.25);
}

.border-s-flamingo-50\/30 {
  border-inline-start-color: rgb(254 238 236 / 0.3);
}

.border-s-flamingo-50\/35 {
  border-inline-start-color: rgb(254 238 236 / 0.35);
}

.border-s-flamingo-50\/40 {
  border-inline-start-color: rgb(254 238 236 / 0.4);
}

.border-s-flamingo-50\/45 {
  border-inline-start-color: rgb(254 238 236 / 0.45);
}

.border-s-flamingo-50\/5 {
  border-inline-start-color: rgb(254 238 236 / 0.05);
}

.border-s-flamingo-50\/50 {
  border-inline-start-color: rgb(254 238 236 / 0.5);
}

.border-s-flamingo-50\/55 {
  border-inline-start-color: rgb(254 238 236 / 0.55);
}

.border-s-flamingo-50\/60 {
  border-inline-start-color: rgb(254 238 236 / 0.6);
}

.border-s-flamingo-50\/65 {
  border-inline-start-color: rgb(254 238 236 / 0.65);
}

.border-s-flamingo-50\/70 {
  border-inline-start-color: rgb(254 238 236 / 0.7);
}

.border-s-flamingo-50\/75 {
  border-inline-start-color: rgb(254 238 236 / 0.75);
}

.border-s-flamingo-50\/80 {
  border-inline-start-color: rgb(254 238 236 / 0.8);
}

.border-s-flamingo-50\/85 {
  border-inline-start-color: rgb(254 238 236 / 0.85);
}

.border-s-flamingo-50\/90 {
  border-inline-start-color: rgb(254 238 236 / 0.9);
}

.border-s-flamingo-50\/95 {
  border-inline-start-color: rgb(254 238 236 / 0.95);
}

.border-s-flamingo-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-500\/0 {
  border-inline-start-color: rgb(240 88 63 / 0);
}

.border-s-flamingo-500\/10 {
  border-inline-start-color: rgb(240 88 63 / 0.1);
}

.border-s-flamingo-500\/100 {
  border-inline-start-color: rgb(240 88 63 / 1);
}

.border-s-flamingo-500\/15 {
  border-inline-start-color: rgb(240 88 63 / 0.15);
}

.border-s-flamingo-500\/20 {
  border-inline-start-color: rgb(240 88 63 / 0.2);
}

.border-s-flamingo-500\/25 {
  border-inline-start-color: rgb(240 88 63 / 0.25);
}

.border-s-flamingo-500\/30 {
  border-inline-start-color: rgb(240 88 63 / 0.3);
}

.border-s-flamingo-500\/35 {
  border-inline-start-color: rgb(240 88 63 / 0.35);
}

.border-s-flamingo-500\/40 {
  border-inline-start-color: rgb(240 88 63 / 0.4);
}

.border-s-flamingo-500\/45 {
  border-inline-start-color: rgb(240 88 63 / 0.45);
}

.border-s-flamingo-500\/5 {
  border-inline-start-color: rgb(240 88 63 / 0.05);
}

.border-s-flamingo-500\/50 {
  border-inline-start-color: rgb(240 88 63 / 0.5);
}

.border-s-flamingo-500\/55 {
  border-inline-start-color: rgb(240 88 63 / 0.55);
}

.border-s-flamingo-500\/60 {
  border-inline-start-color: rgb(240 88 63 / 0.6);
}

.border-s-flamingo-500\/65 {
  border-inline-start-color: rgb(240 88 63 / 0.65);
}

.border-s-flamingo-500\/70 {
  border-inline-start-color: rgb(240 88 63 / 0.7);
}

.border-s-flamingo-500\/75 {
  border-inline-start-color: rgb(240 88 63 / 0.75);
}

.border-s-flamingo-500\/80 {
  border-inline-start-color: rgb(240 88 63 / 0.8);
}

.border-s-flamingo-500\/85 {
  border-inline-start-color: rgb(240 88 63 / 0.85);
}

.border-s-flamingo-500\/90 {
  border-inline-start-color: rgb(240 88 63 / 0.9);
}

.border-s-flamingo-500\/95 {
  border-inline-start-color: rgb(240 88 63 / 0.95);
}

.border-s-flamingo-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-600\/0 {
  border-inline-start-color: rgb(227 46 18 / 0);
}

.border-s-flamingo-600\/10 {
  border-inline-start-color: rgb(227 46 18 / 0.1);
}

.border-s-flamingo-600\/100 {
  border-inline-start-color: rgb(227 46 18 / 1);
}

.border-s-flamingo-600\/15 {
  border-inline-start-color: rgb(227 46 18 / 0.15);
}

.border-s-flamingo-600\/20 {
  border-inline-start-color: rgb(227 46 18 / 0.2);
}

.border-s-flamingo-600\/25 {
  border-inline-start-color: rgb(227 46 18 / 0.25);
}

.border-s-flamingo-600\/30 {
  border-inline-start-color: rgb(227 46 18 / 0.3);
}

.border-s-flamingo-600\/35 {
  border-inline-start-color: rgb(227 46 18 / 0.35);
}

.border-s-flamingo-600\/40 {
  border-inline-start-color: rgb(227 46 18 / 0.4);
}

.border-s-flamingo-600\/45 {
  border-inline-start-color: rgb(227 46 18 / 0.45);
}

.border-s-flamingo-600\/5 {
  border-inline-start-color: rgb(227 46 18 / 0.05);
}

.border-s-flamingo-600\/50 {
  border-inline-start-color: rgb(227 46 18 / 0.5);
}

.border-s-flamingo-600\/55 {
  border-inline-start-color: rgb(227 46 18 / 0.55);
}

.border-s-flamingo-600\/60 {
  border-inline-start-color: rgb(227 46 18 / 0.6);
}

.border-s-flamingo-600\/65 {
  border-inline-start-color: rgb(227 46 18 / 0.65);
}

.border-s-flamingo-600\/70 {
  border-inline-start-color: rgb(227 46 18 / 0.7);
}

.border-s-flamingo-600\/75 {
  border-inline-start-color: rgb(227 46 18 / 0.75);
}

.border-s-flamingo-600\/80 {
  border-inline-start-color: rgb(227 46 18 / 0.8);
}

.border-s-flamingo-600\/85 {
  border-inline-start-color: rgb(227 46 18 / 0.85);
}

.border-s-flamingo-600\/90 {
  border-inline-start-color: rgb(227 46 18 / 0.9);
}

.border-s-flamingo-600\/95 {
  border-inline-start-color: rgb(227 46 18 / 0.95);
}

.border-s-flamingo-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-700\/0 {
  border-inline-start-color: rgb(170 34 13 / 0);
}

.border-s-flamingo-700\/10 {
  border-inline-start-color: rgb(170 34 13 / 0.1);
}

.border-s-flamingo-700\/100 {
  border-inline-start-color: rgb(170 34 13 / 1);
}

.border-s-flamingo-700\/15 {
  border-inline-start-color: rgb(170 34 13 / 0.15);
}

.border-s-flamingo-700\/20 {
  border-inline-start-color: rgb(170 34 13 / 0.2);
}

.border-s-flamingo-700\/25 {
  border-inline-start-color: rgb(170 34 13 / 0.25);
}

.border-s-flamingo-700\/30 {
  border-inline-start-color: rgb(170 34 13 / 0.3);
}

.border-s-flamingo-700\/35 {
  border-inline-start-color: rgb(170 34 13 / 0.35);
}

.border-s-flamingo-700\/40 {
  border-inline-start-color: rgb(170 34 13 / 0.4);
}

.border-s-flamingo-700\/45 {
  border-inline-start-color: rgb(170 34 13 / 0.45);
}

.border-s-flamingo-700\/5 {
  border-inline-start-color: rgb(170 34 13 / 0.05);
}

.border-s-flamingo-700\/50 {
  border-inline-start-color: rgb(170 34 13 / 0.5);
}

.border-s-flamingo-700\/55 {
  border-inline-start-color: rgb(170 34 13 / 0.55);
}

.border-s-flamingo-700\/60 {
  border-inline-start-color: rgb(170 34 13 / 0.6);
}

.border-s-flamingo-700\/65 {
  border-inline-start-color: rgb(170 34 13 / 0.65);
}

.border-s-flamingo-700\/70 {
  border-inline-start-color: rgb(170 34 13 / 0.7);
}

.border-s-flamingo-700\/75 {
  border-inline-start-color: rgb(170 34 13 / 0.75);
}

.border-s-flamingo-700\/80 {
  border-inline-start-color: rgb(170 34 13 / 0.8);
}

.border-s-flamingo-700\/85 {
  border-inline-start-color: rgb(170 34 13 / 0.85);
}

.border-s-flamingo-700\/90 {
  border-inline-start-color: rgb(170 34 13 / 0.9);
}

.border-s-flamingo-700\/95 {
  border-inline-start-color: rgb(170 34 13 / 0.95);
}

.border-s-flamingo-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-800\/0 {
  border-inline-start-color: rgb(114 23 9 / 0);
}

.border-s-flamingo-800\/10 {
  border-inline-start-color: rgb(114 23 9 / 0.1);
}

.border-s-flamingo-800\/100 {
  border-inline-start-color: rgb(114 23 9 / 1);
}

.border-s-flamingo-800\/15 {
  border-inline-start-color: rgb(114 23 9 / 0.15);
}

.border-s-flamingo-800\/20 {
  border-inline-start-color: rgb(114 23 9 / 0.2);
}

.border-s-flamingo-800\/25 {
  border-inline-start-color: rgb(114 23 9 / 0.25);
}

.border-s-flamingo-800\/30 {
  border-inline-start-color: rgb(114 23 9 / 0.3);
}

.border-s-flamingo-800\/35 {
  border-inline-start-color: rgb(114 23 9 / 0.35);
}

.border-s-flamingo-800\/40 {
  border-inline-start-color: rgb(114 23 9 / 0.4);
}

.border-s-flamingo-800\/45 {
  border-inline-start-color: rgb(114 23 9 / 0.45);
}

.border-s-flamingo-800\/5 {
  border-inline-start-color: rgb(114 23 9 / 0.05);
}

.border-s-flamingo-800\/50 {
  border-inline-start-color: rgb(114 23 9 / 0.5);
}

.border-s-flamingo-800\/55 {
  border-inline-start-color: rgb(114 23 9 / 0.55);
}

.border-s-flamingo-800\/60 {
  border-inline-start-color: rgb(114 23 9 / 0.6);
}

.border-s-flamingo-800\/65 {
  border-inline-start-color: rgb(114 23 9 / 0.65);
}

.border-s-flamingo-800\/70 {
  border-inline-start-color: rgb(114 23 9 / 0.7);
}

.border-s-flamingo-800\/75 {
  border-inline-start-color: rgb(114 23 9 / 0.75);
}

.border-s-flamingo-800\/80 {
  border-inline-start-color: rgb(114 23 9 / 0.8);
}

.border-s-flamingo-800\/85 {
  border-inline-start-color: rgb(114 23 9 / 0.85);
}

.border-s-flamingo-800\/90 {
  border-inline-start-color: rgb(114 23 9 / 0.9);
}

.border-s-flamingo-800\/95 {
  border-inline-start-color: rgb(114 23 9 / 0.95);
}

.border-s-flamingo-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-900\/0 {
  border-inline-start-color: rgb(57 11 4 / 0);
}

.border-s-flamingo-900\/10 {
  border-inline-start-color: rgb(57 11 4 / 0.1);
}

.border-s-flamingo-900\/100 {
  border-inline-start-color: rgb(57 11 4 / 1);
}

.border-s-flamingo-900\/15 {
  border-inline-start-color: rgb(57 11 4 / 0.15);
}

.border-s-flamingo-900\/20 {
  border-inline-start-color: rgb(57 11 4 / 0.2);
}

.border-s-flamingo-900\/25 {
  border-inline-start-color: rgb(57 11 4 / 0.25);
}

.border-s-flamingo-900\/30 {
  border-inline-start-color: rgb(57 11 4 / 0.3);
}

.border-s-flamingo-900\/35 {
  border-inline-start-color: rgb(57 11 4 / 0.35);
}

.border-s-flamingo-900\/40 {
  border-inline-start-color: rgb(57 11 4 / 0.4);
}

.border-s-flamingo-900\/45 {
  border-inline-start-color: rgb(57 11 4 / 0.45);
}

.border-s-flamingo-900\/5 {
  border-inline-start-color: rgb(57 11 4 / 0.05);
}

.border-s-flamingo-900\/50 {
  border-inline-start-color: rgb(57 11 4 / 0.5);
}

.border-s-flamingo-900\/55 {
  border-inline-start-color: rgb(57 11 4 / 0.55);
}

.border-s-flamingo-900\/60 {
  border-inline-start-color: rgb(57 11 4 / 0.6);
}

.border-s-flamingo-900\/65 {
  border-inline-start-color: rgb(57 11 4 / 0.65);
}

.border-s-flamingo-900\/70 {
  border-inline-start-color: rgb(57 11 4 / 0.7);
}

.border-s-flamingo-900\/75 {
  border-inline-start-color: rgb(57 11 4 / 0.75);
}

.border-s-flamingo-900\/80 {
  border-inline-start-color: rgb(57 11 4 / 0.8);
}

.border-s-flamingo-900\/85 {
  border-inline-start-color: rgb(57 11 4 / 0.85);
}

.border-s-flamingo-900\/90 {
  border-inline-start-color: rgb(57 11 4 / 0.9);
}

.border-s-flamingo-900\/95 {
  border-inline-start-color: rgb(57 11 4 / 0.95);
}

.border-s-flamingo-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-s-flamingo-950\/0 {
  border-inline-start-color: rgb(28 6 2 / 0);
}

.border-s-flamingo-950\/10 {
  border-inline-start-color: rgb(28 6 2 / 0.1);
}

.border-s-flamingo-950\/100 {
  border-inline-start-color: rgb(28 6 2 / 1);
}

.border-s-flamingo-950\/15 {
  border-inline-start-color: rgb(28 6 2 / 0.15);
}

.border-s-flamingo-950\/20 {
  border-inline-start-color: rgb(28 6 2 / 0.2);
}

.border-s-flamingo-950\/25 {
  border-inline-start-color: rgb(28 6 2 / 0.25);
}

.border-s-flamingo-950\/30 {
  border-inline-start-color: rgb(28 6 2 / 0.3);
}

.border-s-flamingo-950\/35 {
  border-inline-start-color: rgb(28 6 2 / 0.35);
}

.border-s-flamingo-950\/40 {
  border-inline-start-color: rgb(28 6 2 / 0.4);
}

.border-s-flamingo-950\/45 {
  border-inline-start-color: rgb(28 6 2 / 0.45);
}

.border-s-flamingo-950\/5 {
  border-inline-start-color: rgb(28 6 2 / 0.05);
}

.border-s-flamingo-950\/50 {
  border-inline-start-color: rgb(28 6 2 / 0.5);
}

.border-s-flamingo-950\/55 {
  border-inline-start-color: rgb(28 6 2 / 0.55);
}

.border-s-flamingo-950\/60 {
  border-inline-start-color: rgb(28 6 2 / 0.6);
}

.border-s-flamingo-950\/65 {
  border-inline-start-color: rgb(28 6 2 / 0.65);
}

.border-s-flamingo-950\/70 {
  border-inline-start-color: rgb(28 6 2 / 0.7);
}

.border-s-flamingo-950\/75 {
  border-inline-start-color: rgb(28 6 2 / 0.75);
}

.border-s-flamingo-950\/80 {
  border-inline-start-color: rgb(28 6 2 / 0.8);
}

.border-s-flamingo-950\/85 {
  border-inline-start-color: rgb(28 6 2 / 0.85);
}

.border-s-flamingo-950\/90 {
  border-inline-start-color: rgb(28 6 2 / 0.9);
}

.border-s-flamingo-950\/95 {
  border-inline-start-color: rgb(28 6 2 / 0.95);
}

.border-s-inherit {
  border-inline-start-color: inherit;
}

.border-s-lightgrey {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-s-lightgrey\/0 {
  border-inline-start-color: rgb(212 212 212 / 0);
}

.border-s-lightgrey\/10 {
  border-inline-start-color: rgb(212 212 212 / 0.1);
}

.border-s-lightgrey\/100 {
  border-inline-start-color: rgb(212 212 212 / 1);
}

.border-s-lightgrey\/15 {
  border-inline-start-color: rgb(212 212 212 / 0.15);
}

.border-s-lightgrey\/20 {
  border-inline-start-color: rgb(212 212 212 / 0.2);
}

.border-s-lightgrey\/25 {
  border-inline-start-color: rgb(212 212 212 / 0.25);
}

.border-s-lightgrey\/30 {
  border-inline-start-color: rgb(212 212 212 / 0.3);
}

.border-s-lightgrey\/35 {
  border-inline-start-color: rgb(212 212 212 / 0.35);
}

.border-s-lightgrey\/40 {
  border-inline-start-color: rgb(212 212 212 / 0.4);
}

.border-s-lightgrey\/45 {
  border-inline-start-color: rgb(212 212 212 / 0.45);
}

.border-s-lightgrey\/5 {
  border-inline-start-color: rgb(212 212 212 / 0.05);
}

.border-s-lightgrey\/50 {
  border-inline-start-color: rgb(212 212 212 / 0.5);
}

.border-s-lightgrey\/55 {
  border-inline-start-color: rgb(212 212 212 / 0.55);
}

.border-s-lightgrey\/60 {
  border-inline-start-color: rgb(212 212 212 / 0.6);
}

.border-s-lightgrey\/65 {
  border-inline-start-color: rgb(212 212 212 / 0.65);
}

.border-s-lightgrey\/70 {
  border-inline-start-color: rgb(212 212 212 / 0.7);
}

.border-s-lightgrey\/75 {
  border-inline-start-color: rgb(212 212 212 / 0.75);
}

.border-s-lightgrey\/80 {
  border-inline-start-color: rgb(212 212 212 / 0.8);
}

.border-s-lightgrey\/85 {
  border-inline-start-color: rgb(212 212 212 / 0.85);
}

.border-s-lightgrey\/90 {
  border-inline-start-color: rgb(212 212 212 / 0.9);
}

.border-s-lightgrey\/95 {
  border-inline-start-color: rgb(212 212 212 / 0.95);
}

.border-s-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-100\/0 {
  border-inline-start-color: rgb(205 219 223 / 0);
}

.border-s-limedSpruce-100\/10 {
  border-inline-start-color: rgb(205 219 223 / 0.1);
}

.border-s-limedSpruce-100\/100 {
  border-inline-start-color: rgb(205 219 223 / 1);
}

.border-s-limedSpruce-100\/15 {
  border-inline-start-color: rgb(205 219 223 / 0.15);
}

.border-s-limedSpruce-100\/20 {
  border-inline-start-color: rgb(205 219 223 / 0.2);
}

.border-s-limedSpruce-100\/25 {
  border-inline-start-color: rgb(205 219 223 / 0.25);
}

.border-s-limedSpruce-100\/30 {
  border-inline-start-color: rgb(205 219 223 / 0.3);
}

.border-s-limedSpruce-100\/35 {
  border-inline-start-color: rgb(205 219 223 / 0.35);
}

.border-s-limedSpruce-100\/40 {
  border-inline-start-color: rgb(205 219 223 / 0.4);
}

.border-s-limedSpruce-100\/45 {
  border-inline-start-color: rgb(205 219 223 / 0.45);
}

.border-s-limedSpruce-100\/5 {
  border-inline-start-color: rgb(205 219 223 / 0.05);
}

.border-s-limedSpruce-100\/50 {
  border-inline-start-color: rgb(205 219 223 / 0.5);
}

.border-s-limedSpruce-100\/55 {
  border-inline-start-color: rgb(205 219 223 / 0.55);
}

.border-s-limedSpruce-100\/60 {
  border-inline-start-color: rgb(205 219 223 / 0.6);
}

.border-s-limedSpruce-100\/65 {
  border-inline-start-color: rgb(205 219 223 / 0.65);
}

.border-s-limedSpruce-100\/70 {
  border-inline-start-color: rgb(205 219 223 / 0.7);
}

.border-s-limedSpruce-100\/75 {
  border-inline-start-color: rgb(205 219 223 / 0.75);
}

.border-s-limedSpruce-100\/80 {
  border-inline-start-color: rgb(205 219 223 / 0.8);
}

.border-s-limedSpruce-100\/85 {
  border-inline-start-color: rgb(205 219 223 / 0.85);
}

.border-s-limedSpruce-100\/90 {
  border-inline-start-color: rgb(205 219 223 / 0.9);
}

.border-s-limedSpruce-100\/95 {
  border-inline-start-color: rgb(205 219 223 / 0.95);
}

.border-s-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-200\/0 {
  border-inline-start-color: rgb(159 185 193 / 0);
}

.border-s-limedSpruce-200\/10 {
  border-inline-start-color: rgb(159 185 193 / 0.1);
}

.border-s-limedSpruce-200\/100 {
  border-inline-start-color: rgb(159 185 193 / 1);
}

.border-s-limedSpruce-200\/15 {
  border-inline-start-color: rgb(159 185 193 / 0.15);
}

.border-s-limedSpruce-200\/20 {
  border-inline-start-color: rgb(159 185 193 / 0.2);
}

.border-s-limedSpruce-200\/25 {
  border-inline-start-color: rgb(159 185 193 / 0.25);
}

.border-s-limedSpruce-200\/30 {
  border-inline-start-color: rgb(159 185 193 / 0.3);
}

.border-s-limedSpruce-200\/35 {
  border-inline-start-color: rgb(159 185 193 / 0.35);
}

.border-s-limedSpruce-200\/40 {
  border-inline-start-color: rgb(159 185 193 / 0.4);
}

.border-s-limedSpruce-200\/45 {
  border-inline-start-color: rgb(159 185 193 / 0.45);
}

.border-s-limedSpruce-200\/5 {
  border-inline-start-color: rgb(159 185 193 / 0.05);
}

.border-s-limedSpruce-200\/50 {
  border-inline-start-color: rgb(159 185 193 / 0.5);
}

.border-s-limedSpruce-200\/55 {
  border-inline-start-color: rgb(159 185 193 / 0.55);
}

.border-s-limedSpruce-200\/60 {
  border-inline-start-color: rgb(159 185 193 / 0.6);
}

.border-s-limedSpruce-200\/65 {
  border-inline-start-color: rgb(159 185 193 / 0.65);
}

.border-s-limedSpruce-200\/70 {
  border-inline-start-color: rgb(159 185 193 / 0.7);
}

.border-s-limedSpruce-200\/75 {
  border-inline-start-color: rgb(159 185 193 / 0.75);
}

.border-s-limedSpruce-200\/80 {
  border-inline-start-color: rgb(159 185 193 / 0.8);
}

.border-s-limedSpruce-200\/85 {
  border-inline-start-color: rgb(159 185 193 / 0.85);
}

.border-s-limedSpruce-200\/90 {
  border-inline-start-color: rgb(159 185 193 / 0.9);
}

.border-s-limedSpruce-200\/95 {
  border-inline-start-color: rgb(159 185 193 / 0.95);
}

.border-s-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-300\/0 {
  border-inline-start-color: rgb(109 148 161 / 0);
}

.border-s-limedSpruce-300\/10 {
  border-inline-start-color: rgb(109 148 161 / 0.1);
}

.border-s-limedSpruce-300\/100 {
  border-inline-start-color: rgb(109 148 161 / 1);
}

.border-s-limedSpruce-300\/15 {
  border-inline-start-color: rgb(109 148 161 / 0.15);
}

.border-s-limedSpruce-300\/20 {
  border-inline-start-color: rgb(109 148 161 / 0.2);
}

.border-s-limedSpruce-300\/25 {
  border-inline-start-color: rgb(109 148 161 / 0.25);
}

.border-s-limedSpruce-300\/30 {
  border-inline-start-color: rgb(109 148 161 / 0.3);
}

.border-s-limedSpruce-300\/35 {
  border-inline-start-color: rgb(109 148 161 / 0.35);
}

.border-s-limedSpruce-300\/40 {
  border-inline-start-color: rgb(109 148 161 / 0.4);
}

.border-s-limedSpruce-300\/45 {
  border-inline-start-color: rgb(109 148 161 / 0.45);
}

.border-s-limedSpruce-300\/5 {
  border-inline-start-color: rgb(109 148 161 / 0.05);
}

.border-s-limedSpruce-300\/50 {
  border-inline-start-color: rgb(109 148 161 / 0.5);
}

.border-s-limedSpruce-300\/55 {
  border-inline-start-color: rgb(109 148 161 / 0.55);
}

.border-s-limedSpruce-300\/60 {
  border-inline-start-color: rgb(109 148 161 / 0.6);
}

.border-s-limedSpruce-300\/65 {
  border-inline-start-color: rgb(109 148 161 / 0.65);
}

.border-s-limedSpruce-300\/70 {
  border-inline-start-color: rgb(109 148 161 / 0.7);
}

.border-s-limedSpruce-300\/75 {
  border-inline-start-color: rgb(109 148 161 / 0.75);
}

.border-s-limedSpruce-300\/80 {
  border-inline-start-color: rgb(109 148 161 / 0.8);
}

.border-s-limedSpruce-300\/85 {
  border-inline-start-color: rgb(109 148 161 / 0.85);
}

.border-s-limedSpruce-300\/90 {
  border-inline-start-color: rgb(109 148 161 / 0.9);
}

.border-s-limedSpruce-300\/95 {
  border-inline-start-color: rgb(109 148 161 / 0.95);
}

.border-s-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-400\/0 {
  border-inline-start-color: rgb(74 105 115 / 0);
}

.border-s-limedSpruce-400\/10 {
  border-inline-start-color: rgb(74 105 115 / 0.1);
}

.border-s-limedSpruce-400\/100 {
  border-inline-start-color: rgb(74 105 115 / 1);
}

.border-s-limedSpruce-400\/15 {
  border-inline-start-color: rgb(74 105 115 / 0.15);
}

.border-s-limedSpruce-400\/20 {
  border-inline-start-color: rgb(74 105 115 / 0.2);
}

.border-s-limedSpruce-400\/25 {
  border-inline-start-color: rgb(74 105 115 / 0.25);
}

.border-s-limedSpruce-400\/30 {
  border-inline-start-color: rgb(74 105 115 / 0.3);
}

.border-s-limedSpruce-400\/35 {
  border-inline-start-color: rgb(74 105 115 / 0.35);
}

.border-s-limedSpruce-400\/40 {
  border-inline-start-color: rgb(74 105 115 / 0.4);
}

.border-s-limedSpruce-400\/45 {
  border-inline-start-color: rgb(74 105 115 / 0.45);
}

.border-s-limedSpruce-400\/5 {
  border-inline-start-color: rgb(74 105 115 / 0.05);
}

.border-s-limedSpruce-400\/50 {
  border-inline-start-color: rgb(74 105 115 / 0.5);
}

.border-s-limedSpruce-400\/55 {
  border-inline-start-color: rgb(74 105 115 / 0.55);
}

.border-s-limedSpruce-400\/60 {
  border-inline-start-color: rgb(74 105 115 / 0.6);
}

.border-s-limedSpruce-400\/65 {
  border-inline-start-color: rgb(74 105 115 / 0.65);
}

.border-s-limedSpruce-400\/70 {
  border-inline-start-color: rgb(74 105 115 / 0.7);
}

.border-s-limedSpruce-400\/75 {
  border-inline-start-color: rgb(74 105 115 / 0.75);
}

.border-s-limedSpruce-400\/80 {
  border-inline-start-color: rgb(74 105 115 / 0.8);
}

.border-s-limedSpruce-400\/85 {
  border-inline-start-color: rgb(74 105 115 / 0.85);
}

.border-s-limedSpruce-400\/90 {
  border-inline-start-color: rgb(74 105 115 / 0.9);
}

.border-s-limedSpruce-400\/95 {
  border-inline-start-color: rgb(74 105 115 / 0.95);
}

.border-s-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-50\/0 {
  border-inline-start-color: rgb(230 237 239 / 0);
}

.border-s-limedSpruce-50\/10 {
  border-inline-start-color: rgb(230 237 239 / 0.1);
}

.border-s-limedSpruce-50\/100 {
  border-inline-start-color: rgb(230 237 239 / 1);
}

.border-s-limedSpruce-50\/15 {
  border-inline-start-color: rgb(230 237 239 / 0.15);
}

.border-s-limedSpruce-50\/20 {
  border-inline-start-color: rgb(230 237 239 / 0.2);
}

.border-s-limedSpruce-50\/25 {
  border-inline-start-color: rgb(230 237 239 / 0.25);
}

.border-s-limedSpruce-50\/30 {
  border-inline-start-color: rgb(230 237 239 / 0.3);
}

.border-s-limedSpruce-50\/35 {
  border-inline-start-color: rgb(230 237 239 / 0.35);
}

.border-s-limedSpruce-50\/40 {
  border-inline-start-color: rgb(230 237 239 / 0.4);
}

.border-s-limedSpruce-50\/45 {
  border-inline-start-color: rgb(230 237 239 / 0.45);
}

.border-s-limedSpruce-50\/5 {
  border-inline-start-color: rgb(230 237 239 / 0.05);
}

.border-s-limedSpruce-50\/50 {
  border-inline-start-color: rgb(230 237 239 / 0.5);
}

.border-s-limedSpruce-50\/55 {
  border-inline-start-color: rgb(230 237 239 / 0.55);
}

.border-s-limedSpruce-50\/60 {
  border-inline-start-color: rgb(230 237 239 / 0.6);
}

.border-s-limedSpruce-50\/65 {
  border-inline-start-color: rgb(230 237 239 / 0.65);
}

.border-s-limedSpruce-50\/70 {
  border-inline-start-color: rgb(230 237 239 / 0.7);
}

.border-s-limedSpruce-50\/75 {
  border-inline-start-color: rgb(230 237 239 / 0.75);
}

.border-s-limedSpruce-50\/80 {
  border-inline-start-color: rgb(230 237 239 / 0.8);
}

.border-s-limedSpruce-50\/85 {
  border-inline-start-color: rgb(230 237 239 / 0.85);
}

.border-s-limedSpruce-50\/90 {
  border-inline-start-color: rgb(230 237 239 / 0.9);
}

.border-s-limedSpruce-50\/95 {
  border-inline-start-color: rgb(230 237 239 / 0.95);
}

.border-s-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-500\/0 {
  border-inline-start-color: rgb(43 61 67 / 0);
}

.border-s-limedSpruce-500\/10 {
  border-inline-start-color: rgb(43 61 67 / 0.1);
}

.border-s-limedSpruce-500\/100 {
  border-inline-start-color: rgb(43 61 67 / 1);
}

.border-s-limedSpruce-500\/15 {
  border-inline-start-color: rgb(43 61 67 / 0.15);
}

.border-s-limedSpruce-500\/20 {
  border-inline-start-color: rgb(43 61 67 / 0.2);
}

.border-s-limedSpruce-500\/25 {
  border-inline-start-color: rgb(43 61 67 / 0.25);
}

.border-s-limedSpruce-500\/30 {
  border-inline-start-color: rgb(43 61 67 / 0.3);
}

.border-s-limedSpruce-500\/35 {
  border-inline-start-color: rgb(43 61 67 / 0.35);
}

.border-s-limedSpruce-500\/40 {
  border-inline-start-color: rgb(43 61 67 / 0.4);
}

.border-s-limedSpruce-500\/45 {
  border-inline-start-color: rgb(43 61 67 / 0.45);
}

.border-s-limedSpruce-500\/5 {
  border-inline-start-color: rgb(43 61 67 / 0.05);
}

.border-s-limedSpruce-500\/50 {
  border-inline-start-color: rgb(43 61 67 / 0.5);
}

.border-s-limedSpruce-500\/55 {
  border-inline-start-color: rgb(43 61 67 / 0.55);
}

.border-s-limedSpruce-500\/60 {
  border-inline-start-color: rgb(43 61 67 / 0.6);
}

.border-s-limedSpruce-500\/65 {
  border-inline-start-color: rgb(43 61 67 / 0.65);
}

.border-s-limedSpruce-500\/70 {
  border-inline-start-color: rgb(43 61 67 / 0.7);
}

.border-s-limedSpruce-500\/75 {
  border-inline-start-color: rgb(43 61 67 / 0.75);
}

.border-s-limedSpruce-500\/80 {
  border-inline-start-color: rgb(43 61 67 / 0.8);
}

.border-s-limedSpruce-500\/85 {
  border-inline-start-color: rgb(43 61 67 / 0.85);
}

.border-s-limedSpruce-500\/90 {
  border-inline-start-color: rgb(43 61 67 / 0.9);
}

.border-s-limedSpruce-500\/95 {
  border-inline-start-color: rgb(43 61 67 / 0.95);
}

.border-s-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-600\/0 {
  border-inline-start-color: rgb(34 48 53 / 0);
}

.border-s-limedSpruce-600\/10 {
  border-inline-start-color: rgb(34 48 53 / 0.1);
}

.border-s-limedSpruce-600\/100 {
  border-inline-start-color: rgb(34 48 53 / 1);
}

.border-s-limedSpruce-600\/15 {
  border-inline-start-color: rgb(34 48 53 / 0.15);
}

.border-s-limedSpruce-600\/20 {
  border-inline-start-color: rgb(34 48 53 / 0.2);
}

.border-s-limedSpruce-600\/25 {
  border-inline-start-color: rgb(34 48 53 / 0.25);
}

.border-s-limedSpruce-600\/30 {
  border-inline-start-color: rgb(34 48 53 / 0.3);
}

.border-s-limedSpruce-600\/35 {
  border-inline-start-color: rgb(34 48 53 / 0.35);
}

.border-s-limedSpruce-600\/40 {
  border-inline-start-color: rgb(34 48 53 / 0.4);
}

.border-s-limedSpruce-600\/45 {
  border-inline-start-color: rgb(34 48 53 / 0.45);
}

.border-s-limedSpruce-600\/5 {
  border-inline-start-color: rgb(34 48 53 / 0.05);
}

.border-s-limedSpruce-600\/50 {
  border-inline-start-color: rgb(34 48 53 / 0.5);
}

.border-s-limedSpruce-600\/55 {
  border-inline-start-color: rgb(34 48 53 / 0.55);
}

.border-s-limedSpruce-600\/60 {
  border-inline-start-color: rgb(34 48 53 / 0.6);
}

.border-s-limedSpruce-600\/65 {
  border-inline-start-color: rgb(34 48 53 / 0.65);
}

.border-s-limedSpruce-600\/70 {
  border-inline-start-color: rgb(34 48 53 / 0.7);
}

.border-s-limedSpruce-600\/75 {
  border-inline-start-color: rgb(34 48 53 / 0.75);
}

.border-s-limedSpruce-600\/80 {
  border-inline-start-color: rgb(34 48 53 / 0.8);
}

.border-s-limedSpruce-600\/85 {
  border-inline-start-color: rgb(34 48 53 / 0.85);
}

.border-s-limedSpruce-600\/90 {
  border-inline-start-color: rgb(34 48 53 / 0.9);
}

.border-s-limedSpruce-600\/95 {
  border-inline-start-color: rgb(34 48 53 / 0.95);
}

.border-s-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-700\/0 {
  border-inline-start-color: rgb(26 37 40 / 0);
}

.border-s-limedSpruce-700\/10 {
  border-inline-start-color: rgb(26 37 40 / 0.1);
}

.border-s-limedSpruce-700\/100 {
  border-inline-start-color: rgb(26 37 40 / 1);
}

.border-s-limedSpruce-700\/15 {
  border-inline-start-color: rgb(26 37 40 / 0.15);
}

.border-s-limedSpruce-700\/20 {
  border-inline-start-color: rgb(26 37 40 / 0.2);
}

.border-s-limedSpruce-700\/25 {
  border-inline-start-color: rgb(26 37 40 / 0.25);
}

.border-s-limedSpruce-700\/30 {
  border-inline-start-color: rgb(26 37 40 / 0.3);
}

.border-s-limedSpruce-700\/35 {
  border-inline-start-color: rgb(26 37 40 / 0.35);
}

.border-s-limedSpruce-700\/40 {
  border-inline-start-color: rgb(26 37 40 / 0.4);
}

.border-s-limedSpruce-700\/45 {
  border-inline-start-color: rgb(26 37 40 / 0.45);
}

.border-s-limedSpruce-700\/5 {
  border-inline-start-color: rgb(26 37 40 / 0.05);
}

.border-s-limedSpruce-700\/50 {
  border-inline-start-color: rgb(26 37 40 / 0.5);
}

.border-s-limedSpruce-700\/55 {
  border-inline-start-color: rgb(26 37 40 / 0.55);
}

.border-s-limedSpruce-700\/60 {
  border-inline-start-color: rgb(26 37 40 / 0.6);
}

.border-s-limedSpruce-700\/65 {
  border-inline-start-color: rgb(26 37 40 / 0.65);
}

.border-s-limedSpruce-700\/70 {
  border-inline-start-color: rgb(26 37 40 / 0.7);
}

.border-s-limedSpruce-700\/75 {
  border-inline-start-color: rgb(26 37 40 / 0.75);
}

.border-s-limedSpruce-700\/80 {
  border-inline-start-color: rgb(26 37 40 / 0.8);
}

.border-s-limedSpruce-700\/85 {
  border-inline-start-color: rgb(26 37 40 / 0.85);
}

.border-s-limedSpruce-700\/90 {
  border-inline-start-color: rgb(26 37 40 / 0.9);
}

.border-s-limedSpruce-700\/95 {
  border-inline-start-color: rgb(26 37 40 / 0.95);
}

.border-s-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-800\/0 {
  border-inline-start-color: rgb(18 25 28 / 0);
}

.border-s-limedSpruce-800\/10 {
  border-inline-start-color: rgb(18 25 28 / 0.1);
}

.border-s-limedSpruce-800\/100 {
  border-inline-start-color: rgb(18 25 28 / 1);
}

.border-s-limedSpruce-800\/15 {
  border-inline-start-color: rgb(18 25 28 / 0.15);
}

.border-s-limedSpruce-800\/20 {
  border-inline-start-color: rgb(18 25 28 / 0.2);
}

.border-s-limedSpruce-800\/25 {
  border-inline-start-color: rgb(18 25 28 / 0.25);
}

.border-s-limedSpruce-800\/30 {
  border-inline-start-color: rgb(18 25 28 / 0.3);
}

.border-s-limedSpruce-800\/35 {
  border-inline-start-color: rgb(18 25 28 / 0.35);
}

.border-s-limedSpruce-800\/40 {
  border-inline-start-color: rgb(18 25 28 / 0.4);
}

.border-s-limedSpruce-800\/45 {
  border-inline-start-color: rgb(18 25 28 / 0.45);
}

.border-s-limedSpruce-800\/5 {
  border-inline-start-color: rgb(18 25 28 / 0.05);
}

.border-s-limedSpruce-800\/50 {
  border-inline-start-color: rgb(18 25 28 / 0.5);
}

.border-s-limedSpruce-800\/55 {
  border-inline-start-color: rgb(18 25 28 / 0.55);
}

.border-s-limedSpruce-800\/60 {
  border-inline-start-color: rgb(18 25 28 / 0.6);
}

.border-s-limedSpruce-800\/65 {
  border-inline-start-color: rgb(18 25 28 / 0.65);
}

.border-s-limedSpruce-800\/70 {
  border-inline-start-color: rgb(18 25 28 / 0.7);
}

.border-s-limedSpruce-800\/75 {
  border-inline-start-color: rgb(18 25 28 / 0.75);
}

.border-s-limedSpruce-800\/80 {
  border-inline-start-color: rgb(18 25 28 / 0.8);
}

.border-s-limedSpruce-800\/85 {
  border-inline-start-color: rgb(18 25 28 / 0.85);
}

.border-s-limedSpruce-800\/90 {
  border-inline-start-color: rgb(18 25 28 / 0.9);
}

.border-s-limedSpruce-800\/95 {
  border-inline-start-color: rgb(18 25 28 / 0.95);
}

.border-s-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-900\/0 {
  border-inline-start-color: rgb(8 11 12 / 0);
}

.border-s-limedSpruce-900\/10 {
  border-inline-start-color: rgb(8 11 12 / 0.1);
}

.border-s-limedSpruce-900\/100 {
  border-inline-start-color: rgb(8 11 12 / 1);
}

.border-s-limedSpruce-900\/15 {
  border-inline-start-color: rgb(8 11 12 / 0.15);
}

.border-s-limedSpruce-900\/20 {
  border-inline-start-color: rgb(8 11 12 / 0.2);
}

.border-s-limedSpruce-900\/25 {
  border-inline-start-color: rgb(8 11 12 / 0.25);
}

.border-s-limedSpruce-900\/30 {
  border-inline-start-color: rgb(8 11 12 / 0.3);
}

.border-s-limedSpruce-900\/35 {
  border-inline-start-color: rgb(8 11 12 / 0.35);
}

.border-s-limedSpruce-900\/40 {
  border-inline-start-color: rgb(8 11 12 / 0.4);
}

.border-s-limedSpruce-900\/45 {
  border-inline-start-color: rgb(8 11 12 / 0.45);
}

.border-s-limedSpruce-900\/5 {
  border-inline-start-color: rgb(8 11 12 / 0.05);
}

.border-s-limedSpruce-900\/50 {
  border-inline-start-color: rgb(8 11 12 / 0.5);
}

.border-s-limedSpruce-900\/55 {
  border-inline-start-color: rgb(8 11 12 / 0.55);
}

.border-s-limedSpruce-900\/60 {
  border-inline-start-color: rgb(8 11 12 / 0.6);
}

.border-s-limedSpruce-900\/65 {
  border-inline-start-color: rgb(8 11 12 / 0.65);
}

.border-s-limedSpruce-900\/70 {
  border-inline-start-color: rgb(8 11 12 / 0.7);
}

.border-s-limedSpruce-900\/75 {
  border-inline-start-color: rgb(8 11 12 / 0.75);
}

.border-s-limedSpruce-900\/80 {
  border-inline-start-color: rgb(8 11 12 / 0.8);
}

.border-s-limedSpruce-900\/85 {
  border-inline-start-color: rgb(8 11 12 / 0.85);
}

.border-s-limedSpruce-900\/90 {
  border-inline-start-color: rgb(8 11 12 / 0.9);
}

.border-s-limedSpruce-900\/95 {
  border-inline-start-color: rgb(8 11 12 / 0.95);
}

.border-s-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-s-limedSpruce-950\/0 {
  border-inline-start-color: rgb(4 6 6 / 0);
}

.border-s-limedSpruce-950\/10 {
  border-inline-start-color: rgb(4 6 6 / 0.1);
}

.border-s-limedSpruce-950\/100 {
  border-inline-start-color: rgb(4 6 6 / 1);
}

.border-s-limedSpruce-950\/15 {
  border-inline-start-color: rgb(4 6 6 / 0.15);
}

.border-s-limedSpruce-950\/20 {
  border-inline-start-color: rgb(4 6 6 / 0.2);
}

.border-s-limedSpruce-950\/25 {
  border-inline-start-color: rgb(4 6 6 / 0.25);
}

.border-s-limedSpruce-950\/30 {
  border-inline-start-color: rgb(4 6 6 / 0.3);
}

.border-s-limedSpruce-950\/35 {
  border-inline-start-color: rgb(4 6 6 / 0.35);
}

.border-s-limedSpruce-950\/40 {
  border-inline-start-color: rgb(4 6 6 / 0.4);
}

.border-s-limedSpruce-950\/45 {
  border-inline-start-color: rgb(4 6 6 / 0.45);
}

.border-s-limedSpruce-950\/5 {
  border-inline-start-color: rgb(4 6 6 / 0.05);
}

.border-s-limedSpruce-950\/50 {
  border-inline-start-color: rgb(4 6 6 / 0.5);
}

.border-s-limedSpruce-950\/55 {
  border-inline-start-color: rgb(4 6 6 / 0.55);
}

.border-s-limedSpruce-950\/60 {
  border-inline-start-color: rgb(4 6 6 / 0.6);
}

.border-s-limedSpruce-950\/65 {
  border-inline-start-color: rgb(4 6 6 / 0.65);
}

.border-s-limedSpruce-950\/70 {
  border-inline-start-color: rgb(4 6 6 / 0.7);
}

.border-s-limedSpruce-950\/75 {
  border-inline-start-color: rgb(4 6 6 / 0.75);
}

.border-s-limedSpruce-950\/80 {
  border-inline-start-color: rgb(4 6 6 / 0.8);
}

.border-s-limedSpruce-950\/85 {
  border-inline-start-color: rgb(4 6 6 / 0.85);
}

.border-s-limedSpruce-950\/90 {
  border-inline-start-color: rgb(4 6 6 / 0.9);
}

.border-s-limedSpruce-950\/95 {
  border-inline-start-color: rgb(4 6 6 / 0.95);
}

.border-s-merino-100 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-s-merino-100\/0 {
  border-inline-start-color: rgb(254 253 251 / 0);
}

.border-s-merino-100\/10 {
  border-inline-start-color: rgb(254 253 251 / 0.1);
}

.border-s-merino-100\/100 {
  border-inline-start-color: rgb(254 253 251 / 1);
}

.border-s-merino-100\/15 {
  border-inline-start-color: rgb(254 253 251 / 0.15);
}

.border-s-merino-100\/20 {
  border-inline-start-color: rgb(254 253 251 / 0.2);
}

.border-s-merino-100\/25 {
  border-inline-start-color: rgb(254 253 251 / 0.25);
}

.border-s-merino-100\/30 {
  border-inline-start-color: rgb(254 253 251 / 0.3);
}

.border-s-merino-100\/35 {
  border-inline-start-color: rgb(254 253 251 / 0.35);
}

.border-s-merino-100\/40 {
  border-inline-start-color: rgb(254 253 251 / 0.4);
}

.border-s-merino-100\/45 {
  border-inline-start-color: rgb(254 253 251 / 0.45);
}

.border-s-merino-100\/5 {
  border-inline-start-color: rgb(254 253 251 / 0.05);
}

.border-s-merino-100\/50 {
  border-inline-start-color: rgb(254 253 251 / 0.5);
}

.border-s-merino-100\/55 {
  border-inline-start-color: rgb(254 253 251 / 0.55);
}

.border-s-merino-100\/60 {
  border-inline-start-color: rgb(254 253 251 / 0.6);
}

.border-s-merino-100\/65 {
  border-inline-start-color: rgb(254 253 251 / 0.65);
}

.border-s-merino-100\/70 {
  border-inline-start-color: rgb(254 253 251 / 0.7);
}

.border-s-merino-100\/75 {
  border-inline-start-color: rgb(254 253 251 / 0.75);
}

.border-s-merino-100\/80 {
  border-inline-start-color: rgb(254 253 251 / 0.8);
}

.border-s-merino-100\/85 {
  border-inline-start-color: rgb(254 253 251 / 0.85);
}

.border-s-merino-100\/90 {
  border-inline-start-color: rgb(254 253 251 / 0.9);
}

.border-s-merino-100\/95 {
  border-inline-start-color: rgb(254 253 251 / 0.95);
}

.border-s-merino-200 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-s-merino-200\/0 {
  border-inline-start-color: rgb(252 251 248 / 0);
}

.border-s-merino-200\/10 {
  border-inline-start-color: rgb(252 251 248 / 0.1);
}

.border-s-merino-200\/100 {
  border-inline-start-color: rgb(252 251 248 / 1);
}

.border-s-merino-200\/15 {
  border-inline-start-color: rgb(252 251 248 / 0.15);
}

.border-s-merino-200\/20 {
  border-inline-start-color: rgb(252 251 248 / 0.2);
}

.border-s-merino-200\/25 {
  border-inline-start-color: rgb(252 251 248 / 0.25);
}

.border-s-merino-200\/30 {
  border-inline-start-color: rgb(252 251 248 / 0.3);
}

.border-s-merino-200\/35 {
  border-inline-start-color: rgb(252 251 248 / 0.35);
}

.border-s-merino-200\/40 {
  border-inline-start-color: rgb(252 251 248 / 0.4);
}

.border-s-merino-200\/45 {
  border-inline-start-color: rgb(252 251 248 / 0.45);
}

.border-s-merino-200\/5 {
  border-inline-start-color: rgb(252 251 248 / 0.05);
}

.border-s-merino-200\/50 {
  border-inline-start-color: rgb(252 251 248 / 0.5);
}

.border-s-merino-200\/55 {
  border-inline-start-color: rgb(252 251 248 / 0.55);
}

.border-s-merino-200\/60 {
  border-inline-start-color: rgb(252 251 248 / 0.6);
}

.border-s-merino-200\/65 {
  border-inline-start-color: rgb(252 251 248 / 0.65);
}

.border-s-merino-200\/70 {
  border-inline-start-color: rgb(252 251 248 / 0.7);
}

.border-s-merino-200\/75 {
  border-inline-start-color: rgb(252 251 248 / 0.75);
}

.border-s-merino-200\/80 {
  border-inline-start-color: rgb(252 251 248 / 0.8);
}

.border-s-merino-200\/85 {
  border-inline-start-color: rgb(252 251 248 / 0.85);
}

.border-s-merino-200\/90 {
  border-inline-start-color: rgb(252 251 248 / 0.9);
}

.border-s-merino-200\/95 {
  border-inline-start-color: rgb(252 251 248 / 0.95);
}

.border-s-merino-300 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-s-merino-300\/0 {
  border-inline-start-color: rgb(250 247 240 / 0);
}

.border-s-merino-300\/10 {
  border-inline-start-color: rgb(250 247 240 / 0.1);
}

.border-s-merino-300\/100 {
  border-inline-start-color: rgb(250 247 240 / 1);
}

.border-s-merino-300\/15 {
  border-inline-start-color: rgb(250 247 240 / 0.15);
}

.border-s-merino-300\/20 {
  border-inline-start-color: rgb(250 247 240 / 0.2);
}

.border-s-merino-300\/25 {
  border-inline-start-color: rgb(250 247 240 / 0.25);
}

.border-s-merino-300\/30 {
  border-inline-start-color: rgb(250 247 240 / 0.3);
}

.border-s-merino-300\/35 {
  border-inline-start-color: rgb(250 247 240 / 0.35);
}

.border-s-merino-300\/40 {
  border-inline-start-color: rgb(250 247 240 / 0.4);
}

.border-s-merino-300\/45 {
  border-inline-start-color: rgb(250 247 240 / 0.45);
}

.border-s-merino-300\/5 {
  border-inline-start-color: rgb(250 247 240 / 0.05);
}

.border-s-merino-300\/50 {
  border-inline-start-color: rgb(250 247 240 / 0.5);
}

.border-s-merino-300\/55 {
  border-inline-start-color: rgb(250 247 240 / 0.55);
}

.border-s-merino-300\/60 {
  border-inline-start-color: rgb(250 247 240 / 0.6);
}

.border-s-merino-300\/65 {
  border-inline-start-color: rgb(250 247 240 / 0.65);
}

.border-s-merino-300\/70 {
  border-inline-start-color: rgb(250 247 240 / 0.7);
}

.border-s-merino-300\/75 {
  border-inline-start-color: rgb(250 247 240 / 0.75);
}

.border-s-merino-300\/80 {
  border-inline-start-color: rgb(250 247 240 / 0.8);
}

.border-s-merino-300\/85 {
  border-inline-start-color: rgb(250 247 240 / 0.85);
}

.border-s-merino-300\/90 {
  border-inline-start-color: rgb(250 247 240 / 0.9);
}

.border-s-merino-300\/95 {
  border-inline-start-color: rgb(250 247 240 / 0.95);
}

.border-s-merino-400 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-s-merino-400\/0 {
  border-inline-start-color: rgb(248 245 236 / 0);
}

.border-s-merino-400\/10 {
  border-inline-start-color: rgb(248 245 236 / 0.1);
}

.border-s-merino-400\/100 {
  border-inline-start-color: rgb(248 245 236 / 1);
}

.border-s-merino-400\/15 {
  border-inline-start-color: rgb(248 245 236 / 0.15);
}

.border-s-merino-400\/20 {
  border-inline-start-color: rgb(248 245 236 / 0.2);
}

.border-s-merino-400\/25 {
  border-inline-start-color: rgb(248 245 236 / 0.25);
}

.border-s-merino-400\/30 {
  border-inline-start-color: rgb(248 245 236 / 0.3);
}

.border-s-merino-400\/35 {
  border-inline-start-color: rgb(248 245 236 / 0.35);
}

.border-s-merino-400\/40 {
  border-inline-start-color: rgb(248 245 236 / 0.4);
}

.border-s-merino-400\/45 {
  border-inline-start-color: rgb(248 245 236 / 0.45);
}

.border-s-merino-400\/5 {
  border-inline-start-color: rgb(248 245 236 / 0.05);
}

.border-s-merino-400\/50 {
  border-inline-start-color: rgb(248 245 236 / 0.5);
}

.border-s-merino-400\/55 {
  border-inline-start-color: rgb(248 245 236 / 0.55);
}

.border-s-merino-400\/60 {
  border-inline-start-color: rgb(248 245 236 / 0.6);
}

.border-s-merino-400\/65 {
  border-inline-start-color: rgb(248 245 236 / 0.65);
}

.border-s-merino-400\/70 {
  border-inline-start-color: rgb(248 245 236 / 0.7);
}

.border-s-merino-400\/75 {
  border-inline-start-color: rgb(248 245 236 / 0.75);
}

.border-s-merino-400\/80 {
  border-inline-start-color: rgb(248 245 236 / 0.8);
}

.border-s-merino-400\/85 {
  border-inline-start-color: rgb(248 245 236 / 0.85);
}

.border-s-merino-400\/90 {
  border-inline-start-color: rgb(248 245 236 / 0.9);
}

.border-s-merino-400\/95 {
  border-inline-start-color: rgb(248 245 236 / 0.95);
}

.border-s-merino-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-s-merino-50\/0 {
  border-inline-start-color: rgb(254 253 251 / 0);
}

.border-s-merino-50\/10 {
  border-inline-start-color: rgb(254 253 251 / 0.1);
}

.border-s-merino-50\/100 {
  border-inline-start-color: rgb(254 253 251 / 1);
}

.border-s-merino-50\/15 {
  border-inline-start-color: rgb(254 253 251 / 0.15);
}

.border-s-merino-50\/20 {
  border-inline-start-color: rgb(254 253 251 / 0.2);
}

.border-s-merino-50\/25 {
  border-inline-start-color: rgb(254 253 251 / 0.25);
}

.border-s-merino-50\/30 {
  border-inline-start-color: rgb(254 253 251 / 0.3);
}

.border-s-merino-50\/35 {
  border-inline-start-color: rgb(254 253 251 / 0.35);
}

.border-s-merino-50\/40 {
  border-inline-start-color: rgb(254 253 251 / 0.4);
}

.border-s-merino-50\/45 {
  border-inline-start-color: rgb(254 253 251 / 0.45);
}

.border-s-merino-50\/5 {
  border-inline-start-color: rgb(254 253 251 / 0.05);
}

.border-s-merino-50\/50 {
  border-inline-start-color: rgb(254 253 251 / 0.5);
}

.border-s-merino-50\/55 {
  border-inline-start-color: rgb(254 253 251 / 0.55);
}

.border-s-merino-50\/60 {
  border-inline-start-color: rgb(254 253 251 / 0.6);
}

.border-s-merino-50\/65 {
  border-inline-start-color: rgb(254 253 251 / 0.65);
}

.border-s-merino-50\/70 {
  border-inline-start-color: rgb(254 253 251 / 0.7);
}

.border-s-merino-50\/75 {
  border-inline-start-color: rgb(254 253 251 / 0.75);
}

.border-s-merino-50\/80 {
  border-inline-start-color: rgb(254 253 251 / 0.8);
}

.border-s-merino-50\/85 {
  border-inline-start-color: rgb(254 253 251 / 0.85);
}

.border-s-merino-50\/90 {
  border-inline-start-color: rgb(254 253 251 / 0.9);
}

.border-s-merino-50\/95 {
  border-inline-start-color: rgb(254 253 251 / 0.95);
}

.border-s-merino-500 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-s-merino-500\/0 {
  border-inline-start-color: rgb(247 243 233 / 0);
}

.border-s-merino-500\/10 {
  border-inline-start-color: rgb(247 243 233 / 0.1);
}

.border-s-merino-500\/100 {
  border-inline-start-color: rgb(247 243 233 / 1);
}

.border-s-merino-500\/15 {
  border-inline-start-color: rgb(247 243 233 / 0.15);
}

.border-s-merino-500\/20 {
  border-inline-start-color: rgb(247 243 233 / 0.2);
}

.border-s-merino-500\/25 {
  border-inline-start-color: rgb(247 243 233 / 0.25);
}

.border-s-merino-500\/30 {
  border-inline-start-color: rgb(247 243 233 / 0.3);
}

.border-s-merino-500\/35 {
  border-inline-start-color: rgb(247 243 233 / 0.35);
}

.border-s-merino-500\/40 {
  border-inline-start-color: rgb(247 243 233 / 0.4);
}

.border-s-merino-500\/45 {
  border-inline-start-color: rgb(247 243 233 / 0.45);
}

.border-s-merino-500\/5 {
  border-inline-start-color: rgb(247 243 233 / 0.05);
}

.border-s-merino-500\/50 {
  border-inline-start-color: rgb(247 243 233 / 0.5);
}

.border-s-merino-500\/55 {
  border-inline-start-color: rgb(247 243 233 / 0.55);
}

.border-s-merino-500\/60 {
  border-inline-start-color: rgb(247 243 233 / 0.6);
}

.border-s-merino-500\/65 {
  border-inline-start-color: rgb(247 243 233 / 0.65);
}

.border-s-merino-500\/70 {
  border-inline-start-color: rgb(247 243 233 / 0.7);
}

.border-s-merino-500\/75 {
  border-inline-start-color: rgb(247 243 233 / 0.75);
}

.border-s-merino-500\/80 {
  border-inline-start-color: rgb(247 243 233 / 0.8);
}

.border-s-merino-500\/85 {
  border-inline-start-color: rgb(247 243 233 / 0.85);
}

.border-s-merino-500\/90 {
  border-inline-start-color: rgb(247 243 233 / 0.9);
}

.border-s-merino-500\/95 {
  border-inline-start-color: rgb(247 243 233 / 0.95);
}

.border-s-merino-600 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-s-merino-600\/0 {
  border-inline-start-color: rgb(221 204 161 / 0);
}

.border-s-merino-600\/10 {
  border-inline-start-color: rgb(221 204 161 / 0.1);
}

.border-s-merino-600\/100 {
  border-inline-start-color: rgb(221 204 161 / 1);
}

.border-s-merino-600\/15 {
  border-inline-start-color: rgb(221 204 161 / 0.15);
}

.border-s-merino-600\/20 {
  border-inline-start-color: rgb(221 204 161 / 0.2);
}

.border-s-merino-600\/25 {
  border-inline-start-color: rgb(221 204 161 / 0.25);
}

.border-s-merino-600\/30 {
  border-inline-start-color: rgb(221 204 161 / 0.3);
}

.border-s-merino-600\/35 {
  border-inline-start-color: rgb(221 204 161 / 0.35);
}

.border-s-merino-600\/40 {
  border-inline-start-color: rgb(221 204 161 / 0.4);
}

.border-s-merino-600\/45 {
  border-inline-start-color: rgb(221 204 161 / 0.45);
}

.border-s-merino-600\/5 {
  border-inline-start-color: rgb(221 204 161 / 0.05);
}

.border-s-merino-600\/50 {
  border-inline-start-color: rgb(221 204 161 / 0.5);
}

.border-s-merino-600\/55 {
  border-inline-start-color: rgb(221 204 161 / 0.55);
}

.border-s-merino-600\/60 {
  border-inline-start-color: rgb(221 204 161 / 0.6);
}

.border-s-merino-600\/65 {
  border-inline-start-color: rgb(221 204 161 / 0.65);
}

.border-s-merino-600\/70 {
  border-inline-start-color: rgb(221 204 161 / 0.7);
}

.border-s-merino-600\/75 {
  border-inline-start-color: rgb(221 204 161 / 0.75);
}

.border-s-merino-600\/80 {
  border-inline-start-color: rgb(221 204 161 / 0.8);
}

.border-s-merino-600\/85 {
  border-inline-start-color: rgb(221 204 161 / 0.85);
}

.border-s-merino-600\/90 {
  border-inline-start-color: rgb(221 204 161 / 0.9);
}

.border-s-merino-600\/95 {
  border-inline-start-color: rgb(221 204 161 / 0.95);
}

.border-s-merino-700 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-s-merino-700\/0 {
  border-inline-start-color: rgb(195 166 90 / 0);
}

.border-s-merino-700\/10 {
  border-inline-start-color: rgb(195 166 90 / 0.1);
}

.border-s-merino-700\/100 {
  border-inline-start-color: rgb(195 166 90 / 1);
}

.border-s-merino-700\/15 {
  border-inline-start-color: rgb(195 166 90 / 0.15);
}

.border-s-merino-700\/20 {
  border-inline-start-color: rgb(195 166 90 / 0.2);
}

.border-s-merino-700\/25 {
  border-inline-start-color: rgb(195 166 90 / 0.25);
}

.border-s-merino-700\/30 {
  border-inline-start-color: rgb(195 166 90 / 0.3);
}

.border-s-merino-700\/35 {
  border-inline-start-color: rgb(195 166 90 / 0.35);
}

.border-s-merino-700\/40 {
  border-inline-start-color: rgb(195 166 90 / 0.4);
}

.border-s-merino-700\/45 {
  border-inline-start-color: rgb(195 166 90 / 0.45);
}

.border-s-merino-700\/5 {
  border-inline-start-color: rgb(195 166 90 / 0.05);
}

.border-s-merino-700\/50 {
  border-inline-start-color: rgb(195 166 90 / 0.5);
}

.border-s-merino-700\/55 {
  border-inline-start-color: rgb(195 166 90 / 0.55);
}

.border-s-merino-700\/60 {
  border-inline-start-color: rgb(195 166 90 / 0.6);
}

.border-s-merino-700\/65 {
  border-inline-start-color: rgb(195 166 90 / 0.65);
}

.border-s-merino-700\/70 {
  border-inline-start-color: rgb(195 166 90 / 0.7);
}

.border-s-merino-700\/75 {
  border-inline-start-color: rgb(195 166 90 / 0.75);
}

.border-s-merino-700\/80 {
  border-inline-start-color: rgb(195 166 90 / 0.8);
}

.border-s-merino-700\/85 {
  border-inline-start-color: rgb(195 166 90 / 0.85);
}

.border-s-merino-700\/90 {
  border-inline-start-color: rgb(195 166 90 / 0.9);
}

.border-s-merino-700\/95 {
  border-inline-start-color: rgb(195 166 90 / 0.95);
}

.border-s-merino-800 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-s-merino-800\/0 {
  border-inline-start-color: rgb(142 117 52 / 0);
}

.border-s-merino-800\/10 {
  border-inline-start-color: rgb(142 117 52 / 0.1);
}

.border-s-merino-800\/100 {
  border-inline-start-color: rgb(142 117 52 / 1);
}

.border-s-merino-800\/15 {
  border-inline-start-color: rgb(142 117 52 / 0.15);
}

.border-s-merino-800\/20 {
  border-inline-start-color: rgb(142 117 52 / 0.2);
}

.border-s-merino-800\/25 {
  border-inline-start-color: rgb(142 117 52 / 0.25);
}

.border-s-merino-800\/30 {
  border-inline-start-color: rgb(142 117 52 / 0.3);
}

.border-s-merino-800\/35 {
  border-inline-start-color: rgb(142 117 52 / 0.35);
}

.border-s-merino-800\/40 {
  border-inline-start-color: rgb(142 117 52 / 0.4);
}

.border-s-merino-800\/45 {
  border-inline-start-color: rgb(142 117 52 / 0.45);
}

.border-s-merino-800\/5 {
  border-inline-start-color: rgb(142 117 52 / 0.05);
}

.border-s-merino-800\/50 {
  border-inline-start-color: rgb(142 117 52 / 0.5);
}

.border-s-merino-800\/55 {
  border-inline-start-color: rgb(142 117 52 / 0.55);
}

.border-s-merino-800\/60 {
  border-inline-start-color: rgb(142 117 52 / 0.6);
}

.border-s-merino-800\/65 {
  border-inline-start-color: rgb(142 117 52 / 0.65);
}

.border-s-merino-800\/70 {
  border-inline-start-color: rgb(142 117 52 / 0.7);
}

.border-s-merino-800\/75 {
  border-inline-start-color: rgb(142 117 52 / 0.75);
}

.border-s-merino-800\/80 {
  border-inline-start-color: rgb(142 117 52 / 0.8);
}

.border-s-merino-800\/85 {
  border-inline-start-color: rgb(142 117 52 / 0.85);
}

.border-s-merino-800\/90 {
  border-inline-start-color: rgb(142 117 52 / 0.9);
}

.border-s-merino-800\/95 {
  border-inline-start-color: rgb(142 117 52 / 0.95);
}

.border-s-merino-900 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-s-merino-900\/0 {
  border-inline-start-color: rgb(71 58 26 / 0);
}

.border-s-merino-900\/10 {
  border-inline-start-color: rgb(71 58 26 / 0.1);
}

.border-s-merino-900\/100 {
  border-inline-start-color: rgb(71 58 26 / 1);
}

.border-s-merino-900\/15 {
  border-inline-start-color: rgb(71 58 26 / 0.15);
}

.border-s-merino-900\/20 {
  border-inline-start-color: rgb(71 58 26 / 0.2);
}

.border-s-merino-900\/25 {
  border-inline-start-color: rgb(71 58 26 / 0.25);
}

.border-s-merino-900\/30 {
  border-inline-start-color: rgb(71 58 26 / 0.3);
}

.border-s-merino-900\/35 {
  border-inline-start-color: rgb(71 58 26 / 0.35);
}

.border-s-merino-900\/40 {
  border-inline-start-color: rgb(71 58 26 / 0.4);
}

.border-s-merino-900\/45 {
  border-inline-start-color: rgb(71 58 26 / 0.45);
}

.border-s-merino-900\/5 {
  border-inline-start-color: rgb(71 58 26 / 0.05);
}

.border-s-merino-900\/50 {
  border-inline-start-color: rgb(71 58 26 / 0.5);
}

.border-s-merino-900\/55 {
  border-inline-start-color: rgb(71 58 26 / 0.55);
}

.border-s-merino-900\/60 {
  border-inline-start-color: rgb(71 58 26 / 0.6);
}

.border-s-merino-900\/65 {
  border-inline-start-color: rgb(71 58 26 / 0.65);
}

.border-s-merino-900\/70 {
  border-inline-start-color: rgb(71 58 26 / 0.7);
}

.border-s-merino-900\/75 {
  border-inline-start-color: rgb(71 58 26 / 0.75);
}

.border-s-merino-900\/80 {
  border-inline-start-color: rgb(71 58 26 / 0.8);
}

.border-s-merino-900\/85 {
  border-inline-start-color: rgb(71 58 26 / 0.85);
}

.border-s-merino-900\/90 {
  border-inline-start-color: rgb(71 58 26 / 0.9);
}

.border-s-merino-900\/95 {
  border-inline-start-color: rgb(71 58 26 / 0.95);
}

.border-s-merino-950 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-s-merino-950\/0 {
  border-inline-start-color: rgb(34 28 12 / 0);
}

.border-s-merino-950\/10 {
  border-inline-start-color: rgb(34 28 12 / 0.1);
}

.border-s-merino-950\/100 {
  border-inline-start-color: rgb(34 28 12 / 1);
}

.border-s-merino-950\/15 {
  border-inline-start-color: rgb(34 28 12 / 0.15);
}

.border-s-merino-950\/20 {
  border-inline-start-color: rgb(34 28 12 / 0.2);
}

.border-s-merino-950\/25 {
  border-inline-start-color: rgb(34 28 12 / 0.25);
}

.border-s-merino-950\/30 {
  border-inline-start-color: rgb(34 28 12 / 0.3);
}

.border-s-merino-950\/35 {
  border-inline-start-color: rgb(34 28 12 / 0.35);
}

.border-s-merino-950\/40 {
  border-inline-start-color: rgb(34 28 12 / 0.4);
}

.border-s-merino-950\/45 {
  border-inline-start-color: rgb(34 28 12 / 0.45);
}

.border-s-merino-950\/5 {
  border-inline-start-color: rgb(34 28 12 / 0.05);
}

.border-s-merino-950\/50 {
  border-inline-start-color: rgb(34 28 12 / 0.5);
}

.border-s-merino-950\/55 {
  border-inline-start-color: rgb(34 28 12 / 0.55);
}

.border-s-merino-950\/60 {
  border-inline-start-color: rgb(34 28 12 / 0.6);
}

.border-s-merino-950\/65 {
  border-inline-start-color: rgb(34 28 12 / 0.65);
}

.border-s-merino-950\/70 {
  border-inline-start-color: rgb(34 28 12 / 0.7);
}

.border-s-merino-950\/75 {
  border-inline-start-color: rgb(34 28 12 / 0.75);
}

.border-s-merino-950\/80 {
  border-inline-start-color: rgb(34 28 12 / 0.8);
}

.border-s-merino-950\/85 {
  border-inline-start-color: rgb(34 28 12 / 0.85);
}

.border-s-merino-950\/90 {
  border-inline-start-color: rgb(34 28 12 / 0.9);
}

.border-s-merino-950\/95 {
  border-inline-start-color: rgb(34 28 12 / 0.95);
}

.border-s-midgrey {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-s-midgrey\/0 {
  border-inline-start-color: rgb(117 119 124 / 0);
}

.border-s-midgrey\/10 {
  border-inline-start-color: rgb(117 119 124 / 0.1);
}

.border-s-midgrey\/100 {
  border-inline-start-color: rgb(117 119 124 / 1);
}

.border-s-midgrey\/15 {
  border-inline-start-color: rgb(117 119 124 / 0.15);
}

.border-s-midgrey\/20 {
  border-inline-start-color: rgb(117 119 124 / 0.2);
}

.border-s-midgrey\/25 {
  border-inline-start-color: rgb(117 119 124 / 0.25);
}

.border-s-midgrey\/30 {
  border-inline-start-color: rgb(117 119 124 / 0.3);
}

.border-s-midgrey\/35 {
  border-inline-start-color: rgb(117 119 124 / 0.35);
}

.border-s-midgrey\/40 {
  border-inline-start-color: rgb(117 119 124 / 0.4);
}

.border-s-midgrey\/45 {
  border-inline-start-color: rgb(117 119 124 / 0.45);
}

.border-s-midgrey\/5 {
  border-inline-start-color: rgb(117 119 124 / 0.05);
}

.border-s-midgrey\/50 {
  border-inline-start-color: rgb(117 119 124 / 0.5);
}

.border-s-midgrey\/55 {
  border-inline-start-color: rgb(117 119 124 / 0.55);
}

.border-s-midgrey\/60 {
  border-inline-start-color: rgb(117 119 124 / 0.6);
}

.border-s-midgrey\/65 {
  border-inline-start-color: rgb(117 119 124 / 0.65);
}

.border-s-midgrey\/70 {
  border-inline-start-color: rgb(117 119 124 / 0.7);
}

.border-s-midgrey\/75 {
  border-inline-start-color: rgb(117 119 124 / 0.75);
}

.border-s-midgrey\/80 {
  border-inline-start-color: rgb(117 119 124 / 0.8);
}

.border-s-midgrey\/85 {
  border-inline-start-color: rgb(117 119 124 / 0.85);
}

.border-s-midgrey\/90 {
  border-inline-start-color: rgb(117 119 124 / 0.9);
}

.border-s-midgrey\/95 {
  border-inline-start-color: rgb(117 119 124 / 0.95);
}

.border-s-offWhite {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-s-offWhite\/0 {
  border-inline-start-color: rgb(217 217 217 / 0);
}

.border-s-offWhite\/10 {
  border-inline-start-color: rgb(217 217 217 / 0.1);
}

.border-s-offWhite\/100 {
  border-inline-start-color: rgb(217 217 217 / 1);
}

.border-s-offWhite\/15 {
  border-inline-start-color: rgb(217 217 217 / 0.15);
}

.border-s-offWhite\/20 {
  border-inline-start-color: rgb(217 217 217 / 0.2);
}

.border-s-offWhite\/25 {
  border-inline-start-color: rgb(217 217 217 / 0.25);
}

.border-s-offWhite\/30 {
  border-inline-start-color: rgb(217 217 217 / 0.3);
}

.border-s-offWhite\/35 {
  border-inline-start-color: rgb(217 217 217 / 0.35);
}

.border-s-offWhite\/40 {
  border-inline-start-color: rgb(217 217 217 / 0.4);
}

.border-s-offWhite\/45 {
  border-inline-start-color: rgb(217 217 217 / 0.45);
}

.border-s-offWhite\/5 {
  border-inline-start-color: rgb(217 217 217 / 0.05);
}

.border-s-offWhite\/50 {
  border-inline-start-color: rgb(217 217 217 / 0.5);
}

.border-s-offWhite\/55 {
  border-inline-start-color: rgb(217 217 217 / 0.55);
}

.border-s-offWhite\/60 {
  border-inline-start-color: rgb(217 217 217 / 0.6);
}

.border-s-offWhite\/65 {
  border-inline-start-color: rgb(217 217 217 / 0.65);
}

.border-s-offWhite\/70 {
  border-inline-start-color: rgb(217 217 217 / 0.7);
}

.border-s-offWhite\/75 {
  border-inline-start-color: rgb(217 217 217 / 0.75);
}

.border-s-offWhite\/80 {
  border-inline-start-color: rgb(217 217 217 / 0.8);
}

.border-s-offWhite\/85 {
  border-inline-start-color: rgb(217 217 217 / 0.85);
}

.border-s-offWhite\/90 {
  border-inline-start-color: rgb(217 217 217 / 0.9);
}

.border-s-offWhite\/95 {
  border-inline-start-color: rgb(217 217 217 / 0.95);
}

.border-s-white {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-s-white\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}

.border-s-white\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}

.border-s-white\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}

.border-s-white\/15 {
  border-inline-start-color: rgb(255 255 255 / 0.15);
}

.border-s-white\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}

.border-s-white\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}

.border-s-white\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}

.border-s-white\/35 {
  border-inline-start-color: rgb(255 255 255 / 0.35);
}

.border-s-white\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}

.border-s-white\/45 {
  border-inline-start-color: rgb(255 255 255 / 0.45);
}

.border-s-white\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}

.border-s-white\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}

.border-s-white\/55 {
  border-inline-start-color: rgb(255 255 255 / 0.55);
}

.border-s-white\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}

.border-s-white\/65 {
  border-inline-start-color: rgb(255 255 255 / 0.65);
}

.border-s-white\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}

.border-s-white\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}

.border-s-white\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}

.border-s-white\/85 {
  border-inline-start-color: rgb(255 255 255 / 0.85);
}

.border-s-white\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}

.border-s-white\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}

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

.border-t-black\/0 {
  border-top-color: rgb(0 0 0 / 0);
}

.border-t-black\/10 {
  border-top-color: rgb(0 0 0 / 0.1);
}

.border-t-black\/100 {
  border-top-color: rgb(0 0 0 / 1);
}

.border-t-black\/15 {
  border-top-color: rgb(0 0 0 / 0.15);
}

.border-t-black\/20 {
  border-top-color: rgb(0 0 0 / 0.2);
}

.border-t-black\/25 {
  border-top-color: rgb(0 0 0 / 0.25);
}

.border-t-black\/30 {
  border-top-color: rgb(0 0 0 / 0.3);
}

.border-t-black\/35 {
  border-top-color: rgb(0 0 0 / 0.35);
}

.border-t-black\/40 {
  border-top-color: rgb(0 0 0 / 0.4);
}

.border-t-black\/45 {
  border-top-color: rgb(0 0 0 / 0.45);
}

.border-t-black\/5 {
  border-top-color: rgb(0 0 0 / 0.05);
}

.border-t-black\/50 {
  border-top-color: rgb(0 0 0 / 0.5);
}

.border-t-black\/55 {
  border-top-color: rgb(0 0 0 / 0.55);
}

.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}

.border-t-black\/65 {
  border-top-color: rgb(0 0 0 / 0.65);
}

.border-t-black\/70 {
  border-top-color: rgb(0 0 0 / 0.7);
}

.border-t-black\/75 {
  border-top-color: rgb(0 0 0 / 0.75);
}

.border-t-black\/80 {
  border-top-color: rgb(0 0 0 / 0.8);
}

.border-t-black\/85 {
  border-top-color: rgb(0 0 0 / 0.85);
}

.border-t-black\/90 {
  border-top-color: rgb(0 0 0 / 0.9);
}

.border-t-black\/95 {
  border-top-color: rgb(0 0 0 / 0.95);
}

.border-t-flamingo-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 222 217 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-100\/0 {
  border-top-color: rgb(252 222 217 / 0);
}

.border-t-flamingo-100\/10 {
  border-top-color: rgb(252 222 217 / 0.1);
}

.border-t-flamingo-100\/100 {
  border-top-color: rgb(252 222 217 / 1);
}

.border-t-flamingo-100\/15 {
  border-top-color: rgb(252 222 217 / 0.15);
}

.border-t-flamingo-100\/20 {
  border-top-color: rgb(252 222 217 / 0.2);
}

.border-t-flamingo-100\/25 {
  border-top-color: rgb(252 222 217 / 0.25);
}

.border-t-flamingo-100\/30 {
  border-top-color: rgb(252 222 217 / 0.3);
}

.border-t-flamingo-100\/35 {
  border-top-color: rgb(252 222 217 / 0.35);
}

.border-t-flamingo-100\/40 {
  border-top-color: rgb(252 222 217 / 0.4);
}

.border-t-flamingo-100\/45 {
  border-top-color: rgb(252 222 217 / 0.45);
}

.border-t-flamingo-100\/5 {
  border-top-color: rgb(252 222 217 / 0.05);
}

.border-t-flamingo-100\/50 {
  border-top-color: rgb(252 222 217 / 0.5);
}

.border-t-flamingo-100\/55 {
  border-top-color: rgb(252 222 217 / 0.55);
}

.border-t-flamingo-100\/60 {
  border-top-color: rgb(252 222 217 / 0.6);
}

.border-t-flamingo-100\/65 {
  border-top-color: rgb(252 222 217 / 0.65);
}

.border-t-flamingo-100\/70 {
  border-top-color: rgb(252 222 217 / 0.7);
}

.border-t-flamingo-100\/75 {
  border-top-color: rgb(252 222 217 / 0.75);
}

.border-t-flamingo-100\/80 {
  border-top-color: rgb(252 222 217 / 0.8);
}

.border-t-flamingo-100\/85 {
  border-top-color: rgb(252 222 217 / 0.85);
}

.border-t-flamingo-100\/90 {
  border-top-color: rgb(252 222 217 / 0.9);
}

.border-t-flamingo-100\/95 {
  border-top-color: rgb(252 222 217 / 0.95);
}

.border-t-flamingo-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 189 179 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-200\/0 {
  border-top-color: rgb(249 189 179 / 0);
}

.border-t-flamingo-200\/10 {
  border-top-color: rgb(249 189 179 / 0.1);
}

.border-t-flamingo-200\/100 {
  border-top-color: rgb(249 189 179 / 1);
}

.border-t-flamingo-200\/15 {
  border-top-color: rgb(249 189 179 / 0.15);
}

.border-t-flamingo-200\/20 {
  border-top-color: rgb(249 189 179 / 0.2);
}

.border-t-flamingo-200\/25 {
  border-top-color: rgb(249 189 179 / 0.25);
}

.border-t-flamingo-200\/30 {
  border-top-color: rgb(249 189 179 / 0.3);
}

.border-t-flamingo-200\/35 {
  border-top-color: rgb(249 189 179 / 0.35);
}

.border-t-flamingo-200\/40 {
  border-top-color: rgb(249 189 179 / 0.4);
}

.border-t-flamingo-200\/45 {
  border-top-color: rgb(249 189 179 / 0.45);
}

.border-t-flamingo-200\/5 {
  border-top-color: rgb(249 189 179 / 0.05);
}

.border-t-flamingo-200\/50 {
  border-top-color: rgb(249 189 179 / 0.5);
}

.border-t-flamingo-200\/55 {
  border-top-color: rgb(249 189 179 / 0.55);
}

.border-t-flamingo-200\/60 {
  border-top-color: rgb(249 189 179 / 0.6);
}

.border-t-flamingo-200\/65 {
  border-top-color: rgb(249 189 179 / 0.65);
}

.border-t-flamingo-200\/70 {
  border-top-color: rgb(249 189 179 / 0.7);
}

.border-t-flamingo-200\/75 {
  border-top-color: rgb(249 189 179 / 0.75);
}

.border-t-flamingo-200\/80 {
  border-top-color: rgb(249 189 179 / 0.8);
}

.border-t-flamingo-200\/85 {
  border-top-color: rgb(249 189 179 / 0.85);
}

.border-t-flamingo-200\/90 {
  border-top-color: rgb(249 189 179 / 0.9);
}

.border-t-flamingo-200\/95 {
  border-top-color: rgb(249 189 179 / 0.95);
}

.border-t-flamingo-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 155 141 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-300\/0 {
  border-top-color: rgb(246 155 141 / 0);
}

.border-t-flamingo-300\/10 {
  border-top-color: rgb(246 155 141 / 0.1);
}

.border-t-flamingo-300\/100 {
  border-top-color: rgb(246 155 141 / 1);
}

.border-t-flamingo-300\/15 {
  border-top-color: rgb(246 155 141 / 0.15);
}

.border-t-flamingo-300\/20 {
  border-top-color: rgb(246 155 141 / 0.2);
}

.border-t-flamingo-300\/25 {
  border-top-color: rgb(246 155 141 / 0.25);
}

.border-t-flamingo-300\/30 {
  border-top-color: rgb(246 155 141 / 0.3);
}

.border-t-flamingo-300\/35 {
  border-top-color: rgb(246 155 141 / 0.35);
}

.border-t-flamingo-300\/40 {
  border-top-color: rgb(246 155 141 / 0.4);
}

.border-t-flamingo-300\/45 {
  border-top-color: rgb(246 155 141 / 0.45);
}

.border-t-flamingo-300\/5 {
  border-top-color: rgb(246 155 141 / 0.05);
}

.border-t-flamingo-300\/50 {
  border-top-color: rgb(246 155 141 / 0.5);
}

.border-t-flamingo-300\/55 {
  border-top-color: rgb(246 155 141 / 0.55);
}

.border-t-flamingo-300\/60 {
  border-top-color: rgb(246 155 141 / 0.6);
}

.border-t-flamingo-300\/65 {
  border-top-color: rgb(246 155 141 / 0.65);
}

.border-t-flamingo-300\/70 {
  border-top-color: rgb(246 155 141 / 0.7);
}

.border-t-flamingo-300\/75 {
  border-top-color: rgb(246 155 141 / 0.75);
}

.border-t-flamingo-300\/80 {
  border-top-color: rgb(246 155 141 / 0.8);
}

.border-t-flamingo-300\/85 {
  border-top-color: rgb(246 155 141 / 0.85);
}

.border-t-flamingo-300\/90 {
  border-top-color: rgb(246 155 141 / 0.9);
}

.border-t-flamingo-300\/95 {
  border-top-color: rgb(246 155 141 / 0.95);
}

.border-t-flamingo-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(243 122 104 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-400\/0 {
  border-top-color: rgb(243 122 104 / 0);
}

.border-t-flamingo-400\/10 {
  border-top-color: rgb(243 122 104 / 0.1);
}

.border-t-flamingo-400\/100 {
  border-top-color: rgb(243 122 104 / 1);
}

.border-t-flamingo-400\/15 {
  border-top-color: rgb(243 122 104 / 0.15);
}

.border-t-flamingo-400\/20 {
  border-top-color: rgb(243 122 104 / 0.2);
}

.border-t-flamingo-400\/25 {
  border-top-color: rgb(243 122 104 / 0.25);
}

.border-t-flamingo-400\/30 {
  border-top-color: rgb(243 122 104 / 0.3);
}

.border-t-flamingo-400\/35 {
  border-top-color: rgb(243 122 104 / 0.35);
}

.border-t-flamingo-400\/40 {
  border-top-color: rgb(243 122 104 / 0.4);
}

.border-t-flamingo-400\/45 {
  border-top-color: rgb(243 122 104 / 0.45);
}

.border-t-flamingo-400\/5 {
  border-top-color: rgb(243 122 104 / 0.05);
}

.border-t-flamingo-400\/50 {
  border-top-color: rgb(243 122 104 / 0.5);
}

.border-t-flamingo-400\/55 {
  border-top-color: rgb(243 122 104 / 0.55);
}

.border-t-flamingo-400\/60 {
  border-top-color: rgb(243 122 104 / 0.6);
}

.border-t-flamingo-400\/65 {
  border-top-color: rgb(243 122 104 / 0.65);
}

.border-t-flamingo-400\/70 {
  border-top-color: rgb(243 122 104 / 0.7);
}

.border-t-flamingo-400\/75 {
  border-top-color: rgb(243 122 104 / 0.75);
}

.border-t-flamingo-400\/80 {
  border-top-color: rgb(243 122 104 / 0.8);
}

.border-t-flamingo-400\/85 {
  border-top-color: rgb(243 122 104 / 0.85);
}

.border-t-flamingo-400\/90 {
  border-top-color: rgb(243 122 104 / 0.9);
}

.border-t-flamingo-400\/95 {
  border-top-color: rgb(243 122 104 / 0.95);
}

.border-t-flamingo-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 238 236 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-50\/0 {
  border-top-color: rgb(254 238 236 / 0);
}

.border-t-flamingo-50\/10 {
  border-top-color: rgb(254 238 236 / 0.1);
}

.border-t-flamingo-50\/100 {
  border-top-color: rgb(254 238 236 / 1);
}

.border-t-flamingo-50\/15 {
  border-top-color: rgb(254 238 236 / 0.15);
}

.border-t-flamingo-50\/20 {
  border-top-color: rgb(254 238 236 / 0.2);
}

.border-t-flamingo-50\/25 {
  border-top-color: rgb(254 238 236 / 0.25);
}

.border-t-flamingo-50\/30 {
  border-top-color: rgb(254 238 236 / 0.3);
}

.border-t-flamingo-50\/35 {
  border-top-color: rgb(254 238 236 / 0.35);
}

.border-t-flamingo-50\/40 {
  border-top-color: rgb(254 238 236 / 0.4);
}

.border-t-flamingo-50\/45 {
  border-top-color: rgb(254 238 236 / 0.45);
}

.border-t-flamingo-50\/5 {
  border-top-color: rgb(254 238 236 / 0.05);
}

.border-t-flamingo-50\/50 {
  border-top-color: rgb(254 238 236 / 0.5);
}

.border-t-flamingo-50\/55 {
  border-top-color: rgb(254 238 236 / 0.55);
}

.border-t-flamingo-50\/60 {
  border-top-color: rgb(254 238 236 / 0.6);
}

.border-t-flamingo-50\/65 {
  border-top-color: rgb(254 238 236 / 0.65);
}

.border-t-flamingo-50\/70 {
  border-top-color: rgb(254 238 236 / 0.7);
}

.border-t-flamingo-50\/75 {
  border-top-color: rgb(254 238 236 / 0.75);
}

.border-t-flamingo-50\/80 {
  border-top-color: rgb(254 238 236 / 0.8);
}

.border-t-flamingo-50\/85 {
  border-top-color: rgb(254 238 236 / 0.85);
}

.border-t-flamingo-50\/90 {
  border-top-color: rgb(254 238 236 / 0.9);
}

.border-t-flamingo-50\/95 {
  border-top-color: rgb(254 238 236 / 0.95);
}

.border-t-flamingo-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(240 88 63 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-500\/0 {
  border-top-color: rgb(240 88 63 / 0);
}

.border-t-flamingo-500\/10 {
  border-top-color: rgb(240 88 63 / 0.1);
}

.border-t-flamingo-500\/100 {
  border-top-color: rgb(240 88 63 / 1);
}

.border-t-flamingo-500\/15 {
  border-top-color: rgb(240 88 63 / 0.15);
}

.border-t-flamingo-500\/20 {
  border-top-color: rgb(240 88 63 / 0.2);
}

.border-t-flamingo-500\/25 {
  border-top-color: rgb(240 88 63 / 0.25);
}

.border-t-flamingo-500\/30 {
  border-top-color: rgb(240 88 63 / 0.3);
}

.border-t-flamingo-500\/35 {
  border-top-color: rgb(240 88 63 / 0.35);
}

.border-t-flamingo-500\/40 {
  border-top-color: rgb(240 88 63 / 0.4);
}

.border-t-flamingo-500\/45 {
  border-top-color: rgb(240 88 63 / 0.45);
}

.border-t-flamingo-500\/5 {
  border-top-color: rgb(240 88 63 / 0.05);
}

.border-t-flamingo-500\/50 {
  border-top-color: rgb(240 88 63 / 0.5);
}

.border-t-flamingo-500\/55 {
  border-top-color: rgb(240 88 63 / 0.55);
}

.border-t-flamingo-500\/60 {
  border-top-color: rgb(240 88 63 / 0.6);
}

.border-t-flamingo-500\/65 {
  border-top-color: rgb(240 88 63 / 0.65);
}

.border-t-flamingo-500\/70 {
  border-top-color: rgb(240 88 63 / 0.7);
}

.border-t-flamingo-500\/75 {
  border-top-color: rgb(240 88 63 / 0.75);
}

.border-t-flamingo-500\/80 {
  border-top-color: rgb(240 88 63 / 0.8);
}

.border-t-flamingo-500\/85 {
  border-top-color: rgb(240 88 63 / 0.85);
}

.border-t-flamingo-500\/90 {
  border-top-color: rgb(240 88 63 / 0.9);
}

.border-t-flamingo-500\/95 {
  border-top-color: rgb(240 88 63 / 0.95);
}

.border-t-flamingo-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(227 46 18 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-600\/0 {
  border-top-color: rgb(227 46 18 / 0);
}

.border-t-flamingo-600\/10 {
  border-top-color: rgb(227 46 18 / 0.1);
}

.border-t-flamingo-600\/100 {
  border-top-color: rgb(227 46 18 / 1);
}

.border-t-flamingo-600\/15 {
  border-top-color: rgb(227 46 18 / 0.15);
}

.border-t-flamingo-600\/20 {
  border-top-color: rgb(227 46 18 / 0.2);
}

.border-t-flamingo-600\/25 {
  border-top-color: rgb(227 46 18 / 0.25);
}

.border-t-flamingo-600\/30 {
  border-top-color: rgb(227 46 18 / 0.3);
}

.border-t-flamingo-600\/35 {
  border-top-color: rgb(227 46 18 / 0.35);
}

.border-t-flamingo-600\/40 {
  border-top-color: rgb(227 46 18 / 0.4);
}

.border-t-flamingo-600\/45 {
  border-top-color: rgb(227 46 18 / 0.45);
}

.border-t-flamingo-600\/5 {
  border-top-color: rgb(227 46 18 / 0.05);
}

.border-t-flamingo-600\/50 {
  border-top-color: rgb(227 46 18 / 0.5);
}

.border-t-flamingo-600\/55 {
  border-top-color: rgb(227 46 18 / 0.55);
}

.border-t-flamingo-600\/60 {
  border-top-color: rgb(227 46 18 / 0.6);
}

.border-t-flamingo-600\/65 {
  border-top-color: rgb(227 46 18 / 0.65);
}

.border-t-flamingo-600\/70 {
  border-top-color: rgb(227 46 18 / 0.7);
}

.border-t-flamingo-600\/75 {
  border-top-color: rgb(227 46 18 / 0.75);
}

.border-t-flamingo-600\/80 {
  border-top-color: rgb(227 46 18 / 0.8);
}

.border-t-flamingo-600\/85 {
  border-top-color: rgb(227 46 18 / 0.85);
}

.border-t-flamingo-600\/90 {
  border-top-color: rgb(227 46 18 / 0.9);
}

.border-t-flamingo-600\/95 {
  border-top-color: rgb(227 46 18 / 0.95);
}

.border-t-flamingo-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(170 34 13 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-700\/0 {
  border-top-color: rgb(170 34 13 / 0);
}

.border-t-flamingo-700\/10 {
  border-top-color: rgb(170 34 13 / 0.1);
}

.border-t-flamingo-700\/100 {
  border-top-color: rgb(170 34 13 / 1);
}

.border-t-flamingo-700\/15 {
  border-top-color: rgb(170 34 13 / 0.15);
}

.border-t-flamingo-700\/20 {
  border-top-color: rgb(170 34 13 / 0.2);
}

.border-t-flamingo-700\/25 {
  border-top-color: rgb(170 34 13 / 0.25);
}

.border-t-flamingo-700\/30 {
  border-top-color: rgb(170 34 13 / 0.3);
}

.border-t-flamingo-700\/35 {
  border-top-color: rgb(170 34 13 / 0.35);
}

.border-t-flamingo-700\/40 {
  border-top-color: rgb(170 34 13 / 0.4);
}

.border-t-flamingo-700\/45 {
  border-top-color: rgb(170 34 13 / 0.45);
}

.border-t-flamingo-700\/5 {
  border-top-color: rgb(170 34 13 / 0.05);
}

.border-t-flamingo-700\/50 {
  border-top-color: rgb(170 34 13 / 0.5);
}

.border-t-flamingo-700\/55 {
  border-top-color: rgb(170 34 13 / 0.55);
}

.border-t-flamingo-700\/60 {
  border-top-color: rgb(170 34 13 / 0.6);
}

.border-t-flamingo-700\/65 {
  border-top-color: rgb(170 34 13 / 0.65);
}

.border-t-flamingo-700\/70 {
  border-top-color: rgb(170 34 13 / 0.7);
}

.border-t-flamingo-700\/75 {
  border-top-color: rgb(170 34 13 / 0.75);
}

.border-t-flamingo-700\/80 {
  border-top-color: rgb(170 34 13 / 0.8);
}

.border-t-flamingo-700\/85 {
  border-top-color: rgb(170 34 13 / 0.85);
}

.border-t-flamingo-700\/90 {
  border-top-color: rgb(170 34 13 / 0.9);
}

.border-t-flamingo-700\/95 {
  border-top-color: rgb(170 34 13 / 0.95);
}

.border-t-flamingo-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(114 23 9 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-800\/0 {
  border-top-color: rgb(114 23 9 / 0);
}

.border-t-flamingo-800\/10 {
  border-top-color: rgb(114 23 9 / 0.1);
}

.border-t-flamingo-800\/100 {
  border-top-color: rgb(114 23 9 / 1);
}

.border-t-flamingo-800\/15 {
  border-top-color: rgb(114 23 9 / 0.15);
}

.border-t-flamingo-800\/20 {
  border-top-color: rgb(114 23 9 / 0.2);
}

.border-t-flamingo-800\/25 {
  border-top-color: rgb(114 23 9 / 0.25);
}

.border-t-flamingo-800\/30 {
  border-top-color: rgb(114 23 9 / 0.3);
}

.border-t-flamingo-800\/35 {
  border-top-color: rgb(114 23 9 / 0.35);
}

.border-t-flamingo-800\/40 {
  border-top-color: rgb(114 23 9 / 0.4);
}

.border-t-flamingo-800\/45 {
  border-top-color: rgb(114 23 9 / 0.45);
}

.border-t-flamingo-800\/5 {
  border-top-color: rgb(114 23 9 / 0.05);
}

.border-t-flamingo-800\/50 {
  border-top-color: rgb(114 23 9 / 0.5);
}

.border-t-flamingo-800\/55 {
  border-top-color: rgb(114 23 9 / 0.55);
}

.border-t-flamingo-800\/60 {
  border-top-color: rgb(114 23 9 / 0.6);
}

.border-t-flamingo-800\/65 {
  border-top-color: rgb(114 23 9 / 0.65);
}

.border-t-flamingo-800\/70 {
  border-top-color: rgb(114 23 9 / 0.7);
}

.border-t-flamingo-800\/75 {
  border-top-color: rgb(114 23 9 / 0.75);
}

.border-t-flamingo-800\/80 {
  border-top-color: rgb(114 23 9 / 0.8);
}

.border-t-flamingo-800\/85 {
  border-top-color: rgb(114 23 9 / 0.85);
}

.border-t-flamingo-800\/90 {
  border-top-color: rgb(114 23 9 / 0.9);
}

.border-t-flamingo-800\/95 {
  border-top-color: rgb(114 23 9 / 0.95);
}

.border-t-flamingo-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(57 11 4 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-900\/0 {
  border-top-color: rgb(57 11 4 / 0);
}

.border-t-flamingo-900\/10 {
  border-top-color: rgb(57 11 4 / 0.1);
}

.border-t-flamingo-900\/100 {
  border-top-color: rgb(57 11 4 / 1);
}

.border-t-flamingo-900\/15 {
  border-top-color: rgb(57 11 4 / 0.15);
}

.border-t-flamingo-900\/20 {
  border-top-color: rgb(57 11 4 / 0.2);
}

.border-t-flamingo-900\/25 {
  border-top-color: rgb(57 11 4 / 0.25);
}

.border-t-flamingo-900\/30 {
  border-top-color: rgb(57 11 4 / 0.3);
}

.border-t-flamingo-900\/35 {
  border-top-color: rgb(57 11 4 / 0.35);
}

.border-t-flamingo-900\/40 {
  border-top-color: rgb(57 11 4 / 0.4);
}

.border-t-flamingo-900\/45 {
  border-top-color: rgb(57 11 4 / 0.45);
}

.border-t-flamingo-900\/5 {
  border-top-color: rgb(57 11 4 / 0.05);
}

.border-t-flamingo-900\/50 {
  border-top-color: rgb(57 11 4 / 0.5);
}

.border-t-flamingo-900\/55 {
  border-top-color: rgb(57 11 4 / 0.55);
}

.border-t-flamingo-900\/60 {
  border-top-color: rgb(57 11 4 / 0.6);
}

.border-t-flamingo-900\/65 {
  border-top-color: rgb(57 11 4 / 0.65);
}

.border-t-flamingo-900\/70 {
  border-top-color: rgb(57 11 4 / 0.7);
}

.border-t-flamingo-900\/75 {
  border-top-color: rgb(57 11 4 / 0.75);
}

.border-t-flamingo-900\/80 {
  border-top-color: rgb(57 11 4 / 0.8);
}

.border-t-flamingo-900\/85 {
  border-top-color: rgb(57 11 4 / 0.85);
}

.border-t-flamingo-900\/90 {
  border-top-color: rgb(57 11 4 / 0.9);
}

.border-t-flamingo-900\/95 {
  border-top-color: rgb(57 11 4 / 0.95);
}

.border-t-flamingo-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(28 6 2 / var(--tw-border-opacity, 1));
}

.border-t-flamingo-950\/0 {
  border-top-color: rgb(28 6 2 / 0);
}

.border-t-flamingo-950\/10 {
  border-top-color: rgb(28 6 2 / 0.1);
}

.border-t-flamingo-950\/100 {
  border-top-color: rgb(28 6 2 / 1);
}

.border-t-flamingo-950\/15 {
  border-top-color: rgb(28 6 2 / 0.15);
}

.border-t-flamingo-950\/20 {
  border-top-color: rgb(28 6 2 / 0.2);
}

.border-t-flamingo-950\/25 {
  border-top-color: rgb(28 6 2 / 0.25);
}

.border-t-flamingo-950\/30 {
  border-top-color: rgb(28 6 2 / 0.3);
}

.border-t-flamingo-950\/35 {
  border-top-color: rgb(28 6 2 / 0.35);
}

.border-t-flamingo-950\/40 {
  border-top-color: rgb(28 6 2 / 0.4);
}

.border-t-flamingo-950\/45 {
  border-top-color: rgb(28 6 2 / 0.45);
}

.border-t-flamingo-950\/5 {
  border-top-color: rgb(28 6 2 / 0.05);
}

.border-t-flamingo-950\/50 {
  border-top-color: rgb(28 6 2 / 0.5);
}

.border-t-flamingo-950\/55 {
  border-top-color: rgb(28 6 2 / 0.55);
}

.border-t-flamingo-950\/60 {
  border-top-color: rgb(28 6 2 / 0.6);
}

.border-t-flamingo-950\/65 {
  border-top-color: rgb(28 6 2 / 0.65);
}

.border-t-flamingo-950\/70 {
  border-top-color: rgb(28 6 2 / 0.7);
}

.border-t-flamingo-950\/75 {
  border-top-color: rgb(28 6 2 / 0.75);
}

.border-t-flamingo-950\/80 {
  border-top-color: rgb(28 6 2 / 0.8);
}

.border-t-flamingo-950\/85 {
  border-top-color: rgb(28 6 2 / 0.85);
}

.border-t-flamingo-950\/90 {
  border-top-color: rgb(28 6 2 / 0.9);
}

.border-t-flamingo-950\/95 {
  border-top-color: rgb(28 6 2 / 0.95);
}

.border-t-inherit {
  border-top-color: inherit;
}

.border-t-lightgrey {
  --tw-border-opacity: 1;
  border-top-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-t-lightgrey\/0 {
  border-top-color: rgb(212 212 212 / 0);
}

.border-t-lightgrey\/10 {
  border-top-color: rgb(212 212 212 / 0.1);
}

.border-t-lightgrey\/100 {
  border-top-color: rgb(212 212 212 / 1);
}

.border-t-lightgrey\/15 {
  border-top-color: rgb(212 212 212 / 0.15);
}

.border-t-lightgrey\/20 {
  border-top-color: rgb(212 212 212 / 0.2);
}

.border-t-lightgrey\/25 {
  border-top-color: rgb(212 212 212 / 0.25);
}

.border-t-lightgrey\/30 {
  border-top-color: rgb(212 212 212 / 0.3);
}

.border-t-lightgrey\/35 {
  border-top-color: rgb(212 212 212 / 0.35);
}

.border-t-lightgrey\/40 {
  border-top-color: rgb(212 212 212 / 0.4);
}

.border-t-lightgrey\/45 {
  border-top-color: rgb(212 212 212 / 0.45);
}

.border-t-lightgrey\/5 {
  border-top-color: rgb(212 212 212 / 0.05);
}

.border-t-lightgrey\/50 {
  border-top-color: rgb(212 212 212 / 0.5);
}

.border-t-lightgrey\/55 {
  border-top-color: rgb(212 212 212 / 0.55);
}

.border-t-lightgrey\/60 {
  border-top-color: rgb(212 212 212 / 0.6);
}

.border-t-lightgrey\/65 {
  border-top-color: rgb(212 212 212 / 0.65);
}

.border-t-lightgrey\/70 {
  border-top-color: rgb(212 212 212 / 0.7);
}

.border-t-lightgrey\/75 {
  border-top-color: rgb(212 212 212 / 0.75);
}

.border-t-lightgrey\/80 {
  border-top-color: rgb(212 212 212 / 0.8);
}

.border-t-lightgrey\/85 {
  border-top-color: rgb(212 212 212 / 0.85);
}

.border-t-lightgrey\/90 {
  border-top-color: rgb(212 212 212 / 0.9);
}

.border-t-lightgrey\/95 {
  border-top-color: rgb(212 212 212 / 0.95);
}

.border-t-limedSpruce-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 219 223 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-100\/0 {
  border-top-color: rgb(205 219 223 / 0);
}

.border-t-limedSpruce-100\/10 {
  border-top-color: rgb(205 219 223 / 0.1);
}

.border-t-limedSpruce-100\/100 {
  border-top-color: rgb(205 219 223 / 1);
}

.border-t-limedSpruce-100\/15 {
  border-top-color: rgb(205 219 223 / 0.15);
}

.border-t-limedSpruce-100\/20 {
  border-top-color: rgb(205 219 223 / 0.2);
}

.border-t-limedSpruce-100\/25 {
  border-top-color: rgb(205 219 223 / 0.25);
}

.border-t-limedSpruce-100\/30 {
  border-top-color: rgb(205 219 223 / 0.3);
}

.border-t-limedSpruce-100\/35 {
  border-top-color: rgb(205 219 223 / 0.35);
}

.border-t-limedSpruce-100\/40 {
  border-top-color: rgb(205 219 223 / 0.4);
}

.border-t-limedSpruce-100\/45 {
  border-top-color: rgb(205 219 223 / 0.45);
}

.border-t-limedSpruce-100\/5 {
  border-top-color: rgb(205 219 223 / 0.05);
}

.border-t-limedSpruce-100\/50 {
  border-top-color: rgb(205 219 223 / 0.5);
}

.border-t-limedSpruce-100\/55 {
  border-top-color: rgb(205 219 223 / 0.55);
}

.border-t-limedSpruce-100\/60 {
  border-top-color: rgb(205 219 223 / 0.6);
}

.border-t-limedSpruce-100\/65 {
  border-top-color: rgb(205 219 223 / 0.65);
}

.border-t-limedSpruce-100\/70 {
  border-top-color: rgb(205 219 223 / 0.7);
}

.border-t-limedSpruce-100\/75 {
  border-top-color: rgb(205 219 223 / 0.75);
}

.border-t-limedSpruce-100\/80 {
  border-top-color: rgb(205 219 223 / 0.8);
}

.border-t-limedSpruce-100\/85 {
  border-top-color: rgb(205 219 223 / 0.85);
}

.border-t-limedSpruce-100\/90 {
  border-top-color: rgb(205 219 223 / 0.9);
}

.border-t-limedSpruce-100\/95 {
  border-top-color: rgb(205 219 223 / 0.95);
}

.border-t-limedSpruce-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(159 185 193 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-200\/0 {
  border-top-color: rgb(159 185 193 / 0);
}

.border-t-limedSpruce-200\/10 {
  border-top-color: rgb(159 185 193 / 0.1);
}

.border-t-limedSpruce-200\/100 {
  border-top-color: rgb(159 185 193 / 1);
}

.border-t-limedSpruce-200\/15 {
  border-top-color: rgb(159 185 193 / 0.15);
}

.border-t-limedSpruce-200\/20 {
  border-top-color: rgb(159 185 193 / 0.2);
}

.border-t-limedSpruce-200\/25 {
  border-top-color: rgb(159 185 193 / 0.25);
}

.border-t-limedSpruce-200\/30 {
  border-top-color: rgb(159 185 193 / 0.3);
}

.border-t-limedSpruce-200\/35 {
  border-top-color: rgb(159 185 193 / 0.35);
}

.border-t-limedSpruce-200\/40 {
  border-top-color: rgb(159 185 193 / 0.4);
}

.border-t-limedSpruce-200\/45 {
  border-top-color: rgb(159 185 193 / 0.45);
}

.border-t-limedSpruce-200\/5 {
  border-top-color: rgb(159 185 193 / 0.05);
}

.border-t-limedSpruce-200\/50 {
  border-top-color: rgb(159 185 193 / 0.5);
}

.border-t-limedSpruce-200\/55 {
  border-top-color: rgb(159 185 193 / 0.55);
}

.border-t-limedSpruce-200\/60 {
  border-top-color: rgb(159 185 193 / 0.6);
}

.border-t-limedSpruce-200\/65 {
  border-top-color: rgb(159 185 193 / 0.65);
}

.border-t-limedSpruce-200\/70 {
  border-top-color: rgb(159 185 193 / 0.7);
}

.border-t-limedSpruce-200\/75 {
  border-top-color: rgb(159 185 193 / 0.75);
}

.border-t-limedSpruce-200\/80 {
  border-top-color: rgb(159 185 193 / 0.8);
}

.border-t-limedSpruce-200\/85 {
  border-top-color: rgb(159 185 193 / 0.85);
}

.border-t-limedSpruce-200\/90 {
  border-top-color: rgb(159 185 193 / 0.9);
}

.border-t-limedSpruce-200\/95 {
  border-top-color: rgb(159 185 193 / 0.95);
}

.border-t-limedSpruce-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(109 148 161 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-300\/0 {
  border-top-color: rgb(109 148 161 / 0);
}

.border-t-limedSpruce-300\/10 {
  border-top-color: rgb(109 148 161 / 0.1);
}

.border-t-limedSpruce-300\/100 {
  border-top-color: rgb(109 148 161 / 1);
}

.border-t-limedSpruce-300\/15 {
  border-top-color: rgb(109 148 161 / 0.15);
}

.border-t-limedSpruce-300\/20 {
  border-top-color: rgb(109 148 161 / 0.2);
}

.border-t-limedSpruce-300\/25 {
  border-top-color: rgb(109 148 161 / 0.25);
}

.border-t-limedSpruce-300\/30 {
  border-top-color: rgb(109 148 161 / 0.3);
}

.border-t-limedSpruce-300\/35 {
  border-top-color: rgb(109 148 161 / 0.35);
}

.border-t-limedSpruce-300\/40 {
  border-top-color: rgb(109 148 161 / 0.4);
}

.border-t-limedSpruce-300\/45 {
  border-top-color: rgb(109 148 161 / 0.45);
}

.border-t-limedSpruce-300\/5 {
  border-top-color: rgb(109 148 161 / 0.05);
}

.border-t-limedSpruce-300\/50 {
  border-top-color: rgb(109 148 161 / 0.5);
}

.border-t-limedSpruce-300\/55 {
  border-top-color: rgb(109 148 161 / 0.55);
}

.border-t-limedSpruce-300\/60 {
  border-top-color: rgb(109 148 161 / 0.6);
}

.border-t-limedSpruce-300\/65 {
  border-top-color: rgb(109 148 161 / 0.65);
}

.border-t-limedSpruce-300\/70 {
  border-top-color: rgb(109 148 161 / 0.7);
}

.border-t-limedSpruce-300\/75 {
  border-top-color: rgb(109 148 161 / 0.75);
}

.border-t-limedSpruce-300\/80 {
  border-top-color: rgb(109 148 161 / 0.8);
}

.border-t-limedSpruce-300\/85 {
  border-top-color: rgb(109 148 161 / 0.85);
}

.border-t-limedSpruce-300\/90 {
  border-top-color: rgb(109 148 161 / 0.9);
}

.border-t-limedSpruce-300\/95 {
  border-top-color: rgb(109 148 161 / 0.95);
}

.border-t-limedSpruce-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 105 115 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-400\/0 {
  border-top-color: rgb(74 105 115 / 0);
}

.border-t-limedSpruce-400\/10 {
  border-top-color: rgb(74 105 115 / 0.1);
}

.border-t-limedSpruce-400\/100 {
  border-top-color: rgb(74 105 115 / 1);
}

.border-t-limedSpruce-400\/15 {
  border-top-color: rgb(74 105 115 / 0.15);
}

.border-t-limedSpruce-400\/20 {
  border-top-color: rgb(74 105 115 / 0.2);
}

.border-t-limedSpruce-400\/25 {
  border-top-color: rgb(74 105 115 / 0.25);
}

.border-t-limedSpruce-400\/30 {
  border-top-color: rgb(74 105 115 / 0.3);
}

.border-t-limedSpruce-400\/35 {
  border-top-color: rgb(74 105 115 / 0.35);
}

.border-t-limedSpruce-400\/40 {
  border-top-color: rgb(74 105 115 / 0.4);
}

.border-t-limedSpruce-400\/45 {
  border-top-color: rgb(74 105 115 / 0.45);
}

.border-t-limedSpruce-400\/5 {
  border-top-color: rgb(74 105 115 / 0.05);
}

.border-t-limedSpruce-400\/50 {
  border-top-color: rgb(74 105 115 / 0.5);
}

.border-t-limedSpruce-400\/55 {
  border-top-color: rgb(74 105 115 / 0.55);
}

.border-t-limedSpruce-400\/60 {
  border-top-color: rgb(74 105 115 / 0.6);
}

.border-t-limedSpruce-400\/65 {
  border-top-color: rgb(74 105 115 / 0.65);
}

.border-t-limedSpruce-400\/70 {
  border-top-color: rgb(74 105 115 / 0.7);
}

.border-t-limedSpruce-400\/75 {
  border-top-color: rgb(74 105 115 / 0.75);
}

.border-t-limedSpruce-400\/80 {
  border-top-color: rgb(74 105 115 / 0.8);
}

.border-t-limedSpruce-400\/85 {
  border-top-color: rgb(74 105 115 / 0.85);
}

.border-t-limedSpruce-400\/90 {
  border-top-color: rgb(74 105 115 / 0.9);
}

.border-t-limedSpruce-400\/95 {
  border-top-color: rgb(74 105 115 / 0.95);
}

.border-t-limedSpruce-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(230 237 239 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-50\/0 {
  border-top-color: rgb(230 237 239 / 0);
}

.border-t-limedSpruce-50\/10 {
  border-top-color: rgb(230 237 239 / 0.1);
}

.border-t-limedSpruce-50\/100 {
  border-top-color: rgb(230 237 239 / 1);
}

.border-t-limedSpruce-50\/15 {
  border-top-color: rgb(230 237 239 / 0.15);
}

.border-t-limedSpruce-50\/20 {
  border-top-color: rgb(230 237 239 / 0.2);
}

.border-t-limedSpruce-50\/25 {
  border-top-color: rgb(230 237 239 / 0.25);
}

.border-t-limedSpruce-50\/30 {
  border-top-color: rgb(230 237 239 / 0.3);
}

.border-t-limedSpruce-50\/35 {
  border-top-color: rgb(230 237 239 / 0.35);
}

.border-t-limedSpruce-50\/40 {
  border-top-color: rgb(230 237 239 / 0.4);
}

.border-t-limedSpruce-50\/45 {
  border-top-color: rgb(230 237 239 / 0.45);
}

.border-t-limedSpruce-50\/5 {
  border-top-color: rgb(230 237 239 / 0.05);
}

.border-t-limedSpruce-50\/50 {
  border-top-color: rgb(230 237 239 / 0.5);
}

.border-t-limedSpruce-50\/55 {
  border-top-color: rgb(230 237 239 / 0.55);
}

.border-t-limedSpruce-50\/60 {
  border-top-color: rgb(230 237 239 / 0.6);
}

.border-t-limedSpruce-50\/65 {
  border-top-color: rgb(230 237 239 / 0.65);
}

.border-t-limedSpruce-50\/70 {
  border-top-color: rgb(230 237 239 / 0.7);
}

.border-t-limedSpruce-50\/75 {
  border-top-color: rgb(230 237 239 / 0.75);
}

.border-t-limedSpruce-50\/80 {
  border-top-color: rgb(230 237 239 / 0.8);
}

.border-t-limedSpruce-50\/85 {
  border-top-color: rgb(230 237 239 / 0.85);
}

.border-t-limedSpruce-50\/90 {
  border-top-color: rgb(230 237 239 / 0.9);
}

.border-t-limedSpruce-50\/95 {
  border-top-color: rgb(230 237 239 / 0.95);
}

.border-t-limedSpruce-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(43 61 67 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-500\/0 {
  border-top-color: rgb(43 61 67 / 0);
}

.border-t-limedSpruce-500\/10 {
  border-top-color: rgb(43 61 67 / 0.1);
}

.border-t-limedSpruce-500\/100 {
  border-top-color: rgb(43 61 67 / 1);
}

.border-t-limedSpruce-500\/15 {
  border-top-color: rgb(43 61 67 / 0.15);
}

.border-t-limedSpruce-500\/20 {
  border-top-color: rgb(43 61 67 / 0.2);
}

.border-t-limedSpruce-500\/25 {
  border-top-color: rgb(43 61 67 / 0.25);
}

.border-t-limedSpruce-500\/30 {
  border-top-color: rgb(43 61 67 / 0.3);
}

.border-t-limedSpruce-500\/35 {
  border-top-color: rgb(43 61 67 / 0.35);
}

.border-t-limedSpruce-500\/40 {
  border-top-color: rgb(43 61 67 / 0.4);
}

.border-t-limedSpruce-500\/45 {
  border-top-color: rgb(43 61 67 / 0.45);
}

.border-t-limedSpruce-500\/5 {
  border-top-color: rgb(43 61 67 / 0.05);
}

.border-t-limedSpruce-500\/50 {
  border-top-color: rgb(43 61 67 / 0.5);
}

.border-t-limedSpruce-500\/55 {
  border-top-color: rgb(43 61 67 / 0.55);
}

.border-t-limedSpruce-500\/60 {
  border-top-color: rgb(43 61 67 / 0.6);
}

.border-t-limedSpruce-500\/65 {
  border-top-color: rgb(43 61 67 / 0.65);
}

.border-t-limedSpruce-500\/70 {
  border-top-color: rgb(43 61 67 / 0.7);
}

.border-t-limedSpruce-500\/75 {
  border-top-color: rgb(43 61 67 / 0.75);
}

.border-t-limedSpruce-500\/80 {
  border-top-color: rgb(43 61 67 / 0.8);
}

.border-t-limedSpruce-500\/85 {
  border-top-color: rgb(43 61 67 / 0.85);
}

.border-t-limedSpruce-500\/90 {
  border-top-color: rgb(43 61 67 / 0.9);
}

.border-t-limedSpruce-500\/95 {
  border-top-color: rgb(43 61 67 / 0.95);
}

.border-t-limedSpruce-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 48 53 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-600\/0 {
  border-top-color: rgb(34 48 53 / 0);
}

.border-t-limedSpruce-600\/10 {
  border-top-color: rgb(34 48 53 / 0.1);
}

.border-t-limedSpruce-600\/100 {
  border-top-color: rgb(34 48 53 / 1);
}

.border-t-limedSpruce-600\/15 {
  border-top-color: rgb(34 48 53 / 0.15);
}

.border-t-limedSpruce-600\/20 {
  border-top-color: rgb(34 48 53 / 0.2);
}

.border-t-limedSpruce-600\/25 {
  border-top-color: rgb(34 48 53 / 0.25);
}

.border-t-limedSpruce-600\/30 {
  border-top-color: rgb(34 48 53 / 0.3);
}

.border-t-limedSpruce-600\/35 {
  border-top-color: rgb(34 48 53 / 0.35);
}

.border-t-limedSpruce-600\/40 {
  border-top-color: rgb(34 48 53 / 0.4);
}

.border-t-limedSpruce-600\/45 {
  border-top-color: rgb(34 48 53 / 0.45);
}

.border-t-limedSpruce-600\/5 {
  border-top-color: rgb(34 48 53 / 0.05);
}

.border-t-limedSpruce-600\/50 {
  border-top-color: rgb(34 48 53 / 0.5);
}

.border-t-limedSpruce-600\/55 {
  border-top-color: rgb(34 48 53 / 0.55);
}

.border-t-limedSpruce-600\/60 {
  border-top-color: rgb(34 48 53 / 0.6);
}

.border-t-limedSpruce-600\/65 {
  border-top-color: rgb(34 48 53 / 0.65);
}

.border-t-limedSpruce-600\/70 {
  border-top-color: rgb(34 48 53 / 0.7);
}

.border-t-limedSpruce-600\/75 {
  border-top-color: rgb(34 48 53 / 0.75);
}

.border-t-limedSpruce-600\/80 {
  border-top-color: rgb(34 48 53 / 0.8);
}

.border-t-limedSpruce-600\/85 {
  border-top-color: rgb(34 48 53 / 0.85);
}

.border-t-limedSpruce-600\/90 {
  border-top-color: rgb(34 48 53 / 0.9);
}

.border-t-limedSpruce-600\/95 {
  border-top-color: rgb(34 48 53 / 0.95);
}

.border-t-limedSpruce-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(26 37 40 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-700\/0 {
  border-top-color: rgb(26 37 40 / 0);
}

.border-t-limedSpruce-700\/10 {
  border-top-color: rgb(26 37 40 / 0.1);
}

.border-t-limedSpruce-700\/100 {
  border-top-color: rgb(26 37 40 / 1);
}

.border-t-limedSpruce-700\/15 {
  border-top-color: rgb(26 37 40 / 0.15);
}

.border-t-limedSpruce-700\/20 {
  border-top-color: rgb(26 37 40 / 0.2);
}

.border-t-limedSpruce-700\/25 {
  border-top-color: rgb(26 37 40 / 0.25);
}

.border-t-limedSpruce-700\/30 {
  border-top-color: rgb(26 37 40 / 0.3);
}

.border-t-limedSpruce-700\/35 {
  border-top-color: rgb(26 37 40 / 0.35);
}

.border-t-limedSpruce-700\/40 {
  border-top-color: rgb(26 37 40 / 0.4);
}

.border-t-limedSpruce-700\/45 {
  border-top-color: rgb(26 37 40 / 0.45);
}

.border-t-limedSpruce-700\/5 {
  border-top-color: rgb(26 37 40 / 0.05);
}

.border-t-limedSpruce-700\/50 {
  border-top-color: rgb(26 37 40 / 0.5);
}

.border-t-limedSpruce-700\/55 {
  border-top-color: rgb(26 37 40 / 0.55);
}

.border-t-limedSpruce-700\/60 {
  border-top-color: rgb(26 37 40 / 0.6);
}

.border-t-limedSpruce-700\/65 {
  border-top-color: rgb(26 37 40 / 0.65);
}

.border-t-limedSpruce-700\/70 {
  border-top-color: rgb(26 37 40 / 0.7);
}

.border-t-limedSpruce-700\/75 {
  border-top-color: rgb(26 37 40 / 0.75);
}

.border-t-limedSpruce-700\/80 {
  border-top-color: rgb(26 37 40 / 0.8);
}

.border-t-limedSpruce-700\/85 {
  border-top-color: rgb(26 37 40 / 0.85);
}

.border-t-limedSpruce-700\/90 {
  border-top-color: rgb(26 37 40 / 0.9);
}

.border-t-limedSpruce-700\/95 {
  border-top-color: rgb(26 37 40 / 0.95);
}

.border-t-limedSpruce-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(18 25 28 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-800\/0 {
  border-top-color: rgb(18 25 28 / 0);
}

.border-t-limedSpruce-800\/10 {
  border-top-color: rgb(18 25 28 / 0.1);
}

.border-t-limedSpruce-800\/100 {
  border-top-color: rgb(18 25 28 / 1);
}

.border-t-limedSpruce-800\/15 {
  border-top-color: rgb(18 25 28 / 0.15);
}

.border-t-limedSpruce-800\/20 {
  border-top-color: rgb(18 25 28 / 0.2);
}

.border-t-limedSpruce-800\/25 {
  border-top-color: rgb(18 25 28 / 0.25);
}

.border-t-limedSpruce-800\/30 {
  border-top-color: rgb(18 25 28 / 0.3);
}

.border-t-limedSpruce-800\/35 {
  border-top-color: rgb(18 25 28 / 0.35);
}

.border-t-limedSpruce-800\/40 {
  border-top-color: rgb(18 25 28 / 0.4);
}

.border-t-limedSpruce-800\/45 {
  border-top-color: rgb(18 25 28 / 0.45);
}

.border-t-limedSpruce-800\/5 {
  border-top-color: rgb(18 25 28 / 0.05);
}

.border-t-limedSpruce-800\/50 {
  border-top-color: rgb(18 25 28 / 0.5);
}

.border-t-limedSpruce-800\/55 {
  border-top-color: rgb(18 25 28 / 0.55);
}

.border-t-limedSpruce-800\/60 {
  border-top-color: rgb(18 25 28 / 0.6);
}

.border-t-limedSpruce-800\/65 {
  border-top-color: rgb(18 25 28 / 0.65);
}

.border-t-limedSpruce-800\/70 {
  border-top-color: rgb(18 25 28 / 0.7);
}

.border-t-limedSpruce-800\/75 {
  border-top-color: rgb(18 25 28 / 0.75);
}

.border-t-limedSpruce-800\/80 {
  border-top-color: rgb(18 25 28 / 0.8);
}

.border-t-limedSpruce-800\/85 {
  border-top-color: rgb(18 25 28 / 0.85);
}

.border-t-limedSpruce-800\/90 {
  border-top-color: rgb(18 25 28 / 0.9);
}

.border-t-limedSpruce-800\/95 {
  border-top-color: rgb(18 25 28 / 0.95);
}

.border-t-limedSpruce-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(8 11 12 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-900\/0 {
  border-top-color: rgb(8 11 12 / 0);
}

.border-t-limedSpruce-900\/10 {
  border-top-color: rgb(8 11 12 / 0.1);
}

.border-t-limedSpruce-900\/100 {
  border-top-color: rgb(8 11 12 / 1);
}

.border-t-limedSpruce-900\/15 {
  border-top-color: rgb(8 11 12 / 0.15);
}

.border-t-limedSpruce-900\/20 {
  border-top-color: rgb(8 11 12 / 0.2);
}

.border-t-limedSpruce-900\/25 {
  border-top-color: rgb(8 11 12 / 0.25);
}

.border-t-limedSpruce-900\/30 {
  border-top-color: rgb(8 11 12 / 0.3);
}

.border-t-limedSpruce-900\/35 {
  border-top-color: rgb(8 11 12 / 0.35);
}

.border-t-limedSpruce-900\/40 {
  border-top-color: rgb(8 11 12 / 0.4);
}

.border-t-limedSpruce-900\/45 {
  border-top-color: rgb(8 11 12 / 0.45);
}

.border-t-limedSpruce-900\/5 {
  border-top-color: rgb(8 11 12 / 0.05);
}

.border-t-limedSpruce-900\/50 {
  border-top-color: rgb(8 11 12 / 0.5);
}

.border-t-limedSpruce-900\/55 {
  border-top-color: rgb(8 11 12 / 0.55);
}

.border-t-limedSpruce-900\/60 {
  border-top-color: rgb(8 11 12 / 0.6);
}

.border-t-limedSpruce-900\/65 {
  border-top-color: rgb(8 11 12 / 0.65);
}

.border-t-limedSpruce-900\/70 {
  border-top-color: rgb(8 11 12 / 0.7);
}

.border-t-limedSpruce-900\/75 {
  border-top-color: rgb(8 11 12 / 0.75);
}

.border-t-limedSpruce-900\/80 {
  border-top-color: rgb(8 11 12 / 0.8);
}

.border-t-limedSpruce-900\/85 {
  border-top-color: rgb(8 11 12 / 0.85);
}

.border-t-limedSpruce-900\/90 {
  border-top-color: rgb(8 11 12 / 0.9);
}

.border-t-limedSpruce-900\/95 {
  border-top-color: rgb(8 11 12 / 0.95);
}

.border-t-limedSpruce-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 6 6 / var(--tw-border-opacity, 1));
}

.border-t-limedSpruce-950\/0 {
  border-top-color: rgb(4 6 6 / 0);
}

.border-t-limedSpruce-950\/10 {
  border-top-color: rgb(4 6 6 / 0.1);
}

.border-t-limedSpruce-950\/100 {
  border-top-color: rgb(4 6 6 / 1);
}

.border-t-limedSpruce-950\/15 {
  border-top-color: rgb(4 6 6 / 0.15);
}

.border-t-limedSpruce-950\/20 {
  border-top-color: rgb(4 6 6 / 0.2);
}

.border-t-limedSpruce-950\/25 {
  border-top-color: rgb(4 6 6 / 0.25);
}

.border-t-limedSpruce-950\/30 {
  border-top-color: rgb(4 6 6 / 0.3);
}

.border-t-limedSpruce-950\/35 {
  border-top-color: rgb(4 6 6 / 0.35);
}

.border-t-limedSpruce-950\/40 {
  border-top-color: rgb(4 6 6 / 0.4);
}

.border-t-limedSpruce-950\/45 {
  border-top-color: rgb(4 6 6 / 0.45);
}

.border-t-limedSpruce-950\/5 {
  border-top-color: rgb(4 6 6 / 0.05);
}

.border-t-limedSpruce-950\/50 {
  border-top-color: rgb(4 6 6 / 0.5);
}

.border-t-limedSpruce-950\/55 {
  border-top-color: rgb(4 6 6 / 0.55);
}

.border-t-limedSpruce-950\/60 {
  border-top-color: rgb(4 6 6 / 0.6);
}

.border-t-limedSpruce-950\/65 {
  border-top-color: rgb(4 6 6 / 0.65);
}

.border-t-limedSpruce-950\/70 {
  border-top-color: rgb(4 6 6 / 0.7);
}

.border-t-limedSpruce-950\/75 {
  border-top-color: rgb(4 6 6 / 0.75);
}

.border-t-limedSpruce-950\/80 {
  border-top-color: rgb(4 6 6 / 0.8);
}

.border-t-limedSpruce-950\/85 {
  border-top-color: rgb(4 6 6 / 0.85);
}

.border-t-limedSpruce-950\/90 {
  border-top-color: rgb(4 6 6 / 0.9);
}

.border-t-limedSpruce-950\/95 {
  border-top-color: rgb(4 6 6 / 0.95);
}

.border-t-merino-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-t-merino-100\/0 {
  border-top-color: rgb(254 253 251 / 0);
}

.border-t-merino-100\/10 {
  border-top-color: rgb(254 253 251 / 0.1);
}

.border-t-merino-100\/100 {
  border-top-color: rgb(254 253 251 / 1);
}

.border-t-merino-100\/15 {
  border-top-color: rgb(254 253 251 / 0.15);
}

.border-t-merino-100\/20 {
  border-top-color: rgb(254 253 251 / 0.2);
}

.border-t-merino-100\/25 {
  border-top-color: rgb(254 253 251 / 0.25);
}

.border-t-merino-100\/30 {
  border-top-color: rgb(254 253 251 / 0.3);
}

.border-t-merino-100\/35 {
  border-top-color: rgb(254 253 251 / 0.35);
}

.border-t-merino-100\/40 {
  border-top-color: rgb(254 253 251 / 0.4);
}

.border-t-merino-100\/45 {
  border-top-color: rgb(254 253 251 / 0.45);
}

.border-t-merino-100\/5 {
  border-top-color: rgb(254 253 251 / 0.05);
}

.border-t-merino-100\/50 {
  border-top-color: rgb(254 253 251 / 0.5);
}

.border-t-merino-100\/55 {
  border-top-color: rgb(254 253 251 / 0.55);
}

.border-t-merino-100\/60 {
  border-top-color: rgb(254 253 251 / 0.6);
}

.border-t-merino-100\/65 {
  border-top-color: rgb(254 253 251 / 0.65);
}

.border-t-merino-100\/70 {
  border-top-color: rgb(254 253 251 / 0.7);
}

.border-t-merino-100\/75 {
  border-top-color: rgb(254 253 251 / 0.75);
}

.border-t-merino-100\/80 {
  border-top-color: rgb(254 253 251 / 0.8);
}

.border-t-merino-100\/85 {
  border-top-color: rgb(254 253 251 / 0.85);
}

.border-t-merino-100\/90 {
  border-top-color: rgb(254 253 251 / 0.9);
}

.border-t-merino-100\/95 {
  border-top-color: rgb(254 253 251 / 0.95);
}

.border-t-merino-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(252 251 248 / var(--tw-border-opacity, 1));
}

.border-t-merino-200\/0 {
  border-top-color: rgb(252 251 248 / 0);
}

.border-t-merino-200\/10 {
  border-top-color: rgb(252 251 248 / 0.1);
}

.border-t-merino-200\/100 {
  border-top-color: rgb(252 251 248 / 1);
}

.border-t-merino-200\/15 {
  border-top-color: rgb(252 251 248 / 0.15);
}

.border-t-merino-200\/20 {
  border-top-color: rgb(252 251 248 / 0.2);
}

.border-t-merino-200\/25 {
  border-top-color: rgb(252 251 248 / 0.25);
}

.border-t-merino-200\/30 {
  border-top-color: rgb(252 251 248 / 0.3);
}

.border-t-merino-200\/35 {
  border-top-color: rgb(252 251 248 / 0.35);
}

.border-t-merino-200\/40 {
  border-top-color: rgb(252 251 248 / 0.4);
}

.border-t-merino-200\/45 {
  border-top-color: rgb(252 251 248 / 0.45);
}

.border-t-merino-200\/5 {
  border-top-color: rgb(252 251 248 / 0.05);
}

.border-t-merino-200\/50 {
  border-top-color: rgb(252 251 248 / 0.5);
}

.border-t-merino-200\/55 {
  border-top-color: rgb(252 251 248 / 0.55);
}

.border-t-merino-200\/60 {
  border-top-color: rgb(252 251 248 / 0.6);
}

.border-t-merino-200\/65 {
  border-top-color: rgb(252 251 248 / 0.65);
}

.border-t-merino-200\/70 {
  border-top-color: rgb(252 251 248 / 0.7);
}

.border-t-merino-200\/75 {
  border-top-color: rgb(252 251 248 / 0.75);
}

.border-t-merino-200\/80 {
  border-top-color: rgb(252 251 248 / 0.8);
}

.border-t-merino-200\/85 {
  border-top-color: rgb(252 251 248 / 0.85);
}

.border-t-merino-200\/90 {
  border-top-color: rgb(252 251 248 / 0.9);
}

.border-t-merino-200\/95 {
  border-top-color: rgb(252 251 248 / 0.95);
}

.border-t-merino-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(250 247 240 / var(--tw-border-opacity, 1));
}

.border-t-merino-300\/0 {
  border-top-color: rgb(250 247 240 / 0);
}

.border-t-merino-300\/10 {
  border-top-color: rgb(250 247 240 / 0.1);
}

.border-t-merino-300\/100 {
  border-top-color: rgb(250 247 240 / 1);
}

.border-t-merino-300\/15 {
  border-top-color: rgb(250 247 240 / 0.15);
}

.border-t-merino-300\/20 {
  border-top-color: rgb(250 247 240 / 0.2);
}

.border-t-merino-300\/25 {
  border-top-color: rgb(250 247 240 / 0.25);
}

.border-t-merino-300\/30 {
  border-top-color: rgb(250 247 240 / 0.3);
}

.border-t-merino-300\/35 {
  border-top-color: rgb(250 247 240 / 0.35);
}

.border-t-merino-300\/40 {
  border-top-color: rgb(250 247 240 / 0.4);
}

.border-t-merino-300\/45 {
  border-top-color: rgb(250 247 240 / 0.45);
}

.border-t-merino-300\/5 {
  border-top-color: rgb(250 247 240 / 0.05);
}

.border-t-merino-300\/50 {
  border-top-color: rgb(250 247 240 / 0.5);
}

.border-t-merino-300\/55 {
  border-top-color: rgb(250 247 240 / 0.55);
}

.border-t-merino-300\/60 {
  border-top-color: rgb(250 247 240 / 0.6);
}

.border-t-merino-300\/65 {
  border-top-color: rgb(250 247 240 / 0.65);
}

.border-t-merino-300\/70 {
  border-top-color: rgb(250 247 240 / 0.7);
}

.border-t-merino-300\/75 {
  border-top-color: rgb(250 247 240 / 0.75);
}

.border-t-merino-300\/80 {
  border-top-color: rgb(250 247 240 / 0.8);
}

.border-t-merino-300\/85 {
  border-top-color: rgb(250 247 240 / 0.85);
}

.border-t-merino-300\/90 {
  border-top-color: rgb(250 247 240 / 0.9);
}

.border-t-merino-300\/95 {
  border-top-color: rgb(250 247 240 / 0.95);
}

.border-t-merino-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 245 236 / var(--tw-border-opacity, 1));
}

.border-t-merino-400\/0 {
  border-top-color: rgb(248 245 236 / 0);
}

.border-t-merino-400\/10 {
  border-top-color: rgb(248 245 236 / 0.1);
}

.border-t-merino-400\/100 {
  border-top-color: rgb(248 245 236 / 1);
}

.border-t-merino-400\/15 {
  border-top-color: rgb(248 245 236 / 0.15);
}

.border-t-merino-400\/20 {
  border-top-color: rgb(248 245 236 / 0.2);
}

.border-t-merino-400\/25 {
  border-top-color: rgb(248 245 236 / 0.25);
}

.border-t-merino-400\/30 {
  border-top-color: rgb(248 245 236 / 0.3);
}

.border-t-merino-400\/35 {
  border-top-color: rgb(248 245 236 / 0.35);
}

.border-t-merino-400\/40 {
  border-top-color: rgb(248 245 236 / 0.4);
}

.border-t-merino-400\/45 {
  border-top-color: rgb(248 245 236 / 0.45);
}

.border-t-merino-400\/5 {
  border-top-color: rgb(248 245 236 / 0.05);
}

.border-t-merino-400\/50 {
  border-top-color: rgb(248 245 236 / 0.5);
}

.border-t-merino-400\/55 {
  border-top-color: rgb(248 245 236 / 0.55);
}

.border-t-merino-400\/60 {
  border-top-color: rgb(248 245 236 / 0.6);
}

.border-t-merino-400\/65 {
  border-top-color: rgb(248 245 236 / 0.65);
}

.border-t-merino-400\/70 {
  border-top-color: rgb(248 245 236 / 0.7);
}

.border-t-merino-400\/75 {
  border-top-color: rgb(248 245 236 / 0.75);
}

.border-t-merino-400\/80 {
  border-top-color: rgb(248 245 236 / 0.8);
}

.border-t-merino-400\/85 {
  border-top-color: rgb(248 245 236 / 0.85);
}

.border-t-merino-400\/90 {
  border-top-color: rgb(248 245 236 / 0.9);
}

.border-t-merino-400\/95 {
  border-top-color: rgb(248 245 236 / 0.95);
}

.border-t-merino-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 253 251 / var(--tw-border-opacity, 1));
}

.border-t-merino-50\/0 {
  border-top-color: rgb(254 253 251 / 0);
}

.border-t-merino-50\/10 {
  border-top-color: rgb(254 253 251 / 0.1);
}

.border-t-merino-50\/100 {
  border-top-color: rgb(254 253 251 / 1);
}

.border-t-merino-50\/15 {
  border-top-color: rgb(254 253 251 / 0.15);
}

.border-t-merino-50\/20 {
  border-top-color: rgb(254 253 251 / 0.2);
}

.border-t-merino-50\/25 {
  border-top-color: rgb(254 253 251 / 0.25);
}

.border-t-merino-50\/30 {
  border-top-color: rgb(254 253 251 / 0.3);
}

.border-t-merino-50\/35 {
  border-top-color: rgb(254 253 251 / 0.35);
}

.border-t-merino-50\/40 {
  border-top-color: rgb(254 253 251 / 0.4);
}

.border-t-merino-50\/45 {
  border-top-color: rgb(254 253 251 / 0.45);
}

.border-t-merino-50\/5 {
  border-top-color: rgb(254 253 251 / 0.05);
}

.border-t-merino-50\/50 {
  border-top-color: rgb(254 253 251 / 0.5);
}

.border-t-merino-50\/55 {
  border-top-color: rgb(254 253 251 / 0.55);
}

.border-t-merino-50\/60 {
  border-top-color: rgb(254 253 251 / 0.6);
}

.border-t-merino-50\/65 {
  border-top-color: rgb(254 253 251 / 0.65);
}

.border-t-merino-50\/70 {
  border-top-color: rgb(254 253 251 / 0.7);
}

.border-t-merino-50\/75 {
  border-top-color: rgb(254 253 251 / 0.75);
}

.border-t-merino-50\/80 {
  border-top-color: rgb(254 253 251 / 0.8);
}

.border-t-merino-50\/85 {
  border-top-color: rgb(254 253 251 / 0.85);
}

.border-t-merino-50\/90 {
  border-top-color: rgb(254 253 251 / 0.9);
}

.border-t-merino-50\/95 {
  border-top-color: rgb(254 253 251 / 0.95);
}

.border-t-merino-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(247 243 233 / var(--tw-border-opacity, 1));
}

.border-t-merino-500\/0 {
  border-top-color: rgb(247 243 233 / 0);
}

.border-t-merino-500\/10 {
  border-top-color: rgb(247 243 233 / 0.1);
}

.border-t-merino-500\/100 {
  border-top-color: rgb(247 243 233 / 1);
}

.border-t-merino-500\/15 {
  border-top-color: rgb(247 243 233 / 0.15);
}

.border-t-merino-500\/20 {
  border-top-color: rgb(247 243 233 / 0.2);
}

.border-t-merino-500\/25 {
  border-top-color: rgb(247 243 233 / 0.25);
}

.border-t-merino-500\/30 {
  border-top-color: rgb(247 243 233 / 0.3);
}

.border-t-merino-500\/35 {
  border-top-color: rgb(247 243 233 / 0.35);
}

.border-t-merino-500\/40 {
  border-top-color: rgb(247 243 233 / 0.4);
}

.border-t-merino-500\/45 {
  border-top-color: rgb(247 243 233 / 0.45);
}

.border-t-merino-500\/5 {
  border-top-color: rgb(247 243 233 / 0.05);
}

.border-t-merino-500\/50 {
  border-top-color: rgb(247 243 233 / 0.5);
}

.border-t-merino-500\/55 {
  border-top-color: rgb(247 243 233 / 0.55);
}

.border-t-merino-500\/60 {
  border-top-color: rgb(247 243 233 / 0.6);
}

.border-t-merino-500\/65 {
  border-top-color: rgb(247 243 233 / 0.65);
}

.border-t-merino-500\/70 {
  border-top-color: rgb(247 243 233 / 0.7);
}

.border-t-merino-500\/75 {
  border-top-color: rgb(247 243 233 / 0.75);
}

.border-t-merino-500\/80 {
  border-top-color: rgb(247 243 233 / 0.8);
}

.border-t-merino-500\/85 {
  border-top-color: rgb(247 243 233 / 0.85);
}

.border-t-merino-500\/90 {
  border-top-color: rgb(247 243 233 / 0.9);
}

.border-t-merino-500\/95 {
  border-top-color: rgb(247 243 233 / 0.95);
}

.border-t-merino-600 {
  --tw-border-opacity: 1;
  border-top-color: rgb(221 204 161 / var(--tw-border-opacity, 1));
}

.border-t-merino-600\/0 {
  border-top-color: rgb(221 204 161 / 0);
}

.border-t-merino-600\/10 {
  border-top-color: rgb(221 204 161 / 0.1);
}

.border-t-merino-600\/100 {
  border-top-color: rgb(221 204 161 / 1);
}

.border-t-merino-600\/15 {
  border-top-color: rgb(221 204 161 / 0.15);
}

.border-t-merino-600\/20 {
  border-top-color: rgb(221 204 161 / 0.2);
}

.border-t-merino-600\/25 {
  border-top-color: rgb(221 204 161 / 0.25);
}

.border-t-merino-600\/30 {
  border-top-color: rgb(221 204 161 / 0.3);
}

.border-t-merino-600\/35 {
  border-top-color: rgb(221 204 161 / 0.35);
}

.border-t-merino-600\/40 {
  border-top-color: rgb(221 204 161 / 0.4);
}

.border-t-merino-600\/45 {
  border-top-color: rgb(221 204 161 / 0.45);
}

.border-t-merino-600\/5 {
  border-top-color: rgb(221 204 161 / 0.05);
}

.border-t-merino-600\/50 {
  border-top-color: rgb(221 204 161 / 0.5);
}

.border-t-merino-600\/55 {
  border-top-color: rgb(221 204 161 / 0.55);
}

.border-t-merino-600\/60 {
  border-top-color: rgb(221 204 161 / 0.6);
}

.border-t-merino-600\/65 {
  border-top-color: rgb(221 204 161 / 0.65);
}

.border-t-merino-600\/70 {
  border-top-color: rgb(221 204 161 / 0.7);
}

.border-t-merino-600\/75 {
  border-top-color: rgb(221 204 161 / 0.75);
}

.border-t-merino-600\/80 {
  border-top-color: rgb(221 204 161 / 0.8);
}

.border-t-merino-600\/85 {
  border-top-color: rgb(221 204 161 / 0.85);
}

.border-t-merino-600\/90 {
  border-top-color: rgb(221 204 161 / 0.9);
}

.border-t-merino-600\/95 {
  border-top-color: rgb(221 204 161 / 0.95);
}

.border-t-merino-700 {
  --tw-border-opacity: 1;
  border-top-color: rgb(195 166 90 / var(--tw-border-opacity, 1));
}

.border-t-merino-700\/0 {
  border-top-color: rgb(195 166 90 / 0);
}

.border-t-merino-700\/10 {
  border-top-color: rgb(195 166 90 / 0.1);
}

.border-t-merino-700\/100 {
  border-top-color: rgb(195 166 90 / 1);
}

.border-t-merino-700\/15 {
  border-top-color: rgb(195 166 90 / 0.15);
}

.border-t-merino-700\/20 {
  border-top-color: rgb(195 166 90 / 0.2);
}

.border-t-merino-700\/25 {
  border-top-color: rgb(195 166 90 / 0.25);
}

.border-t-merino-700\/30 {
  border-top-color: rgb(195 166 90 / 0.3);
}

.border-t-merino-700\/35 {
  border-top-color: rgb(195 166 90 / 0.35);
}

.border-t-merino-700\/40 {
  border-top-color: rgb(195 166 90 / 0.4);
}

.border-t-merino-700\/45 {
  border-top-color: rgb(195 166 90 / 0.45);
}

.border-t-merino-700\/5 {
  border-top-color: rgb(195 166 90 / 0.05);
}

.border-t-merino-700\/50 {
  border-top-color: rgb(195 166 90 / 0.5);
}

.border-t-merino-700\/55 {
  border-top-color: rgb(195 166 90 / 0.55);
}

.border-t-merino-700\/60 {
  border-top-color: rgb(195 166 90 / 0.6);
}

.border-t-merino-700\/65 {
  border-top-color: rgb(195 166 90 / 0.65);
}

.border-t-merino-700\/70 {
  border-top-color: rgb(195 166 90 / 0.7);
}

.border-t-merino-700\/75 {
  border-top-color: rgb(195 166 90 / 0.75);
}

.border-t-merino-700\/80 {
  border-top-color: rgb(195 166 90 / 0.8);
}

.border-t-merino-700\/85 {
  border-top-color: rgb(195 166 90 / 0.85);
}

.border-t-merino-700\/90 {
  border-top-color: rgb(195 166 90 / 0.9);
}

.border-t-merino-700\/95 {
  border-top-color: rgb(195 166 90 / 0.95);
}

.border-t-merino-800 {
  --tw-border-opacity: 1;
  border-top-color: rgb(142 117 52 / var(--tw-border-opacity, 1));
}

.border-t-merino-800\/0 {
  border-top-color: rgb(142 117 52 / 0);
}

.border-t-merino-800\/10 {
  border-top-color: rgb(142 117 52 / 0.1);
}

.border-t-merino-800\/100 {
  border-top-color: rgb(142 117 52 / 1);
}

.border-t-merino-800\/15 {
  border-top-color: rgb(142 117 52 / 0.15);
}

.border-t-merino-800\/20 {
  border-top-color: rgb(142 117 52 / 0.2);
}

.border-t-merino-800\/25 {
  border-top-color: rgb(142 117 52 / 0.25);
}

.border-t-merino-800\/30 {
  border-top-color: rgb(142 117 52 / 0.3);
}

.border-t-merino-800\/35 {
  border-top-color: rgb(142 117 52 / 0.35);
}

.border-t-merino-800\/40 {
  border-top-color: rgb(142 117 52 / 0.4);
}

.border-t-merino-800\/45 {
  border-top-color: rgb(142 117 52 / 0.45);
}

.border-t-merino-800\/5 {
  border-top-color: rgb(142 117 52 / 0.05);
}

.border-t-merino-800\/50 {
  border-top-color: rgb(142 117 52 / 0.5);
}

.border-t-merino-800\/55 {
  border-top-color: rgb(142 117 52 / 0.55);
}

.border-t-merino-800\/60 {
  border-top-color: rgb(142 117 52 / 0.6);
}

.border-t-merino-800\/65 {
  border-top-color: rgb(142 117 52 / 0.65);
}

.border-t-merino-800\/70 {
  border-top-color: rgb(142 117 52 / 0.7);
}

.border-t-merino-800\/75 {
  border-top-color: rgb(142 117 52 / 0.75);
}

.border-t-merino-800\/80 {
  border-top-color: rgb(142 117 52 / 0.8);
}

.border-t-merino-800\/85 {
  border-top-color: rgb(142 117 52 / 0.85);
}

.border-t-merino-800\/90 {
  border-top-color: rgb(142 117 52 / 0.9);
}

.border-t-merino-800\/95 {
  border-top-color: rgb(142 117 52 / 0.95);
}

.border-t-merino-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(71 58 26 / var(--tw-border-opacity, 1));
}

.border-t-merino-900\/0 {
  border-top-color: rgb(71 58 26 / 0);
}

.border-t-merino-900\/10 {
  border-top-color: rgb(71 58 26 / 0.1);
}

.border-t-merino-900\/100 {
  border-top-color: rgb(71 58 26 / 1);
}

.border-t-merino-900\/15 {
  border-top-color: rgb(71 58 26 / 0.15);
}

.border-t-merino-900\/20 {
  border-top-color: rgb(71 58 26 / 0.2);
}

.border-t-merino-900\/25 {
  border-top-color: rgb(71 58 26 / 0.25);
}

.border-t-merino-900\/30 {
  border-top-color: rgb(71 58 26 / 0.3);
}

.border-t-merino-900\/35 {
  border-top-color: rgb(71 58 26 / 0.35);
}

.border-t-merino-900\/40 {
  border-top-color: rgb(71 58 26 / 0.4);
}

.border-t-merino-900\/45 {
  border-top-color: rgb(71 58 26 / 0.45);
}

.border-t-merino-900\/5 {
  border-top-color: rgb(71 58 26 / 0.05);
}

.border-t-merino-900\/50 {
  border-top-color: rgb(71 58 26 / 0.5);
}

.border-t-merino-900\/55 {
  border-top-color: rgb(71 58 26 / 0.55);
}

.border-t-merino-900\/60 {
  border-top-color: rgb(71 58 26 / 0.6);
}

.border-t-merino-900\/65 {
  border-top-color: rgb(71 58 26 / 0.65);
}

.border-t-merino-900\/70 {
  border-top-color: rgb(71 58 26 / 0.7);
}

.border-t-merino-900\/75 {
  border-top-color: rgb(71 58 26 / 0.75);
}

.border-t-merino-900\/80 {
  border-top-color: rgb(71 58 26 / 0.8);
}

.border-t-merino-900\/85 {
  border-top-color: rgb(71 58 26 / 0.85);
}

.border-t-merino-900\/90 {
  border-top-color: rgb(71 58 26 / 0.9);
}

.border-t-merino-900\/95 {
  border-top-color: rgb(71 58 26 / 0.95);
}

.border-t-merino-950 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 28 12 / var(--tw-border-opacity, 1));
}

.border-t-merino-950\/0 {
  border-top-color: rgb(34 28 12 / 0);
}

.border-t-merino-950\/10 {
  border-top-color: rgb(34 28 12 / 0.1);
}

.border-t-merino-950\/100 {
  border-top-color: rgb(34 28 12 / 1);
}

.border-t-merino-950\/15 {
  border-top-color: rgb(34 28 12 / 0.15);
}

.border-t-merino-950\/20 {
  border-top-color: rgb(34 28 12 / 0.2);
}

.border-t-merino-950\/25 {
  border-top-color: rgb(34 28 12 / 0.25);
}

.border-t-merino-950\/30 {
  border-top-color: rgb(34 28 12 / 0.3);
}

.border-t-merino-950\/35 {
  border-top-color: rgb(34 28 12 / 0.35);
}

.border-t-merino-950\/40 {
  border-top-color: rgb(34 28 12 / 0.4);
}

.border-t-merino-950\/45 {
  border-top-color: rgb(34 28 12 / 0.45);
}

.border-t-merino-950\/5 {
  border-top-color: rgb(34 28 12 / 0.05);
}

.border-t-merino-950\/50 {
  border-top-color: rgb(34 28 12 / 0.5);
}

.border-t-merino-950\/55 {
  border-top-color: rgb(34 28 12 / 0.55);
}

.border-t-merino-950\/60 {
  border-top-color: rgb(34 28 12 / 0.6);
}

.border-t-merino-950\/65 {
  border-top-color: rgb(34 28 12 / 0.65);
}

.border-t-merino-950\/70 {
  border-top-color: rgb(34 28 12 / 0.7);
}

.border-t-merino-950\/75 {
  border-top-color: rgb(34 28 12 / 0.75);
}

.border-t-merino-950\/80 {
  border-top-color: rgb(34 28 12 / 0.8);
}

.border-t-merino-950\/85 {
  border-top-color: rgb(34 28 12 / 0.85);
}

.border-t-merino-950\/90 {
  border-top-color: rgb(34 28 12 / 0.9);
}

.border-t-merino-950\/95 {
  border-top-color: rgb(34 28 12 / 0.95);
}

.border-t-midgrey {
  --tw-border-opacity: 1;
  border-top-color: rgb(117 119 124 / var(--tw-border-opacity, 1));
}

.border-t-midgrey\/0 {
  border-top-color: rgb(117 119 124 / 0);
}

.border-t-midgrey\/10 {
  border-top-color: rgb(117 119 124 / 0.1);
}

.border-t-midgrey\/100 {
  border-top-color: rgb(117 119 124 / 1);
}

.border-t-midgrey\/15 {
  border-top-color: rgb(117 119 124 / 0.15);
}

.border-t-midgrey\/20 {
  border-top-color: rgb(117 119 124 / 0.2);
}

.border-t-midgrey\/25 {
  border-top-color: rgb(117 119 124 / 0.25);
}

.border-t-midgrey\/30 {
  border-top-color: rgb(117 119 124 / 0.3);
}

.border-t-midgrey\/35 {
  border-top-color: rgb(117 119 124 / 0.35);
}

.border-t-midgrey\/40 {
  border-top-color: rgb(117 119 124 / 0.4);
}

.border-t-midgrey\/45 {
  border-top-color: rgb(117 119 124 / 0.45);
}

.border-t-midgrey\/5 {
  border-top-color: rgb(117 119 124 / 0.05);
}

.border-t-midgrey\/50 {
  border-top-color: rgb(117 119 124 / 0.5);
}

.border-t-midgrey\/55 {
  border-top-color: rgb(117 119 124 / 0.55);
}

.border-t-midgrey\/60 {
  border-top-color: rgb(117 119 124 / 0.6);
}

.border-t-midgrey\/65 {
  border-top-color: rgb(117 119 124 / 0.65);
}

.border-t-midgrey\/70 {
  border-top-color: rgb(117 119 124 / 0.7);
}

.border-t-midgrey\/75 {
  border-top-color: rgb(117 119 124 / 0.75);
}

.border-t-midgrey\/80 {
  border-top-color: rgb(117 119 124 / 0.8);
}

.border-t-midgrey\/85 {
  border-top-color: rgb(117 119 124 / 0.85);
}

.border-t-midgrey\/90 {
  border-top-color: rgb(117 119 124 / 0.9);
}

.border-t-midgrey\/95 {
  border-top-color: rgb(117 119 124 / 0.95);
}

.border-t-offWhite {
  --tw-border-opacity: 1;
  border-top-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-t-offWhite\/0 {
  border-top-color: rgb(217 217 217 / 0);
}

.border-t-offWhite\/10 {
  border-top-color: rgb(217 217 217 / 0.1);
}

.border-t-offWhite\/100 {
  border-top-color: rgb(217 217 217 / 1);
}

.border-t-offWhite\/15 {
  border-top-color: rgb(217 217 217 / 0.15);
}

.border-t-offWhite\/20 {
  border-top-color: rgb(217 217 217 / 0.2);
}

.border-t-offWhite\/25 {
  border-top-color: rgb(217 217 217 / 0.25);
}

.border-t-offWhite\/30 {
  border-top-color: rgb(217 217 217 / 0.3);
}

.border-t-offWhite\/35 {
  border-top-color: rgb(217 217 217 / 0.35);
}

.border-t-offWhite\/40 {
  border-top-color: rgb(217 217 217 / 0.4);
}

.border-t-offWhite\/45 {
  border-top-color: rgb(217 217 217 / 0.45);
}

.border-t-offWhite\/5 {
  border-top-color: rgb(217 217 217 / 0.05);
}

.border-t-offWhite\/50 {
  border-top-color: rgb(217 217 217 / 0.5);
}

.border-t-offWhite\/55 {
  border-top-color: rgb(217 217 217 / 0.55);
}

.border-t-offWhite\/60 {
  border-top-color: rgb(217 217 217 / 0.6);
}

.border-t-offWhite\/65 {
  border-top-color: rgb(217 217 217 / 0.65);
}

.border-t-offWhite\/70 {
  border-top-color: rgb(217 217 217 / 0.7);
}

.border-t-offWhite\/75 {
  border-top-color: rgb(217 217 217 / 0.75);
}

.border-t-offWhite\/80 {
  border-top-color: rgb(217 217 217 / 0.8);
}

.border-t-offWhite\/85 {
  border-top-color: rgb(217 217 217 / 0.85);
}

.border-t-offWhite\/90 {
  border-top-color: rgb(217 217 217 / 0.9);
}

.border-t-offWhite\/95 {
  border-top-color: rgb(217 217 217 / 0.95);
}

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

.border-t-white\/0 {
  border-top-color: rgb(255 255 255 / 0);
}

.border-t-white\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}

.border-t-white\/100 {
  border-top-color: rgb(255 255 255 / 1);
}

.border-t-white\/15 {
  border-top-color: rgb(255 255 255 / 0.15);
}

.border-t-white\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}

.border-t-white\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}

.border-t-white\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}

.border-t-white\/35 {
  border-top-color: rgb(255 255 255 / 0.35);
}

.border-t-white\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}

.border-t-white\/45 {
  border-top-color: rgb(255 255 255 / 0.45);
}

.border-t-white\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}

.border-t-white\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}

.border-t-white\/55 {
  border-top-color: rgb(255 255 255 / 0.55);
}

.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}

.border-t-white\/65 {
  border-top-color: rgb(255 255 255 / 0.65);
}

.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}

.border-t-white\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}

.border-t-white\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}

.border-t-white\/85 {
  border-top-color: rgb(255 255 255 / 0.85);
}

.border-t-white\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}

.border-t-white\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

.border-opacity-100 {
  --tw-border-opacity: 1;
}

.border-opacity-15 {
  --tw-border-opacity: 0.15;
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.border-opacity-35 {
  --tw-border-opacity: 0.35;
}

.border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.border-opacity-45 {
  --tw-border-opacity: 0.45;
}

.border-opacity-5 {
  --tw-border-opacity: 0.05;
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.border-opacity-55 {
  --tw-border-opacity: 0.55;
}

.border-opacity-60 {
  --tw-border-opacity: 0.6;
}

.border-opacity-65 {
  --tw-border-opacity: 0.65;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.border-opacity-80 {
  --tw-border-opacity: 0.8;
}

.border-opacity-85 {
  --tw-border-opacity: 0.85;
}

.border-opacity-90 {
  --tw-border-opacity: 0.9;
}

.border-opacity-95 {
  --tw-border-opacity: 0.95;
}

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

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-flamingo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 222 217 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-100\/0 {
  background-color: rgb(252 222 217 / 0);
}

.bg-flamingo-100\/10 {
  background-color: rgb(252 222 217 / 0.1);
}

.bg-flamingo-100\/100 {
  background-color: rgb(252 222 217 / 1);
}

.bg-flamingo-100\/15 {
  background-color: rgb(252 222 217 / 0.15);
}

.bg-flamingo-100\/20 {
  background-color: rgb(252 222 217 / 0.2);
}

.bg-flamingo-100\/25 {
  background-color: rgb(252 222 217 / 0.25);
}

.bg-flamingo-100\/30 {
  background-color: rgb(252 222 217 / 0.3);
}

.bg-flamingo-100\/35 {
  background-color: rgb(252 222 217 / 0.35);
}

.bg-flamingo-100\/40 {
  background-color: rgb(252 222 217 / 0.4);
}

.bg-flamingo-100\/45 {
  background-color: rgb(252 222 217 / 0.45);
}

.bg-flamingo-100\/5 {
  background-color: rgb(252 222 217 / 0.05);
}

.bg-flamingo-100\/50 {
  background-color: rgb(252 222 217 / 0.5);
}

.bg-flamingo-100\/55 {
  background-color: rgb(252 222 217 / 0.55);
}

.bg-flamingo-100\/60 {
  background-color: rgb(252 222 217 / 0.6);
}

.bg-flamingo-100\/65 {
  background-color: rgb(252 222 217 / 0.65);
}

.bg-flamingo-100\/70 {
  background-color: rgb(252 222 217 / 0.7);
}

.bg-flamingo-100\/75 {
  background-color: rgb(252 222 217 / 0.75);
}

.bg-flamingo-100\/80 {
  background-color: rgb(252 222 217 / 0.8);
}

.bg-flamingo-100\/85 {
  background-color: rgb(252 222 217 / 0.85);
}

.bg-flamingo-100\/90 {
  background-color: rgb(252 222 217 / 0.9);
}

.bg-flamingo-100\/95 {
  background-color: rgb(252 222 217 / 0.95);
}

.bg-flamingo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 189 179 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-200\/0 {
  background-color: rgb(249 189 179 / 0);
}

.bg-flamingo-200\/10 {
  background-color: rgb(249 189 179 / 0.1);
}

.bg-flamingo-200\/100 {
  background-color: rgb(249 189 179 / 1);
}

.bg-flamingo-200\/15 {
  background-color: rgb(249 189 179 / 0.15);
}

.bg-flamingo-200\/20 {
  background-color: rgb(249 189 179 / 0.2);
}

.bg-flamingo-200\/25 {
  background-color: rgb(249 189 179 / 0.25);
}

.bg-flamingo-200\/30 {
  background-color: rgb(249 189 179 / 0.3);
}

.bg-flamingo-200\/35 {
  background-color: rgb(249 189 179 / 0.35);
}

.bg-flamingo-200\/40 {
  background-color: rgb(249 189 179 / 0.4);
}

.bg-flamingo-200\/45 {
  background-color: rgb(249 189 179 / 0.45);
}

.bg-flamingo-200\/5 {
  background-color: rgb(249 189 179 / 0.05);
}

.bg-flamingo-200\/50 {
  background-color: rgb(249 189 179 / 0.5);
}

.bg-flamingo-200\/55 {
  background-color: rgb(249 189 179 / 0.55);
}

.bg-flamingo-200\/60 {
  background-color: rgb(249 189 179 / 0.6);
}

.bg-flamingo-200\/65 {
  background-color: rgb(249 189 179 / 0.65);
}

.bg-flamingo-200\/70 {
  background-color: rgb(249 189 179 / 0.7);
}

.bg-flamingo-200\/75 {
  background-color: rgb(249 189 179 / 0.75);
}

.bg-flamingo-200\/80 {
  background-color: rgb(249 189 179 / 0.8);
}

.bg-flamingo-200\/85 {
  background-color: rgb(249 189 179 / 0.85);
}

.bg-flamingo-200\/90 {
  background-color: rgb(249 189 179 / 0.9);
}

.bg-flamingo-200\/95 {
  background-color: rgb(249 189 179 / 0.95);
}

.bg-flamingo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 155 141 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-300\/0 {
  background-color: rgb(246 155 141 / 0);
}

.bg-flamingo-300\/10 {
  background-color: rgb(246 155 141 / 0.1);
}

.bg-flamingo-300\/100 {
  background-color: rgb(246 155 141 / 1);
}

.bg-flamingo-300\/15 {
  background-color: rgb(246 155 141 / 0.15);
}

.bg-flamingo-300\/20 {
  background-color: rgb(246 155 141 / 0.2);
}

.bg-flamingo-300\/25 {
  background-color: rgb(246 155 141 / 0.25);
}

.bg-flamingo-300\/30 {
  background-color: rgb(246 155 141 / 0.3);
}

.bg-flamingo-300\/35 {
  background-color: rgb(246 155 141 / 0.35);
}

.bg-flamingo-300\/40 {
  background-color: rgb(246 155 141 / 0.4);
}

.bg-flamingo-300\/45 {
  background-color: rgb(246 155 141 / 0.45);
}

.bg-flamingo-300\/5 {
  background-color: rgb(246 155 141 / 0.05);
}

.bg-flamingo-300\/50 {
  background-color: rgb(246 155 141 / 0.5);
}

.bg-flamingo-300\/55 {
  background-color: rgb(246 155 141 / 0.55);
}

.bg-flamingo-300\/60 {
  background-color: rgb(246 155 141 / 0.6);
}

.bg-flamingo-300\/65 {
  background-color: rgb(246 155 141 / 0.65);
}

.bg-flamingo-300\/70 {
  background-color: rgb(246 155 141 / 0.7);
}

.bg-flamingo-300\/75 {
  background-color: rgb(246 155 141 / 0.75);
}

.bg-flamingo-300\/80 {
  background-color: rgb(246 155 141 / 0.8);
}

.bg-flamingo-300\/85 {
  background-color: rgb(246 155 141 / 0.85);
}

.bg-flamingo-300\/90 {
  background-color: rgb(246 155 141 / 0.9);
}

.bg-flamingo-300\/95 {
  background-color: rgb(246 155 141 / 0.95);
}

.bg-flamingo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 122 104 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-400\/0 {
  background-color: rgb(243 122 104 / 0);
}

.bg-flamingo-400\/10 {
  background-color: rgb(243 122 104 / 0.1);
}

.bg-flamingo-400\/100 {
  background-color: rgb(243 122 104 / 1);
}

.bg-flamingo-400\/15 {
  background-color: rgb(243 122 104 / 0.15);
}

.bg-flamingo-400\/20 {
  background-color: rgb(243 122 104 / 0.2);
}

.bg-flamingo-400\/25 {
  background-color: rgb(243 122 104 / 0.25);
}

.bg-flamingo-400\/30 {
  background-color: rgb(243 122 104 / 0.3);
}

.bg-flamingo-400\/35 {
  background-color: rgb(243 122 104 / 0.35);
}

.bg-flamingo-400\/40 {
  background-color: rgb(243 122 104 / 0.4);
}

.bg-flamingo-400\/45 {
  background-color: rgb(243 122 104 / 0.45);
}

.bg-flamingo-400\/5 {
  background-color: rgb(243 122 104 / 0.05);
}

.bg-flamingo-400\/50 {
  background-color: rgb(243 122 104 / 0.5);
}

.bg-flamingo-400\/55 {
  background-color: rgb(243 122 104 / 0.55);
}

.bg-flamingo-400\/60 {
  background-color: rgb(243 122 104 / 0.6);
}

.bg-flamingo-400\/65 {
  background-color: rgb(243 122 104 / 0.65);
}

.bg-flamingo-400\/70 {
  background-color: rgb(243 122 104 / 0.7);
}

.bg-flamingo-400\/75 {
  background-color: rgb(243 122 104 / 0.75);
}

.bg-flamingo-400\/80 {
  background-color: rgb(243 122 104 / 0.8);
}

.bg-flamingo-400\/85 {
  background-color: rgb(243 122 104 / 0.85);
}

.bg-flamingo-400\/90 {
  background-color: rgb(243 122 104 / 0.9);
}

.bg-flamingo-400\/95 {
  background-color: rgb(243 122 104 / 0.95);
}

.bg-flamingo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 238 236 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-50\/0 {
  background-color: rgb(254 238 236 / 0);
}

.bg-flamingo-50\/10 {
  background-color: rgb(254 238 236 / 0.1);
}

.bg-flamingo-50\/100 {
  background-color: rgb(254 238 236 / 1);
}

.bg-flamingo-50\/15 {
  background-color: rgb(254 238 236 / 0.15);
}

.bg-flamingo-50\/20 {
  background-color: rgb(254 238 236 / 0.2);
}

.bg-flamingo-50\/25 {
  background-color: rgb(254 238 236 / 0.25);
}

.bg-flamingo-50\/30 {
  background-color: rgb(254 238 236 / 0.3);
}

.bg-flamingo-50\/35 {
  background-color: rgb(254 238 236 / 0.35);
}

.bg-flamingo-50\/40 {
  background-color: rgb(254 238 236 / 0.4);
}

.bg-flamingo-50\/45 {
  background-color: rgb(254 238 236 / 0.45);
}

.bg-flamingo-50\/5 {
  background-color: rgb(254 238 236 / 0.05);
}

.bg-flamingo-50\/50 {
  background-color: rgb(254 238 236 / 0.5);
}

.bg-flamingo-50\/55 {
  background-color: rgb(254 238 236 / 0.55);
}

.bg-flamingo-50\/60 {
  background-color: rgb(254 238 236 / 0.6);
}

.bg-flamingo-50\/65 {
  background-color: rgb(254 238 236 / 0.65);
}

.bg-flamingo-50\/70 {
  background-color: rgb(254 238 236 / 0.7);
}

.bg-flamingo-50\/75 {
  background-color: rgb(254 238 236 / 0.75);
}

.bg-flamingo-50\/80 {
  background-color: rgb(254 238 236 / 0.8);
}

.bg-flamingo-50\/85 {
  background-color: rgb(254 238 236 / 0.85);
}

.bg-flamingo-50\/90 {
  background-color: rgb(254 238 236 / 0.9);
}

.bg-flamingo-50\/95 {
  background-color: rgb(254 238 236 / 0.95);
}

.bg-flamingo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 88 63 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-500\/0 {
  background-color: rgb(240 88 63 / 0);
}

.bg-flamingo-500\/10 {
  background-color: rgb(240 88 63 / 0.1);
}

.bg-flamingo-500\/100 {
  background-color: rgb(240 88 63 / 1);
}

.bg-flamingo-500\/15 {
  background-color: rgb(240 88 63 / 0.15);
}

.bg-flamingo-500\/20 {
  background-color: rgb(240 88 63 / 0.2);
}

.bg-flamingo-500\/25 {
  background-color: rgb(240 88 63 / 0.25);
}

.bg-flamingo-500\/30 {
  background-color: rgb(240 88 63 / 0.3);
}

.bg-flamingo-500\/35 {
  background-color: rgb(240 88 63 / 0.35);
}

.bg-flamingo-500\/40 {
  background-color: rgb(240 88 63 / 0.4);
}

.bg-flamingo-500\/45 {
  background-color: rgb(240 88 63 / 0.45);
}

.bg-flamingo-500\/5 {
  background-color: rgb(240 88 63 / 0.05);
}

.bg-flamingo-500\/50 {
  background-color: rgb(240 88 63 / 0.5);
}

.bg-flamingo-500\/55 {
  background-color: rgb(240 88 63 / 0.55);
}

.bg-flamingo-500\/60 {
  background-color: rgb(240 88 63 / 0.6);
}

.bg-flamingo-500\/65 {
  background-color: rgb(240 88 63 / 0.65);
}

.bg-flamingo-500\/70 {
  background-color: rgb(240 88 63 / 0.7);
}

.bg-flamingo-500\/75 {
  background-color: rgb(240 88 63 / 0.75);
}

.bg-flamingo-500\/80 {
  background-color: rgb(240 88 63 / 0.8);
}

.bg-flamingo-500\/85 {
  background-color: rgb(240 88 63 / 0.85);
}

.bg-flamingo-500\/90 {
  background-color: rgb(240 88 63 / 0.9);
}

.bg-flamingo-500\/95 {
  background-color: rgb(240 88 63 / 0.95);
}

.bg-flamingo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 46 18 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-600\/0 {
  background-color: rgb(227 46 18 / 0);
}

.bg-flamingo-600\/10 {
  background-color: rgb(227 46 18 / 0.1);
}

.bg-flamingo-600\/100 {
  background-color: rgb(227 46 18 / 1);
}

.bg-flamingo-600\/15 {
  background-color: rgb(227 46 18 / 0.15);
}

.bg-flamingo-600\/20 {
  background-color: rgb(227 46 18 / 0.2);
}

.bg-flamingo-600\/25 {
  background-color: rgb(227 46 18 / 0.25);
}

.bg-flamingo-600\/30 {
  background-color: rgb(227 46 18 / 0.3);
}

.bg-flamingo-600\/35 {
  background-color: rgb(227 46 18 / 0.35);
}

.bg-flamingo-600\/40 {
  background-color: rgb(227 46 18 / 0.4);
}

.bg-flamingo-600\/45 {
  background-color: rgb(227 46 18 / 0.45);
}

.bg-flamingo-600\/5 {
  background-color: rgb(227 46 18 / 0.05);
}

.bg-flamingo-600\/50 {
  background-color: rgb(227 46 18 / 0.5);
}

.bg-flamingo-600\/55 {
  background-color: rgb(227 46 18 / 0.55);
}

.bg-flamingo-600\/60 {
  background-color: rgb(227 46 18 / 0.6);
}

.bg-flamingo-600\/65 {
  background-color: rgb(227 46 18 / 0.65);
}

.bg-flamingo-600\/70 {
  background-color: rgb(227 46 18 / 0.7);
}

.bg-flamingo-600\/75 {
  background-color: rgb(227 46 18 / 0.75);
}

.bg-flamingo-600\/80 {
  background-color: rgb(227 46 18 / 0.8);
}

.bg-flamingo-600\/85 {
  background-color: rgb(227 46 18 / 0.85);
}

.bg-flamingo-600\/90 {
  background-color: rgb(227 46 18 / 0.9);
}

.bg-flamingo-600\/95 {
  background-color: rgb(227 46 18 / 0.95);
}

.bg-flamingo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(170 34 13 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-700\/0 {
  background-color: rgb(170 34 13 / 0);
}

.bg-flamingo-700\/10 {
  background-color: rgb(170 34 13 / 0.1);
}

.bg-flamingo-700\/100 {
  background-color: rgb(170 34 13 / 1);
}

.bg-flamingo-700\/15 {
  background-color: rgb(170 34 13 / 0.15);
}

.bg-flamingo-700\/20 {
  background-color: rgb(170 34 13 / 0.2);
}

.bg-flamingo-700\/25 {
  background-color: rgb(170 34 13 / 0.25);
}

.bg-flamingo-700\/30 {
  background-color: rgb(170 34 13 / 0.3);
}

.bg-flamingo-700\/35 {
  background-color: rgb(170 34 13 / 0.35);
}

.bg-flamingo-700\/40 {
  background-color: rgb(170 34 13 / 0.4);
}

.bg-flamingo-700\/45 {
  background-color: rgb(170 34 13 / 0.45);
}

.bg-flamingo-700\/5 {
  background-color: rgb(170 34 13 / 0.05);
}

.bg-flamingo-700\/50 {
  background-color: rgb(170 34 13 / 0.5);
}

.bg-flamingo-700\/55 {
  background-color: rgb(170 34 13 / 0.55);
}

.bg-flamingo-700\/60 {
  background-color: rgb(170 34 13 / 0.6);
}

.bg-flamingo-700\/65 {
  background-color: rgb(170 34 13 / 0.65);
}

.bg-flamingo-700\/70 {
  background-color: rgb(170 34 13 / 0.7);
}

.bg-flamingo-700\/75 {
  background-color: rgb(170 34 13 / 0.75);
}

.bg-flamingo-700\/80 {
  background-color: rgb(170 34 13 / 0.8);
}

.bg-flamingo-700\/85 {
  background-color: rgb(170 34 13 / 0.85);
}

.bg-flamingo-700\/90 {
  background-color: rgb(170 34 13 / 0.9);
}

.bg-flamingo-700\/95 {
  background-color: rgb(170 34 13 / 0.95);
}

.bg-flamingo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(114 23 9 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-800\/0 {
  background-color: rgb(114 23 9 / 0);
}

.bg-flamingo-800\/10 {
  background-color: rgb(114 23 9 / 0.1);
}

.bg-flamingo-800\/100 {
  background-color: rgb(114 23 9 / 1);
}

.bg-flamingo-800\/15 {
  background-color: rgb(114 23 9 / 0.15);
}

.bg-flamingo-800\/20 {
  background-color: rgb(114 23 9 / 0.2);
}

.bg-flamingo-800\/25 {
  background-color: rgb(114 23 9 / 0.25);
}

.bg-flamingo-800\/30 {
  background-color: rgb(114 23 9 / 0.3);
}

.bg-flamingo-800\/35 {
  background-color: rgb(114 23 9 / 0.35);
}

.bg-flamingo-800\/40 {
  background-color: rgb(114 23 9 / 0.4);
}

.bg-flamingo-800\/45 {
  background-color: rgb(114 23 9 / 0.45);
}

.bg-flamingo-800\/5 {
  background-color: rgb(114 23 9 / 0.05);
}

.bg-flamingo-800\/50 {
  background-color: rgb(114 23 9 / 0.5);
}

.bg-flamingo-800\/55 {
  background-color: rgb(114 23 9 / 0.55);
}

.bg-flamingo-800\/60 {
  background-color: rgb(114 23 9 / 0.6);
}

.bg-flamingo-800\/65 {
  background-color: rgb(114 23 9 / 0.65);
}

.bg-flamingo-800\/70 {
  background-color: rgb(114 23 9 / 0.7);
}

.bg-flamingo-800\/75 {
  background-color: rgb(114 23 9 / 0.75);
}

.bg-flamingo-800\/80 {
  background-color: rgb(114 23 9 / 0.8);
}

.bg-flamingo-800\/85 {
  background-color: rgb(114 23 9 / 0.85);
}

.bg-flamingo-800\/90 {
  background-color: rgb(114 23 9 / 0.9);
}

.bg-flamingo-800\/95 {
  background-color: rgb(114 23 9 / 0.95);
}

.bg-flamingo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(57 11 4 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-900\/0 {
  background-color: rgb(57 11 4 / 0);
}

.bg-flamingo-900\/10 {
  background-color: rgb(57 11 4 / 0.1);
}

.bg-flamingo-900\/100 {
  background-color: rgb(57 11 4 / 1);
}

.bg-flamingo-900\/15 {
  background-color: rgb(57 11 4 / 0.15);
}

.bg-flamingo-900\/20 {
  background-color: rgb(57 11 4 / 0.2);
}

.bg-flamingo-900\/25 {
  background-color: rgb(57 11 4 / 0.25);
}

.bg-flamingo-900\/30 {
  background-color: rgb(57 11 4 / 0.3);
}

.bg-flamingo-900\/35 {
  background-color: rgb(57 11 4 / 0.35);
}

.bg-flamingo-900\/40 {
  background-color: rgb(57 11 4 / 0.4);
}

.bg-flamingo-900\/45 {
  background-color: rgb(57 11 4 / 0.45);
}

.bg-flamingo-900\/5 {
  background-color: rgb(57 11 4 / 0.05);
}

.bg-flamingo-900\/50 {
  background-color: rgb(57 11 4 / 0.5);
}

.bg-flamingo-900\/55 {
  background-color: rgb(57 11 4 / 0.55);
}

.bg-flamingo-900\/60 {
  background-color: rgb(57 11 4 / 0.6);
}

.bg-flamingo-900\/65 {
  background-color: rgb(57 11 4 / 0.65);
}

.bg-flamingo-900\/70 {
  background-color: rgb(57 11 4 / 0.7);
}

.bg-flamingo-900\/75 {
  background-color: rgb(57 11 4 / 0.75);
}

.bg-flamingo-900\/80 {
  background-color: rgb(57 11 4 / 0.8);
}

.bg-flamingo-900\/85 {
  background-color: rgb(57 11 4 / 0.85);
}

.bg-flamingo-900\/90 {
  background-color: rgb(57 11 4 / 0.9);
}

.bg-flamingo-900\/95 {
  background-color: rgb(57 11 4 / 0.95);
}

.bg-flamingo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 6 2 / var(--tw-bg-opacity, 1));
}

.bg-flamingo-950\/0 {
  background-color: rgb(28 6 2 / 0);
}

.bg-flamingo-950\/10 {
  background-color: rgb(28 6 2 / 0.1);
}

.bg-flamingo-950\/100 {
  background-color: rgb(28 6 2 / 1);
}

.bg-flamingo-950\/15 {
  background-color: rgb(28 6 2 / 0.15);
}

.bg-flamingo-950\/20 {
  background-color: rgb(28 6 2 / 0.2);
}

.bg-flamingo-950\/25 {
  background-color: rgb(28 6 2 / 0.25);
}

.bg-flamingo-950\/30 {
  background-color: rgb(28 6 2 / 0.3);
}

.bg-flamingo-950\/35 {
  background-color: rgb(28 6 2 / 0.35);
}

.bg-flamingo-950\/40 {
  background-color: rgb(28 6 2 / 0.4);
}

.bg-flamingo-950\/45 {
  background-color: rgb(28 6 2 / 0.45);
}

.bg-flamingo-950\/5 {
  background-color: rgb(28 6 2 / 0.05);
}

.bg-flamingo-950\/50 {
  background-color: rgb(28 6 2 / 0.5);
}

.bg-flamingo-950\/55 {
  background-color: rgb(28 6 2 / 0.55);
}

.bg-flamingo-950\/60 {
  background-color: rgb(28 6 2 / 0.6);
}

.bg-flamingo-950\/65 {
  background-color: rgb(28 6 2 / 0.65);
}

.bg-flamingo-950\/70 {
  background-color: rgb(28 6 2 / 0.7);
}

.bg-flamingo-950\/75 {
  background-color: rgb(28 6 2 / 0.75);
}

.bg-flamingo-950\/80 {
  background-color: rgb(28 6 2 / 0.8);
}

.bg-flamingo-950\/85 {
  background-color: rgb(28 6 2 / 0.85);
}

.bg-flamingo-950\/90 {
  background-color: rgb(28 6 2 / 0.9);
}

.bg-flamingo-950\/95 {
  background-color: rgb(28 6 2 / 0.95);
}

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

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

.bg-lightgrey\/0 {
  background-color: rgb(212 212 212 / 0);
}

.bg-lightgrey\/10 {
  background-color: rgb(212 212 212 / 0.1);
}

.bg-lightgrey\/100 {
  background-color: rgb(212 212 212 / 1);
}

.bg-lightgrey\/15 {
  background-color: rgb(212 212 212 / 0.15);
}

.bg-lightgrey\/20 {
  background-color: rgb(212 212 212 / 0.2);
}

.bg-lightgrey\/25 {
  background-color: rgb(212 212 212 / 0.25);
}

.bg-lightgrey\/30 {
  background-color: rgb(212 212 212 / 0.3);
}

.bg-lightgrey\/35 {
  background-color: rgb(212 212 212 / 0.35);
}

.bg-lightgrey\/40 {
  background-color: rgb(212 212 212 / 0.4);
}

.bg-lightgrey\/45 {
  background-color: rgb(212 212 212 / 0.45);
}

.bg-lightgrey\/5 {
  background-color: rgb(212 212 212 / 0.05);
}

.bg-lightgrey\/50 {
  background-color: rgb(212 212 212 / 0.5);
}

.bg-lightgrey\/55 {
  background-color: rgb(212 212 212 / 0.55);
}

.bg-lightgrey\/60 {
  background-color: rgb(212 212 212 / 0.6);
}

.bg-lightgrey\/65 {
  background-color: rgb(212 212 212 / 0.65);
}

.bg-lightgrey\/70 {
  background-color: rgb(212 212 212 / 0.7);
}

.bg-lightgrey\/75 {
  background-color: rgb(212 212 212 / 0.75);
}

.bg-lightgrey\/80 {
  background-color: rgb(212 212 212 / 0.8);
}

.bg-lightgrey\/85 {
  background-color: rgb(212 212 212 / 0.85);
}

.bg-lightgrey\/90 {
  background-color: rgb(212 212 212 / 0.9);
}

.bg-lightgrey\/95 {
  background-color: rgb(212 212 212 / 0.95);
}

.bg-limedSpruce-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 219 223 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-100\/0 {
  background-color: rgb(205 219 223 / 0);
}

.bg-limedSpruce-100\/10 {
  background-color: rgb(205 219 223 / 0.1);
}

.bg-limedSpruce-100\/100 {
  background-color: rgb(205 219 223 / 1);
}

.bg-limedSpruce-100\/15 {
  background-color: rgb(205 219 223 / 0.15);
}

.bg-limedSpruce-100\/20 {
  background-color: rgb(205 219 223 / 0.2);
}

.bg-limedSpruce-100\/25 {
  background-color: rgb(205 219 223 / 0.25);
}

.bg-limedSpruce-100\/30 {
  background-color: rgb(205 219 223 / 0.3);
}

.bg-limedSpruce-100\/35 {
  background-color: rgb(205 219 223 / 0.35);
}

.bg-limedSpruce-100\/40 {
  background-color: rgb(205 219 223 / 0.4);
}

.bg-limedSpruce-100\/45 {
  background-color: rgb(205 219 223 / 0.45);
}

.bg-limedSpruce-100\/5 {
  background-color: rgb(205 219 223 / 0.05);
}

.bg-limedSpruce-100\/50 {
  background-color: rgb(205 219 223 / 0.5);
}

.bg-limedSpruce-100\/55 {
  background-color: rgb(205 219 223 / 0.55);
}

.bg-limedSpruce-100\/60 {
  background-color: rgb(205 219 223 / 0.6);
}

.bg-limedSpruce-100\/65 {
  background-color: rgb(205 219 223 / 0.65);
}

.bg-limedSpruce-100\/70 {
  background-color: rgb(205 219 223 / 0.7);
}

.bg-limedSpruce-100\/75 {
  background-color: rgb(205 219 223 / 0.75);
}

.bg-limedSpruce-100\/80 {
  background-color: rgb(205 219 223 / 0.8);
}

.bg-limedSpruce-100\/85 {
  background-color: rgb(205 219 223 / 0.85);
}

.bg-limedSpruce-100\/90 {
  background-color: rgb(205 219 223 / 0.9);
}

.bg-limedSpruce-100\/95 {
  background-color: rgb(205 219 223 / 0.95);
}

.bg-limedSpruce-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 185 193 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-200\/0 {
  background-color: rgb(159 185 193 / 0);
}

.bg-limedSpruce-200\/10 {
  background-color: rgb(159 185 193 / 0.1);
}

.bg-limedSpruce-200\/100 {
  background-color: rgb(159 185 193 / 1);
}

.bg-limedSpruce-200\/15 {
  background-color: rgb(159 185 193 / 0.15);
}

.bg-limedSpruce-200\/20 {
  background-color: rgb(159 185 193 / 0.2);
}

.bg-limedSpruce-200\/25 {
  background-color: rgb(159 185 193 / 0.25);
}

.bg-limedSpruce-200\/30 {
  background-color: rgb(159 185 193 / 0.3);
}

.bg-limedSpruce-200\/35 {
  background-color: rgb(159 185 193 / 0.35);
}

.bg-limedSpruce-200\/40 {
  background-color: rgb(159 185 193 / 0.4);
}

.bg-limedSpruce-200\/45 {
  background-color: rgb(159 185 193 / 0.45);
}

.bg-limedSpruce-200\/5 {
  background-color: rgb(159 185 193 / 0.05);
}

.bg-limedSpruce-200\/50 {
  background-color: rgb(159 185 193 / 0.5);
}

.bg-limedSpruce-200\/55 {
  background-color: rgb(159 185 193 / 0.55);
}

.bg-limedSpruce-200\/60 {
  background-color: rgb(159 185 193 / 0.6);
}

.bg-limedSpruce-200\/65 {
  background-color: rgb(159 185 193 / 0.65);
}

.bg-limedSpruce-200\/70 {
  background-color: rgb(159 185 193 / 0.7);
}

.bg-limedSpruce-200\/75 {
  background-color: rgb(159 185 193 / 0.75);
}

.bg-limedSpruce-200\/80 {
  background-color: rgb(159 185 193 / 0.8);
}

.bg-limedSpruce-200\/85 {
  background-color: rgb(159 185 193 / 0.85);
}

.bg-limedSpruce-200\/90 {
  background-color: rgb(159 185 193 / 0.9);
}

.bg-limedSpruce-200\/95 {
  background-color: rgb(159 185 193 / 0.95);
}

.bg-limedSpruce-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 148 161 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-300\/0 {
  background-color: rgb(109 148 161 / 0);
}

.bg-limedSpruce-300\/10 {
  background-color: rgb(109 148 161 / 0.1);
}

.bg-limedSpruce-300\/100 {
  background-color: rgb(109 148 161 / 1);
}

.bg-limedSpruce-300\/15 {
  background-color: rgb(109 148 161 / 0.15);
}

.bg-limedSpruce-300\/20 {
  background-color: rgb(109 148 161 / 0.2);
}

.bg-limedSpruce-300\/25 {
  background-color: rgb(109 148 161 / 0.25);
}

.bg-limedSpruce-300\/30 {
  background-color: rgb(109 148 161 / 0.3);
}

.bg-limedSpruce-300\/35 {
  background-color: rgb(109 148 161 / 0.35);
}

.bg-limedSpruce-300\/40 {
  background-color: rgb(109 148 161 / 0.4);
}

.bg-limedSpruce-300\/45 {
  background-color: rgb(109 148 161 / 0.45);
}

.bg-limedSpruce-300\/5 {
  background-color: rgb(109 148 161 / 0.05);
}

.bg-limedSpruce-300\/50 {
  background-color: rgb(109 148 161 / 0.5);
}

.bg-limedSpruce-300\/55 {
  background-color: rgb(109 148 161 / 0.55);
}

.bg-limedSpruce-300\/60 {
  background-color: rgb(109 148 161 / 0.6);
}

.bg-limedSpruce-300\/65 {
  background-color: rgb(109 148 161 / 0.65);
}

.bg-limedSpruce-300\/70 {
  background-color: rgb(109 148 161 / 0.7);
}

.bg-limedSpruce-300\/75 {
  background-color: rgb(109 148 161 / 0.75);
}

.bg-limedSpruce-300\/80 {
  background-color: rgb(109 148 161 / 0.8);
}

.bg-limedSpruce-300\/85 {
  background-color: rgb(109 148 161 / 0.85);
}

.bg-limedSpruce-300\/90 {
  background-color: rgb(109 148 161 / 0.9);
}

.bg-limedSpruce-300\/95 {
  background-color: rgb(109 148 161 / 0.95);
}

.bg-limedSpruce-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 105 115 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-400\/0 {
  background-color: rgb(74 105 115 / 0);
}

.bg-limedSpruce-400\/10 {
  background-color: rgb(74 105 115 / 0.1);
}

.bg-limedSpruce-400\/100 {
  background-color: rgb(74 105 115 / 1);
}

.bg-limedSpruce-400\/15 {
  background-color: rgb(74 105 115 / 0.15);
}

.bg-limedSpruce-400\/20 {
  background-color: rgb(74 105 115 / 0.2);
}

.bg-limedSpruce-400\/25 {
  background-color: rgb(74 105 115 / 0.25);
}

.bg-limedSpruce-400\/30 {
  background-color: rgb(74 105 115 / 0.3);
}

.bg-limedSpruce-400\/35 {
  background-color: rgb(74 105 115 / 0.35);
}

.bg-limedSpruce-400\/40 {
  background-color: rgb(74 105 115 / 0.4);
}

.bg-limedSpruce-400\/45 {
  background-color: rgb(74 105 115 / 0.45);
}

.bg-limedSpruce-400\/5 {
  background-color: rgb(74 105 115 / 0.05);
}

.bg-limedSpruce-400\/50 {
  background-color: rgb(74 105 115 / 0.5);
}

.bg-limedSpruce-400\/55 {
  background-color: rgb(74 105 115 / 0.55);
}

.bg-limedSpruce-400\/60 {
  background-color: rgb(74 105 115 / 0.6);
}

.bg-limedSpruce-400\/65 {
  background-color: rgb(74 105 115 / 0.65);
}

.bg-limedSpruce-400\/70 {
  background-color: rgb(74 105 115 / 0.7);
}

.bg-limedSpruce-400\/75 {
  background-color: rgb(74 105 115 / 0.75);
}

.bg-limedSpruce-400\/80 {
  background-color: rgb(74 105 115 / 0.8);
}

.bg-limedSpruce-400\/85 {
  background-color: rgb(74 105 115 / 0.85);
}

.bg-limedSpruce-400\/90 {
  background-color: rgb(74 105 115 / 0.9);
}

.bg-limedSpruce-400\/95 {
  background-color: rgb(74 105 115 / 0.95);
}

.bg-limedSpruce-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 239 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-50\/0 {
  background-color: rgb(230 237 239 / 0);
}

.bg-limedSpruce-50\/10 {
  background-color: rgb(230 237 239 / 0.1);
}

.bg-limedSpruce-50\/100 {
  background-color: rgb(230 237 239 / 1);
}

.bg-limedSpruce-50\/15 {
  background-color: rgb(230 237 239 / 0.15);
}

.bg-limedSpruce-50\/20 {
  background-color: rgb(230 237 239 / 0.2);
}

.bg-limedSpruce-50\/25 {
  background-color: rgb(230 237 239 / 0.25);
}

.bg-limedSpruce-50\/30 {
  background-color: rgb(230 237 239 / 0.3);
}

.bg-limedSpruce-50\/35 {
  background-color: rgb(230 237 239 / 0.35);
}

.bg-limedSpruce-50\/40 {
  background-color: rgb(230 237 239 / 0.4);
}

.bg-limedSpruce-50\/45 {
  background-color: rgb(230 237 239 / 0.45);
}

.bg-limedSpruce-50\/5 {
  background-color: rgb(230 237 239 / 0.05);
}

.bg-limedSpruce-50\/50 {
  background-color: rgb(230 237 239 / 0.5);
}

.bg-limedSpruce-50\/55 {
  background-color: rgb(230 237 239 / 0.55);
}

.bg-limedSpruce-50\/60 {
  background-color: rgb(230 237 239 / 0.6);
}

.bg-limedSpruce-50\/65 {
  background-color: rgb(230 237 239 / 0.65);
}

.bg-limedSpruce-50\/70 {
  background-color: rgb(230 237 239 / 0.7);
}

.bg-limedSpruce-50\/75 {
  background-color: rgb(230 237 239 / 0.75);
}

.bg-limedSpruce-50\/80 {
  background-color: rgb(230 237 239 / 0.8);
}

.bg-limedSpruce-50\/85 {
  background-color: rgb(230 237 239 / 0.85);
}

.bg-limedSpruce-50\/90 {
  background-color: rgb(230 237 239 / 0.9);
}

.bg-limedSpruce-50\/95 {
  background-color: rgb(230 237 239 / 0.95);
}

.bg-limedSpruce-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 61 67 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-500\/0 {
  background-color: rgb(43 61 67 / 0);
}

.bg-limedSpruce-500\/10 {
  background-color: rgb(43 61 67 / 0.1);
}

.bg-limedSpruce-500\/100 {
  background-color: rgb(43 61 67 / 1);
}

.bg-limedSpruce-500\/15 {
  background-color: rgb(43 61 67 / 0.15);
}

.bg-limedSpruce-500\/20 {
  background-color: rgb(43 61 67 / 0.2);
}

.bg-limedSpruce-500\/25 {
  background-color: rgb(43 61 67 / 0.25);
}

.bg-limedSpruce-500\/30 {
  background-color: rgb(43 61 67 / 0.3);
}

.bg-limedSpruce-500\/35 {
  background-color: rgb(43 61 67 / 0.35);
}

.bg-limedSpruce-500\/40 {
  background-color: rgb(43 61 67 / 0.4);
}

.bg-limedSpruce-500\/45 {
  background-color: rgb(43 61 67 / 0.45);
}

.bg-limedSpruce-500\/5 {
  background-color: rgb(43 61 67 / 0.05);
}

.bg-limedSpruce-500\/50 {
  background-color: rgb(43 61 67 / 0.5);
}

.bg-limedSpruce-500\/55 {
  background-color: rgb(43 61 67 / 0.55);
}

.bg-limedSpruce-500\/60 {
  background-color: rgb(43 61 67 / 0.6);
}

.bg-limedSpruce-500\/65 {
  background-color: rgb(43 61 67 / 0.65);
}

.bg-limedSpruce-500\/70 {
  background-color: rgb(43 61 67 / 0.7);
}

.bg-limedSpruce-500\/75 {
  background-color: rgb(43 61 67 / 0.75);
}

.bg-limedSpruce-500\/80 {
  background-color: rgb(43 61 67 / 0.8);
}

.bg-limedSpruce-500\/85 {
  background-color: rgb(43 61 67 / 0.85);
}

.bg-limedSpruce-500\/90 {
  background-color: rgb(43 61 67 / 0.9);
}

.bg-limedSpruce-500\/95 {
  background-color: rgb(43 61 67 / 0.95);
}

.bg-limedSpruce-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 48 53 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-600\/0 {
  background-color: rgb(34 48 53 / 0);
}

.bg-limedSpruce-600\/10 {
  background-color: rgb(34 48 53 / 0.1);
}

.bg-limedSpruce-600\/100 {
  background-color: rgb(34 48 53 / 1);
}

.bg-limedSpruce-600\/15 {
  background-color: rgb(34 48 53 / 0.15);
}

.bg-limedSpruce-600\/20 {
  background-color: rgb(34 48 53 / 0.2);
}

.bg-limedSpruce-600\/25 {
  background-color: rgb(34 48 53 / 0.25);
}

.bg-limedSpruce-600\/30 {
  background-color: rgb(34 48 53 / 0.3);
}

.bg-limedSpruce-600\/35 {
  background-color: rgb(34 48 53 / 0.35);
}

.bg-limedSpruce-600\/40 {
  background-color: rgb(34 48 53 / 0.4);
}

.bg-limedSpruce-600\/45 {
  background-color: rgb(34 48 53 / 0.45);
}

.bg-limedSpruce-600\/5 {
  background-color: rgb(34 48 53 / 0.05);
}

.bg-limedSpruce-600\/50 {
  background-color: rgb(34 48 53 / 0.5);
}

.bg-limedSpruce-600\/55 {
  background-color: rgb(34 48 53 / 0.55);
}

.bg-limedSpruce-600\/60 {
  background-color: rgb(34 48 53 / 0.6);
}

.bg-limedSpruce-600\/65 {
  background-color: rgb(34 48 53 / 0.65);
}

.bg-limedSpruce-600\/70 {
  background-color: rgb(34 48 53 / 0.7);
}

.bg-limedSpruce-600\/75 {
  background-color: rgb(34 48 53 / 0.75);
}

.bg-limedSpruce-600\/80 {
  background-color: rgb(34 48 53 / 0.8);
}

.bg-limedSpruce-600\/85 {
  background-color: rgb(34 48 53 / 0.85);
}

.bg-limedSpruce-600\/90 {
  background-color: rgb(34 48 53 / 0.9);
}

.bg-limedSpruce-600\/95 {
  background-color: rgb(34 48 53 / 0.95);
}

.bg-limedSpruce-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 37 40 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-700\/0 {
  background-color: rgb(26 37 40 / 0);
}

.bg-limedSpruce-700\/10 {
  background-color: rgb(26 37 40 / 0.1);
}

.bg-limedSpruce-700\/100 {
  background-color: rgb(26 37 40 / 1);
}

.bg-limedSpruce-700\/15 {
  background-color: rgb(26 37 40 / 0.15);
}

.bg-limedSpruce-700\/20 {
  background-color: rgb(26 37 40 / 0.2);
}

.bg-limedSpruce-700\/25 {
  background-color: rgb(26 37 40 / 0.25);
}

.bg-limedSpruce-700\/30 {
  background-color: rgb(26 37 40 / 0.3);
}

.bg-limedSpruce-700\/35 {
  background-color: rgb(26 37 40 / 0.35);
}

.bg-limedSpruce-700\/40 {
  background-color: rgb(26 37 40 / 0.4);
}

.bg-limedSpruce-700\/45 {
  background-color: rgb(26 37 40 / 0.45);
}

.bg-limedSpruce-700\/5 {
  background-color: rgb(26 37 40 / 0.05);
}

.bg-limedSpruce-700\/50 {
  background-color: rgb(26 37 40 / 0.5);
}

.bg-limedSpruce-700\/55 {
  background-color: rgb(26 37 40 / 0.55);
}

.bg-limedSpruce-700\/60 {
  background-color: rgb(26 37 40 / 0.6);
}

.bg-limedSpruce-700\/65 {
  background-color: rgb(26 37 40 / 0.65);
}

.bg-limedSpruce-700\/70 {
  background-color: rgb(26 37 40 / 0.7);
}

.bg-limedSpruce-700\/75 {
  background-color: rgb(26 37 40 / 0.75);
}

.bg-limedSpruce-700\/80 {
  background-color: rgb(26 37 40 / 0.8);
}

.bg-limedSpruce-700\/85 {
  background-color: rgb(26 37 40 / 0.85);
}

.bg-limedSpruce-700\/90 {
  background-color: rgb(26 37 40 / 0.9);
}

.bg-limedSpruce-700\/95 {
  background-color: rgb(26 37 40 / 0.95);
}

.bg-limedSpruce-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 25 28 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-800\/0 {
  background-color: rgb(18 25 28 / 0);
}

.bg-limedSpruce-800\/10 {
  background-color: rgb(18 25 28 / 0.1);
}

.bg-limedSpruce-800\/100 {
  background-color: rgb(18 25 28 / 1);
}

.bg-limedSpruce-800\/15 {
  background-color: rgb(18 25 28 / 0.15);
}

.bg-limedSpruce-800\/20 {
  background-color: rgb(18 25 28 / 0.2);
}

.bg-limedSpruce-800\/25 {
  background-color: rgb(18 25 28 / 0.25);
}

.bg-limedSpruce-800\/30 {
  background-color: rgb(18 25 28 / 0.3);
}

.bg-limedSpruce-800\/35 {
  background-color: rgb(18 25 28 / 0.35);
}

.bg-limedSpruce-800\/40 {
  background-color: rgb(18 25 28 / 0.4);
}

.bg-limedSpruce-800\/45 {
  background-color: rgb(18 25 28 / 0.45);
}

.bg-limedSpruce-800\/5 {
  background-color: rgb(18 25 28 / 0.05);
}

.bg-limedSpruce-800\/50 {
  background-color: rgb(18 25 28 / 0.5);
}

.bg-limedSpruce-800\/55 {
  background-color: rgb(18 25 28 / 0.55);
}

.bg-limedSpruce-800\/60 {
  background-color: rgb(18 25 28 / 0.6);
}

.bg-limedSpruce-800\/65 {
  background-color: rgb(18 25 28 / 0.65);
}

.bg-limedSpruce-800\/70 {
  background-color: rgb(18 25 28 / 0.7);
}

.bg-limedSpruce-800\/75 {
  background-color: rgb(18 25 28 / 0.75);
}

.bg-limedSpruce-800\/80 {
  background-color: rgb(18 25 28 / 0.8);
}

.bg-limedSpruce-800\/85 {
  background-color: rgb(18 25 28 / 0.85);
}

.bg-limedSpruce-800\/90 {
  background-color: rgb(18 25 28 / 0.9);
}

.bg-limedSpruce-800\/95 {
  background-color: rgb(18 25 28 / 0.95);
}

.bg-limedSpruce-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 11 12 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-900\/0 {
  background-color: rgb(8 11 12 / 0);
}

.bg-limedSpruce-900\/10 {
  background-color: rgb(8 11 12 / 0.1);
}

.bg-limedSpruce-900\/100 {
  background-color: rgb(8 11 12 / 1);
}

.bg-limedSpruce-900\/15 {
  background-color: rgb(8 11 12 / 0.15);
}

.bg-limedSpruce-900\/20 {
  background-color: rgb(8 11 12 / 0.2);
}

.bg-limedSpruce-900\/25 {
  background-color: rgb(8 11 12 / 0.25);
}

.bg-limedSpruce-900\/30 {
  background-color: rgb(8 11 12 / 0.3);
}

.bg-limedSpruce-900\/35 {
  background-color: rgb(8 11 12 / 0.35);
}

.bg-limedSpruce-900\/40 {
  background-color: rgb(8 11 12 / 0.4);
}

.bg-limedSpruce-900\/45 {
  background-color: rgb(8 11 12 / 0.45);
}

.bg-limedSpruce-900\/5 {
  background-color: rgb(8 11 12 / 0.05);
}

.bg-limedSpruce-900\/50 {
  background-color: rgb(8 11 12 / 0.5);
}

.bg-limedSpruce-900\/55 {
  background-color: rgb(8 11 12 / 0.55);
}

.bg-limedSpruce-900\/60 {
  background-color: rgb(8 11 12 / 0.6);
}

.bg-limedSpruce-900\/65 {
  background-color: rgb(8 11 12 / 0.65);
}

.bg-limedSpruce-900\/70 {
  background-color: rgb(8 11 12 / 0.7);
}

.bg-limedSpruce-900\/75 {
  background-color: rgb(8 11 12 / 0.75);
}

.bg-limedSpruce-900\/80 {
  background-color: rgb(8 11 12 / 0.8);
}

.bg-limedSpruce-900\/85 {
  background-color: rgb(8 11 12 / 0.85);
}

.bg-limedSpruce-900\/90 {
  background-color: rgb(8 11 12 / 0.9);
}

.bg-limedSpruce-900\/95 {
  background-color: rgb(8 11 12 / 0.95);
}

.bg-limedSpruce-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 6 6 / var(--tw-bg-opacity, 1));
}

.bg-limedSpruce-950\/0 {
  background-color: rgb(4 6 6 / 0);
}

.bg-limedSpruce-950\/10 {
  background-color: rgb(4 6 6 / 0.1);
}

.bg-limedSpruce-950\/100 {
  background-color: rgb(4 6 6 / 1);
}

.bg-limedSpruce-950\/15 {
  background-color: rgb(4 6 6 / 0.15);
}

.bg-limedSpruce-950\/20 {
  background-color: rgb(4 6 6 / 0.2);
}

.bg-limedSpruce-950\/25 {
  background-color: rgb(4 6 6 / 0.25);
}

.bg-limedSpruce-950\/30 {
  background-color: rgb(4 6 6 / 0.3);
}

.bg-limedSpruce-950\/35 {
  background-color: rgb(4 6 6 / 0.35);
}

.bg-limedSpruce-950\/40 {
  background-color: rgb(4 6 6 / 0.4);
}

.bg-limedSpruce-950\/45 {
  background-color: rgb(4 6 6 / 0.45);
}

.bg-limedSpruce-950\/5 {
  background-color: rgb(4 6 6 / 0.05);
}

.bg-limedSpruce-950\/50 {
  background-color: rgb(4 6 6 / 0.5);
}

.bg-limedSpruce-950\/55 {
  background-color: rgb(4 6 6 / 0.55);
}

.bg-limedSpruce-950\/60 {
  background-color: rgb(4 6 6 / 0.6);
}

.bg-limedSpruce-950\/65 {
  background-color: rgb(4 6 6 / 0.65);
}

.bg-limedSpruce-950\/70 {
  background-color: rgb(4 6 6 / 0.7);
}

.bg-limedSpruce-950\/75 {
  background-color: rgb(4 6 6 / 0.75);
}

.bg-limedSpruce-950\/80 {
  background-color: rgb(4 6 6 / 0.8);
}

.bg-limedSpruce-950\/85 {
  background-color: rgb(4 6 6 / 0.85);
}

.bg-limedSpruce-950\/90 {
  background-color: rgb(4 6 6 / 0.9);
}

.bg-limedSpruce-950\/95 {
  background-color: rgb(4 6 6 / 0.95);
}

.bg-merino-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.bg-merino-100\/0 {
  background-color: rgb(254 253 251 / 0);
}

.bg-merino-100\/10 {
  background-color: rgb(254 253 251 / 0.1);
}

.bg-merino-100\/100 {
  background-color: rgb(254 253 251 / 1);
}

.bg-merino-100\/15 {
  background-color: rgb(254 253 251 / 0.15);
}

.bg-merino-100\/20 {
  background-color: rgb(254 253 251 / 0.2);
}

.bg-merino-100\/25 {
  background-color: rgb(254 253 251 / 0.25);
}

.bg-merino-100\/30 {
  background-color: rgb(254 253 251 / 0.3);
}

.bg-merino-100\/35 {
  background-color: rgb(254 253 251 / 0.35);
}

.bg-merino-100\/40 {
  background-color: rgb(254 253 251 / 0.4);
}

.bg-merino-100\/45 {
  background-color: rgb(254 253 251 / 0.45);
}

.bg-merino-100\/5 {
  background-color: rgb(254 253 251 / 0.05);
}

.bg-merino-100\/50 {
  background-color: rgb(254 253 251 / 0.5);
}

.bg-merino-100\/55 {
  background-color: rgb(254 253 251 / 0.55);
}

.bg-merino-100\/60 {
  background-color: rgb(254 253 251 / 0.6);
}

.bg-merino-100\/65 {
  background-color: rgb(254 253 251 / 0.65);
}

.bg-merino-100\/70 {
  background-color: rgb(254 253 251 / 0.7);
}

.bg-merino-100\/75 {
  background-color: rgb(254 253 251 / 0.75);
}

.bg-merino-100\/80 {
  background-color: rgb(254 253 251 / 0.8);
}

.bg-merino-100\/85 {
  background-color: rgb(254 253 251 / 0.85);
}

.bg-merino-100\/90 {
  background-color: rgb(254 253 251 / 0.9);
}

.bg-merino-100\/95 {
  background-color: rgb(254 253 251 / 0.95);
}

.bg-merino-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 251 248 / var(--tw-bg-opacity, 1));
}

.bg-merino-200\/0 {
  background-color: rgb(252 251 248 / 0);
}

.bg-merino-200\/10 {
  background-color: rgb(252 251 248 / 0.1);
}

.bg-merino-200\/100 {
  background-color: rgb(252 251 248 / 1);
}

.bg-merino-200\/15 {
  background-color: rgb(252 251 248 / 0.15);
}

.bg-merino-200\/20 {
  background-color: rgb(252 251 248 / 0.2);
}

.bg-merino-200\/25 {
  background-color: rgb(252 251 248 / 0.25);
}

.bg-merino-200\/30 {
  background-color: rgb(252 251 248 / 0.3);
}

.bg-merino-200\/35 {
  background-color: rgb(252 251 248 / 0.35);
}

.bg-merino-200\/40 {
  background-color: rgb(252 251 248 / 0.4);
}

.bg-merino-200\/45 {
  background-color: rgb(252 251 248 / 0.45);
}

.bg-merino-200\/5 {
  background-color: rgb(252 251 248 / 0.05);
}

.bg-merino-200\/50 {
  background-color: rgb(252 251 248 / 0.5);
}

.bg-merino-200\/55 {
  background-color: rgb(252 251 248 / 0.55);
}

.bg-merino-200\/60 {
  background-color: rgb(252 251 248 / 0.6);
}

.bg-merino-200\/65 {
  background-color: rgb(252 251 248 / 0.65);
}

.bg-merino-200\/70 {
  background-color: rgb(252 251 248 / 0.7);
}

.bg-merino-200\/75 {
  background-color: rgb(252 251 248 / 0.75);
}

.bg-merino-200\/80 {
  background-color: rgb(252 251 248 / 0.8);
}

.bg-merino-200\/85 {
  background-color: rgb(252 251 248 / 0.85);
}

.bg-merino-200\/90 {
  background-color: rgb(252 251 248 / 0.9);
}

.bg-merino-200\/95 {
  background-color: rgb(252 251 248 / 0.95);
}

.bg-merino-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 247 240 / var(--tw-bg-opacity, 1));
}

.bg-merino-300\/0 {
  background-color: rgb(250 247 240 / 0);
}

.bg-merino-300\/10 {
  background-color: rgb(250 247 240 / 0.1);
}

.bg-merino-300\/100 {
  background-color: rgb(250 247 240 / 1);
}

.bg-merino-300\/15 {
  background-color: rgb(250 247 240 / 0.15);
}

.bg-merino-300\/20 {
  background-color: rgb(250 247 240 / 0.2);
}

.bg-merino-300\/25 {
  background-color: rgb(250 247 240 / 0.25);
}

.bg-merino-300\/30 {
  background-color: rgb(250 247 240 / 0.3);
}

.bg-merino-300\/35 {
  background-color: rgb(250 247 240 / 0.35);
}

.bg-merino-300\/40 {
  background-color: rgb(250 247 240 / 0.4);
}

.bg-merino-300\/45 {
  background-color: rgb(250 247 240 / 0.45);
}

.bg-merino-300\/5 {
  background-color: rgb(250 247 240 / 0.05);
}

.bg-merino-300\/50 {
  background-color: rgb(250 247 240 / 0.5);
}

.bg-merino-300\/55 {
  background-color: rgb(250 247 240 / 0.55);
}

.bg-merino-300\/60 {
  background-color: rgb(250 247 240 / 0.6);
}

.bg-merino-300\/65 {
  background-color: rgb(250 247 240 / 0.65);
}

.bg-merino-300\/70 {
  background-color: rgb(250 247 240 / 0.7);
}

.bg-merino-300\/75 {
  background-color: rgb(250 247 240 / 0.75);
}

.bg-merino-300\/80 {
  background-color: rgb(250 247 240 / 0.8);
}

.bg-merino-300\/85 {
  background-color: rgb(250 247 240 / 0.85);
}

.bg-merino-300\/90 {
  background-color: rgb(250 247 240 / 0.9);
}

.bg-merino-300\/95 {
  background-color: rgb(250 247 240 / 0.95);
}

.bg-merino-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 245 236 / var(--tw-bg-opacity, 1));
}

.bg-merino-400\/0 {
  background-color: rgb(248 245 236 / 0);
}

.bg-merino-400\/10 {
  background-color: rgb(248 245 236 / 0.1);
}

.bg-merino-400\/100 {
  background-color: rgb(248 245 236 / 1);
}

.bg-merino-400\/15 {
  background-color: rgb(248 245 236 / 0.15);
}

.bg-merino-400\/20 {
  background-color: rgb(248 245 236 / 0.2);
}

.bg-merino-400\/25 {
  background-color: rgb(248 245 236 / 0.25);
}

.bg-merino-400\/30 {
  background-color: rgb(248 245 236 / 0.3);
}

.bg-merino-400\/35 {
  background-color: rgb(248 245 236 / 0.35);
}

.bg-merino-400\/40 {
  background-color: rgb(248 245 236 / 0.4);
}

.bg-merino-400\/45 {
  background-color: rgb(248 245 236 / 0.45);
}

.bg-merino-400\/5 {
  background-color: rgb(248 245 236 / 0.05);
}

.bg-merino-400\/50 {
  background-color: rgb(248 245 236 / 0.5);
}

.bg-merino-400\/55 {
  background-color: rgb(248 245 236 / 0.55);
}

.bg-merino-400\/60 {
  background-color: rgb(248 245 236 / 0.6);
}

.bg-merino-400\/65 {
  background-color: rgb(248 245 236 / 0.65);
}

.bg-merino-400\/70 {
  background-color: rgb(248 245 236 / 0.7);
}

.bg-merino-400\/75 {
  background-color: rgb(248 245 236 / 0.75);
}

.bg-merino-400\/80 {
  background-color: rgb(248 245 236 / 0.8);
}

.bg-merino-400\/85 {
  background-color: rgb(248 245 236 / 0.85);
}

.bg-merino-400\/90 {
  background-color: rgb(248 245 236 / 0.9);
}

.bg-merino-400\/95 {
  background-color: rgb(248 245 236 / 0.95);
}

.bg-merino-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.bg-merino-50\/0 {
  background-color: rgb(254 253 251 / 0);
}

.bg-merino-50\/10 {
  background-color: rgb(254 253 251 / 0.1);
}

.bg-merino-50\/100 {
  background-color: rgb(254 253 251 / 1);
}

.bg-merino-50\/15 {
  background-color: rgb(254 253 251 / 0.15);
}

.bg-merino-50\/20 {
  background-color: rgb(254 253 251 / 0.2);
}

.bg-merino-50\/25 {
  background-color: rgb(254 253 251 / 0.25);
}

.bg-merino-50\/30 {
  background-color: rgb(254 253 251 / 0.3);
}

.bg-merino-50\/35 {
  background-color: rgb(254 253 251 / 0.35);
}

.bg-merino-50\/40 {
  background-color: rgb(254 253 251 / 0.4);
}

.bg-merino-50\/45 {
  background-color: rgb(254 253 251 / 0.45);
}

.bg-merino-50\/5 {
  background-color: rgb(254 253 251 / 0.05);
}

.bg-merino-50\/50 {
  background-color: rgb(254 253 251 / 0.5);
}

.bg-merino-50\/55 {
  background-color: rgb(254 253 251 / 0.55);
}

.bg-merino-50\/60 {
  background-color: rgb(254 253 251 / 0.6);
}

.bg-merino-50\/65 {
  background-color: rgb(254 253 251 / 0.65);
}

.bg-merino-50\/70 {
  background-color: rgb(254 253 251 / 0.7);
}

.bg-merino-50\/75 {
  background-color: rgb(254 253 251 / 0.75);
}

.bg-merino-50\/80 {
  background-color: rgb(254 253 251 / 0.8);
}

.bg-merino-50\/85 {
  background-color: rgb(254 253 251 / 0.85);
}

.bg-merino-50\/90 {
  background-color: rgb(254 253 251 / 0.9);
}

.bg-merino-50\/95 {
  background-color: rgb(254 253 251 / 0.95);
}

.bg-merino-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 243 233 / var(--tw-bg-opacity, 1));
}

.bg-merino-500\/0 {
  background-color: rgb(247 243 233 / 0);
}

.bg-merino-500\/10 {
  background-color: rgb(247 243 233 / 0.1);
}

.bg-merino-500\/100 {
  background-color: rgb(247 243 233 / 1);
}

.bg-merino-500\/15 {
  background-color: rgb(247 243 233 / 0.15);
}

.bg-merino-500\/20 {
  background-color: rgb(247 243 233 / 0.2);
}

.bg-merino-500\/25 {
  background-color: rgb(247 243 233 / 0.25);
}

.bg-merino-500\/30 {
  background-color: rgb(247 243 233 / 0.3);
}

.bg-merino-500\/35 {
  background-color: rgb(247 243 233 / 0.35);
}

.bg-merino-500\/40 {
  background-color: rgb(247 243 233 / 0.4);
}

.bg-merino-500\/45 {
  background-color: rgb(247 243 233 / 0.45);
}

.bg-merino-500\/5 {
  background-color: rgb(247 243 233 / 0.05);
}

.bg-merino-500\/50 {
  background-color: rgb(247 243 233 / 0.5);
}

.bg-merino-500\/55 {
  background-color: rgb(247 243 233 / 0.55);
}

.bg-merino-500\/60 {
  background-color: rgb(247 243 233 / 0.6);
}

.bg-merino-500\/65 {
  background-color: rgb(247 243 233 / 0.65);
}

.bg-merino-500\/70 {
  background-color: rgb(247 243 233 / 0.7);
}

.bg-merino-500\/75 {
  background-color: rgb(247 243 233 / 0.75);
}

.bg-merino-500\/80 {
  background-color: rgb(247 243 233 / 0.8);
}

.bg-merino-500\/85 {
  background-color: rgb(247 243 233 / 0.85);
}

.bg-merino-500\/90 {
  background-color: rgb(247 243 233 / 0.9);
}

.bg-merino-500\/95 {
  background-color: rgb(247 243 233 / 0.95);
}

.bg-merino-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 204 161 / var(--tw-bg-opacity, 1));
}

.bg-merino-600\/0 {
  background-color: rgb(221 204 161 / 0);
}

.bg-merino-600\/10 {
  background-color: rgb(221 204 161 / 0.1);
}

.bg-merino-600\/100 {
  background-color: rgb(221 204 161 / 1);
}

.bg-merino-600\/15 {
  background-color: rgb(221 204 161 / 0.15);
}

.bg-merino-600\/20 {
  background-color: rgb(221 204 161 / 0.2);
}

.bg-merino-600\/25 {
  background-color: rgb(221 204 161 / 0.25);
}

.bg-merino-600\/30 {
  background-color: rgb(221 204 161 / 0.3);
}

.bg-merino-600\/35 {
  background-color: rgb(221 204 161 / 0.35);
}

.bg-merino-600\/40 {
  background-color: rgb(221 204 161 / 0.4);
}

.bg-merino-600\/45 {
  background-color: rgb(221 204 161 / 0.45);
}

.bg-merino-600\/5 {
  background-color: rgb(221 204 161 / 0.05);
}

.bg-merino-600\/50 {
  background-color: rgb(221 204 161 / 0.5);
}

.bg-merino-600\/55 {
  background-color: rgb(221 204 161 / 0.55);
}

.bg-merino-600\/60 {
  background-color: rgb(221 204 161 / 0.6);
}

.bg-merino-600\/65 {
  background-color: rgb(221 204 161 / 0.65);
}

.bg-merino-600\/70 {
  background-color: rgb(221 204 161 / 0.7);
}

.bg-merino-600\/75 {
  background-color: rgb(221 204 161 / 0.75);
}

.bg-merino-600\/80 {
  background-color: rgb(221 204 161 / 0.8);
}

.bg-merino-600\/85 {
  background-color: rgb(221 204 161 / 0.85);
}

.bg-merino-600\/90 {
  background-color: rgb(221 204 161 / 0.9);
}

.bg-merino-600\/95 {
  background-color: rgb(221 204 161 / 0.95);
}

.bg-merino-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(195 166 90 / var(--tw-bg-opacity, 1));
}

.bg-merino-700\/0 {
  background-color: rgb(195 166 90 / 0);
}

.bg-merino-700\/10 {
  background-color: rgb(195 166 90 / 0.1);
}

.bg-merino-700\/100 {
  background-color: rgb(195 166 90 / 1);
}

.bg-merino-700\/15 {
  background-color: rgb(195 166 90 / 0.15);
}

.bg-merino-700\/20 {
  background-color: rgb(195 166 90 / 0.2);
}

.bg-merino-700\/25 {
  background-color: rgb(195 166 90 / 0.25);
}

.bg-merino-700\/30 {
  background-color: rgb(195 166 90 / 0.3);
}

.bg-merino-700\/35 {
  background-color: rgb(195 166 90 / 0.35);
}

.bg-merino-700\/40 {
  background-color: rgb(195 166 90 / 0.4);
}

.bg-merino-700\/45 {
  background-color: rgb(195 166 90 / 0.45);
}

.bg-merino-700\/5 {
  background-color: rgb(195 166 90 / 0.05);
}

.bg-merino-700\/50 {
  background-color: rgb(195 166 90 / 0.5);
}

.bg-merino-700\/55 {
  background-color: rgb(195 166 90 / 0.55);
}

.bg-merino-700\/60 {
  background-color: rgb(195 166 90 / 0.6);
}

.bg-merino-700\/65 {
  background-color: rgb(195 166 90 / 0.65);
}

.bg-merino-700\/70 {
  background-color: rgb(195 166 90 / 0.7);
}

.bg-merino-700\/75 {
  background-color: rgb(195 166 90 / 0.75);
}

.bg-merino-700\/80 {
  background-color: rgb(195 166 90 / 0.8);
}

.bg-merino-700\/85 {
  background-color: rgb(195 166 90 / 0.85);
}

.bg-merino-700\/90 {
  background-color: rgb(195 166 90 / 0.9);
}

.bg-merino-700\/95 {
  background-color: rgb(195 166 90 / 0.95);
}

.bg-merino-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 117 52 / var(--tw-bg-opacity, 1));
}

.bg-merino-800\/0 {
  background-color: rgb(142 117 52 / 0);
}

.bg-merino-800\/10 {
  background-color: rgb(142 117 52 / 0.1);
}

.bg-merino-800\/100 {
  background-color: rgb(142 117 52 / 1);
}

.bg-merino-800\/15 {
  background-color: rgb(142 117 52 / 0.15);
}

.bg-merino-800\/20 {
  background-color: rgb(142 117 52 / 0.2);
}

.bg-merino-800\/25 {
  background-color: rgb(142 117 52 / 0.25);
}

.bg-merino-800\/30 {
  background-color: rgb(142 117 52 / 0.3);
}

.bg-merino-800\/35 {
  background-color: rgb(142 117 52 / 0.35);
}

.bg-merino-800\/40 {
  background-color: rgb(142 117 52 / 0.4);
}

.bg-merino-800\/45 {
  background-color: rgb(142 117 52 / 0.45);
}

.bg-merino-800\/5 {
  background-color: rgb(142 117 52 / 0.05);
}

.bg-merino-800\/50 {
  background-color: rgb(142 117 52 / 0.5);
}

.bg-merino-800\/55 {
  background-color: rgb(142 117 52 / 0.55);
}

.bg-merino-800\/60 {
  background-color: rgb(142 117 52 / 0.6);
}

.bg-merino-800\/65 {
  background-color: rgb(142 117 52 / 0.65);
}

.bg-merino-800\/70 {
  background-color: rgb(142 117 52 / 0.7);
}

.bg-merino-800\/75 {
  background-color: rgb(142 117 52 / 0.75);
}

.bg-merino-800\/80 {
  background-color: rgb(142 117 52 / 0.8);
}

.bg-merino-800\/85 {
  background-color: rgb(142 117 52 / 0.85);
}

.bg-merino-800\/90 {
  background-color: rgb(142 117 52 / 0.9);
}

.bg-merino-800\/95 {
  background-color: rgb(142 117 52 / 0.95);
}

.bg-merino-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 58 26 / var(--tw-bg-opacity, 1));
}

.bg-merino-900\/0 {
  background-color: rgb(71 58 26 / 0);
}

.bg-merino-900\/10 {
  background-color: rgb(71 58 26 / 0.1);
}

.bg-merino-900\/100 {
  background-color: rgb(71 58 26 / 1);
}

.bg-merino-900\/15 {
  background-color: rgb(71 58 26 / 0.15);
}

.bg-merino-900\/20 {
  background-color: rgb(71 58 26 / 0.2);
}

.bg-merino-900\/25 {
  background-color: rgb(71 58 26 / 0.25);
}

.bg-merino-900\/30 {
  background-color: rgb(71 58 26 / 0.3);
}

.bg-merino-900\/35 {
  background-color: rgb(71 58 26 / 0.35);
}

.bg-merino-900\/40 {
  background-color: rgb(71 58 26 / 0.4);
}

.bg-merino-900\/45 {
  background-color: rgb(71 58 26 / 0.45);
}

.bg-merino-900\/5 {
  background-color: rgb(71 58 26 / 0.05);
}

.bg-merino-900\/50 {
  background-color: rgb(71 58 26 / 0.5);
}

.bg-merino-900\/55 {
  background-color: rgb(71 58 26 / 0.55);
}

.bg-merino-900\/60 {
  background-color: rgb(71 58 26 / 0.6);
}

.bg-merino-900\/65 {
  background-color: rgb(71 58 26 / 0.65);
}

.bg-merino-900\/70 {
  background-color: rgb(71 58 26 / 0.7);
}

.bg-merino-900\/75 {
  background-color: rgb(71 58 26 / 0.75);
}

.bg-merino-900\/80 {
  background-color: rgb(71 58 26 / 0.8);
}

.bg-merino-900\/85 {
  background-color: rgb(71 58 26 / 0.85);
}

.bg-merino-900\/90 {
  background-color: rgb(71 58 26 / 0.9);
}

.bg-merino-900\/95 {
  background-color: rgb(71 58 26 / 0.95);
}

.bg-merino-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 28 12 / var(--tw-bg-opacity, 1));
}

.bg-merino-950\/0 {
  background-color: rgb(34 28 12 / 0);
}

.bg-merino-950\/10 {
  background-color: rgb(34 28 12 / 0.1);
}

.bg-merino-950\/100 {
  background-color: rgb(34 28 12 / 1);
}

.bg-merino-950\/15 {
  background-color: rgb(34 28 12 / 0.15);
}

.bg-merino-950\/20 {
  background-color: rgb(34 28 12 / 0.2);
}

.bg-merino-950\/25 {
  background-color: rgb(34 28 12 / 0.25);
}

.bg-merino-950\/30 {
  background-color: rgb(34 28 12 / 0.3);
}

.bg-merino-950\/35 {
  background-color: rgb(34 28 12 / 0.35);
}

.bg-merino-950\/40 {
  background-color: rgb(34 28 12 / 0.4);
}

.bg-merino-950\/45 {
  background-color: rgb(34 28 12 / 0.45);
}

.bg-merino-950\/5 {
  background-color: rgb(34 28 12 / 0.05);
}

.bg-merino-950\/50 {
  background-color: rgb(34 28 12 / 0.5);
}

.bg-merino-950\/55 {
  background-color: rgb(34 28 12 / 0.55);
}

.bg-merino-950\/60 {
  background-color: rgb(34 28 12 / 0.6);
}

.bg-merino-950\/65 {
  background-color: rgb(34 28 12 / 0.65);
}

.bg-merino-950\/70 {
  background-color: rgb(34 28 12 / 0.7);
}

.bg-merino-950\/75 {
  background-color: rgb(34 28 12 / 0.75);
}

.bg-merino-950\/80 {
  background-color: rgb(34 28 12 / 0.8);
}

.bg-merino-950\/85 {
  background-color: rgb(34 28 12 / 0.85);
}

.bg-merino-950\/90 {
  background-color: rgb(34 28 12 / 0.9);
}

.bg-merino-950\/95 {
  background-color: rgb(34 28 12 / 0.95);
}

.bg-midgrey {
  --tw-bg-opacity: 1;
  background-color: rgb(117 119 124 / var(--tw-bg-opacity, 1));
}

.bg-midgrey\/0 {
  background-color: rgb(117 119 124 / 0);
}

.bg-midgrey\/10 {
  background-color: rgb(117 119 124 / 0.1);
}

.bg-midgrey\/100 {
  background-color: rgb(117 119 124 / 1);
}

.bg-midgrey\/15 {
  background-color: rgb(117 119 124 / 0.15);
}

.bg-midgrey\/20 {
  background-color: rgb(117 119 124 / 0.2);
}

.bg-midgrey\/25 {
  background-color: rgb(117 119 124 / 0.25);
}

.bg-midgrey\/30 {
  background-color: rgb(117 119 124 / 0.3);
}

.bg-midgrey\/35 {
  background-color: rgb(117 119 124 / 0.35);
}

.bg-midgrey\/40 {
  background-color: rgb(117 119 124 / 0.4);
}

.bg-midgrey\/45 {
  background-color: rgb(117 119 124 / 0.45);
}

.bg-midgrey\/5 {
  background-color: rgb(117 119 124 / 0.05);
}

.bg-midgrey\/50 {
  background-color: rgb(117 119 124 / 0.5);
}

.bg-midgrey\/55 {
  background-color: rgb(117 119 124 / 0.55);
}

.bg-midgrey\/60 {
  background-color: rgb(117 119 124 / 0.6);
}

.bg-midgrey\/65 {
  background-color: rgb(117 119 124 / 0.65);
}

.bg-midgrey\/70 {
  background-color: rgb(117 119 124 / 0.7);
}

.bg-midgrey\/75 {
  background-color: rgb(117 119 124 / 0.75);
}

.bg-midgrey\/80 {
  background-color: rgb(117 119 124 / 0.8);
}

.bg-midgrey\/85 {
  background-color: rgb(117 119 124 / 0.85);
}

.bg-midgrey\/90 {
  background-color: rgb(117 119 124 / 0.9);
}

.bg-midgrey\/95 {
  background-color: rgb(117 119 124 / 0.95);
}

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

.bg-offWhite\/0 {
  background-color: rgb(217 217 217 / 0);
}

.bg-offWhite\/10 {
  background-color: rgb(217 217 217 / 0.1);
}

.bg-offWhite\/100 {
  background-color: rgb(217 217 217 / 1);
}

.bg-offWhite\/15 {
  background-color: rgb(217 217 217 / 0.15);
}

.bg-offWhite\/20 {
  background-color: rgb(217 217 217 / 0.2);
}

.bg-offWhite\/25 {
  background-color: rgb(217 217 217 / 0.25);
}

.bg-offWhite\/30 {
  background-color: rgb(217 217 217 / 0.3);
}

.bg-offWhite\/35 {
  background-color: rgb(217 217 217 / 0.35);
}

.bg-offWhite\/40 {
  background-color: rgb(217 217 217 / 0.4);
}

.bg-offWhite\/45 {
  background-color: rgb(217 217 217 / 0.45);
}

.bg-offWhite\/5 {
  background-color: rgb(217 217 217 / 0.05);
}

.bg-offWhite\/50 {
  background-color: rgb(217 217 217 / 0.5);
}

.bg-offWhite\/55 {
  background-color: rgb(217 217 217 / 0.55);
}

.bg-offWhite\/60 {
  background-color: rgb(217 217 217 / 0.6);
}

.bg-offWhite\/65 {
  background-color: rgb(217 217 217 / 0.65);
}

.bg-offWhite\/70 {
  background-color: rgb(217 217 217 / 0.7);
}

.bg-offWhite\/75 {
  background-color: rgb(217 217 217 / 0.75);
}

.bg-offWhite\/80 {
  background-color: rgb(217 217 217 / 0.8);
}

.bg-offWhite\/85 {
  background-color: rgb(217 217 217 / 0.85);
}

.bg-offWhite\/90 {
  background-color: rgb(217 217 217 / 0.9);
}

.bg-offWhite\/95 {
  background-color: rgb(217 217 217 / 0.95);
}

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-cqc {
  background-image: url('../images/cqc-bg.png');
}

.bg-getInTouch {
  background-image: url('../images/get-in-touch-bg.png');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-none {
  background-image: none;
}

.bg-testimonial {
  background-image: url('../images/testimonial-bg.png');
}

.bg-auto {
  background-size: auto;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.bg-repeat-y {
  background-repeat: repeat-y;
}

.bg-repeat-round {
  background-repeat: round;
}

.bg-repeat-space {
  background-repeat: space;
}

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-bold {
  font-family: ProximaNova-Bold;
}

.font-default {
  font-family: ProximaNova;
}

.font-italic {
  font-family: ProximaNova-Italic;
}

.font-lightItalic {
  font-family: ProximaNova-LightItalic;
}

.font-medium {
  font-family: ProximaNova-Medium;
}

.font-normal {
  font-family: ProximaNova;
}

.font-semibold {
  font-family: ProximaNova-SemiBold;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.font-thin {
  font-weight: 100;
}

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

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-flamingo-100 {
  --tw-text-opacity: 1;
  color: rgb(252 222 217 / var(--tw-text-opacity, 1));
}

.text-flamingo-100\/0 {
  color: rgb(252 222 217 / 0);
}

.text-flamingo-100\/10 {
  color: rgb(252 222 217 / 0.1);
}

.text-flamingo-100\/100 {
  color: rgb(252 222 217 / 1);
}

.text-flamingo-100\/15 {
  color: rgb(252 222 217 / 0.15);
}

.text-flamingo-100\/20 {
  color: rgb(252 222 217 / 0.2);
}

.text-flamingo-100\/25 {
  color: rgb(252 222 217 / 0.25);
}

.text-flamingo-100\/30 {
  color: rgb(252 222 217 / 0.3);
}

.text-flamingo-100\/35 {
  color: rgb(252 222 217 / 0.35);
}

.text-flamingo-100\/40 {
  color: rgb(252 222 217 / 0.4);
}

.text-flamingo-100\/45 {
  color: rgb(252 222 217 / 0.45);
}

.text-flamingo-100\/5 {
  color: rgb(252 222 217 / 0.05);
}

.text-flamingo-100\/50 {
  color: rgb(252 222 217 / 0.5);
}

.text-flamingo-100\/55 {
  color: rgb(252 222 217 / 0.55);
}

.text-flamingo-100\/60 {
  color: rgb(252 222 217 / 0.6);
}

.text-flamingo-100\/65 {
  color: rgb(252 222 217 / 0.65);
}

.text-flamingo-100\/70 {
  color: rgb(252 222 217 / 0.7);
}

.text-flamingo-100\/75 {
  color: rgb(252 222 217 / 0.75);
}

.text-flamingo-100\/80 {
  color: rgb(252 222 217 / 0.8);
}

.text-flamingo-100\/85 {
  color: rgb(252 222 217 / 0.85);
}

.text-flamingo-100\/90 {
  color: rgb(252 222 217 / 0.9);
}

.text-flamingo-100\/95 {
  color: rgb(252 222 217 / 0.95);
}

.text-flamingo-200 {
  --tw-text-opacity: 1;
  color: rgb(249 189 179 / var(--tw-text-opacity, 1));
}

.text-flamingo-200\/0 {
  color: rgb(249 189 179 / 0);
}

.text-flamingo-200\/10 {
  color: rgb(249 189 179 / 0.1);
}

.text-flamingo-200\/100 {
  color: rgb(249 189 179 / 1);
}

.text-flamingo-200\/15 {
  color: rgb(249 189 179 / 0.15);
}

.text-flamingo-200\/20 {
  color: rgb(249 189 179 / 0.2);
}

.text-flamingo-200\/25 {
  color: rgb(249 189 179 / 0.25);
}

.text-flamingo-200\/30 {
  color: rgb(249 189 179 / 0.3);
}

.text-flamingo-200\/35 {
  color: rgb(249 189 179 / 0.35);
}

.text-flamingo-200\/40 {
  color: rgb(249 189 179 / 0.4);
}

.text-flamingo-200\/45 {
  color: rgb(249 189 179 / 0.45);
}

.text-flamingo-200\/5 {
  color: rgb(249 189 179 / 0.05);
}

.text-flamingo-200\/50 {
  color: rgb(249 189 179 / 0.5);
}

.text-flamingo-200\/55 {
  color: rgb(249 189 179 / 0.55);
}

.text-flamingo-200\/60 {
  color: rgb(249 189 179 / 0.6);
}

.text-flamingo-200\/65 {
  color: rgb(249 189 179 / 0.65);
}

.text-flamingo-200\/70 {
  color: rgb(249 189 179 / 0.7);
}

.text-flamingo-200\/75 {
  color: rgb(249 189 179 / 0.75);
}

.text-flamingo-200\/80 {
  color: rgb(249 189 179 / 0.8);
}

.text-flamingo-200\/85 {
  color: rgb(249 189 179 / 0.85);
}

.text-flamingo-200\/90 {
  color: rgb(249 189 179 / 0.9);
}

.text-flamingo-200\/95 {
  color: rgb(249 189 179 / 0.95);
}

.text-flamingo-300 {
  --tw-text-opacity: 1;
  color: rgb(246 155 141 / var(--tw-text-opacity, 1));
}

.text-flamingo-300\/0 {
  color: rgb(246 155 141 / 0);
}

.text-flamingo-300\/10 {
  color: rgb(246 155 141 / 0.1);
}

.text-flamingo-300\/100 {
  color: rgb(246 155 141 / 1);
}

.text-flamingo-300\/15 {
  color: rgb(246 155 141 / 0.15);
}

.text-flamingo-300\/20 {
  color: rgb(246 155 141 / 0.2);
}

.text-flamingo-300\/25 {
  color: rgb(246 155 141 / 0.25);
}

.text-flamingo-300\/30 {
  color: rgb(246 155 141 / 0.3);
}

.text-flamingo-300\/35 {
  color: rgb(246 155 141 / 0.35);
}

.text-flamingo-300\/40 {
  color: rgb(246 155 141 / 0.4);
}

.text-flamingo-300\/45 {
  color: rgb(246 155 141 / 0.45);
}

.text-flamingo-300\/5 {
  color: rgb(246 155 141 / 0.05);
}

.text-flamingo-300\/50 {
  color: rgb(246 155 141 / 0.5);
}

.text-flamingo-300\/55 {
  color: rgb(246 155 141 / 0.55);
}

.text-flamingo-300\/60 {
  color: rgb(246 155 141 / 0.6);
}

.text-flamingo-300\/65 {
  color: rgb(246 155 141 / 0.65);
}

.text-flamingo-300\/70 {
  color: rgb(246 155 141 / 0.7);
}

.text-flamingo-300\/75 {
  color: rgb(246 155 141 / 0.75);
}

.text-flamingo-300\/80 {
  color: rgb(246 155 141 / 0.8);
}

.text-flamingo-300\/85 {
  color: rgb(246 155 141 / 0.85);
}

.text-flamingo-300\/90 {
  color: rgb(246 155 141 / 0.9);
}

.text-flamingo-300\/95 {
  color: rgb(246 155 141 / 0.95);
}

.text-flamingo-400 {
  --tw-text-opacity: 1;
  color: rgb(243 122 104 / var(--tw-text-opacity, 1));
}

.text-flamingo-400\/0 {
  color: rgb(243 122 104 / 0);
}

.text-flamingo-400\/10 {
  color: rgb(243 122 104 / 0.1);
}

.text-flamingo-400\/100 {
  color: rgb(243 122 104 / 1);
}

.text-flamingo-400\/15 {
  color: rgb(243 122 104 / 0.15);
}

.text-flamingo-400\/20 {
  color: rgb(243 122 104 / 0.2);
}

.text-flamingo-400\/25 {
  color: rgb(243 122 104 / 0.25);
}

.text-flamingo-400\/30 {
  color: rgb(243 122 104 / 0.3);
}

.text-flamingo-400\/35 {
  color: rgb(243 122 104 / 0.35);
}

.text-flamingo-400\/40 {
  color: rgb(243 122 104 / 0.4);
}

.text-flamingo-400\/45 {
  color: rgb(243 122 104 / 0.45);
}

.text-flamingo-400\/5 {
  color: rgb(243 122 104 / 0.05);
}

.text-flamingo-400\/50 {
  color: rgb(243 122 104 / 0.5);
}

.text-flamingo-400\/55 {
  color: rgb(243 122 104 / 0.55);
}

.text-flamingo-400\/60 {
  color: rgb(243 122 104 / 0.6);
}

.text-flamingo-400\/65 {
  color: rgb(243 122 104 / 0.65);
}

.text-flamingo-400\/70 {
  color: rgb(243 122 104 / 0.7);
}

.text-flamingo-400\/75 {
  color: rgb(243 122 104 / 0.75);
}

.text-flamingo-400\/80 {
  color: rgb(243 122 104 / 0.8);
}

.text-flamingo-400\/85 {
  color: rgb(243 122 104 / 0.85);
}

.text-flamingo-400\/90 {
  color: rgb(243 122 104 / 0.9);
}

.text-flamingo-400\/95 {
  color: rgb(243 122 104 / 0.95);
}

.text-flamingo-50 {
  --tw-text-opacity: 1;
  color: rgb(254 238 236 / var(--tw-text-opacity, 1));
}

.text-flamingo-50\/0 {
  color: rgb(254 238 236 / 0);
}

.text-flamingo-50\/10 {
  color: rgb(254 238 236 / 0.1);
}

.text-flamingo-50\/100 {
  color: rgb(254 238 236 / 1);
}

.text-flamingo-50\/15 {
  color: rgb(254 238 236 / 0.15);
}

.text-flamingo-50\/20 {
  color: rgb(254 238 236 / 0.2);
}

.text-flamingo-50\/25 {
  color: rgb(254 238 236 / 0.25);
}

.text-flamingo-50\/30 {
  color: rgb(254 238 236 / 0.3);
}

.text-flamingo-50\/35 {
  color: rgb(254 238 236 / 0.35);
}

.text-flamingo-50\/40 {
  color: rgb(254 238 236 / 0.4);
}

.text-flamingo-50\/45 {
  color: rgb(254 238 236 / 0.45);
}

.text-flamingo-50\/5 {
  color: rgb(254 238 236 / 0.05);
}

.text-flamingo-50\/50 {
  color: rgb(254 238 236 / 0.5);
}

.text-flamingo-50\/55 {
  color: rgb(254 238 236 / 0.55);
}

.text-flamingo-50\/60 {
  color: rgb(254 238 236 / 0.6);
}

.text-flamingo-50\/65 {
  color: rgb(254 238 236 / 0.65);
}

.text-flamingo-50\/70 {
  color: rgb(254 238 236 / 0.7);
}

.text-flamingo-50\/75 {
  color: rgb(254 238 236 / 0.75);
}

.text-flamingo-50\/80 {
  color: rgb(254 238 236 / 0.8);
}

.text-flamingo-50\/85 {
  color: rgb(254 238 236 / 0.85);
}

.text-flamingo-50\/90 {
  color: rgb(254 238 236 / 0.9);
}

.text-flamingo-50\/95 {
  color: rgb(254 238 236 / 0.95);
}

.text-flamingo-500 {
  --tw-text-opacity: 1;
  color: rgb(240 88 63 / var(--tw-text-opacity, 1));
}

.text-flamingo-500\/0 {
  color: rgb(240 88 63 / 0);
}

.text-flamingo-500\/10 {
  color: rgb(240 88 63 / 0.1);
}

.text-flamingo-500\/100 {
  color: rgb(240 88 63 / 1);
}

.text-flamingo-500\/15 {
  color: rgb(240 88 63 / 0.15);
}

.text-flamingo-500\/20 {
  color: rgb(240 88 63 / 0.2);
}

.text-flamingo-500\/25 {
  color: rgb(240 88 63 / 0.25);
}

.text-flamingo-500\/30 {
  color: rgb(240 88 63 / 0.3);
}

.text-flamingo-500\/35 {
  color: rgb(240 88 63 / 0.35);
}

.text-flamingo-500\/40 {
  color: rgb(240 88 63 / 0.4);
}

.text-flamingo-500\/45 {
  color: rgb(240 88 63 / 0.45);
}

.text-flamingo-500\/5 {
  color: rgb(240 88 63 / 0.05);
}

.text-flamingo-500\/50 {
  color: rgb(240 88 63 / 0.5);
}

.text-flamingo-500\/55 {
  color: rgb(240 88 63 / 0.55);
}

.text-flamingo-500\/60 {
  color: rgb(240 88 63 / 0.6);
}

.text-flamingo-500\/65 {
  color: rgb(240 88 63 / 0.65);
}

.text-flamingo-500\/70 {
  color: rgb(240 88 63 / 0.7);
}

.text-flamingo-500\/75 {
  color: rgb(240 88 63 / 0.75);
}

.text-flamingo-500\/80 {
  color: rgb(240 88 63 / 0.8);
}

.text-flamingo-500\/85 {
  color: rgb(240 88 63 / 0.85);
}

.text-flamingo-500\/90 {
  color: rgb(240 88 63 / 0.9);
}

.text-flamingo-500\/95 {
  color: rgb(240 88 63 / 0.95);
}

.text-flamingo-600 {
  --tw-text-opacity: 1;
  color: rgb(227 46 18 / var(--tw-text-opacity, 1));
}

.text-flamingo-600\/0 {
  color: rgb(227 46 18 / 0);
}

.text-flamingo-600\/10 {
  color: rgb(227 46 18 / 0.1);
}

.text-flamingo-600\/100 {
  color: rgb(227 46 18 / 1);
}

.text-flamingo-600\/15 {
  color: rgb(227 46 18 / 0.15);
}

.text-flamingo-600\/20 {
  color: rgb(227 46 18 / 0.2);
}

.text-flamingo-600\/25 {
  color: rgb(227 46 18 / 0.25);
}

.text-flamingo-600\/30 {
  color: rgb(227 46 18 / 0.3);
}

.text-flamingo-600\/35 {
  color: rgb(227 46 18 / 0.35);
}

.text-flamingo-600\/40 {
  color: rgb(227 46 18 / 0.4);
}

.text-flamingo-600\/45 {
  color: rgb(227 46 18 / 0.45);
}

.text-flamingo-600\/5 {
  color: rgb(227 46 18 / 0.05);
}

.text-flamingo-600\/50 {
  color: rgb(227 46 18 / 0.5);
}

.text-flamingo-600\/55 {
  color: rgb(227 46 18 / 0.55);
}

.text-flamingo-600\/60 {
  color: rgb(227 46 18 / 0.6);
}

.text-flamingo-600\/65 {
  color: rgb(227 46 18 / 0.65);
}

.text-flamingo-600\/70 {
  color: rgb(227 46 18 / 0.7);
}

.text-flamingo-600\/75 {
  color: rgb(227 46 18 / 0.75);
}

.text-flamingo-600\/80 {
  color: rgb(227 46 18 / 0.8);
}

.text-flamingo-600\/85 {
  color: rgb(227 46 18 / 0.85);
}

.text-flamingo-600\/90 {
  color: rgb(227 46 18 / 0.9);
}

.text-flamingo-600\/95 {
  color: rgb(227 46 18 / 0.95);
}

.text-flamingo-700 {
  --tw-text-opacity: 1;
  color: rgb(170 34 13 / var(--tw-text-opacity, 1));
}

.text-flamingo-700\/0 {
  color: rgb(170 34 13 / 0);
}

.text-flamingo-700\/10 {
  color: rgb(170 34 13 / 0.1);
}

.text-flamingo-700\/100 {
  color: rgb(170 34 13 / 1);
}

.text-flamingo-700\/15 {
  color: rgb(170 34 13 / 0.15);
}

.text-flamingo-700\/20 {
  color: rgb(170 34 13 / 0.2);
}

.text-flamingo-700\/25 {
  color: rgb(170 34 13 / 0.25);
}

.text-flamingo-700\/30 {
  color: rgb(170 34 13 / 0.3);
}

.text-flamingo-700\/35 {
  color: rgb(170 34 13 / 0.35);
}

.text-flamingo-700\/40 {
  color: rgb(170 34 13 / 0.4);
}

.text-flamingo-700\/45 {
  color: rgb(170 34 13 / 0.45);
}

.text-flamingo-700\/5 {
  color: rgb(170 34 13 / 0.05);
}

.text-flamingo-700\/50 {
  color: rgb(170 34 13 / 0.5);
}

.text-flamingo-700\/55 {
  color: rgb(170 34 13 / 0.55);
}

.text-flamingo-700\/60 {
  color: rgb(170 34 13 / 0.6);
}

.text-flamingo-700\/65 {
  color: rgb(170 34 13 / 0.65);
}

.text-flamingo-700\/70 {
  color: rgb(170 34 13 / 0.7);
}

.text-flamingo-700\/75 {
  color: rgb(170 34 13 / 0.75);
}

.text-flamingo-700\/80 {
  color: rgb(170 34 13 / 0.8);
}

.text-flamingo-700\/85 {
  color: rgb(170 34 13 / 0.85);
}

.text-flamingo-700\/90 {
  color: rgb(170 34 13 / 0.9);
}

.text-flamingo-700\/95 {
  color: rgb(170 34 13 / 0.95);
}

.text-flamingo-800 {
  --tw-text-opacity: 1;
  color: rgb(114 23 9 / var(--tw-text-opacity, 1));
}

.text-flamingo-800\/0 {
  color: rgb(114 23 9 / 0);
}

.text-flamingo-800\/10 {
  color: rgb(114 23 9 / 0.1);
}

.text-flamingo-800\/100 {
  color: rgb(114 23 9 / 1);
}

.text-flamingo-800\/15 {
  color: rgb(114 23 9 / 0.15);
}

.text-flamingo-800\/20 {
  color: rgb(114 23 9 / 0.2);
}

.text-flamingo-800\/25 {
  color: rgb(114 23 9 / 0.25);
}

.text-flamingo-800\/30 {
  color: rgb(114 23 9 / 0.3);
}

.text-flamingo-800\/35 {
  color: rgb(114 23 9 / 0.35);
}

.text-flamingo-800\/40 {
  color: rgb(114 23 9 / 0.4);
}

.text-flamingo-800\/45 {
  color: rgb(114 23 9 / 0.45);
}

.text-flamingo-800\/5 {
  color: rgb(114 23 9 / 0.05);
}

.text-flamingo-800\/50 {
  color: rgb(114 23 9 / 0.5);
}

.text-flamingo-800\/55 {
  color: rgb(114 23 9 / 0.55);
}

.text-flamingo-800\/60 {
  color: rgb(114 23 9 / 0.6);
}

.text-flamingo-800\/65 {
  color: rgb(114 23 9 / 0.65);
}

.text-flamingo-800\/70 {
  color: rgb(114 23 9 / 0.7);
}

.text-flamingo-800\/75 {
  color: rgb(114 23 9 / 0.75);
}

.text-flamingo-800\/80 {
  color: rgb(114 23 9 / 0.8);
}

.text-flamingo-800\/85 {
  color: rgb(114 23 9 / 0.85);
}

.text-flamingo-800\/90 {
  color: rgb(114 23 9 / 0.9);
}

.text-flamingo-800\/95 {
  color: rgb(114 23 9 / 0.95);
}

.text-flamingo-900 {
  --tw-text-opacity: 1;
  color: rgb(57 11 4 / var(--tw-text-opacity, 1));
}

.text-flamingo-900\/0 {
  color: rgb(57 11 4 / 0);
}

.text-flamingo-900\/10 {
  color: rgb(57 11 4 / 0.1);
}

.text-flamingo-900\/100 {
  color: rgb(57 11 4 / 1);
}

.text-flamingo-900\/15 {
  color: rgb(57 11 4 / 0.15);
}

.text-flamingo-900\/20 {
  color: rgb(57 11 4 / 0.2);
}

.text-flamingo-900\/25 {
  color: rgb(57 11 4 / 0.25);
}

.text-flamingo-900\/30 {
  color: rgb(57 11 4 / 0.3);
}

.text-flamingo-900\/35 {
  color: rgb(57 11 4 / 0.35);
}

.text-flamingo-900\/40 {
  color: rgb(57 11 4 / 0.4);
}

.text-flamingo-900\/45 {
  color: rgb(57 11 4 / 0.45);
}

.text-flamingo-900\/5 {
  color: rgb(57 11 4 / 0.05);
}

.text-flamingo-900\/50 {
  color: rgb(57 11 4 / 0.5);
}

.text-flamingo-900\/55 {
  color: rgb(57 11 4 / 0.55);
}

.text-flamingo-900\/60 {
  color: rgb(57 11 4 / 0.6);
}

.text-flamingo-900\/65 {
  color: rgb(57 11 4 / 0.65);
}

.text-flamingo-900\/70 {
  color: rgb(57 11 4 / 0.7);
}

.text-flamingo-900\/75 {
  color: rgb(57 11 4 / 0.75);
}

.text-flamingo-900\/80 {
  color: rgb(57 11 4 / 0.8);
}

.text-flamingo-900\/85 {
  color: rgb(57 11 4 / 0.85);
}

.text-flamingo-900\/90 {
  color: rgb(57 11 4 / 0.9);
}

.text-flamingo-900\/95 {
  color: rgb(57 11 4 / 0.95);
}

.text-flamingo-950 {
  --tw-text-opacity: 1;
  color: rgb(28 6 2 / var(--tw-text-opacity, 1));
}

.text-flamingo-950\/0 {
  color: rgb(28 6 2 / 0);
}

.text-flamingo-950\/10 {
  color: rgb(28 6 2 / 0.1);
}

.text-flamingo-950\/100 {
  color: rgb(28 6 2 / 1);
}

.text-flamingo-950\/15 {
  color: rgb(28 6 2 / 0.15);
}

.text-flamingo-950\/20 {
  color: rgb(28 6 2 / 0.2);
}

.text-flamingo-950\/25 {
  color: rgb(28 6 2 / 0.25);
}

.text-flamingo-950\/30 {
  color: rgb(28 6 2 / 0.3);
}

.text-flamingo-950\/35 {
  color: rgb(28 6 2 / 0.35);
}

.text-flamingo-950\/40 {
  color: rgb(28 6 2 / 0.4);
}

.text-flamingo-950\/45 {
  color: rgb(28 6 2 / 0.45);
}

.text-flamingo-950\/5 {
  color: rgb(28 6 2 / 0.05);
}

.text-flamingo-950\/50 {
  color: rgb(28 6 2 / 0.5);
}

.text-flamingo-950\/55 {
  color: rgb(28 6 2 / 0.55);
}

.text-flamingo-950\/60 {
  color: rgb(28 6 2 / 0.6);
}

.text-flamingo-950\/65 {
  color: rgb(28 6 2 / 0.65);
}

.text-flamingo-950\/70 {
  color: rgb(28 6 2 / 0.7);
}

.text-flamingo-950\/75 {
  color: rgb(28 6 2 / 0.75);
}

.text-flamingo-950\/80 {
  color: rgb(28 6 2 / 0.8);
}

.text-flamingo-950\/85 {
  color: rgb(28 6 2 / 0.85);
}

.text-flamingo-950\/90 {
  color: rgb(28 6 2 / 0.9);
}

.text-flamingo-950\/95 {
  color: rgb(28 6 2 / 0.95);
}

.text-inherit {
  color: inherit;
}

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

.text-lightgrey\/0 {
  color: rgb(212 212 212 / 0);
}

.text-lightgrey\/10 {
  color: rgb(212 212 212 / 0.1);
}

.text-lightgrey\/100 {
  color: rgb(212 212 212 / 1);
}

.text-lightgrey\/15 {
  color: rgb(212 212 212 / 0.15);
}

.text-lightgrey\/20 {
  color: rgb(212 212 212 / 0.2);
}

.text-lightgrey\/25 {
  color: rgb(212 212 212 / 0.25);
}

.text-lightgrey\/30 {
  color: rgb(212 212 212 / 0.3);
}

.text-lightgrey\/35 {
  color: rgb(212 212 212 / 0.35);
}

.text-lightgrey\/40 {
  color: rgb(212 212 212 / 0.4);
}

.text-lightgrey\/45 {
  color: rgb(212 212 212 / 0.45);
}

.text-lightgrey\/5 {
  color: rgb(212 212 212 / 0.05);
}

.text-lightgrey\/50 {
  color: rgb(212 212 212 / 0.5);
}

.text-lightgrey\/55 {
  color: rgb(212 212 212 / 0.55);
}

.text-lightgrey\/60 {
  color: rgb(212 212 212 / 0.6);
}

.text-lightgrey\/65 {
  color: rgb(212 212 212 / 0.65);
}

.text-lightgrey\/70 {
  color: rgb(212 212 212 / 0.7);
}

.text-lightgrey\/75 {
  color: rgb(212 212 212 / 0.75);
}

.text-lightgrey\/80 {
  color: rgb(212 212 212 / 0.8);
}

.text-lightgrey\/85 {
  color: rgb(212 212 212 / 0.85);
}

.text-lightgrey\/90 {
  color: rgb(212 212 212 / 0.9);
}

.text-lightgrey\/95 {
  color: rgb(212 212 212 / 0.95);
}

.text-limedSpruce-100 {
  --tw-text-opacity: 1;
  color: rgb(205 219 223 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-100\/0 {
  color: rgb(205 219 223 / 0);
}

.text-limedSpruce-100\/10 {
  color: rgb(205 219 223 / 0.1);
}

.text-limedSpruce-100\/100 {
  color: rgb(205 219 223 / 1);
}

.text-limedSpruce-100\/15 {
  color: rgb(205 219 223 / 0.15);
}

.text-limedSpruce-100\/20 {
  color: rgb(205 219 223 / 0.2);
}

.text-limedSpruce-100\/25 {
  color: rgb(205 219 223 / 0.25);
}

.text-limedSpruce-100\/30 {
  color: rgb(205 219 223 / 0.3);
}

.text-limedSpruce-100\/35 {
  color: rgb(205 219 223 / 0.35);
}

.text-limedSpruce-100\/40 {
  color: rgb(205 219 223 / 0.4);
}

.text-limedSpruce-100\/45 {
  color: rgb(205 219 223 / 0.45);
}

.text-limedSpruce-100\/5 {
  color: rgb(205 219 223 / 0.05);
}

.text-limedSpruce-100\/50 {
  color: rgb(205 219 223 / 0.5);
}

.text-limedSpruce-100\/55 {
  color: rgb(205 219 223 / 0.55);
}

.text-limedSpruce-100\/60 {
  color: rgb(205 219 223 / 0.6);
}

.text-limedSpruce-100\/65 {
  color: rgb(205 219 223 / 0.65);
}

.text-limedSpruce-100\/70 {
  color: rgb(205 219 223 / 0.7);
}

.text-limedSpruce-100\/75 {
  color: rgb(205 219 223 / 0.75);
}

.text-limedSpruce-100\/80 {
  color: rgb(205 219 223 / 0.8);
}

.text-limedSpruce-100\/85 {
  color: rgb(205 219 223 / 0.85);
}

.text-limedSpruce-100\/90 {
  color: rgb(205 219 223 / 0.9);
}

.text-limedSpruce-100\/95 {
  color: rgb(205 219 223 / 0.95);
}

.text-limedSpruce-200 {
  --tw-text-opacity: 1;
  color: rgb(159 185 193 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-200\/0 {
  color: rgb(159 185 193 / 0);
}

.text-limedSpruce-200\/10 {
  color: rgb(159 185 193 / 0.1);
}

.text-limedSpruce-200\/100 {
  color: rgb(159 185 193 / 1);
}

.text-limedSpruce-200\/15 {
  color: rgb(159 185 193 / 0.15);
}

.text-limedSpruce-200\/20 {
  color: rgb(159 185 193 / 0.2);
}

.text-limedSpruce-200\/25 {
  color: rgb(159 185 193 / 0.25);
}

.text-limedSpruce-200\/30 {
  color: rgb(159 185 193 / 0.3);
}

.text-limedSpruce-200\/35 {
  color: rgb(159 185 193 / 0.35);
}

.text-limedSpruce-200\/40 {
  color: rgb(159 185 193 / 0.4);
}

.text-limedSpruce-200\/45 {
  color: rgb(159 185 193 / 0.45);
}

.text-limedSpruce-200\/5 {
  color: rgb(159 185 193 / 0.05);
}

.text-limedSpruce-200\/50 {
  color: rgb(159 185 193 / 0.5);
}

.text-limedSpruce-200\/55 {
  color: rgb(159 185 193 / 0.55);
}

.text-limedSpruce-200\/60 {
  color: rgb(159 185 193 / 0.6);
}

.text-limedSpruce-200\/65 {
  color: rgb(159 185 193 / 0.65);
}

.text-limedSpruce-200\/70 {
  color: rgb(159 185 193 / 0.7);
}

.text-limedSpruce-200\/75 {
  color: rgb(159 185 193 / 0.75);
}

.text-limedSpruce-200\/80 {
  color: rgb(159 185 193 / 0.8);
}

.text-limedSpruce-200\/85 {
  color: rgb(159 185 193 / 0.85);
}

.text-limedSpruce-200\/90 {
  color: rgb(159 185 193 / 0.9);
}

.text-limedSpruce-200\/95 {
  color: rgb(159 185 193 / 0.95);
}

.text-limedSpruce-300 {
  --tw-text-opacity: 1;
  color: rgb(109 148 161 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-300\/0 {
  color: rgb(109 148 161 / 0);
}

.text-limedSpruce-300\/10 {
  color: rgb(109 148 161 / 0.1);
}

.text-limedSpruce-300\/100 {
  color: rgb(109 148 161 / 1);
}

.text-limedSpruce-300\/15 {
  color: rgb(109 148 161 / 0.15);
}

.text-limedSpruce-300\/20 {
  color: rgb(109 148 161 / 0.2);
}

.text-limedSpruce-300\/25 {
  color: rgb(109 148 161 / 0.25);
}

.text-limedSpruce-300\/30 {
  color: rgb(109 148 161 / 0.3);
}

.text-limedSpruce-300\/35 {
  color: rgb(109 148 161 / 0.35);
}

.text-limedSpruce-300\/40 {
  color: rgb(109 148 161 / 0.4);
}

.text-limedSpruce-300\/45 {
  color: rgb(109 148 161 / 0.45);
}

.text-limedSpruce-300\/5 {
  color: rgb(109 148 161 / 0.05);
}

.text-limedSpruce-300\/50 {
  color: rgb(109 148 161 / 0.5);
}

.text-limedSpruce-300\/55 {
  color: rgb(109 148 161 / 0.55);
}

.text-limedSpruce-300\/60 {
  color: rgb(109 148 161 / 0.6);
}

.text-limedSpruce-300\/65 {
  color: rgb(109 148 161 / 0.65);
}

.text-limedSpruce-300\/70 {
  color: rgb(109 148 161 / 0.7);
}

.text-limedSpruce-300\/75 {
  color: rgb(109 148 161 / 0.75);
}

.text-limedSpruce-300\/80 {
  color: rgb(109 148 161 / 0.8);
}

.text-limedSpruce-300\/85 {
  color: rgb(109 148 161 / 0.85);
}

.text-limedSpruce-300\/90 {
  color: rgb(109 148 161 / 0.9);
}

.text-limedSpruce-300\/95 {
  color: rgb(109 148 161 / 0.95);
}

.text-limedSpruce-400 {
  --tw-text-opacity: 1;
  color: rgb(74 105 115 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-400\/0 {
  color: rgb(74 105 115 / 0);
}

.text-limedSpruce-400\/10 {
  color: rgb(74 105 115 / 0.1);
}

.text-limedSpruce-400\/100 {
  color: rgb(74 105 115 / 1);
}

.text-limedSpruce-400\/15 {
  color: rgb(74 105 115 / 0.15);
}

.text-limedSpruce-400\/20 {
  color: rgb(74 105 115 / 0.2);
}

.text-limedSpruce-400\/25 {
  color: rgb(74 105 115 / 0.25);
}

.text-limedSpruce-400\/30 {
  color: rgb(74 105 115 / 0.3);
}

.text-limedSpruce-400\/35 {
  color: rgb(74 105 115 / 0.35);
}

.text-limedSpruce-400\/40 {
  color: rgb(74 105 115 / 0.4);
}

.text-limedSpruce-400\/45 {
  color: rgb(74 105 115 / 0.45);
}

.text-limedSpruce-400\/5 {
  color: rgb(74 105 115 / 0.05);
}

.text-limedSpruce-400\/50 {
  color: rgb(74 105 115 / 0.5);
}

.text-limedSpruce-400\/55 {
  color: rgb(74 105 115 / 0.55);
}

.text-limedSpruce-400\/60 {
  color: rgb(74 105 115 / 0.6);
}

.text-limedSpruce-400\/65 {
  color: rgb(74 105 115 / 0.65);
}

.text-limedSpruce-400\/70 {
  color: rgb(74 105 115 / 0.7);
}

.text-limedSpruce-400\/75 {
  color: rgb(74 105 115 / 0.75);
}

.text-limedSpruce-400\/80 {
  color: rgb(74 105 115 / 0.8);
}

.text-limedSpruce-400\/85 {
  color: rgb(74 105 115 / 0.85);
}

.text-limedSpruce-400\/90 {
  color: rgb(74 105 115 / 0.9);
}

.text-limedSpruce-400\/95 {
  color: rgb(74 105 115 / 0.95);
}

.text-limedSpruce-50 {
  --tw-text-opacity: 1;
  color: rgb(230 237 239 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-50\/0 {
  color: rgb(230 237 239 / 0);
}

.text-limedSpruce-50\/10 {
  color: rgb(230 237 239 / 0.1);
}

.text-limedSpruce-50\/100 {
  color: rgb(230 237 239 / 1);
}

.text-limedSpruce-50\/15 {
  color: rgb(230 237 239 / 0.15);
}

.text-limedSpruce-50\/20 {
  color: rgb(230 237 239 / 0.2);
}

.text-limedSpruce-50\/25 {
  color: rgb(230 237 239 / 0.25);
}

.text-limedSpruce-50\/30 {
  color: rgb(230 237 239 / 0.3);
}

.text-limedSpruce-50\/35 {
  color: rgb(230 237 239 / 0.35);
}

.text-limedSpruce-50\/40 {
  color: rgb(230 237 239 / 0.4);
}

.text-limedSpruce-50\/45 {
  color: rgb(230 237 239 / 0.45);
}

.text-limedSpruce-50\/5 {
  color: rgb(230 237 239 / 0.05);
}

.text-limedSpruce-50\/50 {
  color: rgb(230 237 239 / 0.5);
}

.text-limedSpruce-50\/55 {
  color: rgb(230 237 239 / 0.55);
}

.text-limedSpruce-50\/60 {
  color: rgb(230 237 239 / 0.6);
}

.text-limedSpruce-50\/65 {
  color: rgb(230 237 239 / 0.65);
}

.text-limedSpruce-50\/70 {
  color: rgb(230 237 239 / 0.7);
}

.text-limedSpruce-50\/75 {
  color: rgb(230 237 239 / 0.75);
}

.text-limedSpruce-50\/80 {
  color: rgb(230 237 239 / 0.8);
}

.text-limedSpruce-50\/85 {
  color: rgb(230 237 239 / 0.85);
}

.text-limedSpruce-50\/90 {
  color: rgb(230 237 239 / 0.9);
}

.text-limedSpruce-50\/95 {
  color: rgb(230 237 239 / 0.95);
}

.text-limedSpruce-500 {
  --tw-text-opacity: 1;
  color: rgb(43 61 67 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-500\/0 {
  color: rgb(43 61 67 / 0);
}

.text-limedSpruce-500\/10 {
  color: rgb(43 61 67 / 0.1);
}

.text-limedSpruce-500\/100 {
  color: rgb(43 61 67 / 1);
}

.text-limedSpruce-500\/15 {
  color: rgb(43 61 67 / 0.15);
}

.text-limedSpruce-500\/20 {
  color: rgb(43 61 67 / 0.2);
}

.text-limedSpruce-500\/25 {
  color: rgb(43 61 67 / 0.25);
}

.text-limedSpruce-500\/30 {
  color: rgb(43 61 67 / 0.3);
}

.text-limedSpruce-500\/35 {
  color: rgb(43 61 67 / 0.35);
}

.text-limedSpruce-500\/40 {
  color: rgb(43 61 67 / 0.4);
}

.text-limedSpruce-500\/45 {
  color: rgb(43 61 67 / 0.45);
}

.text-limedSpruce-500\/5 {
  color: rgb(43 61 67 / 0.05);
}

.text-limedSpruce-500\/50 {
  color: rgb(43 61 67 / 0.5);
}

.text-limedSpruce-500\/55 {
  color: rgb(43 61 67 / 0.55);
}

.text-limedSpruce-500\/60 {
  color: rgb(43 61 67 / 0.6);
}

.text-limedSpruce-500\/65 {
  color: rgb(43 61 67 / 0.65);
}

.text-limedSpruce-500\/70 {
  color: rgb(43 61 67 / 0.7);
}

.text-limedSpruce-500\/75 {
  color: rgb(43 61 67 / 0.75);
}

.text-limedSpruce-500\/80 {
  color: rgb(43 61 67 / 0.8);
}

.text-limedSpruce-500\/85 {
  color: rgb(43 61 67 / 0.85);
}

.text-limedSpruce-500\/90 {
  color: rgb(43 61 67 / 0.9);
}

.text-limedSpruce-500\/95 {
  color: rgb(43 61 67 / 0.95);
}

.text-limedSpruce-600 {
  --tw-text-opacity: 1;
  color: rgb(34 48 53 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-600\/0 {
  color: rgb(34 48 53 / 0);
}

.text-limedSpruce-600\/10 {
  color: rgb(34 48 53 / 0.1);
}

.text-limedSpruce-600\/100 {
  color: rgb(34 48 53 / 1);
}

.text-limedSpruce-600\/15 {
  color: rgb(34 48 53 / 0.15);
}

.text-limedSpruce-600\/20 {
  color: rgb(34 48 53 / 0.2);
}

.text-limedSpruce-600\/25 {
  color: rgb(34 48 53 / 0.25);
}

.text-limedSpruce-600\/30 {
  color: rgb(34 48 53 / 0.3);
}

.text-limedSpruce-600\/35 {
  color: rgb(34 48 53 / 0.35);
}

.text-limedSpruce-600\/40 {
  color: rgb(34 48 53 / 0.4);
}

.text-limedSpruce-600\/45 {
  color: rgb(34 48 53 / 0.45);
}

.text-limedSpruce-600\/5 {
  color: rgb(34 48 53 / 0.05);
}

.text-limedSpruce-600\/50 {
  color: rgb(34 48 53 / 0.5);
}

.text-limedSpruce-600\/55 {
  color: rgb(34 48 53 / 0.55);
}

.text-limedSpruce-600\/60 {
  color: rgb(34 48 53 / 0.6);
}

.text-limedSpruce-600\/65 {
  color: rgb(34 48 53 / 0.65);
}

.text-limedSpruce-600\/70 {
  color: rgb(34 48 53 / 0.7);
}

.text-limedSpruce-600\/75 {
  color: rgb(34 48 53 / 0.75);
}

.text-limedSpruce-600\/80 {
  color: rgb(34 48 53 / 0.8);
}

.text-limedSpruce-600\/85 {
  color: rgb(34 48 53 / 0.85);
}

.text-limedSpruce-600\/90 {
  color: rgb(34 48 53 / 0.9);
}

.text-limedSpruce-600\/95 {
  color: rgb(34 48 53 / 0.95);
}

.text-limedSpruce-700 {
  --tw-text-opacity: 1;
  color: rgb(26 37 40 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-700\/0 {
  color: rgb(26 37 40 / 0);
}

.text-limedSpruce-700\/10 {
  color: rgb(26 37 40 / 0.1);
}

.text-limedSpruce-700\/100 {
  color: rgb(26 37 40 / 1);
}

.text-limedSpruce-700\/15 {
  color: rgb(26 37 40 / 0.15);
}

.text-limedSpruce-700\/20 {
  color: rgb(26 37 40 / 0.2);
}

.text-limedSpruce-700\/25 {
  color: rgb(26 37 40 / 0.25);
}

.text-limedSpruce-700\/30 {
  color: rgb(26 37 40 / 0.3);
}

.text-limedSpruce-700\/35 {
  color: rgb(26 37 40 / 0.35);
}

.text-limedSpruce-700\/40 {
  color: rgb(26 37 40 / 0.4);
}

.text-limedSpruce-700\/45 {
  color: rgb(26 37 40 / 0.45);
}

.text-limedSpruce-700\/5 {
  color: rgb(26 37 40 / 0.05);
}

.text-limedSpruce-700\/50 {
  color: rgb(26 37 40 / 0.5);
}

.text-limedSpruce-700\/55 {
  color: rgb(26 37 40 / 0.55);
}

.text-limedSpruce-700\/60 {
  color: rgb(26 37 40 / 0.6);
}

.text-limedSpruce-700\/65 {
  color: rgb(26 37 40 / 0.65);
}

.text-limedSpruce-700\/70 {
  color: rgb(26 37 40 / 0.7);
}

.text-limedSpruce-700\/75 {
  color: rgb(26 37 40 / 0.75);
}

.text-limedSpruce-700\/80 {
  color: rgb(26 37 40 / 0.8);
}

.text-limedSpruce-700\/85 {
  color: rgb(26 37 40 / 0.85);
}

.text-limedSpruce-700\/90 {
  color: rgb(26 37 40 / 0.9);
}

.text-limedSpruce-700\/95 {
  color: rgb(26 37 40 / 0.95);
}

.text-limedSpruce-800 {
  --tw-text-opacity: 1;
  color: rgb(18 25 28 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-800\/0 {
  color: rgb(18 25 28 / 0);
}

.text-limedSpruce-800\/10 {
  color: rgb(18 25 28 / 0.1);
}

.text-limedSpruce-800\/100 {
  color: rgb(18 25 28 / 1);
}

.text-limedSpruce-800\/15 {
  color: rgb(18 25 28 / 0.15);
}

.text-limedSpruce-800\/20 {
  color: rgb(18 25 28 / 0.2);
}

.text-limedSpruce-800\/25 {
  color: rgb(18 25 28 / 0.25);
}

.text-limedSpruce-800\/30 {
  color: rgb(18 25 28 / 0.3);
}

.text-limedSpruce-800\/35 {
  color: rgb(18 25 28 / 0.35);
}

.text-limedSpruce-800\/40 {
  color: rgb(18 25 28 / 0.4);
}

.text-limedSpruce-800\/45 {
  color: rgb(18 25 28 / 0.45);
}

.text-limedSpruce-800\/5 {
  color: rgb(18 25 28 / 0.05);
}

.text-limedSpruce-800\/50 {
  color: rgb(18 25 28 / 0.5);
}

.text-limedSpruce-800\/55 {
  color: rgb(18 25 28 / 0.55);
}

.text-limedSpruce-800\/60 {
  color: rgb(18 25 28 / 0.6);
}

.text-limedSpruce-800\/65 {
  color: rgb(18 25 28 / 0.65);
}

.text-limedSpruce-800\/70 {
  color: rgb(18 25 28 / 0.7);
}

.text-limedSpruce-800\/75 {
  color: rgb(18 25 28 / 0.75);
}

.text-limedSpruce-800\/80 {
  color: rgb(18 25 28 / 0.8);
}

.text-limedSpruce-800\/85 {
  color: rgb(18 25 28 / 0.85);
}

.text-limedSpruce-800\/90 {
  color: rgb(18 25 28 / 0.9);
}

.text-limedSpruce-800\/95 {
  color: rgb(18 25 28 / 0.95);
}

.text-limedSpruce-900 {
  --tw-text-opacity: 1;
  color: rgb(8 11 12 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-900\/0 {
  color: rgb(8 11 12 / 0);
}

.text-limedSpruce-900\/10 {
  color: rgb(8 11 12 / 0.1);
}

.text-limedSpruce-900\/100 {
  color: rgb(8 11 12 / 1);
}

.text-limedSpruce-900\/15 {
  color: rgb(8 11 12 / 0.15);
}

.text-limedSpruce-900\/20 {
  color: rgb(8 11 12 / 0.2);
}

.text-limedSpruce-900\/25 {
  color: rgb(8 11 12 / 0.25);
}

.text-limedSpruce-900\/30 {
  color: rgb(8 11 12 / 0.3);
}

.text-limedSpruce-900\/35 {
  color: rgb(8 11 12 / 0.35);
}

.text-limedSpruce-900\/40 {
  color: rgb(8 11 12 / 0.4);
}

.text-limedSpruce-900\/45 {
  color: rgb(8 11 12 / 0.45);
}

.text-limedSpruce-900\/5 {
  color: rgb(8 11 12 / 0.05);
}

.text-limedSpruce-900\/50 {
  color: rgb(8 11 12 / 0.5);
}

.text-limedSpruce-900\/55 {
  color: rgb(8 11 12 / 0.55);
}

.text-limedSpruce-900\/60 {
  color: rgb(8 11 12 / 0.6);
}

.text-limedSpruce-900\/65 {
  color: rgb(8 11 12 / 0.65);
}

.text-limedSpruce-900\/70 {
  color: rgb(8 11 12 / 0.7);
}

.text-limedSpruce-900\/75 {
  color: rgb(8 11 12 / 0.75);
}

.text-limedSpruce-900\/80 {
  color: rgb(8 11 12 / 0.8);
}

.text-limedSpruce-900\/85 {
  color: rgb(8 11 12 / 0.85);
}

.text-limedSpruce-900\/90 {
  color: rgb(8 11 12 / 0.9);
}

.text-limedSpruce-900\/95 {
  color: rgb(8 11 12 / 0.95);
}

.text-limedSpruce-950 {
  --tw-text-opacity: 1;
  color: rgb(4 6 6 / var(--tw-text-opacity, 1));
}

.text-limedSpruce-950\/0 {
  color: rgb(4 6 6 / 0);
}

.text-limedSpruce-950\/10 {
  color: rgb(4 6 6 / 0.1);
}

.text-limedSpruce-950\/100 {
  color: rgb(4 6 6 / 1);
}

.text-limedSpruce-950\/15 {
  color: rgb(4 6 6 / 0.15);
}

.text-limedSpruce-950\/20 {
  color: rgb(4 6 6 / 0.2);
}

.text-limedSpruce-950\/25 {
  color: rgb(4 6 6 / 0.25);
}

.text-limedSpruce-950\/30 {
  color: rgb(4 6 6 / 0.3);
}

.text-limedSpruce-950\/35 {
  color: rgb(4 6 6 / 0.35);
}

.text-limedSpruce-950\/40 {
  color: rgb(4 6 6 / 0.4);
}

.text-limedSpruce-950\/45 {
  color: rgb(4 6 6 / 0.45);
}

.text-limedSpruce-950\/5 {
  color: rgb(4 6 6 / 0.05);
}

.text-limedSpruce-950\/50 {
  color: rgb(4 6 6 / 0.5);
}

.text-limedSpruce-950\/55 {
  color: rgb(4 6 6 / 0.55);
}

.text-limedSpruce-950\/60 {
  color: rgb(4 6 6 / 0.6);
}

.text-limedSpruce-950\/65 {
  color: rgb(4 6 6 / 0.65);
}

.text-limedSpruce-950\/70 {
  color: rgb(4 6 6 / 0.7);
}

.text-limedSpruce-950\/75 {
  color: rgb(4 6 6 / 0.75);
}

.text-limedSpruce-950\/80 {
  color: rgb(4 6 6 / 0.8);
}

.text-limedSpruce-950\/85 {
  color: rgb(4 6 6 / 0.85);
}

.text-limedSpruce-950\/90 {
  color: rgb(4 6 6 / 0.9);
}

.text-limedSpruce-950\/95 {
  color: rgb(4 6 6 / 0.95);
}

.text-merino-100 {
  --tw-text-opacity: 1;
  color: rgb(254 253 251 / var(--tw-text-opacity, 1));
}

.text-merino-100\/0 {
  color: rgb(254 253 251 / 0);
}

.text-merino-100\/10 {
  color: rgb(254 253 251 / 0.1);
}

.text-merino-100\/100 {
  color: rgb(254 253 251 / 1);
}

.text-merino-100\/15 {
  color: rgb(254 253 251 / 0.15);
}

.text-merino-100\/20 {
  color: rgb(254 253 251 / 0.2);
}

.text-merino-100\/25 {
  color: rgb(254 253 251 / 0.25);
}

.text-merino-100\/30 {
  color: rgb(254 253 251 / 0.3);
}

.text-merino-100\/35 {
  color: rgb(254 253 251 / 0.35);
}

.text-merino-100\/40 {
  color: rgb(254 253 251 / 0.4);
}

.text-merino-100\/45 {
  color: rgb(254 253 251 / 0.45);
}

.text-merino-100\/5 {
  color: rgb(254 253 251 / 0.05);
}

.text-merino-100\/50 {
  color: rgb(254 253 251 / 0.5);
}

.text-merino-100\/55 {
  color: rgb(254 253 251 / 0.55);
}

.text-merino-100\/60 {
  color: rgb(254 253 251 / 0.6);
}

.text-merino-100\/65 {
  color: rgb(254 253 251 / 0.65);
}

.text-merino-100\/70 {
  color: rgb(254 253 251 / 0.7);
}

.text-merino-100\/75 {
  color: rgb(254 253 251 / 0.75);
}

.text-merino-100\/80 {
  color: rgb(254 253 251 / 0.8);
}

.text-merino-100\/85 {
  color: rgb(254 253 251 / 0.85);
}

.text-merino-100\/90 {
  color: rgb(254 253 251 / 0.9);
}

.text-merino-100\/95 {
  color: rgb(254 253 251 / 0.95);
}

.text-merino-200 {
  --tw-text-opacity: 1;
  color: rgb(252 251 248 / var(--tw-text-opacity, 1));
}

.text-merino-200\/0 {
  color: rgb(252 251 248 / 0);
}

.text-merino-200\/10 {
  color: rgb(252 251 248 / 0.1);
}

.text-merino-200\/100 {
  color: rgb(252 251 248 / 1);
}

.text-merino-200\/15 {
  color: rgb(252 251 248 / 0.15);
}

.text-merino-200\/20 {
  color: rgb(252 251 248 / 0.2);
}

.text-merino-200\/25 {
  color: rgb(252 251 248 / 0.25);
}

.text-merino-200\/30 {
  color: rgb(252 251 248 / 0.3);
}

.text-merino-200\/35 {
  color: rgb(252 251 248 / 0.35);
}

.text-merino-200\/40 {
  color: rgb(252 251 248 / 0.4);
}

.text-merino-200\/45 {
  color: rgb(252 251 248 / 0.45);
}

.text-merino-200\/5 {
  color: rgb(252 251 248 / 0.05);
}

.text-merino-200\/50 {
  color: rgb(252 251 248 / 0.5);
}

.text-merino-200\/55 {
  color: rgb(252 251 248 / 0.55);
}

.text-merino-200\/60 {
  color: rgb(252 251 248 / 0.6);
}

.text-merino-200\/65 {
  color: rgb(252 251 248 / 0.65);
}

.text-merino-200\/70 {
  color: rgb(252 251 248 / 0.7);
}

.text-merino-200\/75 {
  color: rgb(252 251 248 / 0.75);
}

.text-merino-200\/80 {
  color: rgb(252 251 248 / 0.8);
}

.text-merino-200\/85 {
  color: rgb(252 251 248 / 0.85);
}

.text-merino-200\/90 {
  color: rgb(252 251 248 / 0.9);
}

.text-merino-200\/95 {
  color: rgb(252 251 248 / 0.95);
}

.text-merino-300 {
  --tw-text-opacity: 1;
  color: rgb(250 247 240 / var(--tw-text-opacity, 1));
}

.text-merino-300\/0 {
  color: rgb(250 247 240 / 0);
}

.text-merino-300\/10 {
  color: rgb(250 247 240 / 0.1);
}

.text-merino-300\/100 {
  color: rgb(250 247 240 / 1);
}

.text-merino-300\/15 {
  color: rgb(250 247 240 / 0.15);
}

.text-merino-300\/20 {
  color: rgb(250 247 240 / 0.2);
}

.text-merino-300\/25 {
  color: rgb(250 247 240 / 0.25);
}

.text-merino-300\/30 {
  color: rgb(250 247 240 / 0.3);
}

.text-merino-300\/35 {
  color: rgb(250 247 240 / 0.35);
}

.text-merino-300\/40 {
  color: rgb(250 247 240 / 0.4);
}

.text-merino-300\/45 {
  color: rgb(250 247 240 / 0.45);
}

.text-merino-300\/5 {
  color: rgb(250 247 240 / 0.05);
}

.text-merino-300\/50 {
  color: rgb(250 247 240 / 0.5);
}

.text-merino-300\/55 {
  color: rgb(250 247 240 / 0.55);
}

.text-merino-300\/60 {
  color: rgb(250 247 240 / 0.6);
}

.text-merino-300\/65 {
  color: rgb(250 247 240 / 0.65);
}

.text-merino-300\/70 {
  color: rgb(250 247 240 / 0.7);
}

.text-merino-300\/75 {
  color: rgb(250 247 240 / 0.75);
}

.text-merino-300\/80 {
  color: rgb(250 247 240 / 0.8);
}

.text-merino-300\/85 {
  color: rgb(250 247 240 / 0.85);
}

.text-merino-300\/90 {
  color: rgb(250 247 240 / 0.9);
}

.text-merino-300\/95 {
  color: rgb(250 247 240 / 0.95);
}

.text-merino-400 {
  --tw-text-opacity: 1;
  color: rgb(248 245 236 / var(--tw-text-opacity, 1));
}

.text-merino-400\/0 {
  color: rgb(248 245 236 / 0);
}

.text-merino-400\/10 {
  color: rgb(248 245 236 / 0.1);
}

.text-merino-400\/100 {
  color: rgb(248 245 236 / 1);
}

.text-merino-400\/15 {
  color: rgb(248 245 236 / 0.15);
}

.text-merino-400\/20 {
  color: rgb(248 245 236 / 0.2);
}

.text-merino-400\/25 {
  color: rgb(248 245 236 / 0.25);
}

.text-merino-400\/30 {
  color: rgb(248 245 236 / 0.3);
}

.text-merino-400\/35 {
  color: rgb(248 245 236 / 0.35);
}

.text-merino-400\/40 {
  color: rgb(248 245 236 / 0.4);
}

.text-merino-400\/45 {
  color: rgb(248 245 236 / 0.45);
}

.text-merino-400\/5 {
  color: rgb(248 245 236 / 0.05);
}

.text-merino-400\/50 {
  color: rgb(248 245 236 / 0.5);
}

.text-merino-400\/55 {
  color: rgb(248 245 236 / 0.55);
}

.text-merino-400\/60 {
  color: rgb(248 245 236 / 0.6);
}

.text-merino-400\/65 {
  color: rgb(248 245 236 / 0.65);
}

.text-merino-400\/70 {
  color: rgb(248 245 236 / 0.7);
}

.text-merino-400\/75 {
  color: rgb(248 245 236 / 0.75);
}

.text-merino-400\/80 {
  color: rgb(248 245 236 / 0.8);
}

.text-merino-400\/85 {
  color: rgb(248 245 236 / 0.85);
}

.text-merino-400\/90 {
  color: rgb(248 245 236 / 0.9);
}

.text-merino-400\/95 {
  color: rgb(248 245 236 / 0.95);
}

.text-merino-50 {
  --tw-text-opacity: 1;
  color: rgb(254 253 251 / var(--tw-text-opacity, 1));
}

.text-merino-50\/0 {
  color: rgb(254 253 251 / 0);
}

.text-merino-50\/10 {
  color: rgb(254 253 251 / 0.1);
}

.text-merino-50\/100 {
  color: rgb(254 253 251 / 1);
}

.text-merino-50\/15 {
  color: rgb(254 253 251 / 0.15);
}

.text-merino-50\/20 {
  color: rgb(254 253 251 / 0.2);
}

.text-merino-50\/25 {
  color: rgb(254 253 251 / 0.25);
}

.text-merino-50\/30 {
  color: rgb(254 253 251 / 0.3);
}

.text-merino-50\/35 {
  color: rgb(254 253 251 / 0.35);
}

.text-merino-50\/40 {
  color: rgb(254 253 251 / 0.4);
}

.text-merino-50\/45 {
  color: rgb(254 253 251 / 0.45);
}

.text-merino-50\/5 {
  color: rgb(254 253 251 / 0.05);
}

.text-merino-50\/50 {
  color: rgb(254 253 251 / 0.5);
}

.text-merino-50\/55 {
  color: rgb(254 253 251 / 0.55);
}

.text-merino-50\/60 {
  color: rgb(254 253 251 / 0.6);
}

.text-merino-50\/65 {
  color: rgb(254 253 251 / 0.65);
}

.text-merino-50\/70 {
  color: rgb(254 253 251 / 0.7);
}

.text-merino-50\/75 {
  color: rgb(254 253 251 / 0.75);
}

.text-merino-50\/80 {
  color: rgb(254 253 251 / 0.8);
}

.text-merino-50\/85 {
  color: rgb(254 253 251 / 0.85);
}

.text-merino-50\/90 {
  color: rgb(254 253 251 / 0.9);
}

.text-merino-50\/95 {
  color: rgb(254 253 251 / 0.95);
}

.text-merino-500 {
  --tw-text-opacity: 1;
  color: rgb(247 243 233 / var(--tw-text-opacity, 1));
}

.text-merino-500\/0 {
  color: rgb(247 243 233 / 0);
}

.text-merino-500\/10 {
  color: rgb(247 243 233 / 0.1);
}

.text-merino-500\/100 {
  color: rgb(247 243 233 / 1);
}

.text-merino-500\/15 {
  color: rgb(247 243 233 / 0.15);
}

.text-merino-500\/20 {
  color: rgb(247 243 233 / 0.2);
}

.text-merino-500\/25 {
  color: rgb(247 243 233 / 0.25);
}

.text-merino-500\/30 {
  color: rgb(247 243 233 / 0.3);
}

.text-merino-500\/35 {
  color: rgb(247 243 233 / 0.35);
}

.text-merino-500\/40 {
  color: rgb(247 243 233 / 0.4);
}

.text-merino-500\/45 {
  color: rgb(247 243 233 / 0.45);
}

.text-merino-500\/5 {
  color: rgb(247 243 233 / 0.05);
}

.text-merino-500\/50 {
  color: rgb(247 243 233 / 0.5);
}

.text-merino-500\/55 {
  color: rgb(247 243 233 / 0.55);
}

.text-merino-500\/60 {
  color: rgb(247 243 233 / 0.6);
}

.text-merino-500\/65 {
  color: rgb(247 243 233 / 0.65);
}

.text-merino-500\/70 {
  color: rgb(247 243 233 / 0.7);
}

.text-merino-500\/75 {
  color: rgb(247 243 233 / 0.75);
}

.text-merino-500\/80 {
  color: rgb(247 243 233 / 0.8);
}

.text-merino-500\/85 {
  color: rgb(247 243 233 / 0.85);
}

.text-merino-500\/90 {
  color: rgb(247 243 233 / 0.9);
}

.text-merino-500\/95 {
  color: rgb(247 243 233 / 0.95);
}

.text-merino-600 {
  --tw-text-opacity: 1;
  color: rgb(221 204 161 / var(--tw-text-opacity, 1));
}

.text-merino-600\/0 {
  color: rgb(221 204 161 / 0);
}

.text-merino-600\/10 {
  color: rgb(221 204 161 / 0.1);
}

.text-merino-600\/100 {
  color: rgb(221 204 161 / 1);
}

.text-merino-600\/15 {
  color: rgb(221 204 161 / 0.15);
}

.text-merino-600\/20 {
  color: rgb(221 204 161 / 0.2);
}

.text-merino-600\/25 {
  color: rgb(221 204 161 / 0.25);
}

.text-merino-600\/30 {
  color: rgb(221 204 161 / 0.3);
}

.text-merino-600\/35 {
  color: rgb(221 204 161 / 0.35);
}

.text-merino-600\/40 {
  color: rgb(221 204 161 / 0.4);
}

.text-merino-600\/45 {
  color: rgb(221 204 161 / 0.45);
}

.text-merino-600\/5 {
  color: rgb(221 204 161 / 0.05);
}

.text-merino-600\/50 {
  color: rgb(221 204 161 / 0.5);
}

.text-merino-600\/55 {
  color: rgb(221 204 161 / 0.55);
}

.text-merino-600\/60 {
  color: rgb(221 204 161 / 0.6);
}

.text-merino-600\/65 {
  color: rgb(221 204 161 / 0.65);
}

.text-merino-600\/70 {
  color: rgb(221 204 161 / 0.7);
}

.text-merino-600\/75 {
  color: rgb(221 204 161 / 0.75);
}

.text-merino-600\/80 {
  color: rgb(221 204 161 / 0.8);
}

.text-merino-600\/85 {
  color: rgb(221 204 161 / 0.85);
}

.text-merino-600\/90 {
  color: rgb(221 204 161 / 0.9);
}

.text-merino-600\/95 {
  color: rgb(221 204 161 / 0.95);
}

.text-merino-700 {
  --tw-text-opacity: 1;
  color: rgb(195 166 90 / var(--tw-text-opacity, 1));
}

.text-merino-700\/0 {
  color: rgb(195 166 90 / 0);
}

.text-merino-700\/10 {
  color: rgb(195 166 90 / 0.1);
}

.text-merino-700\/100 {
  color: rgb(195 166 90 / 1);
}

.text-merino-700\/15 {
  color: rgb(195 166 90 / 0.15);
}

.text-merino-700\/20 {
  color: rgb(195 166 90 / 0.2);
}

.text-merino-700\/25 {
  color: rgb(195 166 90 / 0.25);
}

.text-merino-700\/30 {
  color: rgb(195 166 90 / 0.3);
}

.text-merino-700\/35 {
  color: rgb(195 166 90 / 0.35);
}

.text-merino-700\/40 {
  color: rgb(195 166 90 / 0.4);
}

.text-merino-700\/45 {
  color: rgb(195 166 90 / 0.45);
}

.text-merino-700\/5 {
  color: rgb(195 166 90 / 0.05);
}

.text-merino-700\/50 {
  color: rgb(195 166 90 / 0.5);
}

.text-merino-700\/55 {
  color: rgb(195 166 90 / 0.55);
}

.text-merino-700\/60 {
  color: rgb(195 166 90 / 0.6);
}

.text-merino-700\/65 {
  color: rgb(195 166 90 / 0.65);
}

.text-merino-700\/70 {
  color: rgb(195 166 90 / 0.7);
}

.text-merino-700\/75 {
  color: rgb(195 166 90 / 0.75);
}

.text-merino-700\/80 {
  color: rgb(195 166 90 / 0.8);
}

.text-merino-700\/85 {
  color: rgb(195 166 90 / 0.85);
}

.text-merino-700\/90 {
  color: rgb(195 166 90 / 0.9);
}

.text-merino-700\/95 {
  color: rgb(195 166 90 / 0.95);
}

.text-merino-800 {
  --tw-text-opacity: 1;
  color: rgb(142 117 52 / var(--tw-text-opacity, 1));
}

.text-merino-800\/0 {
  color: rgb(142 117 52 / 0);
}

.text-merino-800\/10 {
  color: rgb(142 117 52 / 0.1);
}

.text-merino-800\/100 {
  color: rgb(142 117 52 / 1);
}

.text-merino-800\/15 {
  color: rgb(142 117 52 / 0.15);
}

.text-merino-800\/20 {
  color: rgb(142 117 52 / 0.2);
}

.text-merino-800\/25 {
  color: rgb(142 117 52 / 0.25);
}

.text-merino-800\/30 {
  color: rgb(142 117 52 / 0.3);
}

.text-merino-800\/35 {
  color: rgb(142 117 52 / 0.35);
}

.text-merino-800\/40 {
  color: rgb(142 117 52 / 0.4);
}

.text-merino-800\/45 {
  color: rgb(142 117 52 / 0.45);
}

.text-merino-800\/5 {
  color: rgb(142 117 52 / 0.05);
}

.text-merino-800\/50 {
  color: rgb(142 117 52 / 0.5);
}

.text-merino-800\/55 {
  color: rgb(142 117 52 / 0.55);
}

.text-merino-800\/60 {
  color: rgb(142 117 52 / 0.6);
}

.text-merino-800\/65 {
  color: rgb(142 117 52 / 0.65);
}

.text-merino-800\/70 {
  color: rgb(142 117 52 / 0.7);
}

.text-merino-800\/75 {
  color: rgb(142 117 52 / 0.75);
}

.text-merino-800\/80 {
  color: rgb(142 117 52 / 0.8);
}

.text-merino-800\/85 {
  color: rgb(142 117 52 / 0.85);
}

.text-merino-800\/90 {
  color: rgb(142 117 52 / 0.9);
}

.text-merino-800\/95 {
  color: rgb(142 117 52 / 0.95);
}

.text-merino-900 {
  --tw-text-opacity: 1;
  color: rgb(71 58 26 / var(--tw-text-opacity, 1));
}

.text-merino-900\/0 {
  color: rgb(71 58 26 / 0);
}

.text-merino-900\/10 {
  color: rgb(71 58 26 / 0.1);
}

.text-merino-900\/100 {
  color: rgb(71 58 26 / 1);
}

.text-merino-900\/15 {
  color: rgb(71 58 26 / 0.15);
}

.text-merino-900\/20 {
  color: rgb(71 58 26 / 0.2);
}

.text-merino-900\/25 {
  color: rgb(71 58 26 / 0.25);
}

.text-merino-900\/30 {
  color: rgb(71 58 26 / 0.3);
}

.text-merino-900\/35 {
  color: rgb(71 58 26 / 0.35);
}

.text-merino-900\/40 {
  color: rgb(71 58 26 / 0.4);
}

.text-merino-900\/45 {
  color: rgb(71 58 26 / 0.45);
}

.text-merino-900\/5 {
  color: rgb(71 58 26 / 0.05);
}

.text-merino-900\/50 {
  color: rgb(71 58 26 / 0.5);
}

.text-merino-900\/55 {
  color: rgb(71 58 26 / 0.55);
}

.text-merino-900\/60 {
  color: rgb(71 58 26 / 0.6);
}

.text-merino-900\/65 {
  color: rgb(71 58 26 / 0.65);
}

.text-merino-900\/70 {
  color: rgb(71 58 26 / 0.7);
}

.text-merino-900\/75 {
  color: rgb(71 58 26 / 0.75);
}

.text-merino-900\/80 {
  color: rgb(71 58 26 / 0.8);
}

.text-merino-900\/85 {
  color: rgb(71 58 26 / 0.85);
}

.text-merino-900\/90 {
  color: rgb(71 58 26 / 0.9);
}

.text-merino-900\/95 {
  color: rgb(71 58 26 / 0.95);
}

.text-merino-950 {
  --tw-text-opacity: 1;
  color: rgb(34 28 12 / var(--tw-text-opacity, 1));
}

.text-merino-950\/0 {
  color: rgb(34 28 12 / 0);
}

.text-merino-950\/10 {
  color: rgb(34 28 12 / 0.1);
}

.text-merino-950\/100 {
  color: rgb(34 28 12 / 1);
}

.text-merino-950\/15 {
  color: rgb(34 28 12 / 0.15);
}

.text-merino-950\/20 {
  color: rgb(34 28 12 / 0.2);
}

.text-merino-950\/25 {
  color: rgb(34 28 12 / 0.25);
}

.text-merino-950\/30 {
  color: rgb(34 28 12 / 0.3);
}

.text-merino-950\/35 {
  color: rgb(34 28 12 / 0.35);
}

.text-merino-950\/40 {
  color: rgb(34 28 12 / 0.4);
}

.text-merino-950\/45 {
  color: rgb(34 28 12 / 0.45);
}

.text-merino-950\/5 {
  color: rgb(34 28 12 / 0.05);
}

.text-merino-950\/50 {
  color: rgb(34 28 12 / 0.5);
}

.text-merino-950\/55 {
  color: rgb(34 28 12 / 0.55);
}

.text-merino-950\/60 {
  color: rgb(34 28 12 / 0.6);
}

.text-merino-950\/65 {
  color: rgb(34 28 12 / 0.65);
}

.text-merino-950\/70 {
  color: rgb(34 28 12 / 0.7);
}

.text-merino-950\/75 {
  color: rgb(34 28 12 / 0.75);
}

.text-merino-950\/80 {
  color: rgb(34 28 12 / 0.8);
}

.text-merino-950\/85 {
  color: rgb(34 28 12 / 0.85);
}

.text-merino-950\/90 {
  color: rgb(34 28 12 / 0.9);
}

.text-merino-950\/95 {
  color: rgb(34 28 12 / 0.95);
}

.text-midgrey {
  --tw-text-opacity: 1;
  color: rgb(117 119 124 / var(--tw-text-opacity, 1));
}

.text-midgrey\/0 {
  color: rgb(117 119 124 / 0);
}

.text-midgrey\/10 {
  color: rgb(117 119 124 / 0.1);
}

.text-midgrey\/100 {
  color: rgb(117 119 124 / 1);
}

.text-midgrey\/15 {
  color: rgb(117 119 124 / 0.15);
}

.text-midgrey\/20 {
  color: rgb(117 119 124 / 0.2);
}

.text-midgrey\/25 {
  color: rgb(117 119 124 / 0.25);
}

.text-midgrey\/30 {
  color: rgb(117 119 124 / 0.3);
}

.text-midgrey\/35 {
  color: rgb(117 119 124 / 0.35);
}

.text-midgrey\/40 {
  color: rgb(117 119 124 / 0.4);
}

.text-midgrey\/45 {
  color: rgb(117 119 124 / 0.45);
}

.text-midgrey\/5 {
  color: rgb(117 119 124 / 0.05);
}

.text-midgrey\/50 {
  color: rgb(117 119 124 / 0.5);
}

.text-midgrey\/55 {
  color: rgb(117 119 124 / 0.55);
}

.text-midgrey\/60 {
  color: rgb(117 119 124 / 0.6);
}

.text-midgrey\/65 {
  color: rgb(117 119 124 / 0.65);
}

.text-midgrey\/70 {
  color: rgb(117 119 124 / 0.7);
}

.text-midgrey\/75 {
  color: rgb(117 119 124 / 0.75);
}

.text-midgrey\/80 {
  color: rgb(117 119 124 / 0.8);
}

.text-midgrey\/85 {
  color: rgb(117 119 124 / 0.85);
}

.text-midgrey\/90 {
  color: rgb(117 119 124 / 0.9);
}

.text-midgrey\/95 {
  color: rgb(117 119 124 / 0.95);
}

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

.text-offWhite\/0 {
  color: rgb(217 217 217 / 0);
}

.text-offWhite\/10 {
  color: rgb(217 217 217 / 0.1);
}

.text-offWhite\/100 {
  color: rgb(217 217 217 / 1);
}

.text-offWhite\/15 {
  color: rgb(217 217 217 / 0.15);
}

.text-offWhite\/20 {
  color: rgb(217 217 217 / 0.2);
}

.text-offWhite\/25 {
  color: rgb(217 217 217 / 0.25);
}

.text-offWhite\/30 {
  color: rgb(217 217 217 / 0.3);
}

.text-offWhite\/35 {
  color: rgb(217 217 217 / 0.35);
}

.text-offWhite\/40 {
  color: rgb(217 217 217 / 0.4);
}

.text-offWhite\/45 {
  color: rgb(217 217 217 / 0.45);
}

.text-offWhite\/5 {
  color: rgb(217 217 217 / 0.05);
}

.text-offWhite\/50 {
  color: rgb(217 217 217 / 0.5);
}

.text-offWhite\/55 {
  color: rgb(217 217 217 / 0.55);
}

.text-offWhite\/60 {
  color: rgb(217 217 217 / 0.6);
}

.text-offWhite\/65 {
  color: rgb(217 217 217 / 0.65);
}

.text-offWhite\/70 {
  color: rgb(217 217 217 / 0.7);
}

.text-offWhite\/75 {
  color: rgb(217 217 217 / 0.75);
}

.text-offWhite\/80 {
  color: rgb(217 217 217 / 0.8);
}

.text-offWhite\/85 {
  color: rgb(217 217 217 / 0.85);
}

.text-offWhite\/90 {
  color: rgb(217 217 217 / 0.9);
}

.text-offWhite\/95 {
  color: rgb(217 217 217 / 0.95);
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.text-opacity-0 {
  --tw-text-opacity: 0;
}

.text-opacity-10 {
  --tw-text-opacity: 0.1;
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.text-opacity-15 {
  --tw-text-opacity: 0.15;
}

.text-opacity-20 {
  --tw-text-opacity: 0.2;
}

.text-opacity-25 {
  --tw-text-opacity: 0.25;
}

.text-opacity-30 {
  --tw-text-opacity: 0.3;
}

.text-opacity-35 {
  --tw-text-opacity: 0.35;
}

.text-opacity-40 {
  --tw-text-opacity: 0.4;
}

.text-opacity-45 {
  --tw-text-opacity: 0.45;
}

.text-opacity-5 {
  --tw-text-opacity: 0.05;
}

.text-opacity-50 {
  --tw-text-opacity: 0.5;
}

.text-opacity-55 {
  --tw-text-opacity: 0.55;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

.text-opacity-65 {
  --tw-text-opacity: 0.65;
}

.text-opacity-70 {
  --tw-text-opacity: 0.7;
}

.text-opacity-75 {
  --tw-text-opacity: 0.75;
}

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-85 {
  --tw-text-opacity: 0.85;
}

.text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.text-opacity-95 {
  --tw-text-opacity: 0.95;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 768px) {

  .md\:block {
    display: block;
  }

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

@media (min-width: 1024px) {

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