@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';

  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');

  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');

  font-weight: normal;

  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@keyframes bounce{
  0%,20%,53%,80%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    transform:translateZ(0)
  }

  40%,43%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-30px,0)
  }

  70%{
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    transform:translate3d(0,-15px,0)
  }

  90%{
    transform:translate3d(0,-4px,0)
  }
}

.bounce{
  animation-name:bounce;
  transform-origin:center bottom
}

@keyframes flash{
  0%,50%,to{
    opacity:1
  }

  25%,75%{
    opacity:0
  }
}

.flash{
  animation-name:flash
}

@keyframes pulse{
  0%{
    transform:scaleX(1)
  }

  50%{
    transform:scale3d(1.05,1.05,1.05)
  }

  to{
    transform:scaleX(1)
  }
}

.pulse{
  animation-name:pulse
}

@keyframes rubberBand{
  0%{
    transform:scaleX(1)
  }

  30%{
    transform:scale3d(1.25,.75,1)
  }

  40%{
    transform:scale3d(.75,1.25,1)
  }

  50%{
    transform:scale3d(1.15,.85,1)
  }

  65%{
    transform:scale3d(.95,1.05,1)
  }

  75%{
    transform:scale3d(1.05,.95,1)
  }

  to{
    transform:scaleX(1)
  }
}

.rubberBand{
  animation-name:rubberBand
}

@keyframes shake{
  0%,to{
    transform:translateZ(0)
  }

  10%,30%,50%,70%,90%{
    transform:translate3d(-10px,0,0)
  }

  20%,40%,60%,80%{
    transform:translate3d(10px,0,0)
  }
}

.shake{
  animation-name:shake
}

@keyframes headShake{
  0%{
    transform:translateX(0)
  }

  6.5%{
    transform:translateX(-6px) rotateY(-9deg)
  }

  18.5%{
    transform:translateX(5px) rotateY(7deg)
  }

  31.5%{
    transform:translateX(-3px) rotateY(-5deg)
  }

  43.5%{
    transform:translateX(2px) rotateY(3deg)
  }

  50%{
    transform:translateX(0)
  }
}

.headShake{
  animation-timing-function:ease-in-out;
  animation-name:headShake
}

@keyframes swing{
  20%{
    transform:rotate(15deg)
  }

  40%{
    transform:rotate(-10deg)
  }

  60%{
    transform:rotate(5deg)
  }

  80%{
    transform:rotate(-5deg)
  }

  to{
    transform:rotate(0deg)
  }
}

.swing{
  transform-origin:top center;
  animation-name:swing
}

@keyframes tada{
  0%{
    transform:scaleX(1)
  }

  10%,20%{
    transform:scale3d(.9,.9,.9) rotate(-3deg)
  }

  30%,50%,70%,90%{
    transform:scale3d(1.1,1.1,1.1) rotate(3deg)
  }

  40%,60%,80%{
    transform:scale3d(1.1,1.1,1.1) rotate(-3deg)
  }

  to{
    transform:scaleX(1)
  }
}

.tada{
  animation-name:tada
}

@keyframes wobble{
  0%{
    transform:translateZ(0)
  }

  15%{
    transform:translate3d(-25%,0,0) rotate(-5deg)
  }

  30%{
    transform:translate3d(20%,0,0) rotate(3deg)
  }

  45%{
    transform:translate3d(-15%,0,0) rotate(-3deg)
  }

  60%{
    transform:translate3d(10%,0,0) rotate(2deg)
  }

  75%{
    transform:translate3d(-5%,0,0) rotate(-1deg)
  }

  to{
    transform:translateZ(0)
  }
}

.wobble{
  animation-name:wobble
}

@keyframes jello{
  0%,11.1%,to{
    transform:translateZ(0)
  }

  22.2%{
    transform:skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3%{
    transform:skewX(6.25deg) skewY(6.25deg)
  }

  44.4%{
    transform:skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5%{
    transform:skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6%{
    transform:skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7%{
    transform:skewX(.390625deg) skewY(.390625deg)
  }

  88.8%{
    transform:skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello{
  animation-name:jello;
  transform-origin:center
}

@keyframes heartBeat{
  0%{
    transform:scale(1)
  }

  14%{
    transform:scale(1.3)
  }

  28%{
    transform:scale(1)
  }

  42%{
    transform:scale(1.3)
  }

  70%{
    transform:scale(1)
  }
}

.heartBeat{
  animation-name:heartBeat;
  animation-duration:1.3s;
  animation-timing-function:ease-in-out
}

@keyframes bounceIn{
  0%,20%,40%,60%,80%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  20%{
    transform:scale3d(1.1,1.1,1.1)
  }

  40%{
    transform:scale3d(.9,.9,.9)
  }

  60%{
    opacity:1;
    transform:scale3d(1.03,1.03,1.03)
  }

  80%{
    transform:scale3d(.97,.97,.97)
  }

  to{
    opacity:1;
    transform:scaleX(1)
  }
}

.bounceIn{
  animation-duration:.75s;
  animation-name:bounceIn
}

@keyframes bounceInDown{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,-3000px,0)
  }

  60%{
    opacity:1;
    transform:translate3d(0,25px,0)
  }

  75%{
    transform:translate3d(0,-10px,0)
  }

  90%{
    transform:translate3d(0,5px,0)
  }

  to{
    transform:translateZ(0)
  }
}

.bounceInDown{
  animation-name:bounceInDown
}

@keyframes bounceInLeft{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(-3000px,0,0)
  }

  60%{
    opacity:1;
    transform:translate3d(25px,0,0)
  }

  75%{
    transform:translate3d(-10px,0,0)
  }

  90%{
    transform:translate3d(5px,0,0)
  }

  to{
    transform:translateZ(0)
  }
}

.bounceInLeft{
  animation-name:bounceInLeft
}

@keyframes bounceInRight{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(3000px,0,0)
  }

  60%{
    opacity:1;
    transform:translate3d(-25px,0,0)
  }

  75%{
    transform:translate3d(10px,0,0)
  }

  90%{
    transform:translate3d(-5px,0,0)
  }

  to{
    transform:translateZ(0)
  }
}

.bounceInRight{
  animation-name:bounceInRight
}

@keyframes bounceInUp{
  0%,60%,75%,90%,to{
    animation-timing-function:cubic-bezier(.215,.61,.355,1)
  }

  0%{
    opacity:0;
    transform:translate3d(0,3000px,0)
  }

  60%{
    opacity:1;
    transform:translate3d(0,-20px,0)
  }

  75%{
    transform:translate3d(0,10px,0)
  }

  90%{
    transform:translate3d(0,-5px,0)
  }

  to{
    transform:translateZ(0)
  }
}

.bounceInUp{
  animation-name:bounceInUp
}

@keyframes bounceOut{
  20%{
    transform:scale3d(.9,.9,.9)
  }

  50%,55%{
    opacity:1;
    transform:scale3d(1.1,1.1,1.1)
  }

  to{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }
}

.bounceOut{
  animation-duration:.75s;
  animation-name:bounceOut
}

@keyframes bounceOutDown{
  20%{
    transform:translate3d(0,10px,0)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,-20px,0)
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}

.bounceOutDown{
  animation-name:bounceOutDown
}

@keyframes bounceOutLeft{
  20%{
    opacity:1;
    transform:translate3d(20px,0,0)
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}

.bounceOutLeft{
  animation-name:bounceOutLeft
}

@keyframes bounceOutRight{
  20%{
    opacity:1;
    transform:translate3d(-20px,0,0)
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}

.bounceOutRight{
  animation-name:bounceOutRight
}

@keyframes bounceOutUp{
  20%{
    transform:translate3d(0,-10px,0)
  }

  40%,45%{
    opacity:1;
    transform:translate3d(0,20px,0)
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}

.bounceOutUp{
  animation-name:bounceOutUp
}

@keyframes fadeIn{
  0%{
    opacity:0
  }

  to{
    opacity:1
  }
}

.fadeIn{
  animation-name:fadeIn
}

@keyframes fadeInDown{
  0%{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInDown{
  animation-name:fadeInDown
}

@keyframes fadeInDownBig{
  0%{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInDownBig{
  animation-name:fadeInDownBig
}

@keyframes fadeInLeft{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInLeft{
  animation-name:fadeInLeft
}

@keyframes fadeInLeftBig{
  0%{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInLeftBig{
  animation-name:fadeInLeftBig
}

@keyframes fadeInRight{
  0%{
    opacity:0;
    transform:translate3d(100%,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInRight{
  animation-name:fadeInRight
}

@keyframes fadeInRightBig{
  0%{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInRightBig{
  animation-name:fadeInRightBig
}

@keyframes fadeInUp{
  0%{
    opacity:0;
    transform:translate3d(0,100%,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInUp{
  animation-name:fadeInUp
}

@keyframes fadeInUpBig{
  0%{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.fadeInUpBig{
  animation-name:fadeInUpBig
}

@keyframes fadeOut{
  0%{
    opacity:1
  }

  to{
    opacity:0
  }
}

.fadeOut{
  animation-name:fadeOut
}

@keyframes fadeOutDown{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,100%,0)
  }
}

.fadeOutDown{
  animation-name:fadeOutDown
}

@keyframes fadeOutDownBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,2000px,0)
  }
}

.fadeOutDownBig{
  animation-name:fadeOutDownBig
}

@keyframes fadeOutLeft{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-100%,0,0)
  }
}

.fadeOutLeft{
  animation-name:fadeOutLeft
}

@keyframes fadeOutLeftBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(-2000px,0,0)
  }
}

.fadeOutLeftBig{
  animation-name:fadeOutLeftBig
}

@keyframes fadeOutRight{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0)
  }
}

.fadeOutRight{
  animation-name:fadeOutRight
}

@keyframes fadeOutRightBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(2000px,0,0)
  }
}

.fadeOutRightBig{
  animation-name:fadeOutRightBig
}

@keyframes fadeOutUp{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-100%,0)
  }
}

.fadeOutUp{
  animation-name:fadeOutUp
}

@keyframes fadeOutUpBig{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(0,-2000px,0)
  }
}

.fadeOutUpBig{
  animation-name:fadeOutUpBig
}

@keyframes flip{
  0%{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function:ease-out
  }

  40%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function:ease-out
  }

  50%{
    transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function:ease-in
  }

  80%{
    transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }

  to{
    transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function:ease-in
  }
}

.animated.flip{
  backface-visibility:visible;
  animation-name:flip
}

@keyframes flipInX{
  0%{
    transform:perspective(400px) rotateX(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateX(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateX(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateX(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.flipInX{
  backface-visibility:visible!important;
  animation-name:flipInX
}

@keyframes flipInY{
  0%{
    transform:perspective(400px) rotateY(90deg);
    animation-timing-function:ease-in;
    opacity:0
  }

  40%{
    transform:perspective(400px) rotateY(-20deg);
    animation-timing-function:ease-in
  }

  60%{
    transform:perspective(400px) rotateY(10deg);
    opacity:1
  }

  80%{
    transform:perspective(400px) rotateY(-5deg)
  }

  to{
    transform:perspective(400px)
  }
}

.flipInY{
  backface-visibility:visible!important;
  animation-name:flipInY
}

@keyframes flipOutX{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateX(-20deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateX(90deg);
    opacity:0
  }
}

.flipOutX{
  animation-duration:.75s;
  animation-name:flipOutX;
  backface-visibility:visible!important
}

@keyframes flipOutY{
  0%{
    transform:perspective(400px)
  }

  30%{
    transform:perspective(400px) rotateY(-15deg);
    opacity:1
  }

  to{
    transform:perspective(400px) rotateY(90deg);
    opacity:0
  }
}

.flipOutY{
  animation-duration:.75s;
  backface-visibility:visible!important;
  animation-name:flipOutY
}

@keyframes lightSpeedIn{
  0%{
    transform:translate3d(100%,0,0) skewX(-30deg);
    opacity:0
  }

  60%{
    transform:skewX(20deg);
    opacity:1
  }

  80%{
    transform:skewX(-5deg)
  }

  to{
    transform:translateZ(0)
  }
}

.lightSpeedIn{
  animation-name:lightSpeedIn;
  animation-timing-function:ease-out
}

@keyframes lightSpeedOut{
  0%{
    opacity:1
  }

  to{
    transform:translate3d(100%,0,0) skewX(30deg);
    opacity:0
  }
}

.lightSpeedOut{
  animation-name:lightSpeedOut;
  animation-timing-function:ease-in
}

@keyframes rotateIn{
  0%{
    transform-origin:center;
    transform:rotate(-200deg);
    opacity:0
  }

  to{
    transform-origin:center;
    transform:translateZ(0);
    opacity:1
  }
}

.rotateIn{
  animation-name:rotateIn
}

@keyframes rotateInDownLeft{
  0%{
    transform-origin:left bottom;
    transform:rotate(-45deg);
    opacity:0
  }

  to{
    transform-origin:left bottom;
    transform:translateZ(0);
    opacity:1
  }
}

.rotateInDownLeft{
  animation-name:rotateInDownLeft
}

@keyframes rotateInDownRight{
  0%{
    transform-origin:right bottom;
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform-origin:right bottom;
    transform:translateZ(0);
    opacity:1
  }
}

.rotateInDownRight{
  animation-name:rotateInDownRight
}

@keyframes rotateInUpLeft{
  0%{
    transform-origin:left bottom;
    transform:rotate(45deg);
    opacity:0
  }

  to{
    transform-origin:left bottom;
    transform:translateZ(0);
    opacity:1
  }
}

.rotateInUpLeft{
  animation-name:rotateInUpLeft
}

@keyframes rotateInUpRight{
  0%{
    transform-origin:right bottom;
    transform:rotate(-90deg);
    opacity:0
  }

  to{
    transform-origin:right bottom;
    transform:translateZ(0);
    opacity:1
  }
}

.rotateInUpRight{
  animation-name:rotateInUpRight
}

@keyframes rotateOut{
  0%{
    transform-origin:center;
    opacity:1
  }

  to{
    transform-origin:center;
    transform:rotate(200deg);
    opacity:0
  }
}

.rotateOut{
  animation-name:rotateOut
}

@keyframes rotateOutDownLeft{
  0%{
    transform-origin:left bottom;
    opacity:1
  }

  to{
    transform-origin:left bottom;
    transform:rotate(45deg);
    opacity:0
  }
}

.rotateOutDownLeft{
  animation-name:rotateOutDownLeft
}

@keyframes rotateOutDownRight{
  0%{
    transform-origin:right bottom;
    opacity:1
  }

  to{
    transform-origin:right bottom;
    transform:rotate(-45deg);
    opacity:0
  }
}

.rotateOutDownRight{
  animation-name:rotateOutDownRight
}

@keyframes rotateOutUpLeft{
  0%{
    transform-origin:left bottom;
    opacity:1
  }

  to{
    transform-origin:left bottom;
    transform:rotate(-45deg);
    opacity:0
  }
}

.rotateOutUpLeft{
  animation-name:rotateOutUpLeft
}

@keyframes rotateOutUpRight{
  0%{
    transform-origin:right bottom;
    opacity:1
  }

  to{
    transform-origin:right bottom;
    transform:rotate(90deg);
    opacity:0
  }
}

.rotateOutUpRight{
  animation-name:rotateOutUpRight
}

@keyframes hinge{
  0%{
    transform-origin:top left;
    animation-timing-function:ease-in-out
  }

  20%,60%{
    transform:rotate(80deg);
    transform-origin:top left;
    animation-timing-function:ease-in-out
  }

  40%,80%{
    transform:rotate(60deg);
    transform-origin:top left;
    animation-timing-function:ease-in-out;
    opacity:1
  }

  to{
    transform:translate3d(0,700px,0);
    opacity:0
  }
}

.hinge{
  animation-duration:2s;
  animation-name:hinge
}

@keyframes jackInTheBox{
  0%{
    opacity:0;
    transform:scale(.1) rotate(30deg);
    transform-origin:center bottom
  }

  50%{
    transform:rotate(-10deg)
  }

  70%{
    transform:rotate(3deg)
  }

  to{
    opacity:1;
    transform:scale(1)
  }
}

.jackInTheBox{
  animation-name:jackInTheBox
}

@keyframes rollIn{
  0%{
    opacity:0;
    transform:translate3d(-100%,0,0) rotate(-120deg)
  }

  to{
    opacity:1;
    transform:translateZ(0)
  }
}

.rollIn{
  animation-name:rollIn
}

@keyframes rollOut{
  0%{
    opacity:1
  }

  to{
    opacity:0;
    transform:translate3d(100%,0,0) rotate(120deg)
  }
}

.rollOut{
  animation-name:rollOut
}

@keyframes zoomIn{
  0%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  50%{
    opacity:1
  }
}

.zoomIn{
  animation-name:zoomIn
}

@keyframes zoomInDown{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInDown{
  animation-name:zoomInDown
}

@keyframes zoomInLeft{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInLeft{
  animation-name:zoomInLeft
}

@keyframes zoomInRight{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInRight{
  animation-name:zoomInRight
}

@keyframes zoomInUp{
  0%{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  60%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomInUp{
  animation-name:zoomInUp
}

@keyframes zoomOut{
  0%{
    opacity:1
  }

  50%{
    opacity:0;
    transform:scale3d(.3,.3,.3)
  }

  to{
    opacity:0
  }
}

.zoomOut{
  animation-name:zoomOut
}

@keyframes zoomOutDown{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform-origin:center bottom;
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutDown{
  animation-name:zoomOutDown
}

@keyframes zoomOutLeft{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(-2000px,0,0);
    transform-origin:left center
  }
}

.zoomOutLeft{
  animation-name:zoomOutLeft
}

@keyframes zoomOutRight{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }

  to{
    opacity:0;
    transform:scale(.1) translate3d(2000px,0,0);
    transform-origin:right center
  }
}

.zoomOutRight{
  animation-name:zoomOutRight
}

@keyframes zoomOutUp{
  40%{
    opacity:1;
    transform:scale3d(.475,.475,.475) translate3d(0,60px,0);
    animation-timing-function:cubic-bezier(.55,.055,.675,.19)
  }

  to{
    opacity:0;
    transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform-origin:center bottom;
    animation-timing-function:cubic-bezier(.175,.885,.32,1)
  }
}

.zoomOutUp{
  animation-name:zoomOutUp
}

@keyframes slideInDown{
  0%{
    transform:translate3d(0,-100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.slideInDown{
  animation-name:slideInDown
}

@keyframes slideInLeft{
  0%{
    transform:translate3d(-100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.slideInLeft{
  animation-name:slideInLeft
}

@keyframes slideInRight{
  0%{
    transform:translate3d(100%,0,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.slideInRight{
  animation-name:slideInRight
}

@keyframes slideInUp{
  0%{
    transform:translate3d(0,100%,0);
    visibility:visible
  }

  to{
    transform:translateZ(0)
  }
}

.slideInUp{
  animation-name:slideInUp
}

@keyframes slideOutDown{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,100%,0)
  }
}

.slideOutDown{
  animation-name:slideOutDown
}

@keyframes slideOutLeft{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(-100%,0,0)
  }
}

.slideOutLeft{
  animation-name:slideOutLeft
}

@keyframes slideOutRight{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(100%,0,0)
  }
}

.slideOutRight{
  animation-name:slideOutRight
}

@keyframes slideOutUp{
  0%{
    transform:translateZ(0)
  }

  to{
    visibility:hidden;
    transform:translate3d(0,-100%,0)
  }
}

.slideOutUp{
  animation-name:slideOutUp
}

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

.animated.infinite{
  animation-iteration-count:infinite
}

.animated.delay-1s{
  animation-delay:1s
}

.animated.delay-2s{
  animation-delay:2s
}

.animated.delay-3s{
  animation-delay:3s
}

.animated.delay-4s{
  animation-delay:4s
}

.animated.delay-5s{
  animation-delay:5s
}

.animated.fast{
  animation-duration:.8s
}

.animated.faster{
  animation-duration:.5s
}

.animated.slow{
  animation-duration:2s
}

.animated.slower{
  animation-duration:3s
}

@media (prefers-reduced-motion:reduce),(print){
  .animated{
    animation-duration:1ms!important;
    transition-duration:1ms!important;
    animation-iteration-count:1!important
  }
}@charset "UTF-8";

:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}

:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "\25B6";
}

table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "\25BC";
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "\25B2";
  content: "\25B2"/"";
}

table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "\25BC";
  content: "\25BC"/"";
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}

div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*
 * Table styles
 */

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}

table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable tbody tr {
  background-color: transparent;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}

table.dataTable tbody tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}

table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}

table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}

table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #0d6efd !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}

table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}

table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}

table.dataTable.no-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */

.dataTables_wrapper {
  position: relative;
  clear: both;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05); /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c; /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* FF3.6+ */ /* IE10+ */ /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}

.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}

html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}

html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid rgb(89, 91, 94);
}

html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: rgba(13, 110, 253, 0.65);
  border-top-color: rgba(var(--dt-row-selected), 0.65);
}

html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid rgb(64, 67, 70);
  border-right: 1px solid rgb(64, 67, 70);
}

html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid rgb(64, 67, 70);
}

html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid rgb(89, 91, 94);
  background: rgba(255, 255, 255, 0.15);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid rgb(53, 53, 53);
  background: rgb(53, 53, 53);
}

html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

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

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
  background:0 0;
  color:inherit;
  border:none;
  padding:0!important;
  font:inherit
}

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

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

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

.owl-carousel.owl-drag .owl-item{
  touch-action:pan-y;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}

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

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

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

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

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

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

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

@keyframes fadeOut{
  0%{
    opacity:1
  }

  100%{
    opacity:0
  }
}

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

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

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{
  max-height:0
}

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

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

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

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

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

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

.owl-carousel .owl-video-frame{
  position:relative;
  z-index:1;
  height:100%;
  width:100%
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

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

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

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

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

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

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

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

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

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
  background:#869791
}@keyframes modal-video{
  from{
    opacity:0
  }

  to{
    opacity:1
  }
}

@keyframes modal-video-inner{
  from{
    transform:translate(0, 100px)
  }

  to{
    transform:translate(0, 0)
  }
}

.modal-video{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  z-index:1000000;
  cursor:pointer;
  opacity:1;
  animation-timing-function:ease-out;
  animation-duration:.3s;
  animation-name:modal-video;
  transition:opacity .3s ease-out
}

.modal-video-close{
  opacity:0
}

.modal-video-close .modal-video-movie-wrap{
  transform:translate(0, 100px)
}

.modal-video-body{
  max-width:960px;
  width:100%;
  height:100%;
  margin:0 auto;
  padding:0 10px;
  display:flex;
  justify-content:center;
  box-sizing:border-box
}

.modal-video-inner{
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100%
}

@media (orientation: landscape){
  .modal-video-inner{
    padding:10px 60px;
    box-sizing:border-box
  }
}

.modal-video-movie-wrap{
  width:100%;
  height:0;
  position:relative;
  padding-bottom:56.25%;
  background-color:#333;
  animation-timing-function:ease-out;
  animation-duration:.3s;
  animation-name:modal-video-inner;
  transform:translate(0, 0);
  transition:transform .3s ease-out
}

.modal-video-movie-wrap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}

.modal-video-close-btn{
  position:absolute;
  z-index:2;
  top:-45px;
  right:0;
  display:inline-block;
  width:35px;
  height:35px;
  overflow:hidden;
  border:none;
  background:transparent
}

@media (orientation: landscape){
  .modal-video-close-btn{
    top:0;
    right:-45px
  }
}

.modal-video-close-btn:before{
  transform:rotate(45deg)
}

.modal-video-close-btn:after{
  transform:rotate(-45deg)
}

.modal-video-close-btn:before,.modal-video-close-btn:after{
  content:'';
  position:absolute;
  height:2px;
  width:100%;
  top:50%;
  left:0;
  margin-top:-1px;
  background:#fff;
  border-radius:5px;
  margin-top:-6px
}
/* ------ venobox.css --------*/

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after{
  -webkit-backface-visibility: hidden;
  box-sizing:border-box;
}

.vbox-overlay * {
  backface-visibility: visible;
}

.vbox-overlay{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

/* ----- navigation ----- */

.vbox-title{
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 50px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 89;
}

.vbox-close{
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position:10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 99;
}

.vbox-left{
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items:center;
}

.vbox-num{
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */

.vbox-share{
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items:center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg{
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

/* ----- navigation ARROWS ----- */

.vbox-next, .vbox-prev{
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
}

.vbox-next span, .vbox-prev span{
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev{
  left: 15px;
}

.vbox-next{
  right: 15px;
}

.vbox-prev span{
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span{
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */

.vbox-inline{
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */

.venoframe{
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid{
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline{
    width: 90%;
    height: 360px;
    height: 70vh;
  }

  .venoframe.vbvid{
    width: 640px;
    height: 360px;
  }
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline{
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }

  .venoframe.vbvid{
    width: 960px;
    height: 540px;
  }
}

/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/

.vbox-open{
  overflow: hidden;
}

.vbox-container{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content{
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 4%;
}

.vbox-container img{
  max-width: 100%;
  height: auto;
}

.vbox-figlio{
  box-shadow: 0 0 12px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  max-width: 100%;
  text-align: initial;
}

img.vbox-figlio{
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left{
  margin-left: -200px !important;
}

.vbox-content.swipe-right{
  margin-left: 200px !important;
}

.vbox-animated{
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */

.sk-double-bounce,.sk-rotating-plane{
  width:40px;
  height:40px;
  margin:40px auto
}

.sk-rotating-plane{
  background-color:#333;
  animation:sk-rotatePlane 1.2s infinite ease-in-out
}

@keyframes sk-rotatePlane{
  0%{
    transform:perspective(120px) rotateX(0) rotateY(0)
  }

  50%{
    transform:perspective(120px) rotateX(-180.1deg) rotateY(0)
  }

  100%{
    transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
  }
}

.sk-double-bounce{
  position:relative
}

.sk-double-bounce .sk-child{
  width:100%;
  height:100%;
  border-radius:50%;
  background-color:#333;
  opacity:.6;
  position:absolute;
  top:0;
  left:0;
  animation:sk-doubleBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-child,.sk-spinner-pulse,.sk-three-bounce .sk-child{
  background-color:#333;
  border-radius:100%
}

.sk-double-bounce .sk-double-bounce2{
  animation-delay:-1s
}

@keyframes sk-doubleBounce{
  0%,100%{
    transform:scale(0)
  }

  50%{
    transform:scale(1)
  }
}

.sk-wave{
  margin:40px auto;
  width:50px;
  height:40px;
  text-align:center;
  font-size:10px
}

.sk-wave .sk-rect{
  background-color:#333;
  height:100%;
  width:6px;
  display:inline-block;
  animation:sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1{
  animation-delay:-1.2s
}

.sk-wave .sk-rect2{
  animation-delay:-1.1s
}

.sk-wave .sk-rect3{
  animation-delay:-1s
}

.sk-wave .sk-rect4{
  animation-delay:-.9s
}

.sk-wave .sk-rect5{
  animation-delay:-.8s
}

@keyframes sk-waveStretchDelay{
  0%,100%,40%{
    transform:scaleY(.4)
  }

  20%{
    transform:scaleY(1)
  }
}

.sk-wandering-cubes{
  margin:40px auto;
  width:40px;
  height:40px;
  position:relative
}

.sk-wandering-cubes .sk-cube{
  background-color:#333;
  width:10px;
  height:10px;
  position:absolute;
  top:0;
  left:0;
  animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-chasing-dots,.sk-spinner-pulse{
  width:40px;
  height:40px;
  margin:40px auto
}

.sk-wandering-cubes .sk-cube2{
  animation-delay:-.9s
}

@keyframes sk-wanderingCube{
  0%{
    transform:rotate(0)
  }

  25%{
    transform:translateX(30px) rotate(-90deg) scale(.5)
  }

  50%{
    transform:translateX(30px) translateY(30px) rotate(-179deg)
  }

  50.1%{
    transform:translateX(30px) translateY(30px) rotate(-180deg)
  }

  75%{
    transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)
  }

  100%{
    transform:rotate(-360deg)
  }
}

.sk-spinner-pulse{
  animation:sk-pulseScaleOut 1s infinite ease-in-out
}

@keyframes sk-pulseScaleOut{
  0%{
    transform:scale(0)
  }

  100%{
    transform:scale(1);
    opacity:0
  }
}

.sk-chasing-dots{
  position:relative;
  text-align:center;
  animation:sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child{
  width:60%;
  height:60%;
  display:inline-block;
  position:absolute;
  top:0;
  animation:sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2{
  top:auto;
  bottom:0;
  animation-delay:-1s
}

@keyframes sk-chasingDotsRotate{
  100%{
    transform:rotate(360deg)
  }
}

@keyframes sk-chasingDotsBounce{
  0%,100%{
    transform:scale(0)
  }

  50%{
    transform:scale(1)
  }
}

.sk-three-bounce{
  margin:40px auto;
  width:80px;
  text-align:center
}

.sk-three-bounce .sk-child{
  width:20px;
  height:20px;
  display:inline-block;
  animation:sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-circle .sk-child:before,.sk-fading-circle .sk-circle:before{
  display:block;
  border-radius:100%;
  content:'';
  background-color:#333
}

.sk-three-bounce .sk-bounce1{
  animation-delay:-.32s
}

.sk-three-bounce .sk-bounce2{
  animation-delay:-.16s
}

@keyframes sk-three-bounce{
  0%,100%,80%{
    transform:scale(0)
  }

  40%{
    transform:scale(1)
  }
}

.sk-circle{
  margin:40px auto;
  width:40px;
  height:40px;
  position:relative
}

.sk-circle .sk-child{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0
}

.sk-circle .sk-child:before{
  margin:0 auto;
  width:15%;
  height:15%;
  animation:sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2{
  transform:rotate(30deg)
}

.sk-circle .sk-circle3{
  transform:rotate(60deg)
}

.sk-circle .sk-circle4{
  transform:rotate(90deg)
}

.sk-circle .sk-circle5{
  transform:rotate(120deg)
}

.sk-circle .sk-circle6{
  transform:rotate(150deg)
}

.sk-circle .sk-circle7{
  transform:rotate(180deg)
}

.sk-circle .sk-circle8{
  transform:rotate(210deg)
}

.sk-circle .sk-circle9{
  transform:rotate(240deg)
}

.sk-circle .sk-circle10{
  transform:rotate(270deg)
}

.sk-circle .sk-circle11{
  transform:rotate(300deg)
}

.sk-circle .sk-circle12{
  transform:rotate(330deg)
}

.sk-circle .sk-circle2:before{
  animation-delay:-1.1s
}

.sk-circle .sk-circle3:before{
  animation-delay:-1s
}

.sk-circle .sk-circle4:before{
  animation-delay:-.9s
}

.sk-circle .sk-circle5:before{
  animation-delay:-.8s
}

.sk-circle .sk-circle6:before{
  animation-delay:-.7s
}

.sk-circle .sk-circle7:before{
  animation-delay:-.6s
}

.sk-circle .sk-circle8:before{
  animation-delay:-.5s
}

.sk-circle .sk-circle9:before{
  animation-delay:-.4s
}

.sk-circle .sk-circle10:before{
  animation-delay:-.3s
}

.sk-circle .sk-circle11:before{
  animation-delay:-.2s
}

.sk-circle .sk-circle12:before{
  animation-delay:-.1s
}

@keyframes sk-circleBounceDelay{
  0%,100%,80%{
    transform:scale(0)
  }

  40%{
    transform:scale(1)
  }
}

.sk-cube-grid{
  width:40px;
  height:40px;
  margin:40px auto
}

.sk-cube-grid .sk-cube{
  width:33.33%;
  height:33.33%;
  background-color:#333;
  float:left;
  animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1{
  animation-delay:.2s
}

.sk-cube-grid .sk-cube2{
  animation-delay:.3s
}

.sk-cube-grid .sk-cube3{
  animation-delay:.4s
}

.sk-cube-grid .sk-cube4{
  animation-delay:.1s
}

.sk-cube-grid .sk-cube5{
  animation-delay:.2s
}

.sk-cube-grid .sk-cube6{
  animation-delay:.3s
}

.sk-cube-grid .sk-cube7{
  animation-delay:0ms
}

.sk-cube-grid .sk-cube8{
  animation-delay:.1s
}

.sk-cube-grid .sk-cube9{
  animation-delay:.2s
}

@keyframes sk-cubeGridScaleDelay{
  0%,100%,70%{
    transform:scale3D(1,1,1)
  }

  35%{
    transform:scale3D(0,0,1)
  }
}

.sk-fading-circle{
  margin:40px auto;
  width:40px;
  height:40px;
  position:relative
}

.sk-fading-circle .sk-circle{
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0
}

.sk-fading-circle .sk-circle:before{
  margin:0 auto;
  width:15%;
  height:15%;
  animation:sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2{
  transform:rotate(30deg)
}

.sk-fading-circle .sk-circle3{
  transform:rotate(60deg)
}

.sk-fading-circle .sk-circle4{
  transform:rotate(90deg)
}

.sk-fading-circle .sk-circle5{
  transform:rotate(120deg)
}

.sk-fading-circle .sk-circle6{
  transform:rotate(150deg)
}

.sk-fading-circle .sk-circle7{
  transform:rotate(180deg)
}

.sk-fading-circle .sk-circle8{
  transform:rotate(210deg)
}

.sk-fading-circle .sk-circle9{
  transform:rotate(240deg)
}

.sk-fading-circle .sk-circle10{
  transform:rotate(270deg)
}

.sk-fading-circle .sk-circle11{
  transform:rotate(300deg)
}

.sk-fading-circle .sk-circle12{
  transform:rotate(330deg)
}

.sk-fading-circle .sk-circle2:before{
  animation-delay:-1.1s
}

.sk-fading-circle .sk-circle3:before{
  animation-delay:-1s
}

.sk-fading-circle .sk-circle4:before{
  animation-delay:-.9s
}

.sk-fading-circle .sk-circle5:before{
  animation-delay:-.8s
}

.sk-fading-circle .sk-circle6:before{
  animation-delay:-.7s
}

.sk-fading-circle .sk-circle7:before{
  animation-delay:-.6s
}

.sk-fading-circle .sk-circle8:before{
  animation-delay:-.5s
}

.sk-fading-circle .sk-circle9:before{
  animation-delay:-.4s
}

.sk-fading-circle .sk-circle10:before{
  animation-delay:-.3s
}

.sk-fading-circle .sk-circle11:before{
  animation-delay:-.2s
}

.sk-fading-circle .sk-circle12:before{
  animation-delay:-.1s
}

@keyframes sk-circleFadeDelay{
  0%,100%,39%{
    opacity:0
  }

  40%{
    opacity:1
  }
}

.sk-folding-cube{
  margin:40px auto;
  width:40px;
  height:40px;
  position:relative;
  transform:rotateZ(45deg)
}

.sk-folding-cube .sk-cube{
  float:left;
  width:50%;
  height:50%;
  position:relative;
  transform:scale(1.1)
}

.sk-folding-cube .sk-cube:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#333;
  animation:sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin:100% 100%
}

.sk-folding-cube .sk-cube2{
  transform:scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3{
  transform:scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4{
  transform:scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before{
  animation-delay:.3s
}

.sk-folding-cube .sk-cube3:before{
  animation-delay:.6s
}

.sk-folding-cube .sk-cube4:before{
  animation-delay:.9s
}

@keyframes sk-foldCubeAngle{
  0%,10%{
    transform:perspective(140px) rotateX(-180deg);
    opacity:0
  }

  25%,75%{
    transform:perspective(140px) rotateX(0);
    opacity:1
  }

  100%,90%{
    transform:perspective(140px) rotateY(180deg);
    opacity:0
  }
}
@charset "UTF-8";

body {
  font-family: "Sarabun", sans-serif !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.cds-container{
  width: 100%;
}

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

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

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

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

.cds-space-y-0 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--space-y-reverse)) !important;
}

.cds-space-x-0 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0px * var(--space-x-reverse)) !important;
  margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
}

.cds-space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
}

.cds-space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
}

.cds-space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
}

.cds-space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
}

.cds-space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
}

.cds-space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
}

.cds-space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2rem * var(--space-x-reverse)) !important;
  margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
}

.cds-space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
}

.cds-space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(3rem * var(--space-x-reverse)) !important;
  margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
}

.cds-space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(4rem * var(--space-x-reverse)) !important;
  margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
}

.cds-space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(5rem * var(--space-x-reverse)) !important;
  margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
}

.cds-space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(6rem * var(--space-x-reverse)) !important;
  margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
}

.cds-space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(8rem * var(--space-x-reverse)) !important;
  margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
}

.cds-space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(10rem * var(--space-x-reverse)) !important;
  margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
}

.cds-space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(12rem * var(--space-x-reverse)) !important;
  margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
}

.cds-space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(14rem * var(--space-x-reverse)) !important;
  margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
}

.cds-space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(16rem * var(--space-x-reverse)) !important;
  margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(1px * var(--space-y-reverse)) !important;
}

.cds-space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(1px * var(--space-x-reverse)) !important;
  margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-1 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
}

.cds--space-x-1 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-2 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
}

.cds--space-x-2 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-3 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
}

.cds--space-x-3 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
  margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-4 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
}

.cds--space-x-4 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-5 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
}

.cds--space-x-5 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-6 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
}

.cds--space-x-6 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-8 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
}

.cds--space-x-8 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-10 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
}

.cds--space-x-10 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-12 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
}

.cds--space-x-12 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-3rem * var(--space-x-reverse)) !important;
  margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-16 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
}

.cds--space-x-16 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-4rem * var(--space-x-reverse)) !important;
  margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-20 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
}

.cds--space-x-20 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-5rem * var(--space-x-reverse)) !important;
  margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-24 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
}

.cds--space-x-24 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-6rem * var(--space-x-reverse)) !important;
  margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-32 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
}

.cds--space-x-32 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-8rem * var(--space-x-reverse)) !important;
  margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-40 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
}

.cds--space-x-40 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-10rem * var(--space-x-reverse)) !important;
  margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-48 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
}

.cds--space-x-48 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-12rem * var(--space-x-reverse)) !important;
  margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-56 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
}

.cds--space-x-56 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-14rem * var(--space-x-reverse)) !important;
  margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-64 > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
}

.cds--space-x-64 > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-16rem * var(--space-x-reverse)) !important;
  margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
}

.cds--space-y-px > :not(template) ~ :not(template){
  --space-y-reverse: 0 !important;
  margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
  margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
}

.cds--space-x-px > :not(template) ~ :not(template){
  --space-x-reverse: 0 !important;
  margin-right: calc(-1px * var(--space-x-reverse)) !important;
  margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
}

.cds-space-y-reverse > :not(template) ~ :not(template){
  --space-y-reverse: 1 !important;
}

.cds-space-x-reverse > :not(template) ~ :not(template){
  --space-x-reverse: 1 !important;
}

.cds-divide-y-0 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
}

.cds-divide-x-0 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(0px * var(--divide-x-reverse)) !important;
  border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
}

.cds-divide-y-2 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
}

.cds-divide-x-2 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(2px * var(--divide-x-reverse)) !important;
  border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
}

.cds-divide-y-4 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
}

.cds-divide-x-4 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(4px * var(--divide-x-reverse)) !important;
  border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
}

.cds-divide-y-8 > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
}

.cds-divide-x-8 > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(8px * var(--divide-x-reverse)) !important;
  border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
}

.cds-divide-y > :not(template) ~ :not(template){
  --divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
}

.cds-divide-x > :not(template) ~ :not(template){
  --divide-x-reverse: 0 !important;
  border-right-width: calc(1px * var(--divide-x-reverse)) !important;
  border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
}

.cds-divide-y-reverse > :not(template) ~ :not(template){
  --divide-y-reverse: 1 !important;
}

.cds-divide-x-reverse > :not(template) ~ :not(template){
  --divide-x-reverse: 1 !important;
}

.cds-divide-transparent > :not(template) ~ :not(template){
  border-color: transparent !important;
}

.cds-divide-current > :not(template) ~ :not(template){
  border-color: currentColor !important;
}

.cds-divide-black > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
}

.cds-divide-white > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
}

.cds-divide-gray-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
}

.cds-divide-gray-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
}

.cds-divide-gray-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
}

.cds-divide-gray-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
}

.cds-divide-gray-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
}

.cds-divide-gray-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
}

.cds-divide-gray-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
}

.cds-divide-gray-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
}

.cds-divide-gray-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
}

.cds-divide-red-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
}

.cds-divide-red-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
}

.cds-divide-red-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
}

.cds-divide-red-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
}

.cds-divide-red-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
}

.cds-divide-red-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
}

.cds-divide-red-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
}

.cds-divide-red-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
}

.cds-divide-red-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
}

.cds-divide-orange-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
}

.cds-divide-orange-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
}

.cds-divide-orange-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
}

.cds-divide-orange-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
}

.cds-divide-orange-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
}

.cds-divide-orange-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
}

.cds-divide-orange-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
}

.cds-divide-orange-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
}

.cds-divide-orange-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
}

.cds-divide-yellow-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
}

.cds-divide-yellow-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
}

.cds-divide-yellow-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
}

.cds-divide-yellow-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
}

.cds-divide-yellow-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
}

.cds-divide-yellow-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
}

.cds-divide-yellow-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
}

.cds-divide-yellow-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
}

.cds-divide-yellow-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
}

.cds-divide-green-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
}

.cds-divide-green-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
}

.cds-divide-green-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
}

.cds-divide-green-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
}

.cds-divide-green-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
}

.cds-divide-green-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
}

.cds-divide-green-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
}

.cds-divide-green-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
}

.cds-divide-green-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
}

.cds-divide-teal-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
}

.cds-divide-teal-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
}

.cds-divide-teal-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
}

.cds-divide-teal-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
}

.cds-divide-teal-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
}

.cds-divide-teal-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
}

.cds-divide-teal-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
}

.cds-divide-teal-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
}

.cds-divide-teal-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
}

.cds-divide-blue-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
}

.cds-divide-blue-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
}

.cds-divide-blue-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
}

.cds-divide-blue-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
}

.cds-divide-blue-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
}

.cds-divide-blue-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
}

.cds-divide-blue-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
}

.cds-divide-blue-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
}

.cds-divide-blue-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
}

.cds-divide-indigo-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
}

.cds-divide-indigo-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
}

.cds-divide-indigo-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
}

.cds-divide-indigo-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
}

.cds-divide-indigo-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
}

.cds-divide-indigo-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
}

.cds-divide-indigo-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
}

.cds-divide-indigo-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
}

.cds-divide-indigo-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
}

.cds-divide-purple-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
}

.cds-divide-purple-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
}

.cds-divide-purple-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
}

.cds-divide-purple-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
}

.cds-divide-purple-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
}

.cds-divide-purple-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
}

.cds-divide-purple-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
}

.cds-divide-purple-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
}

.cds-divide-purple-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
}

.cds-divide-pink-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
}

.cds-divide-pink-200 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
}

.cds-divide-pink-300 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
}

.cds-divide-pink-400 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
}

.cds-divide-pink-500 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
}

.cds-divide-pink-600 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
}

.cds-divide-pink-700 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
}

.cds-divide-pink-800 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
}

.cds-divide-pink-900 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
}

.cds-divide-solid > :not(template) ~ :not(template){
  border-style: solid !important;
}

.cds-divide-dashed > :not(template) ~ :not(template){
  border-style: dashed !important;
}

.cds-divide-dotted > :not(template) ~ :not(template){
  border-style: dotted !important;
}

.cds-divide-double > :not(template) ~ :not(template){
  border-style: double !important;
}

.cds-divide-none > :not(template) ~ :not(template){
  border-style: none !important;
}

.cds-divide-opacity-0 > :not(template) ~ :not(template){
  --divide-opacity: 0 !important;
}

.cds-divide-opacity-25 > :not(template) ~ :not(template){
  --divide-opacity: 0.25 !important;
}

.cds-divide-opacity-50 > :not(template) ~ :not(template){
  --divide-opacity: 0.5 !important;
}

.cds-divide-opacity-75 > :not(template) ~ :not(template){
  --divide-opacity: 0.75 !important;
}

.cds-divide-opacity-100 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
}

.cds-sr-only{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.cds-not-sr-only{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.focus\:cds-sr-only:focus{
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.focus\:cds-not-sr-only:focus{
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.cds-appearance-none{
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

.cds-bg-fixed{
  background-attachment: fixed !important;
}

.cds-bg-local{
  background-attachment: local !important;
}

.cds-bg-scroll{
  background-attachment: scroll !important;
}

.cds-bg-clip-border{
  background-clip: border-box !important;
}

.cds-bg-clip-padding{
  background-clip: padding-box !important;
}

.cds-bg-clip-content{
  background-clip: content-box !important;
}

.cds-bg-clip-text{
  -webkit-background-clip: text !important;
          background-clip: text !important;
}

.cds-bg-transparent{
  background-color: transparent !important;
}

.cds-bg-current{
  background-color: currentColor !important;
}

.cds-bg-black{
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.cds-bg-white{
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.cds-bg-gray-100{
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.cds-bg-gray-200{
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.cds-bg-gray-300{
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.cds-bg-gray-400{
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.cds-bg-gray-500{
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.cds-bg-gray-600{
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.cds-bg-gray-700{
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.cds-bg-gray-800{
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.cds-bg-gray-900{
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.cds-bg-red-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.cds-bg-red-200{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.cds-bg-red-300{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.cds-bg-red-400{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.cds-bg-red-500{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.cds-bg-red-600{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.cds-bg-red-700{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.cds-bg-red-800{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.cds-bg-red-900{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.cds-bg-orange-100{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.cds-bg-orange-200{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.cds-bg-orange-300{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.cds-bg-orange-400{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.cds-bg-orange-500{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.cds-bg-orange-600{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.cds-bg-orange-700{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.cds-bg-orange-800{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.cds-bg-orange-900{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.cds-bg-yellow-100{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.cds-bg-yellow-200{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.cds-bg-yellow-300{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.cds-bg-yellow-400{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.cds-bg-yellow-500{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.cds-bg-yellow-600{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.cds-bg-yellow-700{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.cds-bg-yellow-800{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.cds-bg-yellow-900{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.cds-bg-green-100{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.cds-bg-green-200{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.cds-bg-green-300{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.cds-bg-green-400{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.cds-bg-green-500{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.cds-bg-green-600{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.cds-bg-green-700{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.cds-bg-green-800{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.cds-bg-green-900{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.cds-bg-teal-100{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.cds-bg-teal-200{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.cds-bg-teal-300{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.cds-bg-teal-400{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.cds-bg-teal-500{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.cds-bg-teal-600{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.cds-bg-teal-700{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.cds-bg-teal-800{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.cds-bg-teal-900{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.cds-bg-blue-100{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.cds-bg-blue-200{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.cds-bg-blue-300{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.cds-bg-blue-400{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.cds-bg-blue-500{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.cds-bg-blue-600{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.cds-bg-blue-700{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.cds-bg-blue-800{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.cds-bg-blue-900{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.cds-bg-indigo-100{
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.cds-bg-indigo-200{
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.cds-bg-indigo-300{
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.cds-bg-indigo-400{
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.cds-bg-indigo-500{
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.cds-bg-indigo-600{
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.cds-bg-indigo-700{
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.cds-bg-indigo-800{
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.cds-bg-indigo-900{
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.cds-bg-purple-100{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.cds-bg-purple-200{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.cds-bg-purple-300{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.cds-bg-purple-400{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.cds-bg-purple-500{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.cds-bg-purple-600{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.cds-bg-purple-700{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.cds-bg-purple-800{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.cds-bg-purple-900{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.cds-bg-pink-100{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.cds-bg-pink-200{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.cds-bg-pink-300{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.cds-bg-pink-400{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.cds-bg-pink-500{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.cds-bg-pink-600{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.cds-bg-pink-700{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.cds-bg-pink-800{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.cds-bg-pink-900{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.hover\:cds-bg-transparent:hover{
  background-color: transparent !important;
}

.hover\:cds-bg-current:hover{
  background-color: currentColor !important;
}

.hover\:cds-bg-black:hover{
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.hover\:cds-bg-white:hover{
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-100:hover{
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-200:hover{
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-300:hover{
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-400:hover{
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-500:hover{
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-600:hover{
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-700:hover{
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-800:hover{
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.hover\:cds-bg-gray-900:hover{
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-300:hover{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-400:hover{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-500:hover{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-600:hover{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-700:hover{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-800:hover{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.hover\:cds-bg-red-900:hover{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-200:hover{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-300:hover{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-600:hover{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-700:hover{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-800:hover{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.hover\:cds-bg-orange-900:hover{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-300:hover{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-700:hover{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-800:hover{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.hover\:cds-bg-yellow-900:hover{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-100:hover{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-200:hover{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-300:hover{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-400:hover{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-500:hover{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-600:hover{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-800:hover{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.hover\:cds-bg-green-900:hover{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-100:hover{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-200:hover{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-300:hover{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-400:hover{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-500:hover{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-600:hover{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-800:hover{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.hover\:cds-bg-teal-900:hover{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-100:hover{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-200:hover{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-300:hover{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-400:hover{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-500:hover{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-600:hover{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-700:hover{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-800:hover{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.hover\:cds-bg-blue-900:hover{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-100:hover{
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-200:hover{
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-300:hover{
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-400:hover{
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-500:hover{
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-600:hover{
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-700:hover{
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-800:hover{
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.hover\:cds-bg-indigo-900:hover{
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-100:hover{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-200:hover{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-300:hover{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-400:hover{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-500:hover{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-600:hover{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-700:hover{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-800:hover{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.hover\:cds-bg-purple-900:hover{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-100:hover{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-200:hover{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-300:hover{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-400:hover{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-500:hover{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-600:hover{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-700:hover{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-800:hover{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.hover\:cds-bg-pink-900:hover{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.focus\:cds-bg-transparent:focus{
  background-color: transparent !important;
}

.focus\:cds-bg-current:focus{
  background-color: currentColor !important;
}

.focus\:cds-bg-black:focus{
  --bg-opacity: 1 !important;
  background-color: #000 !important;
  background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
}

.focus\:cds-bg-white:focus{
  --bg-opacity: 1 !important;
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-100:focus{
  --bg-opacity: 1 !important;
  background-color: #f7fafc !important;
  background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-200:focus{
  --bg-opacity: 1 !important;
  background-color: #edf2f7 !important;
  background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-300:focus{
  --bg-opacity: 1 !important;
  background-color: #e2e8f0 !important;
  background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-400:focus{
  --bg-opacity: 1 !important;
  background-color: #cbd5e0 !important;
  background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-500:focus{
  --bg-opacity: 1 !important;
  background-color: #a0aec0 !important;
  background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-600:focus{
  --bg-opacity: 1 !important;
  background-color: #718096 !important;
  background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-700:focus{
  --bg-opacity: 1 !important;
  background-color: #4a5568 !important;
  background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-800:focus{
  --bg-opacity: 1 !important;
  background-color: #2d3748 !important;
  background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
}

.focus\:cds-bg-gray-900:focus{
  --bg-opacity: 1 !important;
  background-color: #1a202c !important;
  background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fff5f5 !important;
  background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fed7d7 !important;
  background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-300:focus{
  --bg-opacity: 1 !important;
  background-color: #feb2b2 !important;
  background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-400:focus{
  --bg-opacity: 1 !important;
  background-color: #fc8181 !important;
  background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-500:focus{
  --bg-opacity: 1 !important;
  background-color: #f56565 !important;
  background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-600:focus{
  --bg-opacity: 1 !important;
  background-color: #e53e3e !important;
  background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-700:focus{
  --bg-opacity: 1 !important;
  background-color: #c53030 !important;
  background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-800:focus{
  --bg-opacity: 1 !important;
  background-color: #9b2c2c !important;
  background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
}

.focus\:cds-bg-red-900:focus{
  --bg-opacity: 1 !important;
  background-color: #742a2a !important;
  background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fffaf0 !important;
  background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-200:focus{
  --bg-opacity: 1 !important;
  background-color: #feebc8 !important;
  background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-300:focus{
  --bg-opacity: 1 !important;
  background-color: #fbd38d !important;
  background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f6ad55 !important;
  background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ed8936 !important;
  background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-600:focus{
  --bg-opacity: 1 !important;
  background-color: #dd6b20 !important;
  background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-700:focus{
  --bg-opacity: 1 !important;
  background-color: #c05621 !important;
  background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-800:focus{
  --bg-opacity: 1 !important;
  background-color: #9c4221 !important;
  background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
}

.focus\:cds-bg-orange-900:focus{
  --bg-opacity: 1 !important;
  background-color: #7b341e !important;
  background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fffff0 !important;
  background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fefcbf !important;
  background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-300:focus{
  --bg-opacity: 1 !important;
  background-color: #faf089 !important;
  background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f6e05e !important;
  background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ecc94b !important;
  background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d69e2e !important;
  background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-700:focus{
  --bg-opacity: 1 !important;
  background-color: #b7791f !important;
  background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-800:focus{
  --bg-opacity: 1 !important;
  background-color: #975a16 !important;
  background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
}

.focus\:cds-bg-yellow-900:focus{
  --bg-opacity: 1 !important;
  background-color: #744210 !important;
  background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-100:focus{
  --bg-opacity: 1 !important;
  background-color: #f0fff4 !important;
  background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-200:focus{
  --bg-opacity: 1 !important;
  background-color: #c6f6d5 !important;
  background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-300:focus{
  --bg-opacity: 1 !important;
  background-color: #9ae6b4 !important;
  background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-400:focus{
  --bg-opacity: 1 !important;
  background-color: #68d391 !important;
  background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-500:focus{
  --bg-opacity: 1 !important;
  background-color: #48bb78 !important;
  background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-600:focus{
  --bg-opacity: 1 !important;
  background-color: #38a169 !important;
  background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2f855a !important;
  background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-800:focus{
  --bg-opacity: 1 !important;
  background-color: #276749 !important;
  background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
}

.focus\:cds-bg-green-900:focus{
  --bg-opacity: 1 !important;
  background-color: #22543d !important;
  background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-100:focus{
  --bg-opacity: 1 !important;
  background-color: #e6fffa !important;
  background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-200:focus{
  --bg-opacity: 1 !important;
  background-color: #b2f5ea !important;
  background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-300:focus{
  --bg-opacity: 1 !important;
  background-color: #81e6d9 !important;
  background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-400:focus{
  --bg-opacity: 1 !important;
  background-color: #4fd1c5 !important;
  background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-500:focus{
  --bg-opacity: 1 !important;
  background-color: #38b2ac !important;
  background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-600:focus{
  --bg-opacity: 1 !important;
  background-color: #319795 !important;
  background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2c7a7b !important;
  background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-800:focus{
  --bg-opacity: 1 !important;
  background-color: #285e61 !important;
  background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
}

.focus\:cds-bg-teal-900:focus{
  --bg-opacity: 1 !important;
  background-color: #234e52 !important;
  background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-100:focus{
  --bg-opacity: 1 !important;
  background-color: #ebf8ff !important;
  background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-200:focus{
  --bg-opacity: 1 !important;
  background-color: #bee3f8 !important;
  background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-300:focus{
  --bg-opacity: 1 !important;
  background-color: #90cdf4 !important;
  background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-400:focus{
  --bg-opacity: 1 !important;
  background-color: #63b3ed !important;
  background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-500:focus{
  --bg-opacity: 1 !important;
  background-color: #4299e1 !important;
  background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-600:focus{
  --bg-opacity: 1 !important;
  background-color: #3182ce !important;
  background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-700:focus{
  --bg-opacity: 1 !important;
  background-color: #2b6cb0 !important;
  background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-800:focus{
  --bg-opacity: 1 !important;
  background-color: #2c5282 !important;
  background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
}

.focus\:cds-bg-blue-900:focus{
  --bg-opacity: 1 !important;
  background-color: #2a4365 !important;
  background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-100:focus{
  --bg-opacity: 1 !important;
  background-color: #ebf4ff !important;
  background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-200:focus{
  --bg-opacity: 1 !important;
  background-color: #c3dafe !important;
  background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-300:focus{
  --bg-opacity: 1 !important;
  background-color: #a3bffa !important;
  background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-400:focus{
  --bg-opacity: 1 !important;
  background-color: #7f9cf5 !important;
  background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-500:focus{
  --bg-opacity: 1 !important;
  background-color: #667eea !important;
  background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-600:focus{
  --bg-opacity: 1 !important;
  background-color: #5a67d8 !important;
  background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-700:focus{
  --bg-opacity: 1 !important;
  background-color: #4c51bf !important;
  background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-800:focus{
  --bg-opacity: 1 !important;
  background-color: #434190 !important;
  background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
}

.focus\:cds-bg-indigo-900:focus{
  --bg-opacity: 1 !important;
  background-color: #3c366b !important;
  background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-100:focus{
  --bg-opacity: 1 !important;
  background-color: #faf5ff !important;
  background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-200:focus{
  --bg-opacity: 1 !important;
  background-color: #e9d8fd !important;
  background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-300:focus{
  --bg-opacity: 1 !important;
  background-color: #d6bcfa !important;
  background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-400:focus{
  --bg-opacity: 1 !important;
  background-color: #b794f4 !important;
  background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-500:focus{
  --bg-opacity: 1 !important;
  background-color: #9f7aea !important;
  background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-600:focus{
  --bg-opacity: 1 !important;
  background-color: #805ad5 !important;
  background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-700:focus{
  --bg-opacity: 1 !important;
  background-color: #6b46c1 !important;
  background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-800:focus{
  --bg-opacity: 1 !important;
  background-color: #553c9a !important;
  background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
}

.focus\:cds-bg-purple-900:focus{
  --bg-opacity: 1 !important;
  background-color: #44337a !important;
  background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-100:focus{
  --bg-opacity: 1 !important;
  background-color: #fff5f7 !important;
  background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-200:focus{
  --bg-opacity: 1 !important;
  background-color: #fed7e2 !important;
  background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-300:focus{
  --bg-opacity: 1 !important;
  background-color: #fbb6ce !important;
  background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-400:focus{
  --bg-opacity: 1 !important;
  background-color: #f687b3 !important;
  background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-500:focus{
  --bg-opacity: 1 !important;
  background-color: #ed64a6 !important;
  background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-600:focus{
  --bg-opacity: 1 !important;
  background-color: #d53f8c !important;
  background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-700:focus{
  --bg-opacity: 1 !important;
  background-color: #b83280 !important;
  background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-800:focus{
  --bg-opacity: 1 !important;
  background-color: #97266d !important;
  background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
}

.focus\:cds-bg-pink-900:focus{
  --bg-opacity: 1 !important;
  background-color: #702459 !important;
  background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
}

.cds-bg-none{
  background-image: none !important;
}

.cds-bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.cds-bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.cds-from-transparent{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.cds-from-current{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.cds-from-black{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.cds-from-white{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.cds-from-gray-100{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.cds-from-gray-200{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.cds-from-gray-300{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.cds-from-gray-400{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.cds-from-gray-500{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.cds-from-gray-600{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.cds-from-gray-700{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.cds-from-gray-800{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.cds-from-gray-900{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.cds-from-red-100{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.cds-from-red-200{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.cds-from-red-300{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.cds-from-red-400{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.cds-from-red-500{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.cds-from-red-600{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.cds-from-red-700{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.cds-from-red-800{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.cds-from-red-900{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.cds-from-orange-100{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.cds-from-orange-200{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.cds-from-orange-300{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.cds-from-orange-400{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.cds-from-orange-500{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.cds-from-orange-600{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.cds-from-orange-700{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.cds-from-orange-800{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.cds-from-orange-900{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.cds-from-yellow-100{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.cds-from-yellow-200{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.cds-from-yellow-300{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.cds-from-yellow-400{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.cds-from-yellow-500{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.cds-from-yellow-600{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.cds-from-yellow-700{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.cds-from-yellow-800{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.cds-from-yellow-900{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.cds-from-green-100{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.cds-from-green-200{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.cds-from-green-300{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.cds-from-green-400{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.cds-from-green-500{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.cds-from-green-600{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.cds-from-green-700{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.cds-from-green-800{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.cds-from-green-900{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.cds-from-teal-100{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.cds-from-teal-200{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.cds-from-teal-300{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.cds-from-teal-400{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.cds-from-teal-500{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.cds-from-teal-600{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.cds-from-teal-700{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.cds-from-teal-800{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.cds-from-teal-900{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.cds-from-blue-100{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.cds-from-blue-200{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.cds-from-blue-300{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.cds-from-blue-400{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.cds-from-blue-500{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.cds-from-blue-600{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.cds-from-blue-700{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.cds-from-blue-800{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.cds-from-blue-900{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.cds-from-indigo-100{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.cds-from-indigo-200{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.cds-from-indigo-300{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.cds-from-indigo-400{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.cds-from-indigo-500{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.cds-from-indigo-600{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.cds-from-indigo-700{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.cds-from-indigo-800{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.cds-from-indigo-900{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.cds-from-purple-100{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.cds-from-purple-200{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.cds-from-purple-300{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.cds-from-purple-400{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.cds-from-purple-500{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.cds-from-purple-600{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.cds-from-purple-700{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.cds-from-purple-800{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.cds-from-purple-900{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.cds-from-pink-100{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.cds-from-pink-200{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.cds-from-pink-300{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.cds-from-pink-400{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.cds-from-pink-500{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.cds-from-pink-600{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.cds-from-pink-700{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.cds-from-pink-800{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.cds-from-pink-900{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.cds-via-transparent{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.cds-via-current{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.cds-via-black{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.cds-via-white{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.cds-via-gray-100{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.cds-via-gray-200{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.cds-via-gray-300{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.cds-via-gray-400{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.cds-via-gray-500{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.cds-via-gray-600{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.cds-via-gray-700{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.cds-via-gray-800{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.cds-via-gray-900{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.cds-via-red-100{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.cds-via-red-200{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.cds-via-red-300{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.cds-via-red-400{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.cds-via-red-500{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.cds-via-red-600{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.cds-via-red-700{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.cds-via-red-800{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.cds-via-red-900{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.cds-via-orange-100{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.cds-via-orange-200{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.cds-via-orange-300{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.cds-via-orange-400{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.cds-via-orange-500{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.cds-via-orange-600{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.cds-via-orange-700{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.cds-via-orange-800{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.cds-via-orange-900{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.cds-via-yellow-100{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.cds-via-yellow-200{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.cds-via-yellow-300{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.cds-via-yellow-400{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.cds-via-yellow-500{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.cds-via-yellow-600{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.cds-via-yellow-700{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.cds-via-yellow-800{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.cds-via-yellow-900{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.cds-via-green-100{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.cds-via-green-200{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.cds-via-green-300{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.cds-via-green-400{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.cds-via-green-500{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.cds-via-green-600{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.cds-via-green-700{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.cds-via-green-800{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.cds-via-green-900{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.cds-via-teal-100{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.cds-via-teal-200{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.cds-via-teal-300{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.cds-via-teal-400{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.cds-via-teal-500{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.cds-via-teal-600{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.cds-via-teal-700{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.cds-via-teal-800{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.cds-via-teal-900{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.cds-via-blue-100{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.cds-via-blue-200{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.cds-via-blue-300{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.cds-via-blue-400{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.cds-via-blue-500{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.cds-via-blue-600{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.cds-via-blue-700{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.cds-via-blue-800{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.cds-via-blue-900{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.cds-via-indigo-100{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.cds-via-indigo-200{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.cds-via-indigo-300{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.cds-via-indigo-400{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.cds-via-indigo-500{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.cds-via-indigo-600{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.cds-via-indigo-700{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.cds-via-indigo-800{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.cds-via-indigo-900{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.cds-via-purple-100{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.cds-via-purple-200{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.cds-via-purple-300{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.cds-via-purple-400{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.cds-via-purple-500{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.cds-via-purple-600{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.cds-via-purple-700{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.cds-via-purple-800{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.cds-via-purple-900{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.cds-via-pink-100{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.cds-via-pink-200{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.cds-via-pink-300{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.cds-via-pink-400{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.cds-via-pink-500{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.cds-via-pink-600{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.cds-via-pink-700{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.cds-via-pink-800{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.cds-via-pink-900{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.cds-to-transparent{
  --gradient-to-color: transparent !important;
}

.cds-to-current{
  --gradient-to-color: currentColor !important;
}

.cds-to-black{
  --gradient-to-color: #000 !important;
}

.cds-to-white{
  --gradient-to-color: #fff !important;
}

.cds-to-gray-100{
  --gradient-to-color: #f7fafc !important;
}

.cds-to-gray-200{
  --gradient-to-color: #edf2f7 !important;
}

.cds-to-gray-300{
  --gradient-to-color: #e2e8f0 !important;
}

.cds-to-gray-400{
  --gradient-to-color: #cbd5e0 !important;
}

.cds-to-gray-500{
  --gradient-to-color: #a0aec0 !important;
}

.cds-to-gray-600{
  --gradient-to-color: #718096 !important;
}

.cds-to-gray-700{
  --gradient-to-color: #4a5568 !important;
}

.cds-to-gray-800{
  --gradient-to-color: #2d3748 !important;
}

.cds-to-gray-900{
  --gradient-to-color: #1a202c !important;
}

.cds-to-red-100{
  --gradient-to-color: #fff5f5 !important;
}

.cds-to-red-200{
  --gradient-to-color: #fed7d7 !important;
}

.cds-to-red-300{
  --gradient-to-color: #feb2b2 !important;
}

.cds-to-red-400{
  --gradient-to-color: #fc8181 !important;
}

.cds-to-red-500{
  --gradient-to-color: #f56565 !important;
}

.cds-to-red-600{
  --gradient-to-color: #e53e3e !important;
}

.cds-to-red-700{
  --gradient-to-color: #c53030 !important;
}

.cds-to-red-800{
  --gradient-to-color: #9b2c2c !important;
}

.cds-to-red-900{
  --gradient-to-color: #742a2a !important;
}

.cds-to-orange-100{
  --gradient-to-color: #fffaf0 !important;
}

.cds-to-orange-200{
  --gradient-to-color: #feebc8 !important;
}

.cds-to-orange-300{
  --gradient-to-color: #fbd38d !important;
}

.cds-to-orange-400{
  --gradient-to-color: #f6ad55 !important;
}

.cds-to-orange-500{
  --gradient-to-color: #ed8936 !important;
}

.cds-to-orange-600{
  --gradient-to-color: #dd6b20 !important;
}

.cds-to-orange-700{
  --gradient-to-color: #c05621 !important;
}

.cds-to-orange-800{
  --gradient-to-color: #9c4221 !important;
}

.cds-to-orange-900{
  --gradient-to-color: #7b341e !important;
}

.cds-to-yellow-100{
  --gradient-to-color: #fffff0 !important;
}

.cds-to-yellow-200{
  --gradient-to-color: #fefcbf !important;
}

.cds-to-yellow-300{
  --gradient-to-color: #faf089 !important;
}

.cds-to-yellow-400{
  --gradient-to-color: #f6e05e !important;
}

.cds-to-yellow-500{
  --gradient-to-color: #ecc94b !important;
}

.cds-to-yellow-600{
  --gradient-to-color: #d69e2e !important;
}

.cds-to-yellow-700{
  --gradient-to-color: #b7791f !important;
}

.cds-to-yellow-800{
  --gradient-to-color: #975a16 !important;
}

.cds-to-yellow-900{
  --gradient-to-color: #744210 !important;
}

.cds-to-green-100{
  --gradient-to-color: #f0fff4 !important;
}

.cds-to-green-200{
  --gradient-to-color: #c6f6d5 !important;
}

.cds-to-green-300{
  --gradient-to-color: #9ae6b4 !important;
}

.cds-to-green-400{
  --gradient-to-color: #68d391 !important;
}

.cds-to-green-500{
  --gradient-to-color: #48bb78 !important;
}

.cds-to-green-600{
  --gradient-to-color: #38a169 !important;
}

.cds-to-green-700{
  --gradient-to-color: #2f855a !important;
}

.cds-to-green-800{
  --gradient-to-color: #276749 !important;
}

.cds-to-green-900{
  --gradient-to-color: #22543d !important;
}

.cds-to-teal-100{
  --gradient-to-color: #e6fffa !important;
}

.cds-to-teal-200{
  --gradient-to-color: #b2f5ea !important;
}

.cds-to-teal-300{
  --gradient-to-color: #81e6d9 !important;
}

.cds-to-teal-400{
  --gradient-to-color: #4fd1c5 !important;
}

.cds-to-teal-500{
  --gradient-to-color: #38b2ac !important;
}

.cds-to-teal-600{
  --gradient-to-color: #319795 !important;
}

.cds-to-teal-700{
  --gradient-to-color: #2c7a7b !important;
}

.cds-to-teal-800{
  --gradient-to-color: #285e61 !important;
}

.cds-to-teal-900{
  --gradient-to-color: #234e52 !important;
}

.cds-to-blue-100{
  --gradient-to-color: #ebf8ff !important;
}

.cds-to-blue-200{
  --gradient-to-color: #bee3f8 !important;
}

.cds-to-blue-300{
  --gradient-to-color: #90cdf4 !important;
}

.cds-to-blue-400{
  --gradient-to-color: #63b3ed !important;
}

.cds-to-blue-500{
  --gradient-to-color: #4299e1 !important;
}

.cds-to-blue-600{
  --gradient-to-color: #3182ce !important;
}

.cds-to-blue-700{
  --gradient-to-color: #2b6cb0 !important;
}

.cds-to-blue-800{
  --gradient-to-color: #2c5282 !important;
}

.cds-to-blue-900{
  --gradient-to-color: #2a4365 !important;
}

.cds-to-indigo-100{
  --gradient-to-color: #ebf4ff !important;
}

.cds-to-indigo-200{
  --gradient-to-color: #c3dafe !important;
}

.cds-to-indigo-300{
  --gradient-to-color: #a3bffa !important;
}

.cds-to-indigo-400{
  --gradient-to-color: #7f9cf5 !important;
}

.cds-to-indigo-500{
  --gradient-to-color: #667eea !important;
}

.cds-to-indigo-600{
  --gradient-to-color: #5a67d8 !important;
}

.cds-to-indigo-700{
  --gradient-to-color: #4c51bf !important;
}

.cds-to-indigo-800{
  --gradient-to-color: #434190 !important;
}

.cds-to-indigo-900{
  --gradient-to-color: #3c366b !important;
}

.cds-to-purple-100{
  --gradient-to-color: #faf5ff !important;
}

.cds-to-purple-200{
  --gradient-to-color: #e9d8fd !important;
}

.cds-to-purple-300{
  --gradient-to-color: #d6bcfa !important;
}

.cds-to-purple-400{
  --gradient-to-color: #b794f4 !important;
}

.cds-to-purple-500{
  --gradient-to-color: #9f7aea !important;
}

.cds-to-purple-600{
  --gradient-to-color: #805ad5 !important;
}

.cds-to-purple-700{
  --gradient-to-color: #6b46c1 !important;
}

.cds-to-purple-800{
  --gradient-to-color: #553c9a !important;
}

.cds-to-purple-900{
  --gradient-to-color: #44337a !important;
}

.cds-to-pink-100{
  --gradient-to-color: #fff5f7 !important;
}

.cds-to-pink-200{
  --gradient-to-color: #fed7e2 !important;
}

.cds-to-pink-300{
  --gradient-to-color: #fbb6ce !important;
}

.cds-to-pink-400{
  --gradient-to-color: #f687b3 !important;
}

.cds-to-pink-500{
  --gradient-to-color: #ed64a6 !important;
}

.cds-to-pink-600{
  --gradient-to-color: #d53f8c !important;
}

.cds-to-pink-700{
  --gradient-to-color: #b83280 !important;
}

.cds-to-pink-800{
  --gradient-to-color: #97266d !important;
}

.cds-to-pink-900{
  --gradient-to-color: #702459 !important;
}

.hover\:cds-from-transparent:hover{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:cds-from-current:hover{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:cds-from-black:hover{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:cds-from-white:hover{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:cds-from-gray-100:hover{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:cds-from-gray-200:hover{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:cds-from-gray-300:hover{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:cds-from-gray-400:hover{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:cds-from-gray-500:hover{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:cds-from-gray-600:hover{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:cds-from-gray-700:hover{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:cds-from-gray-800:hover{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:cds-from-gray-900:hover{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:cds-from-red-100:hover{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.hover\:cds-from-red-200:hover{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.hover\:cds-from-red-300:hover{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.hover\:cds-from-red-400:hover{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.hover\:cds-from-red-500:hover{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.hover\:cds-from-red-600:hover{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.hover\:cds-from-red-700:hover{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.hover\:cds-from-red-800:hover{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.hover\:cds-from-red-900:hover{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.hover\:cds-from-orange-100:hover{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:cds-from-orange-200:hover{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:cds-from-orange-300:hover{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:cds-from-orange-400:hover{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:cds-from-orange-500:hover{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:cds-from-orange-600:hover{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:cds-from-orange-700:hover{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:cds-from-orange-800:hover{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:cds-from-orange-900:hover{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:cds-from-yellow-100:hover{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:cds-from-yellow-200:hover{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:cds-from-yellow-300:hover{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:cds-from-yellow-400:hover{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:cds-from-yellow-500:hover{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:cds-from-yellow-600:hover{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:cds-from-yellow-700:hover{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:cds-from-yellow-800:hover{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:cds-from-yellow-900:hover{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:cds-from-green-100:hover{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:cds-from-green-200:hover{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:cds-from-green-300:hover{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:cds-from-green-400:hover{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:cds-from-green-500:hover{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:cds-from-green-600:hover{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:cds-from-green-700:hover{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:cds-from-green-800:hover{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:cds-from-green-900:hover{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:cds-from-teal-100:hover{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:cds-from-teal-200:hover{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:cds-from-teal-300:hover{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:cds-from-teal-400:hover{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:cds-from-teal-500:hover{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:cds-from-teal-600:hover{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:cds-from-teal-700:hover{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:cds-from-teal-800:hover{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:cds-from-teal-900:hover{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:cds-from-blue-100:hover{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:cds-from-blue-200:hover{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:cds-from-blue-300:hover{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:cds-from-blue-400:hover{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:cds-from-blue-500:hover{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:cds-from-blue-600:hover{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:cds-from-blue-700:hover{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:cds-from-blue-800:hover{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:cds-from-blue-900:hover{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:cds-from-indigo-100:hover{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:cds-from-indigo-200:hover{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:cds-from-indigo-300:hover{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:cds-from-indigo-400:hover{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:cds-from-indigo-500:hover{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:cds-from-indigo-600:hover{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:cds-from-indigo-700:hover{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:cds-from-indigo-800:hover{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:cds-from-indigo-900:hover{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:cds-from-purple-100:hover{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:cds-from-purple-200:hover{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:cds-from-purple-300:hover{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:cds-from-purple-400:hover{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:cds-from-purple-500:hover{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:cds-from-purple-600:hover{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:cds-from-purple-700:hover{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:cds-from-purple-800:hover{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:cds-from-purple-900:hover{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:cds-from-pink-100:hover{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:cds-from-pink-200:hover{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:cds-from-pink-300:hover{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:cds-from-pink-400:hover{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:cds-from-pink-500:hover{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:cds-from-pink-600:hover{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:cds-from-pink-700:hover{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:cds-from-pink-800:hover{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:cds-from-pink-900:hover{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:cds-via-transparent:hover{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:cds-via-current:hover{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:cds-via-black:hover{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:cds-via-white:hover{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:cds-via-gray-100:hover{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:cds-via-gray-200:hover{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:cds-via-gray-300:hover{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:cds-via-gray-400:hover{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:cds-via-gray-500:hover{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:cds-via-gray-600:hover{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:cds-via-gray-700:hover{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:cds-via-gray-800:hover{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:cds-via-gray-900:hover{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:cds-via-red-100:hover{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.hover\:cds-via-red-200:hover{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.hover\:cds-via-red-300:hover{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.hover\:cds-via-red-400:hover{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.hover\:cds-via-red-500:hover{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.hover\:cds-via-red-600:hover{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.hover\:cds-via-red-700:hover{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.hover\:cds-via-red-800:hover{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.hover\:cds-via-red-900:hover{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.hover\:cds-via-orange-100:hover{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:cds-via-orange-200:hover{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:cds-via-orange-300:hover{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:cds-via-orange-400:hover{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:cds-via-orange-500:hover{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:cds-via-orange-600:hover{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:cds-via-orange-700:hover{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:cds-via-orange-800:hover{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:cds-via-orange-900:hover{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:cds-via-yellow-100:hover{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:cds-via-yellow-200:hover{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:cds-via-yellow-300:hover{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:cds-via-yellow-400:hover{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:cds-via-yellow-500:hover{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:cds-via-yellow-600:hover{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:cds-via-yellow-700:hover{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:cds-via-yellow-800:hover{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:cds-via-yellow-900:hover{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:cds-via-green-100:hover{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:cds-via-green-200:hover{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:cds-via-green-300:hover{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:cds-via-green-400:hover{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:cds-via-green-500:hover{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:cds-via-green-600:hover{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:cds-via-green-700:hover{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:cds-via-green-800:hover{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:cds-via-green-900:hover{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:cds-via-teal-100:hover{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:cds-via-teal-200:hover{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:cds-via-teal-300:hover{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:cds-via-teal-400:hover{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:cds-via-teal-500:hover{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:cds-via-teal-600:hover{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:cds-via-teal-700:hover{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:cds-via-teal-800:hover{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:cds-via-teal-900:hover{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:cds-via-blue-100:hover{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:cds-via-blue-200:hover{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:cds-via-blue-300:hover{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:cds-via-blue-400:hover{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:cds-via-blue-500:hover{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:cds-via-blue-600:hover{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:cds-via-blue-700:hover{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:cds-via-blue-800:hover{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:cds-via-blue-900:hover{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:cds-via-indigo-100:hover{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:cds-via-indigo-200:hover{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:cds-via-indigo-300:hover{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:cds-via-indigo-400:hover{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:cds-via-indigo-500:hover{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:cds-via-indigo-600:hover{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:cds-via-indigo-700:hover{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:cds-via-indigo-800:hover{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:cds-via-indigo-900:hover{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:cds-via-purple-100:hover{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:cds-via-purple-200:hover{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:cds-via-purple-300:hover{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:cds-via-purple-400:hover{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:cds-via-purple-500:hover{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:cds-via-purple-600:hover{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:cds-via-purple-700:hover{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:cds-via-purple-800:hover{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:cds-via-purple-900:hover{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:cds-via-pink-100:hover{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:cds-via-pink-200:hover{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:cds-via-pink-300:hover{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:cds-via-pink-400:hover{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:cds-via-pink-500:hover{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:cds-via-pink-600:hover{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:cds-via-pink-700:hover{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:cds-via-pink-800:hover{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:cds-via-pink-900:hover{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:cds-to-transparent:hover{
  --gradient-to-color: transparent !important;
}

.hover\:cds-to-current:hover{
  --gradient-to-color: currentColor !important;
}

.hover\:cds-to-black:hover{
  --gradient-to-color: #000 !important;
}

.hover\:cds-to-white:hover{
  --gradient-to-color: #fff !important;
}

.hover\:cds-to-gray-100:hover{
  --gradient-to-color: #f7fafc !important;
}

.hover\:cds-to-gray-200:hover{
  --gradient-to-color: #edf2f7 !important;
}

.hover\:cds-to-gray-300:hover{
  --gradient-to-color: #e2e8f0 !important;
}

.hover\:cds-to-gray-400:hover{
  --gradient-to-color: #cbd5e0 !important;
}

.hover\:cds-to-gray-500:hover{
  --gradient-to-color: #a0aec0 !important;
}

.hover\:cds-to-gray-600:hover{
  --gradient-to-color: #718096 !important;
}

.hover\:cds-to-gray-700:hover{
  --gradient-to-color: #4a5568 !important;
}

.hover\:cds-to-gray-800:hover{
  --gradient-to-color: #2d3748 !important;
}

.hover\:cds-to-gray-900:hover{
  --gradient-to-color: #1a202c !important;
}

.hover\:cds-to-red-100:hover{
  --gradient-to-color: #fff5f5 !important;
}

.hover\:cds-to-red-200:hover{
  --gradient-to-color: #fed7d7 !important;
}

.hover\:cds-to-red-300:hover{
  --gradient-to-color: #feb2b2 !important;
}

.hover\:cds-to-red-400:hover{
  --gradient-to-color: #fc8181 !important;
}

.hover\:cds-to-red-500:hover{
  --gradient-to-color: #f56565 !important;
}

.hover\:cds-to-red-600:hover{
  --gradient-to-color: #e53e3e !important;
}

.hover\:cds-to-red-700:hover{
  --gradient-to-color: #c53030 !important;
}

.hover\:cds-to-red-800:hover{
  --gradient-to-color: #9b2c2c !important;
}

.hover\:cds-to-red-900:hover{
  --gradient-to-color: #742a2a !important;
}

.hover\:cds-to-orange-100:hover{
  --gradient-to-color: #fffaf0 !important;
}

.hover\:cds-to-orange-200:hover{
  --gradient-to-color: #feebc8 !important;
}

.hover\:cds-to-orange-300:hover{
  --gradient-to-color: #fbd38d !important;
}

.hover\:cds-to-orange-400:hover{
  --gradient-to-color: #f6ad55 !important;
}

.hover\:cds-to-orange-500:hover{
  --gradient-to-color: #ed8936 !important;
}

.hover\:cds-to-orange-600:hover{
  --gradient-to-color: #dd6b20 !important;
}

.hover\:cds-to-orange-700:hover{
  --gradient-to-color: #c05621 !important;
}

.hover\:cds-to-orange-800:hover{
  --gradient-to-color: #9c4221 !important;
}

.hover\:cds-to-orange-900:hover{
  --gradient-to-color: #7b341e !important;
}

.hover\:cds-to-yellow-100:hover{
  --gradient-to-color: #fffff0 !important;
}

.hover\:cds-to-yellow-200:hover{
  --gradient-to-color: #fefcbf !important;
}

.hover\:cds-to-yellow-300:hover{
  --gradient-to-color: #faf089 !important;
}

.hover\:cds-to-yellow-400:hover{
  --gradient-to-color: #f6e05e !important;
}

.hover\:cds-to-yellow-500:hover{
  --gradient-to-color: #ecc94b !important;
}

.hover\:cds-to-yellow-600:hover{
  --gradient-to-color: #d69e2e !important;
}

.hover\:cds-to-yellow-700:hover{
  --gradient-to-color: #b7791f !important;
}

.hover\:cds-to-yellow-800:hover{
  --gradient-to-color: #975a16 !important;
}

.hover\:cds-to-yellow-900:hover{
  --gradient-to-color: #744210 !important;
}

.hover\:cds-to-green-100:hover{
  --gradient-to-color: #f0fff4 !important;
}

.hover\:cds-to-green-200:hover{
  --gradient-to-color: #c6f6d5 !important;
}

.hover\:cds-to-green-300:hover{
  --gradient-to-color: #9ae6b4 !important;
}

.hover\:cds-to-green-400:hover{
  --gradient-to-color: #68d391 !important;
}

.hover\:cds-to-green-500:hover{
  --gradient-to-color: #48bb78 !important;
}

.hover\:cds-to-green-600:hover{
  --gradient-to-color: #38a169 !important;
}

.hover\:cds-to-green-700:hover{
  --gradient-to-color: #2f855a !important;
}

.hover\:cds-to-green-800:hover{
  --gradient-to-color: #276749 !important;
}

.hover\:cds-to-green-900:hover{
  --gradient-to-color: #22543d !important;
}

.hover\:cds-to-teal-100:hover{
  --gradient-to-color: #e6fffa !important;
}

.hover\:cds-to-teal-200:hover{
  --gradient-to-color: #b2f5ea !important;
}

.hover\:cds-to-teal-300:hover{
  --gradient-to-color: #81e6d9 !important;
}

.hover\:cds-to-teal-400:hover{
  --gradient-to-color: #4fd1c5 !important;
}

.hover\:cds-to-teal-500:hover{
  --gradient-to-color: #38b2ac !important;
}

.hover\:cds-to-teal-600:hover{
  --gradient-to-color: #319795 !important;
}

.hover\:cds-to-teal-700:hover{
  --gradient-to-color: #2c7a7b !important;
}

.hover\:cds-to-teal-800:hover{
  --gradient-to-color: #285e61 !important;
}

.hover\:cds-to-teal-900:hover{
  --gradient-to-color: #234e52 !important;
}

.hover\:cds-to-blue-100:hover{
  --gradient-to-color: #ebf8ff !important;
}

.hover\:cds-to-blue-200:hover{
  --gradient-to-color: #bee3f8 !important;
}

.hover\:cds-to-blue-300:hover{
  --gradient-to-color: #90cdf4 !important;
}

.hover\:cds-to-blue-400:hover{
  --gradient-to-color: #63b3ed !important;
}

.hover\:cds-to-blue-500:hover{
  --gradient-to-color: #4299e1 !important;
}

.hover\:cds-to-blue-600:hover{
  --gradient-to-color: #3182ce !important;
}

.hover\:cds-to-blue-700:hover{
  --gradient-to-color: #2b6cb0 !important;
}

.hover\:cds-to-blue-800:hover{
  --gradient-to-color: #2c5282 !important;
}

.hover\:cds-to-blue-900:hover{
  --gradient-to-color: #2a4365 !important;
}

.hover\:cds-to-indigo-100:hover{
  --gradient-to-color: #ebf4ff !important;
}

.hover\:cds-to-indigo-200:hover{
  --gradient-to-color: #c3dafe !important;
}

.hover\:cds-to-indigo-300:hover{
  --gradient-to-color: #a3bffa !important;
}

.hover\:cds-to-indigo-400:hover{
  --gradient-to-color: #7f9cf5 !important;
}

.hover\:cds-to-indigo-500:hover{
  --gradient-to-color: #667eea !important;
}

.hover\:cds-to-indigo-600:hover{
  --gradient-to-color: #5a67d8 !important;
}

.hover\:cds-to-indigo-700:hover{
  --gradient-to-color: #4c51bf !important;
}

.hover\:cds-to-indigo-800:hover{
  --gradient-to-color: #434190 !important;
}

.hover\:cds-to-indigo-900:hover{
  --gradient-to-color: #3c366b !important;
}

.hover\:cds-to-purple-100:hover{
  --gradient-to-color: #faf5ff !important;
}

.hover\:cds-to-purple-200:hover{
  --gradient-to-color: #e9d8fd !important;
}

.hover\:cds-to-purple-300:hover{
  --gradient-to-color: #d6bcfa !important;
}

.hover\:cds-to-purple-400:hover{
  --gradient-to-color: #b794f4 !important;
}

.hover\:cds-to-purple-500:hover{
  --gradient-to-color: #9f7aea !important;
}

.hover\:cds-to-purple-600:hover{
  --gradient-to-color: #805ad5 !important;
}

.hover\:cds-to-purple-700:hover{
  --gradient-to-color: #6b46c1 !important;
}

.hover\:cds-to-purple-800:hover{
  --gradient-to-color: #553c9a !important;
}

.hover\:cds-to-purple-900:hover{
  --gradient-to-color: #44337a !important;
}

.hover\:cds-to-pink-100:hover{
  --gradient-to-color: #fff5f7 !important;
}

.hover\:cds-to-pink-200:hover{
  --gradient-to-color: #fed7e2 !important;
}

.hover\:cds-to-pink-300:hover{
  --gradient-to-color: #fbb6ce !important;
}

.hover\:cds-to-pink-400:hover{
  --gradient-to-color: #f687b3 !important;
}

.hover\:cds-to-pink-500:hover{
  --gradient-to-color: #ed64a6 !important;
}

.hover\:cds-to-pink-600:hover{
  --gradient-to-color: #d53f8c !important;
}

.hover\:cds-to-pink-700:hover{
  --gradient-to-color: #b83280 !important;
}

.hover\:cds-to-pink-800:hover{
  --gradient-to-color: #97266d !important;
}

.hover\:cds-to-pink-900:hover{
  --gradient-to-color: #702459 !important;
}

.focus\:cds-from-transparent:focus{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:cds-from-current:focus{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:cds-from-black:focus{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:cds-from-white:focus{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:cds-from-gray-100:focus{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:cds-from-gray-200:focus{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:cds-from-gray-300:focus{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:cds-from-gray-400:focus{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:cds-from-gray-500:focus{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:cds-from-gray-600:focus{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:cds-from-gray-700:focus{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:cds-from-gray-800:focus{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:cds-from-gray-900:focus{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:cds-from-red-100:focus{
  --gradient-from-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.focus\:cds-from-red-200:focus{
  --gradient-from-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.focus\:cds-from-red-300:focus{
  --gradient-from-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.focus\:cds-from-red-400:focus{
  --gradient-from-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.focus\:cds-from-red-500:focus{
  --gradient-from-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.focus\:cds-from-red-600:focus{
  --gradient-from-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.focus\:cds-from-red-700:focus{
  --gradient-from-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.focus\:cds-from-red-800:focus{
  --gradient-from-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.focus\:cds-from-red-900:focus{
  --gradient-from-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.focus\:cds-from-orange-100:focus{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:cds-from-orange-200:focus{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:cds-from-orange-300:focus{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:cds-from-orange-400:focus{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:cds-from-orange-500:focus{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:cds-from-orange-600:focus{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:cds-from-orange-700:focus{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:cds-from-orange-800:focus{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:cds-from-orange-900:focus{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:cds-from-yellow-100:focus{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:cds-from-yellow-200:focus{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:cds-from-yellow-300:focus{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:cds-from-yellow-400:focus{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:cds-from-yellow-500:focus{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:cds-from-yellow-600:focus{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:cds-from-yellow-700:focus{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:cds-from-yellow-800:focus{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:cds-from-yellow-900:focus{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:cds-from-green-100:focus{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:cds-from-green-200:focus{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:cds-from-green-300:focus{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:cds-from-green-400:focus{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:cds-from-green-500:focus{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:cds-from-green-600:focus{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:cds-from-green-700:focus{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:cds-from-green-800:focus{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:cds-from-green-900:focus{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:cds-from-teal-100:focus{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:cds-from-teal-200:focus{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:cds-from-teal-300:focus{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:cds-from-teal-400:focus{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:cds-from-teal-500:focus{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:cds-from-teal-600:focus{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:cds-from-teal-700:focus{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:cds-from-teal-800:focus{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:cds-from-teal-900:focus{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:cds-from-blue-100:focus{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:cds-from-blue-200:focus{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:cds-from-blue-300:focus{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:cds-from-blue-400:focus{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:cds-from-blue-500:focus{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:cds-from-blue-600:focus{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:cds-from-blue-700:focus{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:cds-from-blue-800:focus{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:cds-from-blue-900:focus{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:cds-from-indigo-100:focus{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:cds-from-indigo-200:focus{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:cds-from-indigo-300:focus{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:cds-from-indigo-400:focus{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:cds-from-indigo-500:focus{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:cds-from-indigo-600:focus{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:cds-from-indigo-700:focus{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:cds-from-indigo-800:focus{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:cds-from-indigo-900:focus{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:cds-from-purple-100:focus{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:cds-from-purple-200:focus{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:cds-from-purple-300:focus{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:cds-from-purple-400:focus{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:cds-from-purple-500:focus{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:cds-from-purple-600:focus{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:cds-from-purple-700:focus{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:cds-from-purple-800:focus{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:cds-from-purple-900:focus{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:cds-from-pink-100:focus{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:cds-from-pink-200:focus{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:cds-from-pink-300:focus{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:cds-from-pink-400:focus{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:cds-from-pink-500:focus{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:cds-from-pink-600:focus{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:cds-from-pink-700:focus{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:cds-from-pink-800:focus{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:cds-from-pink-900:focus{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:cds-via-transparent:focus{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:cds-via-current:focus{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:cds-via-black:focus{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:cds-via-white:focus{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:cds-via-gray-100:focus{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:cds-via-gray-200:focus{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:cds-via-gray-300:focus{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:cds-via-gray-400:focus{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:cds-via-gray-500:focus{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:cds-via-gray-600:focus{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:cds-via-gray-700:focus{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:cds-via-gray-800:focus{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:cds-via-gray-900:focus{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:cds-via-red-100:focus{
  --gradient-via-color: #fff5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
}

.focus\:cds-via-red-200:focus{
  --gradient-via-color: #fed7d7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
}

.focus\:cds-via-red-300:focus{
  --gradient-via-color: #feb2b2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
}

.focus\:cds-via-red-400:focus{
  --gradient-via-color: #fc8181 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
}

.focus\:cds-via-red-500:focus{
  --gradient-via-color: #f56565 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
}

.focus\:cds-via-red-600:focus{
  --gradient-via-color: #e53e3e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
}

.focus\:cds-via-red-700:focus{
  --gradient-via-color: #c53030 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
}

.focus\:cds-via-red-800:focus{
  --gradient-via-color: #9b2c2c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
}

.focus\:cds-via-red-900:focus{
  --gradient-via-color: #742a2a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
}

.focus\:cds-via-orange-100:focus{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:cds-via-orange-200:focus{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:cds-via-orange-300:focus{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:cds-via-orange-400:focus{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:cds-via-orange-500:focus{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:cds-via-orange-600:focus{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:cds-via-orange-700:focus{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:cds-via-orange-800:focus{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:cds-via-orange-900:focus{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:cds-via-yellow-100:focus{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:cds-via-yellow-200:focus{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:cds-via-yellow-300:focus{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:cds-via-yellow-400:focus{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:cds-via-yellow-500:focus{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:cds-via-yellow-600:focus{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:cds-via-yellow-700:focus{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:cds-via-yellow-800:focus{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:cds-via-yellow-900:focus{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:cds-via-green-100:focus{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:cds-via-green-200:focus{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:cds-via-green-300:focus{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:cds-via-green-400:focus{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:cds-via-green-500:focus{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:cds-via-green-600:focus{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:cds-via-green-700:focus{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:cds-via-green-800:focus{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:cds-via-green-900:focus{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:cds-via-teal-100:focus{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:cds-via-teal-200:focus{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:cds-via-teal-300:focus{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:cds-via-teal-400:focus{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:cds-via-teal-500:focus{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:cds-via-teal-600:focus{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:cds-via-teal-700:focus{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:cds-via-teal-800:focus{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:cds-via-teal-900:focus{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:cds-via-blue-100:focus{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:cds-via-blue-200:focus{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:cds-via-blue-300:focus{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:cds-via-blue-400:focus{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:cds-via-blue-500:focus{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:cds-via-blue-600:focus{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:cds-via-blue-700:focus{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:cds-via-blue-800:focus{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:cds-via-blue-900:focus{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:cds-via-indigo-100:focus{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:cds-via-indigo-200:focus{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:cds-via-indigo-300:focus{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:cds-via-indigo-400:focus{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:cds-via-indigo-500:focus{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:cds-via-indigo-600:focus{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:cds-via-indigo-700:focus{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:cds-via-indigo-800:focus{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:cds-via-indigo-900:focus{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:cds-via-purple-100:focus{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:cds-via-purple-200:focus{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:cds-via-purple-300:focus{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:cds-via-purple-400:focus{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:cds-via-purple-500:focus{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:cds-via-purple-600:focus{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:cds-via-purple-700:focus{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:cds-via-purple-800:focus{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:cds-via-purple-900:focus{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:cds-via-pink-100:focus{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:cds-via-pink-200:focus{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:cds-via-pink-300:focus{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:cds-via-pink-400:focus{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:cds-via-pink-500:focus{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:cds-via-pink-600:focus{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:cds-via-pink-700:focus{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:cds-via-pink-800:focus{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:cds-via-pink-900:focus{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:cds-to-transparent:focus{
  --gradient-to-color: transparent !important;
}

.focus\:cds-to-current:focus{
  --gradient-to-color: currentColor !important;
}

.focus\:cds-to-black:focus{
  --gradient-to-color: #000 !important;
}

.focus\:cds-to-white:focus{
  --gradient-to-color: #fff !important;
}

.focus\:cds-to-gray-100:focus{
  --gradient-to-color: #f7fafc !important;
}

.focus\:cds-to-gray-200:focus{
  --gradient-to-color: #edf2f7 !important;
}

.focus\:cds-to-gray-300:focus{
  --gradient-to-color: #e2e8f0 !important;
}

.focus\:cds-to-gray-400:focus{
  --gradient-to-color: #cbd5e0 !important;
}

.focus\:cds-to-gray-500:focus{
  --gradient-to-color: #a0aec0 !important;
}

.focus\:cds-to-gray-600:focus{
  --gradient-to-color: #718096 !important;
}

.focus\:cds-to-gray-700:focus{
  --gradient-to-color: #4a5568 !important;
}

.focus\:cds-to-gray-800:focus{
  --gradient-to-color: #2d3748 !important;
}

.focus\:cds-to-gray-900:focus{
  --gradient-to-color: #1a202c !important;
}

.focus\:cds-to-red-100:focus{
  --gradient-to-color: #fff5f5 !important;
}

.focus\:cds-to-red-200:focus{
  --gradient-to-color: #fed7d7 !important;
}

.focus\:cds-to-red-300:focus{
  --gradient-to-color: #feb2b2 !important;
}

.focus\:cds-to-red-400:focus{
  --gradient-to-color: #fc8181 !important;
}

.focus\:cds-to-red-500:focus{
  --gradient-to-color: #f56565 !important;
}

.focus\:cds-to-red-600:focus{
  --gradient-to-color: #e53e3e !important;
}

.focus\:cds-to-red-700:focus{
  --gradient-to-color: #c53030 !important;
}

.focus\:cds-to-red-800:focus{
  --gradient-to-color: #9b2c2c !important;
}

.focus\:cds-to-red-900:focus{
  --gradient-to-color: #742a2a !important;
}

.focus\:cds-to-orange-100:focus{
  --gradient-to-color: #fffaf0 !important;
}

.focus\:cds-to-orange-200:focus{
  --gradient-to-color: #feebc8 !important;
}

.focus\:cds-to-orange-300:focus{
  --gradient-to-color: #fbd38d !important;
}

.focus\:cds-to-orange-400:focus{
  --gradient-to-color: #f6ad55 !important;
}

.focus\:cds-to-orange-500:focus{
  --gradient-to-color: #ed8936 !important;
}

.focus\:cds-to-orange-600:focus{
  --gradient-to-color: #dd6b20 !important;
}

.focus\:cds-to-orange-700:focus{
  --gradient-to-color: #c05621 !important;
}

.focus\:cds-to-orange-800:focus{
  --gradient-to-color: #9c4221 !important;
}

.focus\:cds-to-orange-900:focus{
  --gradient-to-color: #7b341e !important;
}

.focus\:cds-to-yellow-100:focus{
  --gradient-to-color: #fffff0 !important;
}

.focus\:cds-to-yellow-200:focus{
  --gradient-to-color: #fefcbf !important;
}

.focus\:cds-to-yellow-300:focus{
  --gradient-to-color: #faf089 !important;
}

.focus\:cds-to-yellow-400:focus{
  --gradient-to-color: #f6e05e !important;
}

.focus\:cds-to-yellow-500:focus{
  --gradient-to-color: #ecc94b !important;
}

.focus\:cds-to-yellow-600:focus{
  --gradient-to-color: #d69e2e !important;
}

.focus\:cds-to-yellow-700:focus{
  --gradient-to-color: #b7791f !important;
}

.focus\:cds-to-yellow-800:focus{
  --gradient-to-color: #975a16 !important;
}

.focus\:cds-to-yellow-900:focus{
  --gradient-to-color: #744210 !important;
}

.focus\:cds-to-green-100:focus{
  --gradient-to-color: #f0fff4 !important;
}

.focus\:cds-to-green-200:focus{
  --gradient-to-color: #c6f6d5 !important;
}

.focus\:cds-to-green-300:focus{
  --gradient-to-color: #9ae6b4 !important;
}

.focus\:cds-to-green-400:focus{
  --gradient-to-color: #68d391 !important;
}

.focus\:cds-to-green-500:focus{
  --gradient-to-color: #48bb78 !important;
}

.focus\:cds-to-green-600:focus{
  --gradient-to-color: #38a169 !important;
}

.focus\:cds-to-green-700:focus{
  --gradient-to-color: #2f855a !important;
}

.focus\:cds-to-green-800:focus{
  --gradient-to-color: #276749 !important;
}

.focus\:cds-to-green-900:focus{
  --gradient-to-color: #22543d !important;
}

.focus\:cds-to-teal-100:focus{
  --gradient-to-color: #e6fffa !important;
}

.focus\:cds-to-teal-200:focus{
  --gradient-to-color: #b2f5ea !important;
}

.focus\:cds-to-teal-300:focus{
  --gradient-to-color: #81e6d9 !important;
}

.focus\:cds-to-teal-400:focus{
  --gradient-to-color: #4fd1c5 !important;
}

.focus\:cds-to-teal-500:focus{
  --gradient-to-color: #38b2ac !important;
}

.focus\:cds-to-teal-600:focus{
  --gradient-to-color: #319795 !important;
}

.focus\:cds-to-teal-700:focus{
  --gradient-to-color: #2c7a7b !important;
}

.focus\:cds-to-teal-800:focus{
  --gradient-to-color: #285e61 !important;
}

.focus\:cds-to-teal-900:focus{
  --gradient-to-color: #234e52 !important;
}

.focus\:cds-to-blue-100:focus{
  --gradient-to-color: #ebf8ff !important;
}

.focus\:cds-to-blue-200:focus{
  --gradient-to-color: #bee3f8 !important;
}

.focus\:cds-to-blue-300:focus{
  --gradient-to-color: #90cdf4 !important;
}

.focus\:cds-to-blue-400:focus{
  --gradient-to-color: #63b3ed !important;
}

.focus\:cds-to-blue-500:focus{
  --gradient-to-color: #4299e1 !important;
}

.focus\:cds-to-blue-600:focus{
  --gradient-to-color: #3182ce !important;
}

.focus\:cds-to-blue-700:focus{
  --gradient-to-color: #2b6cb0 !important;
}

.focus\:cds-to-blue-800:focus{
  --gradient-to-color: #2c5282 !important;
}

.focus\:cds-to-blue-900:focus{
  --gradient-to-color: #2a4365 !important;
}

.focus\:cds-to-indigo-100:focus{
  --gradient-to-color: #ebf4ff !important;
}

.focus\:cds-to-indigo-200:focus{
  --gradient-to-color: #c3dafe !important;
}

.focus\:cds-to-indigo-300:focus{
  --gradient-to-color: #a3bffa !important;
}

.focus\:cds-to-indigo-400:focus{
  --gradient-to-color: #7f9cf5 !important;
}

.focus\:cds-to-indigo-500:focus{
  --gradient-to-color: #667eea !important;
}

.focus\:cds-to-indigo-600:focus{
  --gradient-to-color: #5a67d8 !important;
}

.focus\:cds-to-indigo-700:focus{
  --gradient-to-color: #4c51bf !important;
}

.focus\:cds-to-indigo-800:focus{
  --gradient-to-color: #434190 !important;
}

.focus\:cds-to-indigo-900:focus{
  --gradient-to-color: #3c366b !important;
}

.focus\:cds-to-purple-100:focus{
  --gradient-to-color: #faf5ff !important;
}

.focus\:cds-to-purple-200:focus{
  --gradient-to-color: #e9d8fd !important;
}

.focus\:cds-to-purple-300:focus{
  --gradient-to-color: #d6bcfa !important;
}

.focus\:cds-to-purple-400:focus{
  --gradient-to-color: #b794f4 !important;
}

.focus\:cds-to-purple-500:focus{
  --gradient-to-color: #9f7aea !important;
}

.focus\:cds-to-purple-600:focus{
  --gradient-to-color: #805ad5 !important;
}

.focus\:cds-to-purple-700:focus{
  --gradient-to-color: #6b46c1 !important;
}

.focus\:cds-to-purple-800:focus{
  --gradient-to-color: #553c9a !important;
}

.focus\:cds-to-purple-900:focus{
  --gradient-to-color: #44337a !important;
}

.focus\:cds-to-pink-100:focus{
  --gradient-to-color: #fff5f7 !important;
}

.focus\:cds-to-pink-200:focus{
  --gradient-to-color: #fed7e2 !important;
}

.focus\:cds-to-pink-300:focus{
  --gradient-to-color: #fbb6ce !important;
}

.focus\:cds-to-pink-400:focus{
  --gradient-to-color: #f687b3 !important;
}

.focus\:cds-to-pink-500:focus{
  --gradient-to-color: #ed64a6 !important;
}

.focus\:cds-to-pink-600:focus{
  --gradient-to-color: #d53f8c !important;
}

.focus\:cds-to-pink-700:focus{
  --gradient-to-color: #b83280 !important;
}

.focus\:cds-to-pink-800:focus{
  --gradient-to-color: #97266d !important;
}

.focus\:cds-to-pink-900:focus{
  --gradient-to-color: #702459 !important;
}

.cds-bg-opacity-0{
  --bg-opacity: 0 !important;
}

.cds-bg-opacity-25{
  --bg-opacity: 0.25 !important;
}

.cds-bg-opacity-50{
  --bg-opacity: 0.5 !important;
}

.cds-bg-opacity-75{
  --bg-opacity: 0.75 !important;
}

.cds-bg-opacity-100{
  --bg-opacity: 1 !important;
}

.hover\:cds-bg-opacity-0:hover{
  --bg-opacity: 0 !important;
}

.hover\:cds-bg-opacity-25:hover{
  --bg-opacity: 0.25 !important;
}

.hover\:cds-bg-opacity-50:hover{
  --bg-opacity: 0.5 !important;
}

.hover\:cds-bg-opacity-75:hover{
  --bg-opacity: 0.75 !important;
}

.hover\:cds-bg-opacity-100:hover{
  --bg-opacity: 1 !important;
}

.focus\:cds-bg-opacity-0:focus{
  --bg-opacity: 0 !important;
}

.focus\:cds-bg-opacity-25:focus{
  --bg-opacity: 0.25 !important;
}

.focus\:cds-bg-opacity-50:focus{
  --bg-opacity: 0.5 !important;
}

.focus\:cds-bg-opacity-75:focus{
  --bg-opacity: 0.75 !important;
}

.focus\:cds-bg-opacity-100:focus{
  --bg-opacity: 1 !important;
}

.cds-bg-bottom{
  background-position: bottom !important;
}

.cds-bg-center{
  background-position: center !important;
}

.cds-bg-left{
  background-position: left !important;
}

.cds-bg-left-bottom{
  background-position: left bottom !important;
}

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

.cds-bg-right{
  background-position: right !important;
}

.cds-bg-right-bottom{
  background-position: right bottom !important;
}

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

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

.cds-bg-repeat{
  background-repeat: repeat !important;
}

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

.cds-bg-repeat-x{
  background-repeat: repeat-x !important;
}

.cds-bg-repeat-y{
  background-repeat: repeat-y !important;
}

.cds-bg-repeat-round{
  background-repeat: round !important;
}

.cds-bg-repeat-space{
  background-repeat: space !important;
}

.cds-bg-auto{
  background-size: auto !important;
}

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

.cds-bg-contain{
  background-size: contain !important;
}

.cds-border-collapse{
  border-collapse: collapse !important;
}

.cds-border-separate{
  border-collapse: separate !important;
}

.cds-border-transparent{
  border-color: transparent !important;
}

.cds-border-current{
  border-color: currentColor !important;
}

.cds-border-black{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.cds-border-white{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.cds-border-gray-100{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.cds-border-gray-200{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.cds-border-gray-300{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.cds-border-gray-400{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.cds-border-gray-500{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.cds-border-gray-600{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.cds-border-gray-700{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.cds-border-gray-800{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.cds-border-gray-900{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.cds-border-red-100{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.cds-border-red-200{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.cds-border-red-300{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.cds-border-red-400{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.cds-border-red-500{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.cds-border-red-600{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.cds-border-red-700{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.cds-border-red-800{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.cds-border-red-900{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.cds-border-orange-100{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.cds-border-orange-200{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.cds-border-orange-300{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.cds-border-orange-400{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.cds-border-orange-500{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.cds-border-orange-600{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.cds-border-orange-700{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.cds-border-orange-800{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.cds-border-orange-900{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.cds-border-yellow-100{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.cds-border-yellow-200{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.cds-border-yellow-300{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.cds-border-yellow-400{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.cds-border-yellow-500{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.cds-border-yellow-600{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.cds-border-yellow-700{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.cds-border-yellow-800{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.cds-border-yellow-900{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.cds-border-green-100{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.cds-border-green-200{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.cds-border-green-300{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.cds-border-green-400{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.cds-border-green-500{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.cds-border-green-600{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.cds-border-green-700{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.cds-border-green-800{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.cds-border-green-900{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.cds-border-teal-100{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.cds-border-teal-200{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.cds-border-teal-300{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.cds-border-teal-400{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.cds-border-teal-500{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.cds-border-teal-600{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.cds-border-teal-700{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.cds-border-teal-800{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.cds-border-teal-900{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.cds-border-blue-100{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.cds-border-blue-200{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.cds-border-blue-300{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.cds-border-blue-400{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.cds-border-blue-500{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.cds-border-blue-600{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.cds-border-blue-700{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.cds-border-blue-800{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.cds-border-blue-900{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.cds-border-indigo-100{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.cds-border-indigo-200{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.cds-border-indigo-300{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.cds-border-indigo-400{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.cds-border-indigo-500{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.cds-border-indigo-600{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.cds-border-indigo-700{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.cds-border-indigo-800{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.cds-border-indigo-900{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.cds-border-purple-100{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.cds-border-purple-200{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.cds-border-purple-300{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.cds-border-purple-400{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.cds-border-purple-500{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.cds-border-purple-600{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.cds-border-purple-700{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.cds-border-purple-800{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.cds-border-purple-900{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.cds-border-pink-100{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.cds-border-pink-200{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.cds-border-pink-300{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.cds-border-pink-400{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.cds-border-pink-500{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.cds-border-pink-600{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.cds-border-pink-700{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.cds-border-pink-800{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.cds-border-pink-900{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.hover\:cds-border-transparent:hover{
  border-color: transparent !important;
}

.hover\:cds-border-current:hover{
  border-color: currentColor !important;
}

.hover\:cds-border-black:hover{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.hover\:cds-border-white:hover{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-100:hover{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-200:hover{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-300:hover{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-400:hover{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-500:hover{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-600:hover{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-700:hover{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-800:hover{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.hover\:cds-border-gray-900:hover{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.hover\:cds-border-red-100:hover{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.hover\:cds-border-red-200:hover{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.hover\:cds-border-red-300:hover{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.hover\:cds-border-red-400:hover{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.hover\:cds-border-red-500:hover{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.hover\:cds-border-red-600:hover{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.hover\:cds-border-red-700:hover{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.hover\:cds-border-red-800:hover{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.hover\:cds-border-red-900:hover{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-100:hover{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-200:hover{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-300:hover{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-400:hover{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-500:hover{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-600:hover{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-700:hover{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-800:hover{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.hover\:cds-border-orange-900:hover{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-100:hover{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-200:hover{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-300:hover{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-400:hover{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-500:hover{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-600:hover{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-700:hover{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-800:hover{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.hover\:cds-border-yellow-900:hover{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.hover\:cds-border-green-100:hover{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.hover\:cds-border-green-200:hover{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.hover\:cds-border-green-300:hover{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.hover\:cds-border-green-400:hover{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.hover\:cds-border-green-500:hover{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.hover\:cds-border-green-600:hover{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.hover\:cds-border-green-700:hover{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.hover\:cds-border-green-800:hover{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.hover\:cds-border-green-900:hover{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-100:hover{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-200:hover{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-300:hover{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-400:hover{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-500:hover{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-600:hover{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-700:hover{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-800:hover{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.hover\:cds-border-teal-900:hover{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-100:hover{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-200:hover{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-300:hover{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-400:hover{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-500:hover{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-600:hover{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-700:hover{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-800:hover{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.hover\:cds-border-blue-900:hover{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-100:hover{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-200:hover{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-300:hover{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-400:hover{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-500:hover{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-600:hover{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-700:hover{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-800:hover{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.hover\:cds-border-indigo-900:hover{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-100:hover{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-200:hover{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-300:hover{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-400:hover{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-500:hover{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-600:hover{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-700:hover{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-800:hover{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.hover\:cds-border-purple-900:hover{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-100:hover{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-200:hover{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-300:hover{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-400:hover{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-500:hover{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-600:hover{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-700:hover{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-800:hover{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.hover\:cds-border-pink-900:hover{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.focus\:cds-border-transparent:focus{
  border-color: transparent !important;
}

.focus\:cds-border-current:focus{
  border-color: currentColor !important;
}

.focus\:cds-border-black:focus{
  --border-opacity: 1 !important;
  border-color: #000 !important;
  border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
}

.focus\:cds-border-white:focus{
  --border-opacity: 1 !important;
  border-color: #fff !important;
  border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-100:focus{
  --border-opacity: 1 !important;
  border-color: #f7fafc !important;
  border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-200:focus{
  --border-opacity: 1 !important;
  border-color: #edf2f7 !important;
  border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-300:focus{
  --border-opacity: 1 !important;
  border-color: #e2e8f0 !important;
  border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-400:focus{
  --border-opacity: 1 !important;
  border-color: #cbd5e0 !important;
  border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-500:focus{
  --border-opacity: 1 !important;
  border-color: #a0aec0 !important;
  border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-600:focus{
  --border-opacity: 1 !important;
  border-color: #718096 !important;
  border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-700:focus{
  --border-opacity: 1 !important;
  border-color: #4a5568 !important;
  border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-800:focus{
  --border-opacity: 1 !important;
  border-color: #2d3748 !important;
  border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
}

.focus\:cds-border-gray-900:focus{
  --border-opacity: 1 !important;
  border-color: #1a202c !important;
  border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
}

.focus\:cds-border-red-100:focus{
  --border-opacity: 1 !important;
  border-color: #fff5f5 !important;
  border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
}

.focus\:cds-border-red-200:focus{
  --border-opacity: 1 !important;
  border-color: #fed7d7 !important;
  border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
}

.focus\:cds-border-red-300:focus{
  --border-opacity: 1 !important;
  border-color: #feb2b2 !important;
  border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
}

.focus\:cds-border-red-400:focus{
  --border-opacity: 1 !important;
  border-color: #fc8181 !important;
  border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
}

.focus\:cds-border-red-500:focus{
  --border-opacity: 1 !important;
  border-color: #f56565 !important;
  border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
}

.focus\:cds-border-red-600:focus{
  --border-opacity: 1 !important;
  border-color: #e53e3e !important;
  border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
}

.focus\:cds-border-red-700:focus{
  --border-opacity: 1 !important;
  border-color: #c53030 !important;
  border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
}

.focus\:cds-border-red-800:focus{
  --border-opacity: 1 !important;
  border-color: #9b2c2c !important;
  border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
}

.focus\:cds-border-red-900:focus{
  --border-opacity: 1 !important;
  border-color: #742a2a !important;
  border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-100:focus{
  --border-opacity: 1 !important;
  border-color: #fffaf0 !important;
  border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-200:focus{
  --border-opacity: 1 !important;
  border-color: #feebc8 !important;
  border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-300:focus{
  --border-opacity: 1 !important;
  border-color: #fbd38d !important;
  border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-400:focus{
  --border-opacity: 1 !important;
  border-color: #f6ad55 !important;
  border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-500:focus{
  --border-opacity: 1 !important;
  border-color: #ed8936 !important;
  border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-600:focus{
  --border-opacity: 1 !important;
  border-color: #dd6b20 !important;
  border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-700:focus{
  --border-opacity: 1 !important;
  border-color: #c05621 !important;
  border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-800:focus{
  --border-opacity: 1 !important;
  border-color: #9c4221 !important;
  border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
}

.focus\:cds-border-orange-900:focus{
  --border-opacity: 1 !important;
  border-color: #7b341e !important;
  border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-100:focus{
  --border-opacity: 1 !important;
  border-color: #fffff0 !important;
  border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-200:focus{
  --border-opacity: 1 !important;
  border-color: #fefcbf !important;
  border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-300:focus{
  --border-opacity: 1 !important;
  border-color: #faf089 !important;
  border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-400:focus{
  --border-opacity: 1 !important;
  border-color: #f6e05e !important;
  border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-500:focus{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-600:focus{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-700:focus{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-800:focus{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.focus\:cds-border-yellow-900:focus{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.focus\:cds-border-green-100:focus{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.focus\:cds-border-green-200:focus{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.focus\:cds-border-green-300:focus{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.focus\:cds-border-green-400:focus{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.focus\:cds-border-green-500:focus{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.focus\:cds-border-green-600:focus{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.focus\:cds-border-green-700:focus{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.focus\:cds-border-green-800:focus{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.focus\:cds-border-green-900:focus{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-100:focus{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-200:focus{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-300:focus{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-400:focus{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-500:focus{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-600:focus{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-700:focus{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-800:focus{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.focus\:cds-border-teal-900:focus{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-200:focus{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-300:focus{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-400:focus{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-500:focus{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-600:focus{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-700:focus{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-800:focus{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.focus\:cds-border-blue-900:focus{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-200:focus{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-300:focus{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-400:focus{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-500:focus{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-600:focus{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-700:focus{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-800:focus{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.focus\:cds-border-indigo-900:focus{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-100:focus{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-200:focus{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-300:focus{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-400:focus{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-500:focus{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-600:focus{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-700:focus{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-800:focus{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.focus\:cds-border-purple-900:focus{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-100:focus{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-200:focus{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-300:focus{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-400:focus{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-500:focus{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-600:focus{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-700:focus{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-800:focus{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.focus\:cds-border-pink-900:focus{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.cds-border-opacity-0{
  --border-opacity: 0 !important;
}

.cds-border-opacity-25{
  --border-opacity: 0.25 !important;
}

.cds-border-opacity-50{
  --border-opacity: 0.5 !important;
}

.cds-border-opacity-75{
  --border-opacity: 0.75 !important;
}

.cds-border-opacity-100{
  --border-opacity: 1 !important;
}

.hover\:cds-border-opacity-0:hover{
  --border-opacity: 0 !important;
}

.hover\:cds-border-opacity-25:hover{
  --border-opacity: 0.25 !important;
}

.hover\:cds-border-opacity-50:hover{
  --border-opacity: 0.5 !important;
}

.hover\:cds-border-opacity-75:hover{
  --border-opacity: 0.75 !important;
}

.hover\:cds-border-opacity-100:hover{
  --border-opacity: 1 !important;
}

.focus\:cds-border-opacity-0:focus{
  --border-opacity: 0 !important;
}

.focus\:cds-border-opacity-25:focus{
  --border-opacity: 0.25 !important;
}

.focus\:cds-border-opacity-50:focus{
  --border-opacity: 0.5 !important;
}

.focus\:cds-border-opacity-75:focus{
  --border-opacity: 0.75 !important;
}

.focus\:cds-border-opacity-100:focus{
  --border-opacity: 1 !important;
}

.cds-rounded-none{
  border-radius: 0 !important;
}

.cds-rounded-sm{
  border-radius: 0.125rem !important;
}

.cds-rounded{
  border-radius: 0.25rem !important;
}

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

.cds-rounded-lg{
  border-radius: 0.5rem !important;
}

.cds-rounded-xl{
  border-radius: 0.75rem !important;
}

.cds-rounded-2xl{
  border-radius: 1rem !important;
}

.cds-rounded-3xl{
  border-radius: 1.5rem !important;
}

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

.cds-rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.cds-rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.cds-rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cds-rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cds-rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.cds-rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

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

.cds-rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.cds-rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.cds-rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.cds-rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.cds-rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.cds-rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.cds-rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.cds-rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.cds-rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.cds-rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.cds-rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.cds-rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.cds-rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.cds-rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.cds-rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.cds-rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.cds-rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.cds-rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.cds-rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.cds-rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.cds-rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.cds-rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.cds-rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.cds-rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.cds-rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.cds-rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.cds-rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.cds-rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.cds-rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.cds-rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.cds-rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.cds-rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.cds-rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.cds-rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.cds-rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.cds-rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.cds-rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.cds-rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.cds-rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.cds-rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.cds-rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.cds-rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.cds-rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.cds-rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.cds-rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.cds-rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.cds-rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.cds-rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.cds-rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.cds-rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.cds-rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.cds-rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.cds-rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.cds-rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.cds-rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.cds-rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.cds-rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.cds-rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.cds-rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.cds-rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.cds-rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.cds-rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.cds-rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.cds-rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.cds-rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.cds-border-solid{
  border-style: solid !important;
}

.cds-border-dashed{
  border-style: dashed !important;
}

.cds-border-dotted{
  border-style: dotted !important;
}

.cds-border-double{
  border-style: double !important;
}

.cds-border-none{
  border-style: none !important;
}

.cds-border-0{
  border-width: 0 !important;
}

.cds-border-2{
  border-width: 2px !important;
}

.cds-border-4{
  border-width: 4px !important;
}

.cds-border-8{
  border-width: 8px !important;
}

.cds-border{
  border-width: 1px !important;
}

.cds-border-t-0{
  border-top-width: 0 !important;
}

.cds-border-r-0{
  border-right-width: 0 !important;
}

.cds-border-b-0{
  border-bottom-width: 0 !important;
}

.cds-border-l-0{
  border-left-width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cds-box-border{
  box-sizing: border-box !important;
}

.cds-box-content{
  box-sizing: content-box !important;
}

.cds-cursor-auto{
  cursor: auto !important;
}

.cds-cursor-default{
  cursor: default !important;
}

.cds-cursor-pointer{
  cursor: pointer !important;
}

.cds-cursor-wait{
  cursor: wait !important;
}

.cds-cursor-text{
  cursor: text !important;
}

.cds-cursor-move{
  cursor: move !important;
}

.cds-cursor-not-allowed{
  cursor: not-allowed !important;
}

.cds-block{
  display: block !important;
}

.cds-inline-block{
  display: inline-block !important;
}

.cds-inline{
  display: inline !important;
}

.cds-flex{
  display: flex !important;
}

.cds-inline-flex{
  display: inline-flex !important;
}

.cds-table{
  display: table !important;
}

.cds-table-caption{
  display: table-caption !important;
}

.cds-table-cell{
  display: table-cell !important;
}

.cds-table-column{
  display: table-column !important;
}

.cds-table-column-group{
  display: table-column-group !important;
}

.cds-table-footer-group{
  display: table-footer-group !important;
}

.cds-table-header-group{
  display: table-header-group !important;
}

.cds-table-row-group{
  display: table-row-group !important;
}

.cds-table-row{
  display: table-row !important;
}

.cds-flow-root{
  display: flow-root !important;
}

.cds-grid{
  display: grid !important;
}

.cds-inline-grid{
  display: inline-grid !important;
}

.cds-contents{
  display: contents !important;
}

.cds-hidden{
  display: none !important;
}

.cds-flex-row{
  flex-direction: row !important;
}

.cds-flex-row-reverse{
  flex-direction: row-reverse !important;
}

.cds-flex-col{
  flex-direction: column !important;
}

.cds-flex-col-reverse{
  flex-direction: column-reverse !important;
}

.cds-flex-wrap{
  flex-wrap: wrap !important;
}

.cds-flex-wrap-reverse{
  flex-wrap: wrap-reverse !important;
}

.cds-flex-no-wrap{
  flex-wrap: nowrap !important;
}

.cds-place-items-auto{
  place-items: auto !important;
}

.cds-place-items-start{
  place-items: start !important;
}

.cds-place-items-end{
  place-items: end !important;
}

.cds-place-items-center{
  place-items: center !important;
}

.cds-place-items-stretch{
  place-items: stretch !important;
}

.cds-place-content-center{
  place-content: center !important;
}

.cds-place-content-start{
  place-content: start !important;
}

.cds-place-content-end{
  place-content: end !important;
}

.cds-place-content-between{
  place-content: space-between !important;
}

.cds-place-content-around{
  place-content: space-around !important;
}

.cds-place-content-evenly{
  place-content: space-evenly !important;
}

.cds-place-content-stretch{
  place-content: stretch !important;
}

.cds-place-self-auto{
  place-self: auto !important;
}

.cds-place-self-start{
  place-self: start !important;
}

.cds-place-self-end{
  place-self: end !important;
}

.cds-place-self-center{
  place-self: center !important;
}

.cds-place-self-stretch{
  place-self: stretch !important;
}

.cds-items-start{
  align-items: flex-start !important;
}

.cds-items-end{
  align-items: flex-end !important;
}

.cds-items-center{
  align-items: center !important;
}

.cds-items-baseline{
  align-items: baseline !important;
}

.cds-items-stretch{
  align-items: stretch !important;
}

.cds-content-center{
  align-content: center !important;
}

.cds-content-start{
  align-content: flex-start !important;
}

.cds-content-end{
  align-content: flex-end !important;
}

.cds-content-between{
  align-content: space-between !important;
}

.cds-content-around{
  align-content: space-around !important;
}

.cds-content-evenly{
  align-content: space-evenly !important;
}

.cds-self-auto{
  align-self: auto !important;
}

.cds-self-start{
  align-self: flex-start !important;
}

.cds-self-end{
  align-self: flex-end !important;
}

.cds-self-center{
  align-self: center !important;
}

.cds-self-stretch{
  align-self: stretch !important;
}

.cds-justify-items-auto{
  justify-items: auto !important;
}

.cds-justify-items-start{
  justify-items: start !important;
}

.cds-justify-items-end{
  justify-items: end !important;
}

.cds-justify-items-center{
  justify-items: center !important;
}

.cds-justify-items-stretch{
  justify-items: stretch !important;
}

.cds-justify-start{
  justify-content: flex-start !important;
}

.cds-justify-end{
  justify-content: flex-end !important;
}

.cds-justify-center{
  justify-content: center !important;
}

.cds-justify-between{
  justify-content: space-between !important;
}

.cds-justify-around{
  justify-content: space-around !important;
}

.cds-justify-evenly{
  justify-content: space-evenly !important;
}

.cds-justify-self-auto{
  justify-self: auto !important;
}

.cds-justify-self-start{
  justify-self: start !important;
}

.cds-justify-self-end{
  justify-self: end !important;
}

.cds-justify-self-center{
  justify-self: center !important;
}

.cds-justify-self-stretch{
  justify-self: stretch !important;
}

.cds-flex-1{
  flex: 1 1 0% !important;
}

.cds-flex-auto{
  flex: 1 1 auto !important;
}

.cds-flex-initial{
  flex: 0 1 auto !important;
}

.cds-flex-none{
  flex: none !important;
}

.cds-flex-grow-0{
  flex-grow: 0 !important;
}

.cds-flex-grow{
  flex-grow: 1 !important;
}

.cds-flex-shrink-0{
  flex-shrink: 0 !important;
}

.cds-flex-shrink{
  flex-shrink: 1 !important;
}

.cds-order-1{
  order: 1 !important;
}

.cds-order-2{
  order: 2 !important;
}

.cds-order-3{
  order: 3 !important;
}

.cds-order-4{
  order: 4 !important;
}

.cds-order-5{
  order: 5 !important;
}

.cds-order-6{
  order: 6 !important;
}

.cds-order-7{
  order: 7 !important;
}

.cds-order-8{
  order: 8 !important;
}

.cds-order-9{
  order: 9 !important;
}

.cds-order-10{
  order: 10 !important;
}

.cds-order-11{
  order: 11 !important;
}

.cds-order-12{
  order: 12 !important;
}

.cds-order-first{
  order: -9999 !important;
}

.cds-order-last{
  order: 9999 !important;
}

.cds-order-none{
  order: 0 !important;
}

.cds-float-right{
  float: right !important;
}

.cds-float-left{
  float: left !important;
}

.cds-float-none{
  float: none !important;
}

.cds-clearfix:after{
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.cds-clear-left{
  clear: left !important;
}

.cds-clear-right{
  clear: right !important;
}

.cds-clear-both{
  clear: both !important;
}

.cds-clear-none{
  clear: none !important;
}

.cds-font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cds-font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.cds-font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.cds-font-hairline{
  font-weight: 100 !important;
}

.cds-font-thin{
  font-weight: 200 !important;
}

.cds-font-light{
  font-weight: 300 !important;
}

.cds-font-normal{
  font-weight: 400 !important;
}

.cds-font-medium{
  font-weight: 500 !important;
}

.cds-font-semibold{
  font-weight: 600 !important;
}

.cds-font-bold{
  font-weight: 700 !important;
}

.cds-font-extrabold{
  font-weight: 800 !important;
}

.cds-font-black{
  font-weight: 900 !important;
}

.hover\:cds-font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:cds-font-thin:hover{
  font-weight: 200 !important;
}

.hover\:cds-font-light:hover{
  font-weight: 300 !important;
}

.hover\:cds-font-normal:hover{
  font-weight: 400 !important;
}

.hover\:cds-font-medium:hover{
  font-weight: 500 !important;
}

.hover\:cds-font-semibold:hover{
  font-weight: 600 !important;
}

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

.hover\:cds-font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:cds-font-black:hover{
  font-weight: 900 !important;
}

.focus\:cds-font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:cds-font-thin:focus{
  font-weight: 200 !important;
}

.focus\:cds-font-light:focus{
  font-weight: 300 !important;
}

.focus\:cds-font-normal:focus{
  font-weight: 400 !important;
}

.focus\:cds-font-medium:focus{
  font-weight: 500 !important;
}

.focus\:cds-font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:cds-font-bold:focus{
  font-weight: 700 !important;
}

.focus\:cds-font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:cds-font-black:focus{
  font-weight: 900 !important;
}

.cds-h-0{
  height: 0 !important;
}

.cds-h-1{
  height: 0.25rem !important;
}

.cds-h-2{
  height: 0.5rem !important;
}

.cds-h-3{
  height: 0.75rem !important;
}

.cds-h-4{
  height: 1rem !important;
}

.cds-h-5{
  height: 1.25rem !important;
}

.cds-h-6{
  height: 1.5rem !important;
}

.cds-h-8{
  height: 2rem !important;
}

.cds-h-10{
  height: 2.5rem !important;
}

.cds-h-12{
  height: 3rem !important;
}

.cds-h-16{
  height: 4rem !important;
}

.cds-h-20{
  height: 5rem !important;
}

.cds-h-24{
  height: 6rem !important;
}

.cds-h-32{
  height: 8rem !important;
}

.cds-h-40{
  height: 10rem !important;
}

.cds-h-48{
  height: 12rem !important;
}

.cds-h-56{
  height: 14rem !important;
}

.cds-h-64{
  height: 16rem !important;
}

.cds-h-auto{
  height: auto !important;
}

.cds-h-px{
  height: 1px !important;
}

.cds-h-full{
  height: 100% !important;
}

.cds-h-screen{
  height: 100vh !important;
}

.cds-text-xs{
  font-size: 0.75rem !important;
}

.cds-text-sm{
  font-size: 0.875rem !important;
}

.cds-text-base{
  font-size: 1rem !important;
}

.cds-text-lg{
  font-size: 1.125rem !important;
}

.cds-text-xl{
  font-size: 1.25rem !important;
}

.cds-text-2xl{
  font-size: 1.5rem !important;
}

.cds-text-3xl{
  font-size: 1.875rem !important;
}

.cds-text-4xl{
  font-size: 2.25rem !important;
}

.cds-text-5xl{
  font-size: 3rem !important;
}

.cds-text-6xl{
  font-size: 4rem !important;
}

.cds-leading-3{
  line-height: .75rem !important;
}

.cds-leading-4{
  line-height: 1rem !important;
}

.cds-leading-5{
  line-height: 1.25rem !important;
}

.cds-leading-6{
  line-height: 1.5rem !important;
}

.cds-leading-7{
  line-height: 1.75rem !important;
}

.cds-leading-8{
  line-height: 2rem !important;
}

.cds-leading-9{
  line-height: 2.25rem !important;
}

.cds-leading-10{
  line-height: 2.5rem !important;
}

.cds-leading-none{
  line-height: 1 !important;
}

.cds-leading-tight{
  line-height: 1.25 !important;
}

.cds-leading-snug{
  line-height: 1.375 !important;
}

.cds-leading-normal{
  line-height: 1.5 !important;
}

.cds-leading-relaxed{
  line-height: 1.625 !important;
}

.cds-leading-loose{
  line-height: 2 !important;
}

.cds-list-inside{
  list-style-position: inside !important;
}

.cds-list-outside{
  list-style-position: outside !important;
}

.cds-list-none{
  list-style-type: none !important;
}

.cds-list-disc{
  list-style-type: disc !important;
}

.cds-list-decimal{
  list-style-type: decimal !important;
}

.cds-m-0{
  margin: 0 !important;
}

.cds-m-1{
  margin: 0.25rem !important;
}

.cds-m-2{
  margin: 0.5rem !important;
}

.cds-m-3{
  margin: 0.75rem !important;
}

.cds-m-4{
  margin: 1rem !important;
}

.cds-m-5{
  margin: 1.25rem !important;
}

.cds-m-6{
  margin: 1.5rem !important;
}

.cds-m-8{
  margin: 2rem !important;
}

.cds-m-10{
  margin: 2.5rem !important;
}

.cds-m-12{
  margin: 3rem !important;
}

.cds-m-16{
  margin: 4rem !important;
}

.cds-m-20{
  margin: 5rem !important;
}

.cds-m-24{
  margin: 6rem !important;
}

.cds-m-32{
  margin: 8rem !important;
}

.cds-m-40{
  margin: 10rem !important;
}

.cds-m-48{
  margin: 12rem !important;
}

.cds-m-56{
  margin: 14rem !important;
}

.cds-m-64{
  margin: 16rem !important;
}

.cds-m-auto{
  margin: auto !important;
}

.cds-m-px{
  margin: 1px !important;
}

.cds--m-1{
  margin: -0.25rem !important;
}

.cds--m-2{
  margin: -0.5rem !important;
}

.cds--m-3{
  margin: -0.75rem !important;
}

.cds--m-4{
  margin: -1rem !important;
}

.cds--m-5{
  margin: -1.25rem !important;
}

.cds--m-6{
  margin: -1.5rem !important;
}

.cds--m-8{
  margin: -2rem !important;
}

.cds--m-10{
  margin: -2.5rem !important;
}

.cds--m-12{
  margin: -3rem !important;
}

.cds--m-16{
  margin: -4rem !important;
}

.cds--m-20{
  margin: -5rem !important;
}

.cds--m-24{
  margin: -6rem !important;
}

.cds--m-32{
  margin: -8rem !important;
}

.cds--m-40{
  margin: -10rem !important;
}

.cds--m-48{
  margin: -12rem !important;
}

.cds--m-56{
  margin: -14rem !important;
}

.cds--m-64{
  margin: -16rem !important;
}

.cds--m-px{
  margin: -1px !important;
}

.cds-my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.cds-mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cds-my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.cds-mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.cds-my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.cds-mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.cds-my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.cds-mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.cds-my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.cds-mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.cds-my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.cds-mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.cds-my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.cds-mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

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

.cds-mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.cds-my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.cds-mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.cds-my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.cds-mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.cds-my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.cds-mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.cds-my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.cds-mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.cds-my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.cds-mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.cds-my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.cds-mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.cds-my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.cds-mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.cds-my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.cds-mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.cds-my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.cds-mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.cds-my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.cds-mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.cds-my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.cds-my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.cds-mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.cds--my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.cds--mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.cds--my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.cds--mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.cds--my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.cds--mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.cds--my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.cds--mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.cds--my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.cds--mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.cds--my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.cds--mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

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

.cds--mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.cds--my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.cds--mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.cds--my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.cds--mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.cds--my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.cds--mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.cds--my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.cds--mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.cds--my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.cds--mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.cds--my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.cds--mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.cds--my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.cds--mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.cds--my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.cds--mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.cds--my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.cds--mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.cds--my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.cds--mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.cds--my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.cds--mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.cds-mt-0{
  margin-top: 0 !important;
}

.cds-mr-0{
  margin-right: 0 !important;
}

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

.cds-ml-0{
  margin-left: 0 !important;
}

.cds-mt-1{
  margin-top: 0.25rem !important;
}

.cds-mr-1{
  margin-right: 0.25rem !important;
}

.cds-mb-1{
  margin-bottom: 0.25rem !important;
}

.cds-ml-1{
  margin-left: 0.25rem !important;
}

.cds-mt-2{
  margin-top: 0.5rem !important;
}

.cds-mr-2{
  margin-right: 0.5rem !important;
}

.cds-mb-2{
  margin-bottom: 0.5rem !important;
}

.cds-ml-2{
  margin-left: 0.5rem !important;
}

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

.cds-mr-3{
  margin-right: 0.75rem !important;
}

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

.cds-ml-3{
  margin-left: 0.75rem !important;
}

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

.cds-mr-4{
  margin-right: 1rem !important;
}

.cds-mb-4{
  margin-bottom: 1rem !important;
}

.cds-ml-4{
  margin-left: 1rem !important;
}

.cds-mt-5{
  margin-top: 1.25rem !important;
}

.cds-mr-5{
  margin-right: 1.25rem !important;
}

.cds-mb-5{
  margin-bottom: 1.25rem !important;
}

.cds-ml-5{
  margin-left: 1.25rem !important;
}

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

.cds-mr-6{
  margin-right: 1.5rem !important;
}

.cds-mb-6{
  margin-bottom: 1.5rem !important;
}

.cds-ml-6{
  margin-left: 1.5rem !important;
}

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

.cds-mr-8{
  margin-right: 2rem !important;
}

.cds-mb-8{
  margin-bottom: 2rem !important;
}

.cds-ml-8{
  margin-left: 2rem !important;
}

.cds-mt-10{
  margin-top: 2.5rem !important;
}

.cds-mr-10{
  margin-right: 2.5rem !important;
}

.cds-mb-10{
  margin-bottom: 2.5rem !important;
}

.cds-ml-10{
  margin-left: 2.5rem !important;
}

.cds-mt-12{
  margin-top: 3rem !important;
}

.cds-mr-12{
  margin-right: 3rem !important;
}

.cds-mb-12{
  margin-bottom: 3rem !important;
}

.cds-ml-12{
  margin-left: 3rem !important;
}

.cds-mt-16{
  margin-top: 4rem !important;
}

.cds-mr-16{
  margin-right: 4rem !important;
}

.cds-mb-16{
  margin-bottom: 4rem !important;
}

.cds-ml-16{
  margin-left: 4rem !important;
}

.cds-mt-20{
  margin-top: 5rem !important;
}

.cds-mr-20{
  margin-right: 5rem !important;
}

.cds-mb-20{
  margin-bottom: 5rem !important;
}

.cds-ml-20{
  margin-left: 5rem !important;
}

.cds-mt-24{
  margin-top: 6rem !important;
}

.cds-mr-24{
  margin-right: 6rem !important;
}

.cds-mb-24{
  margin-bottom: 6rem !important;
}

.cds-ml-24{
  margin-left: 6rem !important;
}

.cds-mt-32{
  margin-top: 8rem !important;
}

.cds-mr-32{
  margin-right: 8rem !important;
}

.cds-mb-32{
  margin-bottom: 8rem !important;
}

.cds-ml-32{
  margin-left: 8rem !important;
}

.cds-mt-40{
  margin-top: 10rem !important;
}

.cds-mr-40{
  margin-right: 10rem !important;
}

.cds-mb-40{
  margin-bottom: 10rem !important;
}

.cds-ml-40{
  margin-left: 10rem !important;
}

.cds-mt-48{
  margin-top: 12rem !important;
}

.cds-mr-48{
  margin-right: 12rem !important;
}

.cds-mb-48{
  margin-bottom: 12rem !important;
}

.cds-ml-48{
  margin-left: 12rem !important;
}

.cds-mt-56{
  margin-top: 14rem !important;
}

.cds-mr-56{
  margin-right: 14rem !important;
}

.cds-mb-56{
  margin-bottom: 14rem !important;
}

.cds-ml-56{
  margin-left: 14rem !important;
}

.cds-mt-64{
  margin-top: 16rem !important;
}

.cds-mr-64{
  margin-right: 16rem !important;
}

.cds-mb-64{
  margin-bottom: 16rem !important;
}

.cds-ml-64{
  margin-left: 16rem !important;
}

.cds-mt-auto{
  margin-top: auto !important;
}

.cds-mr-auto{
  margin-right: auto !important;
}

.cds-mb-auto{
  margin-bottom: auto !important;
}

.cds-ml-auto{
  margin-left: auto !important;
}

.cds-mt-px{
  margin-top: 1px !important;
}

.cds-mr-px{
  margin-right: 1px !important;
}

.cds-mb-px{
  margin-bottom: 1px !important;
}

.cds-ml-px{
  margin-left: 1px !important;
}

.cds--mt-1{
  margin-top: -0.25rem !important;
}

.cds--mr-1{
  margin-right: -0.25rem !important;
}

.cds--mb-1{
  margin-bottom: -0.25rem !important;
}

.cds--ml-1{
  margin-left: -0.25rem !important;
}

.cds--mt-2{
  margin-top: -0.5rem !important;
}

.cds--mr-2{
  margin-right: -0.5rem !important;
}

.cds--mb-2{
  margin-bottom: -0.5rem !important;
}

.cds--ml-2{
  margin-left: -0.5rem !important;
}

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

.cds--mr-3{
  margin-right: -0.75rem !important;
}

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

.cds--ml-3{
  margin-left: -0.75rem !important;
}

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

.cds--mr-4{
  margin-right: -1rem !important;
}

.cds--mb-4{
  margin-bottom: -1rem !important;
}

.cds--ml-4{
  margin-left: -1rem !important;
}

.cds--mt-5{
  margin-top: -1.25rem !important;
}

.cds--mr-5{
  margin-right: -1.25rem !important;
}

.cds--mb-5{
  margin-bottom: -1.25rem !important;
}

.cds--ml-5{
  margin-left: -1.25rem !important;
}

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

.cds--mr-6{
  margin-right: -1.5rem !important;
}

.cds--mb-6{
  margin-bottom: -1.5rem !important;
}

.cds--ml-6{
  margin-left: -1.5rem !important;
}

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

.cds--mr-8{
  margin-right: -2rem !important;
}

.cds--mb-8{
  margin-bottom: -2rem !important;
}

.cds--ml-8{
  margin-left: -2rem !important;
}

.cds--mt-10{
  margin-top: -2.5rem !important;
}

.cds--mr-10{
  margin-right: -2.5rem !important;
}

.cds--mb-10{
  margin-bottom: -2.5rem !important;
}

.cds--ml-10{
  margin-left: -2.5rem !important;
}

.cds--mt-12{
  margin-top: -3rem !important;
}

.cds--mr-12{
  margin-right: -3rem !important;
}

.cds--mb-12{
  margin-bottom: -3rem !important;
}

.cds--ml-12{
  margin-left: -3rem !important;
}

.cds--mt-16{
  margin-top: -4rem !important;
}

.cds--mr-16{
  margin-right: -4rem !important;
}

.cds--mb-16{
  margin-bottom: -4rem !important;
}

.cds--ml-16{
  margin-left: -4rem !important;
}

.cds--mt-20{
  margin-top: -5rem !important;
}

.cds--mr-20{
  margin-right: -5rem !important;
}

.cds--mb-20{
  margin-bottom: -5rem !important;
}

.cds--ml-20{
  margin-left: -5rem !important;
}

.cds--mt-24{
  margin-top: -6rem !important;
}

.cds--mr-24{
  margin-right: -6rem !important;
}

.cds--mb-24{
  margin-bottom: -6rem !important;
}

.cds--ml-24{
  margin-left: -6rem !important;
}

.cds--mt-32{
  margin-top: -8rem !important;
}

.cds--mr-32{
  margin-right: -8rem !important;
}

.cds--mb-32{
  margin-bottom: -8rem !important;
}

.cds--ml-32{
  margin-left: -8rem !important;
}

.cds--mt-40{
  margin-top: -10rem !important;
}

.cds--mr-40{
  margin-right: -10rem !important;
}

.cds--mb-40{
  margin-bottom: -10rem !important;
}

.cds--ml-40{
  margin-left: -10rem !important;
}

.cds--mt-48{
  margin-top: -12rem !important;
}

.cds--mr-48{
  margin-right: -12rem !important;
}

.cds--mb-48{
  margin-bottom: -12rem !important;
}

.cds--ml-48{
  margin-left: -12rem !important;
}

.cds--mt-56{
  margin-top: -14rem !important;
}

.cds--mr-56{
  margin-right: -14rem !important;
}

.cds--mb-56{
  margin-bottom: -14rem !important;
}

.cds--ml-56{
  margin-left: -14rem !important;
}

.cds--mt-64{
  margin-top: -16rem !important;
}

.cds--mr-64{
  margin-right: -16rem !important;
}

.cds--mb-64{
  margin-bottom: -16rem !important;
}

.cds--ml-64{
  margin-left: -16rem !important;
}

.cds--mt-px{
  margin-top: -1px !important;
}

.cds--mr-px{
  margin-right: -1px !important;
}

.cds--mb-px{
  margin-bottom: -1px !important;
}

.cds--ml-px{
  margin-left: -1px !important;
}

.cds-max-h-full{
  max-height: 100% !important;
}

.cds-max-h-screen{
  max-height: 100vh !important;
}

.cds-max-w-none{
  max-width: none !important;
}

.cds-max-w-xs{
  max-width: 20rem !important;
}

.cds-max-w-sm{
  max-width: 24rem !important;
}

.cds-max-w-md{
  max-width: 28rem !important;
}

.cds-max-w-lg{
  max-width: 32rem !important;
}

.cds-max-w-xl{
  max-width: 36rem !important;
}

.cds-max-w-2xl{
  max-width: 42rem !important;
}

.cds-max-w-3xl{
  max-width: 48rem !important;
}

.cds-max-w-4xl{
  max-width: 56rem !important;
}

.cds-max-w-5xl{
  max-width: 64rem !important;
}

.cds-max-w-6xl{
  max-width: 72rem !important;
}

.cds-max-w-full{
  max-width: 100% !important;
}

.cds-max-w-screen-sm{
  max-width: 640px !important;
}

.cds-max-w-screen-md{
  max-width: 768px !important;
}

.cds-max-w-screen-lg{
  max-width: 1024px !important;
}

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

.cds-min-h-0{
  min-height: 0 !important;
}

.cds-min-h-full{
  min-height: 100% !important;
}

.cds-min-h-screen{
  min-height: 100vh !important;
}

.cds-min-w-0{
  min-width: 0 !important;
}

.cds-min-w-full{
  min-width: 100% !important;
}

.cds-object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.cds-object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.cds-object-fill{
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.cds-object-none{
  -o-object-fit: none !important;
     object-fit: none !important;
}

.cds-object-scale-down{
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.cds-object-bottom{
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.cds-object-center{
  -o-object-position: center !important;
     object-position: center !important;
}

.cds-object-left{
  -o-object-position: left !important;
     object-position: left !important;
}

.cds-object-left-bottom{
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

.cds-object-left-top{
  -o-object-position: left top !important;
     object-position: left top !important;
}

.cds-object-right{
  -o-object-position: right !important;
     object-position: right !important;
}

.cds-object-right-bottom{
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

.cds-object-right-top{
  -o-object-position: right top !important;
     object-position: right top !important;
}

.cds-object-top{
  -o-object-position: top !important;
     object-position: top !important;
}

.cds-opacity-0{
  opacity: 0 !important;
}

.cds-opacity-25{
  opacity: 0.25 !important;
}

.cds-opacity-50{
  opacity: 0.5 !important;
}

.cds-opacity-75{
  opacity: 0.75 !important;
}

.cds-opacity-100{
  opacity: 1 !important;
}

.hover\:cds-opacity-0:hover{
  opacity: 0 !important;
}

.hover\:cds-opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:cds-opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:cds-opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:cds-opacity-100:hover{
  opacity: 1 !important;
}

.focus\:cds-opacity-0:focus{
  opacity: 0 !important;
}

.focus\:cds-opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:cds-opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:cds-opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:cds-opacity-100:focus{
  opacity: 1 !important;
}

.cds-outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.cds-outline-white{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.cds-outline-black{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

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

.focus\:cds-outline-white:focus{
  outline: 2px dotted white !important;
  outline-offset: 2px !important;
}

.focus\:cds-outline-black:focus{
  outline: 2px dotted black !important;
  outline-offset: 2px !important;
}

.cds-overflow-auto{
  overflow: auto !important;
}

.cds-overflow-hidden{
  overflow: hidden !important;
}

.cds-overflow-visible{
  overflow: visible !important;
}

.cds-overflow-scroll{
  overflow: scroll !important;
}

.cds-overflow-x-auto{
  overflow-x: auto !important;
}

.cds-overflow-y-auto{
  overflow-y: auto !important;
}

.cds-overflow-x-hidden{
  overflow-x: hidden !important;
}

.cds-overflow-y-hidden{
  overflow-y: hidden !important;
}

.cds-overflow-x-visible{
  overflow-x: visible !important;
}

.cds-overflow-y-visible{
  overflow-y: visible !important;
}

.cds-overflow-x-scroll{
  overflow-x: scroll !important;
}

.cds-overflow-y-scroll{
  overflow-y: scroll !important;
}

.cds-scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.cds-scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.cds-overscroll-auto{
  overscroll-behavior: auto !important;
}

.cds-overscroll-contain{
  overscroll-behavior: contain !important;
}

.cds-overscroll-none{
  overscroll-behavior: none !important;
}

.cds-overscroll-y-auto{
  overscroll-behavior-y: auto !important;
}

.cds-overscroll-y-contain{
  overscroll-behavior-y: contain !important;
}

.cds-overscroll-y-none{
  overscroll-behavior-y: none !important;
}

.cds-overscroll-x-auto{
  overscroll-behavior-x: auto !important;
}

.cds-overscroll-x-contain{
  overscroll-behavior-x: contain !important;
}

.cds-overscroll-x-none{
  overscroll-behavior-x: none !important;
}

.cds-p-0{
  padding: 0 !important;
}

.cds-p-1{
  padding: 0.25rem !important;
}

.cds-p-2{
  padding: 0.5rem !important;
}

.cds-p-3{
  padding: 0.75rem !important;
}

.cds-p-4{
  padding: 1rem !important;
}

.cds-p-5{
  padding: 1.25rem !important;
}

.cds-p-6{
  padding: 1.5rem !important;
}

.cds-p-8{
  padding: 2rem !important;
}

.cds-p-10{
  padding: 2.5rem !important;
}

.cds-p-12{
  padding: 3rem !important;
}

.cds-p-16{
  padding: 4rem !important;
}

.cds-p-20{
  padding: 5rem !important;
}

.cds-p-24{
  padding: 6rem !important;
}

.cds-p-32{
  padding: 8rem !important;
}

.cds-p-40{
  padding: 10rem !important;
}

.cds-p-48{
  padding: 12rem !important;
}

.cds-p-56{
  padding: 14rem !important;
}

.cds-p-64{
  padding: 16rem !important;
}

.cds-p-px{
  padding: 1px !important;
}

.cds-py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.cds-py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.cds-px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

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

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

.cds-py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.cds-py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

.cds-px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.cds-py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.cds-px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.cds-py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.cds-px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.cds-py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.cds-px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

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

.cds-px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.cds-py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.cds-px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.cds-py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.cds-px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.cds-py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.cds-px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.cds-py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.cds-px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.cds-py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.cds-px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.cds-py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.cds-px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.cds-py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.cds-px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.cds-py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.cds-px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.cds-py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.cds-px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.cds-pt-0{
  padding-top: 0 !important;
}

.cds-pr-0{
  padding-right: 0 !important;
}

.cds-pb-0{
  padding-bottom: 0 !important;
}

.cds-pl-0{
  padding-left: 0 !important;
}

.cds-pt-1{
  padding-top: 0.25rem !important;
}

.cds-pr-1{
  padding-right: 0.25rem !important;
}

.cds-pb-1{
  padding-bottom: 0.25rem !important;
}

.cds-pl-1{
  padding-left: 0.25rem !important;
}

.cds-pt-2{
  padding-top: 0.5rem !important;
}

.cds-pr-2{
  padding-right: 0.5rem !important;
}

.cds-pb-2{
  padding-bottom: 0.5rem !important;
}

.cds-pl-2{
  padding-left: 0.5rem !important;
}

.cds-pt-3{
  padding-top: 0.75rem !important;
}

.cds-pr-3{
  padding-right: 0.75rem !important;
}

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

.cds-pl-3{
  padding-left: 0.75rem !important;
}

.cds-pt-4{
  padding-top: 1rem !important;
}

.cds-pr-4{
  padding-right: 1rem !important;
}

.cds-pb-4{
  padding-bottom: 1rem !important;
}

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

.cds-pt-5{
  padding-top: 1.25rem !important;
}

.cds-pr-5{
  padding-right: 1.25rem !important;
}

.cds-pb-5{
  padding-bottom: 1.25rem !important;
}

.cds-pl-5{
  padding-left: 1.25rem !important;
}

.cds-pt-6{
  padding-top: 1.5rem !important;
}

.cds-pr-6{
  padding-right: 1.5rem !important;
}

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

.cds-pl-6{
  padding-left: 1.5rem !important;
}

.cds-pt-8{
  padding-top: 2rem !important;
}

.cds-pr-8{
  padding-right: 2rem !important;
}

.cds-pb-8{
  padding-bottom: 2rem !important;
}

.cds-pl-8{
  padding-left: 2rem !important;
}

.cds-pt-10{
  padding-top: 2.5rem !important;
}

.cds-pr-10{
  padding-right: 2.5rem !important;
}

.cds-pb-10{
  padding-bottom: 2.5rem !important;
}

.cds-pl-10{
  padding-left: 2.5rem !important;
}

.cds-pt-12{
  padding-top: 3rem !important;
}

.cds-pr-12{
  padding-right: 3rem !important;
}

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

.cds-pl-12{
  padding-left: 3rem !important;
}

.cds-pt-16{
  padding-top: 4rem !important;
}

.cds-pr-16{
  padding-right: 4rem !important;
}

.cds-pb-16{
  padding-bottom: 4rem !important;
}

.cds-pl-16{
  padding-left: 4rem !important;
}

.cds-pt-20{
  padding-top: 5rem !important;
}

.cds-pr-20{
  padding-right: 5rem !important;
}

.cds-pb-20{
  padding-bottom: 5rem !important;
}

.cds-pl-20{
  padding-left: 5rem !important;
}

.cds-pt-24{
  padding-top: 6rem !important;
}

.cds-pr-24{
  padding-right: 6rem !important;
}

.cds-pb-24{
  padding-bottom: 6rem !important;
}

.cds-pl-24{
  padding-left: 6rem !important;
}

.cds-pt-32{
  padding-top: 8rem !important;
}

.cds-pr-32{
  padding-right: 8rem !important;
}

.cds-pb-32{
  padding-bottom: 8rem !important;
}

.cds-pl-32{
  padding-left: 8rem !important;
}

.cds-pt-40{
  padding-top: 10rem !important;
}

.cds-pr-40{
  padding-right: 10rem !important;
}

.cds-pb-40{
  padding-bottom: 10rem !important;
}

.cds-pl-40{
  padding-left: 10rem !important;
}

.cds-pt-48{
  padding-top: 12rem !important;
}

.cds-pr-48{
  padding-right: 12rem !important;
}

.cds-pb-48{
  padding-bottom: 12rem !important;
}

.cds-pl-48{
  padding-left: 12rem !important;
}

.cds-pt-56{
  padding-top: 14rem !important;
}

.cds-pr-56{
  padding-right: 14rem !important;
}

.cds-pb-56{
  padding-bottom: 14rem !important;
}

.cds-pl-56{
  padding-left: 14rem !important;
}

.cds-pt-64{
  padding-top: 16rem !important;
}

.cds-pr-64{
  padding-right: 16rem !important;
}

.cds-pb-64{
  padding-bottom: 16rem !important;
}

.cds-pl-64{
  padding-left: 16rem !important;
}

.cds-pt-px{
  padding-top: 1px !important;
}

.cds-pr-px{
  padding-right: 1px !important;
}

.cds-pb-px{
  padding-bottom: 1px !important;
}

.cds-pl-px{
  padding-left: 1px !important;
}

.cds-placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.cds-placeholder-transparent::placeholder{
  color: transparent !important;
}

.cds-placeholder-current::-moz-placeholder{
  color: currentColor !important;
}

.cds-placeholder-current::placeholder{
  color: currentColor !important;
}

.cds-placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.cds-placeholder-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.cds-placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-white::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.cds-placeholder-gray-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.cds-placeholder-red-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.cds-placeholder-orange-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.cds-placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.cds-placeholder-green-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.cds-placeholder-teal-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.cds-placeholder-blue-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.cds-placeholder-indigo-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.cds-placeholder-purple-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.cds-placeholder-pink-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:cds-placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:cds-placeholder-current:focus::-moz-placeholder{
  color: currentColor !important;
}

.focus\:cds-placeholder-current:focus::placeholder{
  color: currentColor !important;
}

.focus\:cds-placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-white:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-red-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-indigo-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:cds-placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.cds-placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.cds-placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0 !important;
}

.cds-placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.cds-placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.cds-placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.cds-placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.cds-placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.cds-placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.cds-placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.cds-placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:cds-placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:cds-placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:cds-placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:cds-placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:cds-placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:cds-placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:cds-placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:cds-placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:cds-placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:cds-placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
}

.cds-pointer-events-none{
  pointer-events: none !important;
}

.cds-pointer-events-auto{
  pointer-events: auto !important;
}

.cds-static{
  position: static !important;
}

.cds-fixed{
  position: fixed !important;
}

.cds-absolute{
  position: absolute !important;
}

.cds-relative{
  position: relative !important;
}

.cds-sticky{
  position: sticky !important;
}

.cds-inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.cds-inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.cds-inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.cds-inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.cds-inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.cds-inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.cds-top-0{
  top: 0 !important;
}

.cds-right-0{
  right: 0 !important;
}

.cds-bottom-0{
  bottom: 0 !important;
}

.cds-left-0{
  left: 0 !important;
}

.cds-top-auto{
  top: auto !important;
}

.cds-right-auto{
  right: auto !important;
}

.cds-bottom-auto{
  bottom: auto !important;
}

.cds-left-auto{
  left: auto !important;
}

.cds-resize-none{
  resize: none !important;
}

.cds-resize-y{
  resize: vertical !important;
}

.cds-resize-x{
  resize: horizontal !important;
}

.cds-resize{
  resize: both !important;
}

.cds-shadow-xs{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.cds-shadow-sm{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.cds-shadow{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.cds-shadow-md{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.cds-shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.cds-shadow-xl{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.cds-shadow-2xl{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.cds-shadow-inner{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.cds-shadow-outline{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.cds-shadow-none{
  box-shadow: none !important;
}

.hover\:cds-shadow-xs:hover{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:cds-shadow-sm:hover{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:cds-shadow:hover{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:cds-shadow-md:hover{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:cds-shadow-lg:hover{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:cds-shadow-xl:hover{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:cds-shadow-2xl:hover{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:cds-shadow-inner:hover{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:cds-shadow-outline:hover{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:cds-shadow-none:hover{
  box-shadow: none !important;
}

.focus\:cds-shadow-xs:focus{
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:cds-shadow-sm:focus{
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:cds-shadow:focus{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:cds-shadow-md:focus{
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:cds-shadow-lg:focus{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:cds-shadow-xl:focus{
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:cds-shadow-2xl:focus{
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:cds-shadow-inner:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:cds-shadow-outline:focus{
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:cds-shadow-none:focus{
  box-shadow: none !important;
}

.cds-fill-current{
  fill: currentColor !important;
}

.cds-stroke-current{
  stroke: currentColor !important;
}

.cds-stroke-0{
  stroke-width: 0 !important;
}

.cds-stroke-1{
  stroke-width: 1 !important;
}

.cds-stroke-2{
  stroke-width: 2 !important;
}

.cds-table-auto{
  table-layout: auto !important;
}

.cds-table-fixed{
  table-layout: fixed !important;
}

.cds-text-left{
  text-align: left !important;
}

.cds-text-center{
  text-align: center !important;
}

.cds-text-right{
  text-align: right !important;
}

.cds-text-justify{
  text-align: justify !important;
}

.cds-text-transparent{
  color: transparent !important;
}

.cds-text-current{
  color: currentColor !important;
}

.cds-text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.cds-text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.cds-text-gray-100{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.cds-text-gray-200{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.cds-text-gray-300{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.cds-text-gray-400{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.cds-text-gray-500{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.cds-text-gray-600{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.cds-text-gray-700{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.cds-text-gray-800{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.cds-text-gray-900{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.cds-text-red-100{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.cds-text-red-200{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.cds-text-red-300{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.cds-text-red-400{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.cds-text-red-500{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.cds-text-red-600{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.cds-text-red-700{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.cds-text-red-800{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.cds-text-red-900{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.cds-text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.cds-text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.cds-text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.cds-text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.cds-text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.cds-text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.cds-text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.cds-text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.cds-text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.cds-text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.cds-text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.cds-text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.cds-text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.cds-text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.cds-text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.cds-text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.cds-text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.cds-text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.cds-text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.cds-text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.cds-text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.cds-text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.cds-text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.cds-text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.cds-text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.cds-text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.cds-text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.cds-text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.cds-text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.cds-text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.cds-text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.cds-text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.cds-text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.cds-text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.cds-text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.cds-text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.cds-text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.cds-text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.cds-text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.cds-text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.cds-text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.cds-text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.cds-text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.cds-text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.cds-text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.cds-text-indigo-100{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.cds-text-indigo-200{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.cds-text-indigo-300{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.cds-text-indigo-400{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.cds-text-indigo-500{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.cds-text-indigo-600{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.cds-text-indigo-700{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.cds-text-indigo-800{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.cds-text-indigo-900{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.cds-text-purple-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.cds-text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.cds-text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.cds-text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.cds-text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.cds-text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.cds-text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.cds-text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.cds-text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.cds-text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.cds-text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.cds-text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.cds-text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.cds-text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.cds-text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.cds-text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.cds-text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.cds-text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.hover\:cds-text-transparent:hover{
  color: transparent !important;
}

.hover\:cds-text-current:hover{
  color: currentColor !important;
}

.hover\:cds-text-black:hover{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:cds-text-white:hover{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-100:hover{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-200:hover{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-300:hover{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-400:hover{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-500:hover{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-600:hover{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-700:hover{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-800:hover{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.hover\:cds-text-gray-900:hover{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.hover\:cds-text-red-100:hover{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.hover\:cds-text-red-200:hover{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.hover\:cds-text-red-300:hover{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.hover\:cds-text-red-400:hover{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.hover\:cds-text-red-500:hover{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.hover\:cds-text-red-600:hover{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.hover\:cds-text-red-700:hover{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.hover\:cds-text-red-800:hover{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.hover\:cds-text-red-900:hover{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-100:hover{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-200:hover{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-300:hover{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-400:hover{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-500:hover{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-600:hover{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-700:hover{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-800:hover{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.hover\:cds-text-orange-900:hover{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-100:hover{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-200:hover{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-300:hover{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-400:hover{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-500:hover{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-600:hover{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-700:hover{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-800:hover{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.hover\:cds-text-yellow-900:hover{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.hover\:cds-text-green-100:hover{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.hover\:cds-text-green-200:hover{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.hover\:cds-text-green-300:hover{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.hover\:cds-text-green-400:hover{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover\:cds-text-green-500:hover{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover\:cds-text-green-600:hover{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover\:cds-text-green-700:hover{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover\:cds-text-green-800:hover{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.hover\:cds-text-green-900:hover{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-100:hover{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-200:hover{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-300:hover{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-400:hover{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-500:hover{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-600:hover{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-700:hover{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-800:hover{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.hover\:cds-text-teal-900:hover{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-100:hover{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-200:hover{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-300:hover{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-400:hover{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-500:hover{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-600:hover{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-700:hover{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-800:hover{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.hover\:cds-text-blue-900:hover{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-100:hover{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-200:hover{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-300:hover{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-400:hover{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-500:hover{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-600:hover{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-700:hover{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-800:hover{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.hover\:cds-text-indigo-900:hover{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-100:hover{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-200:hover{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-300:hover{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-400:hover{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-500:hover{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-600:hover{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-700:hover{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-800:hover{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.hover\:cds-text-purple-900:hover{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-100:hover{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-200:hover{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-300:hover{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-400:hover{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-500:hover{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-600:hover{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-700:hover{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-800:hover{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.hover\:cds-text-pink-900:hover{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.focus\:cds-text-transparent:focus{
  color: transparent !important;
}

.focus\:cds-text-current:focus{
  color: currentColor !important;
}

.focus\:cds-text-black:focus{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:cds-text-white:focus{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-100:focus{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-200:focus{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-300:focus{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-400:focus{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-500:focus{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-600:focus{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-700:focus{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-800:focus{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.focus\:cds-text-gray-900:focus{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.focus\:cds-text-red-100:focus{
  --text-opacity: 1 !important;
  color: #fff5f5 !important;
  color: rgba(255, 245, 245, var(--text-opacity)) !important;
}

.focus\:cds-text-red-200:focus{
  --text-opacity: 1 !important;
  color: #fed7d7 !important;
  color: rgba(254, 215, 215, var(--text-opacity)) !important;
}

.focus\:cds-text-red-300:focus{
  --text-opacity: 1 !important;
  color: #feb2b2 !important;
  color: rgba(254, 178, 178, var(--text-opacity)) !important;
}

.focus\:cds-text-red-400:focus{
  --text-opacity: 1 !important;
  color: #fc8181 !important;
  color: rgba(252, 129, 129, var(--text-opacity)) !important;
}

.focus\:cds-text-red-500:focus{
  --text-opacity: 1 !important;
  color: #f56565 !important;
  color: rgba(245, 101, 101, var(--text-opacity)) !important;
}

.focus\:cds-text-red-600:focus{
  --text-opacity: 1 !important;
  color: #e53e3e !important;
  color: rgba(229, 62, 62, var(--text-opacity)) !important;
}

.focus\:cds-text-red-700:focus{
  --text-opacity: 1 !important;
  color: #c53030 !important;
  color: rgba(197, 48, 48, var(--text-opacity)) !important;
}

.focus\:cds-text-red-800:focus{
  --text-opacity: 1 !important;
  color: #9b2c2c !important;
  color: rgba(155, 44, 44, var(--text-opacity)) !important;
}

.focus\:cds-text-red-900:focus{
  --text-opacity: 1 !important;
  color: #742a2a !important;
  color: rgba(116, 42, 42, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-100:focus{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-200:focus{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-300:focus{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-400:focus{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-500:focus{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-600:focus{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-700:focus{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-800:focus{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.focus\:cds-text-orange-900:focus{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-100:focus{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-200:focus{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-300:focus{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-400:focus{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-500:focus{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-600:focus{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-700:focus{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-800:focus{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.focus\:cds-text-yellow-900:focus{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.focus\:cds-text-green-100:focus{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.focus\:cds-text-green-200:focus{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.focus\:cds-text-green-300:focus{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.focus\:cds-text-green-400:focus{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.focus\:cds-text-green-500:focus{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.focus\:cds-text-green-600:focus{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.focus\:cds-text-green-700:focus{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.focus\:cds-text-green-800:focus{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.focus\:cds-text-green-900:focus{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-100:focus{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-200:focus{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-300:focus{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-400:focus{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-500:focus{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-600:focus{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-700:focus{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-800:focus{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.focus\:cds-text-teal-900:focus{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-100:focus{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-200:focus{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-300:focus{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-400:focus{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-500:focus{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-600:focus{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-700:focus{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-800:focus{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.focus\:cds-text-blue-900:focus{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-100:focus{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-200:focus{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-300:focus{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-400:focus{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-500:focus{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-600:focus{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-700:focus{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-800:focus{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.focus\:cds-text-indigo-900:focus{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-100:focus{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-200:focus{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-300:focus{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-400:focus{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-500:focus{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-600:focus{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-700:focus{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-800:focus{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.focus\:cds-text-purple-900:focus{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-100:focus{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-200:focus{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-300:focus{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-400:focus{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-500:focus{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-600:focus{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-700:focus{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-800:focus{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.focus\:cds-text-pink-900:focus{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.cds-text-opacity-0{
  --text-opacity: 0 !important;
}

.cds-text-opacity-25{
  --text-opacity: 0.25 !important;
}

.cds-text-opacity-50{
  --text-opacity: 0.5 !important;
}

.cds-text-opacity-75{
  --text-opacity: 0.75 !important;
}

.cds-text-opacity-100{
  --text-opacity: 1 !important;
}

.hover\:cds-text-opacity-0:hover{
  --text-opacity: 0 !important;
}

.hover\:cds-text-opacity-25:hover{
  --text-opacity: 0.25 !important;
}

.hover\:cds-text-opacity-50:hover{
  --text-opacity: 0.5 !important;
}

.hover\:cds-text-opacity-75:hover{
  --text-opacity: 0.75 !important;
}

.hover\:cds-text-opacity-100:hover{
  --text-opacity: 1 !important;
}

.focus\:cds-text-opacity-0:focus{
  --text-opacity: 0 !important;
}

.focus\:cds-text-opacity-25:focus{
  --text-opacity: 0.25 !important;
}

.focus\:cds-text-opacity-50:focus{
  --text-opacity: 0.5 !important;
}

.focus\:cds-text-opacity-75:focus{
  --text-opacity: 0.75 !important;
}

.focus\:cds-text-opacity-100:focus{
  --text-opacity: 1 !important;
}

.cds-italic{
  font-style: italic !important;
}

.cds-not-italic{
  font-style: normal !important;
}

.cds-uppercase{
  text-transform: uppercase !important;
}

.cds-lowercase{
  text-transform: lowercase !important;
}

.cds-capitalize{
  text-transform: capitalize !important;
}

.cds-normal-case{
  text-transform: none !important;
}

.cds-underline{
  text-decoration: underline !important;
}

.cds-line-through{
  text-decoration: line-through !important;
}

.cds-no-underline{
  text-decoration: none !important;
}

.hover\:cds-underline:hover{
  text-decoration: underline !important;
}

.hover\:cds-line-through:hover{
  text-decoration: line-through !important;
}

.hover\:cds-no-underline:hover{
  text-decoration: none !important;
}

.focus\:cds-underline:focus{
  text-decoration: underline !important;
}

.focus\:cds-line-through:focus{
  text-decoration: line-through !important;
}

.focus\:cds-no-underline:focus{
  text-decoration: none !important;
}

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

.cds-subpixel-antialiased{
  -webkit-font-smoothing: auto !important;
  -moz-osx-font-smoothing: auto !important;
}

.cds-ordinal, .cds-slashed-zero, .cds-lining-nums, .cds-oldstyle-nums, .cds-proportional-nums, .cds-tabular-nums, .cds-diagonal-fractions, .cds-stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.cds-normal-nums{
  font-variant-numeric: normal !important;
}

.cds-ordinal{
  --font-variant-numeric-ordinal: ordinal !important;
}

.cds-slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.cds-lining-nums{
  --font-variant-numeric-figure: lining-nums !important;
}

.cds-oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.cds-proportional-nums{
  --font-variant-numeric-spacing: proportional-nums !important;
}

.cds-tabular-nums{
  --font-variant-numeric-spacing: tabular-nums !important;
}

.cds-diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.cds-stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.cds-tracking-tighter{
  letter-spacing: -0.05em !important;
}

.cds-tracking-tight{
  letter-spacing: -0.025em !important;
}

.cds-tracking-normal{
  letter-spacing: 0 !important;
}

.cds-tracking-wide{
  letter-spacing: 0.025em !important;
}

.cds-tracking-wider{
  letter-spacing: 0.05em !important;
}

.cds-tracking-widest{
  letter-spacing: 0.1em !important;
}

.cds-select-none{
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.cds-select-text{
  -webkit-user-select: text !important;
     -moz-user-select: text !important;
          user-select: text !important;
}

.cds-select-all{
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.cds-select-auto{
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.cds-align-baseline{
  vertical-align: baseline !important;
}

.cds-align-top{
  vertical-align: top !important;
}

.cds-align-middle{
  vertical-align: middle !important;
}

.cds-align-bottom{
  vertical-align: bottom !important;
}

.cds-align-text-top{
  vertical-align: text-top !important;
}

.cds-align-text-bottom{
  vertical-align: text-bottom !important;
}

.cds-visible{
  visibility: visible !important;
}

.cds-invisible{
  visibility: hidden !important;
}

.cds-whitespace-normal{
  white-space: normal !important;
}

.cds-whitespace-no-wrap{
  white-space: nowrap !important;
}

.cds-whitespace-pre{
  white-space: pre !important;
}

.cds-whitespace-pre-line{
  white-space: pre-line !important;
}

.cds-whitespace-pre-wrap{
  white-space: pre-wrap !important;
}

.cds-break-normal{
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.cds-break-words{
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.cds-break-all{
  word-break: break-all !important;
}

.cds-truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.cds-w-0{
  width: 0 !important;
}

.cds-w-1{
  width: 0.25rem !important;
}

.cds-w-2{
  width: 0.5rem !important;
}

.cds-w-3{
  width: 0.75rem !important;
}

.cds-w-4{
  width: 1rem !important;
}

.cds-w-5{
  width: 1.25rem !important;
}

.cds-w-6{
  width: 1.5rem !important;
}

.cds-w-8{
  width: 2rem !important;
}

.cds-w-10{
  width: 2.5rem !important;
}

.cds-w-12{
  width: 3rem !important;
}

.cds-w-16{
  width: 4rem !important;
}

.cds-w-20{
  width: 5rem !important;
}

.cds-w-24{
  width: 6rem !important;
}

.cds-w-32{
  width: 8rem !important;
}

.cds-w-40{
  width: 10rem !important;
}

.cds-w-48{
  width: 12rem !important;
}

.cds-w-56{
  width: 14rem !important;
}

.cds-w-64{
  width: 16rem !important;
}

.cds-w-auto{
  width: auto !important;
}

.cds-w-px{
  width: 1px !important;
}

.cds-w-1\/2{
  width: 50% !important;
}

.cds-w-1\/3{
  width: 33.333333% !important;
}

.cds-w-2\/3{
  width: 66.666667% !important;
}

.cds-w-1\/4{
  width: 25% !important;
}

.cds-w-2\/4{
  width: 50% !important;
}

.cds-w-3\/4{
  width: 75% !important;
}

.cds-w-1\/5{
  width: 20% !important;
}

.cds-w-2\/5{
  width: 40% !important;
}

.cds-w-3\/5{
  width: 60% !important;
}

.cds-w-4\/5{
  width: 80% !important;
}

.cds-w-1\/6{
  width: 16.666667% !important;
}

.cds-w-2\/6{
  width: 33.333333% !important;
}

.cds-w-3\/6{
  width: 50% !important;
}

.cds-w-4\/6{
  width: 66.666667% !important;
}

.cds-w-5\/6{
  width: 83.333333% !important;
}

.cds-w-1\/12{
  width: 8.333333% !important;
}

.cds-w-2\/12{
  width: 16.666667% !important;
}

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

.cds-w-4\/12{
  width: 33.333333% !important;
}

.cds-w-5\/12{
  width: 41.666667% !important;
}

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

.cds-w-7\/12{
  width: 58.333333% !important;
}

.cds-w-8\/12{
  width: 66.666667% !important;
}

.cds-w-9\/12{
  width: 75% !important;
}

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

.cds-w-11\/12{
  width: 91.666667% !important;
}

.cds-w-full{
  width: 100% !important;
}

.cds-w-screen{
  width: 100vw !important;
}

.cds-z-0{
  z-index: 0 !important;
}

.cds-z-10{
  z-index: 10 !important;
}

.cds-z-20{
  z-index: 20 !important;
}

.cds-z-30{
  z-index: 30 !important;
}

.cds-z-40{
  z-index: 40 !important;
}

.cds-z-50{
  z-index: 50 !important;
}

.cds-z-auto{
  z-index: auto !important;
}

.cds-gap-0{
  grid-gap: 0 !important;
  gap: 0 !important;
}

.cds-gap-1{
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.cds-gap-2{
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.cds-gap-3{
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.cds-gap-4{
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.cds-gap-5{
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.cds-gap-6{
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.cds-gap-8{
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.cds-gap-10{
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.cds-gap-12{
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.cds-gap-16{
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.cds-gap-20{
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.cds-gap-24{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.cds-gap-32{
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.cds-gap-40{
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.cds-gap-48{
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.cds-gap-56{
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.cds-gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.cds-gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.cds-col-gap-0{
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.cds-col-gap-1{
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.cds-col-gap-2{
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.cds-col-gap-3{
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.cds-col-gap-4{
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.cds-col-gap-5{
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.cds-col-gap-6{
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.cds-col-gap-8{
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.cds-col-gap-10{
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.cds-col-gap-12{
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.cds-col-gap-16{
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.cds-col-gap-20{
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.cds-col-gap-24{
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.cds-col-gap-32{
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.cds-col-gap-40{
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.cds-col-gap-48{
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.cds-col-gap-56{
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.cds-col-gap-64{
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.cds-col-gap-px{
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.cds-gap-x-0{
  grid-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.cds-gap-x-1{
  grid-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.cds-gap-x-2{
  grid-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.cds-gap-x-3{
  grid-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
}

.cds-gap-x-4{
  grid-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.cds-gap-x-5{
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.cds-gap-x-6{
  grid-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.cds-gap-x-8{
  grid-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.cds-gap-x-10{
  grid-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.cds-gap-x-12{
  grid-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.cds-gap-x-16{
  grid-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
       column-gap: 4rem !important;
}

.cds-gap-x-20{
  grid-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
       column-gap: 5rem !important;
}

.cds-gap-x-24{
  grid-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
       column-gap: 6rem !important;
}

.cds-gap-x-32{
  grid-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
       column-gap: 8rem !important;
}

.cds-gap-x-40{
  grid-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.cds-gap-x-48{
  grid-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
       column-gap: 12rem !important;
}

.cds-gap-x-56{
  grid-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
       column-gap: 14rem !important;
}

.cds-gap-x-64{
  grid-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
       column-gap: 16rem !important;
}

.cds-gap-x-px{
  grid-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
       column-gap: 1px !important;
}

.cds-row-gap-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.cds-row-gap-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.cds-row-gap-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.cds-row-gap-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.cds-row-gap-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.cds-row-gap-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.cds-row-gap-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.cds-row-gap-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.cds-row-gap-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.cds-row-gap-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.cds-row-gap-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.cds-row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.cds-row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.cds-row-gap-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.cds-row-gap-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.cds-row-gap-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.cds-row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.cds-row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.cds-row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.cds-gap-y-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.cds-gap-y-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.cds-gap-y-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.cds-gap-y-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.cds-gap-y-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.cds-gap-y-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.cds-gap-y-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.cds-gap-y-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.cds-gap-y-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.cds-gap-y-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.cds-gap-y-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.cds-gap-y-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.cds-gap-y-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.cds-gap-y-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.cds-gap-y-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.cds-gap-y-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.cds-gap-y-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.cds-gap-y-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.cds-gap-y-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.cds-grid-flow-row{
  grid-auto-flow: row !important;
}

.cds-grid-flow-col{
  grid-auto-flow: column !important;
}

.cds-grid-flow-row-dense{
  grid-auto-flow: row dense !important;
}

.cds-grid-flow-col-dense{
  grid-auto-flow: column dense !important;
}

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

.cds-grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.cds-grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.cds-grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.cds-grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.cds-grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

.cds-grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
}

.cds-grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.cds-grid-cols-9{
  grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
}

.cds-grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}

.cds-grid-cols-11{
  grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
}

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

.cds-grid-cols-none{
  grid-template-columns: none !important;
}

.cds-auto-cols-auto{
  grid-auto-columns: auto !important;
}

.cds-auto-cols-min{
  grid-auto-columns: min-content !important;
}

.cds-auto-cols-max{
  grid-auto-columns: max-content !important;
}

.cds-auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !important;
}

.cds-col-auto{
  grid-column: auto !important;
}

.cds-col-span-1{
  grid-column: span 1 / span 1 !important;
}

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

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

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

.cds-col-span-5{
  grid-column: span 5 / span 5 !important;
}

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

.cds-col-span-7{
  grid-column: span 7 / span 7 !important;
}

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

.cds-col-span-9{
  grid-column: span 9 / span 9 !important;
}

.cds-col-span-10{
  grid-column: span 10 / span 10 !important;
}

.cds-col-span-11{
  grid-column: span 11 / span 11 !important;
}

.cds-col-span-12{
  grid-column: span 12 / span 12 !important;
}

.cds-col-span-full{
  grid-column: 1 / -1 !important;
}

.cds-col-start-1{
  grid-column-start: 1 !important;
}

.cds-col-start-2{
  grid-column-start: 2 !important;
}

.cds-col-start-3{
  grid-column-start: 3 !important;
}

.cds-col-start-4{
  grid-column-start: 4 !important;
}

.cds-col-start-5{
  grid-column-start: 5 !important;
}

.cds-col-start-6{
  grid-column-start: 6 !important;
}

.cds-col-start-7{
  grid-column-start: 7 !important;
}

.cds-col-start-8{
  grid-column-start: 8 !important;
}

.cds-col-start-9{
  grid-column-start: 9 !important;
}

.cds-col-start-10{
  grid-column-start: 10 !important;
}

.cds-col-start-11{
  grid-column-start: 11 !important;
}

.cds-col-start-12{
  grid-column-start: 12 !important;
}

.cds-col-start-13{
  grid-column-start: 13 !important;
}

.cds-col-start-auto{
  grid-column-start: auto !important;
}

.cds-col-end-1{
  grid-column-end: 1 !important;
}

.cds-col-end-2{
  grid-column-end: 2 !important;
}

.cds-col-end-3{
  grid-column-end: 3 !important;
}

.cds-col-end-4{
  grid-column-end: 4 !important;
}

.cds-col-end-5{
  grid-column-end: 5 !important;
}

.cds-col-end-6{
  grid-column-end: 6 !important;
}

.cds-col-end-7{
  grid-column-end: 7 !important;
}

.cds-col-end-8{
  grid-column-end: 8 !important;
}

.cds-col-end-9{
  grid-column-end: 9 !important;
}

.cds-col-end-10{
  grid-column-end: 10 !important;
}

.cds-col-end-11{
  grid-column-end: 11 !important;
}

.cds-col-end-12{
  grid-column-end: 12 !important;
}

.cds-col-end-13{
  grid-column-end: 13 !important;
}

.cds-col-end-auto{
  grid-column-end: auto !important;
}

.cds-grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
}

.cds-grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.cds-grid-rows-3{
  grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
}

.cds-grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
}

.cds-grid-rows-5{
  grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
}

.cds-grid-rows-6{
  grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

.cds-grid-rows-none{
  grid-template-rows: none !important;
}

.cds-auto-rows-auto{
  grid-auto-rows: auto !important;
}

.cds-auto-rows-min{
  grid-auto-rows: min-content !important;
}

.cds-auto-rows-max{
  grid-auto-rows: max-content !important;
}

.cds-auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !important;
}

.cds-row-auto{
  grid-row: auto !important;
}

.cds-row-span-1{
  grid-row: span 1 / span 1 !important;
}

.cds-row-span-2{
  grid-row: span 2 / span 2 !important;
}

.cds-row-span-3{
  grid-row: span 3 / span 3 !important;
}

.cds-row-span-4{
  grid-row: span 4 / span 4 !important;
}

.cds-row-span-5{
  grid-row: span 5 / span 5 !important;
}

.cds-row-span-6{
  grid-row: span 6 / span 6 !important;
}

.cds-row-span-full{
  grid-row: 1 / -1 !important;
}

.cds-row-start-1{
  grid-row-start: 1 !important;
}

.cds-row-start-2{
  grid-row-start: 2 !important;
}

.cds-row-start-3{
  grid-row-start: 3 !important;
}

.cds-row-start-4{
  grid-row-start: 4 !important;
}

.cds-row-start-5{
  grid-row-start: 5 !important;
}

.cds-row-start-6{
  grid-row-start: 6 !important;
}

.cds-row-start-7{
  grid-row-start: 7 !important;
}

.cds-row-start-auto{
  grid-row-start: auto !important;
}

.cds-row-end-1{
  grid-row-end: 1 !important;
}

.cds-row-end-2{
  grid-row-end: 2 !important;
}

.cds-row-end-3{
  grid-row-end: 3 !important;
}

.cds-row-end-4{
  grid-row-end: 4 !important;
}

.cds-row-end-5{
  grid-row-end: 5 !important;
}

.cds-row-end-6{
  grid-row-end: 6 !important;
}

.cds-row-end-7{
  grid-row-end: 7 !important;
}

.cds-row-end-auto{
  grid-row-end: auto !important;
}

.cds-transform{
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.cds-transform-none{
  transform: none !important;
}

.cds-origin-center{
  transform-origin: center !important;
}

.cds-origin-top{
  transform-origin: top !important;
}

.cds-origin-top-right{
  transform-origin: top right !important;
}

.cds-origin-right{
  transform-origin: right !important;
}

.cds-origin-bottom-right{
  transform-origin: bottom right !important;
}

.cds-origin-bottom{
  transform-origin: bottom !important;
}

.cds-origin-bottom-left{
  transform-origin: bottom left !important;
}

.cds-origin-left{
  transform-origin: left !important;
}

.cds-origin-top-left{
  transform-origin: top left !important;
}

.cds-scale-0{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.cds-scale-50{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.cds-scale-75{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.cds-scale-90{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.cds-scale-95{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.cds-scale-100{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.cds-scale-105{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.cds-scale-110{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.cds-scale-125{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.cds-scale-150{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.cds-scale-x-0{
  --transform-scale-x: 0 !important;
}

.cds-scale-x-50{
  --transform-scale-x: .5 !important;
}

.cds-scale-x-75{
  --transform-scale-x: .75 !important;
}

.cds-scale-x-90{
  --transform-scale-x: .9 !important;
}

.cds-scale-x-95{
  --transform-scale-x: .95 !important;
}

.cds-scale-x-100{
  --transform-scale-x: 1 !important;
}

.cds-scale-x-105{
  --transform-scale-x: 1.05 !important;
}

.cds-scale-x-110{
  --transform-scale-x: 1.1 !important;
}

.cds-scale-x-125{
  --transform-scale-x: 1.25 !important;
}

.cds-scale-x-150{
  --transform-scale-x: 1.5 !important;
}

.cds-scale-y-0{
  --transform-scale-y: 0 !important;
}

.cds-scale-y-50{
  --transform-scale-y: .5 !important;
}

.cds-scale-y-75{
  --transform-scale-y: .75 !important;
}

.cds-scale-y-90{
  --transform-scale-y: .9 !important;
}

.cds-scale-y-95{
  --transform-scale-y: .95 !important;
}

.cds-scale-y-100{
  --transform-scale-y: 1 !important;
}

.cds-scale-y-105{
  --transform-scale-y: 1.05 !important;
}

.cds-scale-y-110{
  --transform-scale-y: 1.1 !important;
}

.cds-scale-y-125{
  --transform-scale-y: 1.25 !important;
}

.cds-scale-y-150{
  --transform-scale-y: 1.5 !important;
}

.hover\:cds-scale-0:hover{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:cds-scale-50:hover{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:cds-scale-75:hover{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:cds-scale-90:hover{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:cds-scale-95:hover{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:cds-scale-100:hover{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:cds-scale-105:hover{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:cds-scale-110:hover{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:cds-scale-125:hover{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:cds-scale-150:hover{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:cds-scale-x-0:hover{
  --transform-scale-x: 0 !important;
}

.hover\:cds-scale-x-50:hover{
  --transform-scale-x: .5 !important;
}

.hover\:cds-scale-x-75:hover{
  --transform-scale-x: .75 !important;
}

.hover\:cds-scale-x-90:hover{
  --transform-scale-x: .9 !important;
}

.hover\:cds-scale-x-95:hover{
  --transform-scale-x: .95 !important;
}

.hover\:cds-scale-x-100:hover{
  --transform-scale-x: 1 !important;
}

.hover\:cds-scale-x-105:hover{
  --transform-scale-x: 1.05 !important;
}

.hover\:cds-scale-x-110:hover{
  --transform-scale-x: 1.1 !important;
}

.hover\:cds-scale-x-125:hover{
  --transform-scale-x: 1.25 !important;
}

.hover\:cds-scale-x-150:hover{
  --transform-scale-x: 1.5 !important;
}

.hover\:cds-scale-y-0:hover{
  --transform-scale-y: 0 !important;
}

.hover\:cds-scale-y-50:hover{
  --transform-scale-y: .5 !important;
}

.hover\:cds-scale-y-75:hover{
  --transform-scale-y: .75 !important;
}

.hover\:cds-scale-y-90:hover{
  --transform-scale-y: .9 !important;
}

.hover\:cds-scale-y-95:hover{
  --transform-scale-y: .95 !important;
}

.hover\:cds-scale-y-100:hover{
  --transform-scale-y: 1 !important;
}

.hover\:cds-scale-y-105:hover{
  --transform-scale-y: 1.05 !important;
}

.hover\:cds-scale-y-110:hover{
  --transform-scale-y: 1.1 !important;
}

.hover\:cds-scale-y-125:hover{
  --transform-scale-y: 1.25 !important;
}

.hover\:cds-scale-y-150:hover{
  --transform-scale-y: 1.5 !important;
}

.focus\:cds-scale-0:focus{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:cds-scale-50:focus{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:cds-scale-75:focus{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:cds-scale-90:focus{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:cds-scale-95:focus{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:cds-scale-100:focus{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:cds-scale-105:focus{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:cds-scale-110:focus{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:cds-scale-125:focus{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:cds-scale-150:focus{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:cds-scale-x-0:focus{
  --transform-scale-x: 0 !important;
}

.focus\:cds-scale-x-50:focus{
  --transform-scale-x: .5 !important;
}

.focus\:cds-scale-x-75:focus{
  --transform-scale-x: .75 !important;
}

.focus\:cds-scale-x-90:focus{
  --transform-scale-x: .9 !important;
}

.focus\:cds-scale-x-95:focus{
  --transform-scale-x: .95 !important;
}

.focus\:cds-scale-x-100:focus{
  --transform-scale-x: 1 !important;
}

.focus\:cds-scale-x-105:focus{
  --transform-scale-x: 1.05 !important;
}

.focus\:cds-scale-x-110:focus{
  --transform-scale-x: 1.1 !important;
}

.focus\:cds-scale-x-125:focus{
  --transform-scale-x: 1.25 !important;
}

.focus\:cds-scale-x-150:focus{
  --transform-scale-x: 1.5 !important;
}

.focus\:cds-scale-y-0:focus{
  --transform-scale-y: 0 !important;
}

.focus\:cds-scale-y-50:focus{
  --transform-scale-y: .5 !important;
}

.focus\:cds-scale-y-75:focus{
  --transform-scale-y: .75 !important;
}

.focus\:cds-scale-y-90:focus{
  --transform-scale-y: .9 !important;
}

.focus\:cds-scale-y-95:focus{
  --transform-scale-y: .95 !important;
}

.focus\:cds-scale-y-100:focus{
  --transform-scale-y: 1 !important;
}

.focus\:cds-scale-y-105:focus{
  --transform-scale-y: 1.05 !important;
}

.focus\:cds-scale-y-110:focus{
  --transform-scale-y: 1.1 !important;
}

.focus\:cds-scale-y-125:focus{
  --transform-scale-y: 1.25 !important;
}

.focus\:cds-scale-y-150:focus{
  --transform-scale-y: 1.5 !important;
}

.cds-rotate-0{
  --transform-rotate: 0 !important;
}

.cds-rotate-1{
  --transform-rotate: 1deg !important;
}

.cds-rotate-2{
  --transform-rotate: 2deg !important;
}

.cds-rotate-3{
  --transform-rotate: 3deg !important;
}

.cds-rotate-6{
  --transform-rotate: 6deg !important;
}

.cds-rotate-12{
  --transform-rotate: 12deg !important;
}

.cds-rotate-45{
  --transform-rotate: 45deg !important;
}

.cds-rotate-90{
  --transform-rotate: 90deg !important;
}

.cds-rotate-180{
  --transform-rotate: 180deg !important;
}

.cds--rotate-180{
  --transform-rotate: -180deg !important;
}

.cds--rotate-90{
  --transform-rotate: -90deg !important;
}

.cds--rotate-45{
  --transform-rotate: -45deg !important;
}

.cds--rotate-12{
  --transform-rotate: -12deg !important;
}

.cds--rotate-6{
  --transform-rotate: -6deg !important;
}

.cds--rotate-3{
  --transform-rotate: -3deg !important;
}

.cds--rotate-2{
  --transform-rotate: -2deg !important;
}

.cds--rotate-1{
  --transform-rotate: -1deg !important;
}

.hover\:cds-rotate-0:hover{
  --transform-rotate: 0 !important;
}

.hover\:cds-rotate-1:hover{
  --transform-rotate: 1deg !important;
}

.hover\:cds-rotate-2:hover{
  --transform-rotate: 2deg !important;
}

.hover\:cds-rotate-3:hover{
  --transform-rotate: 3deg !important;
}

.hover\:cds-rotate-6:hover{
  --transform-rotate: 6deg !important;
}

.hover\:cds-rotate-12:hover{
  --transform-rotate: 12deg !important;
}

.hover\:cds-rotate-45:hover{
  --transform-rotate: 45deg !important;
}

.hover\:cds-rotate-90:hover{
  --transform-rotate: 90deg !important;
}

.hover\:cds-rotate-180:hover{
  --transform-rotate: 180deg !important;
}

.hover\:cds--rotate-180:hover{
  --transform-rotate: -180deg !important;
}

.hover\:cds--rotate-90:hover{
  --transform-rotate: -90deg !important;
}

.hover\:cds--rotate-45:hover{
  --transform-rotate: -45deg !important;
}

.hover\:cds--rotate-12:hover{
  --transform-rotate: -12deg !important;
}

.hover\:cds--rotate-6:hover{
  --transform-rotate: -6deg !important;
}

.hover\:cds--rotate-3:hover{
  --transform-rotate: -3deg !important;
}

.hover\:cds--rotate-2:hover{
  --transform-rotate: -2deg !important;
}

.hover\:cds--rotate-1:hover{
  --transform-rotate: -1deg !important;
}

.focus\:cds-rotate-0:focus{
  --transform-rotate: 0 !important;
}

.focus\:cds-rotate-1:focus{
  --transform-rotate: 1deg !important;
}

.focus\:cds-rotate-2:focus{
  --transform-rotate: 2deg !important;
}

.focus\:cds-rotate-3:focus{
  --transform-rotate: 3deg !important;
}

.focus\:cds-rotate-6:focus{
  --transform-rotate: 6deg !important;
}

.focus\:cds-rotate-12:focus{
  --transform-rotate: 12deg !important;
}

.focus\:cds-rotate-45:focus{
  --transform-rotate: 45deg !important;
}

.focus\:cds-rotate-90:focus{
  --transform-rotate: 90deg !important;
}

.focus\:cds-rotate-180:focus{
  --transform-rotate: 180deg !important;
}

.focus\:cds--rotate-180:focus{
  --transform-rotate: -180deg !important;
}

.focus\:cds--rotate-90:focus{
  --transform-rotate: -90deg !important;
}

.focus\:cds--rotate-45:focus{
  --transform-rotate: -45deg !important;
}

.focus\:cds--rotate-12:focus{
  --transform-rotate: -12deg !important;
}

.focus\:cds--rotate-6:focus{
  --transform-rotate: -6deg !important;
}

.focus\:cds--rotate-3:focus{
  --transform-rotate: -3deg !important;
}

.focus\:cds--rotate-2:focus{
  --transform-rotate: -2deg !important;
}

.focus\:cds--rotate-1:focus{
  --transform-rotate: -1deg !important;
}

.cds-translate-x-0{
  --transform-translate-x: 0 !important;
}

.cds-translate-x-1{
  --transform-translate-x: 0.25rem !important;
}

.cds-translate-x-2{
  --transform-translate-x: 0.5rem !important;
}

.cds-translate-x-3{
  --transform-translate-x: 0.75rem !important;
}

.cds-translate-x-4{
  --transform-translate-x: 1rem !important;
}

.cds-translate-x-5{
  --transform-translate-x: 1.25rem !important;
}

.cds-translate-x-6{
  --transform-translate-x: 1.5rem !important;
}

.cds-translate-x-8{
  --transform-translate-x: 2rem !important;
}

.cds-translate-x-10{
  --transform-translate-x: 2.5rem !important;
}

.cds-translate-x-12{
  --transform-translate-x: 3rem !important;
}

.cds-translate-x-16{
  --transform-translate-x: 4rem !important;
}

.cds-translate-x-20{
  --transform-translate-x: 5rem !important;
}

.cds-translate-x-24{
  --transform-translate-x: 6rem !important;
}

.cds-translate-x-32{
  --transform-translate-x: 8rem !important;
}

.cds-translate-x-40{
  --transform-translate-x: 10rem !important;
}

.cds-translate-x-48{
  --transform-translate-x: 12rem !important;
}

.cds-translate-x-56{
  --transform-translate-x: 14rem !important;
}

.cds-translate-x-64{
  --transform-translate-x: 16rem !important;
}

.cds-translate-x-px{
  --transform-translate-x: 1px !important;
}

.cds--translate-x-1{
  --transform-translate-x: -0.25rem !important;
}

.cds--translate-x-2{
  --transform-translate-x: -0.5rem !important;
}

.cds--translate-x-3{
  --transform-translate-x: -0.75rem !important;
}

.cds--translate-x-4{
  --transform-translate-x: -1rem !important;
}

.cds--translate-x-5{
  --transform-translate-x: -1.25rem !important;
}

.cds--translate-x-6{
  --transform-translate-x: -1.5rem !important;
}

.cds--translate-x-8{
  --transform-translate-x: -2rem !important;
}

.cds--translate-x-10{
  --transform-translate-x: -2.5rem !important;
}

.cds--translate-x-12{
  --transform-translate-x: -3rem !important;
}

.cds--translate-x-16{
  --transform-translate-x: -4rem !important;
}

.cds--translate-x-20{
  --transform-translate-x: -5rem !important;
}

.cds--translate-x-24{
  --transform-translate-x: -6rem !important;
}

.cds--translate-x-32{
  --transform-translate-x: -8rem !important;
}

.cds--translate-x-40{
  --transform-translate-x: -10rem !important;
}

.cds--translate-x-48{
  --transform-translate-x: -12rem !important;
}

.cds--translate-x-56{
  --transform-translate-x: -14rem !important;
}

.cds--translate-x-64{
  --transform-translate-x: -16rem !important;
}

.cds--translate-x-px{
  --transform-translate-x: -1px !important;
}

.cds--translate-x-full{
  --transform-translate-x: -100% !important;
}

.cds--translate-x-1\/2{
  --transform-translate-x: -50% !important;
}

.cds-translate-x-1\/2{
  --transform-translate-x: 50% !important;
}

.cds-translate-x-full{
  --transform-translate-x: 100% !important;
}

.cds-translate-y-0{
  --transform-translate-y: 0 !important;
}

.cds-translate-y-1{
  --transform-translate-y: 0.25rem !important;
}

.cds-translate-y-2{
  --transform-translate-y: 0.5rem !important;
}

.cds-translate-y-3{
  --transform-translate-y: 0.75rem !important;
}

.cds-translate-y-4{
  --transform-translate-y: 1rem !important;
}

.cds-translate-y-5{
  --transform-translate-y: 1.25rem !important;
}

.cds-translate-y-6{
  --transform-translate-y: 1.5rem !important;
}

.cds-translate-y-8{
  --transform-translate-y: 2rem !important;
}

.cds-translate-y-10{
  --transform-translate-y: 2.5rem !important;
}

.cds-translate-y-12{
  --transform-translate-y: 3rem !important;
}

.cds-translate-y-16{
  --transform-translate-y: 4rem !important;
}

.cds-translate-y-20{
  --transform-translate-y: 5rem !important;
}

.cds-translate-y-24{
  --transform-translate-y: 6rem !important;
}

.cds-translate-y-32{
  --transform-translate-y: 8rem !important;
}

.cds-translate-y-40{
  --transform-translate-y: 10rem !important;
}

.cds-translate-y-48{
  --transform-translate-y: 12rem !important;
}

.cds-translate-y-56{
  --transform-translate-y: 14rem !important;
}

.cds-translate-y-64{
  --transform-translate-y: 16rem !important;
}

.cds-translate-y-px{
  --transform-translate-y: 1px !important;
}

.cds--translate-y-1{
  --transform-translate-y: -0.25rem !important;
}

.cds--translate-y-2{
  --transform-translate-y: -0.5rem !important;
}

.cds--translate-y-3{
  --transform-translate-y: -0.75rem !important;
}

.cds--translate-y-4{
  --transform-translate-y: -1rem !important;
}

.cds--translate-y-5{
  --transform-translate-y: -1.25rem !important;
}

.cds--translate-y-6{
  --transform-translate-y: -1.5rem !important;
}

.cds--translate-y-8{
  --transform-translate-y: -2rem !important;
}

.cds--translate-y-10{
  --transform-translate-y: -2.5rem !important;
}

.cds--translate-y-12{
  --transform-translate-y: -3rem !important;
}

.cds--translate-y-16{
  --transform-translate-y: -4rem !important;
}

.cds--translate-y-20{
  --transform-translate-y: -5rem !important;
}

.cds--translate-y-24{
  --transform-translate-y: -6rem !important;
}

.cds--translate-y-32{
  --transform-translate-y: -8rem !important;
}

.cds--translate-y-40{
  --transform-translate-y: -10rem !important;
}

.cds--translate-y-48{
  --transform-translate-y: -12rem !important;
}

.cds--translate-y-56{
  --transform-translate-y: -14rem !important;
}

.cds--translate-y-64{
  --transform-translate-y: -16rem !important;
}

.cds--translate-y-px{
  --transform-translate-y: -1px !important;
}

.cds--translate-y-full{
  --transform-translate-y: -100% !important;
}

.cds--translate-y-1\/2{
  --transform-translate-y: -50% !important;
}

.cds-translate-y-1\/2{
  --transform-translate-y: 50% !important;
}

.cds-translate-y-full{
  --transform-translate-y: 100% !important;
}

.hover\:cds-translate-x-0:hover{
  --transform-translate-x: 0 !important;
}

.hover\:cds-translate-x-1:hover{
  --transform-translate-x: 0.25rem !important;
}

.hover\:cds-translate-x-2:hover{
  --transform-translate-x: 0.5rem !important;
}

.hover\:cds-translate-x-3:hover{
  --transform-translate-x: 0.75rem !important;
}

.hover\:cds-translate-x-4:hover{
  --transform-translate-x: 1rem !important;
}

.hover\:cds-translate-x-5:hover{
  --transform-translate-x: 1.25rem !important;
}

.hover\:cds-translate-x-6:hover{
  --transform-translate-x: 1.5rem !important;
}

.hover\:cds-translate-x-8:hover{
  --transform-translate-x: 2rem !important;
}

.hover\:cds-translate-x-10:hover{
  --transform-translate-x: 2.5rem !important;
}

.hover\:cds-translate-x-12:hover{
  --transform-translate-x: 3rem !important;
}

.hover\:cds-translate-x-16:hover{
  --transform-translate-x: 4rem !important;
}

.hover\:cds-translate-x-20:hover{
  --transform-translate-x: 5rem !important;
}

.hover\:cds-translate-x-24:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:cds-translate-x-32:hover{
  --transform-translate-x: 8rem !important;
}

.hover\:cds-translate-x-40:hover{
  --transform-translate-x: 10rem !important;
}

.hover\:cds-translate-x-48:hover{
  --transform-translate-x: 12rem !important;
}

.hover\:cds-translate-x-56:hover{
  --transform-translate-x: 14rem !important;
}

.hover\:cds-translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:cds-translate-x-px:hover{
  --transform-translate-x: 1px !important;
}

.hover\:cds--translate-x-1:hover{
  --transform-translate-x: -0.25rem !important;
}

.hover\:cds--translate-x-2:hover{
  --transform-translate-x: -0.5rem !important;
}

.hover\:cds--translate-x-3:hover{
  --transform-translate-x: -0.75rem !important;
}

.hover\:cds--translate-x-4:hover{
  --transform-translate-x: -1rem !important;
}

.hover\:cds--translate-x-5:hover{
  --transform-translate-x: -1.25rem !important;
}

.hover\:cds--translate-x-6:hover{
  --transform-translate-x: -1.5rem !important;
}

.hover\:cds--translate-x-8:hover{
  --transform-translate-x: -2rem !important;
}

.hover\:cds--translate-x-10:hover{
  --transform-translate-x: -2.5rem !important;
}

.hover\:cds--translate-x-12:hover{
  --transform-translate-x: -3rem !important;
}

.hover\:cds--translate-x-16:hover{
  --transform-translate-x: -4rem !important;
}

.hover\:cds--translate-x-20:hover{
  --transform-translate-x: -5rem !important;
}

.hover\:cds--translate-x-24:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:cds--translate-x-32:hover{
  --transform-translate-x: -8rem !important;
}

.hover\:cds--translate-x-40:hover{
  --transform-translate-x: -10rem !important;
}

.hover\:cds--translate-x-48:hover{
  --transform-translate-x: -12rem !important;
}

.hover\:cds--translate-x-56:hover{
  --transform-translate-x: -14rem !important;
}

.hover\:cds--translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:cds--translate-x-px:hover{
  --transform-translate-x: -1px !important;
}

.hover\:cds--translate-x-full:hover{
  --transform-translate-x: -100% !important;
}

.hover\:cds--translate-x-1\/2:hover{
  --transform-translate-x: -50% !important;
}

.hover\:cds-translate-x-1\/2:hover{
  --transform-translate-x: 50% !important;
}

.hover\:cds-translate-x-full:hover{
  --transform-translate-x: 100% !important;
}

.hover\:cds-translate-y-0:hover{
  --transform-translate-y: 0 !important;
}

.hover\:cds-translate-y-1:hover{
  --transform-translate-y: 0.25rem !important;
}

.hover\:cds-translate-y-2:hover{
  --transform-translate-y: 0.5rem !important;
}

.hover\:cds-translate-y-3:hover{
  --transform-translate-y: 0.75rem !important;
}

.hover\:cds-translate-y-4:hover{
  --transform-translate-y: 1rem !important;
}

.hover\:cds-translate-y-5:hover{
  --transform-translate-y: 1.25rem !important;
}

.hover\:cds-translate-y-6:hover{
  --transform-translate-y: 1.5rem !important;
}

.hover\:cds-translate-y-8:hover{
  --transform-translate-y: 2rem !important;
}

.hover\:cds-translate-y-10:hover{
  --transform-translate-y: 2.5rem !important;
}

.hover\:cds-translate-y-12:hover{
  --transform-translate-y: 3rem !important;
}

.hover\:cds-translate-y-16:hover{
  --transform-translate-y: 4rem !important;
}

.hover\:cds-translate-y-20:hover{
  --transform-translate-y: 5rem !important;
}

.hover\:cds-translate-y-24:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:cds-translate-y-32:hover{
  --transform-translate-y: 8rem !important;
}

.hover\:cds-translate-y-40:hover{
  --transform-translate-y: 10rem !important;
}

.hover\:cds-translate-y-48:hover{
  --transform-translate-y: 12rem !important;
}

.hover\:cds-translate-y-56:hover{
  --transform-translate-y: 14rem !important;
}

.hover\:cds-translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:cds-translate-y-px:hover{
  --transform-translate-y: 1px !important;
}

.hover\:cds--translate-y-1:hover{
  --transform-translate-y: -0.25rem !important;
}

.hover\:cds--translate-y-2:hover{
  --transform-translate-y: -0.5rem !important;
}

.hover\:cds--translate-y-3:hover{
  --transform-translate-y: -0.75rem !important;
}

.hover\:cds--translate-y-4:hover{
  --transform-translate-y: -1rem !important;
}

.hover\:cds--translate-y-5:hover{
  --transform-translate-y: -1.25rem !important;
}

.hover\:cds--translate-y-6:hover{
  --transform-translate-y: -1.5rem !important;
}

.hover\:cds--translate-y-8:hover{
  --transform-translate-y: -2rem !important;
}

.hover\:cds--translate-y-10:hover{
  --transform-translate-y: -2.5rem !important;
}

.hover\:cds--translate-y-12:hover{
  --transform-translate-y: -3rem !important;
}

.hover\:cds--translate-y-16:hover{
  --transform-translate-y: -4rem !important;
}

.hover\:cds--translate-y-20:hover{
  --transform-translate-y: -5rem !important;
}

.hover\:cds--translate-y-24:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:cds--translate-y-32:hover{
  --transform-translate-y: -8rem !important;
}

.hover\:cds--translate-y-40:hover{
  --transform-translate-y: -10rem !important;
}

.hover\:cds--translate-y-48:hover{
  --transform-translate-y: -12rem !important;
}

.hover\:cds--translate-y-56:hover{
  --transform-translate-y: -14rem !important;
}

.hover\:cds--translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:cds--translate-y-px:hover{
  --transform-translate-y: -1px !important;
}

.hover\:cds--translate-y-full:hover{
  --transform-translate-y: -100% !important;
}

.hover\:cds--translate-y-1\/2:hover{
  --transform-translate-y: -50% !important;
}

.hover\:cds-translate-y-1\/2:hover{
  --transform-translate-y: 50% !important;
}

.hover\:cds-translate-y-full:hover{
  --transform-translate-y: 100% !important;
}

.focus\:cds-translate-x-0:focus{
  --transform-translate-x: 0 !important;
}

.focus\:cds-translate-x-1:focus{
  --transform-translate-x: 0.25rem !important;
}

.focus\:cds-translate-x-2:focus{
  --transform-translate-x: 0.5rem !important;
}

.focus\:cds-translate-x-3:focus{
  --transform-translate-x: 0.75rem !important;
}

.focus\:cds-translate-x-4:focus{
  --transform-translate-x: 1rem !important;
}

.focus\:cds-translate-x-5:focus{
  --transform-translate-x: 1.25rem !important;
}

.focus\:cds-translate-x-6:focus{
  --transform-translate-x: 1.5rem !important;
}

.focus\:cds-translate-x-8:focus{
  --transform-translate-x: 2rem !important;
}

.focus\:cds-translate-x-10:focus{
  --transform-translate-x: 2.5rem !important;
}

.focus\:cds-translate-x-12:focus{
  --transform-translate-x: 3rem !important;
}

.focus\:cds-translate-x-16:focus{
  --transform-translate-x: 4rem !important;
}

.focus\:cds-translate-x-20:focus{
  --transform-translate-x: 5rem !important;
}

.focus\:cds-translate-x-24:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:cds-translate-x-32:focus{
  --transform-translate-x: 8rem !important;
}

.focus\:cds-translate-x-40:focus{
  --transform-translate-x: 10rem !important;
}

.focus\:cds-translate-x-48:focus{
  --transform-translate-x: 12rem !important;
}

.focus\:cds-translate-x-56:focus{
  --transform-translate-x: 14rem !important;
}

.focus\:cds-translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:cds-translate-x-px:focus{
  --transform-translate-x: 1px !important;
}

.focus\:cds--translate-x-1:focus{
  --transform-translate-x: -0.25rem !important;
}

.focus\:cds--translate-x-2:focus{
  --transform-translate-x: -0.5rem !important;
}

.focus\:cds--translate-x-3:focus{
  --transform-translate-x: -0.75rem !important;
}

.focus\:cds--translate-x-4:focus{
  --transform-translate-x: -1rem !important;
}

.focus\:cds--translate-x-5:focus{
  --transform-translate-x: -1.25rem !important;
}

.focus\:cds--translate-x-6:focus{
  --transform-translate-x: -1.5rem !important;
}

.focus\:cds--translate-x-8:focus{
  --transform-translate-x: -2rem !important;
}

.focus\:cds--translate-x-10:focus{
  --transform-translate-x: -2.5rem !important;
}

.focus\:cds--translate-x-12:focus{
  --transform-translate-x: -3rem !important;
}

.focus\:cds--translate-x-16:focus{
  --transform-translate-x: -4rem !important;
}

.focus\:cds--translate-x-20:focus{
  --transform-translate-x: -5rem !important;
}

.focus\:cds--translate-x-24:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:cds--translate-x-32:focus{
  --transform-translate-x: -8rem !important;
}

.focus\:cds--translate-x-40:focus{
  --transform-translate-x: -10rem !important;
}

.focus\:cds--translate-x-48:focus{
  --transform-translate-x: -12rem !important;
}

.focus\:cds--translate-x-56:focus{
  --transform-translate-x: -14rem !important;
}

.focus\:cds--translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:cds--translate-x-px:focus{
  --transform-translate-x: -1px !important;
}

.focus\:cds--translate-x-full:focus{
  --transform-translate-x: -100% !important;
}

.focus\:cds--translate-x-1\/2:focus{
  --transform-translate-x: -50% !important;
}

.focus\:cds-translate-x-1\/2:focus{
  --transform-translate-x: 50% !important;
}

.focus\:cds-translate-x-full:focus{
  --transform-translate-x: 100% !important;
}

.focus\:cds-translate-y-0:focus{
  --transform-translate-y: 0 !important;
}

.focus\:cds-translate-y-1:focus{
  --transform-translate-y: 0.25rem !important;
}

.focus\:cds-translate-y-2:focus{
  --transform-translate-y: 0.5rem !important;
}

.focus\:cds-translate-y-3:focus{
  --transform-translate-y: 0.75rem !important;
}

.focus\:cds-translate-y-4:focus{
  --transform-translate-y: 1rem !important;
}

.focus\:cds-translate-y-5:focus{
  --transform-translate-y: 1.25rem !important;
}

.focus\:cds-translate-y-6:focus{
  --transform-translate-y: 1.5rem !important;
}

.focus\:cds-translate-y-8:focus{
  --transform-translate-y: 2rem !important;
}

.focus\:cds-translate-y-10:focus{
  --transform-translate-y: 2.5rem !important;
}

.focus\:cds-translate-y-12:focus{
  --transform-translate-y: 3rem !important;
}

.focus\:cds-translate-y-16:focus{
  --transform-translate-y: 4rem !important;
}

.focus\:cds-translate-y-20:focus{
  --transform-translate-y: 5rem !important;
}

.focus\:cds-translate-y-24:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:cds-translate-y-32:focus{
  --transform-translate-y: 8rem !important;
}

.focus\:cds-translate-y-40:focus{
  --transform-translate-y: 10rem !important;
}

.focus\:cds-translate-y-48:focus{
  --transform-translate-y: 12rem !important;
}

.focus\:cds-translate-y-56:focus{
  --transform-translate-y: 14rem !important;
}

.focus\:cds-translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:cds-translate-y-px:focus{
  --transform-translate-y: 1px !important;
}

.focus\:cds--translate-y-1:focus{
  --transform-translate-y: -0.25rem !important;
}

.focus\:cds--translate-y-2:focus{
  --transform-translate-y: -0.5rem !important;
}

.focus\:cds--translate-y-3:focus{
  --transform-translate-y: -0.75rem !important;
}

.focus\:cds--translate-y-4:focus{
  --transform-translate-y: -1rem !important;
}

.focus\:cds--translate-y-5:focus{
  --transform-translate-y: -1.25rem !important;
}

.focus\:cds--translate-y-6:focus{
  --transform-translate-y: -1.5rem !important;
}

.focus\:cds--translate-y-8:focus{
  --transform-translate-y: -2rem !important;
}

.focus\:cds--translate-y-10:focus{
  --transform-translate-y: -2.5rem !important;
}

.focus\:cds--translate-y-12:focus{
  --transform-translate-y: -3rem !important;
}

.focus\:cds--translate-y-16:focus{
  --transform-translate-y: -4rem !important;
}

.focus\:cds--translate-y-20:focus{
  --transform-translate-y: -5rem !important;
}

.focus\:cds--translate-y-24:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:cds--translate-y-32:focus{
  --transform-translate-y: -8rem !important;
}

.focus\:cds--translate-y-40:focus{
  --transform-translate-y: -10rem !important;
}

.focus\:cds--translate-y-48:focus{
  --transform-translate-y: -12rem !important;
}

.focus\:cds--translate-y-56:focus{
  --transform-translate-y: -14rem !important;
}

.focus\:cds--translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:cds--translate-y-px:focus{
  --transform-translate-y: -1px !important;
}

.focus\:cds--translate-y-full:focus{
  --transform-translate-y: -100% !important;
}

.focus\:cds--translate-y-1\/2:focus{
  --transform-translate-y: -50% !important;
}

.focus\:cds-translate-y-1\/2:focus{
  --transform-translate-y: 50% !important;
}

.focus\:cds-translate-y-full:focus{
  --transform-translate-y: 100% !important;
}

.cds-skew-x-0{
  --transform-skew-x: 0 !important;
}

.cds-skew-x-1{
  --transform-skew-x: 1deg !important;
}

.cds-skew-x-2{
  --transform-skew-x: 2deg !important;
}

.cds-skew-x-3{
  --transform-skew-x: 3deg !important;
}

.cds-skew-x-6{
  --transform-skew-x: 6deg !important;
}

.cds-skew-x-12{
  --transform-skew-x: 12deg !important;
}

.cds--skew-x-12{
  --transform-skew-x: -12deg !important;
}

.cds--skew-x-6{
  --transform-skew-x: -6deg !important;
}

.cds--skew-x-3{
  --transform-skew-x: -3deg !important;
}

.cds--skew-x-2{
  --transform-skew-x: -2deg !important;
}

.cds--skew-x-1{
  --transform-skew-x: -1deg !important;
}

.cds-skew-y-0{
  --transform-skew-y: 0 !important;
}

.cds-skew-y-1{
  --transform-skew-y: 1deg !important;
}

.cds-skew-y-2{
  --transform-skew-y: 2deg !important;
}

.cds-skew-y-3{
  --transform-skew-y: 3deg !important;
}

.cds-skew-y-6{
  --transform-skew-y: 6deg !important;
}

.cds-skew-y-12{
  --transform-skew-y: 12deg !important;
}

.cds--skew-y-12{
  --transform-skew-y: -12deg !important;
}

.cds--skew-y-6{
  --transform-skew-y: -6deg !important;
}

.cds--skew-y-3{
  --transform-skew-y: -3deg !important;
}

.cds--skew-y-2{
  --transform-skew-y: -2deg !important;
}

.cds--skew-y-1{
  --transform-skew-y: -1deg !important;
}

.hover\:cds-skew-x-0:hover{
  --transform-skew-x: 0 !important;
}

.hover\:cds-skew-x-1:hover{
  --transform-skew-x: 1deg !important;
}

.hover\:cds-skew-x-2:hover{
  --transform-skew-x: 2deg !important;
}

.hover\:cds-skew-x-3:hover{
  --transform-skew-x: 3deg !important;
}

.hover\:cds-skew-x-6:hover{
  --transform-skew-x: 6deg !important;
}

.hover\:cds-skew-x-12:hover{
  --transform-skew-x: 12deg !important;
}

.hover\:cds--skew-x-12:hover{
  --transform-skew-x: -12deg !important;
}

.hover\:cds--skew-x-6:hover{
  --transform-skew-x: -6deg !important;
}

.hover\:cds--skew-x-3:hover{
  --transform-skew-x: -3deg !important;
}

.hover\:cds--skew-x-2:hover{
  --transform-skew-x: -2deg !important;
}

.hover\:cds--skew-x-1:hover{
  --transform-skew-x: -1deg !important;
}

.hover\:cds-skew-y-0:hover{
  --transform-skew-y: 0 !important;
}

.hover\:cds-skew-y-1:hover{
  --transform-skew-y: 1deg !important;
}

.hover\:cds-skew-y-2:hover{
  --transform-skew-y: 2deg !important;
}

.hover\:cds-skew-y-3:hover{
  --transform-skew-y: 3deg !important;
}

.hover\:cds-skew-y-6:hover{
  --transform-skew-y: 6deg !important;
}

.hover\:cds-skew-y-12:hover{
  --transform-skew-y: 12deg !important;
}

.hover\:cds--skew-y-12:hover{
  --transform-skew-y: -12deg !important;
}

.hover\:cds--skew-y-6:hover{
  --transform-skew-y: -6deg !important;
}

.hover\:cds--skew-y-3:hover{
  --transform-skew-y: -3deg !important;
}

.hover\:cds--skew-y-2:hover{
  --transform-skew-y: -2deg !important;
}

.hover\:cds--skew-y-1:hover{
  --transform-skew-y: -1deg !important;
}

.focus\:cds-skew-x-0:focus{
  --transform-skew-x: 0 !important;
}

.focus\:cds-skew-x-1:focus{
  --transform-skew-x: 1deg !important;
}

.focus\:cds-skew-x-2:focus{
  --transform-skew-x: 2deg !important;
}

.focus\:cds-skew-x-3:focus{
  --transform-skew-x: 3deg !important;
}

.focus\:cds-skew-x-6:focus{
  --transform-skew-x: 6deg !important;
}

.focus\:cds-skew-x-12:focus{
  --transform-skew-x: 12deg !important;
}

.focus\:cds--skew-x-12:focus{
  --transform-skew-x: -12deg !important;
}

.focus\:cds--skew-x-6:focus{
  --transform-skew-x: -6deg !important;
}

.focus\:cds--skew-x-3:focus{
  --transform-skew-x: -3deg !important;
}

.focus\:cds--skew-x-2:focus{
  --transform-skew-x: -2deg !important;
}

.focus\:cds--skew-x-1:focus{
  --transform-skew-x: -1deg !important;
}

.focus\:cds-skew-y-0:focus{
  --transform-skew-y: 0 !important;
}

.focus\:cds-skew-y-1:focus{
  --transform-skew-y: 1deg !important;
}

.focus\:cds-skew-y-2:focus{
  --transform-skew-y: 2deg !important;
}

.focus\:cds-skew-y-3:focus{
  --transform-skew-y: 3deg !important;
}

.focus\:cds-skew-y-6:focus{
  --transform-skew-y: 6deg !important;
}

.focus\:cds-skew-y-12:focus{
  --transform-skew-y: 12deg !important;
}

.focus\:cds--skew-y-12:focus{
  --transform-skew-y: -12deg !important;
}

.focus\:cds--skew-y-6:focus{
  --transform-skew-y: -6deg !important;
}

.focus\:cds--skew-y-3:focus{
  --transform-skew-y: -3deg !important;
}

.focus\:cds--skew-y-2:focus{
  --transform-skew-y: -2deg !important;
}

.focus\:cds--skew-y-1:focus{
  --transform-skew-y: -1deg !important;
}

.cds-transition-none{
  transition-property: none !important;
}

.cds-transition-all{
  transition-property: all !important;
}

.cds-transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
}

.cds-transition-colors{
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.cds-transition-opacity{
  transition-property: opacity !important;
}

.cds-transition-shadow{
  transition-property: box-shadow !important;
}

.cds-transition-transform{
  transition-property: transform !important;
}

.cds-ease-linear{
  transition-timing-function: linear !important;
}

.cds-ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

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

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

.cds-duration-75{
  transition-duration: 75ms !important;
}

.cds-duration-100{
  transition-duration: 100ms !important;
}

.cds-duration-150{
  transition-duration: 150ms !important;
}

.cds-duration-200{
  transition-duration: 200ms !important;
}

.cds-duration-300{
  transition-duration: 300ms !important;
}

.cds-duration-500{
  transition-duration: 500ms !important;
}

.cds-duration-700{
  transition-duration: 700ms !important;
}

.cds-duration-1000{
  transition-duration: 1000ms !important;
}

.cds-delay-75{
  transition-delay: 75ms !important;
}

.cds-delay-100{
  transition-delay: 100ms !important;
}

.cds-delay-150{
  transition-delay: 150ms !important;
}

.cds-delay-200{
  transition-delay: 200ms !important;
}

.cds-delay-300{
  transition-delay: 300ms !important;
}

.cds-delay-500{
  transition-delay: 500ms !important;
}

.cds-delay-700{
  transition-delay: 700ms !important;
}

.cds-delay-1000{
  transition-delay: 1000ms !important;
}

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

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

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

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

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

.cds-animate-none{
  animation: none !important;
}

.cds-animate-spin{
  animation: spin 1s linear infinite !important;
}

.cds-animate-ping{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.cds-animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.cds-animate-bounce{
  animation: bounce 1s infinite !important;
} /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

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

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

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

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

.flex-column {
  flex-direction: column !important;
}

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

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: 0.25em;
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: transparent !important;
}

.swal2-container.swal2-top {
  align-items: flex-start;
}

.swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

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

.swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom {
  align-items: flex-end;
}

.swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}

.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}

.swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}

.swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}

.swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}

.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.25em;
  overflow: hidden;
  border-bottom-right-radius: 0.3125em;
  border-bottom-left-radius: 0.3125em;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}

.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}

.swal2-input::-moz-placeholder, .swal2-file::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #cccccc;
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}

.swal2-range {
  margin: 1em auto;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-input[type=number] {
  max-width: 10em;
}

.swal2-file {
  background: inherit;
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  margin: 0 0.4em;
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }

  .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }

  33% {
    transform: translateY(0) rotateZ(-2deg);
  }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }

  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }

  45% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }

  5% {
    transform: rotate(-45deg);
  }

  12% {
    transform: rotate(-405deg);
  }

  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }

  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - 0.625em * 2);
  background-color: transparent !important;
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
  top: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
  bottom: 0;
  left: 0;
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}

/*
  Theme Name: Chai-Aek Development System Co.,Ltd
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.cds-text-primary {
  color: #2CA5CB;
}

.circle-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #42B2CD;
  border: 3px solid #fff;
  position: fixed;
  top: 40%;
  left: -100px;
  z-index: 999;
}

.left-menu {
  position: fixed;
  top: 30%;
  left: -200px;
  z-index: 999;
  border-left: 8px solid #42B2CD;
  overflow: hidden;
  transition: 0.3s;
}

.left-menu ul {
  margin: 0 0 0 0.5rem;
  padding: 0.7rem 1.5rem;
  border-left: 5px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 10px 10px 0px;
}

.left-menu a {
  color: white;
  text-decoration: none;
  font-size: 0.95rem;
}

.left-menu a:hover {
  color: #42B2CD;
  transition: 0.25s;
}

body {
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 10px;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.cds-container-full {
  padding-left: 0;
  padding-right: 0;
}

.cds-btn-welcome {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */

.cds-back-to-top {
  position: fixed;
  display: none;
  background: #42b2cd;
  line-height: 1;
  color: #fff;
  padding: 8px 11px 14px 13px;
  font-size: 18px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .cds-back-to-top {
    bottom: 15px;
  }
}

.cds-back-to-top:focus {
  background: #42b2cd;
  color: #fff;
  outline: none;
}

.cds-back-to-top:hover {
  background: #F1965C;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#cds-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 48px;
  z-index: 30;
  transition: all 0.5s ease;
}

#cds-header #cds-logo {
  padding: 6px 0 0 0;
}

#cds-header #cds-logo h1 {
  color: #505050;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 8px 0;
}

#cds-header #cds-logo h1 a {
  color: #cddae0;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#cds-header #cds-logo h1 a span {
  color: #42b2cd;
  font-weight: 600;
}

#cds-header #cds-logo img {
  padding: 0;
  margin: 0;
}

.cds-scroll-header {
  background: white;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

.cds-scroll-header .cds-scrollto {
  color: #6d7f88 !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#cds-hero {
  width: 100%;
  height: 80vh;
  background: url("/images/bg-hero1.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  background-position: left;
}

@media only screen and (min-width: 1300px) {
  #cds-hero {
    height: 65vh;
  }
}

/*section.hero-bg:after {*/

/*    !*background-color:rgba(0, 0, 0, 0.5);*!*/

/*    content: "";*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    width: 100%;*/

/*    height: calc(100vh - 40px);*/

/*    opacity: .7;*/

/*    z-index: -1;*/

/*    background: url(../images/hero-bg1.jpg) no-repeat;*/

/*    background-size: cover;*/

/*    background-position: bottom;*/

/*}*/

#cds-hero {
  background-attachment: fixed;
}

#cds-hero .cds-hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding-top: 40px;
}

.cds-hero-container:after {
  content: "";
  background: url("/images/bg-white-curve-bottom.svg") no-repeat 0 0/cover;
  width: 100%;
  height: 4vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  background-size: 100%;
}

#cds-newsletter-inner:after {
  content: "";
  background: url("/images/bg-white-curve-bottom.svg") no-repeat 0 0/cover;
  width: 100%;
  height: 4vw;
  position: absolute;
  bottom: 0;
  left: 0px;
  background-size: 100%;
}

.cds-footer-inner:after {
  content: "";
  background: url("/images/bg-white-curve-bottom.svg") no-repeat;
  width: 100%;
  position: absolute;
  height: 130px;
  z-index: 0;
  left: 0;
  background-size: 104%;
  background-position: center top;
}

#cds-hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Nunito", sans-serif;
  color: #42b2cd;
  text-shadow: 0.5px 0.5px 0.5px lightskyblue;
}

@media (max-width: 768px) {
  #cds-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#cds-hero h2 {
  color: #6d7f88;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #cds-hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#cds-hero img {
  max-width: 95%;
  margin-bottom: 10px;
}

#cds-hero::after {
  background: rgba(76, 72, 72, 0.23);
  width: 100%;
  position: absolute;
  content: "";
  z-index: 0;
  height: 100%;
}

#cds-hero .cds-btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 25px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid rgba(255, 255, 255, 0.7803921569);
  color: rgba(255, 255, 255, 0.7803921569);
  text-decoration: none;
  background: #ce684b;
  text-shadow: 0px 0px 1px #ffffff;
}

#cds-hero .cds-btn-get-started:hover {
  background: #fff;
  color: #ce684b;
  text-shadow: none;
  border: 2px solid #ce684b;
}

#cds-hero .cds-btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
  text-shadow: 2px 2px 2px #000000;
}

@media (max-width: 575px) {
  #cds-hero .cds-btns a {
    margin: 4px 8px;
  }
}

#cds-hero .cds-btns a:hover {
  color: #42b2cd;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.cds-nav-menu, .cds-nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cds-nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.cds-nav-menu li {
  position: relative;
  white-space: nowrap;
}

.cds-nav-menu > li {
  float: left;
}

.cds-nav-menu li:hover > ul,
.cds-nav-menu li.sfHover > ul {
  display: block;
}

.cds-nav-menu ul ul {
  top: 0;
  left: 100%;
}

.cds-nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.cds-sf-arrows .cds-sf-with-ul {
  padding-right: 22px;
}

.cds-sf-arrows .cds-sf-with-ul:after {
  content: "\F107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.cds-sf-arrows ul .cds-sf-with-ul:after {
  content: "\F105";
}

/* Nav Meu Container */

#cds-nav-menu-container {
  float: right;
  margin: 0 0 0 0;
  position: relative;
  top: -40px;
}

@media (max-width: 1024px) {
  #cds-nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */

.cds-nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #cddae0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}

.cds-nav-menu li:hover > a, .cds-nav-menu > .cds-menu-active > a {
  color: #42b2cd;
}

.cds-nav-menu > li {
  margin-left: 10px;
}

.cds-nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.cds-nav-menu ul li {
  transition: 0.3s;
}

.cds-nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.cds-nav-menu ul li:hover > a {
  color: #42b2cd;
}

.cds-nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#cds-mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#cds-mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #cds-mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */

#cds-mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#cds-mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#cds-mobile-nav ul li {
  position: relative;
}

#cds-mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#cds-mobile-nav ul li a:hover {
  color: #fff;
}

#cds-mobile-nav ul li li {
  padding-left: 30px;
}

#cds-mobile-nav ul .cds-menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#cds-mobile-nav ul .cds-menu-has-children i.fa-chevron-up {
  color: #42b2cd;
}

#cds-mobile-nav ul .cds-menu-item-active {
  color: #42b2cd;
}

#cds-mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.cds-mobile-nav-active {
  overflow: hidden;
}

body.cds-mobile-nav-active #cds-mobile-nav {
  left: 0;
}

body.cds-mobile-nav-active #cds-mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.cds-padd-section {
  padding-bottom: 70px;
  padding-top: 50px;
}

@media (max-width: 992px) {
  .cds-padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.cds-section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cds-section-title {
    margin-bottom: 40px;
  }
}

.cds-section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cds-section-title .cds-separator {
  margin: 0;
}

.cds-separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Get Started Section
--------------------------------*/

#cds-get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.cds-services-icon {
  color: #444;
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.cds-services-icon > .fa {
  font-size: inherit;
}

#cds-get-started .cds-services-details {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #cds-get-started .cds-services-details {
    margin-bottom: 30px;
  }
}

#cds-get-started .cds-services-details:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .cds-services-details h4 {
  margin-bottom: 20px;
}

#cds-get-started .cds-services-details p {
  margin-bottom: 20px;
}

#cds-get-started .cds-services-details a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#cds-get-started .cds-services-details a:hover {
  color: #42b2cd;
}

/* About Us Section
--------------------------------*/

#cds-about-us img {
  max-width: 100%;
}

#cds-about-us .cds-about-content {
  padding-top: 60px;
}

#cds-about-us .cds-about-content h2 {
  color: #252525;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#cds-about-us .cds-about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#cds-about-us .cds-about-content ul li {
  line-height: 36px;
}

#cds-about-us .cds-about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/

#cds-services {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#cds-services .cds-services-details {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#cds-services .cds-services-details:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#cds-services .cds-services-details h4 {
  margin-bottom: 20px;
}

#cds-services .cds-services-details p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/

.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

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

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #42b2cd;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/

#cds-video {
  background: url("/images/video-bg.jpg") center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#cds-video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#cds-video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#42b2cd 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#cds-video .overlay .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#cds-video .overlay .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#cds-video .overlay .play-btn:hover::after {
  border-left: 15px solid #42b2cd;
  transform: scale(20);
}

#cds-video .overlay .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate1 {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/* Team Section
--------------------------------*/

#cds-team .cds-team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #cds-team .cds-team-block {
    margin-bottom: 30px;
  }
}

#cds-team .cds-team-block img {
  width: 100%;
}

#cds-team .cds-team-block .cds-team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#cds-team .cds-team-block .cds-team-content ul {
  display: block;
  width: 100%;
}

#cds-team .cds-team-block .cds-team-content ul li {
  display: inline-block;
}

#cds-team .cds-team-block .cds-team-content ul li a {
  color: #626262;
}

#cds-team .cds-team-block .cds-team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#cds-team .cds-team-block .cds-team-content ul li a .fa:hover {
  color: #42b2cd;
}

#cds-team .cds-team-block .cds-team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#cds-team .cds-team-block:hover .cds-team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/

#cds-testimonials .cds-testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#cds-testimonials .cds-testimonials-content::before {
  color: #F1965C;
  content: "\F10E";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#cds-testimonials .cds-top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#cds-testimonials .cds-top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#cds-testimonials .cds-top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#cds-testimonials .cds-btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

#cds-testimonials .cds-btm-btm .active {
  background: #F1965C;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/

#cds-pricing .cds-block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #cds-pricing .cds-block-pricing {
    margin-bottom: 30px;
  }
}

#cds-pricing .cds-block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#cds-pricing .cds-block-pricing .table h4 {
  padding-bottom: 30px;
}

#cds-pricing .cds-block-pricing h2 {
  margin-bottom: 30px;
}

#cds-pricing .cds-block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#cds-pricing .cds-block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#cds-pricing .cds-block-pricing ul li b {
  color: #3c4857;
}

#cds-pricing .cds-block-pricing .table .cds-table_btn a {
  background: #42b2cd;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#cds-pricing .cds-block-pricing .table .cds-table_btn a:hover {
  background: #F1965C;
}

#cds-pricing .cds-block-pricing .table .cds-table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/

@media (max-width: 991px) {
  #cds-blog .cds-block-blog {
    margin-bottom: 30px;
  }
}

#cds-blog .cds-block-blog img {
  width: 100%;
}

#cds-blog .cds-block-blog .cds-content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#cds-blog .cds-block-blog .cds-content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#cds-blog .cds-block-blog .cds-content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#cds-blog .cds-block-blog .cds-content-blog h4 a:hover {
  color: #42b2cd;
}

#cds-blog .cds-block-blog .cds-content-blog > span {
  float: left;
  font-size: 12px;
}

#cds-blog .cds-block-blog .cds-content-blog a.cds-readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#cds-blog .cds-block-blog .cds-content-blog a.cds-readmore:hover {
  color: #42b2cd;
}

/* Newsletter Section
--------------------------------*/

#cds-newsletter {
  background: transparent url("/images/newsletter-bg.jpg") no-repeat center top fixed;
  background-size: cover;
}

#cds-newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#cds-newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #cds-newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }

  #cds-header #cds-logo h1 {
    font-size: 14px;
  }

  #cds-hero .cds-btn-get-started {
    font-size: 10px;
  }

  .cds-footer .cds-copyrights {
    margin-top: 23px !important;
  }
}

#cds-newsletter .form-control:focus {
  border-color: #42b2cd;
  box-shadow: none;
  outline: 0 none;
}

#cds-newsletter .btn {
  background: #42b2cd;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #cds-newsletter .btn {
    width: 100%;
  }
}

#cds-newsletter .btn:hover {
  background: #F1965C;
}

#cds-newsletter .btn .fa {
  padding-right: 10px;
}

#cds-newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#cds-newsletter ul li {
  background: #42b2cd;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#cds-newsletter ul li:hover {
  background: #F1965C;
}

#cds-newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/

#cds-contact {
  background: #fff;
}

#cds-contact .cds-info {
  color: #222;
}

#cds-contact .cds-info i {
  font-size: 32px;
  color: #42b2cd;
  float: left;
}

#cds-contact .cds-info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#cds-contact .cds-info .cds-email p {
  padding-top: 5px;
}

#cds-contact .cds-social-links {
  padding-bottom: 20px;
}

#cds-contact .cds-social-links a {
  font-size: 18px;
  display: inline-block;
  background: #42b2cd;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#cds-contact .cds-social-links a:hover {
  background: #F1965C;
  color: #fff;
}

#cds-contact .form #cds-sendmessage {
  color: #42b2cd;
  border: 1px solid #42b2cd;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#cds-contact .form #cds-errormessage {
  color: #ff0000;
  display: none;
  border: 1px solid #ff0000;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#cds-contact .form #cds-sendmessage.show, #cds-contact .form #cds-errormessage.show, #cds-contact .form .show {
  display: block;
}

#cds-contact .form .validation {
  color: #ff0000;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#cds-contact .form input, #cds-contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}

#cds-contact .form button[type=submit] {
  background: #42b2cd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}

#cds-contact .form button[type=submit]:hover {
  background: #F1965C;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.cds-footer {
  background: #2e556d;
  padding-top: 30px;
}

.cds-footer .cds-footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Nunito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.cds-footer .cds-footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.cds-footer .cds-list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}

.cds-footer .cds-list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.cds-footer .cds-copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}

.cds-footer .cds-copyrights p, .cds-footer .cds-copyrights .cds-credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}

.cds-footer .cds-copyrights p a, .cds-footer .cds-copyrights .cds-credits a {
  letter-spacing: 0;
  color: #42b2cd;
}

.footer-tag {
  display: inline-block;
  margin-top: 0.25rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  border-style: solid;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  cursor: pointer;
  border-width: 1px;
  padding: 0.1rem 0.3rem;
  border-radius: 4px;
  font-size: 0.7rem;
}

.footer-tag:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

/*------------------ Portfolio -------------------*/

.cds-project-menu {
  margin-bottom: 40px;
  text-align: center;
}

.cds-project-menu li {
  display: inline-block;
  padding-bottom: 10px;
  line-height: unset;
}

.cds-project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 4px;
  padding: 5px 10px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.cds-project-menu li a.active, .cds-project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.cds-project {
  overflow: hidden;
  margin-bottom: 30px;
}

.first-item {
  margin-bottom: 30px;
}

.cds-project-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.cds-project-img > a {
  display: block;
  position: relative;
}

.cds-project:hover .cds-project-img > a::after {
  opacity: 1;
}

.cds-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}

.cds-project-img > a::after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.cds-project-detail {
  display: block;
  height: 100%;
  width: 100%;
}

.cds-project-detail a {
  display: block;
  height: 100%;
  width: 100%;
}

.cds-project-detail h4 {
  margin-bottom: 5px;
}

.cds-project-detail h4:hover {
  color: #fff;
}

.cds-project-detail h4 {
  color: #ddd;
  font-size: 18px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.cds-project-detail span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

.awesome-project-content {
  width: 100%;
}

.vbox-content {
  text-align: -webkit-center;
}

#portfolio {
  margin-bottom: 80px;
}

/*------------------ Client -------------------*/

#cds-clients {
  padding: 60px 0;
}

#cds-clients img {
  width: auto;
  max-width: 200px;
  opacity: 0.5 !important;
  transition: 0.3s;
  margin: auto;
  max-height: 60px;
}

#cds-clients img:hover {
  opacity: 1 !important;
}

#cds-clients .owl-nav,
#cds-clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#cds-clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#cds-clients .owl-dot.active {
  background-color: #F1965C;
}

.dropify-wrapper .dropify-preview .dropify-render img {
  transform: none !important;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.3rem 0.3rem 0.2rem 0.4rem !important;
}

.btn-sm > .fa, .btn-group-sm > .btn > .fa {
  font-size: 1.2rem !important;
}

.badge-secondary {
  color: #fff;
  background-color: #18a2b8;
  padding: 0.4em 0.4em;
  font-weight: 500;
}

@media (min-width: 640px){
  .sm\:cds-container{
    width: 100%;
  }

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

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

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

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

  .sm\:cds-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:cds-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:cds--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:cds-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .sm\:cds-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .sm\:cds-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:cds-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:cds-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:cds-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:cds-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm\:cds-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:cds-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm\:cds-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:cds-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:cds-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:cds-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .sm\:cds-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .sm\:cds-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .sm\:cds-divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .sm\:cds-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .sm\:cds-divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .sm\:cds-divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .sm\:cds-divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .sm\:cds-divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .sm\:cds-divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .sm\:cds-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .sm\:cds-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .sm\:cds-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .sm\:cds-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .sm\:cds-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .sm\:cds-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:cds-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:focus\:cds-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .sm\:focus\:cds-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .sm\:cds-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .sm\:cds-bg-fixed{
    background-attachment: fixed !important;
  }

  .sm\:cds-bg-local{
    background-attachment: local !important;
  }

  .sm\:cds-bg-scroll{
    background-attachment: scroll !important;
  }

  .sm\:cds-bg-clip-border{
    background-clip: border-box !important;
  }

  .sm\:cds-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .sm\:cds-bg-clip-content{
    background-clip: content-box !important;
  }

  .sm\:cds-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .sm\:cds-bg-transparent{
    background-color: transparent !important;
  }

  .sm\:cds-bg-current{
    background-color: currentColor !important;
  }

  .sm\:cds-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-transparent:hover{
    background-color: transparent !important;
  }

  .sm\:hover\:cds-bg-current:hover{
    background-color: currentColor !important;
  }

  .sm\:hover\:cds-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:hover\:cds-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-transparent:focus{
    background-color: transparent !important;
  }

  .sm\:focus\:cds-bg-current:focus{
    background-color: currentColor !important;
  }

  .sm\:focus\:cds-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:focus\:cds-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:cds-bg-none{
    background-image: none !important;
  }

  .sm\:cds-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:cds-from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:cds-from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:cds-from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:cds-from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:cds-from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:cds-from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:cds-from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:cds-from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:cds-from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:cds-from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:cds-from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:cds-from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:cds-from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:cds-from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:cds-from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:cds-from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:cds-from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:cds-from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:cds-from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:cds-from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:cds-from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:cds-from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:cds-from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:cds-from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:cds-from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:cds-from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:cds-from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:cds-from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:cds-from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:cds-from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:cds-from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:cds-from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:cds-from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:cds-from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:cds-from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:cds-from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:cds-from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:cds-from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:cds-from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:cds-from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:cds-from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:cds-from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:cds-from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:cds-from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:cds-from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:cds-from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:cds-from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:cds-from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:cds-from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:cds-from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:cds-from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:cds-from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:cds-from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:cds-from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:cds-from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:cds-from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:cds-from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:cds-from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:cds-from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:cds-from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:cds-from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:cds-from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:cds-from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:cds-from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:cds-from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:cds-from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:cds-from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:cds-from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:cds-from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:cds-from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:cds-from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:cds-from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:cds-from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:cds-from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:cds-from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:cds-from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:cds-from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:cds-from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:cds-from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:cds-from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:cds-from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:cds-from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:cds-from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:cds-from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:cds-from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:cds-from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:cds-from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:cds-from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:cds-from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:cds-from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:cds-from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:cds-from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:cds-from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:cds-from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:cds-via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:cds-via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:cds-via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:cds-via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:cds-via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:cds-via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:cds-via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:cds-via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:cds-via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:cds-via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:cds-via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:cds-via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:cds-via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:cds-via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:cds-via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:cds-via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:cds-via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:cds-via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:cds-via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:cds-via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:cds-via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:cds-via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:cds-via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:cds-via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:cds-via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:cds-via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:cds-via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:cds-via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:cds-via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:cds-via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:cds-via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:cds-via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:cds-via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:cds-via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:cds-via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:cds-via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:cds-via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:cds-via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:cds-via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:cds-via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:cds-via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:cds-via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:cds-via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:cds-via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:cds-via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:cds-via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:cds-via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:cds-via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:cds-via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:cds-via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:cds-via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:cds-via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:cds-via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:cds-via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:cds-via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:cds-via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:cds-via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:cds-via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:cds-via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:cds-via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:cds-via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:cds-via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:cds-via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:cds-via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:cds-via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:cds-via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:cds-via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:cds-via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:cds-via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:cds-via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:cds-via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:cds-via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:cds-via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:cds-via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:cds-via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:cds-via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:cds-via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:cds-via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:cds-via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:cds-via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:cds-via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:cds-via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:cds-via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:cds-via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:cds-via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:cds-via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:cds-via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:cds-via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:cds-via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:cds-via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:cds-via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:cds-via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:cds-via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:cds-via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:cds-to-transparent{
    --gradient-to-color: transparent !important;
  }

  .sm\:cds-to-current{
    --gradient-to-color: currentColor !important;
  }

  .sm\:cds-to-black{
    --gradient-to-color: #000 !important;
  }

  .sm\:cds-to-white{
    --gradient-to-color: #fff !important;
  }

  .sm\:cds-to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:cds-to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:cds-to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:cds-to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:cds-to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:cds-to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .sm\:cds-to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:cds-to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:cds-to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:cds-to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:cds-to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:cds-to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:cds-to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:cds-to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:cds-to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:cds-to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:cds-to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:cds-to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:cds-to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:cds-to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:cds-to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:cds-to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:cds-to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:cds-to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:cds-to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:cds-to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:cds-to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:cds-to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:cds-to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:cds-to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:cds-to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:cds-to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:cds-to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:cds-to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:cds-to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:cds-to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .sm\:cds-to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:cds-to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:cds-to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:cds-to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:cds-to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:cds-to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:cds-to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:cds-to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .sm\:cds-to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .sm\:cds-to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:cds-to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:cds-to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:cds-to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:cds-to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:cds-to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .sm\:cds-to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:cds-to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:cds-to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:cds-to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:cds-to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:cds-to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:cds-to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:cds-to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:cds-to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:cds-to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:cds-to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:cds-to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:cds-to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:cds-to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:cds-to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:cds-to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:cds-to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .sm\:cds-to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:cds-to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:cds-to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .sm\:cds-to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:cds-to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:cds-to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:cds-to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:cds-to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:cds-to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:cds-to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:cds-to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:cds-to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:cds-to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .sm\:cds-to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:cds-to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:cds-to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:cds-to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:cds-to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:cds-to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:cds-to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:cds-to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .sm\:cds-to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .sm\:hover\:cds-from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:cds-from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:cds-from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:cds-from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:cds-from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:cds-from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:cds-from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:cds-from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:cds-from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:cds-from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:cds-from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:cds-from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:cds-from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:cds-from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:cds-from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:cds-from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:cds-from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:cds-from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:cds-from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:cds-from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:cds-from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:cds-from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:cds-from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:cds-from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:cds-from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:cds-from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:cds-from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:cds-from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:cds-from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:cds-from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:cds-via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:cds-via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:cds-via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:cds-via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:cds-via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:cds-via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:hover\:cds-via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:hover\:cds-via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:hover\:cds-via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:hover\:cds-via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:hover\:cds-via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:hover\:cds-via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:hover\:cds-via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:hover\:cds-via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:cds-via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:cds-via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:cds-via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:cds-via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:cds-via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:cds-via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:cds-via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:cds-via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:cds-via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:cds-via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:cds-via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:cds-via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:cds-via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:cds-via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:cds-via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:cds-via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:cds-to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:cds-to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .sm\:hover\:cds-to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .sm\:hover\:cds-to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .sm\:hover\:cds-to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:hover\:cds-to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:hover\:cds-to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:hover\:cds-to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:hover\:cds-to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:hover\:cds-to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .sm\:hover\:cds-to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:hover\:cds-to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:hover\:cds-to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:hover\:cds-to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:hover\:cds-to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:hover\:cds-to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:hover\:cds-to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:hover\:cds-to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:hover\:cds-to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:hover\:cds-to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:hover\:cds-to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:hover\:cds-to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:hover\:cds-to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:hover\:cds-to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:hover\:cds-to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:hover\:cds-to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:hover\:cds-to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:hover\:cds-to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:hover\:cds-to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:hover\:cds-to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:hover\:cds-to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:hover\:cds-to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:hover\:cds-to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:hover\:cds-to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:hover\:cds-to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:hover\:cds-to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:hover\:cds-to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:hover\:cds-to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:hover\:cds-to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:hover\:cds-to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .sm\:hover\:cds-to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:hover\:cds-to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:hover\:cds-to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:hover\:cds-to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:hover\:cds-to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:hover\:cds-to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:hover\:cds-to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:hover\:cds-to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .sm\:hover\:cds-to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .sm\:hover\:cds-to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:hover\:cds-to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:hover\:cds-to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:hover\:cds-to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:hover\:cds-to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:hover\:cds-to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .sm\:hover\:cds-to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:hover\:cds-to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:hover\:cds-to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:hover\:cds-to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:hover\:cds-to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:hover\:cds-to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:hover\:cds-to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:hover\:cds-to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:hover\:cds-to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:hover\:cds-to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:hover\:cds-to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:hover\:cds-to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:hover\:cds-to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:hover\:cds-to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:hover\:cds-to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:hover\:cds-to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:hover\:cds-to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .sm\:hover\:cds-to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:hover\:cds-to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:hover\:cds-to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .sm\:hover\:cds-to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:hover\:cds-to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:hover\:cds-to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:hover\:cds-to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:hover\:cds-to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:hover\:cds-to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:hover\:cds-to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:hover\:cds-to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:hover\:cds-to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:hover\:cds-to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .sm\:hover\:cds-to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:hover\:cds-to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:hover\:cds-to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:hover\:cds-to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:hover\:cds-to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:hover\:cds-to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:hover\:cds-to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:hover\:cds-to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .sm\:hover\:cds-to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .sm\:focus\:cds-from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:cds-from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:cds-from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:cds-from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:cds-from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:cds-from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:cds-from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:cds-from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:cds-from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:cds-from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:cds-from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:cds-from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:cds-from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:cds-from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:cds-from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:cds-from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:cds-from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:cds-from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:cds-from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:cds-from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:cds-from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:cds-from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:cds-from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:cds-from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:cds-from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:cds-from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:cds-from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:cds-from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:cds-from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:cds-from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:cds-via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:cds-via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:cds-via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:cds-via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:cds-via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:cds-via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .sm\:focus\:cds-via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .sm\:focus\:cds-via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .sm\:focus\:cds-via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .sm\:focus\:cds-via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .sm\:focus\:cds-via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .sm\:focus\:cds-via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .sm\:focus\:cds-via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .sm\:focus\:cds-via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:cds-via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:cds-via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:cds-via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:cds-via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:cds-via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:cds-via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:cds-via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:cds-via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:cds-via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:cds-via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:cds-via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:cds-via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:cds-via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:cds-via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:cds-via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:cds-via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:cds-to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:cds-to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .sm\:focus\:cds-to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .sm\:focus\:cds-to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .sm\:focus\:cds-to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:focus\:cds-to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:focus\:cds-to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:focus\:cds-to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:focus\:cds-to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:focus\:cds-to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .sm\:focus\:cds-to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:focus\:cds-to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:focus\:cds-to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:focus\:cds-to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .sm\:focus\:cds-to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .sm\:focus\:cds-to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .sm\:focus\:cds-to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .sm\:focus\:cds-to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .sm\:focus\:cds-to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .sm\:focus\:cds-to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .sm\:focus\:cds-to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .sm\:focus\:cds-to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .sm\:focus\:cds-to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:focus\:cds-to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:focus\:cds-to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:focus\:cds-to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:focus\:cds-to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:focus\:cds-to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:focus\:cds-to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:focus\:cds-to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:focus\:cds-to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:focus\:cds-to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:focus\:cds-to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:focus\:cds-to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:focus\:cds-to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:focus\:cds-to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:focus\:cds-to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:focus\:cds-to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:focus\:cds-to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:focus\:cds-to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .sm\:focus\:cds-to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:focus\:cds-to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:focus\:cds-to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:focus\:cds-to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:focus\:cds-to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:focus\:cds-to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:focus\:cds-to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:focus\:cds-to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .sm\:focus\:cds-to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .sm\:focus\:cds-to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:focus\:cds-to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:focus\:cds-to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:focus\:cds-to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:focus\:cds-to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:focus\:cds-to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .sm\:focus\:cds-to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:focus\:cds-to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:focus\:cds-to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:focus\:cds-to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:focus\:cds-to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:focus\:cds-to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:focus\:cds-to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:focus\:cds-to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:focus\:cds-to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:focus\:cds-to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:focus\:cds-to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:focus\:cds-to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:focus\:cds-to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:focus\:cds-to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:focus\:cds-to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:focus\:cds-to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:focus\:cds-to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .sm\:focus\:cds-to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:focus\:cds-to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:focus\:cds-to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .sm\:focus\:cds-to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:focus\:cds-to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:focus\:cds-to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:focus\:cds-to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:focus\:cds-to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:focus\:cds-to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:focus\:cds-to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:focus\:cds-to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:focus\:cds-to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:focus\:cds-to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .sm\:focus\:cds-to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:focus\:cds-to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:focus\:cds-to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:focus\:cds-to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:focus\:cds-to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:focus\:cds-to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:focus\:cds-to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:focus\:cds-to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .sm\:focus\:cds-to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .sm\:cds-bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .sm\:cds-bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .sm\:cds-bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .sm\:cds-bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .sm\:cds-bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:cds-bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:cds-bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:cds-bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:cds-bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:cds-bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:cds-bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:cds-bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:cds-bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:cds-bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:cds-bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .sm\:cds-bg-bottom{
    background-position: bottom !important;
  }

  .sm\:cds-bg-center{
    background-position: center !important;
  }

  .sm\:cds-bg-left{
    background-position: left !important;
  }

  .sm\:cds-bg-left-bottom{
    background-position: left bottom !important;
  }

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

  .sm\:cds-bg-right{
    background-position: right !important;
  }

  .sm\:cds-bg-right-bottom{
    background-position: right bottom !important;
  }

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

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

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

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

  .sm\:cds-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .sm\:cds-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .sm\:cds-bg-repeat-round{
    background-repeat: round !important;
  }

  .sm\:cds-bg-repeat-space{
    background-repeat: space !important;
  }

  .sm\:cds-bg-auto{
    background-size: auto !important;
  }

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

  .sm\:cds-bg-contain{
    background-size: contain !important;
  }

  .sm\:cds-border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:cds-border-separate{
    border-collapse: separate !important;
  }

  .sm\:cds-border-transparent{
    border-color: transparent !important;
  }

  .sm\:cds-border-current{
    border-color: currentColor !important;
  }

  .sm\:cds-border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:cds-border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:cds-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:cds-border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:cds-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:cds-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:cds-border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:cds-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:cds-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:cds-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:cds-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:cds-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-transparent:hover{
    border-color: transparent !important;
  }

  .sm\:hover\:cds-border-current:hover{
    border-color: currentColor !important;
  }

  .sm\:hover\:cds-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:hover\:cds-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-transparent:focus{
    border-color: transparent !important;
  }

  .sm\:focus\:cds-border-current:focus{
    border-color: currentColor !important;
  }

  .sm\:focus\:cds-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:focus\:cds-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:cds-border-opacity-0{
    --border-opacity: 0 !important;
  }

  .sm\:cds-border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .sm\:cds-border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .sm\:cds-border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .sm\:cds-border-opacity-100{
    --border-opacity: 1 !important;
  }

  .sm\:hover\:cds-border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .sm\:hover\:cds-border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:cds-border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:cds-border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:cds-border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .sm\:focus\:cds-border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .sm\:focus\:cds-border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:cds-border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:cds-border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:cds-border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .sm\:cds-rounded-none{
    border-radius: 0 !important;
  }

  .sm\:cds-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .sm\:cds-rounded{
    border-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-md{
    border-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-xl{
    border-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-2xl{
    border-radius: 1rem !important;
  }

  .sm\:cds-rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-full{
    border-radius: 9999px !important;
  }

  .sm\:cds-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:cds-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:cds-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:cds-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:cds-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

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

  .sm\:cds-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:cds-rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:cds-rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:cds-rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:cds-rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:cds-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:cds-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:cds-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:cds-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:cds-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:cds-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:cds-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:cds-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:cds-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:cds-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:cds-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:cds-rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:cds-rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:cds-rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:cds-rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:cds-rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:cds-rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:cds-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:cds-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:cds-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:cds-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:cds-border-solid{
    border-style: solid !important;
  }

  .sm\:cds-border-dashed{
    border-style: dashed !important;
  }

  .sm\:cds-border-dotted{
    border-style: dotted !important;
  }

  .sm\:cds-border-double{
    border-style: double !important;
  }

  .sm\:cds-border-none{
    border-style: none !important;
  }

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

  .sm\:cds-border-2{
    border-width: 2px !important;
  }

  .sm\:cds-border-4{
    border-width: 4px !important;
  }

  .sm\:cds-border-8{
    border-width: 8px !important;
  }

  .sm\:cds-border{
    border-width: 1px !important;
  }

  .sm\:cds-border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:cds-border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:cds-border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:cds-border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:cds-border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:cds-border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:cds-border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:cds-border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:cds-border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:cds-border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:cds-border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:cds-border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:cds-border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:cds-border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:cds-border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:cds-border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:cds-border-t{
    border-top-width: 1px !important;
  }

  .sm\:cds-border-r{
    border-right-width: 1px !important;
  }

  .sm\:cds-border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:cds-border-l{
    border-left-width: 1px !important;
  }

  .sm\:cds-box-border{
    box-sizing: border-box !important;
  }

  .sm\:cds-box-content{
    box-sizing: content-box !important;
  }

  .sm\:cds-cursor-auto{
    cursor: auto !important;
  }

  .sm\:cds-cursor-default{
    cursor: default !important;
  }

  .sm\:cds-cursor-pointer{
    cursor: pointer !important;
  }

  .sm\:cds-cursor-wait{
    cursor: wait !important;
  }

  .sm\:cds-cursor-text{
    cursor: text !important;
  }

  .sm\:cds-cursor-move{
    cursor: move !important;
  }

  .sm\:cds-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:cds-block{
    display: block !important;
  }

  .sm\:cds-inline-block{
    display: inline-block !important;
  }

  .sm\:cds-inline{
    display: inline !important;
  }

  .sm\:cds-flex{
    display: flex !important;
  }

  .sm\:cds-inline-flex{
    display: inline-flex !important;
  }

  .sm\:cds-table{
    display: table !important;
  }

  .sm\:cds-table-caption{
    display: table-caption !important;
  }

  .sm\:cds-table-cell{
    display: table-cell !important;
  }

  .sm\:cds-table-column{
    display: table-column !important;
  }

  .sm\:cds-table-column-group{
    display: table-column-group !important;
  }

  .sm\:cds-table-footer-group{
    display: table-footer-group !important;
  }

  .sm\:cds-table-header-group{
    display: table-header-group !important;
  }

  .sm\:cds-table-row-group{
    display: table-row-group !important;
  }

  .sm\:cds-table-row{
    display: table-row !important;
  }

  .sm\:cds-flow-root{
    display: flow-root !important;
  }

  .sm\:cds-grid{
    display: grid !important;
  }

  .sm\:cds-inline-grid{
    display: inline-grid !important;
  }

  .sm\:cds-contents{
    display: contents !important;
  }

  .sm\:cds-hidden{
    display: none !important;
  }

  .sm\:cds-flex-row{
    flex-direction: row !important;
  }

  .sm\:cds-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .sm\:cds-flex-col{
    flex-direction: column !important;
  }

  .sm\:cds-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .sm\:cds-flex-wrap{
    flex-wrap: wrap !important;
  }

  .sm\:cds-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .sm\:cds-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .sm\:cds-place-items-auto{
    place-items: auto !important;
  }

  .sm\:cds-place-items-start{
    place-items: start !important;
  }

  .sm\:cds-place-items-end{
    place-items: end !important;
  }

  .sm\:cds-place-items-center{
    place-items: center !important;
  }

  .sm\:cds-place-items-stretch{
    place-items: stretch !important;
  }

  .sm\:cds-place-content-center{
    place-content: center !important;
  }

  .sm\:cds-place-content-start{
    place-content: start !important;
  }

  .sm\:cds-place-content-end{
    place-content: end !important;
  }

  .sm\:cds-place-content-between{
    place-content: space-between !important;
  }

  .sm\:cds-place-content-around{
    place-content: space-around !important;
  }

  .sm\:cds-place-content-evenly{
    place-content: space-evenly !important;
  }

  .sm\:cds-place-content-stretch{
    place-content: stretch !important;
  }

  .sm\:cds-place-self-auto{
    place-self: auto !important;
  }

  .sm\:cds-place-self-start{
    place-self: start !important;
  }

  .sm\:cds-place-self-end{
    place-self: end !important;
  }

  .sm\:cds-place-self-center{
    place-self: center !important;
  }

  .sm\:cds-place-self-stretch{
    place-self: stretch !important;
  }

  .sm\:cds-items-start{
    align-items: flex-start !important;
  }

  .sm\:cds-items-end{
    align-items: flex-end !important;
  }

  .sm\:cds-items-center{
    align-items: center !important;
  }

  .sm\:cds-items-baseline{
    align-items: baseline !important;
  }

  .sm\:cds-items-stretch{
    align-items: stretch !important;
  }

  .sm\:cds-content-center{
    align-content: center !important;
  }

  .sm\:cds-content-start{
    align-content: flex-start !important;
  }

  .sm\:cds-content-end{
    align-content: flex-end !important;
  }

  .sm\:cds-content-between{
    align-content: space-between !important;
  }

  .sm\:cds-content-around{
    align-content: space-around !important;
  }

  .sm\:cds-content-evenly{
    align-content: space-evenly !important;
  }

  .sm\:cds-self-auto{
    align-self: auto !important;
  }

  .sm\:cds-self-start{
    align-self: flex-start !important;
  }

  .sm\:cds-self-end{
    align-self: flex-end !important;
  }

  .sm\:cds-self-center{
    align-self: center !important;
  }

  .sm\:cds-self-stretch{
    align-self: stretch !important;
  }

  .sm\:cds-justify-items-auto{
    justify-items: auto !important;
  }

  .sm\:cds-justify-items-start{
    justify-items: start !important;
  }

  .sm\:cds-justify-items-end{
    justify-items: end !important;
  }

  .sm\:cds-justify-items-center{
    justify-items: center !important;
  }

  .sm\:cds-justify-items-stretch{
    justify-items: stretch !important;
  }

  .sm\:cds-justify-start{
    justify-content: flex-start !important;
  }

  .sm\:cds-justify-end{
    justify-content: flex-end !important;
  }

  .sm\:cds-justify-center{
    justify-content: center !important;
  }

  .sm\:cds-justify-between{
    justify-content: space-between !important;
  }

  .sm\:cds-justify-around{
    justify-content: space-around !important;
  }

  .sm\:cds-justify-evenly{
    justify-content: space-evenly !important;
  }

  .sm\:cds-justify-self-auto{
    justify-self: auto !important;
  }

  .sm\:cds-justify-self-start{
    justify-self: start !important;
  }

  .sm\:cds-justify-self-end{
    justify-self: end !important;
  }

  .sm\:cds-justify-self-center{
    justify-self: center !important;
  }

  .sm\:cds-justify-self-stretch{
    justify-self: stretch !important;
  }

  .sm\:cds-flex-1{
    flex: 1 1 0% !important;
  }

  .sm\:cds-flex-auto{
    flex: 1 1 auto !important;
  }

  .sm\:cds-flex-initial{
    flex: 0 1 auto !important;
  }

  .sm\:cds-flex-none{
    flex: none !important;
  }

  .sm\:cds-flex-grow-0{
    flex-grow: 0 !important;
  }

  .sm\:cds-flex-grow{
    flex-grow: 1 !important;
  }

  .sm\:cds-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .sm\:cds-flex-shrink{
    flex-shrink: 1 !important;
  }

  .sm\:cds-order-1{
    order: 1 !important;
  }

  .sm\:cds-order-2{
    order: 2 !important;
  }

  .sm\:cds-order-3{
    order: 3 !important;
  }

  .sm\:cds-order-4{
    order: 4 !important;
  }

  .sm\:cds-order-5{
    order: 5 !important;
  }

  .sm\:cds-order-6{
    order: 6 !important;
  }

  .sm\:cds-order-7{
    order: 7 !important;
  }

  .sm\:cds-order-8{
    order: 8 !important;
  }

  .sm\:cds-order-9{
    order: 9 !important;
  }

  .sm\:cds-order-10{
    order: 10 !important;
  }

  .sm\:cds-order-11{
    order: 11 !important;
  }

  .sm\:cds-order-12{
    order: 12 !important;
  }

  .sm\:cds-order-first{
    order: -9999 !important;
  }

  .sm\:cds-order-last{
    order: 9999 !important;
  }

  .sm\:cds-order-none{
    order: 0 !important;
  }

  .sm\:cds-float-right{
    float: right !important;
  }

  .sm\:cds-float-left{
    float: left !important;
  }

  .sm\:cds-float-none{
    float: none !important;
  }

  .sm\:cds-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .sm\:cds-clear-left{
    clear: left !important;
  }

  .sm\:cds-clear-right{
    clear: right !important;
  }

  .sm\:cds-clear-both{
    clear: both !important;
  }

  .sm\:cds-clear-none{
    clear: none !important;
  }

  .sm\:cds-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:cds-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:cds-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:cds-font-hairline{
    font-weight: 100 !important;
  }

  .sm\:cds-font-thin{
    font-weight: 200 !important;
  }

  .sm\:cds-font-light{
    font-weight: 300 !important;
  }

  .sm\:cds-font-normal{
    font-weight: 400 !important;
  }

  .sm\:cds-font-medium{
    font-weight: 500 !important;
  }

  .sm\:cds-font-semibold{
    font-weight: 600 !important;
  }

  .sm\:cds-font-bold{
    font-weight: 700 !important;
  }

  .sm\:cds-font-extrabold{
    font-weight: 800 !important;
  }

  .sm\:cds-font-black{
    font-weight: 900 !important;
  }

  .sm\:hover\:cds-font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:cds-font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:cds-font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:cds-font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:cds-font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:cds-font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:cds-font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:cds-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:cds-font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:cds-font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:cds-font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:cds-font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:cds-font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:cds-font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:cds-font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:cds-font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:cds-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:cds-font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:cds-h-0{
    height: 0 !important;
  }

  .sm\:cds-h-1{
    height: 0.25rem !important;
  }

  .sm\:cds-h-2{
    height: 0.5rem !important;
  }

  .sm\:cds-h-3{
    height: 0.75rem !important;
  }

  .sm\:cds-h-4{
    height: 1rem !important;
  }

  .sm\:cds-h-5{
    height: 1.25rem !important;
  }

  .sm\:cds-h-6{
    height: 1.5rem !important;
  }

  .sm\:cds-h-8{
    height: 2rem !important;
  }

  .sm\:cds-h-10{
    height: 2.5rem !important;
  }

  .sm\:cds-h-12{
    height: 3rem !important;
  }

  .sm\:cds-h-16{
    height: 4rem !important;
  }

  .sm\:cds-h-20{
    height: 5rem !important;
  }

  .sm\:cds-h-24{
    height: 6rem !important;
  }

  .sm\:cds-h-32{
    height: 8rem !important;
  }

  .sm\:cds-h-40{
    height: 10rem !important;
  }

  .sm\:cds-h-48{
    height: 12rem !important;
  }

  .sm\:cds-h-56{
    height: 14rem !important;
  }

  .sm\:cds-h-64{
    height: 16rem !important;
  }

  .sm\:cds-h-auto{
    height: auto !important;
  }

  .sm\:cds-h-px{
    height: 1px !important;
  }

  .sm\:cds-h-full{
    height: 100% !important;
  }

  .sm\:cds-h-screen{
    height: 100vh !important;
  }

  .sm\:cds-text-xs{
    font-size: 0.75rem !important;
  }

  .sm\:cds-text-sm{
    font-size: 0.875rem !important;
  }

  .sm\:cds-text-base{
    font-size: 1rem !important;
  }

  .sm\:cds-text-lg{
    font-size: 1.125rem !important;
  }

  .sm\:cds-text-xl{
    font-size: 1.25rem !important;
  }

  .sm\:cds-text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:cds-text-3xl{
    font-size: 1.875rem !important;
  }

  .sm\:cds-text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:cds-text-5xl{
    font-size: 3rem !important;
  }

  .sm\:cds-text-6xl{
    font-size: 4rem !important;
  }

  .sm\:cds-leading-3{
    line-height: .75rem !important;
  }

  .sm\:cds-leading-4{
    line-height: 1rem !important;
  }

  .sm\:cds-leading-5{
    line-height: 1.25rem !important;
  }

  .sm\:cds-leading-6{
    line-height: 1.5rem !important;
  }

  .sm\:cds-leading-7{
    line-height: 1.75rem !important;
  }

  .sm\:cds-leading-8{
    line-height: 2rem !important;
  }

  .sm\:cds-leading-9{
    line-height: 2.25rem !important;
  }

  .sm\:cds-leading-10{
    line-height: 2.5rem !important;
  }

  .sm\:cds-leading-none{
    line-height: 1 !important;
  }

  .sm\:cds-leading-tight{
    line-height: 1.25 !important;
  }

  .sm\:cds-leading-snug{
    line-height: 1.375 !important;
  }

  .sm\:cds-leading-normal{
    line-height: 1.5 !important;
  }

  .sm\:cds-leading-relaxed{
    line-height: 1.625 !important;
  }

  .sm\:cds-leading-loose{
    line-height: 2 !important;
  }

  .sm\:cds-list-inside{
    list-style-position: inside !important;
  }

  .sm\:cds-list-outside{
    list-style-position: outside !important;
  }

  .sm\:cds-list-none{
    list-style-type: none !important;
  }

  .sm\:cds-list-disc{
    list-style-type: disc !important;
  }

  .sm\:cds-list-decimal{
    list-style-type: decimal !important;
  }

  .sm\:cds-m-0{
    margin: 0 !important;
  }

  .sm\:cds-m-1{
    margin: 0.25rem !important;
  }

  .sm\:cds-m-2{
    margin: 0.5rem !important;
  }

  .sm\:cds-m-3{
    margin: 0.75rem !important;
  }

  .sm\:cds-m-4{
    margin: 1rem !important;
  }

  .sm\:cds-m-5{
    margin: 1.25rem !important;
  }

  .sm\:cds-m-6{
    margin: 1.5rem !important;
  }

  .sm\:cds-m-8{
    margin: 2rem !important;
  }

  .sm\:cds-m-10{
    margin: 2.5rem !important;
  }

  .sm\:cds-m-12{
    margin: 3rem !important;
  }

  .sm\:cds-m-16{
    margin: 4rem !important;
  }

  .sm\:cds-m-20{
    margin: 5rem !important;
  }

  .sm\:cds-m-24{
    margin: 6rem !important;
  }

  .sm\:cds-m-32{
    margin: 8rem !important;
  }

  .sm\:cds-m-40{
    margin: 10rem !important;
  }

  .sm\:cds-m-48{
    margin: 12rem !important;
  }

  .sm\:cds-m-56{
    margin: 14rem !important;
  }

  .sm\:cds-m-64{
    margin: 16rem !important;
  }

  .sm\:cds-m-auto{
    margin: auto !important;
  }

  .sm\:cds-m-px{
    margin: 1px !important;
  }

  .sm\:cds--m-1{
    margin: -0.25rem !important;
  }

  .sm\:cds--m-2{
    margin: -0.5rem !important;
  }

  .sm\:cds--m-3{
    margin: -0.75rem !important;
  }

  .sm\:cds--m-4{
    margin: -1rem !important;
  }

  .sm\:cds--m-5{
    margin: -1.25rem !important;
  }

  .sm\:cds--m-6{
    margin: -1.5rem !important;
  }

  .sm\:cds--m-8{
    margin: -2rem !important;
  }

  .sm\:cds--m-10{
    margin: -2.5rem !important;
  }

  .sm\:cds--m-12{
    margin: -3rem !important;
  }

  .sm\:cds--m-16{
    margin: -4rem !important;
  }

  .sm\:cds--m-20{
    margin: -5rem !important;
  }

  .sm\:cds--m-24{
    margin: -6rem !important;
  }

  .sm\:cds--m-32{
    margin: -8rem !important;
  }

  .sm\:cds--m-40{
    margin: -10rem !important;
  }

  .sm\:cds--m-48{
    margin: -12rem !important;
  }

  .sm\:cds--m-56{
    margin: -14rem !important;
  }

  .sm\:cds--m-64{
    margin: -16rem !important;
  }

  .sm\:cds--m-px{
    margin: -1px !important;
  }

  .sm\:cds-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:cds-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:cds-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:cds-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:cds-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:cds-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:cds-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:cds-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:cds-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:cds-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:cds-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:cds-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:cds-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:cds-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:cds-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:cds-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:cds-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:cds-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:cds-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:cds-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:cds-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:cds-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:cds-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:cds-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:cds-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:cds-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:cds-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:cds-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:cds-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:cds-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:cds-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:cds-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:cds-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:cds-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:cds-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:cds-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:cds-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .sm\:cds-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:cds-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:cds--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:cds--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:cds--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:cds--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:cds--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:cds--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:cds--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:cds--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:cds--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:cds--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:cds--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:cds--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:cds--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:cds--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:cds--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:cds--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:cds--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:cds--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:cds--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:cds--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:cds--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:cds--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:cds--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:cds--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:cds--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:cds--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:cds--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:cds--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:cds--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:cds--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:cds--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:cds--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:cds--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:cds--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:cds--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:cds--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:cds-mt-0{
    margin-top: 0 !important;
  }

  .sm\:cds-mr-0{
    margin-right: 0 !important;
  }

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

  .sm\:cds-ml-0{
    margin-left: 0 !important;
  }

  .sm\:cds-mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:cds-mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:cds-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:cds-ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:cds-mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:cds-mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:cds-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:cds-ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:cds-mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:cds-mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:cds-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:cds-ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:cds-mt-4{
    margin-top: 1rem !important;
  }

  .sm\:cds-mr-4{
    margin-right: 1rem !important;
  }

  .sm\:cds-mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:cds-ml-4{
    margin-left: 1rem !important;
  }

  .sm\:cds-mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:cds-mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:cds-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:cds-ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:cds-mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:cds-mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:cds-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:cds-ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:cds-mt-8{
    margin-top: 2rem !important;
  }

  .sm\:cds-mr-8{
    margin-right: 2rem !important;
  }

  .sm\:cds-mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:cds-ml-8{
    margin-left: 2rem !important;
  }

  .sm\:cds-mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:cds-mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:cds-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:cds-ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:cds-mt-12{
    margin-top: 3rem !important;
  }

  .sm\:cds-mr-12{
    margin-right: 3rem !important;
  }

  .sm\:cds-mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:cds-ml-12{
    margin-left: 3rem !important;
  }

  .sm\:cds-mt-16{
    margin-top: 4rem !important;
  }

  .sm\:cds-mr-16{
    margin-right: 4rem !important;
  }

  .sm\:cds-mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:cds-ml-16{
    margin-left: 4rem !important;
  }

  .sm\:cds-mt-20{
    margin-top: 5rem !important;
  }

  .sm\:cds-mr-20{
    margin-right: 5rem !important;
  }

  .sm\:cds-mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:cds-ml-20{
    margin-left: 5rem !important;
  }

  .sm\:cds-mt-24{
    margin-top: 6rem !important;
  }

  .sm\:cds-mr-24{
    margin-right: 6rem !important;
  }

  .sm\:cds-mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:cds-ml-24{
    margin-left: 6rem !important;
  }

  .sm\:cds-mt-32{
    margin-top: 8rem !important;
  }

  .sm\:cds-mr-32{
    margin-right: 8rem !important;
  }

  .sm\:cds-mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:cds-ml-32{
    margin-left: 8rem !important;
  }

  .sm\:cds-mt-40{
    margin-top: 10rem !important;
  }

  .sm\:cds-mr-40{
    margin-right: 10rem !important;
  }

  .sm\:cds-mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:cds-ml-40{
    margin-left: 10rem !important;
  }

  .sm\:cds-mt-48{
    margin-top: 12rem !important;
  }

  .sm\:cds-mr-48{
    margin-right: 12rem !important;
  }

  .sm\:cds-mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:cds-ml-48{
    margin-left: 12rem !important;
  }

  .sm\:cds-mt-56{
    margin-top: 14rem !important;
  }

  .sm\:cds-mr-56{
    margin-right: 14rem !important;
  }

  .sm\:cds-mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:cds-ml-56{
    margin-left: 14rem !important;
  }

  .sm\:cds-mt-64{
    margin-top: 16rem !important;
  }

  .sm\:cds-mr-64{
    margin-right: 16rem !important;
  }

  .sm\:cds-mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:cds-ml-64{
    margin-left: 16rem !important;
  }

  .sm\:cds-mt-auto{
    margin-top: auto !important;
  }

  .sm\:cds-mr-auto{
    margin-right: auto !important;
  }

  .sm\:cds-mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:cds-ml-auto{
    margin-left: auto !important;
  }

  .sm\:cds-mt-px{
    margin-top: 1px !important;
  }

  .sm\:cds-mr-px{
    margin-right: 1px !important;
  }

  .sm\:cds-mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:cds-ml-px{
    margin-left: 1px !important;
  }

  .sm\:cds--mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:cds--mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:cds--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:cds--ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:cds--mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:cds--mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:cds--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:cds--ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:cds--mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:cds--mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:cds--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:cds--ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:cds--mt-4{
    margin-top: -1rem !important;
  }

  .sm\:cds--mr-4{
    margin-right: -1rem !important;
  }

  .sm\:cds--mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:cds--ml-4{
    margin-left: -1rem !important;
  }

  .sm\:cds--mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:cds--mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:cds--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:cds--ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:cds--mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:cds--mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:cds--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:cds--ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:cds--mt-8{
    margin-top: -2rem !important;
  }

  .sm\:cds--mr-8{
    margin-right: -2rem !important;
  }

  .sm\:cds--mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:cds--ml-8{
    margin-left: -2rem !important;
  }

  .sm\:cds--mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:cds--mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:cds--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:cds--ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:cds--mt-12{
    margin-top: -3rem !important;
  }

  .sm\:cds--mr-12{
    margin-right: -3rem !important;
  }

  .sm\:cds--mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:cds--ml-12{
    margin-left: -3rem !important;
  }

  .sm\:cds--mt-16{
    margin-top: -4rem !important;
  }

  .sm\:cds--mr-16{
    margin-right: -4rem !important;
  }

  .sm\:cds--mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:cds--ml-16{
    margin-left: -4rem !important;
  }

  .sm\:cds--mt-20{
    margin-top: -5rem !important;
  }

  .sm\:cds--mr-20{
    margin-right: -5rem !important;
  }

  .sm\:cds--mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:cds--ml-20{
    margin-left: -5rem !important;
  }

  .sm\:cds--mt-24{
    margin-top: -6rem !important;
  }

  .sm\:cds--mr-24{
    margin-right: -6rem !important;
  }

  .sm\:cds--mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:cds--ml-24{
    margin-left: -6rem !important;
  }

  .sm\:cds--mt-32{
    margin-top: -8rem !important;
  }

  .sm\:cds--mr-32{
    margin-right: -8rem !important;
  }

  .sm\:cds--mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:cds--ml-32{
    margin-left: -8rem !important;
  }

  .sm\:cds--mt-40{
    margin-top: -10rem !important;
  }

  .sm\:cds--mr-40{
    margin-right: -10rem !important;
  }

  .sm\:cds--mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:cds--ml-40{
    margin-left: -10rem !important;
  }

  .sm\:cds--mt-48{
    margin-top: -12rem !important;
  }

  .sm\:cds--mr-48{
    margin-right: -12rem !important;
  }

  .sm\:cds--mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:cds--ml-48{
    margin-left: -12rem !important;
  }

  .sm\:cds--mt-56{
    margin-top: -14rem !important;
  }

  .sm\:cds--mr-56{
    margin-right: -14rem !important;
  }

  .sm\:cds--mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:cds--ml-56{
    margin-left: -14rem !important;
  }

  .sm\:cds--mt-64{
    margin-top: -16rem !important;
  }

  .sm\:cds--mr-64{
    margin-right: -16rem !important;
  }

  .sm\:cds--mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:cds--ml-64{
    margin-left: -16rem !important;
  }

  .sm\:cds--mt-px{
    margin-top: -1px !important;
  }

  .sm\:cds--mr-px{
    margin-right: -1px !important;
  }

  .sm\:cds--mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:cds--ml-px{
    margin-left: -1px !important;
  }

  .sm\:cds-max-h-full{
    max-height: 100% !important;
  }

  .sm\:cds-max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:cds-max-w-none{
    max-width: none !important;
  }

  .sm\:cds-max-w-xs{
    max-width: 20rem !important;
  }

  .sm\:cds-max-w-sm{
    max-width: 24rem !important;
  }

  .sm\:cds-max-w-md{
    max-width: 28rem !important;
  }

  .sm\:cds-max-w-lg{
    max-width: 32rem !important;
  }

  .sm\:cds-max-w-xl{
    max-width: 36rem !important;
  }

  .sm\:cds-max-w-2xl{
    max-width: 42rem !important;
  }

  .sm\:cds-max-w-3xl{
    max-width: 48rem !important;
  }

  .sm\:cds-max-w-4xl{
    max-width: 56rem !important;
  }

  .sm\:cds-max-w-5xl{
    max-width: 64rem !important;
  }

  .sm\:cds-max-w-6xl{
    max-width: 72rem !important;
  }

  .sm\:cds-max-w-full{
    max-width: 100% !important;
  }

  .sm\:cds-max-w-screen-sm{
    max-width: 640px !important;
  }

  .sm\:cds-max-w-screen-md{
    max-width: 768px !important;
  }

  .sm\:cds-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .sm\:cds-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .sm\:cds-min-h-0{
    min-height: 0 !important;
  }

  .sm\:cds-min-h-full{
    min-height: 100% !important;
  }

  .sm\:cds-min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:cds-min-w-0{
    min-width: 0 !important;
  }

  .sm\:cds-min-w-full{
    min-width: 100% !important;
  }

  .sm\:cds-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .sm\:cds-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .sm\:cds-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .sm\:cds-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .sm\:cds-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .sm\:cds-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .sm\:cds-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .sm\:cds-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .sm\:cds-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .sm\:cds-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .sm\:cds-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .sm\:cds-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .sm\:cds-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .sm\:cds-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .sm\:cds-opacity-0{
    opacity: 0 !important;
  }

  .sm\:cds-opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:cds-opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:cds-opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:cds-opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:cds-opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:cds-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:cds-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:cds-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:cds-opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:cds-opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:cds-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:cds-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:cds-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:cds-opacity-100:focus{
    opacity: 1 !important;
  }

  .sm\:cds-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:cds-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:cds-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:cds-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:cds-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .sm\:focus\:cds-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .sm\:cds-overflow-auto{
    overflow: auto !important;
  }

  .sm\:cds-overflow-hidden{
    overflow: hidden !important;
  }

  .sm\:cds-overflow-visible{
    overflow: visible !important;
  }

  .sm\:cds-overflow-scroll{
    overflow: scroll !important;
  }

  .sm\:cds-overflow-x-auto{
    overflow-x: auto !important;
  }

  .sm\:cds-overflow-y-auto{
    overflow-y: auto !important;
  }

  .sm\:cds-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .sm\:cds-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .sm\:cds-overflow-x-visible{
    overflow-x: visible !important;
  }

  .sm\:cds-overflow-y-visible{
    overflow-y: visible !important;
  }

  .sm\:cds-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .sm\:cds-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .sm\:cds-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:cds-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:cds-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .sm\:cds-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .sm\:cds-overscroll-none{
    overscroll-behavior: none !important;
  }

  .sm\:cds-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .sm\:cds-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .sm\:cds-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .sm\:cds-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .sm\:cds-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .sm\:cds-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .sm\:cds-p-0{
    padding: 0 !important;
  }

  .sm\:cds-p-1{
    padding: 0.25rem !important;
  }

  .sm\:cds-p-2{
    padding: 0.5rem !important;
  }

  .sm\:cds-p-3{
    padding: 0.75rem !important;
  }

  .sm\:cds-p-4{
    padding: 1rem !important;
  }

  .sm\:cds-p-5{
    padding: 1.25rem !important;
  }

  .sm\:cds-p-6{
    padding: 1.5rem !important;
  }

  .sm\:cds-p-8{
    padding: 2rem !important;
  }

  .sm\:cds-p-10{
    padding: 2.5rem !important;
  }

  .sm\:cds-p-12{
    padding: 3rem !important;
  }

  .sm\:cds-p-16{
    padding: 4rem !important;
  }

  .sm\:cds-p-20{
    padding: 5rem !important;
  }

  .sm\:cds-p-24{
    padding: 6rem !important;
  }

  .sm\:cds-p-32{
    padding: 8rem !important;
  }

  .sm\:cds-p-40{
    padding: 10rem !important;
  }

  .sm\:cds-p-48{
    padding: 12rem !important;
  }

  .sm\:cds-p-56{
    padding: 14rem !important;
  }

  .sm\:cds-p-64{
    padding: 16rem !important;
  }

  .sm\:cds-p-px{
    padding: 1px !important;
  }

  .sm\:cds-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .sm\:cds-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:cds-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:cds-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:cds-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:cds-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:cds-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:cds-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:cds-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:cds-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:cds-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:cds-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:cds-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:cds-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:cds-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:cds-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:cds-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:cds-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:cds-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:cds-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:cds-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:cds-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:cds-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:cds-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:cds-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:cds-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:cds-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:cds-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:cds-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:cds-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:cds-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:cds-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:cds-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:cds-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:cds-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:cds-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:cds-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:cds-pt-0{
    padding-top: 0 !important;
  }

  .sm\:cds-pr-0{
    padding-right: 0 !important;
  }

  .sm\:cds-pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:cds-pl-0{
    padding-left: 0 !important;
  }

  .sm\:cds-pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:cds-pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:cds-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:cds-pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:cds-pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:cds-pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:cds-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:cds-pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:cds-pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:cds-pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:cds-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:cds-pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:cds-pt-4{
    padding-top: 1rem !important;
  }

  .sm\:cds-pr-4{
    padding-right: 1rem !important;
  }

  .sm\:cds-pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:cds-pl-4{
    padding-left: 1rem !important;
  }

  .sm\:cds-pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:cds-pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:cds-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:cds-pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:cds-pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:cds-pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:cds-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:cds-pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:cds-pt-8{
    padding-top: 2rem !important;
  }

  .sm\:cds-pr-8{
    padding-right: 2rem !important;
  }

  .sm\:cds-pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:cds-pl-8{
    padding-left: 2rem !important;
  }

  .sm\:cds-pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:cds-pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:cds-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:cds-pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:cds-pt-12{
    padding-top: 3rem !important;
  }

  .sm\:cds-pr-12{
    padding-right: 3rem !important;
  }

  .sm\:cds-pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:cds-pl-12{
    padding-left: 3rem !important;
  }

  .sm\:cds-pt-16{
    padding-top: 4rem !important;
  }

  .sm\:cds-pr-16{
    padding-right: 4rem !important;
  }

  .sm\:cds-pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:cds-pl-16{
    padding-left: 4rem !important;
  }

  .sm\:cds-pt-20{
    padding-top: 5rem !important;
  }

  .sm\:cds-pr-20{
    padding-right: 5rem !important;
  }

  .sm\:cds-pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:cds-pl-20{
    padding-left: 5rem !important;
  }

  .sm\:cds-pt-24{
    padding-top: 6rem !important;
  }

  .sm\:cds-pr-24{
    padding-right: 6rem !important;
  }

  .sm\:cds-pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:cds-pl-24{
    padding-left: 6rem !important;
  }

  .sm\:cds-pt-32{
    padding-top: 8rem !important;
  }

  .sm\:cds-pr-32{
    padding-right: 8rem !important;
  }

  .sm\:cds-pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:cds-pl-32{
    padding-left: 8rem !important;
  }

  .sm\:cds-pt-40{
    padding-top: 10rem !important;
  }

  .sm\:cds-pr-40{
    padding-right: 10rem !important;
  }

  .sm\:cds-pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:cds-pl-40{
    padding-left: 10rem !important;
  }

  .sm\:cds-pt-48{
    padding-top: 12rem !important;
  }

  .sm\:cds-pr-48{
    padding-right: 12rem !important;
  }

  .sm\:cds-pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:cds-pl-48{
    padding-left: 12rem !important;
  }

  .sm\:cds-pt-56{
    padding-top: 14rem !important;
  }

  .sm\:cds-pr-56{
    padding-right: 14rem !important;
  }

  .sm\:cds-pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:cds-pl-56{
    padding-left: 14rem !important;
  }

  .sm\:cds-pt-64{
    padding-top: 16rem !important;
  }

  .sm\:cds-pr-64{
    padding-right: 16rem !important;
  }

  .sm\:cds-pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:cds-pl-64{
    padding-left: 16rem !important;
  }

  .sm\:cds-pt-px{
    padding-top: 1px !important;
  }

  .sm\:cds-pr-px{
    padding-right: 1px !important;
  }

  .sm\:cds-pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:cds-pl-px{
    padding-left: 1px !important;
  }

  .sm\:cds-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:cds-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:cds-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:cds-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .sm\:cds-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:cds-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:cds-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:cds-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:cds-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:cds-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:cds-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:cds-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:cds-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:cds-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:cds-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:cds-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:cds-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:cds-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:cds-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:cds-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:cds-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:cds-pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:cds-pointer-events-auto{
    pointer-events: auto !important;
  }

  .sm\:cds-static{
    position: static !important;
  }

  .sm\:cds-fixed{
    position: fixed !important;
  }

  .sm\:cds-absolute{
    position: absolute !important;
  }

  .sm\:cds-relative{
    position: relative !important;
  }

  .sm\:cds-sticky{
    position: sticky !important;
  }

  .sm\:cds-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:cds-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:cds-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:cds-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:cds-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:cds-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:cds-top-0{
    top: 0 !important;
  }

  .sm\:cds-right-0{
    right: 0 !important;
  }

  .sm\:cds-bottom-0{
    bottom: 0 !important;
  }

  .sm\:cds-left-0{
    left: 0 !important;
  }

  .sm\:cds-top-auto{
    top: auto !important;
  }

  .sm\:cds-right-auto{
    right: auto !important;
  }

  .sm\:cds-bottom-auto{
    bottom: auto !important;
  }

  .sm\:cds-left-auto{
    left: auto !important;
  }

  .sm\:cds-resize-none{
    resize: none !important;
  }

  .sm\:cds-resize-y{
    resize: vertical !important;
  }

  .sm\:cds-resize-x{
    resize: horizontal !important;
  }

  .sm\:cds-resize{
    resize: both !important;
  }

  .sm\:cds-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:cds-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:cds-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:cds-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:cds-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:cds-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:cds-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:cds-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:cds-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:cds-shadow-none{
    box-shadow: none !important;
  }

  .sm\:hover\:cds-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:cds-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:cds-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:cds-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:cds-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:cds-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:cds-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:cds-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:cds-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:cds-shadow-none:hover{
    box-shadow: none !important;
  }

  .sm\:focus\:cds-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:cds-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:cds-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:cds-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:cds-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:cds-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:cds-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:cds-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:cds-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:cds-shadow-none:focus{
    box-shadow: none !important;
  }

  .sm\:cds-fill-current{
    fill: currentColor !important;
  }

  .sm\:cds-stroke-current{
    stroke: currentColor !important;
  }

  .sm\:cds-stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:cds-stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:cds-stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:cds-table-auto{
    table-layout: auto !important;
  }

  .sm\:cds-table-fixed{
    table-layout: fixed !important;
  }

  .sm\:cds-text-left{
    text-align: left !important;
  }

  .sm\:cds-text-center{
    text-align: center !important;
  }

  .sm\:cds-text-right{
    text-align: right !important;
  }

  .sm\:cds-text-justify{
    text-align: justify !important;
  }

  .sm\:cds-text-transparent{
    color: transparent !important;
  }

  .sm\:cds-text-current{
    color: currentColor !important;
  }

  .sm\:cds-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:cds-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:cds-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:cds-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:cds-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:cds-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:cds-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:cds-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:cds-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:cds-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:cds-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:cds-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:cds-text-current:hover{
    color: currentColor !important;
  }

  .sm\:hover\:cds-text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:hover\:cds-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:cds-text-current:focus{
    color: currentColor !important;
  }

  .sm\:focus\:cds-text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:focus\:cds-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:cds-text-opacity-0{
    --text-opacity: 0 !important;
  }

  .sm\:cds-text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .sm\:cds-text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .sm\:cds-text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .sm\:cds-text-opacity-100{
    --text-opacity: 1 !important;
  }

  .sm\:hover\:cds-text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .sm\:hover\:cds-text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:cds-text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:cds-text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:cds-text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .sm\:focus\:cds-text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .sm\:focus\:cds-text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:cds-text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:cds-text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:cds-text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .sm\:cds-italic{
    font-style: italic !important;
  }

  .sm\:cds-not-italic{
    font-style: normal !important;
  }

  .sm\:cds-uppercase{
    text-transform: uppercase !important;
  }

  .sm\:cds-lowercase{
    text-transform: lowercase !important;
  }

  .sm\:cds-capitalize{
    text-transform: capitalize !important;
  }

  .sm\:cds-normal-case{
    text-transform: none !important;
  }

  .sm\:cds-underline{
    text-decoration: underline !important;
  }

  .sm\:cds-line-through{
    text-decoration: line-through !important;
  }

  .sm\:cds-no-underline{
    text-decoration: none !important;
  }

  .sm\:hover\:cds-underline:hover{
    text-decoration: underline !important;
  }

  .sm\:hover\:cds-line-through:hover{
    text-decoration: line-through !important;
  }

  .sm\:hover\:cds-no-underline:hover{
    text-decoration: none !important;
  }

  .sm\:focus\:cds-underline:focus{
    text-decoration: underline !important;
  }

  .sm\:focus\:cds-line-through:focus{
    text-decoration: line-through !important;
  }

  .sm\:focus\:cds-no-underline:focus{
    text-decoration: none !important;
  }

  .sm\:cds-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .sm\:cds-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .sm\:cds-ordinal, .sm\:cds-slashed-zero, .sm\:cds-lining-nums, .sm\:cds-oldstyle-nums, .sm\:cds-proportional-nums, .sm\:cds-tabular-nums, .sm\:cds-diagonal-fractions, .sm\:cds-stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:cds-normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:cds-ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:cds-slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:cds-lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:cds-oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:cds-proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:cds-tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:cds-diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:cds-stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:cds-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:cds-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:cds-tracking-normal{
    letter-spacing: 0 !important;
  }

  .sm\:cds-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .sm\:cds-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .sm\:cds-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .sm\:cds-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .sm\:cds-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .sm\:cds-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .sm\:cds-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .sm\:cds-align-baseline{
    vertical-align: baseline !important;
  }

  .sm\:cds-align-top{
    vertical-align: top !important;
  }

  .sm\:cds-align-middle{
    vertical-align: middle !important;
  }

  .sm\:cds-align-bottom{
    vertical-align: bottom !important;
  }

  .sm\:cds-align-text-top{
    vertical-align: text-top !important;
  }

  .sm\:cds-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .sm\:cds-visible{
    visibility: visible !important;
  }

  .sm\:cds-invisible{
    visibility: hidden !important;
  }

  .sm\:cds-whitespace-normal{
    white-space: normal !important;
  }

  .sm\:cds-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .sm\:cds-whitespace-pre{
    white-space: pre !important;
  }

  .sm\:cds-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .sm\:cds-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .sm\:cds-break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:cds-break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:cds-break-all{
    word-break: break-all !important;
  }

  .sm\:cds-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:cds-w-0{
    width: 0 !important;
  }

  .sm\:cds-w-1{
    width: 0.25rem !important;
  }

  .sm\:cds-w-2{
    width: 0.5rem !important;
  }

  .sm\:cds-w-3{
    width: 0.75rem !important;
  }

  .sm\:cds-w-4{
    width: 1rem !important;
  }

  .sm\:cds-w-5{
    width: 1.25rem !important;
  }

  .sm\:cds-w-6{
    width: 1.5rem !important;
  }

  .sm\:cds-w-8{
    width: 2rem !important;
  }

  .sm\:cds-w-10{
    width: 2.5rem !important;
  }

  .sm\:cds-w-12{
    width: 3rem !important;
  }

  .sm\:cds-w-16{
    width: 4rem !important;
  }

  .sm\:cds-w-20{
    width: 5rem !important;
  }

  .sm\:cds-w-24{
    width: 6rem !important;
  }

  .sm\:cds-w-32{
    width: 8rem !important;
  }

  .sm\:cds-w-40{
    width: 10rem !important;
  }

  .sm\:cds-w-48{
    width: 12rem !important;
  }

  .sm\:cds-w-56{
    width: 14rem !important;
  }

  .sm\:cds-w-64{
    width: 16rem !important;
  }

  .sm\:cds-w-auto{
    width: auto !important;
  }

  .sm\:cds-w-px{
    width: 1px !important;
  }

  .sm\:cds-w-1\/2{
    width: 50% !important;
  }

  .sm\:cds-w-1\/3{
    width: 33.333333% !important;
  }

  .sm\:cds-w-2\/3{
    width: 66.666667% !important;
  }

  .sm\:cds-w-1\/4{
    width: 25% !important;
  }

  .sm\:cds-w-2\/4{
    width: 50% !important;
  }

  .sm\:cds-w-3\/4{
    width: 75% !important;
  }

  .sm\:cds-w-1\/5{
    width: 20% !important;
  }

  .sm\:cds-w-2\/5{
    width: 40% !important;
  }

  .sm\:cds-w-3\/5{
    width: 60% !important;
  }

  .sm\:cds-w-4\/5{
    width: 80% !important;
  }

  .sm\:cds-w-1\/6{
    width: 16.666667% !important;
  }

  .sm\:cds-w-2\/6{
    width: 33.333333% !important;
  }

  .sm\:cds-w-3\/6{
    width: 50% !important;
  }

  .sm\:cds-w-4\/6{
    width: 66.666667% !important;
  }

  .sm\:cds-w-5\/6{
    width: 83.333333% !important;
  }

  .sm\:cds-w-1\/12{
    width: 8.333333% !important;
  }

  .sm\:cds-w-2\/12{
    width: 16.666667% !important;
  }

  .sm\:cds-w-3\/12{
    width: 25% !important;
  }

  .sm\:cds-w-4\/12{
    width: 33.333333% !important;
  }

  .sm\:cds-w-5\/12{
    width: 41.666667% !important;
  }

  .sm\:cds-w-6\/12{
    width: 50% !important;
  }

  .sm\:cds-w-7\/12{
    width: 58.333333% !important;
  }

  .sm\:cds-w-8\/12{
    width: 66.666667% !important;
  }

  .sm\:cds-w-9\/12{
    width: 75% !important;
  }

  .sm\:cds-w-10\/12{
    width: 83.333333% !important;
  }

  .sm\:cds-w-11\/12{
    width: 91.666667% !important;
  }

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

  .sm\:cds-w-screen{
    width: 100vw !important;
  }

  .sm\:cds-z-0{
    z-index: 0 !important;
  }

  .sm\:cds-z-10{
    z-index: 10 !important;
  }

  .sm\:cds-z-20{
    z-index: 20 !important;
  }

  .sm\:cds-z-30{
    z-index: 30 !important;
  }

  .sm\:cds-z-40{
    z-index: 40 !important;
  }

  .sm\:cds-z-50{
    z-index: 50 !important;
  }

  .sm\:cds-z-auto{
    z-index: auto !important;
  }

  .sm\:cds-gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:cds-gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:cds-gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:cds-gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm\:cds-gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm\:cds-gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:cds-gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:cds-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:cds-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:cds-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:cds-gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:cds-gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:cds-gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:cds-gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:cds-gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:cds-gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:cds-gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:cds-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:cds-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:cds-col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:cds-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:cds-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:cds-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:cds-col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:cds-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:cds-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:cds-col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:cds-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:cds-col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:cds-col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:cds-col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:cds-col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:cds-col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:cds-col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:cds-col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:cds-col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:cds-col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:cds-col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:cds-gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .sm\:cds-gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .sm\:cds-gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .sm\:cds-gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .sm\:cds-gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .sm\:cds-gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .sm\:cds-gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .sm\:cds-gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .sm\:cds-gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .sm\:cds-gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .sm\:cds-gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .sm\:cds-gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .sm\:cds-gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .sm\:cds-gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .sm\:cds-gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .sm\:cds-gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .sm\:cds-gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .sm\:cds-gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .sm\:cds-gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .sm\:cds-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:cds-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:cds-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:cds-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:cds-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:cds-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:cds-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:cds-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:cds-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:cds-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:cds-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:cds-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:cds-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:cds-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:cds-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:cds-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:cds-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:cds-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:cds-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:cds-gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:cds-gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:cds-gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:cds-gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:cds-gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:cds-gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:cds-gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:cds-gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:cds-gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:cds-gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:cds-gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:cds-gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:cds-gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:cds-gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:cds-gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:cds-gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:cds-gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:cds-gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:cds-gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:cds-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .sm\:cds-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .sm\:cds-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .sm\:cds-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:cds-grid-cols-none{
    grid-template-columns: none !important;
  }

  .sm\:cds-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:cds-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .sm\:cds-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .sm\:cds-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .sm\:cds-col-auto{
    grid-column: auto !important;
  }

  .sm\:cds-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .sm\:cds-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .sm\:cds-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .sm\:cds-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .sm\:cds-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .sm\:cds-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .sm\:cds-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .sm\:cds-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .sm\:cds-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .sm\:cds-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .sm\:cds-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .sm\:cds-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .sm\:cds-col-span-full{
    grid-column: 1 / -1 !important;
  }

  .sm\:cds-col-start-1{
    grid-column-start: 1 !important;
  }

  .sm\:cds-col-start-2{
    grid-column-start: 2 !important;
  }

  .sm\:cds-col-start-3{
    grid-column-start: 3 !important;
  }

  .sm\:cds-col-start-4{
    grid-column-start: 4 !important;
  }

  .sm\:cds-col-start-5{
    grid-column-start: 5 !important;
  }

  .sm\:cds-col-start-6{
    grid-column-start: 6 !important;
  }

  .sm\:cds-col-start-7{
    grid-column-start: 7 !important;
  }

  .sm\:cds-col-start-8{
    grid-column-start: 8 !important;
  }

  .sm\:cds-col-start-9{
    grid-column-start: 9 !important;
  }

  .sm\:cds-col-start-10{
    grid-column-start: 10 !important;
  }

  .sm\:cds-col-start-11{
    grid-column-start: 11 !important;
  }

  .sm\:cds-col-start-12{
    grid-column-start: 12 !important;
  }

  .sm\:cds-col-start-13{
    grid-column-start: 13 !important;
  }

  .sm\:cds-col-start-auto{
    grid-column-start: auto !important;
  }

  .sm\:cds-col-end-1{
    grid-column-end: 1 !important;
  }

  .sm\:cds-col-end-2{
    grid-column-end: 2 !important;
  }

  .sm\:cds-col-end-3{
    grid-column-end: 3 !important;
  }

  .sm\:cds-col-end-4{
    grid-column-end: 4 !important;
  }

  .sm\:cds-col-end-5{
    grid-column-end: 5 !important;
  }

  .sm\:cds-col-end-6{
    grid-column-end: 6 !important;
  }

  .sm\:cds-col-end-7{
    grid-column-end: 7 !important;
  }

  .sm\:cds-col-end-8{
    grid-column-end: 8 !important;
  }

  .sm\:cds-col-end-9{
    grid-column-end: 9 !important;
  }

  .sm\:cds-col-end-10{
    grid-column-end: 10 !important;
  }

  .sm\:cds-col-end-11{
    grid-column-end: 11 !important;
  }

  .sm\:cds-col-end-12{
    grid-column-end: 12 !important;
  }

  .sm\:cds-col-end-13{
    grid-column-end: 13 !important;
  }

  .sm\:cds-col-end-auto{
    grid-column-end: auto !important;
  }

  .sm\:cds-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .sm\:cds-grid-rows-none{
    grid-template-rows: none !important;
  }

  .sm\:cds-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:cds-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .sm\:cds-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .sm\:cds-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .sm\:cds-row-auto{
    grid-row: auto !important;
  }

  .sm\:cds-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .sm\:cds-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .sm\:cds-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .sm\:cds-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .sm\:cds-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .sm\:cds-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .sm\:cds-row-span-full{
    grid-row: 1 / -1 !important;
  }

  .sm\:cds-row-start-1{
    grid-row-start: 1 !important;
  }

  .sm\:cds-row-start-2{
    grid-row-start: 2 !important;
  }

  .sm\:cds-row-start-3{
    grid-row-start: 3 !important;
  }

  .sm\:cds-row-start-4{
    grid-row-start: 4 !important;
  }

  .sm\:cds-row-start-5{
    grid-row-start: 5 !important;
  }

  .sm\:cds-row-start-6{
    grid-row-start: 6 !important;
  }

  .sm\:cds-row-start-7{
    grid-row-start: 7 !important;
  }

  .sm\:cds-row-start-auto{
    grid-row-start: auto !important;
  }

  .sm\:cds-row-end-1{
    grid-row-end: 1 !important;
  }

  .sm\:cds-row-end-2{
    grid-row-end: 2 !important;
  }

  .sm\:cds-row-end-3{
    grid-row-end: 3 !important;
  }

  .sm\:cds-row-end-4{
    grid-row-end: 4 !important;
  }

  .sm\:cds-row-end-5{
    grid-row-end: 5 !important;
  }

  .sm\:cds-row-end-6{
    grid-row-end: 6 !important;
  }

  .sm\:cds-row-end-7{
    grid-row-end: 7 !important;
  }

  .sm\:cds-row-end-auto{
    grid-row-end: auto !important;
  }

  .sm\:cds-transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .sm\:cds-transform-none{
    transform: none !important;
  }

  .sm\:cds-origin-center{
    transform-origin: center !important;
  }

  .sm\:cds-origin-top{
    transform-origin: top !important;
  }

  .sm\:cds-origin-top-right{
    transform-origin: top right !important;
  }

  .sm\:cds-origin-right{
    transform-origin: right !important;
  }

  .sm\:cds-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .sm\:cds-origin-bottom{
    transform-origin: bottom !important;
  }

  .sm\:cds-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .sm\:cds-origin-left{
    transform-origin: left !important;
  }

  .sm\:cds-origin-top-left{
    transform-origin: top left !important;
  }

  .sm\:cds-scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:cds-scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:cds-scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:cds-scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:cds-scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:cds-scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:cds-scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:cds-scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:cds-scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:cds-scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:cds-scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .sm\:cds-scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .sm\:cds-scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .sm\:cds-scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .sm\:cds-scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .sm\:cds-scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .sm\:cds-scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:cds-scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:cds-scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:cds-scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:cds-scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .sm\:cds-scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .sm\:cds-scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .sm\:cds-scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .sm\:cds-scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .sm\:cds-scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .sm\:cds-scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:cds-scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:cds-scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:cds-scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:cds-scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:cds-scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:cds-scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:cds-scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:cds-scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:cds-scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:cds-scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:cds-scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:cds-scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:cds-scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:cds-scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:cds-scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:cds-scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:cds-scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:cds-scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:cds-scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:cds-scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:cds-scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:cds-scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:cds-scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:cds-scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:cds-scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:cds-scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:cds-scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:cds-scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:cds-scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:cds-scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:cds-scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:cds-scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:cds-scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:cds-scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:cds-scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:cds-scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:cds-scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:cds-scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:cds-scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:cds-scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:cds-scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:cds-scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:cds-scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:cds-scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:cds-scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:cds-scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:cds-scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:cds-scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:cds-scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:cds-scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:cds-scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:cds-scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:cds-scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:cds-scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:cds-scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:cds-scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:cds-scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:cds-scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:cds-scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:cds-scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:cds-scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:cds-scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:cds-scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:cds-rotate-0{
    --transform-rotate: 0 !important;
  }

  .sm\:cds-rotate-1{
    --transform-rotate: 1deg !important;
  }

  .sm\:cds-rotate-2{
    --transform-rotate: 2deg !important;
  }

  .sm\:cds-rotate-3{
    --transform-rotate: 3deg !important;
  }

  .sm\:cds-rotate-6{
    --transform-rotate: 6deg !important;
  }

  .sm\:cds-rotate-12{
    --transform-rotate: 12deg !important;
  }

  .sm\:cds-rotate-45{
    --transform-rotate: 45deg !important;
  }

  .sm\:cds-rotate-90{
    --transform-rotate: 90deg !important;
  }

  .sm\:cds-rotate-180{
    --transform-rotate: 180deg !important;
  }

  .sm\:cds--rotate-180{
    --transform-rotate: -180deg !important;
  }

  .sm\:cds--rotate-90{
    --transform-rotate: -90deg !important;
  }

  .sm\:cds--rotate-45{
    --transform-rotate: -45deg !important;
  }

  .sm\:cds--rotate-12{
    --transform-rotate: -12deg !important;
  }

  .sm\:cds--rotate-6{
    --transform-rotate: -6deg !important;
  }

  .sm\:cds--rotate-3{
    --transform-rotate: -3deg !important;
  }

  .sm\:cds--rotate-2{
    --transform-rotate: -2deg !important;
  }

  .sm\:cds--rotate-1{
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:cds-rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:cds-rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:cds-rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:cds-rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:cds-rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:cds-rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:cds-rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:cds-rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:cds-rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:cds--rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:cds--rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:cds--rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:cds--rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:cds--rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:cds--rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:cds--rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:cds--rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:cds-rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:cds-rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:cds-rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:cds-rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:cds-rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:cds-rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:cds-rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:cds-rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:cds-rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:cds--rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:cds--rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:cds--rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:cds--rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:cds--rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:cds--rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:cds--rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:cds--rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .sm\:cds-translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .sm\:cds-translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:cds-translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:cds-translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:cds-translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .sm\:cds-translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:cds-translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:cds-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .sm\:cds-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:cds-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .sm\:cds-translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .sm\:cds-translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .sm\:cds-translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .sm\:cds-translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .sm\:cds-translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .sm\:cds-translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .sm\:cds-translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .sm\:cds-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .sm\:cds-translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .sm\:cds--translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:cds--translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:cds--translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:cds--translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .sm\:cds--translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:cds--translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:cds--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .sm\:cds--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:cds--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .sm\:cds--translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .sm\:cds--translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .sm\:cds--translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .sm\:cds--translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .sm\:cds--translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .sm\:cds--translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .sm\:cds--translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .sm\:cds--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .sm\:cds--translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .sm\:cds--translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .sm\:cds--translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .sm\:cds-translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .sm\:cds-translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .sm\:cds-translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .sm\:cds-translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:cds-translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:cds-translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:cds-translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .sm\:cds-translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:cds-translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:cds-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .sm\:cds-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:cds-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .sm\:cds-translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .sm\:cds-translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .sm\:cds-translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .sm\:cds-translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .sm\:cds-translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .sm\:cds-translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .sm\:cds-translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .sm\:cds-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .sm\:cds-translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .sm\:cds--translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:cds--translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:cds--translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:cds--translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .sm\:cds--translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:cds--translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:cds--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .sm\:cds--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:cds--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .sm\:cds--translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .sm\:cds--translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .sm\:cds--translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .sm\:cds--translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .sm\:cds--translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .sm\:cds--translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .sm\:cds--translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .sm\:cds--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .sm\:cds--translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .sm\:cds--translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .sm\:cds--translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .sm\:cds-translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .sm\:cds-translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:cds-translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:cds-translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:cds-translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:cds-translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:cds-translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:cds-translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:cds-translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:cds-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:cds-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:cds-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:cds-translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:cds-translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:cds-translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:cds-translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:cds-translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:cds-translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:cds-translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:cds-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:cds-translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:cds--translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:cds--translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:cds--translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:cds--translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:cds--translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:cds--translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:cds--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:cds--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:cds--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:cds--translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:cds--translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:cds--translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:cds--translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:cds--translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:cds--translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:cds--translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:cds--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:cds--translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:cds--translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:cds--translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:cds-translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:cds-translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:cds-translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:cds-translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:cds-translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:cds-translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:cds-translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:cds-translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:cds-translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:cds-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:cds-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:cds-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:cds-translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:cds-translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:cds-translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:cds-translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:cds-translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:cds-translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:cds-translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:cds-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:cds-translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:cds--translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:cds--translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:cds--translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:cds--translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:cds--translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:cds--translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:cds--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:cds--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:cds--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:cds--translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:cds--translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:cds--translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:cds--translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:cds--translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:cds--translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:cds--translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:cds--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:cds--translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:cds--translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:cds--translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:cds-translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:cds-translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:cds-translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:cds-translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:cds-translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:cds-translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:cds-translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:cds-translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:cds-translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:cds-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:cds-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:cds-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:cds-translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:cds-translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:cds-translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:cds-translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:cds-translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:cds-translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:cds-translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:cds-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:cds-translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:cds--translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:cds--translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:cds--translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:cds--translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:cds--translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:cds--translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:cds--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:cds--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:cds--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:cds--translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:cds--translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:cds--translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:cds--translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:cds--translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:cds--translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:cds--translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:cds--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:cds--translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:cds--translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:cds--translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:cds-translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:cds-translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:cds-translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:cds-translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:cds-translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:cds-translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:cds-translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:cds-translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:cds-translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:cds-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:cds-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:cds-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:cds-translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:cds-translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:cds-translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:cds-translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:cds-translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:cds-translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:cds-translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:cds-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:cds-translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:cds--translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:cds--translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:cds--translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:cds--translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:cds--translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:cds--translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:cds--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:cds--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:cds--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:cds--translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:cds--translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:cds--translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:cds--translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:cds--translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:cds--translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:cds--translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:cds--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:cds--translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:cds--translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:cds--translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:cds-translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:cds-translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .sm\:cds-skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .sm\:cds-skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .sm\:cds-skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .sm\:cds-skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .sm\:cds-skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .sm\:cds-skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .sm\:cds--skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .sm\:cds--skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .sm\:cds--skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .sm\:cds--skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .sm\:cds--skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .sm\:cds-skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .sm\:cds-skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .sm\:cds-skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .sm\:cds-skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .sm\:cds-skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .sm\:cds-skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .sm\:cds--skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .sm\:cds--skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .sm\:cds--skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .sm\:cds--skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .sm\:cds--skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:cds-skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:cds-skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:cds-skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:cds-skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:cds-skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:cds-skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:cds--skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:cds--skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:cds--skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:cds--skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:cds--skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:cds-skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:cds-skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:cds-skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:cds-skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:cds-skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:cds-skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:cds--skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:cds--skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:cds--skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:cds--skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:cds--skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:cds-skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:cds-skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:cds-skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:cds-skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:cds-skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:cds-skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:cds--skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:cds--skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:cds--skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:cds--skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:cds--skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:cds-skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:cds-skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:cds-skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:cds-skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:cds-skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:cds-skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:cds--skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:cds--skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:cds--skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:cds--skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:cds--skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .sm\:cds-transition-none{
    transition-property: none !important;
  }

  .sm\:cds-transition-all{
    transition-property: all !important;
  }

  .sm\:cds-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .sm\:cds-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:cds-transition-opacity{
    transition-property: opacity !important;
  }

  .sm\:cds-transition-shadow{
    transition-property: box-shadow !important;
  }

  .sm\:cds-transition-transform{
    transition-property: transform !important;
  }

  .sm\:cds-ease-linear{
    transition-timing-function: linear !important;
  }

  .sm\:cds-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:cds-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .sm\:cds-duration-75{
    transition-duration: 75ms !important;
  }

  .sm\:cds-duration-100{
    transition-duration: 100ms !important;
  }

  .sm\:cds-duration-150{
    transition-duration: 150ms !important;
  }

  .sm\:cds-duration-200{
    transition-duration: 200ms !important;
  }

  .sm\:cds-duration-300{
    transition-duration: 300ms !important;
  }

  .sm\:cds-duration-500{
    transition-duration: 500ms !important;
  }

  .sm\:cds-duration-700{
    transition-duration: 700ms !important;
  }

  .sm\:cds-duration-1000{
    transition-duration: 1000ms !important;
  }

  .sm\:cds-delay-75{
    transition-delay: 75ms !important;
  }

  .sm\:cds-delay-100{
    transition-delay: 100ms !important;
  }

  .sm\:cds-delay-150{
    transition-delay: 150ms !important;
  }

  .sm\:cds-delay-200{
    transition-delay: 200ms !important;
  }

  .sm\:cds-delay-300{
    transition-delay: 300ms !important;
  }

  .sm\:cds-delay-500{
    transition-delay: 500ms !important;
  }

  .sm\:cds-delay-700{
    transition-delay: 700ms !important;
  }

  .sm\:cds-delay-1000{
    transition-delay: 1000ms !important;
  }

  .sm\:cds-animate-none{
    animation: none !important;
  }

  .sm\:cds-animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .sm\:cds-animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:cds-animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:cds-animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px){
  .md\:cds-container{
    width: 100%;
  }

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

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

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

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

  .md\:cds-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:cds-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:cds--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:cds-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .md\:cds-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .md\:cds-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:cds-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:cds-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:cds-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:cds-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:cds-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:cds-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:cds-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:cds-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:cds-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:cds-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .md\:cds-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .md\:cds-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .md\:cds-divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .md\:cds-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .md\:cds-divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .md\:cds-divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .md\:cds-divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .md\:cds-divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .md\:cds-divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .md\:cds-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .md\:cds-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .md\:cds-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .md\:cds-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .md\:cds-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .md\:cds-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:cds-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:focus\:cds-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .md\:focus\:cds-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .md\:cds-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .md\:cds-bg-fixed{
    background-attachment: fixed !important;
  }

  .md\:cds-bg-local{
    background-attachment: local !important;
  }

  .md\:cds-bg-scroll{
    background-attachment: scroll !important;
  }

  .md\:cds-bg-clip-border{
    background-clip: border-box !important;
  }

  .md\:cds-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .md\:cds-bg-clip-content{
    background-clip: content-box !important;
  }

  .md\:cds-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .md\:cds-bg-transparent{
    background-color: transparent !important;
  }

  .md\:cds-bg-current{
    background-color: currentColor !important;
  }

  .md\:cds-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-transparent:hover{
    background-color: transparent !important;
  }

  .md\:hover\:cds-bg-current:hover{
    background-color: currentColor !important;
  }

  .md\:hover\:cds-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:hover\:cds-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-transparent:focus{
    background-color: transparent !important;
  }

  .md\:focus\:cds-bg-current:focus{
    background-color: currentColor !important;
  }

  .md\:focus\:cds-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:focus\:cds-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:cds-bg-none{
    background-image: none !important;
  }

  .md\:cds-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:cds-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:cds-from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:cds-from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:cds-from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:cds-from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:cds-from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:cds-from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:cds-from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:cds-from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:cds-from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:cds-from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:cds-from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:cds-from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:cds-from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:cds-from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:cds-from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:cds-from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:cds-from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:cds-from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:cds-from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:cds-from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:cds-from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:cds-from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:cds-from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:cds-from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:cds-from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:cds-from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:cds-from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:cds-from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:cds-from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:cds-from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:cds-from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:cds-from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:cds-from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:cds-from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:cds-from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:cds-from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:cds-from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:cds-from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:cds-from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:cds-from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:cds-from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:cds-from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:cds-from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:cds-from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:cds-from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:cds-from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:cds-from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:cds-from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:cds-from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:cds-from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:cds-from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:cds-from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:cds-from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:cds-from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:cds-from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:cds-from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:cds-from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:cds-from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:cds-from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:cds-from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:cds-from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:cds-from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:cds-from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:cds-from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:cds-from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:cds-from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:cds-from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:cds-from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:cds-from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:cds-from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:cds-from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:cds-from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:cds-from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:cds-from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:cds-from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:cds-from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:cds-from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:cds-from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:cds-from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:cds-from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:cds-from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:cds-from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:cds-from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:cds-from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:cds-from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:cds-from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:cds-from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:cds-from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:cds-from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:cds-from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:cds-from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:cds-from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:cds-from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:cds-from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:cds-via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:cds-via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:cds-via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:cds-via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:cds-via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:cds-via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:cds-via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:cds-via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:cds-via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:cds-via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:cds-via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:cds-via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:cds-via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:cds-via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:cds-via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:cds-via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:cds-via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:cds-via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:cds-via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:cds-via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:cds-via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:cds-via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:cds-via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:cds-via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:cds-via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:cds-via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:cds-via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:cds-via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:cds-via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:cds-via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:cds-via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:cds-via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:cds-via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:cds-via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:cds-via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:cds-via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:cds-via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:cds-via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:cds-via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:cds-via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:cds-via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:cds-via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:cds-via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:cds-via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:cds-via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:cds-via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:cds-via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:cds-via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:cds-via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:cds-via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:cds-via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:cds-via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:cds-via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:cds-via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:cds-via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:cds-via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:cds-via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:cds-via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:cds-via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:cds-via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:cds-via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:cds-via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:cds-via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:cds-via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:cds-via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:cds-via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:cds-via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:cds-via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:cds-via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:cds-via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:cds-via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:cds-via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:cds-via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:cds-via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:cds-via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:cds-via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:cds-via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:cds-via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:cds-via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:cds-via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:cds-via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:cds-via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:cds-via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:cds-via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:cds-via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:cds-via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:cds-via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:cds-via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:cds-via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:cds-via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:cds-via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:cds-via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:cds-via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:cds-via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:cds-to-transparent{
    --gradient-to-color: transparent !important;
  }

  .md\:cds-to-current{
    --gradient-to-color: currentColor !important;
  }

  .md\:cds-to-black{
    --gradient-to-color: #000 !important;
  }

  .md\:cds-to-white{
    --gradient-to-color: #fff !important;
  }

  .md\:cds-to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:cds-to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:cds-to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:cds-to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:cds-to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:cds-to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .md\:cds-to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:cds-to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:cds-to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .md\:cds-to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:cds-to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:cds-to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:cds-to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:cds-to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .md\:cds-to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:cds-to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .md\:cds-to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:cds-to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .md\:cds-to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:cds-to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:cds-to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:cds-to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:cds-to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:cds-to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:cds-to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .md\:cds-to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:cds-to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .md\:cds-to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:cds-to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:cds-to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .md\:cds-to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:cds-to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:cds-to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:cds-to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .md\:cds-to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .md\:cds-to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .md\:cds-to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:cds-to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:cds-to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:cds-to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .md\:cds-to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:cds-to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .md\:cds-to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .md\:cds-to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .md\:cds-to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .md\:cds-to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:cds-to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:cds-to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:cds-to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:cds-to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:cds-to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .md\:cds-to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:cds-to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .md\:cds-to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .md\:cds-to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:cds-to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:cds-to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:cds-to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:cds-to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:cds-to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .md\:cds-to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:cds-to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:cds-to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:cds-to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:cds-to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:cds-to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:cds-to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:cds-to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .md\:cds-to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:cds-to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:cds-to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .md\:cds-to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .md\:cds-to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:cds-to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:cds-to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:cds-to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:cds-to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:cds-to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:cds-to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:cds-to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .md\:cds-to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .md\:cds-to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:cds-to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:cds-to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:cds-to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:cds-to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:cds-to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:cds-to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .md\:cds-to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .md\:cds-to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .md\:hover\:cds-from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:cds-from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:cds-from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:cds-from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:cds-from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:cds-from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:cds-from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:cds-from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:cds-from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:cds-from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:cds-from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:cds-from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:cds-from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:cds-from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:cds-from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:cds-from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:cds-from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:cds-from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:cds-from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:cds-from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:cds-from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:cds-from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:cds-from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:cds-from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:cds-from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:cds-from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:cds-from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:cds-from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:cds-from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:cds-from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:cds-from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:cds-from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:cds-from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:cds-from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:cds-from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:cds-from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:cds-from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:cds-from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:cds-from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:cds-from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:cds-from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:cds-from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:cds-from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:cds-from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:cds-from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:cds-from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:cds-from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:cds-from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:cds-from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:cds-from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:cds-from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:cds-from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:cds-from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:cds-from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:cds-from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:cds-from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:cds-from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:cds-from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:cds-from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:cds-from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:cds-from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:cds-from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:cds-from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:cds-from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:cds-from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:cds-from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:cds-from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:cds-from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:cds-from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:cds-from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:cds-from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:cds-from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:cds-from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:cds-from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:cds-from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:cds-from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:cds-from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:cds-from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:cds-via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:cds-via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:cds-via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:cds-via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:cds-via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:cds-via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:cds-via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:cds-via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:cds-via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:cds-via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:cds-via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:cds-via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:cds-via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:cds-via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:hover\:cds-via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:hover\:cds-via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:hover\:cds-via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:hover\:cds-via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:hover\:cds-via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:hover\:cds-via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:hover\:cds-via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:hover\:cds-via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:hover\:cds-via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:cds-via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:cds-via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:cds-via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:cds-via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:cds-via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:cds-via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:cds-via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:cds-via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:cds-via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:cds-via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:cds-via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:cds-via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:cds-via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:cds-via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:cds-via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:cds-via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:cds-via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:cds-via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:cds-via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:cds-via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:cds-via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:cds-via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:cds-via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:cds-via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:cds-via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:cds-via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:cds-via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:cds-via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:cds-via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:cds-via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:cds-via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:cds-via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:cds-via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:cds-via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:cds-via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:cds-via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:cds-via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:cds-via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:cds-via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:cds-via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:cds-via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:cds-via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:cds-via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:cds-via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:cds-via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:cds-via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:cds-via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:cds-via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:cds-via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:cds-via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:cds-via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:cds-via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:cds-via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:cds-via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:cds-via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:cds-to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:cds-to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .md\:hover\:cds-to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .md\:hover\:cds-to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .md\:hover\:cds-to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:hover\:cds-to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:hover\:cds-to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:hover\:cds-to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:hover\:cds-to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:hover\:cds-to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .md\:hover\:cds-to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:hover\:cds-to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:hover\:cds-to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .md\:hover\:cds-to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:hover\:cds-to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:hover\:cds-to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:hover\:cds-to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:hover\:cds-to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .md\:hover\:cds-to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:hover\:cds-to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .md\:hover\:cds-to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:hover\:cds-to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .md\:hover\:cds-to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:hover\:cds-to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:hover\:cds-to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:hover\:cds-to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:hover\:cds-to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:hover\:cds-to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:hover\:cds-to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .md\:hover\:cds-to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:hover\:cds-to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .md\:hover\:cds-to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:hover\:cds-to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:hover\:cds-to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .md\:hover\:cds-to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:hover\:cds-to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:hover\:cds-to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:hover\:cds-to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .md\:hover\:cds-to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .md\:hover\:cds-to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .md\:hover\:cds-to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:hover\:cds-to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:hover\:cds-to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:hover\:cds-to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .md\:hover\:cds-to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:hover\:cds-to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .md\:hover\:cds-to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .md\:hover\:cds-to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .md\:hover\:cds-to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .md\:hover\:cds-to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:hover\:cds-to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:hover\:cds-to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:hover\:cds-to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:hover\:cds-to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:hover\:cds-to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .md\:hover\:cds-to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:hover\:cds-to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .md\:hover\:cds-to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .md\:hover\:cds-to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:hover\:cds-to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:hover\:cds-to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:hover\:cds-to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:hover\:cds-to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:hover\:cds-to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .md\:hover\:cds-to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:hover\:cds-to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:hover\:cds-to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:hover\:cds-to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:hover\:cds-to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:hover\:cds-to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:hover\:cds-to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:hover\:cds-to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .md\:hover\:cds-to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:hover\:cds-to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:hover\:cds-to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .md\:hover\:cds-to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .md\:hover\:cds-to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:hover\:cds-to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:hover\:cds-to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:hover\:cds-to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:hover\:cds-to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:hover\:cds-to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:hover\:cds-to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:hover\:cds-to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .md\:hover\:cds-to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .md\:hover\:cds-to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:hover\:cds-to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:hover\:cds-to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:hover\:cds-to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:hover\:cds-to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:hover\:cds-to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:hover\:cds-to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .md\:hover\:cds-to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .md\:hover\:cds-to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .md\:focus\:cds-from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:cds-from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:cds-from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:cds-from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:cds-from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:cds-from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:cds-from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:cds-from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:cds-from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:cds-from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:cds-from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:cds-from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:cds-from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:cds-from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:cds-from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:cds-from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:cds-from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:cds-from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:cds-from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:cds-from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:cds-from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:cds-from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:cds-from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:cds-from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:cds-from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:cds-from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:cds-from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:cds-from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:cds-from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:cds-from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:cds-from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:cds-from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:cds-from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:cds-from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:cds-from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:cds-from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:cds-from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:cds-from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:cds-from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:cds-from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:cds-from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:cds-from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:cds-from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:cds-from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:cds-from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:cds-from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:cds-from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:cds-from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:cds-from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:cds-from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:cds-from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:cds-from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:cds-from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:cds-from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:cds-from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:cds-from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:cds-from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:cds-from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:cds-from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:cds-from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:cds-from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:cds-from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:cds-from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:cds-from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:cds-from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:cds-from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:cds-from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:cds-from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:cds-from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:cds-from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:cds-from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:cds-from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:cds-from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:cds-from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:cds-from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:cds-from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:cds-from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:cds-from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:cds-via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:cds-via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:cds-via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:cds-via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:cds-via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:cds-via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:cds-via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:cds-via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:cds-via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:cds-via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:cds-via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:cds-via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:cds-via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:cds-via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .md\:focus\:cds-via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .md\:focus\:cds-via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .md\:focus\:cds-via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .md\:focus\:cds-via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .md\:focus\:cds-via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .md\:focus\:cds-via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .md\:focus\:cds-via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .md\:focus\:cds-via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .md\:focus\:cds-via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:cds-via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:cds-via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:cds-via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:cds-via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:cds-via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:cds-via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:cds-via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:cds-via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:cds-via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:cds-via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:cds-via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:cds-via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:cds-via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:cds-via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:cds-via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:cds-via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:cds-via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:cds-via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:cds-via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:cds-via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:cds-via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:cds-via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:cds-via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:cds-via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:cds-via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:cds-via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:cds-via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:cds-via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:cds-via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:cds-via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:cds-via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:cds-via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:cds-via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:cds-via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:cds-via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:cds-via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:cds-via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:cds-via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:cds-via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:cds-via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:cds-via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:cds-via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:cds-via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:cds-via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:cds-via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:cds-via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:cds-via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:cds-via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:cds-via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:cds-via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:cds-via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:cds-via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:cds-via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:cds-via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:cds-via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:cds-to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:cds-to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .md\:focus\:cds-to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .md\:focus\:cds-to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .md\:focus\:cds-to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:focus\:cds-to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:focus\:cds-to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:focus\:cds-to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:focus\:cds-to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:focus\:cds-to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .md\:focus\:cds-to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:focus\:cds-to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:focus\:cds-to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .md\:focus\:cds-to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .md\:focus\:cds-to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .md\:focus\:cds-to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .md\:focus\:cds-to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .md\:focus\:cds-to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .md\:focus\:cds-to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .md\:focus\:cds-to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .md\:focus\:cds-to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .md\:focus\:cds-to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .md\:focus\:cds-to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:focus\:cds-to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:focus\:cds-to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:focus\:cds-to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:focus\:cds-to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:focus\:cds-to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:focus\:cds-to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .md\:focus\:cds-to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:focus\:cds-to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .md\:focus\:cds-to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:focus\:cds-to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:focus\:cds-to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .md\:focus\:cds-to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:focus\:cds-to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:focus\:cds-to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:focus\:cds-to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .md\:focus\:cds-to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .md\:focus\:cds-to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .md\:focus\:cds-to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:focus\:cds-to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:focus\:cds-to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:focus\:cds-to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .md\:focus\:cds-to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:focus\:cds-to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .md\:focus\:cds-to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .md\:focus\:cds-to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .md\:focus\:cds-to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .md\:focus\:cds-to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:focus\:cds-to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:focus\:cds-to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:focus\:cds-to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:focus\:cds-to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:focus\:cds-to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .md\:focus\:cds-to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:focus\:cds-to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .md\:focus\:cds-to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .md\:focus\:cds-to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:focus\:cds-to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:focus\:cds-to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:focus\:cds-to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:focus\:cds-to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:focus\:cds-to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .md\:focus\:cds-to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:focus\:cds-to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:focus\:cds-to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:focus\:cds-to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:focus\:cds-to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:focus\:cds-to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:focus\:cds-to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:focus\:cds-to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .md\:focus\:cds-to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:focus\:cds-to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:focus\:cds-to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .md\:focus\:cds-to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .md\:focus\:cds-to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:focus\:cds-to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:focus\:cds-to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:focus\:cds-to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:focus\:cds-to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:focus\:cds-to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:focus\:cds-to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:focus\:cds-to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .md\:focus\:cds-to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .md\:focus\:cds-to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:focus\:cds-to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:focus\:cds-to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:focus\:cds-to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:focus\:cds-to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:focus\:cds-to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:focus\:cds-to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .md\:focus\:cds-to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .md\:focus\:cds-to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .md\:cds-bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .md\:cds-bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .md\:cds-bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .md\:cds-bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .md\:cds-bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .md\:hover\:cds-bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .md\:hover\:cds-bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:cds-bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:cds-bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:cds-bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .md\:focus\:cds-bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .md\:focus\:cds-bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:cds-bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:cds-bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:cds-bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .md\:cds-bg-bottom{
    background-position: bottom !important;
  }

  .md\:cds-bg-center{
    background-position: center !important;
  }

  .md\:cds-bg-left{
    background-position: left !important;
  }

  .md\:cds-bg-left-bottom{
    background-position: left bottom !important;
  }

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

  .md\:cds-bg-right{
    background-position: right !important;
  }

  .md\:cds-bg-right-bottom{
    background-position: right bottom !important;
  }

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

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

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

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

  .md\:cds-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .md\:cds-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .md\:cds-bg-repeat-round{
    background-repeat: round !important;
  }

  .md\:cds-bg-repeat-space{
    background-repeat: space !important;
  }

  .md\:cds-bg-auto{
    background-size: auto !important;
  }

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

  .md\:cds-bg-contain{
    background-size: contain !important;
  }

  .md\:cds-border-collapse{
    border-collapse: collapse !important;
  }

  .md\:cds-border-separate{
    border-collapse: separate !important;
  }

  .md\:cds-border-transparent{
    border-color: transparent !important;
  }

  .md\:cds-border-current{
    border-color: currentColor !important;
  }

  .md\:cds-border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:cds-border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:cds-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:cds-border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:cds-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:cds-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:cds-border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:cds-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:cds-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:cds-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:cds-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:cds-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-transparent:hover{
    border-color: transparent !important;
  }

  .md\:hover\:cds-border-current:hover{
    border-color: currentColor !important;
  }

  .md\:hover\:cds-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:hover\:cds-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-transparent:focus{
    border-color: transparent !important;
  }

  .md\:focus\:cds-border-current:focus{
    border-color: currentColor !important;
  }

  .md\:focus\:cds-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:focus\:cds-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:cds-border-opacity-0{
    --border-opacity: 0 !important;
  }

  .md\:cds-border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .md\:cds-border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .md\:cds-border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .md\:cds-border-opacity-100{
    --border-opacity: 1 !important;
  }

  .md\:hover\:cds-border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .md\:hover\:cds-border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:cds-border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:cds-border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:cds-border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .md\:focus\:cds-border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .md\:focus\:cds-border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:cds-border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:cds-border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:cds-border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .md\:cds-rounded-none{
    border-radius: 0 !important;
  }

  .md\:cds-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .md\:cds-rounded{
    border-radius: 0.25rem !important;
  }

  .md\:cds-rounded-md{
    border-radius: 0.375rem !important;
  }

  .md\:cds-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .md\:cds-rounded-xl{
    border-radius: 0.75rem !important;
  }

  .md\:cds-rounded-2xl{
    border-radius: 1rem !important;
  }

  .md\:cds-rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .md\:cds-rounded-full{
    border-radius: 9999px !important;
  }

  .md\:cds-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:cds-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:cds-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:cds-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:cds-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:cds-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:cds-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:cds-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:cds-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:cds-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:cds-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:cds-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:cds-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:cds-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:cds-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:cds-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:cds-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:cds-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:cds-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:cds-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:cds-rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:cds-rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:cds-rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:cds-rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:cds-rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:cds-rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:cds-rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:cds-rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:cds-rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:cds-rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:cds-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:cds-rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:cds-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:cds-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:cds-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:cds-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:cds-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:cds-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:cds-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:cds-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:cds-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:cds-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:cds-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:cds-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:cds-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:cds-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:cds-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:cds-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:cds-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:cds-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:cds-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:cds-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:cds-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:cds-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:cds-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:cds-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:cds-rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:cds-rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:cds-rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:cds-rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:cds-rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:cds-rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:cds-rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:cds-rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:cds-rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:cds-rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:cds-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:cds-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:cds-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:cds-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:cds-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:cds-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:cds-border-solid{
    border-style: solid !important;
  }

  .md\:cds-border-dashed{
    border-style: dashed !important;
  }

  .md\:cds-border-dotted{
    border-style: dotted !important;
  }

  .md\:cds-border-double{
    border-style: double !important;
  }

  .md\:cds-border-none{
    border-style: none !important;
  }

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

  .md\:cds-border-2{
    border-width: 2px !important;
  }

  .md\:cds-border-4{
    border-width: 4px !important;
  }

  .md\:cds-border-8{
    border-width: 8px !important;
  }

  .md\:cds-border{
    border-width: 1px !important;
  }

  .md\:cds-border-t-0{
    border-top-width: 0 !important;
  }

  .md\:cds-border-r-0{
    border-right-width: 0 !important;
  }

  .md\:cds-border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:cds-border-l-0{
    border-left-width: 0 !important;
  }

  .md\:cds-border-t-2{
    border-top-width: 2px !important;
  }

  .md\:cds-border-r-2{
    border-right-width: 2px !important;
  }

  .md\:cds-border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:cds-border-l-2{
    border-left-width: 2px !important;
  }

  .md\:cds-border-t-4{
    border-top-width: 4px !important;
  }

  .md\:cds-border-r-4{
    border-right-width: 4px !important;
  }

  .md\:cds-border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:cds-border-l-4{
    border-left-width: 4px !important;
  }

  .md\:cds-border-t-8{
    border-top-width: 8px !important;
  }

  .md\:cds-border-r-8{
    border-right-width: 8px !important;
  }

  .md\:cds-border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:cds-border-l-8{
    border-left-width: 8px !important;
  }

  .md\:cds-border-t{
    border-top-width: 1px !important;
  }

  .md\:cds-border-r{
    border-right-width: 1px !important;
  }

  .md\:cds-border-b{
    border-bottom-width: 1px !important;
  }

  .md\:cds-border-l{
    border-left-width: 1px !important;
  }

  .md\:cds-box-border{
    box-sizing: border-box !important;
  }

  .md\:cds-box-content{
    box-sizing: content-box !important;
  }

  .md\:cds-cursor-auto{
    cursor: auto !important;
  }

  .md\:cds-cursor-default{
    cursor: default !important;
  }

  .md\:cds-cursor-pointer{
    cursor: pointer !important;
  }

  .md\:cds-cursor-wait{
    cursor: wait !important;
  }

  .md\:cds-cursor-text{
    cursor: text !important;
  }

  .md\:cds-cursor-move{
    cursor: move !important;
  }

  .md\:cds-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:cds-block{
    display: block !important;
  }

  .md\:cds-inline-block{
    display: inline-block !important;
  }

  .md\:cds-inline{
    display: inline !important;
  }

  .md\:cds-flex{
    display: flex !important;
  }

  .md\:cds-inline-flex{
    display: inline-flex !important;
  }

  .md\:cds-table{
    display: table !important;
  }

  .md\:cds-table-caption{
    display: table-caption !important;
  }

  .md\:cds-table-cell{
    display: table-cell !important;
  }

  .md\:cds-table-column{
    display: table-column !important;
  }

  .md\:cds-table-column-group{
    display: table-column-group !important;
  }

  .md\:cds-table-footer-group{
    display: table-footer-group !important;
  }

  .md\:cds-table-header-group{
    display: table-header-group !important;
  }

  .md\:cds-table-row-group{
    display: table-row-group !important;
  }

  .md\:cds-table-row{
    display: table-row !important;
  }

  .md\:cds-flow-root{
    display: flow-root !important;
  }

  .md\:cds-grid{
    display: grid !important;
  }

  .md\:cds-inline-grid{
    display: inline-grid !important;
  }

  .md\:cds-contents{
    display: contents !important;
  }

  .md\:cds-hidden{
    display: none !important;
  }

  .md\:cds-flex-row{
    flex-direction: row !important;
  }

  .md\:cds-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .md\:cds-flex-col{
    flex-direction: column !important;
  }

  .md\:cds-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .md\:cds-flex-wrap{
    flex-wrap: wrap !important;
  }

  .md\:cds-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .md\:cds-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .md\:cds-place-items-auto{
    place-items: auto !important;
  }

  .md\:cds-place-items-start{
    place-items: start !important;
  }

  .md\:cds-place-items-end{
    place-items: end !important;
  }

  .md\:cds-place-items-center{
    place-items: center !important;
  }

  .md\:cds-place-items-stretch{
    place-items: stretch !important;
  }

  .md\:cds-place-content-center{
    place-content: center !important;
  }

  .md\:cds-place-content-start{
    place-content: start !important;
  }

  .md\:cds-place-content-end{
    place-content: end !important;
  }

  .md\:cds-place-content-between{
    place-content: space-between !important;
  }

  .md\:cds-place-content-around{
    place-content: space-around !important;
  }

  .md\:cds-place-content-evenly{
    place-content: space-evenly !important;
  }

  .md\:cds-place-content-stretch{
    place-content: stretch !important;
  }

  .md\:cds-place-self-auto{
    place-self: auto !important;
  }

  .md\:cds-place-self-start{
    place-self: start !important;
  }

  .md\:cds-place-self-end{
    place-self: end !important;
  }

  .md\:cds-place-self-center{
    place-self: center !important;
  }

  .md\:cds-place-self-stretch{
    place-self: stretch !important;
  }

  .md\:cds-items-start{
    align-items: flex-start !important;
  }

  .md\:cds-items-end{
    align-items: flex-end !important;
  }

  .md\:cds-items-center{
    align-items: center !important;
  }

  .md\:cds-items-baseline{
    align-items: baseline !important;
  }

  .md\:cds-items-stretch{
    align-items: stretch !important;
  }

  .md\:cds-content-center{
    align-content: center !important;
  }

  .md\:cds-content-start{
    align-content: flex-start !important;
  }

  .md\:cds-content-end{
    align-content: flex-end !important;
  }

  .md\:cds-content-between{
    align-content: space-between !important;
  }

  .md\:cds-content-around{
    align-content: space-around !important;
  }

  .md\:cds-content-evenly{
    align-content: space-evenly !important;
  }

  .md\:cds-self-auto{
    align-self: auto !important;
  }

  .md\:cds-self-start{
    align-self: flex-start !important;
  }

  .md\:cds-self-end{
    align-self: flex-end !important;
  }

  .md\:cds-self-center{
    align-self: center !important;
  }

  .md\:cds-self-stretch{
    align-self: stretch !important;
  }

  .md\:cds-justify-items-auto{
    justify-items: auto !important;
  }

  .md\:cds-justify-items-start{
    justify-items: start !important;
  }

  .md\:cds-justify-items-end{
    justify-items: end !important;
  }

  .md\:cds-justify-items-center{
    justify-items: center !important;
  }

  .md\:cds-justify-items-stretch{
    justify-items: stretch !important;
  }

  .md\:cds-justify-start{
    justify-content: flex-start !important;
  }

  .md\:cds-justify-end{
    justify-content: flex-end !important;
  }

  .md\:cds-justify-center{
    justify-content: center !important;
  }

  .md\:cds-justify-between{
    justify-content: space-between !important;
  }

  .md\:cds-justify-around{
    justify-content: space-around !important;
  }

  .md\:cds-justify-evenly{
    justify-content: space-evenly !important;
  }

  .md\:cds-justify-self-auto{
    justify-self: auto !important;
  }

  .md\:cds-justify-self-start{
    justify-self: start !important;
  }

  .md\:cds-justify-self-end{
    justify-self: end !important;
  }

  .md\:cds-justify-self-center{
    justify-self: center !important;
  }

  .md\:cds-justify-self-stretch{
    justify-self: stretch !important;
  }

  .md\:cds-flex-1{
    flex: 1 1 0% !important;
  }

  .md\:cds-flex-auto{
    flex: 1 1 auto !important;
  }

  .md\:cds-flex-initial{
    flex: 0 1 auto !important;
  }

  .md\:cds-flex-none{
    flex: none !important;
  }

  .md\:cds-flex-grow-0{
    flex-grow: 0 !important;
  }

  .md\:cds-flex-grow{
    flex-grow: 1 !important;
  }

  .md\:cds-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .md\:cds-flex-shrink{
    flex-shrink: 1 !important;
  }

  .md\:cds-order-1{
    order: 1 !important;
  }

  .md\:cds-order-2{
    order: 2 !important;
  }

  .md\:cds-order-3{
    order: 3 !important;
  }

  .md\:cds-order-4{
    order: 4 !important;
  }

  .md\:cds-order-5{
    order: 5 !important;
  }

  .md\:cds-order-6{
    order: 6 !important;
  }

  .md\:cds-order-7{
    order: 7 !important;
  }

  .md\:cds-order-8{
    order: 8 !important;
  }

  .md\:cds-order-9{
    order: 9 !important;
  }

  .md\:cds-order-10{
    order: 10 !important;
  }

  .md\:cds-order-11{
    order: 11 !important;
  }

  .md\:cds-order-12{
    order: 12 !important;
  }

  .md\:cds-order-first{
    order: -9999 !important;
  }

  .md\:cds-order-last{
    order: 9999 !important;
  }

  .md\:cds-order-none{
    order: 0 !important;
  }

  .md\:cds-float-right{
    float: right !important;
  }

  .md\:cds-float-left{
    float: left !important;
  }

  .md\:cds-float-none{
    float: none !important;
  }

  .md\:cds-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .md\:cds-clear-left{
    clear: left !important;
  }

  .md\:cds-clear-right{
    clear: right !important;
  }

  .md\:cds-clear-both{
    clear: both !important;
  }

  .md\:cds-clear-none{
    clear: none !important;
  }

  .md\:cds-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:cds-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:cds-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:cds-font-hairline{
    font-weight: 100 !important;
  }

  .md\:cds-font-thin{
    font-weight: 200 !important;
  }

  .md\:cds-font-light{
    font-weight: 300 !important;
  }

  .md\:cds-font-normal{
    font-weight: 400 !important;
  }

  .md\:cds-font-medium{
    font-weight: 500 !important;
  }

  .md\:cds-font-semibold{
    font-weight: 600 !important;
  }

  .md\:cds-font-bold{
    font-weight: 700 !important;
  }

  .md\:cds-font-extrabold{
    font-weight: 800 !important;
  }

  .md\:cds-font-black{
    font-weight: 900 !important;
  }

  .md\:hover\:cds-font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:cds-font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:cds-font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:cds-font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:cds-font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:cds-font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:cds-font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:cds-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:cds-font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:cds-font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:cds-font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:cds-font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:cds-font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:cds-font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:cds-font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:cds-font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:cds-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:cds-font-black:focus{
    font-weight: 900 !important;
  }

  .md\:cds-h-0{
    height: 0 !important;
  }

  .md\:cds-h-1{
    height: 0.25rem !important;
  }

  .md\:cds-h-2{
    height: 0.5rem !important;
  }

  .md\:cds-h-3{
    height: 0.75rem !important;
  }

  .md\:cds-h-4{
    height: 1rem !important;
  }

  .md\:cds-h-5{
    height: 1.25rem !important;
  }

  .md\:cds-h-6{
    height: 1.5rem !important;
  }

  .md\:cds-h-8{
    height: 2rem !important;
  }

  .md\:cds-h-10{
    height: 2.5rem !important;
  }

  .md\:cds-h-12{
    height: 3rem !important;
  }

  .md\:cds-h-16{
    height: 4rem !important;
  }

  .md\:cds-h-20{
    height: 5rem !important;
  }

  .md\:cds-h-24{
    height: 6rem !important;
  }

  .md\:cds-h-32{
    height: 8rem !important;
  }

  .md\:cds-h-40{
    height: 10rem !important;
  }

  .md\:cds-h-48{
    height: 12rem !important;
  }

  .md\:cds-h-56{
    height: 14rem !important;
  }

  .md\:cds-h-64{
    height: 16rem !important;
  }

  .md\:cds-h-auto{
    height: auto !important;
  }

  .md\:cds-h-px{
    height: 1px !important;
  }

  .md\:cds-h-full{
    height: 100% !important;
  }

  .md\:cds-h-screen{
    height: 100vh !important;
  }

  .md\:cds-text-xs{
    font-size: 0.75rem !important;
  }

  .md\:cds-text-sm{
    font-size: 0.875rem !important;
  }

  .md\:cds-text-base{
    font-size: 1rem !important;
  }

  .md\:cds-text-lg{
    font-size: 1.125rem !important;
  }

  .md\:cds-text-xl{
    font-size: 1.25rem !important;
  }

  .md\:cds-text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:cds-text-3xl{
    font-size: 1.875rem !important;
  }

  .md\:cds-text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:cds-text-5xl{
    font-size: 3rem !important;
  }

  .md\:cds-text-6xl{
    font-size: 4rem !important;
  }

  .md\:cds-leading-3{
    line-height: .75rem !important;
  }

  .md\:cds-leading-4{
    line-height: 1rem !important;
  }

  .md\:cds-leading-5{
    line-height: 1.25rem !important;
  }

  .md\:cds-leading-6{
    line-height: 1.5rem !important;
  }

  .md\:cds-leading-7{
    line-height: 1.75rem !important;
  }

  .md\:cds-leading-8{
    line-height: 2rem !important;
  }

  .md\:cds-leading-9{
    line-height: 2.25rem !important;
  }

  .md\:cds-leading-10{
    line-height: 2.5rem !important;
  }

  .md\:cds-leading-none{
    line-height: 1 !important;
  }

  .md\:cds-leading-tight{
    line-height: 1.25 !important;
  }

  .md\:cds-leading-snug{
    line-height: 1.375 !important;
  }

  .md\:cds-leading-normal{
    line-height: 1.5 !important;
  }

  .md\:cds-leading-relaxed{
    line-height: 1.625 !important;
  }

  .md\:cds-leading-loose{
    line-height: 2 !important;
  }

  .md\:cds-list-inside{
    list-style-position: inside !important;
  }

  .md\:cds-list-outside{
    list-style-position: outside !important;
  }

  .md\:cds-list-none{
    list-style-type: none !important;
  }

  .md\:cds-list-disc{
    list-style-type: disc !important;
  }

  .md\:cds-list-decimal{
    list-style-type: decimal !important;
  }

  .md\:cds-m-0{
    margin: 0 !important;
  }

  .md\:cds-m-1{
    margin: 0.25rem !important;
  }

  .md\:cds-m-2{
    margin: 0.5rem !important;
  }

  .md\:cds-m-3{
    margin: 0.75rem !important;
  }

  .md\:cds-m-4{
    margin: 1rem !important;
  }

  .md\:cds-m-5{
    margin: 1.25rem !important;
  }

  .md\:cds-m-6{
    margin: 1.5rem !important;
  }

  .md\:cds-m-8{
    margin: 2rem !important;
  }

  .md\:cds-m-10{
    margin: 2.5rem !important;
  }

  .md\:cds-m-12{
    margin: 3rem !important;
  }

  .md\:cds-m-16{
    margin: 4rem !important;
  }

  .md\:cds-m-20{
    margin: 5rem !important;
  }

  .md\:cds-m-24{
    margin: 6rem !important;
  }

  .md\:cds-m-32{
    margin: 8rem !important;
  }

  .md\:cds-m-40{
    margin: 10rem !important;
  }

  .md\:cds-m-48{
    margin: 12rem !important;
  }

  .md\:cds-m-56{
    margin: 14rem !important;
  }

  .md\:cds-m-64{
    margin: 16rem !important;
  }

  .md\:cds-m-auto{
    margin: auto !important;
  }

  .md\:cds-m-px{
    margin: 1px !important;
  }

  .md\:cds--m-1{
    margin: -0.25rem !important;
  }

  .md\:cds--m-2{
    margin: -0.5rem !important;
  }

  .md\:cds--m-3{
    margin: -0.75rem !important;
  }

  .md\:cds--m-4{
    margin: -1rem !important;
  }

  .md\:cds--m-5{
    margin: -1.25rem !important;
  }

  .md\:cds--m-6{
    margin: -1.5rem !important;
  }

  .md\:cds--m-8{
    margin: -2rem !important;
  }

  .md\:cds--m-10{
    margin: -2.5rem !important;
  }

  .md\:cds--m-12{
    margin: -3rem !important;
  }

  .md\:cds--m-16{
    margin: -4rem !important;
  }

  .md\:cds--m-20{
    margin: -5rem !important;
  }

  .md\:cds--m-24{
    margin: -6rem !important;
  }

  .md\:cds--m-32{
    margin: -8rem !important;
  }

  .md\:cds--m-40{
    margin: -10rem !important;
  }

  .md\:cds--m-48{
    margin: -12rem !important;
  }

  .md\:cds--m-56{
    margin: -14rem !important;
  }

  .md\:cds--m-64{
    margin: -16rem !important;
  }

  .md\:cds--m-px{
    margin: -1px !important;
  }

  .md\:cds-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:cds-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:cds-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:cds-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:cds-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:cds-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:cds-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:cds-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:cds-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:cds-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:cds-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:cds-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:cds-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:cds-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:cds-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:cds-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:cds-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:cds-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:cds-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:cds-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:cds-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:cds-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:cds-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:cds-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:cds-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:cds-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:cds-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:cds-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:cds-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:cds-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:cds-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:cds-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:cds-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:cds-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:cds-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:cds-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:cds-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .md\:cds-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:cds-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:cds--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:cds--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:cds--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:cds--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:cds--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:cds--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:cds--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:cds--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:cds--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:cds--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:cds--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:cds--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:cds--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:cds--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:cds--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:cds--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:cds--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:cds--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:cds--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:cds--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:cds--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:cds--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:cds--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:cds--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:cds--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:cds--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:cds--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:cds--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:cds--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:cds--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:cds--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:cds--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:cds--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:cds--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:cds--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:cds--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:cds-mt-0{
    margin-top: 0 !important;
  }

  .md\:cds-mr-0{
    margin-right: 0 !important;
  }

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

  .md\:cds-ml-0{
    margin-left: 0 !important;
  }

  .md\:cds-mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:cds-mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:cds-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:cds-ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:cds-mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:cds-mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:cds-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:cds-ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:cds-mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:cds-mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:cds-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:cds-ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:cds-mt-4{
    margin-top: 1rem !important;
  }

  .md\:cds-mr-4{
    margin-right: 1rem !important;
  }

  .md\:cds-mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:cds-ml-4{
    margin-left: 1rem !important;
  }

  .md\:cds-mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:cds-mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:cds-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:cds-ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:cds-mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:cds-mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:cds-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:cds-ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:cds-mt-8{
    margin-top: 2rem !important;
  }

  .md\:cds-mr-8{
    margin-right: 2rem !important;
  }

  .md\:cds-mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:cds-ml-8{
    margin-left: 2rem !important;
  }

  .md\:cds-mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:cds-mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:cds-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:cds-ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:cds-mt-12{
    margin-top: 3rem !important;
  }

  .md\:cds-mr-12{
    margin-right: 3rem !important;
  }

  .md\:cds-mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:cds-ml-12{
    margin-left: 3rem !important;
  }

  .md\:cds-mt-16{
    margin-top: 4rem !important;
  }

  .md\:cds-mr-16{
    margin-right: 4rem !important;
  }

  .md\:cds-mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:cds-ml-16{
    margin-left: 4rem !important;
  }

  .md\:cds-mt-20{
    margin-top: 5rem !important;
  }

  .md\:cds-mr-20{
    margin-right: 5rem !important;
  }

  .md\:cds-mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:cds-ml-20{
    margin-left: 5rem !important;
  }

  .md\:cds-mt-24{
    margin-top: 6rem !important;
  }

  .md\:cds-mr-24{
    margin-right: 6rem !important;
  }

  .md\:cds-mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:cds-ml-24{
    margin-left: 6rem !important;
  }

  .md\:cds-mt-32{
    margin-top: 8rem !important;
  }

  .md\:cds-mr-32{
    margin-right: 8rem !important;
  }

  .md\:cds-mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:cds-ml-32{
    margin-left: 8rem !important;
  }

  .md\:cds-mt-40{
    margin-top: 10rem !important;
  }

  .md\:cds-mr-40{
    margin-right: 10rem !important;
  }

  .md\:cds-mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:cds-ml-40{
    margin-left: 10rem !important;
  }

  .md\:cds-mt-48{
    margin-top: 12rem !important;
  }

  .md\:cds-mr-48{
    margin-right: 12rem !important;
  }

  .md\:cds-mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:cds-ml-48{
    margin-left: 12rem !important;
  }

  .md\:cds-mt-56{
    margin-top: 14rem !important;
  }

  .md\:cds-mr-56{
    margin-right: 14rem !important;
  }

  .md\:cds-mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:cds-ml-56{
    margin-left: 14rem !important;
  }

  .md\:cds-mt-64{
    margin-top: 16rem !important;
  }

  .md\:cds-mr-64{
    margin-right: 16rem !important;
  }

  .md\:cds-mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:cds-ml-64{
    margin-left: 16rem !important;
  }

  .md\:cds-mt-auto{
    margin-top: auto !important;
  }

  .md\:cds-mr-auto{
    margin-right: auto !important;
  }

  .md\:cds-mb-auto{
    margin-bottom: auto !important;
  }

  .md\:cds-ml-auto{
    margin-left: auto !important;
  }

  .md\:cds-mt-px{
    margin-top: 1px !important;
  }

  .md\:cds-mr-px{
    margin-right: 1px !important;
  }

  .md\:cds-mb-px{
    margin-bottom: 1px !important;
  }

  .md\:cds-ml-px{
    margin-left: 1px !important;
  }

  .md\:cds--mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:cds--mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:cds--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:cds--ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:cds--mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:cds--mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:cds--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:cds--ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:cds--mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:cds--mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:cds--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:cds--ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:cds--mt-4{
    margin-top: -1rem !important;
  }

  .md\:cds--mr-4{
    margin-right: -1rem !important;
  }

  .md\:cds--mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:cds--ml-4{
    margin-left: -1rem !important;
  }

  .md\:cds--mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:cds--mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:cds--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:cds--ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:cds--mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:cds--mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:cds--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:cds--ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:cds--mt-8{
    margin-top: -2rem !important;
  }

  .md\:cds--mr-8{
    margin-right: -2rem !important;
  }

  .md\:cds--mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:cds--ml-8{
    margin-left: -2rem !important;
  }

  .md\:cds--mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:cds--mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:cds--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:cds--ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:cds--mt-12{
    margin-top: -3rem !important;
  }

  .md\:cds--mr-12{
    margin-right: -3rem !important;
  }

  .md\:cds--mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:cds--ml-12{
    margin-left: -3rem !important;
  }

  .md\:cds--mt-16{
    margin-top: -4rem !important;
  }

  .md\:cds--mr-16{
    margin-right: -4rem !important;
  }

  .md\:cds--mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:cds--ml-16{
    margin-left: -4rem !important;
  }

  .md\:cds--mt-20{
    margin-top: -5rem !important;
  }

  .md\:cds--mr-20{
    margin-right: -5rem !important;
  }

  .md\:cds--mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:cds--ml-20{
    margin-left: -5rem !important;
  }

  .md\:cds--mt-24{
    margin-top: -6rem !important;
  }

  .md\:cds--mr-24{
    margin-right: -6rem !important;
  }

  .md\:cds--mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:cds--ml-24{
    margin-left: -6rem !important;
  }

  .md\:cds--mt-32{
    margin-top: -8rem !important;
  }

  .md\:cds--mr-32{
    margin-right: -8rem !important;
  }

  .md\:cds--mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:cds--ml-32{
    margin-left: -8rem !important;
  }

  .md\:cds--mt-40{
    margin-top: -10rem !important;
  }

  .md\:cds--mr-40{
    margin-right: -10rem !important;
  }

  .md\:cds--mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:cds--ml-40{
    margin-left: -10rem !important;
  }

  .md\:cds--mt-48{
    margin-top: -12rem !important;
  }

  .md\:cds--mr-48{
    margin-right: -12rem !important;
  }

  .md\:cds--mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:cds--ml-48{
    margin-left: -12rem !important;
  }

  .md\:cds--mt-56{
    margin-top: -14rem !important;
  }

  .md\:cds--mr-56{
    margin-right: -14rem !important;
  }

  .md\:cds--mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:cds--ml-56{
    margin-left: -14rem !important;
  }

  .md\:cds--mt-64{
    margin-top: -16rem !important;
  }

  .md\:cds--mr-64{
    margin-right: -16rem !important;
  }

  .md\:cds--mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:cds--ml-64{
    margin-left: -16rem !important;
  }

  .md\:cds--mt-px{
    margin-top: -1px !important;
  }

  .md\:cds--mr-px{
    margin-right: -1px !important;
  }

  .md\:cds--mb-px{
    margin-bottom: -1px !important;
  }

  .md\:cds--ml-px{
    margin-left: -1px !important;
  }

  .md\:cds-max-h-full{
    max-height: 100% !important;
  }

  .md\:cds-max-h-screen{
    max-height: 100vh !important;
  }

  .md\:cds-max-w-none{
    max-width: none !important;
  }

  .md\:cds-max-w-xs{
    max-width: 20rem !important;
  }

  .md\:cds-max-w-sm{
    max-width: 24rem !important;
  }

  .md\:cds-max-w-md{
    max-width: 28rem !important;
  }

  .md\:cds-max-w-lg{
    max-width: 32rem !important;
  }

  .md\:cds-max-w-xl{
    max-width: 36rem !important;
  }

  .md\:cds-max-w-2xl{
    max-width: 42rem !important;
  }

  .md\:cds-max-w-3xl{
    max-width: 48rem !important;
  }

  .md\:cds-max-w-4xl{
    max-width: 56rem !important;
  }

  .md\:cds-max-w-5xl{
    max-width: 64rem !important;
  }

  .md\:cds-max-w-6xl{
    max-width: 72rem !important;
  }

  .md\:cds-max-w-full{
    max-width: 100% !important;
  }

  .md\:cds-max-w-screen-sm{
    max-width: 640px !important;
  }

  .md\:cds-max-w-screen-md{
    max-width: 768px !important;
  }

  .md\:cds-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .md\:cds-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .md\:cds-min-h-0{
    min-height: 0 !important;
  }

  .md\:cds-min-h-full{
    min-height: 100% !important;
  }

  .md\:cds-min-h-screen{
    min-height: 100vh !important;
  }

  .md\:cds-min-w-0{
    min-width: 0 !important;
  }

  .md\:cds-min-w-full{
    min-width: 100% !important;
  }

  .md\:cds-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .md\:cds-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .md\:cds-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .md\:cds-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .md\:cds-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .md\:cds-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .md\:cds-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .md\:cds-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .md\:cds-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .md\:cds-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .md\:cds-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .md\:cds-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .md\:cds-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .md\:cds-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .md\:cds-opacity-0{
    opacity: 0 !important;
  }

  .md\:cds-opacity-25{
    opacity: 0.25 !important;
  }

  .md\:cds-opacity-50{
    opacity: 0.5 !important;
  }

  .md\:cds-opacity-75{
    opacity: 0.75 !important;
  }

  .md\:cds-opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:cds-opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:cds-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:cds-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:cds-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:cds-opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:cds-opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:cds-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:cds-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:cds-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:cds-opacity-100:focus{
    opacity: 1 !important;
  }

  .md\:cds-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:cds-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:cds-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:cds-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:cds-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .md\:focus\:cds-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .md\:cds-overflow-auto{
    overflow: auto !important;
  }

  .md\:cds-overflow-hidden{
    overflow: hidden !important;
  }

  .md\:cds-overflow-visible{
    overflow: visible !important;
  }

  .md\:cds-overflow-scroll{
    overflow: scroll !important;
  }

  .md\:cds-overflow-x-auto{
    overflow-x: auto !important;
  }

  .md\:cds-overflow-y-auto{
    overflow-y: auto !important;
  }

  .md\:cds-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .md\:cds-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .md\:cds-overflow-x-visible{
    overflow-x: visible !important;
  }

  .md\:cds-overflow-y-visible{
    overflow-y: visible !important;
  }

  .md\:cds-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .md\:cds-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .md\:cds-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:cds-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:cds-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .md\:cds-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .md\:cds-overscroll-none{
    overscroll-behavior: none !important;
  }

  .md\:cds-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .md\:cds-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .md\:cds-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .md\:cds-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .md\:cds-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .md\:cds-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .md\:cds-p-0{
    padding: 0 !important;
  }

  .md\:cds-p-1{
    padding: 0.25rem !important;
  }

  .md\:cds-p-2{
    padding: 0.5rem !important;
  }

  .md\:cds-p-3{
    padding: 0.75rem !important;
  }

  .md\:cds-p-4{
    padding: 1rem !important;
  }

  .md\:cds-p-5{
    padding: 1.25rem !important;
  }

  .md\:cds-p-6{
    padding: 1.5rem !important;
  }

  .md\:cds-p-8{
    padding: 2rem !important;
  }

  .md\:cds-p-10{
    padding: 2.5rem !important;
  }

  .md\:cds-p-12{
    padding: 3rem !important;
  }

  .md\:cds-p-16{
    padding: 4rem !important;
  }

  .md\:cds-p-20{
    padding: 5rem !important;
  }

  .md\:cds-p-24{
    padding: 6rem !important;
  }

  .md\:cds-p-32{
    padding: 8rem !important;
  }

  .md\:cds-p-40{
    padding: 10rem !important;
  }

  .md\:cds-p-48{
    padding: 12rem !important;
  }

  .md\:cds-p-56{
    padding: 14rem !important;
  }

  .md\:cds-p-64{
    padding: 16rem !important;
  }

  .md\:cds-p-px{
    padding: 1px !important;
  }

  .md\:cds-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .md\:cds-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:cds-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:cds-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:cds-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:cds-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:cds-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:cds-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:cds-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:cds-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:cds-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:cds-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:cds-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:cds-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:cds-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:cds-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:cds-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:cds-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:cds-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:cds-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:cds-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:cds-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:cds-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:cds-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:cds-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:cds-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:cds-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:cds-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:cds-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:cds-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:cds-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:cds-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:cds-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:cds-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:cds-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:cds-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:cds-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:cds-pt-0{
    padding-top: 0 !important;
  }

  .md\:cds-pr-0{
    padding-right: 0 !important;
  }

  .md\:cds-pb-0{
    padding-bottom: 0 !important;
  }

  .md\:cds-pl-0{
    padding-left: 0 !important;
  }

  .md\:cds-pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:cds-pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:cds-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:cds-pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:cds-pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:cds-pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:cds-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:cds-pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:cds-pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:cds-pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:cds-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:cds-pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:cds-pt-4{
    padding-top: 1rem !important;
  }

  .md\:cds-pr-4{
    padding-right: 1rem !important;
  }

  .md\:cds-pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:cds-pl-4{
    padding-left: 1rem !important;
  }

  .md\:cds-pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:cds-pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:cds-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:cds-pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:cds-pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:cds-pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:cds-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:cds-pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:cds-pt-8{
    padding-top: 2rem !important;
  }

  .md\:cds-pr-8{
    padding-right: 2rem !important;
  }

  .md\:cds-pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:cds-pl-8{
    padding-left: 2rem !important;
  }

  .md\:cds-pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:cds-pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:cds-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:cds-pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:cds-pt-12{
    padding-top: 3rem !important;
  }

  .md\:cds-pr-12{
    padding-right: 3rem !important;
  }

  .md\:cds-pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:cds-pl-12{
    padding-left: 3rem !important;
  }

  .md\:cds-pt-16{
    padding-top: 4rem !important;
  }

  .md\:cds-pr-16{
    padding-right: 4rem !important;
  }

  .md\:cds-pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:cds-pl-16{
    padding-left: 4rem !important;
  }

  .md\:cds-pt-20{
    padding-top: 5rem !important;
  }

  .md\:cds-pr-20{
    padding-right: 5rem !important;
  }

  .md\:cds-pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:cds-pl-20{
    padding-left: 5rem !important;
  }

  .md\:cds-pt-24{
    padding-top: 6rem !important;
  }

  .md\:cds-pr-24{
    padding-right: 6rem !important;
  }

  .md\:cds-pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:cds-pl-24{
    padding-left: 6rem !important;
  }

  .md\:cds-pt-32{
    padding-top: 8rem !important;
  }

  .md\:cds-pr-32{
    padding-right: 8rem !important;
  }

  .md\:cds-pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:cds-pl-32{
    padding-left: 8rem !important;
  }

  .md\:cds-pt-40{
    padding-top: 10rem !important;
  }

  .md\:cds-pr-40{
    padding-right: 10rem !important;
  }

  .md\:cds-pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:cds-pl-40{
    padding-left: 10rem !important;
  }

  .md\:cds-pt-48{
    padding-top: 12rem !important;
  }

  .md\:cds-pr-48{
    padding-right: 12rem !important;
  }

  .md\:cds-pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:cds-pl-48{
    padding-left: 12rem !important;
  }

  .md\:cds-pt-56{
    padding-top: 14rem !important;
  }

  .md\:cds-pr-56{
    padding-right: 14rem !important;
  }

  .md\:cds-pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:cds-pl-56{
    padding-left: 14rem !important;
  }

  .md\:cds-pt-64{
    padding-top: 16rem !important;
  }

  .md\:cds-pr-64{
    padding-right: 16rem !important;
  }

  .md\:cds-pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:cds-pl-64{
    padding-left: 16rem !important;
  }

  .md\:cds-pt-px{
    padding-top: 1px !important;
  }

  .md\:cds-pr-px{
    padding-right: 1px !important;
  }

  .md\:cds-pb-px{
    padding-bottom: 1px !important;
  }

  .md\:cds-pl-px{
    padding-left: 1px !important;
  }

  .md\:cds-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:cds-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:cds-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:cds-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .md\:cds-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:cds-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:cds-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:cds-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .md\:focus\:cds-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:cds-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:cds-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:cds-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:cds-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:cds-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:cds-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:cds-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:cds-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:cds-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:cds-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:cds-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:cds-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:cds-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:cds-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:cds-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:cds-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:cds-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:cds-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:cds-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:cds-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:cds-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:cds-pointer-events-none{
    pointer-events: none !important;
  }

  .md\:cds-pointer-events-auto{
    pointer-events: auto !important;
  }

  .md\:cds-static{
    position: static !important;
  }

  .md\:cds-fixed{
    position: fixed !important;
  }

  .md\:cds-absolute{
    position: absolute !important;
  }

  .md\:cds-relative{
    position: relative !important;
  }

  .md\:cds-sticky{
    position: sticky !important;
  }

  .md\:cds-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:cds-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:cds-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:cds-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:cds-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:cds-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:cds-top-0{
    top: 0 !important;
  }

  .md\:cds-right-0{
    right: 0 !important;
  }

  .md\:cds-bottom-0{
    bottom: 0 !important;
  }

  .md\:cds-left-0{
    left: 0 !important;
  }

  .md\:cds-top-auto{
    top: auto !important;
  }

  .md\:cds-right-auto{
    right: auto !important;
  }

  .md\:cds-bottom-auto{
    bottom: auto !important;
  }

  .md\:cds-left-auto{
    left: auto !important;
  }

  .md\:cds-resize-none{
    resize: none !important;
  }

  .md\:cds-resize-y{
    resize: vertical !important;
  }

  .md\:cds-resize-x{
    resize: horizontal !important;
  }

  .md\:cds-resize{
    resize: both !important;
  }

  .md\:cds-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:cds-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:cds-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:cds-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:cds-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:cds-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:cds-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:cds-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:cds-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:cds-shadow-none{
    box-shadow: none !important;
  }

  .md\:hover\:cds-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:cds-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:cds-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:cds-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:cds-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:cds-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:cds-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:cds-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:cds-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:cds-shadow-none:hover{
    box-shadow: none !important;
  }

  .md\:focus\:cds-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:cds-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:cds-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:cds-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:cds-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:cds-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:cds-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:cds-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:cds-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:cds-shadow-none:focus{
    box-shadow: none !important;
  }

  .md\:cds-fill-current{
    fill: currentColor !important;
  }

  .md\:cds-stroke-current{
    stroke: currentColor !important;
  }

  .md\:cds-stroke-0{
    stroke-width: 0 !important;
  }

  .md\:cds-stroke-1{
    stroke-width: 1 !important;
  }

  .md\:cds-stroke-2{
    stroke-width: 2 !important;
  }

  .md\:cds-table-auto{
    table-layout: auto !important;
  }

  .md\:cds-table-fixed{
    table-layout: fixed !important;
  }

  .md\:cds-text-left{
    text-align: left !important;
  }

  .md\:cds-text-center{
    text-align: center !important;
  }

  .md\:cds-text-right{
    text-align: right !important;
  }

  .md\:cds-text-justify{
    text-align: justify !important;
  }

  .md\:cds-text-transparent{
    color: transparent !important;
  }

  .md\:cds-text-current{
    color: currentColor !important;
  }

  .md\:cds-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:cds-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:cds-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:cds-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:cds-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:cds-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:cds-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:cds-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:cds-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:cds-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:cds-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:cds-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:cds-text-current:hover{
    color: currentColor !important;
  }

  .md\:hover\:cds-text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:hover\:cds-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:cds-text-current:focus{
    color: currentColor !important;
  }

  .md\:focus\:cds-text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:focus\:cds-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:cds-text-opacity-0{
    --text-opacity: 0 !important;
  }

  .md\:cds-text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .md\:cds-text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .md\:cds-text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .md\:cds-text-opacity-100{
    --text-opacity: 1 !important;
  }

  .md\:hover\:cds-text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .md\:hover\:cds-text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:cds-text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:cds-text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:cds-text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .md\:focus\:cds-text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .md\:focus\:cds-text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:cds-text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:cds-text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:cds-text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .md\:cds-italic{
    font-style: italic !important;
  }

  .md\:cds-not-italic{
    font-style: normal !important;
  }

  .md\:cds-uppercase{
    text-transform: uppercase !important;
  }

  .md\:cds-lowercase{
    text-transform: lowercase !important;
  }

  .md\:cds-capitalize{
    text-transform: capitalize !important;
  }

  .md\:cds-normal-case{
    text-transform: none !important;
  }

  .md\:cds-underline{
    text-decoration: underline !important;
  }

  .md\:cds-line-through{
    text-decoration: line-through !important;
  }

  .md\:cds-no-underline{
    text-decoration: none !important;
  }

  .md\:hover\:cds-underline:hover{
    text-decoration: underline !important;
  }

  .md\:hover\:cds-line-through:hover{
    text-decoration: line-through !important;
  }

  .md\:hover\:cds-no-underline:hover{
    text-decoration: none !important;
  }

  .md\:focus\:cds-underline:focus{
    text-decoration: underline !important;
  }

  .md\:focus\:cds-line-through:focus{
    text-decoration: line-through !important;
  }

  .md\:focus\:cds-no-underline:focus{
    text-decoration: none !important;
  }

  .md\:cds-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .md\:cds-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .md\:cds-ordinal, .md\:cds-slashed-zero, .md\:cds-lining-nums, .md\:cds-oldstyle-nums, .md\:cds-proportional-nums, .md\:cds-tabular-nums, .md\:cds-diagonal-fractions, .md\:cds-stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:cds-normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:cds-ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:cds-slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:cds-lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:cds-oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:cds-proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:cds-tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:cds-diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:cds-stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:cds-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:cds-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:cds-tracking-normal{
    letter-spacing: 0 !important;
  }

  .md\:cds-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .md\:cds-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .md\:cds-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .md\:cds-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .md\:cds-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .md\:cds-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .md\:cds-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .md\:cds-align-baseline{
    vertical-align: baseline !important;
  }

  .md\:cds-align-top{
    vertical-align: top !important;
  }

  .md\:cds-align-middle{
    vertical-align: middle !important;
  }

  .md\:cds-align-bottom{
    vertical-align: bottom !important;
  }

  .md\:cds-align-text-top{
    vertical-align: text-top !important;
  }

  .md\:cds-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .md\:cds-visible{
    visibility: visible !important;
  }

  .md\:cds-invisible{
    visibility: hidden !important;
  }

  .md\:cds-whitespace-normal{
    white-space: normal !important;
  }

  .md\:cds-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .md\:cds-whitespace-pre{
    white-space: pre !important;
  }

  .md\:cds-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .md\:cds-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .md\:cds-break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:cds-break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:cds-break-all{
    word-break: break-all !important;
  }

  .md\:cds-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:cds-w-0{
    width: 0 !important;
  }

  .md\:cds-w-1{
    width: 0.25rem !important;
  }

  .md\:cds-w-2{
    width: 0.5rem !important;
  }

  .md\:cds-w-3{
    width: 0.75rem !important;
  }

  .md\:cds-w-4{
    width: 1rem !important;
  }

  .md\:cds-w-5{
    width: 1.25rem !important;
  }

  .md\:cds-w-6{
    width: 1.5rem !important;
  }

  .md\:cds-w-8{
    width: 2rem !important;
  }

  .md\:cds-w-10{
    width: 2.5rem !important;
  }

  .md\:cds-w-12{
    width: 3rem !important;
  }

  .md\:cds-w-16{
    width: 4rem !important;
  }

  .md\:cds-w-20{
    width: 5rem !important;
  }

  .md\:cds-w-24{
    width: 6rem !important;
  }

  .md\:cds-w-32{
    width: 8rem !important;
  }

  .md\:cds-w-40{
    width: 10rem !important;
  }

  .md\:cds-w-48{
    width: 12rem !important;
  }

  .md\:cds-w-56{
    width: 14rem !important;
  }

  .md\:cds-w-64{
    width: 16rem !important;
  }

  .md\:cds-w-auto{
    width: auto !important;
  }

  .md\:cds-w-px{
    width: 1px !important;
  }

  .md\:cds-w-1\/2{
    width: 50% !important;
  }

  .md\:cds-w-1\/3{
    width: 33.333333% !important;
  }

  .md\:cds-w-2\/3{
    width: 66.666667% !important;
  }

  .md\:cds-w-1\/4{
    width: 25% !important;
  }

  .md\:cds-w-2\/4{
    width: 50% !important;
  }

  .md\:cds-w-3\/4{
    width: 75% !important;
  }

  .md\:cds-w-1\/5{
    width: 20% !important;
  }

  .md\:cds-w-2\/5{
    width: 40% !important;
  }

  .md\:cds-w-3\/5{
    width: 60% !important;
  }

  .md\:cds-w-4\/5{
    width: 80% !important;
  }

  .md\:cds-w-1\/6{
    width: 16.666667% !important;
  }

  .md\:cds-w-2\/6{
    width: 33.333333% !important;
  }

  .md\:cds-w-3\/6{
    width: 50% !important;
  }

  .md\:cds-w-4\/6{
    width: 66.666667% !important;
  }

  .md\:cds-w-5\/6{
    width: 83.333333% !important;
  }

  .md\:cds-w-1\/12{
    width: 8.333333% !important;
  }

  .md\:cds-w-2\/12{
    width: 16.666667% !important;
  }

  .md\:cds-w-3\/12{
    width: 25% !important;
  }

  .md\:cds-w-4\/12{
    width: 33.333333% !important;
  }

  .md\:cds-w-5\/12{
    width: 41.666667% !important;
  }

  .md\:cds-w-6\/12{
    width: 50% !important;
  }

  .md\:cds-w-7\/12{
    width: 58.333333% !important;
  }

  .md\:cds-w-8\/12{
    width: 66.666667% !important;
  }

  .md\:cds-w-9\/12{
    width: 75% !important;
  }

  .md\:cds-w-10\/12{
    width: 83.333333% !important;
  }

  .md\:cds-w-11\/12{
    width: 91.666667% !important;
  }

  .md\:cds-w-full{
    width: 100% !important;
  }

  .md\:cds-w-screen{
    width: 100vw !important;
  }

  .md\:cds-z-0{
    z-index: 0 !important;
  }

  .md\:cds-z-10{
    z-index: 10 !important;
  }

  .md\:cds-z-20{
    z-index: 20 !important;
  }

  .md\:cds-z-30{
    z-index: 30 !important;
  }

  .md\:cds-z-40{
    z-index: 40 !important;
  }

  .md\:cds-z-50{
    z-index: 50 !important;
  }

  .md\:cds-z-auto{
    z-index: auto !important;
  }

  .md\:cds-gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:cds-gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:cds-gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:cds-gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:cds-gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:cds-gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:cds-gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:cds-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:cds-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:cds-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:cds-gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:cds-gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:cds-gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:cds-gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:cds-gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:cds-gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:cds-gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:cds-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:cds-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:cds-col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:cds-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:cds-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:cds-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:cds-col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:cds-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:cds-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:cds-col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:cds-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:cds-col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:cds-col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:cds-col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:cds-col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:cds-col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:cds-col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:cds-col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:cds-col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:cds-col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:cds-col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:cds-gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .md\:cds-gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .md\:cds-gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .md\:cds-gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .md\:cds-gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .md\:cds-gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .md\:cds-gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .md\:cds-gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .md\:cds-gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .md\:cds-gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .md\:cds-gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .md\:cds-gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .md\:cds-gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .md\:cds-gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .md\:cds-gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .md\:cds-gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .md\:cds-gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .md\:cds-gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .md\:cds-gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .md\:cds-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:cds-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:cds-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:cds-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:cds-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:cds-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:cds-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:cds-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:cds-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:cds-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:cds-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:cds-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:cds-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:cds-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:cds-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:cds-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:cds-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:cds-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:cds-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:cds-gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:cds-gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:cds-gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:cds-gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:cds-gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:cds-gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:cds-gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:cds-gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:cds-gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:cds-gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:cds-gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:cds-gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:cds-gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:cds-gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:cds-gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:cds-gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:cds-gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:cds-gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:cds-gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:cds-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .md\:cds-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .md\:cds-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .md\:cds-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .md\:cds-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

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

  .md\:cds-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-cols-none{
    grid-template-columns: none !important;
  }

  .md\:cds-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:cds-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .md\:cds-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .md\:cds-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .md\:cds-col-auto{
    grid-column: auto !important;
  }

  .md\:cds-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .md\:cds-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .md\:cds-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .md\:cds-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .md\:cds-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .md\:cds-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .md\:cds-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .md\:cds-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .md\:cds-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .md\:cds-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .md\:cds-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .md\:cds-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .md\:cds-col-span-full{
    grid-column: 1 / -1 !important;
  }

  .md\:cds-col-start-1{
    grid-column-start: 1 !important;
  }

  .md\:cds-col-start-2{
    grid-column-start: 2 !important;
  }

  .md\:cds-col-start-3{
    grid-column-start: 3 !important;
  }

  .md\:cds-col-start-4{
    grid-column-start: 4 !important;
  }

  .md\:cds-col-start-5{
    grid-column-start: 5 !important;
  }

  .md\:cds-col-start-6{
    grid-column-start: 6 !important;
  }

  .md\:cds-col-start-7{
    grid-column-start: 7 !important;
  }

  .md\:cds-col-start-8{
    grid-column-start: 8 !important;
  }

  .md\:cds-col-start-9{
    grid-column-start: 9 !important;
  }

  .md\:cds-col-start-10{
    grid-column-start: 10 !important;
  }

  .md\:cds-col-start-11{
    grid-column-start: 11 !important;
  }

  .md\:cds-col-start-12{
    grid-column-start: 12 !important;
  }

  .md\:cds-col-start-13{
    grid-column-start: 13 !important;
  }

  .md\:cds-col-start-auto{
    grid-column-start: auto !important;
  }

  .md\:cds-col-end-1{
    grid-column-end: 1 !important;
  }

  .md\:cds-col-end-2{
    grid-column-end: 2 !important;
  }

  .md\:cds-col-end-3{
    grid-column-end: 3 !important;
  }

  .md\:cds-col-end-4{
    grid-column-end: 4 !important;
  }

  .md\:cds-col-end-5{
    grid-column-end: 5 !important;
  }

  .md\:cds-col-end-6{
    grid-column-end: 6 !important;
  }

  .md\:cds-col-end-7{
    grid-column-end: 7 !important;
  }

  .md\:cds-col-end-8{
    grid-column-end: 8 !important;
  }

  .md\:cds-col-end-9{
    grid-column-end: 9 !important;
  }

  .md\:cds-col-end-10{
    grid-column-end: 10 !important;
  }

  .md\:cds-col-end-11{
    grid-column-end: 11 !important;
  }

  .md\:cds-col-end-12{
    grid-column-end: 12 !important;
  }

  .md\:cds-col-end-13{
    grid-column-end: 13 !important;
  }

  .md\:cds-col-end-auto{
    grid-column-end: auto !important;
  }

  .md\:cds-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .md\:cds-grid-rows-none{
    grid-template-rows: none !important;
  }

  .md\:cds-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:cds-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .md\:cds-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .md\:cds-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .md\:cds-row-auto{
    grid-row: auto !important;
  }

  .md\:cds-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .md\:cds-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .md\:cds-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .md\:cds-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .md\:cds-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .md\:cds-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .md\:cds-row-span-full{
    grid-row: 1 / -1 !important;
  }

  .md\:cds-row-start-1{
    grid-row-start: 1 !important;
  }

  .md\:cds-row-start-2{
    grid-row-start: 2 !important;
  }

  .md\:cds-row-start-3{
    grid-row-start: 3 !important;
  }

  .md\:cds-row-start-4{
    grid-row-start: 4 !important;
  }

  .md\:cds-row-start-5{
    grid-row-start: 5 !important;
  }

  .md\:cds-row-start-6{
    grid-row-start: 6 !important;
  }

  .md\:cds-row-start-7{
    grid-row-start: 7 !important;
  }

  .md\:cds-row-start-auto{
    grid-row-start: auto !important;
  }

  .md\:cds-row-end-1{
    grid-row-end: 1 !important;
  }

  .md\:cds-row-end-2{
    grid-row-end: 2 !important;
  }

  .md\:cds-row-end-3{
    grid-row-end: 3 !important;
  }

  .md\:cds-row-end-4{
    grid-row-end: 4 !important;
  }

  .md\:cds-row-end-5{
    grid-row-end: 5 !important;
  }

  .md\:cds-row-end-6{
    grid-row-end: 6 !important;
  }

  .md\:cds-row-end-7{
    grid-row-end: 7 !important;
  }

  .md\:cds-row-end-auto{
    grid-row-end: auto !important;
  }

  .md\:cds-transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:cds-transform-none{
    transform: none !important;
  }

  .md\:cds-origin-center{
    transform-origin: center !important;
  }

  .md\:cds-origin-top{
    transform-origin: top !important;
  }

  .md\:cds-origin-top-right{
    transform-origin: top right !important;
  }

  .md\:cds-origin-right{
    transform-origin: right !important;
  }

  .md\:cds-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .md\:cds-origin-bottom{
    transform-origin: bottom !important;
  }

  .md\:cds-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .md\:cds-origin-left{
    transform-origin: left !important;
  }

  .md\:cds-origin-top-left{
    transform-origin: top left !important;
  }

  .md\:cds-scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:cds-scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:cds-scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:cds-scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:cds-scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:cds-scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:cds-scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:cds-scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:cds-scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:cds-scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:cds-scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .md\:cds-scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .md\:cds-scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .md\:cds-scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .md\:cds-scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .md\:cds-scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .md\:cds-scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .md\:cds-scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .md\:cds-scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .md\:cds-scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .md\:cds-scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .md\:cds-scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .md\:cds-scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .md\:cds-scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .md\:cds-scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .md\:cds-scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .md\:cds-scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .md\:cds-scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .md\:cds-scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .md\:cds-scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:cds-scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:cds-scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:cds-scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:cds-scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:cds-scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:cds-scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:cds-scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:cds-scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:cds-scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:cds-scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:cds-scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:cds-scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:cds-scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:cds-scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:cds-scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:cds-scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:cds-scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:cds-scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:cds-scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:cds-scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:cds-scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:cds-scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:cds-scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:cds-scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:cds-scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:cds-scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:cds-scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:cds-scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:cds-scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:cds-scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:cds-scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:cds-scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:cds-scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:cds-scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:cds-scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:cds-scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:cds-scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:cds-scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:cds-scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:cds-scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:cds-scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:cds-scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:cds-scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:cds-scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:cds-scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:cds-scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:cds-scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:cds-scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:cds-scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:cds-scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:cds-scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:cds-scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:cds-scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:cds-scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:cds-scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:cds-scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:cds-scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:cds-scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:cds-scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:cds-scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .md\:cds-rotate-0{
    --transform-rotate: 0 !important;
  }

  .md\:cds-rotate-1{
    --transform-rotate: 1deg !important;
  }

  .md\:cds-rotate-2{
    --transform-rotate: 2deg !important;
  }

  .md\:cds-rotate-3{
    --transform-rotate: 3deg !important;
  }

  .md\:cds-rotate-6{
    --transform-rotate: 6deg !important;
  }

  .md\:cds-rotate-12{
    --transform-rotate: 12deg !important;
  }

  .md\:cds-rotate-45{
    --transform-rotate: 45deg !important;
  }

  .md\:cds-rotate-90{
    --transform-rotate: 90deg !important;
  }

  .md\:cds-rotate-180{
    --transform-rotate: 180deg !important;
  }

  .md\:cds--rotate-180{
    --transform-rotate: -180deg !important;
  }

  .md\:cds--rotate-90{
    --transform-rotate: -90deg !important;
  }

  .md\:cds--rotate-45{
    --transform-rotate: -45deg !important;
  }

  .md\:cds--rotate-12{
    --transform-rotate: -12deg !important;
  }

  .md\:cds--rotate-6{
    --transform-rotate: -6deg !important;
  }

  .md\:cds--rotate-3{
    --transform-rotate: -3deg !important;
  }

  .md\:cds--rotate-2{
    --transform-rotate: -2deg !important;
  }

  .md\:cds--rotate-1{
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:cds-rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .md\:hover\:cds-rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:cds-rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:cds-rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:cds-rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:cds-rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:cds-rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:cds-rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:cds-rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:cds--rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:cds--rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:cds--rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:cds--rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:cds--rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:cds--rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:cds--rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:cds--rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:cds-rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .md\:focus\:cds-rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:cds-rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:cds-rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:cds-rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:cds-rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:cds-rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:cds-rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:cds-rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:cds--rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:cds--rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:cds--rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:cds--rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:cds--rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:cds--rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:cds--rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:cds--rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .md\:cds-translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .md\:cds-translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:cds-translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:cds-translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:cds-translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .md\:cds-translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:cds-translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:cds-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .md\:cds-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:cds-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .md\:cds-translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .md\:cds-translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .md\:cds-translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .md\:cds-translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .md\:cds-translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .md\:cds-translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .md\:cds-translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .md\:cds-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .md\:cds-translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .md\:cds--translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:cds--translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:cds--translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:cds--translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .md\:cds--translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:cds--translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:cds--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .md\:cds--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:cds--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .md\:cds--translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .md\:cds--translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .md\:cds--translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .md\:cds--translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .md\:cds--translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .md\:cds--translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .md\:cds--translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .md\:cds--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .md\:cds--translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .md\:cds--translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .md\:cds--translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .md\:cds-translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .md\:cds-translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .md\:cds-translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .md\:cds-translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:cds-translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:cds-translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:cds-translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .md\:cds-translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:cds-translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:cds-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .md\:cds-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:cds-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .md\:cds-translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .md\:cds-translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .md\:cds-translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .md\:cds-translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .md\:cds-translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .md\:cds-translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .md\:cds-translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .md\:cds-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .md\:cds-translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .md\:cds--translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:cds--translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:cds--translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:cds--translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .md\:cds--translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:cds--translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:cds--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .md\:cds--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:cds--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .md\:cds--translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .md\:cds--translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .md\:cds--translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .md\:cds--translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .md\:cds--translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .md\:cds--translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .md\:cds--translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .md\:cds--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .md\:cds--translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .md\:cds--translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .md\:cds--translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .md\:cds-translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .md\:cds-translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:cds-translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:cds-translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:cds-translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:cds-translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:cds-translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:cds-translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:cds-translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:cds-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:cds-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:cds-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:cds-translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:cds-translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:cds-translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:cds-translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:cds-translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:cds-translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:cds-translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:cds-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:cds-translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:cds--translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:cds--translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:cds--translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:cds--translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:cds--translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:cds--translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:cds--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:cds--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:cds--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:cds--translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:cds--translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:cds--translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:cds--translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:cds--translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:cds--translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:cds--translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:cds--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:cds--translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:cds--translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:cds--translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:cds-translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:cds-translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:cds-translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:cds-translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:cds-translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:cds-translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:cds-translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:cds-translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:cds-translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:cds-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:cds-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:cds-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:cds-translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:cds-translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:cds-translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:cds-translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:cds-translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:cds-translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:cds-translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:cds-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:cds-translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:cds--translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:cds--translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:cds--translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:cds--translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:cds--translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:cds--translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:cds--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:cds--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:cds--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:cds--translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:cds--translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:cds--translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:cds--translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:cds--translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:cds--translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:cds--translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:cds--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:cds--translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:cds--translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:cds--translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:cds-translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:cds-translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:cds-translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:cds-translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:cds-translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:cds-translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:cds-translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:cds-translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:cds-translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:cds-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:cds-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:cds-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:cds-translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:cds-translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:cds-translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:cds-translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:cds-translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:cds-translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:cds-translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:cds-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:cds-translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:cds--translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:cds--translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:cds--translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:cds--translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:cds--translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:cds--translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:cds--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:cds--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:cds--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:cds--translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:cds--translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:cds--translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:cds--translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:cds--translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:cds--translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:cds--translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:cds--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:cds--translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:cds--translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:cds--translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:cds-translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:cds-translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:cds-translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:cds-translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:cds-translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:cds-translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:cds-translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:cds-translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:cds-translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:cds-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:cds-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:cds-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:cds-translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:cds-translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:cds-translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:cds-translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:cds-translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:cds-translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:cds-translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:cds-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:cds-translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:cds--translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:cds--translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:cds--translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:cds--translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:cds--translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:cds--translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:cds--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:cds--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:cds--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:cds--translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:cds--translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:cds--translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:cds--translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:cds--translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:cds--translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:cds--translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:cds--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:cds--translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:cds--translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:cds--translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:cds-translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:cds-translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .md\:cds-skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .md\:cds-skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .md\:cds-skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .md\:cds-skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .md\:cds-skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .md\:cds-skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .md\:cds--skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .md\:cds--skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .md\:cds--skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .md\:cds--skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .md\:cds--skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .md\:cds-skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .md\:cds-skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .md\:cds-skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .md\:cds-skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .md\:cds-skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .md\:cds-skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .md\:cds--skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .md\:cds--skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .md\:cds--skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .md\:cds--skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .md\:cds--skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:cds-skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:cds-skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:cds-skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:cds-skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:cds-skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:cds-skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:cds--skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:cds--skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:cds--skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:cds--skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:cds--skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:cds-skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:cds-skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:cds-skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:cds-skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:cds-skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:cds-skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:cds--skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:cds--skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:cds--skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:cds--skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:cds--skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:cds-skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:cds-skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:cds-skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:cds-skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:cds-skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:cds-skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:cds--skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:cds--skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:cds--skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:cds--skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:cds--skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:cds-skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:cds-skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:cds-skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:cds-skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:cds-skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:cds-skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:cds--skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:cds--skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:cds--skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:cds--skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:cds--skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .md\:cds-transition-none{
    transition-property: none !important;
  }

  .md\:cds-transition-all{
    transition-property: all !important;
  }

  .md\:cds-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .md\:cds-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:cds-transition-opacity{
    transition-property: opacity !important;
  }

  .md\:cds-transition-shadow{
    transition-property: box-shadow !important;
  }

  .md\:cds-transition-transform{
    transition-property: transform !important;
  }

  .md\:cds-ease-linear{
    transition-timing-function: linear !important;
  }

  .md\:cds-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:cds-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .md\:cds-duration-75{
    transition-duration: 75ms !important;
  }

  .md\:cds-duration-100{
    transition-duration: 100ms !important;
  }

  .md\:cds-duration-150{
    transition-duration: 150ms !important;
  }

  .md\:cds-duration-200{
    transition-duration: 200ms !important;
  }

  .md\:cds-duration-300{
    transition-duration: 300ms !important;
  }

  .md\:cds-duration-500{
    transition-duration: 500ms !important;
  }

  .md\:cds-duration-700{
    transition-duration: 700ms !important;
  }

  .md\:cds-duration-1000{
    transition-duration: 1000ms !important;
  }

  .md\:cds-delay-75{
    transition-delay: 75ms !important;
  }

  .md\:cds-delay-100{
    transition-delay: 100ms !important;
  }

  .md\:cds-delay-150{
    transition-delay: 150ms !important;
  }

  .md\:cds-delay-200{
    transition-delay: 200ms !important;
  }

  .md\:cds-delay-300{
    transition-delay: 300ms !important;
  }

  .md\:cds-delay-500{
    transition-delay: 500ms !important;
  }

  .md\:cds-delay-700{
    transition-delay: 700ms !important;
  }

  .md\:cds-delay-1000{
    transition-delay: 1000ms !important;
  }

  .md\:cds-animate-none{
    animation: none !important;
  }

  .md\:cds-animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .md\:cds-animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:cds-animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:cds-animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1024px){
  .lg\:cds-container{
    width: 100%;
  }

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

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

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

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

  .lg\:cds-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:cds-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:cds--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:cds-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .lg\:cds-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .lg\:cds-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:cds-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:cds-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:cds-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:cds-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:cds-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:cds-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:cds-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:cds-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:cds-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:cds-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .lg\:cds-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .lg\:cds-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .lg\:cds-divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .lg\:cds-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .lg\:cds-divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .lg\:cds-divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .lg\:cds-divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .lg\:cds-divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .lg\:cds-divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .lg\:cds-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .lg\:cds-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .lg\:cds-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .lg\:cds-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .lg\:cds-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .lg\:cds-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:cds-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:focus\:cds-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .lg\:focus\:cds-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .lg\:cds-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .lg\:cds-bg-fixed{
    background-attachment: fixed !important;
  }

  .lg\:cds-bg-local{
    background-attachment: local !important;
  }

  .lg\:cds-bg-scroll{
    background-attachment: scroll !important;
  }

  .lg\:cds-bg-clip-border{
    background-clip: border-box !important;
  }

  .lg\:cds-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .lg\:cds-bg-clip-content{
    background-clip: content-box !important;
  }

  .lg\:cds-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .lg\:cds-bg-transparent{
    background-color: transparent !important;
  }

  .lg\:cds-bg-current{
    background-color: currentColor !important;
  }

  .lg\:cds-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-transparent:hover{
    background-color: transparent !important;
  }

  .lg\:hover\:cds-bg-current:hover{
    background-color: currentColor !important;
  }

  .lg\:hover\:cds-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:hover\:cds-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-transparent:focus{
    background-color: transparent !important;
  }

  .lg\:focus\:cds-bg-current:focus{
    background-color: currentColor !important;
  }

  .lg\:focus\:cds-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:focus\:cds-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:cds-bg-none{
    background-image: none !important;
  }

  .lg\:cds-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:cds-from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:cds-from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:cds-from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:cds-from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:cds-from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:cds-from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:cds-from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:cds-from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:cds-from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:cds-from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:cds-from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:cds-from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:cds-from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:cds-from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:cds-from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:cds-from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:cds-from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:cds-from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:cds-from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:cds-from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:cds-from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:cds-from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:cds-from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:cds-from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:cds-from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:cds-from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:cds-from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:cds-from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:cds-from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:cds-from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:cds-from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:cds-from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:cds-from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:cds-from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:cds-from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:cds-from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:cds-from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:cds-from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:cds-from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:cds-from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:cds-from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:cds-from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:cds-from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:cds-from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:cds-from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:cds-from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:cds-from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:cds-from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:cds-from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:cds-from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:cds-from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:cds-from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:cds-from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:cds-from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:cds-from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:cds-from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:cds-from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:cds-from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:cds-from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:cds-from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:cds-from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:cds-from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:cds-from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:cds-from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:cds-from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:cds-from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:cds-from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:cds-from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:cds-from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:cds-from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:cds-from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:cds-from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:cds-from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:cds-from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:cds-from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:cds-from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:cds-from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:cds-from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:cds-from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:cds-from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:cds-from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:cds-from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:cds-from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:cds-from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:cds-from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:cds-from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:cds-from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:cds-from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:cds-from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:cds-from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:cds-from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:cds-from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:cds-from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:cds-from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:cds-via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:cds-via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:cds-via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:cds-via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:cds-via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:cds-via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:cds-via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:cds-via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:cds-via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:cds-via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:cds-via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:cds-via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:cds-via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:cds-via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:cds-via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:cds-via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:cds-via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:cds-via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:cds-via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:cds-via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:cds-via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:cds-via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:cds-via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:cds-via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:cds-via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:cds-via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:cds-via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:cds-via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:cds-via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:cds-via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:cds-via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:cds-via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:cds-via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:cds-via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:cds-via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:cds-via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:cds-via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:cds-via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:cds-via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:cds-via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:cds-via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:cds-via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:cds-via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:cds-via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:cds-via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:cds-via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:cds-via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:cds-via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:cds-via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:cds-via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:cds-via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:cds-via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:cds-via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:cds-via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:cds-via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:cds-via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:cds-via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:cds-via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:cds-via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:cds-via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:cds-via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:cds-via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:cds-via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:cds-via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:cds-via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:cds-via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:cds-via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:cds-via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:cds-via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:cds-via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:cds-via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:cds-via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:cds-via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:cds-via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:cds-via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:cds-via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:cds-via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:cds-via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:cds-via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:cds-via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:cds-via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:cds-via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:cds-via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:cds-via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:cds-via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:cds-via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:cds-via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:cds-via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:cds-via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:cds-via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:cds-via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:cds-via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:cds-via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:cds-via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:cds-to-transparent{
    --gradient-to-color: transparent !important;
  }

  .lg\:cds-to-current{
    --gradient-to-color: currentColor !important;
  }

  .lg\:cds-to-black{
    --gradient-to-color: #000 !important;
  }

  .lg\:cds-to-white{
    --gradient-to-color: #fff !important;
  }

  .lg\:cds-to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:cds-to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:cds-to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:cds-to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:cds-to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:cds-to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .lg\:cds-to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:cds-to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:cds-to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:cds-to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:cds-to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:cds-to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:cds-to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:cds-to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:cds-to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:cds-to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:cds-to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:cds-to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:cds-to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:cds-to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:cds-to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:cds-to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:cds-to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:cds-to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:cds-to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:cds-to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:cds-to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:cds-to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:cds-to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:cds-to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:cds-to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:cds-to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:cds-to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:cds-to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:cds-to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:cds-to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .lg\:cds-to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:cds-to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:cds-to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:cds-to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:cds-to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:cds-to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:cds-to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:cds-to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .lg\:cds-to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .lg\:cds-to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:cds-to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:cds-to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:cds-to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:cds-to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:cds-to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .lg\:cds-to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:cds-to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:cds-to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:cds-to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:cds-to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:cds-to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:cds-to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:cds-to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:cds-to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:cds-to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:cds-to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:cds-to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:cds-to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:cds-to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:cds-to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:cds-to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:cds-to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .lg\:cds-to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:cds-to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:cds-to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .lg\:cds-to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:cds-to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:cds-to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:cds-to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:cds-to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:cds-to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:cds-to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:cds-to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:cds-to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:cds-to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .lg\:cds-to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:cds-to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:cds-to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:cds-to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:cds-to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:cds-to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:cds-to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:cds-to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .lg\:cds-to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .lg\:hover\:cds-from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:cds-from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:cds-from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:cds-from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:cds-from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:cds-from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:cds-from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:cds-from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:cds-from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:cds-from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:cds-from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:cds-from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:cds-from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:cds-from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:cds-from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:cds-from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:cds-from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:cds-from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:cds-from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:cds-from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:cds-from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:cds-from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:cds-from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:cds-from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:cds-from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:cds-from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:cds-from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:cds-from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:cds-from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:cds-from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:cds-via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:cds-via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:cds-via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:cds-via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:cds-via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:cds-via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:hover\:cds-via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:hover\:cds-via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:hover\:cds-via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:hover\:cds-via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:hover\:cds-via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:hover\:cds-via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:hover\:cds-via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:hover\:cds-via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:cds-via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:cds-via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:cds-via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:cds-via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:cds-via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:cds-via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:cds-via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:cds-via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:cds-via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:cds-via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:cds-via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:cds-via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:cds-via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:cds-via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:cds-via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:cds-via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:cds-to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:cds-to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .lg\:hover\:cds-to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .lg\:hover\:cds-to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .lg\:hover\:cds-to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:hover\:cds-to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:hover\:cds-to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:hover\:cds-to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:hover\:cds-to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:hover\:cds-to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .lg\:hover\:cds-to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:hover\:cds-to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:hover\:cds-to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:hover\:cds-to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:hover\:cds-to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:hover\:cds-to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:hover\:cds-to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:hover\:cds-to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:hover\:cds-to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:hover\:cds-to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:hover\:cds-to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:hover\:cds-to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:hover\:cds-to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:hover\:cds-to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:hover\:cds-to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:hover\:cds-to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:hover\:cds-to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:hover\:cds-to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:hover\:cds-to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:hover\:cds-to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:hover\:cds-to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:hover\:cds-to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:hover\:cds-to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:hover\:cds-to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:hover\:cds-to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:hover\:cds-to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:hover\:cds-to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:hover\:cds-to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:hover\:cds-to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:hover\:cds-to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .lg\:hover\:cds-to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:hover\:cds-to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:hover\:cds-to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:hover\:cds-to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:hover\:cds-to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:hover\:cds-to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:hover\:cds-to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:hover\:cds-to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .lg\:hover\:cds-to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .lg\:hover\:cds-to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:hover\:cds-to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:hover\:cds-to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:hover\:cds-to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:hover\:cds-to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:hover\:cds-to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .lg\:hover\:cds-to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:hover\:cds-to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:hover\:cds-to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:hover\:cds-to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:hover\:cds-to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:hover\:cds-to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:hover\:cds-to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:hover\:cds-to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:hover\:cds-to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:hover\:cds-to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:hover\:cds-to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:hover\:cds-to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:hover\:cds-to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:hover\:cds-to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:hover\:cds-to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:hover\:cds-to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:hover\:cds-to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .lg\:hover\:cds-to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:hover\:cds-to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:hover\:cds-to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .lg\:hover\:cds-to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:hover\:cds-to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:hover\:cds-to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:hover\:cds-to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:hover\:cds-to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:hover\:cds-to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:hover\:cds-to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:hover\:cds-to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:hover\:cds-to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:hover\:cds-to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .lg\:hover\:cds-to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:hover\:cds-to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:hover\:cds-to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:hover\:cds-to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:hover\:cds-to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:hover\:cds-to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:hover\:cds-to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:hover\:cds-to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .lg\:hover\:cds-to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .lg\:focus\:cds-from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:cds-from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:cds-from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:cds-from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:cds-from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:cds-from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:cds-from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:cds-from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:cds-from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:cds-from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:cds-from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:cds-from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:cds-from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:cds-from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:cds-from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:cds-from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:cds-from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:cds-from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:cds-from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:cds-from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:cds-from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:cds-from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:cds-from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:cds-from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:cds-from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:cds-from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:cds-from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:cds-from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:cds-from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:cds-from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:cds-via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:cds-via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:cds-via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:cds-via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:cds-via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:cds-via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .lg\:focus\:cds-via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .lg\:focus\:cds-via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .lg\:focus\:cds-via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .lg\:focus\:cds-via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .lg\:focus\:cds-via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .lg\:focus\:cds-via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .lg\:focus\:cds-via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .lg\:focus\:cds-via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:cds-via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:cds-via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:cds-via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:cds-via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:cds-via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:cds-via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:cds-via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:cds-via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:cds-via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:cds-via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:cds-via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:cds-via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:cds-via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:cds-via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:cds-via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:cds-via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:cds-to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:cds-to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .lg\:focus\:cds-to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .lg\:focus\:cds-to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .lg\:focus\:cds-to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:focus\:cds-to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:focus\:cds-to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:focus\:cds-to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:focus\:cds-to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:focus\:cds-to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .lg\:focus\:cds-to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:focus\:cds-to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:focus\:cds-to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:focus\:cds-to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .lg\:focus\:cds-to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .lg\:focus\:cds-to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .lg\:focus\:cds-to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .lg\:focus\:cds-to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .lg\:focus\:cds-to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .lg\:focus\:cds-to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .lg\:focus\:cds-to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .lg\:focus\:cds-to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .lg\:focus\:cds-to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:focus\:cds-to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:focus\:cds-to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:focus\:cds-to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:focus\:cds-to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:focus\:cds-to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:focus\:cds-to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:focus\:cds-to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:focus\:cds-to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:focus\:cds-to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:focus\:cds-to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:focus\:cds-to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:focus\:cds-to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:focus\:cds-to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:focus\:cds-to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:focus\:cds-to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:focus\:cds-to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:focus\:cds-to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .lg\:focus\:cds-to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:focus\:cds-to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:focus\:cds-to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:focus\:cds-to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:focus\:cds-to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:focus\:cds-to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:focus\:cds-to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:focus\:cds-to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .lg\:focus\:cds-to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .lg\:focus\:cds-to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:focus\:cds-to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:focus\:cds-to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:focus\:cds-to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:focus\:cds-to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:focus\:cds-to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .lg\:focus\:cds-to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:focus\:cds-to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:focus\:cds-to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:focus\:cds-to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:focus\:cds-to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:focus\:cds-to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:focus\:cds-to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:focus\:cds-to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:focus\:cds-to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:focus\:cds-to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:focus\:cds-to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:focus\:cds-to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:focus\:cds-to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:focus\:cds-to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:focus\:cds-to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:focus\:cds-to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:focus\:cds-to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .lg\:focus\:cds-to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:focus\:cds-to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:focus\:cds-to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .lg\:focus\:cds-to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:focus\:cds-to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:focus\:cds-to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:focus\:cds-to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:focus\:cds-to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:focus\:cds-to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:focus\:cds-to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:focus\:cds-to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:focus\:cds-to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:focus\:cds-to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .lg\:focus\:cds-to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:focus\:cds-to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:focus\:cds-to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:focus\:cds-to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:focus\:cds-to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:focus\:cds-to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:focus\:cds-to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:focus\:cds-to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .lg\:focus\:cds-to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .lg\:cds-bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .lg\:cds-bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .lg\:cds-bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .lg\:cds-bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .lg\:cds-bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:cds-bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:cds-bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:cds-bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:cds-bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:cds-bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:cds-bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:cds-bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:cds-bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:cds-bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:cds-bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .lg\:cds-bg-bottom{
    background-position: bottom !important;
  }

  .lg\:cds-bg-center{
    background-position: center !important;
  }

  .lg\:cds-bg-left{
    background-position: left !important;
  }

  .lg\:cds-bg-left-bottom{
    background-position: left bottom !important;
  }

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

  .lg\:cds-bg-right{
    background-position: right !important;
  }

  .lg\:cds-bg-right-bottom{
    background-position: right bottom !important;
  }

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

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

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

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

  .lg\:cds-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .lg\:cds-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .lg\:cds-bg-repeat-round{
    background-repeat: round !important;
  }

  .lg\:cds-bg-repeat-space{
    background-repeat: space !important;
  }

  .lg\:cds-bg-auto{
    background-size: auto !important;
  }

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

  .lg\:cds-bg-contain{
    background-size: contain !important;
  }

  .lg\:cds-border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:cds-border-separate{
    border-collapse: separate !important;
  }

  .lg\:cds-border-transparent{
    border-color: transparent !important;
  }

  .lg\:cds-border-current{
    border-color: currentColor !important;
  }

  .lg\:cds-border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:cds-border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:cds-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:cds-border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:cds-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:cds-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:cds-border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:cds-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:cds-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:cds-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:cds-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:cds-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-transparent:hover{
    border-color: transparent !important;
  }

  .lg\:hover\:cds-border-current:hover{
    border-color: currentColor !important;
  }

  .lg\:hover\:cds-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:hover\:cds-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-transparent:focus{
    border-color: transparent !important;
  }

  .lg\:focus\:cds-border-current:focus{
    border-color: currentColor !important;
  }

  .lg\:focus\:cds-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:focus\:cds-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:cds-border-opacity-0{
    --border-opacity: 0 !important;
  }

  .lg\:cds-border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .lg\:cds-border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .lg\:cds-border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .lg\:cds-border-opacity-100{
    --border-opacity: 1 !important;
  }

  .lg\:hover\:cds-border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .lg\:hover\:cds-border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:cds-border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:cds-border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:cds-border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .lg\:focus\:cds-border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .lg\:focus\:cds-border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:cds-border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:cds-border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:cds-border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .lg\:cds-rounded-none{
    border-radius: 0 !important;
  }

  .lg\:cds-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .lg\:cds-rounded{
    border-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-md{
    border-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-xl{
    border-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-2xl{
    border-radius: 1rem !important;
  }

  .lg\:cds-rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-full{
    border-radius: 9999px !important;
  }

  .lg\:cds-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:cds-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:cds-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:cds-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:cds-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:cds-rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:cds-rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:cds-rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:cds-rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:cds-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:cds-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:cds-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:cds-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:cds-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:cds-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:cds-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:cds-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:cds-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:cds-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:cds-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:cds-rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:cds-rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:cds-rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:cds-rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:cds-rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:cds-rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:cds-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:cds-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:cds-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:cds-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:cds-border-solid{
    border-style: solid !important;
  }

  .lg\:cds-border-dashed{
    border-style: dashed !important;
  }

  .lg\:cds-border-dotted{
    border-style: dotted !important;
  }

  .lg\:cds-border-double{
    border-style: double !important;
  }

  .lg\:cds-border-none{
    border-style: none !important;
  }

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

  .lg\:cds-border-2{
    border-width: 2px !important;
  }

  .lg\:cds-border-4{
    border-width: 4px !important;
  }

  .lg\:cds-border-8{
    border-width: 8px !important;
  }

  .lg\:cds-border{
    border-width: 1px !important;
  }

  .lg\:cds-border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:cds-border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:cds-border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:cds-border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:cds-border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:cds-border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:cds-border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:cds-border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:cds-border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:cds-border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:cds-border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:cds-border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:cds-border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:cds-border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:cds-border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:cds-border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:cds-border-t{
    border-top-width: 1px !important;
  }

  .lg\:cds-border-r{
    border-right-width: 1px !important;
  }

  .lg\:cds-border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:cds-border-l{
    border-left-width: 1px !important;
  }

  .lg\:cds-box-border{
    box-sizing: border-box !important;
  }

  .lg\:cds-box-content{
    box-sizing: content-box !important;
  }

  .lg\:cds-cursor-auto{
    cursor: auto !important;
  }

  .lg\:cds-cursor-default{
    cursor: default !important;
  }

  .lg\:cds-cursor-pointer{
    cursor: pointer !important;
  }

  .lg\:cds-cursor-wait{
    cursor: wait !important;
  }

  .lg\:cds-cursor-text{
    cursor: text !important;
  }

  .lg\:cds-cursor-move{
    cursor: move !important;
  }

  .lg\:cds-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:cds-block{
    display: block !important;
  }

  .lg\:cds-inline-block{
    display: inline-block !important;
  }

  .lg\:cds-inline{
    display: inline !important;
  }

  .lg\:cds-flex{
    display: flex !important;
  }

  .lg\:cds-inline-flex{
    display: inline-flex !important;
  }

  .lg\:cds-table{
    display: table !important;
  }

  .lg\:cds-table-caption{
    display: table-caption !important;
  }

  .lg\:cds-table-cell{
    display: table-cell !important;
  }

  .lg\:cds-table-column{
    display: table-column !important;
  }

  .lg\:cds-table-column-group{
    display: table-column-group !important;
  }

  .lg\:cds-table-footer-group{
    display: table-footer-group !important;
  }

  .lg\:cds-table-header-group{
    display: table-header-group !important;
  }

  .lg\:cds-table-row-group{
    display: table-row-group !important;
  }

  .lg\:cds-table-row{
    display: table-row !important;
  }

  .lg\:cds-flow-root{
    display: flow-root !important;
  }

  .lg\:cds-grid{
    display: grid !important;
  }

  .lg\:cds-inline-grid{
    display: inline-grid !important;
  }

  .lg\:cds-contents{
    display: contents !important;
  }

  .lg\:cds-hidden{
    display: none !important;
  }

  .lg\:cds-flex-row{
    flex-direction: row !important;
  }

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

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

  .lg\:cds-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .lg\:cds-flex-wrap{
    flex-wrap: wrap !important;
  }

  .lg\:cds-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .lg\:cds-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .lg\:cds-place-items-auto{
    place-items: auto !important;
  }

  .lg\:cds-place-items-start{
    place-items: start !important;
  }

  .lg\:cds-place-items-end{
    place-items: end !important;
  }

  .lg\:cds-place-items-center{
    place-items: center !important;
  }

  .lg\:cds-place-items-stretch{
    place-items: stretch !important;
  }

  .lg\:cds-place-content-center{
    place-content: center !important;
  }

  .lg\:cds-place-content-start{
    place-content: start !important;
  }

  .lg\:cds-place-content-end{
    place-content: end !important;
  }

  .lg\:cds-place-content-between{
    place-content: space-between !important;
  }

  .lg\:cds-place-content-around{
    place-content: space-around !important;
  }

  .lg\:cds-place-content-evenly{
    place-content: space-evenly !important;
  }

  .lg\:cds-place-content-stretch{
    place-content: stretch !important;
  }

  .lg\:cds-place-self-auto{
    place-self: auto !important;
  }

  .lg\:cds-place-self-start{
    place-self: start !important;
  }

  .lg\:cds-place-self-end{
    place-self: end !important;
  }

  .lg\:cds-place-self-center{
    place-self: center !important;
  }

  .lg\:cds-place-self-stretch{
    place-self: stretch !important;
  }

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

  .lg\:cds-items-end{
    align-items: flex-end !important;
  }

  .lg\:cds-items-center{
    align-items: center !important;
  }

  .lg\:cds-items-baseline{
    align-items: baseline !important;
  }

  .lg\:cds-items-stretch{
    align-items: stretch !important;
  }

  .lg\:cds-content-center{
    align-content: center !important;
  }

  .lg\:cds-content-start{
    align-content: flex-start !important;
  }

  .lg\:cds-content-end{
    align-content: flex-end !important;
  }

  .lg\:cds-content-between{
    align-content: space-between !important;
  }

  .lg\:cds-content-around{
    align-content: space-around !important;
  }

  .lg\:cds-content-evenly{
    align-content: space-evenly !important;
  }

  .lg\:cds-self-auto{
    align-self: auto !important;
  }

  .lg\:cds-self-start{
    align-self: flex-start !important;
  }

  .lg\:cds-self-end{
    align-self: flex-end !important;
  }

  .lg\:cds-self-center{
    align-self: center !important;
  }

  .lg\:cds-self-stretch{
    align-self: stretch !important;
  }

  .lg\:cds-justify-items-auto{
    justify-items: auto !important;
  }

  .lg\:cds-justify-items-start{
    justify-items: start !important;
  }

  .lg\:cds-justify-items-end{
    justify-items: end !important;
  }

  .lg\:cds-justify-items-center{
    justify-items: center !important;
  }

  .lg\:cds-justify-items-stretch{
    justify-items: stretch !important;
  }

  .lg\:cds-justify-start{
    justify-content: flex-start !important;
  }

  .lg\:cds-justify-end{
    justify-content: flex-end !important;
  }

  .lg\:cds-justify-center{
    justify-content: center !important;
  }

  .lg\:cds-justify-between{
    justify-content: space-between !important;
  }

  .lg\:cds-justify-around{
    justify-content: space-around !important;
  }

  .lg\:cds-justify-evenly{
    justify-content: space-evenly !important;
  }

  .lg\:cds-justify-self-auto{
    justify-self: auto !important;
  }

  .lg\:cds-justify-self-start{
    justify-self: start !important;
  }

  .lg\:cds-justify-self-end{
    justify-self: end !important;
  }

  .lg\:cds-justify-self-center{
    justify-self: center !important;
  }

  .lg\:cds-justify-self-stretch{
    justify-self: stretch !important;
  }

  .lg\:cds-flex-1{
    flex: 1 1 0% !important;
  }

  .lg\:cds-flex-auto{
    flex: 1 1 auto !important;
  }

  .lg\:cds-flex-initial{
    flex: 0 1 auto !important;
  }

  .lg\:cds-flex-none{
    flex: none !important;
  }

  .lg\:cds-flex-grow-0{
    flex-grow: 0 !important;
  }

  .lg\:cds-flex-grow{
    flex-grow: 1 !important;
  }

  .lg\:cds-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .lg\:cds-flex-shrink{
    flex-shrink: 1 !important;
  }

  .lg\:cds-order-1{
    order: 1 !important;
  }

  .lg\:cds-order-2{
    order: 2 !important;
  }

  .lg\:cds-order-3{
    order: 3 !important;
  }

  .lg\:cds-order-4{
    order: 4 !important;
  }

  .lg\:cds-order-5{
    order: 5 !important;
  }

  .lg\:cds-order-6{
    order: 6 !important;
  }

  .lg\:cds-order-7{
    order: 7 !important;
  }

  .lg\:cds-order-8{
    order: 8 !important;
  }

  .lg\:cds-order-9{
    order: 9 !important;
  }

  .lg\:cds-order-10{
    order: 10 !important;
  }

  .lg\:cds-order-11{
    order: 11 !important;
  }

  .lg\:cds-order-12{
    order: 12 !important;
  }

  .lg\:cds-order-first{
    order: -9999 !important;
  }

  .lg\:cds-order-last{
    order: 9999 !important;
  }

  .lg\:cds-order-none{
    order: 0 !important;
  }

  .lg\:cds-float-right{
    float: right !important;
  }

  .lg\:cds-float-left{
    float: left !important;
  }

  .lg\:cds-float-none{
    float: none !important;
  }

  .lg\:cds-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .lg\:cds-clear-left{
    clear: left !important;
  }

  .lg\:cds-clear-right{
    clear: right !important;
  }

  .lg\:cds-clear-both{
    clear: both !important;
  }

  .lg\:cds-clear-none{
    clear: none !important;
  }

  .lg\:cds-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:cds-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:cds-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:cds-font-hairline{
    font-weight: 100 !important;
  }

  .lg\:cds-font-thin{
    font-weight: 200 !important;
  }

  .lg\:cds-font-light{
    font-weight: 300 !important;
  }

  .lg\:cds-font-normal{
    font-weight: 400 !important;
  }

  .lg\:cds-font-medium{
    font-weight: 500 !important;
  }

  .lg\:cds-font-semibold{
    font-weight: 600 !important;
  }

  .lg\:cds-font-bold{
    font-weight: 700 !important;
  }

  .lg\:cds-font-extrabold{
    font-weight: 800 !important;
  }

  .lg\:cds-font-black{
    font-weight: 900 !important;
  }

  .lg\:hover\:cds-font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:cds-font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:cds-font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:cds-font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:cds-font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:cds-font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:cds-font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:cds-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:cds-font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:cds-font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:cds-font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:cds-font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:cds-font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:cds-font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:cds-font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:cds-font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:cds-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:cds-font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:cds-h-0{
    height: 0 !important;
  }

  .lg\:cds-h-1{
    height: 0.25rem !important;
  }

  .lg\:cds-h-2{
    height: 0.5rem !important;
  }

  .lg\:cds-h-3{
    height: 0.75rem !important;
  }

  .lg\:cds-h-4{
    height: 1rem !important;
  }

  .lg\:cds-h-5{
    height: 1.25rem !important;
  }

  .lg\:cds-h-6{
    height: 1.5rem !important;
  }

  .lg\:cds-h-8{
    height: 2rem !important;
  }

  .lg\:cds-h-10{
    height: 2.5rem !important;
  }

  .lg\:cds-h-12{
    height: 3rem !important;
  }

  .lg\:cds-h-16{
    height: 4rem !important;
  }

  .lg\:cds-h-20{
    height: 5rem !important;
  }

  .lg\:cds-h-24{
    height: 6rem !important;
  }

  .lg\:cds-h-32{
    height: 8rem !important;
  }

  .lg\:cds-h-40{
    height: 10rem !important;
  }

  .lg\:cds-h-48{
    height: 12rem !important;
  }

  .lg\:cds-h-56{
    height: 14rem !important;
  }

  .lg\:cds-h-64{
    height: 16rem !important;
  }

  .lg\:cds-h-auto{
    height: auto !important;
  }

  .lg\:cds-h-px{
    height: 1px !important;
  }

  .lg\:cds-h-full{
    height: 100% !important;
  }

  .lg\:cds-h-screen{
    height: 100vh !important;
  }

  .lg\:cds-text-xs{
    font-size: 0.75rem !important;
  }

  .lg\:cds-text-sm{
    font-size: 0.875rem !important;
  }

  .lg\:cds-text-base{
    font-size: 1rem !important;
  }

  .lg\:cds-text-lg{
    font-size: 1.125rem !important;
  }

  .lg\:cds-text-xl{
    font-size: 1.25rem !important;
  }

  .lg\:cds-text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:cds-text-3xl{
    font-size: 1.875rem !important;
  }

  .lg\:cds-text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:cds-text-5xl{
    font-size: 3rem !important;
  }

  .lg\:cds-text-6xl{
    font-size: 4rem !important;
  }

  .lg\:cds-leading-3{
    line-height: .75rem !important;
  }

  .lg\:cds-leading-4{
    line-height: 1rem !important;
  }

  .lg\:cds-leading-5{
    line-height: 1.25rem !important;
  }

  .lg\:cds-leading-6{
    line-height: 1.5rem !important;
  }

  .lg\:cds-leading-7{
    line-height: 1.75rem !important;
  }

  .lg\:cds-leading-8{
    line-height: 2rem !important;
  }

  .lg\:cds-leading-9{
    line-height: 2.25rem !important;
  }

  .lg\:cds-leading-10{
    line-height: 2.5rem !important;
  }

  .lg\:cds-leading-none{
    line-height: 1 !important;
  }

  .lg\:cds-leading-tight{
    line-height: 1.25 !important;
  }

  .lg\:cds-leading-snug{
    line-height: 1.375 !important;
  }

  .lg\:cds-leading-normal{
    line-height: 1.5 !important;
  }

  .lg\:cds-leading-relaxed{
    line-height: 1.625 !important;
  }

  .lg\:cds-leading-loose{
    line-height: 2 !important;
  }

  .lg\:cds-list-inside{
    list-style-position: inside !important;
  }

  .lg\:cds-list-outside{
    list-style-position: outside !important;
  }

  .lg\:cds-list-none{
    list-style-type: none !important;
  }

  .lg\:cds-list-disc{
    list-style-type: disc !important;
  }

  .lg\:cds-list-decimal{
    list-style-type: decimal !important;
  }

  .lg\:cds-m-0{
    margin: 0 !important;
  }

  .lg\:cds-m-1{
    margin: 0.25rem !important;
  }

  .lg\:cds-m-2{
    margin: 0.5rem !important;
  }

  .lg\:cds-m-3{
    margin: 0.75rem !important;
  }

  .lg\:cds-m-4{
    margin: 1rem !important;
  }

  .lg\:cds-m-5{
    margin: 1.25rem !important;
  }

  .lg\:cds-m-6{
    margin: 1.5rem !important;
  }

  .lg\:cds-m-8{
    margin: 2rem !important;
  }

  .lg\:cds-m-10{
    margin: 2.5rem !important;
  }

  .lg\:cds-m-12{
    margin: 3rem !important;
  }

  .lg\:cds-m-16{
    margin: 4rem !important;
  }

  .lg\:cds-m-20{
    margin: 5rem !important;
  }

  .lg\:cds-m-24{
    margin: 6rem !important;
  }

  .lg\:cds-m-32{
    margin: 8rem !important;
  }

  .lg\:cds-m-40{
    margin: 10rem !important;
  }

  .lg\:cds-m-48{
    margin: 12rem !important;
  }

  .lg\:cds-m-56{
    margin: 14rem !important;
  }

  .lg\:cds-m-64{
    margin: 16rem !important;
  }

  .lg\:cds-m-auto{
    margin: auto !important;
  }

  .lg\:cds-m-px{
    margin: 1px !important;
  }

  .lg\:cds--m-1{
    margin: -0.25rem !important;
  }

  .lg\:cds--m-2{
    margin: -0.5rem !important;
  }

  .lg\:cds--m-3{
    margin: -0.75rem !important;
  }

  .lg\:cds--m-4{
    margin: -1rem !important;
  }

  .lg\:cds--m-5{
    margin: -1.25rem !important;
  }

  .lg\:cds--m-6{
    margin: -1.5rem !important;
  }

  .lg\:cds--m-8{
    margin: -2rem !important;
  }

  .lg\:cds--m-10{
    margin: -2.5rem !important;
  }

  .lg\:cds--m-12{
    margin: -3rem !important;
  }

  .lg\:cds--m-16{
    margin: -4rem !important;
  }

  .lg\:cds--m-20{
    margin: -5rem !important;
  }

  .lg\:cds--m-24{
    margin: -6rem !important;
  }

  .lg\:cds--m-32{
    margin: -8rem !important;
  }

  .lg\:cds--m-40{
    margin: -10rem !important;
  }

  .lg\:cds--m-48{
    margin: -12rem !important;
  }

  .lg\:cds--m-56{
    margin: -14rem !important;
  }

  .lg\:cds--m-64{
    margin: -16rem !important;
  }

  .lg\:cds--m-px{
    margin: -1px !important;
  }

  .lg\:cds-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:cds-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:cds-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:cds-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:cds-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:cds-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:cds-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:cds-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:cds-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:cds-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:cds-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:cds-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:cds-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:cds-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:cds-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:cds-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:cds-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:cds-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:cds-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:cds-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:cds-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:cds-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:cds-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:cds-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:cds-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:cds-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:cds-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:cds-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:cds-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:cds-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:cds-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:cds-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:cds-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:cds-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:cds-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:cds-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:cds-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .lg\:cds-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:cds-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:cds--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:cds--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:cds--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:cds--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:cds--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:cds--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:cds--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:cds--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:cds--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:cds--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:cds--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:cds--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:cds--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:cds--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:cds--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:cds--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:cds--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:cds--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:cds--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:cds--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:cds--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:cds--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:cds--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:cds--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:cds--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:cds--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:cds--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:cds--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:cds--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:cds--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:cds--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:cds--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:cds--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:cds--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:cds--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:cds--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:cds-mt-0{
    margin-top: 0 !important;
  }

  .lg\:cds-mr-0{
    margin-right: 0 !important;
  }

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

  .lg\:cds-ml-0{
    margin-left: 0 !important;
  }

  .lg\:cds-mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:cds-mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:cds-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:cds-ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:cds-mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:cds-mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:cds-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:cds-ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:cds-mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:cds-mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:cds-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:cds-ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:cds-mt-4{
    margin-top: 1rem !important;
  }

  .lg\:cds-mr-4{
    margin-right: 1rem !important;
  }

  .lg\:cds-mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:cds-ml-4{
    margin-left: 1rem !important;
  }

  .lg\:cds-mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:cds-mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:cds-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:cds-ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:cds-mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:cds-mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:cds-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:cds-ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:cds-mt-8{
    margin-top: 2rem !important;
  }

  .lg\:cds-mr-8{
    margin-right: 2rem !important;
  }

  .lg\:cds-mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:cds-ml-8{
    margin-left: 2rem !important;
  }

  .lg\:cds-mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:cds-mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:cds-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:cds-ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:cds-mt-12{
    margin-top: 3rem !important;
  }

  .lg\:cds-mr-12{
    margin-right: 3rem !important;
  }

  .lg\:cds-mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:cds-ml-12{
    margin-left: 3rem !important;
  }

  .lg\:cds-mt-16{
    margin-top: 4rem !important;
  }

  .lg\:cds-mr-16{
    margin-right: 4rem !important;
  }

  .lg\:cds-mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:cds-ml-16{
    margin-left: 4rem !important;
  }

  .lg\:cds-mt-20{
    margin-top: 5rem !important;
  }

  .lg\:cds-mr-20{
    margin-right: 5rem !important;
  }

  .lg\:cds-mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:cds-ml-20{
    margin-left: 5rem !important;
  }

  .lg\:cds-mt-24{
    margin-top: 6rem !important;
  }

  .lg\:cds-mr-24{
    margin-right: 6rem !important;
  }

  .lg\:cds-mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:cds-ml-24{
    margin-left: 6rem !important;
  }

  .lg\:cds-mt-32{
    margin-top: 8rem !important;
  }

  .lg\:cds-mr-32{
    margin-right: 8rem !important;
  }

  .lg\:cds-mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:cds-ml-32{
    margin-left: 8rem !important;
  }

  .lg\:cds-mt-40{
    margin-top: 10rem !important;
  }

  .lg\:cds-mr-40{
    margin-right: 10rem !important;
  }

  .lg\:cds-mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:cds-ml-40{
    margin-left: 10rem !important;
  }

  .lg\:cds-mt-48{
    margin-top: 12rem !important;
  }

  .lg\:cds-mr-48{
    margin-right: 12rem !important;
  }

  .lg\:cds-mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:cds-ml-48{
    margin-left: 12rem !important;
  }

  .lg\:cds-mt-56{
    margin-top: 14rem !important;
  }

  .lg\:cds-mr-56{
    margin-right: 14rem !important;
  }

  .lg\:cds-mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:cds-ml-56{
    margin-left: 14rem !important;
  }

  .lg\:cds-mt-64{
    margin-top: 16rem !important;
  }

  .lg\:cds-mr-64{
    margin-right: 16rem !important;
  }

  .lg\:cds-mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:cds-ml-64{
    margin-left: 16rem !important;
  }

  .lg\:cds-mt-auto{
    margin-top: auto !important;
  }

  .lg\:cds-mr-auto{
    margin-right: auto !important;
  }

  .lg\:cds-mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:cds-ml-auto{
    margin-left: auto !important;
  }

  .lg\:cds-mt-px{
    margin-top: 1px !important;
  }

  .lg\:cds-mr-px{
    margin-right: 1px !important;
  }

  .lg\:cds-mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:cds-ml-px{
    margin-left: 1px !important;
  }

  .lg\:cds--mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:cds--mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:cds--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:cds--ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:cds--mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:cds--mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:cds--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:cds--ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:cds--mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:cds--mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:cds--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:cds--ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:cds--mt-4{
    margin-top: -1rem !important;
  }

  .lg\:cds--mr-4{
    margin-right: -1rem !important;
  }

  .lg\:cds--mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:cds--ml-4{
    margin-left: -1rem !important;
  }

  .lg\:cds--mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:cds--mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:cds--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:cds--ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:cds--mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:cds--mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:cds--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:cds--ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:cds--mt-8{
    margin-top: -2rem !important;
  }

  .lg\:cds--mr-8{
    margin-right: -2rem !important;
  }

  .lg\:cds--mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:cds--ml-8{
    margin-left: -2rem !important;
  }

  .lg\:cds--mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:cds--mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:cds--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:cds--ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:cds--mt-12{
    margin-top: -3rem !important;
  }

  .lg\:cds--mr-12{
    margin-right: -3rem !important;
  }

  .lg\:cds--mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:cds--ml-12{
    margin-left: -3rem !important;
  }

  .lg\:cds--mt-16{
    margin-top: -4rem !important;
  }

  .lg\:cds--mr-16{
    margin-right: -4rem !important;
  }

  .lg\:cds--mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:cds--ml-16{
    margin-left: -4rem !important;
  }

  .lg\:cds--mt-20{
    margin-top: -5rem !important;
  }

  .lg\:cds--mr-20{
    margin-right: -5rem !important;
  }

  .lg\:cds--mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:cds--ml-20{
    margin-left: -5rem !important;
  }

  .lg\:cds--mt-24{
    margin-top: -6rem !important;
  }

  .lg\:cds--mr-24{
    margin-right: -6rem !important;
  }

  .lg\:cds--mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:cds--ml-24{
    margin-left: -6rem !important;
  }

  .lg\:cds--mt-32{
    margin-top: -8rem !important;
  }

  .lg\:cds--mr-32{
    margin-right: -8rem !important;
  }

  .lg\:cds--mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:cds--ml-32{
    margin-left: -8rem !important;
  }

  .lg\:cds--mt-40{
    margin-top: -10rem !important;
  }

  .lg\:cds--mr-40{
    margin-right: -10rem !important;
  }

  .lg\:cds--mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:cds--ml-40{
    margin-left: -10rem !important;
  }

  .lg\:cds--mt-48{
    margin-top: -12rem !important;
  }

  .lg\:cds--mr-48{
    margin-right: -12rem !important;
  }

  .lg\:cds--mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:cds--ml-48{
    margin-left: -12rem !important;
  }

  .lg\:cds--mt-56{
    margin-top: -14rem !important;
  }

  .lg\:cds--mr-56{
    margin-right: -14rem !important;
  }

  .lg\:cds--mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:cds--ml-56{
    margin-left: -14rem !important;
  }

  .lg\:cds--mt-64{
    margin-top: -16rem !important;
  }

  .lg\:cds--mr-64{
    margin-right: -16rem !important;
  }

  .lg\:cds--mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:cds--ml-64{
    margin-left: -16rem !important;
  }

  .lg\:cds--mt-px{
    margin-top: -1px !important;
  }

  .lg\:cds--mr-px{
    margin-right: -1px !important;
  }

  .lg\:cds--mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:cds--ml-px{
    margin-left: -1px !important;
  }

  .lg\:cds-max-h-full{
    max-height: 100% !important;
  }

  .lg\:cds-max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:cds-max-w-none{
    max-width: none !important;
  }

  .lg\:cds-max-w-xs{
    max-width: 20rem !important;
  }

  .lg\:cds-max-w-sm{
    max-width: 24rem !important;
  }

  .lg\:cds-max-w-md{
    max-width: 28rem !important;
  }

  .lg\:cds-max-w-lg{
    max-width: 32rem !important;
  }

  .lg\:cds-max-w-xl{
    max-width: 36rem !important;
  }

  .lg\:cds-max-w-2xl{
    max-width: 42rem !important;
  }

  .lg\:cds-max-w-3xl{
    max-width: 48rem !important;
  }

  .lg\:cds-max-w-4xl{
    max-width: 56rem !important;
  }

  .lg\:cds-max-w-5xl{
    max-width: 64rem !important;
  }

  .lg\:cds-max-w-6xl{
    max-width: 72rem !important;
  }

  .lg\:cds-max-w-full{
    max-width: 100% !important;
  }

  .lg\:cds-max-w-screen-sm{
    max-width: 640px !important;
  }

  .lg\:cds-max-w-screen-md{
    max-width: 768px !important;
  }

  .lg\:cds-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .lg\:cds-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .lg\:cds-min-h-0{
    min-height: 0 !important;
  }

  .lg\:cds-min-h-full{
    min-height: 100% !important;
  }

  .lg\:cds-min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:cds-min-w-0{
    min-width: 0 !important;
  }

  .lg\:cds-min-w-full{
    min-width: 100% !important;
  }

  .lg\:cds-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .lg\:cds-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .lg\:cds-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .lg\:cds-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .lg\:cds-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .lg\:cds-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .lg\:cds-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .lg\:cds-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .lg\:cds-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .lg\:cds-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .lg\:cds-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .lg\:cds-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .lg\:cds-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .lg\:cds-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .lg\:cds-opacity-0{
    opacity: 0 !important;
  }

  .lg\:cds-opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:cds-opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:cds-opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:cds-opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:cds-opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:cds-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:cds-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:cds-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:cds-opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:cds-opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:cds-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:cds-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:cds-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:cds-opacity-100:focus{
    opacity: 1 !important;
  }

  .lg\:cds-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:cds-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:cds-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:cds-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:cds-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .lg\:focus\:cds-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .lg\:cds-overflow-auto{
    overflow: auto !important;
  }

  .lg\:cds-overflow-hidden{
    overflow: hidden !important;
  }

  .lg\:cds-overflow-visible{
    overflow: visible !important;
  }

  .lg\:cds-overflow-scroll{
    overflow: scroll !important;
  }

  .lg\:cds-overflow-x-auto{
    overflow-x: auto !important;
  }

  .lg\:cds-overflow-y-auto{
    overflow-y: auto !important;
  }

  .lg\:cds-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .lg\:cds-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .lg\:cds-overflow-x-visible{
    overflow-x: visible !important;
  }

  .lg\:cds-overflow-y-visible{
    overflow-y: visible !important;
  }

  .lg\:cds-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .lg\:cds-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .lg\:cds-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:cds-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:cds-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .lg\:cds-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .lg\:cds-overscroll-none{
    overscroll-behavior: none !important;
  }

  .lg\:cds-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .lg\:cds-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .lg\:cds-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .lg\:cds-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .lg\:cds-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .lg\:cds-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .lg\:cds-p-0{
    padding: 0 !important;
  }

  .lg\:cds-p-1{
    padding: 0.25rem !important;
  }

  .lg\:cds-p-2{
    padding: 0.5rem !important;
  }

  .lg\:cds-p-3{
    padding: 0.75rem !important;
  }

  .lg\:cds-p-4{
    padding: 1rem !important;
  }

  .lg\:cds-p-5{
    padding: 1.25rem !important;
  }

  .lg\:cds-p-6{
    padding: 1.5rem !important;
  }

  .lg\:cds-p-8{
    padding: 2rem !important;
  }

  .lg\:cds-p-10{
    padding: 2.5rem !important;
  }

  .lg\:cds-p-12{
    padding: 3rem !important;
  }

  .lg\:cds-p-16{
    padding: 4rem !important;
  }

  .lg\:cds-p-20{
    padding: 5rem !important;
  }

  .lg\:cds-p-24{
    padding: 6rem !important;
  }

  .lg\:cds-p-32{
    padding: 8rem !important;
  }

  .lg\:cds-p-40{
    padding: 10rem !important;
  }

  .lg\:cds-p-48{
    padding: 12rem !important;
  }

  .lg\:cds-p-56{
    padding: 14rem !important;
  }

  .lg\:cds-p-64{
    padding: 16rem !important;
  }

  .lg\:cds-p-px{
    padding: 1px !important;
  }

  .lg\:cds-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .lg\:cds-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:cds-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:cds-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:cds-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:cds-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:cds-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:cds-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:cds-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:cds-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:cds-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:cds-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:cds-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:cds-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:cds-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:cds-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:cds-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:cds-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:cds-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:cds-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:cds-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:cds-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:cds-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:cds-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:cds-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:cds-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:cds-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:cds-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:cds-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:cds-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:cds-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:cds-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:cds-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:cds-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:cds-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:cds-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:cds-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:cds-pt-0{
    padding-top: 0 !important;
  }

  .lg\:cds-pr-0{
    padding-right: 0 !important;
  }

  .lg\:cds-pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:cds-pl-0{
    padding-left: 0 !important;
  }

  .lg\:cds-pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:cds-pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:cds-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:cds-pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:cds-pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:cds-pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:cds-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:cds-pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:cds-pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:cds-pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:cds-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:cds-pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:cds-pt-4{
    padding-top: 1rem !important;
  }

  .lg\:cds-pr-4{
    padding-right: 1rem !important;
  }

  .lg\:cds-pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:cds-pl-4{
    padding-left: 1rem !important;
  }

  .lg\:cds-pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:cds-pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:cds-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:cds-pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:cds-pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:cds-pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:cds-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:cds-pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:cds-pt-8{
    padding-top: 2rem !important;
  }

  .lg\:cds-pr-8{
    padding-right: 2rem !important;
  }

  .lg\:cds-pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:cds-pl-8{
    padding-left: 2rem !important;
  }

  .lg\:cds-pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:cds-pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:cds-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:cds-pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:cds-pt-12{
    padding-top: 3rem !important;
  }

  .lg\:cds-pr-12{
    padding-right: 3rem !important;
  }

  .lg\:cds-pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:cds-pl-12{
    padding-left: 3rem !important;
  }

  .lg\:cds-pt-16{
    padding-top: 4rem !important;
  }

  .lg\:cds-pr-16{
    padding-right: 4rem !important;
  }

  .lg\:cds-pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:cds-pl-16{
    padding-left: 4rem !important;
  }

  .lg\:cds-pt-20{
    padding-top: 5rem !important;
  }

  .lg\:cds-pr-20{
    padding-right: 5rem !important;
  }

  .lg\:cds-pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:cds-pl-20{
    padding-left: 5rem !important;
  }

  .lg\:cds-pt-24{
    padding-top: 6rem !important;
  }

  .lg\:cds-pr-24{
    padding-right: 6rem !important;
  }

  .lg\:cds-pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:cds-pl-24{
    padding-left: 6rem !important;
  }

  .lg\:cds-pt-32{
    padding-top: 8rem !important;
  }

  .lg\:cds-pr-32{
    padding-right: 8rem !important;
  }

  .lg\:cds-pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:cds-pl-32{
    padding-left: 8rem !important;
  }

  .lg\:cds-pt-40{
    padding-top: 10rem !important;
  }

  .lg\:cds-pr-40{
    padding-right: 10rem !important;
  }

  .lg\:cds-pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:cds-pl-40{
    padding-left: 10rem !important;
  }

  .lg\:cds-pt-48{
    padding-top: 12rem !important;
  }

  .lg\:cds-pr-48{
    padding-right: 12rem !important;
  }

  .lg\:cds-pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:cds-pl-48{
    padding-left: 12rem !important;
  }

  .lg\:cds-pt-56{
    padding-top: 14rem !important;
  }

  .lg\:cds-pr-56{
    padding-right: 14rem !important;
  }

  .lg\:cds-pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:cds-pl-56{
    padding-left: 14rem !important;
  }

  .lg\:cds-pt-64{
    padding-top: 16rem !important;
  }

  .lg\:cds-pr-64{
    padding-right: 16rem !important;
  }

  .lg\:cds-pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:cds-pl-64{
    padding-left: 16rem !important;
  }

  .lg\:cds-pt-px{
    padding-top: 1px !important;
  }

  .lg\:cds-pr-px{
    padding-right: 1px !important;
  }

  .lg\:cds-pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:cds-pl-px{
    padding-left: 1px !important;
  }

  .lg\:cds-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:cds-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:cds-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:cds-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .lg\:cds-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:cds-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:cds-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:cds-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:cds-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:cds-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:cds-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:cds-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:cds-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:cds-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:cds-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:cds-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:cds-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:cds-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:cds-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:cds-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:cds-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:cds-pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:cds-pointer-events-auto{
    pointer-events: auto !important;
  }

  .lg\:cds-static{
    position: static !important;
  }

  .lg\:cds-fixed{
    position: fixed !important;
  }

  .lg\:cds-absolute{
    position: absolute !important;
  }

  .lg\:cds-relative{
    position: relative !important;
  }

  .lg\:cds-sticky{
    position: sticky !important;
  }

  .lg\:cds-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:cds-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:cds-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:cds-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:cds-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:cds-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:cds-top-0{
    top: 0 !important;
  }

  .lg\:cds-right-0{
    right: 0 !important;
  }

  .lg\:cds-bottom-0{
    bottom: 0 !important;
  }

  .lg\:cds-left-0{
    left: 0 !important;
  }

  .lg\:cds-top-auto{
    top: auto !important;
  }

  .lg\:cds-right-auto{
    right: auto !important;
  }

  .lg\:cds-bottom-auto{
    bottom: auto !important;
  }

  .lg\:cds-left-auto{
    left: auto !important;
  }

  .lg\:cds-resize-none{
    resize: none !important;
  }

  .lg\:cds-resize-y{
    resize: vertical !important;
  }

  .lg\:cds-resize-x{
    resize: horizontal !important;
  }

  .lg\:cds-resize{
    resize: both !important;
  }

  .lg\:cds-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:cds-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:cds-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:cds-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:cds-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:cds-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:cds-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:cds-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:cds-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:cds-shadow-none{
    box-shadow: none !important;
  }

  .lg\:hover\:cds-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:cds-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:cds-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:cds-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:cds-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:cds-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:cds-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:cds-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:cds-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:cds-shadow-none:hover{
    box-shadow: none !important;
  }

  .lg\:focus\:cds-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:cds-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:cds-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:cds-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:cds-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:cds-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:cds-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:cds-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:cds-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:cds-shadow-none:focus{
    box-shadow: none !important;
  }

  .lg\:cds-fill-current{
    fill: currentColor !important;
  }

  .lg\:cds-stroke-current{
    stroke: currentColor !important;
  }

  .lg\:cds-stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:cds-stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:cds-stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:cds-table-auto{
    table-layout: auto !important;
  }

  .lg\:cds-table-fixed{
    table-layout: fixed !important;
  }

  .lg\:cds-text-left{
    text-align: left !important;
  }

  .lg\:cds-text-center{
    text-align: center !important;
  }

  .lg\:cds-text-right{
    text-align: right !important;
  }

  .lg\:cds-text-justify{
    text-align: justify !important;
  }

  .lg\:cds-text-transparent{
    color: transparent !important;
  }

  .lg\:cds-text-current{
    color: currentColor !important;
  }

  .lg\:cds-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:cds-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:cds-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:cds-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:cds-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:cds-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:cds-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:cds-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:cds-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:cds-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:cds-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:cds-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:cds-text-current:hover{
    color: currentColor !important;
  }

  .lg\:hover\:cds-text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:hover\:cds-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:cds-text-current:focus{
    color: currentColor !important;
  }

  .lg\:focus\:cds-text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:focus\:cds-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:cds-text-opacity-0{
    --text-opacity: 0 !important;
  }

  .lg\:cds-text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .lg\:cds-text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .lg\:cds-text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .lg\:cds-text-opacity-100{
    --text-opacity: 1 !important;
  }

  .lg\:hover\:cds-text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .lg\:hover\:cds-text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:cds-text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:cds-text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:cds-text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .lg\:focus\:cds-text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .lg\:focus\:cds-text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:cds-text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:cds-text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:cds-text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .lg\:cds-italic{
    font-style: italic !important;
  }

  .lg\:cds-not-italic{
    font-style: normal !important;
  }

  .lg\:cds-uppercase{
    text-transform: uppercase !important;
  }

  .lg\:cds-lowercase{
    text-transform: lowercase !important;
  }

  .lg\:cds-capitalize{
    text-transform: capitalize !important;
  }

  .lg\:cds-normal-case{
    text-transform: none !important;
  }

  .lg\:cds-underline{
    text-decoration: underline !important;
  }

  .lg\:cds-line-through{
    text-decoration: line-through !important;
  }

  .lg\:cds-no-underline{
    text-decoration: none !important;
  }

  .lg\:hover\:cds-underline:hover{
    text-decoration: underline !important;
  }

  .lg\:hover\:cds-line-through:hover{
    text-decoration: line-through !important;
  }

  .lg\:hover\:cds-no-underline:hover{
    text-decoration: none !important;
  }

  .lg\:focus\:cds-underline:focus{
    text-decoration: underline !important;
  }

  .lg\:focus\:cds-line-through:focus{
    text-decoration: line-through !important;
  }

  .lg\:focus\:cds-no-underline:focus{
    text-decoration: none !important;
  }

  .lg\:cds-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .lg\:cds-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .lg\:cds-ordinal, .lg\:cds-slashed-zero, .lg\:cds-lining-nums, .lg\:cds-oldstyle-nums, .lg\:cds-proportional-nums, .lg\:cds-tabular-nums, .lg\:cds-diagonal-fractions, .lg\:cds-stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:cds-normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:cds-ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:cds-slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:cds-lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:cds-oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:cds-proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:cds-tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:cds-diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:cds-stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:cds-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:cds-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:cds-tracking-normal{
    letter-spacing: 0 !important;
  }

  .lg\:cds-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .lg\:cds-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .lg\:cds-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .lg\:cds-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .lg\:cds-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .lg\:cds-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .lg\:cds-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .lg\:cds-align-baseline{
    vertical-align: baseline !important;
  }

  .lg\:cds-align-top{
    vertical-align: top !important;
  }

  .lg\:cds-align-middle{
    vertical-align: middle !important;
  }

  .lg\:cds-align-bottom{
    vertical-align: bottom !important;
  }

  .lg\:cds-align-text-top{
    vertical-align: text-top !important;
  }

  .lg\:cds-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .lg\:cds-visible{
    visibility: visible !important;
  }

  .lg\:cds-invisible{
    visibility: hidden !important;
  }

  .lg\:cds-whitespace-normal{
    white-space: normal !important;
  }

  .lg\:cds-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .lg\:cds-whitespace-pre{
    white-space: pre !important;
  }

  .lg\:cds-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .lg\:cds-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .lg\:cds-break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:cds-break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:cds-break-all{
    word-break: break-all !important;
  }

  .lg\:cds-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:cds-w-0{
    width: 0 !important;
  }

  .lg\:cds-w-1{
    width: 0.25rem !important;
  }

  .lg\:cds-w-2{
    width: 0.5rem !important;
  }

  .lg\:cds-w-3{
    width: 0.75rem !important;
  }

  .lg\:cds-w-4{
    width: 1rem !important;
  }

  .lg\:cds-w-5{
    width: 1.25rem !important;
  }

  .lg\:cds-w-6{
    width: 1.5rem !important;
  }

  .lg\:cds-w-8{
    width: 2rem !important;
  }

  .lg\:cds-w-10{
    width: 2.5rem !important;
  }

  .lg\:cds-w-12{
    width: 3rem !important;
  }

  .lg\:cds-w-16{
    width: 4rem !important;
  }

  .lg\:cds-w-20{
    width: 5rem !important;
  }

  .lg\:cds-w-24{
    width: 6rem !important;
  }

  .lg\:cds-w-32{
    width: 8rem !important;
  }

  .lg\:cds-w-40{
    width: 10rem !important;
  }

  .lg\:cds-w-48{
    width: 12rem !important;
  }

  .lg\:cds-w-56{
    width: 14rem !important;
  }

  .lg\:cds-w-64{
    width: 16rem !important;
  }

  .lg\:cds-w-auto{
    width: auto !important;
  }

  .lg\:cds-w-px{
    width: 1px !important;
  }

  .lg\:cds-w-1\/2{
    width: 50% !important;
  }

  .lg\:cds-w-1\/3{
    width: 33.333333% !important;
  }

  .lg\:cds-w-2\/3{
    width: 66.666667% !important;
  }

  .lg\:cds-w-1\/4{
    width: 25% !important;
  }

  .lg\:cds-w-2\/4{
    width: 50% !important;
  }

  .lg\:cds-w-3\/4{
    width: 75% !important;
  }

  .lg\:cds-w-1\/5{
    width: 20% !important;
  }

  .lg\:cds-w-2\/5{
    width: 40% !important;
  }

  .lg\:cds-w-3\/5{
    width: 60% !important;
  }

  .lg\:cds-w-4\/5{
    width: 80% !important;
  }

  .lg\:cds-w-1\/6{
    width: 16.666667% !important;
  }

  .lg\:cds-w-2\/6{
    width: 33.333333% !important;
  }

  .lg\:cds-w-3\/6{
    width: 50% !important;
  }

  .lg\:cds-w-4\/6{
    width: 66.666667% !important;
  }

  .lg\:cds-w-5\/6{
    width: 83.333333% !important;
  }

  .lg\:cds-w-1\/12{
    width: 8.333333% !important;
  }

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

  .lg\:cds-w-3\/12{
    width: 25% !important;
  }

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

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

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

  .lg\:cds-w-7\/12{
    width: 58.333333% !important;
  }

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

  .lg\:cds-w-9\/12{
    width: 75% !important;
  }

  .lg\:cds-w-10\/12{
    width: 83.333333% !important;
  }

  .lg\:cds-w-11\/12{
    width: 91.666667% !important;
  }

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

  .lg\:cds-w-screen{
    width: 100vw !important;
  }

  .lg\:cds-z-0{
    z-index: 0 !important;
  }

  .lg\:cds-z-10{
    z-index: 10 !important;
  }

  .lg\:cds-z-20{
    z-index: 20 !important;
  }

  .lg\:cds-z-30{
    z-index: 30 !important;
  }

  .lg\:cds-z-40{
    z-index: 40 !important;
  }

  .lg\:cds-z-50{
    z-index: 50 !important;
  }

  .lg\:cds-z-auto{
    z-index: auto !important;
  }

  .lg\:cds-gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:cds-gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:cds-gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:cds-gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:cds-gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:cds-gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:cds-gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:cds-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:cds-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:cds-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:cds-gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:cds-gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:cds-gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:cds-gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:cds-gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:cds-gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:cds-gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:cds-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:cds-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:cds-col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:cds-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:cds-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:cds-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:cds-col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:cds-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:cds-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:cds-col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:cds-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:cds-col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:cds-col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:cds-col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:cds-col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:cds-col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:cds-col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:cds-col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:cds-col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:cds-col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:cds-col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:cds-gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .lg\:cds-gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .lg\:cds-gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .lg\:cds-gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .lg\:cds-gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .lg\:cds-gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .lg\:cds-gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .lg\:cds-gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .lg\:cds-gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .lg\:cds-gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .lg\:cds-gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .lg\:cds-gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .lg\:cds-gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .lg\:cds-gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .lg\:cds-gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .lg\:cds-gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .lg\:cds-gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .lg\:cds-gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .lg\:cds-gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .lg\:cds-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:cds-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:cds-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:cds-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:cds-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:cds-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:cds-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:cds-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:cds-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:cds-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:cds-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:cds-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:cds-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:cds-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:cds-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:cds-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:cds-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:cds-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:cds-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:cds-gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:cds-gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:cds-gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:cds-gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:cds-gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:cds-gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:cds-gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:cds-gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:cds-gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:cds-gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:cds-gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:cds-gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:cds-gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:cds-gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:cds-gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:cds-gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:cds-gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:cds-gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:cds-gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:cds-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .lg\:cds-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .lg\:cds-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .lg\:cds-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:cds-grid-cols-none{
    grid-template-columns: none !important;
  }

  .lg\:cds-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:cds-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .lg\:cds-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .lg\:cds-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .lg\:cds-col-auto{
    grid-column: auto !important;
  }

  .lg\:cds-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .lg\:cds-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .lg\:cds-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .lg\:cds-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .lg\:cds-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .lg\:cds-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .lg\:cds-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .lg\:cds-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .lg\:cds-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .lg\:cds-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .lg\:cds-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .lg\:cds-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .lg\:cds-col-span-full{
    grid-column: 1 / -1 !important;
  }

  .lg\:cds-col-start-1{
    grid-column-start: 1 !important;
  }

  .lg\:cds-col-start-2{
    grid-column-start: 2 !important;
  }

  .lg\:cds-col-start-3{
    grid-column-start: 3 !important;
  }

  .lg\:cds-col-start-4{
    grid-column-start: 4 !important;
  }

  .lg\:cds-col-start-5{
    grid-column-start: 5 !important;
  }

  .lg\:cds-col-start-6{
    grid-column-start: 6 !important;
  }

  .lg\:cds-col-start-7{
    grid-column-start: 7 !important;
  }

  .lg\:cds-col-start-8{
    grid-column-start: 8 !important;
  }

  .lg\:cds-col-start-9{
    grid-column-start: 9 !important;
  }

  .lg\:cds-col-start-10{
    grid-column-start: 10 !important;
  }

  .lg\:cds-col-start-11{
    grid-column-start: 11 !important;
  }

  .lg\:cds-col-start-12{
    grid-column-start: 12 !important;
  }

  .lg\:cds-col-start-13{
    grid-column-start: 13 !important;
  }

  .lg\:cds-col-start-auto{
    grid-column-start: auto !important;
  }

  .lg\:cds-col-end-1{
    grid-column-end: 1 !important;
  }

  .lg\:cds-col-end-2{
    grid-column-end: 2 !important;
  }

  .lg\:cds-col-end-3{
    grid-column-end: 3 !important;
  }

  .lg\:cds-col-end-4{
    grid-column-end: 4 !important;
  }

  .lg\:cds-col-end-5{
    grid-column-end: 5 !important;
  }

  .lg\:cds-col-end-6{
    grid-column-end: 6 !important;
  }

  .lg\:cds-col-end-7{
    grid-column-end: 7 !important;
  }

  .lg\:cds-col-end-8{
    grid-column-end: 8 !important;
  }

  .lg\:cds-col-end-9{
    grid-column-end: 9 !important;
  }

  .lg\:cds-col-end-10{
    grid-column-end: 10 !important;
  }

  .lg\:cds-col-end-11{
    grid-column-end: 11 !important;
  }

  .lg\:cds-col-end-12{
    grid-column-end: 12 !important;
  }

  .lg\:cds-col-end-13{
    grid-column-end: 13 !important;
  }

  .lg\:cds-col-end-auto{
    grid-column-end: auto !important;
  }

  .lg\:cds-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:cds-grid-rows-none{
    grid-template-rows: none !important;
  }

  .lg\:cds-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:cds-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .lg\:cds-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .lg\:cds-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .lg\:cds-row-auto{
    grid-row: auto !important;
  }

  .lg\:cds-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .lg\:cds-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .lg\:cds-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .lg\:cds-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .lg\:cds-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .lg\:cds-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .lg\:cds-row-span-full{
    grid-row: 1 / -1 !important;
  }

  .lg\:cds-row-start-1{
    grid-row-start: 1 !important;
  }

  .lg\:cds-row-start-2{
    grid-row-start: 2 !important;
  }

  .lg\:cds-row-start-3{
    grid-row-start: 3 !important;
  }

  .lg\:cds-row-start-4{
    grid-row-start: 4 !important;
  }

  .lg\:cds-row-start-5{
    grid-row-start: 5 !important;
  }

  .lg\:cds-row-start-6{
    grid-row-start: 6 !important;
  }

  .lg\:cds-row-start-7{
    grid-row-start: 7 !important;
  }

  .lg\:cds-row-start-auto{
    grid-row-start: auto !important;
  }

  .lg\:cds-row-end-1{
    grid-row-end: 1 !important;
  }

  .lg\:cds-row-end-2{
    grid-row-end: 2 !important;
  }

  .lg\:cds-row-end-3{
    grid-row-end: 3 !important;
  }

  .lg\:cds-row-end-4{
    grid-row-end: 4 !important;
  }

  .lg\:cds-row-end-5{
    grid-row-end: 5 !important;
  }

  .lg\:cds-row-end-6{
    grid-row-end: 6 !important;
  }

  .lg\:cds-row-end-7{
    grid-row-end: 7 !important;
  }

  .lg\:cds-row-end-auto{
    grid-row-end: auto !important;
  }

  .lg\:cds-transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:cds-transform-none{
    transform: none !important;
  }

  .lg\:cds-origin-center{
    transform-origin: center !important;
  }

  .lg\:cds-origin-top{
    transform-origin: top !important;
  }

  .lg\:cds-origin-top-right{
    transform-origin: top right !important;
  }

  .lg\:cds-origin-right{
    transform-origin: right !important;
  }

  .lg\:cds-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .lg\:cds-origin-bottom{
    transform-origin: bottom !important;
  }

  .lg\:cds-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .lg\:cds-origin-left{
    transform-origin: left !important;
  }

  .lg\:cds-origin-top-left{
    transform-origin: top left !important;
  }

  .lg\:cds-scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:cds-scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:cds-scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:cds-scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:cds-scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:cds-scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:cds-scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:cds-scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:cds-scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:cds-scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:cds-scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .lg\:cds-scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .lg\:cds-scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .lg\:cds-scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .lg\:cds-scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .lg\:cds-scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .lg\:cds-scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:cds-scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:cds-scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:cds-scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:cds-scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .lg\:cds-scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .lg\:cds-scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .lg\:cds-scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .lg\:cds-scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .lg\:cds-scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .lg\:cds-scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:cds-scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:cds-scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:cds-scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:cds-scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:cds-scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:cds-scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:cds-scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:cds-scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:cds-scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:cds-scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:cds-scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:cds-scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:cds-scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:cds-scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:cds-scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:cds-scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:cds-scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:cds-scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:cds-scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:cds-scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:cds-scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:cds-scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:cds-scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:cds-scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:cds-scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:cds-scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:cds-scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:cds-scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:cds-scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:cds-scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:cds-scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:cds-scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:cds-scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:cds-scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:cds-scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:cds-scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:cds-scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:cds-scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:cds-scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:cds-scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:cds-scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:cds-scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:cds-scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:cds-scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:cds-scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:cds-scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:cds-scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:cds-scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:cds-scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:cds-scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:cds-scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:cds-scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:cds-scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:cds-scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:cds-scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:cds-scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:cds-scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:cds-scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:cds-scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:cds-scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:cds-scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:cds-scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:cds-scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:cds-rotate-0{
    --transform-rotate: 0 !important;
  }

  .lg\:cds-rotate-1{
    --transform-rotate: 1deg !important;
  }

  .lg\:cds-rotate-2{
    --transform-rotate: 2deg !important;
  }

  .lg\:cds-rotate-3{
    --transform-rotate: 3deg !important;
  }

  .lg\:cds-rotate-6{
    --transform-rotate: 6deg !important;
  }

  .lg\:cds-rotate-12{
    --transform-rotate: 12deg !important;
  }

  .lg\:cds-rotate-45{
    --transform-rotate: 45deg !important;
  }

  .lg\:cds-rotate-90{
    --transform-rotate: 90deg !important;
  }

  .lg\:cds-rotate-180{
    --transform-rotate: 180deg !important;
  }

  .lg\:cds--rotate-180{
    --transform-rotate: -180deg !important;
  }

  .lg\:cds--rotate-90{
    --transform-rotate: -90deg !important;
  }

  .lg\:cds--rotate-45{
    --transform-rotate: -45deg !important;
  }

  .lg\:cds--rotate-12{
    --transform-rotate: -12deg !important;
  }

  .lg\:cds--rotate-6{
    --transform-rotate: -6deg !important;
  }

  .lg\:cds--rotate-3{
    --transform-rotate: -3deg !important;
  }

  .lg\:cds--rotate-2{
    --transform-rotate: -2deg !important;
  }

  .lg\:cds--rotate-1{
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:cds-rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:cds-rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:cds-rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:cds-rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:cds-rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:cds-rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:cds-rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:cds-rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:cds-rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:cds--rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:cds--rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:cds--rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:cds--rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:cds--rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:cds--rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:cds--rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:cds--rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:cds-rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:cds-rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:cds-rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:cds-rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:cds-rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:cds-rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:cds-rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:cds-rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:cds-rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:cds--rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:cds--rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:cds--rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:cds--rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:cds--rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:cds--rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:cds--rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:cds--rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .lg\:cds-translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .lg\:cds-translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:cds-translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:cds-translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:cds-translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .lg\:cds-translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:cds-translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:cds-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .lg\:cds-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:cds-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .lg\:cds-translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .lg\:cds-translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .lg\:cds-translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .lg\:cds-translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .lg\:cds-translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .lg\:cds-translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .lg\:cds-translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .lg\:cds-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .lg\:cds-translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .lg\:cds--translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:cds--translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:cds--translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:cds--translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .lg\:cds--translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:cds--translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:cds--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .lg\:cds--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:cds--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .lg\:cds--translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .lg\:cds--translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .lg\:cds--translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .lg\:cds--translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .lg\:cds--translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .lg\:cds--translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .lg\:cds--translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .lg\:cds--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .lg\:cds--translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .lg\:cds--translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .lg\:cds--translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .lg\:cds-translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .lg\:cds-translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .lg\:cds-translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .lg\:cds-translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:cds-translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:cds-translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:cds-translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .lg\:cds-translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:cds-translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:cds-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .lg\:cds-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:cds-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .lg\:cds-translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .lg\:cds-translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .lg\:cds-translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .lg\:cds-translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .lg\:cds-translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .lg\:cds-translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .lg\:cds-translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .lg\:cds-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .lg\:cds-translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .lg\:cds--translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:cds--translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:cds--translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:cds--translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .lg\:cds--translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:cds--translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:cds--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .lg\:cds--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:cds--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .lg\:cds--translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .lg\:cds--translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .lg\:cds--translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .lg\:cds--translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .lg\:cds--translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .lg\:cds--translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .lg\:cds--translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .lg\:cds--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .lg\:cds--translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .lg\:cds--translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .lg\:cds--translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .lg\:cds-translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .lg\:cds-translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:cds-translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:cds-translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:cds-translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:cds-translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:cds-translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:cds-translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:cds-translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:cds-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:cds-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:cds-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:cds-translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:cds-translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:cds-translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:cds-translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:cds-translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:cds-translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:cds-translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:cds-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:cds-translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:cds--translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:cds--translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:cds--translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:cds--translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:cds--translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:cds--translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:cds--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:cds--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:cds--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:cds--translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:cds--translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:cds--translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:cds--translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:cds--translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:cds--translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:cds--translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:cds--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:cds--translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:cds--translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:cds--translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:cds-translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:cds-translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:cds-translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:cds-translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:cds-translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:cds-translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:cds-translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:cds-translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:cds-translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:cds-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:cds-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:cds-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:cds-translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:cds-translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:cds-translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:cds-translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:cds-translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:cds-translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:cds-translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:cds-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:cds-translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:cds--translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:cds--translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:cds--translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:cds--translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:cds--translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:cds--translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:cds--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:cds--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:cds--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:cds--translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:cds--translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:cds--translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:cds--translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:cds--translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:cds--translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:cds--translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:cds--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:cds--translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:cds--translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:cds--translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:cds-translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:cds-translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:cds-translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:cds-translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:cds-translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:cds-translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:cds-translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:cds-translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:cds-translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:cds-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:cds-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:cds-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:cds-translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:cds-translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:cds-translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:cds-translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:cds-translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:cds-translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:cds-translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:cds-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:cds-translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:cds--translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:cds--translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:cds--translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:cds--translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:cds--translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:cds--translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:cds--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:cds--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:cds--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:cds--translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:cds--translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:cds--translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:cds--translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:cds--translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:cds--translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:cds--translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:cds--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:cds--translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:cds--translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:cds--translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:cds-translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:cds-translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:cds-translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:cds-translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:cds-translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:cds-translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:cds-translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:cds-translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:cds-translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:cds-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:cds-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:cds-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:cds-translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:cds-translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:cds-translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:cds-translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:cds-translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:cds-translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:cds-translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:cds-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:cds-translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:cds--translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:cds--translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:cds--translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:cds--translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:cds--translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:cds--translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:cds--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:cds--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:cds--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:cds--translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:cds--translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:cds--translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:cds--translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:cds--translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:cds--translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:cds--translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:cds--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:cds--translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:cds--translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:cds--translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:cds-translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:cds-translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .lg\:cds-skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .lg\:cds-skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .lg\:cds-skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .lg\:cds-skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .lg\:cds-skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .lg\:cds-skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .lg\:cds--skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .lg\:cds--skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .lg\:cds--skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .lg\:cds--skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .lg\:cds--skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .lg\:cds-skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .lg\:cds-skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .lg\:cds-skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .lg\:cds-skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .lg\:cds-skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .lg\:cds-skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .lg\:cds--skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .lg\:cds--skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .lg\:cds--skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .lg\:cds--skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .lg\:cds--skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:cds-skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:cds-skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:cds-skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:cds-skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:cds-skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:cds-skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:cds--skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:cds--skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:cds--skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:cds--skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:cds--skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:cds-skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:cds-skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:cds-skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:cds-skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:cds-skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:cds-skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:cds--skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:cds--skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:cds--skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:cds--skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:cds--skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:cds-skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:cds-skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:cds-skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:cds-skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:cds-skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:cds-skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:cds--skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:cds--skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:cds--skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:cds--skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:cds--skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:cds-skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:cds-skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:cds-skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:cds-skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:cds-skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:cds-skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:cds--skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:cds--skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:cds--skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:cds--skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:cds--skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .lg\:cds-transition-none{
    transition-property: none !important;
  }

  .lg\:cds-transition-all{
    transition-property: all !important;
  }

  .lg\:cds-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .lg\:cds-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:cds-transition-opacity{
    transition-property: opacity !important;
  }

  .lg\:cds-transition-shadow{
    transition-property: box-shadow !important;
  }

  .lg\:cds-transition-transform{
    transition-property: transform !important;
  }

  .lg\:cds-ease-linear{
    transition-timing-function: linear !important;
  }

  .lg\:cds-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:cds-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .lg\:cds-duration-75{
    transition-duration: 75ms !important;
  }

  .lg\:cds-duration-100{
    transition-duration: 100ms !important;
  }

  .lg\:cds-duration-150{
    transition-duration: 150ms !important;
  }

  .lg\:cds-duration-200{
    transition-duration: 200ms !important;
  }

  .lg\:cds-duration-300{
    transition-duration: 300ms !important;
  }

  .lg\:cds-duration-500{
    transition-duration: 500ms !important;
  }

  .lg\:cds-duration-700{
    transition-duration: 700ms !important;
  }

  .lg\:cds-duration-1000{
    transition-duration: 1000ms !important;
  }

  .lg\:cds-delay-75{
    transition-delay: 75ms !important;
  }

  .lg\:cds-delay-100{
    transition-delay: 100ms !important;
  }

  .lg\:cds-delay-150{
    transition-delay: 150ms !important;
  }

  .lg\:cds-delay-200{
    transition-delay: 200ms !important;
  }

  .lg\:cds-delay-300{
    transition-delay: 300ms !important;
  }

  .lg\:cds-delay-500{
    transition-delay: 500ms !important;
  }

  .lg\:cds-delay-700{
    transition-delay: 700ms !important;
  }

  .lg\:cds-delay-1000{
    transition-delay: 1000ms !important;
  }

  .lg\:cds-animate-none{
    animation: none !important;
  }

  .lg\:cds-animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .lg\:cds-animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:cds-animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:cds-animate-bounce{
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px){
  .xl\:cds-container{
    width: 100%;
  }

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

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

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

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

  .xl\:cds-space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl\:cds-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds--space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl\:cds--space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:cds-space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xl\:cds-space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xl\:cds-divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl\:cds-divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:cds-divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl\:cds-divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:cds-divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl\:cds-divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:cds-divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl\:cds-divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:cds-divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:cds-divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:cds-divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xl\:cds-divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xl\:cds-divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xl\:cds-divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xl\:cds-divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-red-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xl\:cds-divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xl\:cds-divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xl\:cds-divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xl\:cds-divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xl\:cds-divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xl\:cds-divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xl\:cds-divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xl\:cds-divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xl\:cds-divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xl\:cds-divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xl\:cds-sr-only{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:cds-not-sr-only{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:focus\:cds-sr-only:focus{
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }

  .xl\:focus\:cds-not-sr-only:focus{
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
  }

  .xl\:cds-appearance-none{
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }

  .xl\:cds-bg-fixed{
    background-attachment: fixed !important;
  }

  .xl\:cds-bg-local{
    background-attachment: local !important;
  }

  .xl\:cds-bg-scroll{
    background-attachment: scroll !important;
  }

  .xl\:cds-bg-clip-border{
    background-clip: border-box !important;
  }

  .xl\:cds-bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xl\:cds-bg-clip-content{
    background-clip: content-box !important;
  }

  .xl\:cds-bg-clip-text{
    -webkit-background-clip: text !important;
            background-clip: text !important;
  }

  .xl\:cds-bg-transparent{
    background-color: transparent !important;
  }

  .xl\:cds-bg-current{
    background-color: currentColor !important;
  }

  .xl\:cds-bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-200{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-300{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-400{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-500{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-600{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-700{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-800{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-red-900{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-transparent:hover{
    background-color: transparent !important;
  }

  .xl\:hover\:cds-bg-current:hover{
    background-color: currentColor !important;
  }

  .xl\:hover\:cds-bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-300:hover{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-400:hover{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-500:hover{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-600:hover{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-red-900:hover{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:hover\:cds-bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-transparent:focus{
    background-color: transparent !important;
  }

  .xl\:focus\:cds-bg-current:focus{
    background-color: currentColor !important;
  }

  .xl\:focus\:cds-bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f5 !important;
    background-color: rgba(255, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7d7 !important;
    background-color: rgba(254, 215, 215, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-300:focus{
    --bg-opacity: 1 !important;
    background-color: #feb2b2 !important;
    background-color: rgba(254, 178, 178, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-400:focus{
    --bg-opacity: 1 !important;
    background-color: #fc8181 !important;
    background-color: rgba(252, 129, 129, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-500:focus{
    --bg-opacity: 1 !important;
    background-color: #f56565 !important;
    background-color: rgba(245, 101, 101, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-600:focus{
    --bg-opacity: 1 !important;
    background-color: #e53e3e !important;
    background-color: rgba(229, 62, 62, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c53030 !important;
    background-color: rgba(197, 48, 48, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9b2c2c !important;
    background-color: rgba(155, 44, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-red-900:focus{
    --bg-opacity: 1 !important;
    background-color: #742a2a !important;
    background-color: rgba(116, 42, 42, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:focus\:cds-bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:cds-bg-none{
    background-image: none !important;
  }

  .xl\:cds-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-tr{
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-br{
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-bl{
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-l{
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-bg-gradient-to-tl{
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:cds-from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:cds-from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:cds-from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:cds-from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:cds-from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:cds-from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:cds-from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:cds-from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:cds-from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:cds-from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:cds-from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:cds-from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:cds-from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:cds-from-red-100{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:cds-from-red-200{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:cds-from-red-300{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:cds-from-red-400{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:cds-from-red-500{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:cds-from-red-600{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:cds-from-red-700{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:cds-from-red-800{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:cds-from-red-900{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:cds-from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:cds-from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:cds-from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:cds-from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:cds-from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:cds-from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:cds-from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:cds-from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:cds-from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:cds-from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:cds-from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:cds-from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:cds-from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:cds-from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:cds-from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:cds-from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:cds-from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:cds-from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:cds-from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:cds-from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:cds-from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:cds-from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:cds-from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:cds-from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:cds-from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:cds-from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:cds-from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:cds-from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:cds-from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:cds-from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:cds-from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:cds-from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:cds-from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:cds-from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:cds-from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:cds-from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:cds-from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:cds-from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:cds-from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:cds-from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:cds-from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:cds-from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:cds-from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:cds-from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:cds-from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:cds-from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:cds-from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:cds-from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:cds-from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:cds-from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:cds-from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:cds-from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:cds-from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:cds-from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:cds-from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:cds-from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:cds-from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:cds-from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:cds-from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:cds-from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:cds-from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:cds-from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:cds-from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:cds-from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:cds-from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:cds-from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:cds-from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:cds-from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:cds-from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:cds-from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:cds-from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:cds-from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:cds-via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:cds-via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:cds-via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:cds-via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:cds-via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:cds-via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:cds-via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:cds-via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:cds-via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:cds-via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:cds-via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:cds-via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:cds-via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:cds-via-red-100{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:cds-via-red-200{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:cds-via-red-300{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:cds-via-red-400{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:cds-via-red-500{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:cds-via-red-600{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:cds-via-red-700{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:cds-via-red-800{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:cds-via-red-900{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:cds-via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:cds-via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:cds-via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:cds-via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:cds-via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:cds-via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:cds-via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:cds-via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:cds-via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:cds-via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:cds-via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:cds-via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:cds-via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:cds-via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:cds-via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:cds-via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:cds-via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:cds-via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:cds-via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:cds-via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:cds-via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:cds-via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:cds-via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:cds-via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:cds-via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:cds-via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:cds-via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:cds-via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:cds-via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:cds-via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:cds-via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:cds-via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:cds-via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:cds-via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:cds-via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:cds-via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:cds-via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:cds-via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:cds-via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:cds-via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:cds-via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:cds-via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:cds-via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:cds-via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:cds-via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:cds-via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:cds-via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:cds-via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:cds-via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:cds-via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:cds-via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:cds-via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:cds-via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:cds-via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:cds-via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:cds-via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:cds-via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:cds-via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:cds-via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:cds-via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:cds-via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:cds-via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:cds-via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:cds-via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:cds-via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:cds-via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:cds-via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:cds-via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:cds-via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:cds-via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:cds-via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:cds-via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:cds-to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xl\:cds-to-current{
    --gradient-to-color: currentColor !important;
  }

  .xl\:cds-to-black{
    --gradient-to-color: #000 !important;
  }

  .xl\:cds-to-white{
    --gradient-to-color: #fff !important;
  }

  .xl\:cds-to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:cds-to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:cds-to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:cds-to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:cds-to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:cds-to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xl\:cds-to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:cds-to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:cds-to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:cds-to-red-100{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:cds-to-red-200{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:cds-to-red-300{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:cds-to-red-400{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:cds-to-red-500{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:cds-to-red-600{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:cds-to-red-700{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:cds-to-red-800{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:cds-to-red-900{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:cds-to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:cds-to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:cds-to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:cds-to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:cds-to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:cds-to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:cds-to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:cds-to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:cds-to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:cds-to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:cds-to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:cds-to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:cds-to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:cds-to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:cds-to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:cds-to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:cds-to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:cds-to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xl\:cds-to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:cds-to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:cds-to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:cds-to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:cds-to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:cds-to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:cds-to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:cds-to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xl\:cds-to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xl\:cds-to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:cds-to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:cds-to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:cds-to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:cds-to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:cds-to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xl\:cds-to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:cds-to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:cds-to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:cds-to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:cds-to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:cds-to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:cds-to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:cds-to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:cds-to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:cds-to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:cds-to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:cds-to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:cds-to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:cds-to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:cds-to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:cds-to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:cds-to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xl\:cds-to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:cds-to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:cds-to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xl\:cds-to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:cds-to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:cds-to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:cds-to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:cds-to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:cds-to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:cds-to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:cds-to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:cds-to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:cds-to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xl\:cds-to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:cds-to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:cds-to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:cds-to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:cds-to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:cds-to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:cds-to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:cds-to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xl\:cds-to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xl\:hover\:cds-from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:cds-from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:cds-from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:cds-from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:cds-from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:cds-from-red-100:hover{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:cds-from-red-200:hover{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:cds-from-red-300:hover{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:cds-from-red-400:hover{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:cds-from-red-500:hover{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:cds-from-red-600:hover{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:cds-from-red-700:hover{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:cds-from-red-800:hover{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:cds-from-red-900:hover{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:cds-from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:cds-from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:cds-from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:cds-from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:cds-from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:cds-from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:cds-from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:cds-from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:cds-from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:cds-from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:cds-from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:cds-from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:cds-from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:cds-from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:cds-from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:cds-from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:cds-via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:cds-via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:cds-via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:cds-via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:cds-via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:cds-via-red-100:hover{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:hover\:cds-via-red-200:hover{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:hover\:cds-via-red-300:hover{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:hover\:cds-via-red-400:hover{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:hover\:cds-via-red-500:hover{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:hover\:cds-via-red-600:hover{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:hover\:cds-via-red-700:hover{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:hover\:cds-via-red-800:hover{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:hover\:cds-via-red-900:hover{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:cds-via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:cds-via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:cds-via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:cds-via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:cds-via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:cds-via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:cds-via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:cds-via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:cds-via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:cds-via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:cds-via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:cds-via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:cds-via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:cds-via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:cds-via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:cds-via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:cds-to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xl\:hover\:cds-to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xl\:hover\:cds-to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xl\:hover\:cds-to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xl\:hover\:cds-to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:hover\:cds-to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:hover\:cds-to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:hover\:cds-to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:hover\:cds-to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:hover\:cds-to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xl\:hover\:cds-to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:hover\:cds-to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:hover\:cds-to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:hover\:cds-to-red-100:hover{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:hover\:cds-to-red-200:hover{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:hover\:cds-to-red-300:hover{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:hover\:cds-to-red-400:hover{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:hover\:cds-to-red-500:hover{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:hover\:cds-to-red-600:hover{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:hover\:cds-to-red-700:hover{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:hover\:cds-to-red-800:hover{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:hover\:cds-to-red-900:hover{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:hover\:cds-to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:hover\:cds-to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:hover\:cds-to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:hover\:cds-to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:hover\:cds-to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:hover\:cds-to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:hover\:cds-to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:hover\:cds-to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:hover\:cds-to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:hover\:cds-to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:hover\:cds-to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:hover\:cds-to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:hover\:cds-to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:hover\:cds-to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:hover\:cds-to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:hover\:cds-to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:hover\:cds-to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:hover\:cds-to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xl\:hover\:cds-to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:hover\:cds-to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:hover\:cds-to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:hover\:cds-to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:hover\:cds-to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:hover\:cds-to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:hover\:cds-to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:hover\:cds-to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xl\:hover\:cds-to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xl\:hover\:cds-to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:hover\:cds-to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:hover\:cds-to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:hover\:cds-to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:hover\:cds-to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:hover\:cds-to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xl\:hover\:cds-to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:hover\:cds-to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:hover\:cds-to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:hover\:cds-to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:hover\:cds-to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:hover\:cds-to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:hover\:cds-to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:hover\:cds-to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:hover\:cds-to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:hover\:cds-to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:hover\:cds-to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:hover\:cds-to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:hover\:cds-to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:hover\:cds-to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:hover\:cds-to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:hover\:cds-to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:hover\:cds-to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xl\:hover\:cds-to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:hover\:cds-to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:hover\:cds-to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xl\:hover\:cds-to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:hover\:cds-to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:hover\:cds-to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:hover\:cds-to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:hover\:cds-to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:hover\:cds-to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:hover\:cds-to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:hover\:cds-to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:hover\:cds-to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:hover\:cds-to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xl\:hover\:cds-to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:hover\:cds-to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:hover\:cds-to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:hover\:cds-to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:hover\:cds-to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:hover\:cds-to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:hover\:cds-to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:hover\:cds-to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xl\:hover\:cds-to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xl\:focus\:cds-from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:cds-from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:cds-from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:cds-from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:cds-from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:cds-from-red-100:focus{
    --gradient-from-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:cds-from-red-200:focus{
    --gradient-from-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:cds-from-red-300:focus{
    --gradient-from-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:cds-from-red-400:focus{
    --gradient-from-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:cds-from-red-500:focus{
    --gradient-from-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:cds-from-red-600:focus{
    --gradient-from-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:cds-from-red-700:focus{
    --gradient-from-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:cds-from-red-800:focus{
    --gradient-from-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:cds-from-red-900:focus{
    --gradient-from-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:cds-from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:cds-from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:cds-from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:cds-from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:cds-from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:cds-from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:cds-from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:cds-from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:cds-from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:cds-from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:cds-from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:cds-from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:cds-from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:cds-from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:cds-from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:cds-from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:cds-via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:cds-via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:cds-via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:cds-via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:cds-via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:cds-via-red-100:focus{
    --gradient-via-color: #fff5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 245, 0)) !important;
  }

  .xl\:focus\:cds-via-red-200:focus{
    --gradient-via-color: #fed7d7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 215, 0)) !important;
  }

  .xl\:focus\:cds-via-red-300:focus{
    --gradient-via-color: #feb2b2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 178, 178, 0)) !important;
  }

  .xl\:focus\:cds-via-red-400:focus{
    --gradient-via-color: #fc8181 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(252, 129, 129, 0)) !important;
  }

  .xl\:focus\:cds-via-red-500:focus{
    --gradient-via-color: #f56565 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 101, 101, 0)) !important;
  }

  .xl\:focus\:cds-via-red-600:focus{
    --gradient-via-color: #e53e3e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(229, 62, 62, 0)) !important;
  }

  .xl\:focus\:cds-via-red-700:focus{
    --gradient-via-color: #c53030 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(197, 48, 48, 0)) !important;
  }

  .xl\:focus\:cds-via-red-800:focus{
    --gradient-via-color: #9b2c2c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(155, 44, 44, 0)) !important;
  }

  .xl\:focus\:cds-via-red-900:focus{
    --gradient-via-color: #742a2a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 42, 42, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:cds-via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:cds-via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:cds-via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:cds-via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:cds-via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:cds-via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:cds-via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:cds-via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:cds-via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:cds-via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:cds-via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:cds-via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:cds-via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:cds-via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:cds-via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:cds-via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:cds-to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xl\:focus\:cds-to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xl\:focus\:cds-to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xl\:focus\:cds-to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xl\:focus\:cds-to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:focus\:cds-to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:focus\:cds-to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:focus\:cds-to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:focus\:cds-to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:focus\:cds-to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xl\:focus\:cds-to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:focus\:cds-to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:focus\:cds-to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:focus\:cds-to-red-100:focus{
    --gradient-to-color: #fff5f5 !important;
  }

  .xl\:focus\:cds-to-red-200:focus{
    --gradient-to-color: #fed7d7 !important;
  }

  .xl\:focus\:cds-to-red-300:focus{
    --gradient-to-color: #feb2b2 !important;
  }

  .xl\:focus\:cds-to-red-400:focus{
    --gradient-to-color: #fc8181 !important;
  }

  .xl\:focus\:cds-to-red-500:focus{
    --gradient-to-color: #f56565 !important;
  }

  .xl\:focus\:cds-to-red-600:focus{
    --gradient-to-color: #e53e3e !important;
  }

  .xl\:focus\:cds-to-red-700:focus{
    --gradient-to-color: #c53030 !important;
  }

  .xl\:focus\:cds-to-red-800:focus{
    --gradient-to-color: #9b2c2c !important;
  }

  .xl\:focus\:cds-to-red-900:focus{
    --gradient-to-color: #742a2a !important;
  }

  .xl\:focus\:cds-to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:focus\:cds-to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:focus\:cds-to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:focus\:cds-to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:focus\:cds-to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:focus\:cds-to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:focus\:cds-to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:focus\:cds-to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:focus\:cds-to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:focus\:cds-to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:focus\:cds-to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:focus\:cds-to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:focus\:cds-to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:focus\:cds-to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:focus\:cds-to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:focus\:cds-to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:focus\:cds-to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:focus\:cds-to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xl\:focus\:cds-to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:focus\:cds-to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:focus\:cds-to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:focus\:cds-to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:focus\:cds-to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:focus\:cds-to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:focus\:cds-to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:focus\:cds-to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xl\:focus\:cds-to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xl\:focus\:cds-to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:focus\:cds-to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:focus\:cds-to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:focus\:cds-to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:focus\:cds-to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:focus\:cds-to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xl\:focus\:cds-to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:focus\:cds-to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:focus\:cds-to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:focus\:cds-to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:focus\:cds-to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:focus\:cds-to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:focus\:cds-to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:focus\:cds-to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:focus\:cds-to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:focus\:cds-to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:focus\:cds-to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:focus\:cds-to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:focus\:cds-to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:focus\:cds-to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:focus\:cds-to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:focus\:cds-to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:focus\:cds-to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xl\:focus\:cds-to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:focus\:cds-to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:focus\:cds-to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xl\:focus\:cds-to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:focus\:cds-to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:focus\:cds-to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:focus\:cds-to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:focus\:cds-to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:focus\:cds-to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:focus\:cds-to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:focus\:cds-to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:focus\:cds-to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:focus\:cds-to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xl\:focus\:cds-to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:focus\:cds-to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:focus\:cds-to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:focus\:cds-to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:focus\:cds-to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:focus\:cds-to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:focus\:cds-to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:focus\:cds-to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xl\:focus\:cds-to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xl\:cds-bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xl\:cds-bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xl\:cds-bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xl\:cds-bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xl\:cds-bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:cds-bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:cds-bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:cds-bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:cds-bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:cds-bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:cds-bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:cds-bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:cds-bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:cds-bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:cds-bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xl\:cds-bg-bottom{
    background-position: bottom !important;
  }

  .xl\:cds-bg-center{
    background-position: center !important;
  }

  .xl\:cds-bg-left{
    background-position: left !important;
  }

  .xl\:cds-bg-left-bottom{
    background-position: left bottom !important;
  }

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

  .xl\:cds-bg-right{
    background-position: right !important;
  }

  .xl\:cds-bg-right-bottom{
    background-position: right bottom !important;
  }

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

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

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

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

  .xl\:cds-bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xl\:cds-bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xl\:cds-bg-repeat-round{
    background-repeat: round !important;
  }

  .xl\:cds-bg-repeat-space{
    background-repeat: space !important;
  }

  .xl\:cds-bg-auto{
    background-size: auto !important;
  }

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

  .xl\:cds-bg-contain{
    background-size: contain !important;
  }

  .xl\:cds-border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:cds-border-separate{
    border-collapse: separate !important;
  }

  .xl\:cds-border-transparent{
    border-color: transparent !important;
  }

  .xl\:cds-border-current{
    border-color: currentColor !important;
  }

  .xl\:cds-border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:cds-border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:cds-border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-100{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-200{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-300{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-400{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-500{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-600{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-700{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-800{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:cds-border-red-900{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:cds-border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:cds-border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:cds-border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:cds-border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:cds-border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:cds-border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:cds-border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:cds-border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-transparent:hover{
    border-color: transparent !important;
  }

  .xl\:hover\:cds-border-current:hover{
    border-color: currentColor !important;
  }

  .xl\:hover\:cds-border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-300:hover{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-400:hover{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-500:hover{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-600:hover{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-700:hover{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-800:hover{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-red-900:hover{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:hover\:cds-border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-transparent:focus{
    border-color: transparent !important;
  }

  .xl\:focus\:cds-border-current:focus{
    border-color: currentColor !important;
  }

  .xl\:focus\:cds-border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f5 !important;
    border-color: rgba(255, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7d7 !important;
    border-color: rgba(254, 215, 215, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-300:focus{
    --border-opacity: 1 !important;
    border-color: #feb2b2 !important;
    border-color: rgba(254, 178, 178, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-400:focus{
    --border-opacity: 1 !important;
    border-color: #fc8181 !important;
    border-color: rgba(252, 129, 129, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-500:focus{
    --border-opacity: 1 !important;
    border-color: #f56565 !important;
    border-color: rgba(245, 101, 101, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-600:focus{
    --border-opacity: 1 !important;
    border-color: #e53e3e !important;
    border-color: rgba(229, 62, 62, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-700:focus{
    --border-opacity: 1 !important;
    border-color: #c53030 !important;
    border-color: rgba(197, 48, 48, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-800:focus{
    --border-opacity: 1 !important;
    border-color: #9b2c2c !important;
    border-color: rgba(155, 44, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-red-900:focus{
    --border-opacity: 1 !important;
    border-color: #742a2a !important;
    border-color: rgba(116, 42, 42, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:focus\:cds-border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:cds-border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xl\:cds-border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xl\:cds-border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xl\:cds-border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xl\:cds-border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xl\:hover\:cds-border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xl\:hover\:cds-border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:cds-border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:cds-border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:cds-border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xl\:focus\:cds-border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xl\:focus\:cds-border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:cds-border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:cds-border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:cds-border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xl\:cds-rounded-none{
    border-radius: 0 !important;
  }

  .xl\:cds-rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xl\:cds-rounded{
    border-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-md{
    border-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-2xl{
    border-radius: 1rem !important;
  }

  .xl\:cds-rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-full{
    border-radius: 9999px !important;
  }

  .xl\:cds-rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:cds-rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:cds-rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:cds-rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:cds-rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:cds-rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:cds-rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:cds-rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:cds-rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:cds-rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:cds-rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:cds-rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:cds-rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:cds-rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:cds-rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:cds-rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:cds-rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:cds-rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:cds-rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:cds-rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:cds-rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:cds-rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:cds-rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:cds-rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:cds-rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:cds-rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:cds-rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:cds-rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:cds-rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:cds-rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:cds-border-solid{
    border-style: solid !important;
  }

  .xl\:cds-border-dashed{
    border-style: dashed !important;
  }

  .xl\:cds-border-dotted{
    border-style: dotted !important;
  }

  .xl\:cds-border-double{
    border-style: double !important;
  }

  .xl\:cds-border-none{
    border-style: none !important;
  }

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

  .xl\:cds-border-2{
    border-width: 2px !important;
  }

  .xl\:cds-border-4{
    border-width: 4px !important;
  }

  .xl\:cds-border-8{
    border-width: 8px !important;
  }

  .xl\:cds-border{
    border-width: 1px !important;
  }

  .xl\:cds-border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:cds-border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:cds-border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:cds-border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:cds-border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:cds-border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:cds-border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:cds-border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:cds-border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:cds-border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:cds-border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:cds-border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:cds-border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:cds-border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:cds-border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:cds-border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:cds-border-t{
    border-top-width: 1px !important;
  }

  .xl\:cds-border-r{
    border-right-width: 1px !important;
  }

  .xl\:cds-border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:cds-border-l{
    border-left-width: 1px !important;
  }

  .xl\:cds-box-border{
    box-sizing: border-box !important;
  }

  .xl\:cds-box-content{
    box-sizing: content-box !important;
  }

  .xl\:cds-cursor-auto{
    cursor: auto !important;
  }

  .xl\:cds-cursor-default{
    cursor: default !important;
  }

  .xl\:cds-cursor-pointer{
    cursor: pointer !important;
  }

  .xl\:cds-cursor-wait{
    cursor: wait !important;
  }

  .xl\:cds-cursor-text{
    cursor: text !important;
  }

  .xl\:cds-cursor-move{
    cursor: move !important;
  }

  .xl\:cds-cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:cds-block{
    display: block !important;
  }

  .xl\:cds-inline-block{
    display: inline-block !important;
  }

  .xl\:cds-inline{
    display: inline !important;
  }

  .xl\:cds-flex{
    display: flex !important;
  }

  .xl\:cds-inline-flex{
    display: inline-flex !important;
  }

  .xl\:cds-table{
    display: table !important;
  }

  .xl\:cds-table-caption{
    display: table-caption !important;
  }

  .xl\:cds-table-cell{
    display: table-cell !important;
  }

  .xl\:cds-table-column{
    display: table-column !important;
  }

  .xl\:cds-table-column-group{
    display: table-column-group !important;
  }

  .xl\:cds-table-footer-group{
    display: table-footer-group !important;
  }

  .xl\:cds-table-header-group{
    display: table-header-group !important;
  }

  .xl\:cds-table-row-group{
    display: table-row-group !important;
  }

  .xl\:cds-table-row{
    display: table-row !important;
  }

  .xl\:cds-flow-root{
    display: flow-root !important;
  }

  .xl\:cds-grid{
    display: grid !important;
  }

  .xl\:cds-inline-grid{
    display: inline-grid !important;
  }

  .xl\:cds-contents{
    display: contents !important;
  }

  .xl\:cds-hidden{
    display: none !important;
  }

  .xl\:cds-flex-row{
    flex-direction: row !important;
  }

  .xl\:cds-flex-row-reverse{
    flex-direction: row-reverse !important;
  }

  .xl\:cds-flex-col{
    flex-direction: column !important;
  }

  .xl\:cds-flex-col-reverse{
    flex-direction: column-reverse !important;
  }

  .xl\:cds-flex-wrap{
    flex-wrap: wrap !important;
  }

  .xl\:cds-flex-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .xl\:cds-flex-no-wrap{
    flex-wrap: nowrap !important;
  }

  .xl\:cds-place-items-auto{
    place-items: auto !important;
  }

  .xl\:cds-place-items-start{
    place-items: start !important;
  }

  .xl\:cds-place-items-end{
    place-items: end !important;
  }

  .xl\:cds-place-items-center{
    place-items: center !important;
  }

  .xl\:cds-place-items-stretch{
    place-items: stretch !important;
  }

  .xl\:cds-place-content-center{
    place-content: center !important;
  }

  .xl\:cds-place-content-start{
    place-content: start !important;
  }

  .xl\:cds-place-content-end{
    place-content: end !important;
  }

  .xl\:cds-place-content-between{
    place-content: space-between !important;
  }

  .xl\:cds-place-content-around{
    place-content: space-around !important;
  }

  .xl\:cds-place-content-evenly{
    place-content: space-evenly !important;
  }

  .xl\:cds-place-content-stretch{
    place-content: stretch !important;
  }

  .xl\:cds-place-self-auto{
    place-self: auto !important;
  }

  .xl\:cds-place-self-start{
    place-self: start !important;
  }

  .xl\:cds-place-self-end{
    place-self: end !important;
  }

  .xl\:cds-place-self-center{
    place-self: center !important;
  }

  .xl\:cds-place-self-stretch{
    place-self: stretch !important;
  }

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

  .xl\:cds-items-end{
    align-items: flex-end !important;
  }

  .xl\:cds-items-center{
    align-items: center !important;
  }

  .xl\:cds-items-baseline{
    align-items: baseline !important;
  }

  .xl\:cds-items-stretch{
    align-items: stretch !important;
  }

  .xl\:cds-content-center{
    align-content: center !important;
  }

  .xl\:cds-content-start{
    align-content: flex-start !important;
  }

  .xl\:cds-content-end{
    align-content: flex-end !important;
  }

  .xl\:cds-content-between{
    align-content: space-between !important;
  }

  .xl\:cds-content-around{
    align-content: space-around !important;
  }

  .xl\:cds-content-evenly{
    align-content: space-evenly !important;
  }

  .xl\:cds-self-auto{
    align-self: auto !important;
  }

  .xl\:cds-self-start{
    align-self: flex-start !important;
  }

  .xl\:cds-self-end{
    align-self: flex-end !important;
  }

  .xl\:cds-self-center{
    align-self: center !important;
  }

  .xl\:cds-self-stretch{
    align-self: stretch !important;
  }

  .xl\:cds-justify-items-auto{
    justify-items: auto !important;
  }

  .xl\:cds-justify-items-start{
    justify-items: start !important;
  }

  .xl\:cds-justify-items-end{
    justify-items: end !important;
  }

  .xl\:cds-justify-items-center{
    justify-items: center !important;
  }

  .xl\:cds-justify-items-stretch{
    justify-items: stretch !important;
  }

  .xl\:cds-justify-start{
    justify-content: flex-start !important;
  }

  .xl\:cds-justify-end{
    justify-content: flex-end !important;
  }

  .xl\:cds-justify-center{
    justify-content: center !important;
  }

  .xl\:cds-justify-between{
    justify-content: space-between !important;
  }

  .xl\:cds-justify-around{
    justify-content: space-around !important;
  }

  .xl\:cds-justify-evenly{
    justify-content: space-evenly !important;
  }

  .xl\:cds-justify-self-auto{
    justify-self: auto !important;
  }

  .xl\:cds-justify-self-start{
    justify-self: start !important;
  }

  .xl\:cds-justify-self-end{
    justify-self: end !important;
  }

  .xl\:cds-justify-self-center{
    justify-self: center !important;
  }

  .xl\:cds-justify-self-stretch{
    justify-self: stretch !important;
  }

  .xl\:cds-flex-1{
    flex: 1 1 0% !important;
  }

  .xl\:cds-flex-auto{
    flex: 1 1 auto !important;
  }

  .xl\:cds-flex-initial{
    flex: 0 1 auto !important;
  }

  .xl\:cds-flex-none{
    flex: none !important;
  }

  .xl\:cds-flex-grow-0{
    flex-grow: 0 !important;
  }

  .xl\:cds-flex-grow{
    flex-grow: 1 !important;
  }

  .xl\:cds-flex-shrink-0{
    flex-shrink: 0 !important;
  }

  .xl\:cds-flex-shrink{
    flex-shrink: 1 !important;
  }

  .xl\:cds-order-1{
    order: 1 !important;
  }

  .xl\:cds-order-2{
    order: 2 !important;
  }

  .xl\:cds-order-3{
    order: 3 !important;
  }

  .xl\:cds-order-4{
    order: 4 !important;
  }

  .xl\:cds-order-5{
    order: 5 !important;
  }

  .xl\:cds-order-6{
    order: 6 !important;
  }

  .xl\:cds-order-7{
    order: 7 !important;
  }

  .xl\:cds-order-8{
    order: 8 !important;
  }

  .xl\:cds-order-9{
    order: 9 !important;
  }

  .xl\:cds-order-10{
    order: 10 !important;
  }

  .xl\:cds-order-11{
    order: 11 !important;
  }

  .xl\:cds-order-12{
    order: 12 !important;
  }

  .xl\:cds-order-first{
    order: -9999 !important;
  }

  .xl\:cds-order-last{
    order: 9999 !important;
  }

  .xl\:cds-order-none{
    order: 0 !important;
  }

  .xl\:cds-float-right{
    float: right !important;
  }

  .xl\:cds-float-left{
    float: left !important;
  }

  .xl\:cds-float-none{
    float: none !important;
  }

  .xl\:cds-clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xl\:cds-clear-left{
    clear: left !important;
  }

  .xl\:cds-clear-right{
    clear: right !important;
  }

  .xl\:cds-clear-both{
    clear: both !important;
  }

  .xl\:cds-clear-none{
    clear: none !important;
  }

  .xl\:cds-font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:cds-font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:cds-font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:cds-font-hairline{
    font-weight: 100 !important;
  }

  .xl\:cds-font-thin{
    font-weight: 200 !important;
  }

  .xl\:cds-font-light{
    font-weight: 300 !important;
  }

  .xl\:cds-font-normal{
    font-weight: 400 !important;
  }

  .xl\:cds-font-medium{
    font-weight: 500 !important;
  }

  .xl\:cds-font-semibold{
    font-weight: 600 !important;
  }

  .xl\:cds-font-bold{
    font-weight: 700 !important;
  }

  .xl\:cds-font-extrabold{
    font-weight: 800 !important;
  }

  .xl\:cds-font-black{
    font-weight: 900 !important;
  }

  .xl\:hover\:cds-font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:cds-font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:cds-font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:cds-font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:cds-font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:cds-font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:cds-font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:cds-font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:cds-font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:cds-font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:cds-font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:cds-font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:cds-font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:cds-font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:cds-font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:cds-font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:cds-font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:cds-font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:cds-h-0{
    height: 0 !important;
  }

  .xl\:cds-h-1{
    height: 0.25rem !important;
  }

  .xl\:cds-h-2{
    height: 0.5rem !important;
  }

  .xl\:cds-h-3{
    height: 0.75rem !important;
  }

  .xl\:cds-h-4{
    height: 1rem !important;
  }

  .xl\:cds-h-5{
    height: 1.25rem !important;
  }

  .xl\:cds-h-6{
    height: 1.5rem !important;
  }

  .xl\:cds-h-8{
    height: 2rem !important;
  }

  .xl\:cds-h-10{
    height: 2.5rem !important;
  }

  .xl\:cds-h-12{
    height: 3rem !important;
  }

  .xl\:cds-h-16{
    height: 4rem !important;
  }

  .xl\:cds-h-20{
    height: 5rem !important;
  }

  .xl\:cds-h-24{
    height: 6rem !important;
  }

  .xl\:cds-h-32{
    height: 8rem !important;
  }

  .xl\:cds-h-40{
    height: 10rem !important;
  }

  .xl\:cds-h-48{
    height: 12rem !important;
  }

  .xl\:cds-h-56{
    height: 14rem !important;
  }

  .xl\:cds-h-64{
    height: 16rem !important;
  }

  .xl\:cds-h-auto{
    height: auto !important;
  }

  .xl\:cds-h-px{
    height: 1px !important;
  }

  .xl\:cds-h-full{
    height: 100% !important;
  }

  .xl\:cds-h-screen{
    height: 100vh !important;
  }

  .xl\:cds-text-xs{
    font-size: 0.75rem !important;
  }

  .xl\:cds-text-sm{
    font-size: 0.875rem !important;
  }

  .xl\:cds-text-base{
    font-size: 1rem !important;
  }

  .xl\:cds-text-lg{
    font-size: 1.125rem !important;
  }

  .xl\:cds-text-xl{
    font-size: 1.25rem !important;
  }

  .xl\:cds-text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:cds-text-3xl{
    font-size: 1.875rem !important;
  }

  .xl\:cds-text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:cds-text-5xl{
    font-size: 3rem !important;
  }

  .xl\:cds-text-6xl{
    font-size: 4rem !important;
  }

  .xl\:cds-leading-3{
    line-height: .75rem !important;
  }

  .xl\:cds-leading-4{
    line-height: 1rem !important;
  }

  .xl\:cds-leading-5{
    line-height: 1.25rem !important;
  }

  .xl\:cds-leading-6{
    line-height: 1.5rem !important;
  }

  .xl\:cds-leading-7{
    line-height: 1.75rem !important;
  }

  .xl\:cds-leading-8{
    line-height: 2rem !important;
  }

  .xl\:cds-leading-9{
    line-height: 2.25rem !important;
  }

  .xl\:cds-leading-10{
    line-height: 2.5rem !important;
  }

  .xl\:cds-leading-none{
    line-height: 1 !important;
  }

  .xl\:cds-leading-tight{
    line-height: 1.25 !important;
  }

  .xl\:cds-leading-snug{
    line-height: 1.375 !important;
  }

  .xl\:cds-leading-normal{
    line-height: 1.5 !important;
  }

  .xl\:cds-leading-relaxed{
    line-height: 1.625 !important;
  }

  .xl\:cds-leading-loose{
    line-height: 2 !important;
  }

  .xl\:cds-list-inside{
    list-style-position: inside !important;
  }

  .xl\:cds-list-outside{
    list-style-position: outside !important;
  }

  .xl\:cds-list-none{
    list-style-type: none !important;
  }

  .xl\:cds-list-disc{
    list-style-type: disc !important;
  }

  .xl\:cds-list-decimal{
    list-style-type: decimal !important;
  }

  .xl\:cds-m-0{
    margin: 0 !important;
  }

  .xl\:cds-m-1{
    margin: 0.25rem !important;
  }

  .xl\:cds-m-2{
    margin: 0.5rem !important;
  }

  .xl\:cds-m-3{
    margin: 0.75rem !important;
  }

  .xl\:cds-m-4{
    margin: 1rem !important;
  }

  .xl\:cds-m-5{
    margin: 1.25rem !important;
  }

  .xl\:cds-m-6{
    margin: 1.5rem !important;
  }

  .xl\:cds-m-8{
    margin: 2rem !important;
  }

  .xl\:cds-m-10{
    margin: 2.5rem !important;
  }

  .xl\:cds-m-12{
    margin: 3rem !important;
  }

  .xl\:cds-m-16{
    margin: 4rem !important;
  }

  .xl\:cds-m-20{
    margin: 5rem !important;
  }

  .xl\:cds-m-24{
    margin: 6rem !important;
  }

  .xl\:cds-m-32{
    margin: 8rem !important;
  }

  .xl\:cds-m-40{
    margin: 10rem !important;
  }

  .xl\:cds-m-48{
    margin: 12rem !important;
  }

  .xl\:cds-m-56{
    margin: 14rem !important;
  }

  .xl\:cds-m-64{
    margin: 16rem !important;
  }

  .xl\:cds-m-auto{
    margin: auto !important;
  }

  .xl\:cds-m-px{
    margin: 1px !important;
  }

  .xl\:cds--m-1{
    margin: -0.25rem !important;
  }

  .xl\:cds--m-2{
    margin: -0.5rem !important;
  }

  .xl\:cds--m-3{
    margin: -0.75rem !important;
  }

  .xl\:cds--m-4{
    margin: -1rem !important;
  }

  .xl\:cds--m-5{
    margin: -1.25rem !important;
  }

  .xl\:cds--m-6{
    margin: -1.5rem !important;
  }

  .xl\:cds--m-8{
    margin: -2rem !important;
  }

  .xl\:cds--m-10{
    margin: -2.5rem !important;
  }

  .xl\:cds--m-12{
    margin: -3rem !important;
  }

  .xl\:cds--m-16{
    margin: -4rem !important;
  }

  .xl\:cds--m-20{
    margin: -5rem !important;
  }

  .xl\:cds--m-24{
    margin: -6rem !important;
  }

  .xl\:cds--m-32{
    margin: -8rem !important;
  }

  .xl\:cds--m-40{
    margin: -10rem !important;
  }

  .xl\:cds--m-48{
    margin: -12rem !important;
  }

  .xl\:cds--m-56{
    margin: -14rem !important;
  }

  .xl\:cds--m-64{
    margin: -16rem !important;
  }

  .xl\:cds--m-px{
    margin: -1px !important;
  }

  .xl\:cds-my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:cds-mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:cds-my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:cds-mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:cds-my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:cds-mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:cds-my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:cds-mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:cds-my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:cds-mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:cds-my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:cds-mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:cds-my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:cds-mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:cds-my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:cds-mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:cds-my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:cds-mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:cds-my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:cds-mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:cds-my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:cds-mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:cds-my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:cds-mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:cds-my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:cds-mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:cds-my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:cds-mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:cds-my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:cds-mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:cds-my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:cds-mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:cds-my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:cds-mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:cds-my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:cds-mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:cds-my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .xl\:cds-my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:cds-mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:cds--my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:cds--mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:cds--my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:cds--mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:cds--my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:cds--mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:cds--my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:cds--mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:cds--my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:cds--mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:cds--my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:cds--mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:cds--my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:cds--mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:cds--my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:cds--mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:cds--my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:cds--mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:cds--my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:cds--mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:cds--my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:cds--mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:cds--my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:cds--mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:cds--my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:cds--mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:cds--my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:cds--mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:cds--my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:cds--mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:cds--my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:cds--mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:cds--my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:cds--mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:cds--my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:cds--mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:cds-mt-0{
    margin-top: 0 !important;
  }

  .xl\:cds-mr-0{
    margin-right: 0 !important;
  }

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

  .xl\:cds-ml-0{
    margin-left: 0 !important;
  }

  .xl\:cds-mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:cds-mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:cds-mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:cds-ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:cds-mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:cds-mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:cds-mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:cds-ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:cds-mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:cds-mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:cds-mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:cds-ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:cds-mt-4{
    margin-top: 1rem !important;
  }

  .xl\:cds-mr-4{
    margin-right: 1rem !important;
  }

  .xl\:cds-mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:cds-ml-4{
    margin-left: 1rem !important;
  }

  .xl\:cds-mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:cds-mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:cds-mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:cds-ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:cds-mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:cds-mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:cds-mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:cds-ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:cds-mt-8{
    margin-top: 2rem !important;
  }

  .xl\:cds-mr-8{
    margin-right: 2rem !important;
  }

  .xl\:cds-mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:cds-ml-8{
    margin-left: 2rem !important;
  }

  .xl\:cds-mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:cds-mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:cds-mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:cds-ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:cds-mt-12{
    margin-top: 3rem !important;
  }

  .xl\:cds-mr-12{
    margin-right: 3rem !important;
  }

  .xl\:cds-mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:cds-ml-12{
    margin-left: 3rem !important;
  }

  .xl\:cds-mt-16{
    margin-top: 4rem !important;
  }

  .xl\:cds-mr-16{
    margin-right: 4rem !important;
  }

  .xl\:cds-mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:cds-ml-16{
    margin-left: 4rem !important;
  }

  .xl\:cds-mt-20{
    margin-top: 5rem !important;
  }

  .xl\:cds-mr-20{
    margin-right: 5rem !important;
  }

  .xl\:cds-mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:cds-ml-20{
    margin-left: 5rem !important;
  }

  .xl\:cds-mt-24{
    margin-top: 6rem !important;
  }

  .xl\:cds-mr-24{
    margin-right: 6rem !important;
  }

  .xl\:cds-mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:cds-ml-24{
    margin-left: 6rem !important;
  }

  .xl\:cds-mt-32{
    margin-top: 8rem !important;
  }

  .xl\:cds-mr-32{
    margin-right: 8rem !important;
  }

  .xl\:cds-mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:cds-ml-32{
    margin-left: 8rem !important;
  }

  .xl\:cds-mt-40{
    margin-top: 10rem !important;
  }

  .xl\:cds-mr-40{
    margin-right: 10rem !important;
  }

  .xl\:cds-mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:cds-ml-40{
    margin-left: 10rem !important;
  }

  .xl\:cds-mt-48{
    margin-top: 12rem !important;
  }

  .xl\:cds-mr-48{
    margin-right: 12rem !important;
  }

  .xl\:cds-mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:cds-ml-48{
    margin-left: 12rem !important;
  }

  .xl\:cds-mt-56{
    margin-top: 14rem !important;
  }

  .xl\:cds-mr-56{
    margin-right: 14rem !important;
  }

  .xl\:cds-mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:cds-ml-56{
    margin-left: 14rem !important;
  }

  .xl\:cds-mt-64{
    margin-top: 16rem !important;
  }

  .xl\:cds-mr-64{
    margin-right: 16rem !important;
  }

  .xl\:cds-mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:cds-ml-64{
    margin-left: 16rem !important;
  }

  .xl\:cds-mt-auto{
    margin-top: auto !important;
  }

  .xl\:cds-mr-auto{
    margin-right: auto !important;
  }

  .xl\:cds-mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:cds-ml-auto{
    margin-left: auto !important;
  }

  .xl\:cds-mt-px{
    margin-top: 1px !important;
  }

  .xl\:cds-mr-px{
    margin-right: 1px !important;
  }

  .xl\:cds-mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:cds-ml-px{
    margin-left: 1px !important;
  }

  .xl\:cds--mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:cds--mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:cds--mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:cds--ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:cds--mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:cds--mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:cds--mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:cds--ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:cds--mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:cds--mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:cds--mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:cds--ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:cds--mt-4{
    margin-top: -1rem !important;
  }

  .xl\:cds--mr-4{
    margin-right: -1rem !important;
  }

  .xl\:cds--mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:cds--ml-4{
    margin-left: -1rem !important;
  }

  .xl\:cds--mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:cds--mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:cds--mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:cds--ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:cds--mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:cds--mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:cds--mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:cds--ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:cds--mt-8{
    margin-top: -2rem !important;
  }

  .xl\:cds--mr-8{
    margin-right: -2rem !important;
  }

  .xl\:cds--mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:cds--ml-8{
    margin-left: -2rem !important;
  }

  .xl\:cds--mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:cds--mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:cds--mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:cds--ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:cds--mt-12{
    margin-top: -3rem !important;
  }

  .xl\:cds--mr-12{
    margin-right: -3rem !important;
  }

  .xl\:cds--mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:cds--ml-12{
    margin-left: -3rem !important;
  }

  .xl\:cds--mt-16{
    margin-top: -4rem !important;
  }

  .xl\:cds--mr-16{
    margin-right: -4rem !important;
  }

  .xl\:cds--mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:cds--ml-16{
    margin-left: -4rem !important;
  }

  .xl\:cds--mt-20{
    margin-top: -5rem !important;
  }

  .xl\:cds--mr-20{
    margin-right: -5rem !important;
  }

  .xl\:cds--mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:cds--ml-20{
    margin-left: -5rem !important;
  }

  .xl\:cds--mt-24{
    margin-top: -6rem !important;
  }

  .xl\:cds--mr-24{
    margin-right: -6rem !important;
  }

  .xl\:cds--mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:cds--ml-24{
    margin-left: -6rem !important;
  }

  .xl\:cds--mt-32{
    margin-top: -8rem !important;
  }

  .xl\:cds--mr-32{
    margin-right: -8rem !important;
  }

  .xl\:cds--mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:cds--ml-32{
    margin-left: -8rem !important;
  }

  .xl\:cds--mt-40{
    margin-top: -10rem !important;
  }

  .xl\:cds--mr-40{
    margin-right: -10rem !important;
  }

  .xl\:cds--mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:cds--ml-40{
    margin-left: -10rem !important;
  }

  .xl\:cds--mt-48{
    margin-top: -12rem !important;
  }

  .xl\:cds--mr-48{
    margin-right: -12rem !important;
  }

  .xl\:cds--mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:cds--ml-48{
    margin-left: -12rem !important;
  }

  .xl\:cds--mt-56{
    margin-top: -14rem !important;
  }

  .xl\:cds--mr-56{
    margin-right: -14rem !important;
  }

  .xl\:cds--mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:cds--ml-56{
    margin-left: -14rem !important;
  }

  .xl\:cds--mt-64{
    margin-top: -16rem !important;
  }

  .xl\:cds--mr-64{
    margin-right: -16rem !important;
  }

  .xl\:cds--mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:cds--ml-64{
    margin-left: -16rem !important;
  }

  .xl\:cds--mt-px{
    margin-top: -1px !important;
  }

  .xl\:cds--mr-px{
    margin-right: -1px !important;
  }

  .xl\:cds--mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:cds--ml-px{
    margin-left: -1px !important;
  }

  .xl\:cds-max-h-full{
    max-height: 100% !important;
  }

  .xl\:cds-max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:cds-max-w-none{
    max-width: none !important;
  }

  .xl\:cds-max-w-xs{
    max-width: 20rem !important;
  }

  .xl\:cds-max-w-sm{
    max-width: 24rem !important;
  }

  .xl\:cds-max-w-md{
    max-width: 28rem !important;
  }

  .xl\:cds-max-w-lg{
    max-width: 32rem !important;
  }

  .xl\:cds-max-w-xl{
    max-width: 36rem !important;
  }

  .xl\:cds-max-w-2xl{
    max-width: 42rem !important;
  }

  .xl\:cds-max-w-3xl{
    max-width: 48rem !important;
  }

  .xl\:cds-max-w-4xl{
    max-width: 56rem !important;
  }

  .xl\:cds-max-w-5xl{
    max-width: 64rem !important;
  }

  .xl\:cds-max-w-6xl{
    max-width: 72rem !important;
  }

  .xl\:cds-max-w-full{
    max-width: 100% !important;
  }

  .xl\:cds-max-w-screen-sm{
    max-width: 640px !important;
  }

  .xl\:cds-max-w-screen-md{
    max-width: 768px !important;
  }

  .xl\:cds-max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xl\:cds-max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xl\:cds-min-h-0{
    min-height: 0 !important;
  }

  .xl\:cds-min-h-full{
    min-height: 100% !important;
  }

  .xl\:cds-min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:cds-min-w-0{
    min-width: 0 !important;
  }

  .xl\:cds-min-w-full{
    min-width: 100% !important;
  }

  .xl\:cds-object-contain{
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .xl\:cds-object-cover{
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .xl\:cds-object-fill{
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .xl\:cds-object-none{
    -o-object-fit: none !important;
       object-fit: none !important;
  }

  .xl\:cds-object-scale-down{
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .xl\:cds-object-bottom{
    -o-object-position: bottom !important;
       object-position: bottom !important;
  }

  .xl\:cds-object-center{
    -o-object-position: center !important;
       object-position: center !important;
  }

  .xl\:cds-object-left{
    -o-object-position: left !important;
       object-position: left !important;
  }

  .xl\:cds-object-left-bottom{
    -o-object-position: left bottom !important;
       object-position: left bottom !important;
  }

  .xl\:cds-object-left-top{
    -o-object-position: left top !important;
       object-position: left top !important;
  }

  .xl\:cds-object-right{
    -o-object-position: right !important;
       object-position: right !important;
  }

  .xl\:cds-object-right-bottom{
    -o-object-position: right bottom !important;
       object-position: right bottom !important;
  }

  .xl\:cds-object-right-top{
    -o-object-position: right top !important;
       object-position: right top !important;
  }

  .xl\:cds-object-top{
    -o-object-position: top !important;
       object-position: top !important;
  }

  .xl\:cds-opacity-0{
    opacity: 0 !important;
  }

  .xl\:cds-opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:cds-opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:cds-opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:cds-opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:cds-opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:cds-opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:cds-opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:cds-opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:cds-opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:cds-opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:cds-opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:cds-opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:cds-opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:cds-opacity-100:focus{
    opacity: 1 !important;
  }

  .xl\:cds-outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:cds-outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:cds-outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:cds-outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:cds-outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xl\:focus\:cds-outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xl\:cds-overflow-auto{
    overflow: auto !important;
  }

  .xl\:cds-overflow-hidden{
    overflow: hidden !important;
  }

  .xl\:cds-overflow-visible{
    overflow: visible !important;
  }

  .xl\:cds-overflow-scroll{
    overflow: scroll !important;
  }

  .xl\:cds-overflow-x-auto{
    overflow-x: auto !important;
  }

  .xl\:cds-overflow-y-auto{
    overflow-y: auto !important;
  }

  .xl\:cds-overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xl\:cds-overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xl\:cds-overflow-x-visible{
    overflow-x: visible !important;
  }

  .xl\:cds-overflow-y-visible{
    overflow-y: visible !important;
  }

  .xl\:cds-overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xl\:cds-overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xl\:cds-scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:cds-scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:cds-overscroll-auto{
    overscroll-behavior: auto !important;
  }

  .xl\:cds-overscroll-contain{
    overscroll-behavior: contain !important;
  }

  .xl\:cds-overscroll-none{
    overscroll-behavior: none !important;
  }

  .xl\:cds-overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xl\:cds-overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xl\:cds-overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xl\:cds-overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xl\:cds-overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xl\:cds-overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xl\:cds-p-0{
    padding: 0 !important;
  }

  .xl\:cds-p-1{
    padding: 0.25rem !important;
  }

  .xl\:cds-p-2{
    padding: 0.5rem !important;
  }

  .xl\:cds-p-3{
    padding: 0.75rem !important;
  }

  .xl\:cds-p-4{
    padding: 1rem !important;
  }

  .xl\:cds-p-5{
    padding: 1.25rem !important;
  }

  .xl\:cds-p-6{
    padding: 1.5rem !important;
  }

  .xl\:cds-p-8{
    padding: 2rem !important;
  }

  .xl\:cds-p-10{
    padding: 2.5rem !important;
  }

  .xl\:cds-p-12{
    padding: 3rem !important;
  }

  .xl\:cds-p-16{
    padding: 4rem !important;
  }

  .xl\:cds-p-20{
    padding: 5rem !important;
  }

  .xl\:cds-p-24{
    padding: 6rem !important;
  }

  .xl\:cds-p-32{
    padding: 8rem !important;
  }

  .xl\:cds-p-40{
    padding: 10rem !important;
  }

  .xl\:cds-p-48{
    padding: 12rem !important;
  }

  .xl\:cds-p-56{
    padding: 14rem !important;
  }

  .xl\:cds-p-64{
    padding: 16rem !important;
  }

  .xl\:cds-p-px{
    padding: 1px !important;
  }

  .xl\:cds-py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

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

  .xl\:cds-py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:cds-px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:cds-py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:cds-px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:cds-py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:cds-px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:cds-py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:cds-px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:cds-py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:cds-px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:cds-py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:cds-px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:cds-py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:cds-px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:cds-py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:cds-px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:cds-py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:cds-px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:cds-py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:cds-px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:cds-py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:cds-px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:cds-py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:cds-px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:cds-py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:cds-px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:cds-py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:cds-px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:cds-py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:cds-px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:cds-py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:cds-px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:cds-py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:cds-px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:cds-py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:cds-px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:cds-pt-0{
    padding-top: 0 !important;
  }

  .xl\:cds-pr-0{
    padding-right: 0 !important;
  }

  .xl\:cds-pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:cds-pl-0{
    padding-left: 0 !important;
  }

  .xl\:cds-pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:cds-pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:cds-pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:cds-pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:cds-pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:cds-pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:cds-pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:cds-pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:cds-pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:cds-pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:cds-pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:cds-pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:cds-pt-4{
    padding-top: 1rem !important;
  }

  .xl\:cds-pr-4{
    padding-right: 1rem !important;
  }

  .xl\:cds-pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:cds-pl-4{
    padding-left: 1rem !important;
  }

  .xl\:cds-pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:cds-pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:cds-pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:cds-pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:cds-pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:cds-pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:cds-pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:cds-pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:cds-pt-8{
    padding-top: 2rem !important;
  }

  .xl\:cds-pr-8{
    padding-right: 2rem !important;
  }

  .xl\:cds-pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:cds-pl-8{
    padding-left: 2rem !important;
  }

  .xl\:cds-pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:cds-pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:cds-pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:cds-pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:cds-pt-12{
    padding-top: 3rem !important;
  }

  .xl\:cds-pr-12{
    padding-right: 3rem !important;
  }

  .xl\:cds-pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:cds-pl-12{
    padding-left: 3rem !important;
  }

  .xl\:cds-pt-16{
    padding-top: 4rem !important;
  }

  .xl\:cds-pr-16{
    padding-right: 4rem !important;
  }

  .xl\:cds-pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:cds-pl-16{
    padding-left: 4rem !important;
  }

  .xl\:cds-pt-20{
    padding-top: 5rem !important;
  }

  .xl\:cds-pr-20{
    padding-right: 5rem !important;
  }

  .xl\:cds-pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:cds-pl-20{
    padding-left: 5rem !important;
  }

  .xl\:cds-pt-24{
    padding-top: 6rem !important;
  }

  .xl\:cds-pr-24{
    padding-right: 6rem !important;
  }

  .xl\:cds-pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:cds-pl-24{
    padding-left: 6rem !important;
  }

  .xl\:cds-pt-32{
    padding-top: 8rem !important;
  }

  .xl\:cds-pr-32{
    padding-right: 8rem !important;
  }

  .xl\:cds-pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:cds-pl-32{
    padding-left: 8rem !important;
  }

  .xl\:cds-pt-40{
    padding-top: 10rem !important;
  }

  .xl\:cds-pr-40{
    padding-right: 10rem !important;
  }

  .xl\:cds-pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:cds-pl-40{
    padding-left: 10rem !important;
  }

  .xl\:cds-pt-48{
    padding-top: 12rem !important;
  }

  .xl\:cds-pr-48{
    padding-right: 12rem !important;
  }

  .xl\:cds-pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:cds-pl-48{
    padding-left: 12rem !important;
  }

  .xl\:cds-pt-56{
    padding-top: 14rem !important;
  }

  .xl\:cds-pr-56{
    padding-right: 14rem !important;
  }

  .xl\:cds-pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:cds-pl-56{
    padding-left: 14rem !important;
  }

  .xl\:cds-pt-64{
    padding-top: 16rem !important;
  }

  .xl\:cds-pr-64{
    padding-right: 16rem !important;
  }

  .xl\:cds-pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:cds-pl-64{
    padding-left: 16rem !important;
  }

  .xl\:cds-pt-px{
    padding-top: 1px !important;
  }

  .xl\:cds-pr-px{
    padding-right: 1px !important;
  }

  .xl\:cds-pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:cds-pl-px{
    padding-left: 1px !important;
  }

  .xl\:cds-placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:cds-placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:cds-placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:cds-placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xl\:cds-placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-red-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:cds-placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:cds-placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:cds-placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:cds-placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-red-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:cds-placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:cds-placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:cds-placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:cds-placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:cds-placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:cds-placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:cds-placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:cds-placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:cds-placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:cds-placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:cds-placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:cds-placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:cds-pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:cds-pointer-events-auto{
    pointer-events: auto !important;
  }

  .xl\:cds-static{
    position: static !important;
  }

  .xl\:cds-fixed{
    position: fixed !important;
  }

  .xl\:cds-absolute{
    position: absolute !important;
  }

  .xl\:cds-relative{
    position: relative !important;
  }

  .xl\:cds-sticky{
    position: sticky !important;
  }

  .xl\:cds-inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:cds-inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:cds-inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:cds-inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:cds-inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:cds-inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:cds-top-0{
    top: 0 !important;
  }

  .xl\:cds-right-0{
    right: 0 !important;
  }

  .xl\:cds-bottom-0{
    bottom: 0 !important;
  }

  .xl\:cds-left-0{
    left: 0 !important;
  }

  .xl\:cds-top-auto{
    top: auto !important;
  }

  .xl\:cds-right-auto{
    right: auto !important;
  }

  .xl\:cds-bottom-auto{
    bottom: auto !important;
  }

  .xl\:cds-left-auto{
    left: auto !important;
  }

  .xl\:cds-resize-none{
    resize: none !important;
  }

  .xl\:cds-resize-y{
    resize: vertical !important;
  }

  .xl\:cds-resize-x{
    resize: horizontal !important;
  }

  .xl\:cds-resize{
    resize: both !important;
  }

  .xl\:cds-shadow-xs{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:cds-shadow-sm{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:cds-shadow{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:cds-shadow-md{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:cds-shadow-lg{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:cds-shadow-xl{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:cds-shadow-2xl{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:cds-shadow-inner{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:cds-shadow-outline{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:cds-shadow-none{
    box-shadow: none !important;
  }

  .xl\:hover\:cds-shadow-xs:hover{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:cds-shadow-sm:hover{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:cds-shadow:hover{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:cds-shadow-md:hover{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:cds-shadow-lg:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:cds-shadow-xl:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:cds-shadow-2xl:hover{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:cds-shadow-inner:hover{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:cds-shadow-outline:hover{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:cds-shadow-none:hover{
    box-shadow: none !important;
  }

  .xl\:focus\:cds-shadow-xs:focus{
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:cds-shadow-sm:focus{
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:cds-shadow:focus{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:cds-shadow-md:focus{
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:cds-shadow-lg:focus{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:cds-shadow-xl:focus{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:cds-shadow-2xl:focus{
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:cds-shadow-inner:focus{
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:cds-shadow-outline:focus{
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:cds-shadow-none:focus{
    box-shadow: none !important;
  }

  .xl\:cds-fill-current{
    fill: currentColor !important;
  }

  .xl\:cds-stroke-current{
    stroke: currentColor !important;
  }

  .xl\:cds-stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:cds-stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:cds-stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:cds-table-auto{
    table-layout: auto !important;
  }

  .xl\:cds-table-fixed{
    table-layout: fixed !important;
  }

  .xl\:cds-text-left{
    text-align: left !important;
  }

  .xl\:cds-text-center{
    text-align: center !important;
  }

  .xl\:cds-text-right{
    text-align: right !important;
  }

  .xl\:cds-text-justify{
    text-align: justify !important;
  }

  .xl\:cds-text-transparent{
    color: transparent !important;
  }

  .xl\:cds-text-current{
    color: currentColor !important;
  }

  .xl\:cds-text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:cds-text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:cds-text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-100{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-200{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-300{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-400{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-500{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-600{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-700{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-800{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:cds-text-red-900{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:cds-text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:cds-text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:cds-text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:cds-text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:cds-text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:cds-text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:cds-text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:cds-text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:cds-text-current:hover{
    color: currentColor !important;
  }

  .xl\:hover\:cds-text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-200:hover{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-300:hover{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-400:hover{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-500:hover{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-600:hover{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-700:hover{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-800:hover{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-red-900:hover{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:hover\:cds-text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:cds-text-current:focus{
    color: currentColor !important;
  }

  .xl\:focus\:cds-text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f5 !important;
    color: rgba(255, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-200:focus{
    --text-opacity: 1 !important;
    color: #fed7d7 !important;
    color: rgba(254, 215, 215, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-300:focus{
    --text-opacity: 1 !important;
    color: #feb2b2 !important;
    color: rgba(254, 178, 178, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-400:focus{
    --text-opacity: 1 !important;
    color: #fc8181 !important;
    color: rgba(252, 129, 129, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-500:focus{
    --text-opacity: 1 !important;
    color: #f56565 !important;
    color: rgba(245, 101, 101, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-600:focus{
    --text-opacity: 1 !important;
    color: #e53e3e !important;
    color: rgba(229, 62, 62, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-700:focus{
    --text-opacity: 1 !important;
    color: #c53030 !important;
    color: rgba(197, 48, 48, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-800:focus{
    --text-opacity: 1 !important;
    color: #9b2c2c !important;
    color: rgba(155, 44, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-red-900:focus{
    --text-opacity: 1 !important;
    color: #742a2a !important;
    color: rgba(116, 42, 42, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:focus\:cds-text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:cds-text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xl\:cds-text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xl\:cds-text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xl\:cds-text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xl\:cds-text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xl\:hover\:cds-text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xl\:hover\:cds-text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:cds-text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:cds-text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:cds-text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xl\:focus\:cds-text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xl\:focus\:cds-text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:cds-text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:cds-text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:cds-text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xl\:cds-italic{
    font-style: italic !important;
  }

  .xl\:cds-not-italic{
    font-style: normal !important;
  }

  .xl\:cds-uppercase{
    text-transform: uppercase !important;
  }

  .xl\:cds-lowercase{
    text-transform: lowercase !important;
  }

  .xl\:cds-capitalize{
    text-transform: capitalize !important;
  }

  .xl\:cds-normal-case{
    text-transform: none !important;
  }

  .xl\:cds-underline{
    text-decoration: underline !important;
  }

  .xl\:cds-line-through{
    text-decoration: line-through !important;
  }

  .xl\:cds-no-underline{
    text-decoration: none !important;
  }

  .xl\:hover\:cds-underline:hover{
    text-decoration: underline !important;
  }

  .xl\:hover\:cds-line-through:hover{
    text-decoration: line-through !important;
  }

  .xl\:hover\:cds-no-underline:hover{
    text-decoration: none !important;
  }

  .xl\:focus\:cds-underline:focus{
    text-decoration: underline !important;
  }

  .xl\:focus\:cds-line-through:focus{
    text-decoration: line-through !important;
  }

  .xl\:focus\:cds-no-underline:focus{
    text-decoration: none !important;
  }

  .xl\:cds-antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xl\:cds-subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xl\:cds-ordinal, .xl\:cds-slashed-zero, .xl\:cds-lining-nums, .xl\:cds-oldstyle-nums, .xl\:cds-proportional-nums, .xl\:cds-tabular-nums, .xl\:cds-diagonal-fractions, .xl\:cds-stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:cds-normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:cds-ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:cds-slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:cds-lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:cds-oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:cds-proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:cds-tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:cds-diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:cds-stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:cds-tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:cds-tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:cds-tracking-normal{
    letter-spacing: 0 !important;
  }

  .xl\:cds-tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xl\:cds-tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xl\:cds-tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xl\:cds-select-none{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }

  .xl\:cds-select-text{
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
            user-select: text !important;
  }

  .xl\:cds-select-all{
    -webkit-user-select: all !important;
       -moz-user-select: all !important;
            user-select: all !important;
  }

  .xl\:cds-select-auto{
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
            user-select: auto !important;
  }

  .xl\:cds-align-baseline{
    vertical-align: baseline !important;
  }

  .xl\:cds-align-top{
    vertical-align: top !important;
  }

  .xl\:cds-align-middle{
    vertical-align: middle !important;
  }

  .xl\:cds-align-bottom{
    vertical-align: bottom !important;
  }

  .xl\:cds-align-text-top{
    vertical-align: text-top !important;
  }

  .xl\:cds-align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xl\:cds-visible{
    visibility: visible !important;
  }

  .xl\:cds-invisible{
    visibility: hidden !important;
  }

  .xl\:cds-whitespace-normal{
    white-space: normal !important;
  }

  .xl\:cds-whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xl\:cds-whitespace-pre{
    white-space: pre !important;
  }

  .xl\:cds-whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xl\:cds-whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xl\:cds-break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:cds-break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:cds-break-all{
    word-break: break-all !important;
  }

  .xl\:cds-truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:cds-w-0{
    width: 0 !important;
  }

  .xl\:cds-w-1{
    width: 0.25rem !important;
  }

  .xl\:cds-w-2{
    width: 0.5rem !important;
  }

  .xl\:cds-w-3{
    width: 0.75rem !important;
  }

  .xl\:cds-w-4{
    width: 1rem !important;
  }

  .xl\:cds-w-5{
    width: 1.25rem !important;
  }

  .xl\:cds-w-6{
    width: 1.5rem !important;
  }

  .xl\:cds-w-8{
    width: 2rem !important;
  }

  .xl\:cds-w-10{
    width: 2.5rem !important;
  }

  .xl\:cds-w-12{
    width: 3rem !important;
  }

  .xl\:cds-w-16{
    width: 4rem !important;
  }

  .xl\:cds-w-20{
    width: 5rem !important;
  }

  .xl\:cds-w-24{
    width: 6rem !important;
  }

  .xl\:cds-w-32{
    width: 8rem !important;
  }

  .xl\:cds-w-40{
    width: 10rem !important;
  }

  .xl\:cds-w-48{
    width: 12rem !important;
  }

  .xl\:cds-w-56{
    width: 14rem !important;
  }

  .xl\:cds-w-64{
    width: 16rem !important;
  }

  .xl\:cds-w-auto{
    width: auto !important;
  }

  .xl\:cds-w-px{
    width: 1px !important;
  }

  .xl\:cds-w-1\/2{
    width: 50% !important;
  }

  .xl\:cds-w-1\/3{
    width: 33.333333% !important;
  }

  .xl\:cds-w-2\/3{
    width: 66.666667% !important;
  }

  .xl\:cds-w-1\/4{
    width: 25% !important;
  }

  .xl\:cds-w-2\/4{
    width: 50% !important;
  }

  .xl\:cds-w-3\/4{
    width: 75% !important;
  }

  .xl\:cds-w-1\/5{
    width: 20% !important;
  }

  .xl\:cds-w-2\/5{
    width: 40% !important;
  }

  .xl\:cds-w-3\/5{
    width: 60% !important;
  }

  .xl\:cds-w-4\/5{
    width: 80% !important;
  }

  .xl\:cds-w-1\/6{
    width: 16.666667% !important;
  }

  .xl\:cds-w-2\/6{
    width: 33.333333% !important;
  }

  .xl\:cds-w-3\/6{
    width: 50% !important;
  }

  .xl\:cds-w-4\/6{
    width: 66.666667% !important;
  }

  .xl\:cds-w-5\/6{
    width: 83.333333% !important;
  }

  .xl\:cds-w-1\/12{
    width: 8.333333% !important;
  }

  .xl\:cds-w-2\/12{
    width: 16.666667% !important;
  }

  .xl\:cds-w-3\/12{
    width: 25% !important;
  }

  .xl\:cds-w-4\/12{
    width: 33.333333% !important;
  }

  .xl\:cds-w-5\/12{
    width: 41.666667% !important;
  }

  .xl\:cds-w-6\/12{
    width: 50% !important;
  }

  .xl\:cds-w-7\/12{
    width: 58.333333% !important;
  }

  .xl\:cds-w-8\/12{
    width: 66.666667% !important;
  }

  .xl\:cds-w-9\/12{
    width: 75% !important;
  }

  .xl\:cds-w-10\/12{
    width: 83.333333% !important;
  }

  .xl\:cds-w-11\/12{
    width: 91.666667% !important;
  }

  .xl\:cds-w-full{
    width: 100% !important;
  }

  .xl\:cds-w-screen{
    width: 100vw !important;
  }

  .xl\:cds-z-0{
    z-index: 0 !important;
  }

  .xl\:cds-z-10{
    z-index: 10 !important;
  }

  .xl\:cds-z-20{
    z-index: 20 !important;
  }

  .xl\:cds-z-30{
    z-index: 30 !important;
  }

  .xl\:cds-z-40{
    z-index: 40 !important;
  }

  .xl\:cds-z-50{
    z-index: 50 !important;
  }

  .xl\:cds-z-auto{
    z-index: auto !important;
  }

  .xl\:cds-gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:cds-gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:cds-gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:cds-gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:cds-gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:cds-gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:cds-gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:cds-gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:cds-gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:cds-gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:cds-gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:cds-gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:cds-gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:cds-gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:cds-gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:cds-gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:cds-gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:cds-gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:cds-gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:cds-col-gap-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:cds-col-gap-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:cds-col-gap-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:cds-col-gap-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:cds-col-gap-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:cds-col-gap-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:cds-col-gap-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:cds-col-gap-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:cds-col-gap-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:cds-col-gap-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:cds-col-gap-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:cds-col-gap-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:cds-col-gap-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:cds-col-gap-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:cds-col-gap-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:cds-col-gap-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:cds-col-gap-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:cds-col-gap-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:cds-col-gap-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:cds-gap-x-0{
    grid-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

  .xl\:cds-gap-x-1{
    grid-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }

  .xl\:cds-gap-x-2{
    grid-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }

  .xl\:cds-gap-x-3{
    grid-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
         column-gap: 0.75rem !important;
  }

  .xl\:cds-gap-x-4{
    grid-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }

  .xl\:cds-gap-x-5{
    grid-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }

  .xl\:cds-gap-x-6{
    grid-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }

  .xl\:cds-gap-x-8{
    grid-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
  }

  .xl\:cds-gap-x-10{
    grid-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }

  .xl\:cds-gap-x-12{
    grid-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }

  .xl\:cds-gap-x-16{
    grid-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
         column-gap: 4rem !important;
  }

  .xl\:cds-gap-x-20{
    grid-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }

  .xl\:cds-gap-x-24{
    grid-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
         column-gap: 6rem !important;
  }

  .xl\:cds-gap-x-32{
    grid-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
         column-gap: 8rem !important;
  }

  .xl\:cds-gap-x-40{
    grid-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }

  .xl\:cds-gap-x-48{
    grid-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
         column-gap: 12rem !important;
  }

  .xl\:cds-gap-x-56{
    grid-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
         column-gap: 14rem !important;
  }

  .xl\:cds-gap-x-64{
    grid-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
         column-gap: 16rem !important;
  }

  .xl\:cds-gap-x-px{
    grid-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
         column-gap: 1px !important;
  }

  .xl\:cds-row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:cds-row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:cds-row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:cds-row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:cds-row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:cds-row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:cds-row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:cds-row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:cds-row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:cds-row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:cds-row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:cds-row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:cds-row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:cds-row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:cds-row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:cds-row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:cds-row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:cds-row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:cds-row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:cds-gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:cds-gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:cds-gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:cds-gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:cds-gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:cds-gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:cds-gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:cds-gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:cds-gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:cds-gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:cds-gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:cds-gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:cds-gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:cds-gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:cds-gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:cds-gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:cds-gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:cds-gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:cds-gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:cds-grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xl\:cds-grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xl\:cds-grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xl\:cds-grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xl\:cds-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

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

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

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

  .xl\:cds-grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-cols-none{
    grid-template-columns: none !important;
  }

  .xl\:cds-auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:cds-auto-cols-min{
    grid-auto-columns: min-content !important;
  }

  .xl\:cds-auto-cols-max{
    grid-auto-columns: max-content !important;
  }

  .xl\:cds-auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xl\:cds-col-auto{
    grid-column: auto !important;
  }

  .xl\:cds-col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xl\:cds-col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xl\:cds-col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xl\:cds-col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xl\:cds-col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xl\:cds-col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xl\:cds-col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xl\:cds-col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xl\:cds-col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xl\:cds-col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xl\:cds-col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xl\:cds-col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xl\:cds-col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xl\:cds-col-start-1{
    grid-column-start: 1 !important;
  }

  .xl\:cds-col-start-2{
    grid-column-start: 2 !important;
  }

  .xl\:cds-col-start-3{
    grid-column-start: 3 !important;
  }

  .xl\:cds-col-start-4{
    grid-column-start: 4 !important;
  }

  .xl\:cds-col-start-5{
    grid-column-start: 5 !important;
  }

  .xl\:cds-col-start-6{
    grid-column-start: 6 !important;
  }

  .xl\:cds-col-start-7{
    grid-column-start: 7 !important;
  }

  .xl\:cds-col-start-8{
    grid-column-start: 8 !important;
  }

  .xl\:cds-col-start-9{
    grid-column-start: 9 !important;
  }

  .xl\:cds-col-start-10{
    grid-column-start: 10 !important;
  }

  .xl\:cds-col-start-11{
    grid-column-start: 11 !important;
  }

  .xl\:cds-col-start-12{
    grid-column-start: 12 !important;
  }

  .xl\:cds-col-start-13{
    grid-column-start: 13 !important;
  }

  .xl\:cds-col-start-auto{
    grid-column-start: auto !important;
  }

  .xl\:cds-col-end-1{
    grid-column-end: 1 !important;
  }

  .xl\:cds-col-end-2{
    grid-column-end: 2 !important;
  }

  .xl\:cds-col-end-3{
    grid-column-end: 3 !important;
  }

  .xl\:cds-col-end-4{
    grid-column-end: 4 !important;
  }

  .xl\:cds-col-end-5{
    grid-column-end: 5 !important;
  }

  .xl\:cds-col-end-6{
    grid-column-end: 6 !important;
  }

  .xl\:cds-col-end-7{
    grid-column-end: 7 !important;
  }

  .xl\:cds-col-end-8{
    grid-column-end: 8 !important;
  }

  .xl\:cds-col-end-9{
    grid-column-end: 9 !important;
  }

  .xl\:cds-col-end-10{
    grid-column-end: 10 !important;
  }

  .xl\:cds-col-end-11{
    grid-column-end: 11 !important;
  }

  .xl\:cds-col-end-12{
    grid-column-end: 12 !important;
  }

  .xl\:cds-col-end-13{
    grid-column-end: 13 !important;
  }

  .xl\:cds-col-end-auto{
    grid-column-end: auto !important;
  }

  .xl\:cds-grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xl\:cds-grid-rows-none{
    grid-template-rows: none !important;
  }

  .xl\:cds-auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:cds-auto-rows-min{
    grid-auto-rows: min-content !important;
  }

  .xl\:cds-auto-rows-max{
    grid-auto-rows: max-content !important;
  }

  .xl\:cds-auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xl\:cds-row-auto{
    grid-row: auto !important;
  }

  .xl\:cds-row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xl\:cds-row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xl\:cds-row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xl\:cds-row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xl\:cds-row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xl\:cds-row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xl\:cds-row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xl\:cds-row-start-1{
    grid-row-start: 1 !important;
  }

  .xl\:cds-row-start-2{
    grid-row-start: 2 !important;
  }

  .xl\:cds-row-start-3{
    grid-row-start: 3 !important;
  }

  .xl\:cds-row-start-4{
    grid-row-start: 4 !important;
  }

  .xl\:cds-row-start-5{
    grid-row-start: 5 !important;
  }

  .xl\:cds-row-start-6{
    grid-row-start: 6 !important;
  }

  .xl\:cds-row-start-7{
    grid-row-start: 7 !important;
  }

  .xl\:cds-row-start-auto{
    grid-row-start: auto !important;
  }

  .xl\:cds-row-end-1{
    grid-row-end: 1 !important;
  }

  .xl\:cds-row-end-2{
    grid-row-end: 2 !important;
  }

  .xl\:cds-row-end-3{
    grid-row-end: 3 !important;
  }

  .xl\:cds-row-end-4{
    grid-row-end: 4 !important;
  }

  .xl\:cds-row-end-5{
    grid-row-end: 5 !important;
  }

  .xl\:cds-row-end-6{
    grid-row-end: 6 !important;
  }

  .xl\:cds-row-end-7{
    grid-row-end: 7 !important;
  }

  .xl\:cds-row-end-auto{
    grid-row-end: auto !important;
  }

  .xl\:cds-transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xl\:cds-transform-none{
    transform: none !important;
  }

  .xl\:cds-origin-center{
    transform-origin: center !important;
  }

  .xl\:cds-origin-top{
    transform-origin: top !important;
  }

  .xl\:cds-origin-top-right{
    transform-origin: top right !important;
  }

  .xl\:cds-origin-right{
    transform-origin: right !important;
  }

  .xl\:cds-origin-bottom-right{
    transform-origin: bottom right !important;
  }

  .xl\:cds-origin-bottom{
    transform-origin: bottom !important;
  }

  .xl\:cds-origin-bottom-left{
    transform-origin: bottom left !important;
  }

  .xl\:cds-origin-left{
    transform-origin: left !important;
  }

  .xl\:cds-origin-top-left{
    transform-origin: top left !important;
  }

  .xl\:cds-scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:cds-scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:cds-scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:cds-scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:cds-scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:cds-scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:cds-scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:cds-scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:cds-scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:cds-scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:cds-scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xl\:cds-scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xl\:cds-scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xl\:cds-scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xl\:cds-scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xl\:cds-scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xl\:cds-scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:cds-scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:cds-scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:cds-scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:cds-scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xl\:cds-scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xl\:cds-scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xl\:cds-scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xl\:cds-scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xl\:cds-scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xl\:cds-scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:cds-scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:cds-scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:cds-scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:cds-scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:cds-scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:cds-scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:cds-scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:cds-scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:cds-scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:cds-scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:cds-scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:cds-scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:cds-scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:cds-scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:cds-scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:cds-scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:cds-scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:cds-scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:cds-scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:cds-scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:cds-scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:cds-scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:cds-scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:cds-scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:cds-scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:cds-scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:cds-scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:cds-scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:cds-scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:cds-scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:cds-scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:cds-scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:cds-scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:cds-scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:cds-scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:cds-scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:cds-scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:cds-scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:cds-scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:cds-scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:cds-scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:cds-scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:cds-scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:cds-scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:cds-scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:cds-scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:cds-scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:cds-scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:cds-scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:cds-scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:cds-scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:cds-scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:cds-scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:cds-scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:cds-scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:cds-scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:cds-scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:cds-scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:cds-scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:cds-scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:cds-scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:cds-scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:cds-scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:cds-rotate-0{
    --transform-rotate: 0 !important;
  }

  .xl\:cds-rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xl\:cds-rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xl\:cds-rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xl\:cds-rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xl\:cds-rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xl\:cds-rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xl\:cds-rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xl\:cds-rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xl\:cds--rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xl\:cds--rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xl\:cds--rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xl\:cds--rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xl\:cds--rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xl\:cds--rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xl\:cds--rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xl\:cds--rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xl\:hover\:cds-rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:cds-rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xl\:hover\:cds-rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xl\:hover\:cds-rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xl\:hover\:cds-rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xl\:hover\:cds-rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xl\:hover\:cds-rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:cds-rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:cds-rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:cds--rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:cds--rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:cds--rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:cds--rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xl\:hover\:cds--rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xl\:hover\:cds--rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xl\:hover\:cds--rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xl\:hover\:cds--rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xl\:focus\:cds-rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:cds-rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xl\:focus\:cds-rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xl\:focus\:cds-rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xl\:focus\:cds-rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xl\:focus\:cds-rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xl\:focus\:cds-rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:cds-rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:cds-rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:cds--rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:cds--rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:cds--rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:cds--rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xl\:focus\:cds--rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xl\:focus\:cds--rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xl\:focus\:cds--rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xl\:focus\:cds--rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xl\:cds-translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xl\:cds-translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:cds-translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:cds-translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:cds-translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xl\:cds-translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:cds-translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:cds-translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xl\:cds-translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:cds-translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xl\:cds-translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xl\:cds-translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xl\:cds-translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xl\:cds-translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xl\:cds-translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xl\:cds-translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xl\:cds-translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xl\:cds-translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xl\:cds-translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xl\:cds--translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:cds--translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:cds--translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:cds--translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xl\:cds--translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:cds--translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:cds--translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xl\:cds--translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:cds--translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xl\:cds--translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xl\:cds--translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xl\:cds--translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xl\:cds--translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xl\:cds--translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xl\:cds--translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xl\:cds--translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xl\:cds--translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xl\:cds--translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xl\:cds--translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xl\:cds--translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xl\:cds-translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xl\:cds-translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xl\:cds-translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xl\:cds-translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:cds-translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:cds-translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:cds-translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xl\:cds-translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:cds-translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:cds-translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xl\:cds-translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:cds-translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xl\:cds-translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xl\:cds-translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xl\:cds-translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xl\:cds-translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xl\:cds-translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xl\:cds-translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xl\:cds-translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xl\:cds-translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xl\:cds-translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xl\:cds--translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:cds--translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:cds--translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:cds--translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xl\:cds--translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:cds--translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:cds--translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xl\:cds--translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:cds--translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xl\:cds--translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xl\:cds--translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xl\:cds--translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xl\:cds--translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xl\:cds--translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xl\:cds--translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xl\:cds--translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xl\:cds--translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xl\:cds--translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xl\:cds--translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xl\:cds--translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xl\:cds-translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xl\:cds-translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:cds-translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:cds-translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:cds-translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:cds-translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:cds-translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:cds-translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:cds-translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:cds-translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:cds-translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:cds-translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:cds-translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:cds-translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:cds-translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:cds-translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:cds-translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:cds-translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:cds-translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:cds-translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:cds-translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:cds--translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:cds--translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:cds--translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:cds--translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:cds--translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:cds--translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:cds--translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:cds--translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:cds--translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:cds--translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:cds--translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:cds--translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:cds--translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:cds--translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:cds--translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:cds--translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:cds--translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:cds--translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:cds--translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:cds--translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:cds-translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:cds-translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:cds-translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:cds-translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:cds-translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:cds-translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:cds-translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:cds-translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:cds-translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:cds-translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:cds-translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:cds-translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:cds-translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:cds-translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:cds-translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:cds-translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:cds-translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:cds-translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:cds-translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:cds-translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:cds-translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:cds--translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:cds--translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:cds--translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:cds--translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:cds--translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:cds--translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:cds--translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:cds--translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:cds--translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:cds--translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:cds--translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:cds--translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:cds--translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:cds--translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:cds--translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:cds--translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:cds--translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:cds--translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:cds--translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:cds--translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:cds-translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:cds-translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:cds-translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:cds-translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:cds-translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:cds-translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:cds-translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:cds-translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:cds-translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:cds-translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:cds-translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:cds-translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:cds-translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:cds-translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:cds-translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:cds-translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:cds-translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:cds-translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:cds-translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:cds-translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:cds-translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:cds--translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:cds--translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:cds--translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:cds--translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:cds--translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:cds--translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:cds--translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:cds--translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:cds--translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:cds--translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:cds--translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:cds--translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:cds--translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:cds--translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:cds--translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:cds--translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:cds--translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:cds--translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:cds--translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:cds--translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:cds-translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:cds-translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:cds-translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:cds-translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:cds-translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:cds-translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:cds-translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:cds-translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:cds-translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:cds-translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:cds-translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:cds-translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:cds-translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:cds-translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:cds-translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:cds-translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:cds-translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:cds-translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:cds-translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:cds-translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:cds-translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:cds--translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:cds--translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:cds--translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:cds--translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:cds--translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:cds--translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:cds--translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:cds--translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:cds--translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:cds--translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:cds--translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:cds--translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:cds--translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:cds--translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:cds--translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:cds--translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:cds--translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:cds--translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:cds--translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:cds--translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:cds-translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:cds-translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xl\:cds-skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xl\:cds-skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xl\:cds-skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xl\:cds-skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xl\:cds-skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xl\:cds-skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xl\:cds--skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xl\:cds--skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xl\:cds--skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xl\:cds--skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xl\:cds--skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xl\:cds-skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xl\:cds-skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xl\:cds-skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xl\:cds-skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xl\:cds-skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xl\:cds-skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xl\:cds--skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xl\:cds--skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xl\:cds--skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xl\:cds--skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xl\:cds--skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xl\:hover\:cds-skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:cds-skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xl\:hover\:cds-skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xl\:hover\:cds-skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:cds-skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:cds-skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:cds--skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:cds--skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:cds--skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:cds--skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xl\:hover\:cds--skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xl\:hover\:cds-skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:cds-skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xl\:hover\:cds-skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xl\:hover\:cds-skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:cds-skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:cds-skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:cds--skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:cds--skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:cds--skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:cds--skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xl\:hover\:cds--skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xl\:focus\:cds-skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:cds-skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xl\:focus\:cds-skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xl\:focus\:cds-skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:cds-skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:cds-skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:cds--skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:cds--skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:cds--skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:cds--skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xl\:focus\:cds--skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xl\:focus\:cds-skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:cds-skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xl\:focus\:cds-skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xl\:focus\:cds-skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:cds-skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:cds-skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:cds--skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:cds--skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:cds--skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:cds--skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xl\:focus\:cds--skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xl\:cds-transition-none{
    transition-property: none !important;
  }

  .xl\:cds-transition-all{
    transition-property: all !important;
  }

  .xl\:cds-transition{
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  }

  .xl\:cds-transition-colors{
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:cds-transition-opacity{
    transition-property: opacity !important;
  }

  .xl\:cds-transition-shadow{
    transition-property: box-shadow !important;
  }

  .xl\:cds-transition-transform{
    transition-property: transform !important;
  }

  .xl\:cds-ease-linear{
    transition-timing-function: linear !important;
  }

  .xl\:cds-ease-in{
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:cds-ease-out{
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

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

  .xl\:cds-duration-75{
    transition-duration: 75ms !important;
  }

  .xl\:cds-duration-100{
    transition-duration: 100ms !important;
  }

  .xl\:cds-duration-150{
    transition-duration: 150ms !important;
  }

  .xl\:cds-duration-200{
    transition-duration: 200ms !important;
  }

  .xl\:cds-duration-300{
    transition-duration: 300ms !important;
  }

  .xl\:cds-duration-500{
    transition-duration: 500ms !important;
  }

  .xl\:cds-duration-700{
    transition-duration: 700ms !important;
  }

  .xl\:cds-duration-1000{
    transition-duration: 1000ms !important;
  }

  .xl\:cds-delay-75{
    transition-delay: 75ms !important;
  }

  .xl\:cds-delay-100{
    transition-delay: 100ms !important;
  }

  .xl\:cds-delay-150{
    transition-delay: 150ms !important;
  }

  .xl\:cds-delay-200{
    transition-delay: 200ms !important;
  }

  .xl\:cds-delay-300{
    transition-delay: 300ms !important;
  }

  .xl\:cds-delay-500{
    transition-delay: 500ms !important;
  }

  .xl\:cds-delay-700{
    transition-delay: 700ms !important;
  }

  .xl\:cds-delay-1000{
    transition-delay: 1000ms !important;
  }

  .xl\:cds-animate-none{
    animation: none !important;
  }

  .xl\:cds-animate-spin{
    animation: spin 1s linear infinite !important;
  }

  .xl\:cds-animate-ping{
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:cds-animate-pulse{
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:cds-animate-bounce{
    animation: bounce 1s infinite !important;
  }
}